/*
    Add your custom styles here
*/


/* Site Search popup in header (SearchWP) */
div.searchwp-modal-form__container {width: 90% !important;}
@media (min-width: 769px) {
	div.searchwp-modal-form__overlay {background-color: rgba(0,0,0, 0.7) !important;}
	div.searchwp-modal-form__container {width: 50% !important;}
	div.searchwp-modal-form__content {background-color:#FFF !important;}
	header .elementor-button-icon .fa-search {padding: 2px;}
}

