/*
Theme Name:     Aydin
Theme URI:
Description:    Astra child theme.
Author:         Me
Author URI:
Template:       astra
Version:        0.1.0
*/


/*.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignfull:where(:not(.wp-block-group):not(.uagb-is-root-container):not(.spectra-is-root-container)) > *  {
	max-width: none !important;
}*/

.sub-menu li.menu-item a.menu-link .menu-text {
	color: var(--clr-white) !important;
}

.main-header-bar.ast-sticky-active .main-header-menu >.menu-item.current-menu-ancestor > .menu-link {
	color: #F2EDE8 !important;
}


header.entry-header,
nav.navigation.post-navigation {
	display: none !important;
}

.entry-content > * {
	margin-bottom: 0 !important;
}

.ast-article-single figure, .ast-article-single img:not(figure img) {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.single.ast-page-builder-template .entry-header + .entry-content,
.single.ast-page-builder-template .ast-single-entry-banner + .site-content article .entry-content {
	margin-bottom: 0 !important;
}


.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
	background-color: #292929;
}

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
	border-color: transparent !important;
}

[CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .menu-item .sub-menu .menu-item a.menu-link {
	color: var(--clr-white) !important;
}

button {
	border-color: var(--clr-hero-gradient-start) !important;
	background-color: var(--clr-hero-gradient-start) !important;
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: var(--clr-white) !important;
}


input[type=submit].gform_button {
	border-color: var(--clr-brand) !important;
	color: var(--clr-brand) !important;
	font-family: var(--ff-heading) !important;
	font-size: var(--fs-split-link) !important;
	font-weight: var(--fw-regular) !important;
	line-height: 1.375rem !important;
	letter-spacing: var(--ls-normal) !important;
}


.ast-single-post.ast-page-builder-template .site-main > article, .ast-page-builder-template .post-navigation {
	padding: 0!important;
}


.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	color: var(--clr-hero-gradient-start);
	text-decoration: none !important;
}



/* Small phone (~320ox) */
@media only screen and (min-width: 20em)
{
	header .custom-logo-link img {
		width: 250px;
		max-width: 250px;
	}

	.sub-menu li.menu-item a.menu-link .menu-text {
		color: var(--clr-text-dark) !important;
	}
}


/* Low DPI Laptop (~1280ox) */
@media only screen and (min-width: 80em)
{
	header .custom-logo-link img {
		width: 320px;
		max-width: 320px;
	}

	.sub-menu li.menu-item a.menu-link .menu-text {
		color: var(--clr-white) !important;
	}
}
