/**
Theme Name: Astra Child
Author: Xeleh
Author URI: http://wpastra.com/
Description: Child theme for Astra.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
	--logo-size-mobile: 220px;
	--footer-logo-size: 40%;
	--footer-logo-size: 650px;
	--wp--custom--ast-content-width-size: 100%;
	--header-color: #725d23;
}

body {
	background-color: black !important;
}

.site {
	overflow-x: hidden;
	background-color: white !important;
	opacity: 0;
}

@font-face {
	font-family: Museo300;
	src: url('https://eldivandenur.com/wp-content/themes/astra-child/assets/Museo300-Regular.ttf');
	font-weight: 300;
}

@font-face {
	font-family: Museo500;
	src: url('https://eldivandenur.com/wp-content/themes/astra-child/assets/Museo500-Regular.ttf');
	font-weight: 500;
}

@font-face {
	font-family: GreatVictorian;
	src: url('https://eldivandenur.com/wp-content/themes/astra-child/assets/GreatVictorian-Standard.otf') format('opentype');
	font-weight: 400;
}


* {
	font-family: Museo300;
}

.entry-content {
	h1, h2, h3 {
		color: var(--header-color);
	}
}

.container-xl {
    --bs-gutter-x: 40px;
}

.ast-container {
	max-width: 100%;
}

.ast-container {
	padding-left: 40px;
	padding-right: 40px;
}

#content .ast-container {
	padding-left: 0;
	padding-right: 0;
}

.ast-single-post .entry-content a {
	text-decoration: none;
}

header {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.ast-logo-title-inline .site-logo-img {
	padding-right: 0;
}

@media (max-width: 1250px) {
	header .custom-logo-link img,
	.ast-header-break-point .site-branding img,
	.ast-header-break-point .custom-logo-link img {
		max-width: var(--logo-size-mobile);
		width: var(--logo-size-mobile);
	}
	.ast-logo-title-inline .site-logo-img {
		padding-left: 0;
	}
	.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
		font-size: 17px;
	}
}

@media (max-width: 576.98px) {
	.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
		padding-left: 15px;
	}
}

.ast-builder-menu .main-navigation>ul {
	flex-shrink: 0;
}

header li {
	font-family: Museo500;
	font-size: 18px;
}

.languages {
	background-color: #17403f;
}

.languages ul {
	margin: 0;
}

.languages li {
	list-style-type: none;
	padding: 5px;
	margin-left: 10px;
}

.ast-builder-menu-mobile .main-navigation {
	display: inherit;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) {
	.site-branding img {
		width: 280px;
	}
}

article h1 {
	display: none;
}

.page .entry-header {
	margin-bottom: 0;
}

footer * {
	font-family: Museo500;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer img {
	overflow-x: hidden;
}

footer ul {
	padding-left: 0;
}

.footer-bar-navigation {
	white-space: nowrap;
}

.site-footer-section {
    height: 100%;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	footer.site-footer {
		background-image: url('./assets/greca-25.png');
		background-repeat: no-repeat;
		background-size: var(--footer-logo-size);
		background-position-x: calc(0px - var(--footer-logo-size) * 0.4);
		background-position-x: calc(0px - var(--footer-logo-size) * 0.27);
		background-position-y: center;
	}
	footer .widget, footer .widget p {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 526px) and (max-width: 1279px) {
	footer .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
		display: none !important;
	}
	footer .ast-builder-grid-row-container.ast-builder-grid-row-3-equal .ast-builder-grid-row {
		grid-template-columns: 50% 50%;
	}
}

@media screen and (max-width: 526px) {
	.center-mobile {
		text-align: center;
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"] {
		padding-bottom: 0px;
	}
	footer #astra-footer-menu li.menu-item {
		padding-top: 12px;
	}
}

#ast-scroll-top {
	background-color: rgba(0, 0, 0, 0.3);
}

.ast-scroll-to-top-right {
	right: 15px;
	bottom: 15px;
}