/* 
Theme Name:		 James Tilbury Landscapes
Theme URI:		 https://www.jamestilburylandscapes.co.uk/
Description:	 James Tilbury Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
.main-header-bar {
	background-color: #F6F6F6;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 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;
}

.main-header-bar.active {
	background-color: #F6F6F6!important;
	padding: 0;
}

.main-header-bar .header-logo {
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.main-header-bar.active .header-logo {
	width: 140px;
}

#content {
	margin-top: 90px;
}

@media (max-width: 1137px) {
	#content {
		margin-top: 80px;
	}
}