/*
Theme Name: South East Scaffold
Version: 1.0.0
Template: astra
*/

/* Global */

@media (max-width: 767px) {
	.ast-header-html-1, .ast-header-button-1 {
		display: none!important;
	}
}

/* End Global */

/* Astra Header/Footer Builder CSS */

#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background-color: rgba(8, 17, 48, 0.7);
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
    width: 120px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
	text-align: center;
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle {
	color: #081130!important;
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle {
	color: #a18254!important;
}

/* End Astra Header/Footer Builder CSS */