/*
Theme Name:   GeoThermal
Theme URI:    https://bjoern.io
Description:  Suffice Child Theme
Author:       Björn Schmitt
Author URI:   https://bjoern.io
Template:     suffice
Version:      1.1.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  suffice
*/

@media (min-width: 1200px) {
	.container {
		width: 960px;
	}
}

p {
	line-height: 28px;
	margin: 15px 0;
}

.custom-logo {
	max-width: 290px;
	width: 290px;
	padding: 10px 15px;
}

@media (min-width: 376px) {
	.custom-logo {
		max-width: 340px;
		width: 340px;
	}
}

.header-bottom-right-section, .mobile-navigation, .mobile-navigation .nav-header {
	background-color: #E63946;
}

.main-navigation {
	border: none !important;
}

.header-top {
	padding: 10px 0;
	background-color: #353535;
}

.mobile-navigation .menu-primary ul li a, .mobile-navigation .primary-menu ul li a {
	border-top: 1px dashed #ffffff70;
}

.header-top-menu li a, .footer-bottom .site-info, .footer-bottom .site-info a, .footer-menu li a {
	color: #d2d2d2;
}

.header-top-menu {
	margin: 0;
	padding: 0;
}

.site-footer {
	background-color: #353535;
	margin: 0;
}

#primary, #secondary {
	margin-top: 30px;
}

.lang-item {
	display: inline;
	list-style: none;
	font-size: 12px;
}

.navigation-default .menu-primary > ul > li > a, .navigation-default .primary-menu > ul > li > a {
	color: white;
	padding: 10px;
	margin: 20px 8px;
}

.navigation-default .menu-primary > ul > li > a::before, .navigation-default .primary-menu > ul > li > a::before {
	display: none;
}

.navigation-default .menu-primary ul li:hover > a, .navigation-default .menu-primary ul li.focus > a, .navigation-default .primary-menu ul li:hover > a, .navigation-default .primary-menu ul li.focus > a {
	color: #222;
	transition: color 0.25s ease-in-out;
}

.navigation-default .menu-primary > ul > li.current-menu-item > a {
	color: #222;
	background-color: #ffffff2e;
	border-radius: 16px;
}

.breadcrumbs {
	background-color: #ececec;
}

.breadcrumbs .breadcrumbs-page .breadcrumbs-page-title {
	font-size: 30px;
}

.content-area li {
	list-style-type: square;
	line-height: 24px;
}

.wp-block-latest-posts li {
	list-style-type: none;
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
	margin-bottom: 20px;
}

.wp-block-latest-posts.is-grid li {
	margin-bottom: 36px;
}

.site-header.logo-center-menu-center .header-action-container {
	top: -100px;
}

.site-branding {
	display: none;
}

.post-edit-link {
	background-color: #0b0b0b;
	margin-top: 30px;
	padding: 5px 8px;
	display: inline-block;
}

.wp-block-gallery {
	margin: 30px 0;
}

.wp-block-latest-posts.is-grid li {
	margin-bottom: 22px;
}

.wp-block-latest-posts li {
	border-top: 1px dashed #e0e0e0;
}

@media screen and (max-width: 480px) {
	.header-top .header-top-left-section {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.header-top .header-top-left-section {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.header-top .header-top-right-section {
		text-align: right;
	}
}

@media screen and (max-width: 480px) {
	.header-top .container--flex {
		flex-direction: inherit;
	}
}

.current-lang a, .current_page_item a {
	background-color: #ffffff2e;
	border-radius: 16px;
	padding: 3px 9px;
}
