/*
Theme Name:     Typology Child
Theme URI:      https://mekshq.com/theme/typology
Description:    Child theme for Typology theme
Author:         meks
Author URI:     https://mekshq.com
Template:       typology
Version:        0.1.0
*/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('https://bev-bezirksschornsteinfeger.de/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://bev-bezirksschornsteinfeger.de/fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://bev-bezirksschornsteinfeger.de/fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://bev-bezirksschornsteinfeger.de/fonts/titillium-web-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('https://bev-bezirksschornsteinfeger.de/fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://bev-bezirksschornsteinfeger.de/fonts/titillium-web-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


#typology-footer .widget ul li:before{
    background:transparent;
}
.typology-footer {
	box-shadow: 0 0 0.5em #999;
}

.typology-pagination .current, .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
	background: #005f6a;
}

.typology-pagination a, .typology-pagination span {
    color: #005f6a;
    border: 1px solid #005f6a;
}

.entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
     margin-top: 9rem;
}

#ez-toc-container p.ez-toc-title {
    text-align: center !important;
}

#ez-toc-container li, #ez-toc-container ul li{
    line-height: 1.7 !important;
}

/*Newsletter*/
.tnp-widget input.tnp-submit {
    background-color: #005f6a !important;
}

/*Featured Image Caption */
.ccfic {
    float: right;
    margin: 0;
    padding: 0.2em 0.6em;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #aaa;
}
.wp-block-image figcaption {
    margin-top: 0em !important;
	margin-bottom: 2em !important;
    text-align: right !important;
    font-size: 11px !important;
    color: #aaa !important;
}

/* Infoboxes */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 0 0 26px;
	padding: 12px;
	overflow:hidden;
	font-size: 18px;
	color: #474747;
	font-style: italic;
	line-height:1.65;
	border-radius: 3px;
}
.white-box  {background: #fff; border: 1px solid #ddd;}
.blue-box {background: #3c96d3;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.green-box {background: #88bd26;}
.lightgrey-box {background: #f7f0e4;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #445055;color: #fff; letter-spacing: 0.5px}
.dark-box a:hover {color:#fff;}


.white-box-small, p.subscribe-to-doi-comments, p.wpgdprc-checkbox.comment-form-wpgdprc{
	margin: 0 0 26px;
	padding: 12px;
	overflow:hidden;
	font-size: small;
	color: #aaa;
	font-style: italic;
	line-height:1.25em;
	border-radius: 3px;
	background: #fff; 
	border: 1px solid #ddd;
}

/* SocialMedia Links
--------------------------------------------- */
ul.social-sharing-links {
	display: flex;
	padding: 0;
	list-style: none;
	
}

.social-sharing-links li {
	list-style-type:none !important;
}

ul.social-sharing-links li a {
	padding: 1.25em 1.25em;
	text-decoration: none !important;
	border-bottom: none !important;
}

ul.social-sharing-links li a:hover {
	transition: 0.1s;
	text-decoration: none;
	filter: grayscale(45%) opacity(65%);
}

/* GDPR Checkbox */
.comment-form label {
    display: inline;
    margin-left: 0.7rem;
}