/* 
Theme Name: Deverill & Co
Theme URI: https://deverill.co/
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: 0 4px 8px rgba(0, 0, 0, 0.05);
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
	width: 200px!important;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

/* Sticky Left / Right */
.sticky-parent {
	align-items: flex-start;
}

.sticky-left,
.sticky-right {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 190px !important;
	align-self: flex-start !important;
}

.sticky-left img,
.sticky-right img {
	z-index: 10;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.sticky-left,
	.sticky-right {
		position: static !important;
		top: auto !important;
		align-self: auto !important;
	}
}