/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

header#page-header .w-search.ush_search_1.elm_in_header.layout_fullwidth {
    background-color: #F3BB13;
}
header#page-header .w-search.ush_search_1 i.fas.fa-search:before {
    content: '';
    background-image: url(https://darkseagreen-gaur-135637.hostingersite.com/wp-content/uploads/2025/06/search.png);
    width: 34px;
    height: 34px;
    display: block;
}
header#page-header .w-search.ush_search_1.elm_in_header.layout_fullwidth a.w-search-open:after {
    content:'';
    background-color: #F3BB13;
    width: 119px;
    height: 80px;
    position: absolute;
    top: 0px;
    z-index: 0;
    right: -43px;
}
header#page-header i.fas.fa-search {
    z-index: 2;
    position: relative;
}




@media only screen and (max-width: 600px)
{
	a.w-search-open {
		height: 45px;
	}
	i.fas.fa-search {
		margin-top: 6px;
	}
	header#page-header .w-search.ush_search_1.elm_in_header.layout_fullwidth a.w-search-open:after{
		display:none;
	}
	.ush_search_1 {
        margin-left: 0px !important;
    }
		.campaign-template-default.single.single-campaign .container, .agenda-template-default.single.single-agenda .container {
    padding: 0px 20px !important;
}
	.mobile_text_small_size .w-text-h .w-text-value{
		display:inline-block;
	}
}

.multi_video_sc.compaigns button.slick-prev.slick-arrow, .multi_video_sc.compaigns button.slick-next.slick-arrow
{
	width: 40px;
    height: 40px;
}

.multi_video_sc.compaigns button.slick-prev.slick-arrow:before, .multi_video_sc.compaigns button.slick-next.slick-arrow:before {
    width: 40px;
    height: 40px;
	background-size: contain;
    background-repeat: no-repeat;
}
.multi_video_sc.compaigns button.slick-prev.slick-arrow {
    left: -50px !important;
}
.multi_video_sc.compaigns button.slick-next.slick-arrow
{
	right: -50px !important;
}