/* 
Theme Name: Scotch & Thyme
Theme URI: https://scotchandthyme.co.uk/
Template: astra
Version: 1.0.0
*/

#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: 5px 3px 20px 0 rgba(0, 0, 0, .1);
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
    width: 130px;
	-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 {
	color: #1A1A1A;
}

#ast-desktop-header.active .main-header-menu > .menu-item > .menu-link:hover, .main-header-menu > .menu-item > .menu-link:hover {
	color: #738678;
}

#ast-desktop-header.active .main-header-menu .current-menu-item > .menu-link {
	color: #738678;
}

.wpforms-container .wpforms-submit-container {
	text-align: center;
}

.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
	z-index: 99;
}

#wpforms-1068-field_7 {
	margin-bottom: 10px;
}