/* 
Theme Name: Coleman Party Wall Services
Theme URI: https://colemanpartywallservices.co.uk/
Author:	Freelance-Creator
Author URI:	https://www.freelance-creator.com/
Template: astra
Version: 1.0.0
*/ 

/* 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: #fff;
	box-shadow: 0px 1px 1px #EEE;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
	width: 240px!important;
	-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 .main-header-menu > .menu-item > .menu-link, .main-header-menu > .menu-item > .menu-link, #ast-desktop-header.active .ast-builder-html-element {
	color: #3a3a3a;
}

#ast-desktop-header.active .main-header-menu > .menu-item > .menu-link:hover, .main-header-menu > .menu-item > .menu-link:hover, #ast-desktop-header.active .main-header-menu .current-menu-item > .menu-link {
	color: #103457;
}