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

:root {
	--custom-margin:50px;
}
body [class*="us_animate_"] {
	animation-duration: .8s !important;
	-webkit-animation-duration: .8s !important;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
	animation-timing-function: ease-in-out !important;
	animation-delay: .6s;
}
h1, h2, h3, h4, h5, h6 {
	padding-top: 0;
}
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1.current-menu-item  .w-nav-title:after {
	bottom: -2px;
	opacity: 1;
}
body .l-subheader.at_middle {
	margin-left: var(--custom-margin);
	margin-right: var(--custom-margin);
	margin-top: var(--custom-margin);
}
body .sticky.l-header .l-subheader.at_middle {
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
}
body {
	background: url(/wp-content/uploads/shamita-body-bg.png) center center/100% no-repeat fixed #f9f6ed !important;
}

input:not([type=submit]), textarea, select {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.l-subheader-cell.at_left  {
	height: 100%;
	margin-left: -.5rem;
}
.team-box .view-bio {
	position: absolute;
	top: 0;
	left: 0;
	background: hsl(0deg 0% 0% / 76%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display:none;
	transition: all 0.5s ease;
}
.team-box:hover .view-bio {
	display:flex;
}
.view-bio a{
	background: green;
	padding: .3rem 1rem;
	border-radius: .3rem;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
}
.view-bio a:hover, .view-bio a:focus{
	background: #fff;
	color: #000;
}
.rowstreach .vc_column-inner, .rowstreach .vc_column-inner .w-vwrapper {
	height: 100%;
}

.fancyul ul {
	--icon-space: 50px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.fancyul li {
	padding-left: var(--icon-space);
	margin-bottom: 1.5rem;
}
.inner-ul.fancyul li {
	margin-bottom: .5rem;
}

.fancyul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-left: calc( var(--icon-space) * -1 );
	width: 34px;
	background: #153fad;
	font-weight:600;
	color:#fff;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: .1rem;
	font-size: 14px;
	line-height: 1.33;
	margin-right: 1rem;
	min-width:34px;
	max-width:34px;
		max-height:34px;
		min-height:34px;
}
.ulcolumn-2 ul {
	column-count: 2;
	column-gap: 1.5rem;
}
body .w-counter .w-counter-value {
	font-size: calc(32px + .8vw) !important;
	font-family: 'Nunito';
}
body .w-counter .w-counter-title{
	font-size: 22px !important;
	font-weight: 700 !important;
	margin-top: 1rem;
}
.values .w-iconbox-icon {
	font-size: 5.5rem !important;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #fff;
	padding: .5rem;
}
.values .w-iconbox-title {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Rubik';
	margin-bottom: .5rem;
}
.wpcf7-form-control-wrap {
	margin-top: .4rem;
	margin-bottom: 1rem;
}
.w-iconbox.iconpos_left.no_title.contact-iconbox.address {
	align-items: start;
}
body .contact-iconbox .w-iconbox-icon{
	font-size: 1.5rem !important;
	--icon-color: #ffffff;
	background: rgb(255 255 255 / 11%);
	width: 50px !important;
	height: 50px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.w-tabs.style_simple .w-tabs-list-h .w-tabs-item {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	border-bottom: 2px solid #fff;
	padding: .5rem 1.5rem;
	margin: 0 .3rem;
	width: 100%;
}
.w-tabs.style_simple .w-tabs-list-h .w-tabs-item.active{
	background: rgb(255 255 255 / 22%);
}
.dark.w-tabs.style_simple .w-tabs-list-h .w-tabs-item {
	border-bottom: 2px solid #e3eaf6;
}
.dark.w-tabs.style_simple .w-tabs-list-h .w-tabs-item.active {
	background: #153fad;
	color: #fff;
}
.team .w-hwrapper, .team .w-hwrapper .w-image, .team .w-hwrapper .w-image-h, .team .w-hwrapper .w-image-h img{
	width:100%;
	margin:0;
}
.team .wpb_text_column h4{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	color: #153fad;
	font-family: 'Rubik';
	margin-bottom: .1rem;
	margin-top: .8rem;
}
.team .wpb_text_column p{
	font-weight: 600;
}
.custicon{
	padding-top:2vmax;
	padding-bottom:2vmax;
	border-bottom:1px solid #fff;
}
.custicon.last{
	padding-bottom:0;
	border-bottom:0
}
.custicon .number p{
	width: 40px;
	height: 40px;
	background: #25a924;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	font-family: 'Nunito';
	font-weight: 600;
}
.custicon h4{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 800;
	margin-bottom: .5rem;
}
.custicon p {
	font-weight: 500;
}
body .w-flipbox-hh{
	background-color:#fff;
}
body .w-flipbox.animation_cubetilt .w-flipbox-front, body .w-flipbox.animation_cubetilt .w-flipbox-back {
	border: 20px solid rgb(255 255 255 / 100%);
	min-height: 475px;
	padding: 1.5rem;
}
body .w-flipbox.animation_cubetilt .w-flipbox-front:before, body .w-flipbox.animation_cubetilt .w-flipbox-back:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(60 132 84 / 55%);
	position: absolute;
	top: 0;
	left: 0;
}
body .w-flipbox.bg-golden .w-flipbox-front:before{
	background: rgb(220 170 22 / 55%);
}
body .w-flipbox.bg-golden .w-flipbox-back:before{
	background: rgb(220 170 22 / 80%) !important;
}
body .w-flipbox.bg-perple .w-flipbox-front:before{
	background: rgb(75 76 156 / 55%)
}
body .w-flipbox.bg-perple .w-flipbox-back:before{
	background: rgb(75 76 156 / 80%) !important;
}
body .w-flipbox.animation_cubetilt .w-flipbox-back:before {
	background: rgb(60 132 84 / 80%);
}
.w-flipbox-front-h, .w-flipbox-back-h {
	z-index: 1;
}
.w-flipbox-front-title, .w-flipbox-back-title {
	font-size: 22px !important;
	line-height: 1.3;
	text-shadow: 1px 1px 1px #000;
}
body .w-flipbox-front-desc p:first-child, body .w-flipbox-back-desc  p:first-child {
	font-size: 34px;
	line-height: 1.3;
	text-shadow: 1px 0px 5px rgb(0 0 0 / 52%);
	font-weight: 500;
}
body .w-flipbox-back-desc  p:first-child{
	color:#f9cc48;
}
body .w-flipbox-front-desc p, body .w-flipbox-back-desc p {
	margin-top: 0.3rem;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 1rem;
	text-shadow: 1px 0px 5px rgb(0 0 0 / 52%);
}
.cust-bullets ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.cust-bullets ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.5em;
}
.cust-bullets ul li:last-child {
      margin-bottom: 0;
    }
.cust-bullets ul li::before {
	content: "\f00c";
	font-family: "fontawesome";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: var(--color-content-secondary);
	width: 22px;
	height: 22px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.testislids .owl-item{
	opacity:.3;
}
.testislids .owl-item.active.center{
	opacity:1;
}
.keypoints .w-text {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
}
.keypoints .w-hwrapper {
	margin-bottom: 1.3rem;
	min-height: 60px;
	align-items: center;
}
.keypoints .wpb_text_column{
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
}
.keypoints .wpb_text_column ul{
	margin-left: 21px;
}
.keypoints .w-vwrapper{
	background: #52b774;
	padding: 1.5rem;
}
.keypoints .vc_column-inner, .keypoints .w-vwrapper{
	height:100%;
}
.keypoints.forexperience .w-hwrapper{
	flex-direction: column;
	align-items: start;
	margin-bottom: 1rem;
}
.keypoints.forexperience .w-hwrapper .w-image{
	margin-right: 0;
	margin-bottom: 1.5rem;
}
body .wpcf7-spinner {
	position: absolute;
}

@media (max-width: 600px) {
	:root {
	--custom-margin: 0;
		--section-custom-padding: 3vmax !important;
			--h2-margin-bottom: 1rem  !important;
}
body.header_hor .w-nav.type_mobile.m_layout_panel.m_effect_afl .w-nav-list.level_1 {
	box-shadow: 2px 0px 25px rgba(0,0,0,0.50);
}
.us-nav-style_1>*, .navstyle_1>.owl-nav button, .us-btn-style_1, 
.us-nav-style_2>*, .navstyle_2>.owl-nav button, .us-btn-style_2,
.us-nav-style_3>*, .navstyle_3>.owl-nav button, .us-btn-style_3,
.us-nav-style_4>*, .navstyle_4>.owl-nav button, .us-btn-style_4 {
	font-size: 14px !important;
}
	.ush_menu_2.type_mobile .w-nav-anchor.level_1, .ush_menu_2.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}
body .w-nav.type_mobile .w-nav-list {
	z-index: 999;
}
/*.w-nav.type_mobile .menu-item-has-children .w-nav-anchor .w-nav-arrow {
	width: 30px;
	height: 30px;
	background: rgb(0 0 0 / 47%);
	color: #fff;
	padding: .3rem;
}*/
	
body .ush_menu_2.type_mobile .w-nav-anchor:not(.level_1), body .ush_menu_2.type_mobile .w-nav-anchor:not(.level_1) + .w-nav-arrow {
	font-size: 14px;
	line-height: 1.3;
	padding: .5rem;
}
body  .ush_menu_2 .w-nav-list:not(.level_1) {
	padding: .5rem 0 !important;
	text-transform: none;
}
footer .w-menu.layout_hor .menu {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap !important;
}
footer .menu li {
	margin-bottom: .5rem;
}
	body .w-counter .w-counter-title {
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-top: .5rem;
	line-height: 1.3;
}
	.dotstyle_smudge .owl-dot span {
	width: 5px;
	height: 2px;
	margin: 8px 2px;
}
	.dotstyle_smudge .owl-dot.active span {
	width: 20px;
}
	.values .w-iconbox-icon {
	font-size: 4rem !important;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	padding: .5rem;
}
.values .w-iconbox-title {
	font-size: 18px;
	padding-bottom: 0;
}
	.values .w-iconbox-text{
	font-size: 14px;
}
	.mapdiv iframe{
		height:250px;
	}
.wpcf7-form .g-cols.mobiles-cols_1 {
	--columns-gap: 0 !important;
}
	body .contact-iconbox .w-iconbox-icon {
	font-size: 1rem !important;
	width: 40px !important;
	height: 40px!important;
}
	.w-tabs.accordion>div>div>.w-tabs-section-content {
	padding: .5rem 0;
}
	.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
		background:rgb(255 255 255 / 22%);
	}
	.team .wpb_text_column h4 {
	font-size: 18px;
}
	.team .wpb_text_column p {
	font-weight: 600;
	font-size: 14px;
}
	body .w-flipbox.animation_cubetilt .w-flipbox-front, body .w-flipbox.animation_cubetilt .w-flipbox-back {
	border: 10px solid rgb(255 255 255 / 100%);
	min-height: 445px;
}
	.cust-bullets ul li::before {
	width: 18px;
	height: 18px;
	font-size: 8px;
}
body textarea {
	height: 60px;
}
.keypoints .w-text {
	font-size: 20px;
}
	.keypoints .w-text br, .keypoints .wpb_text_column br{
	display:none !important;
}
.keypoints .wpb_text_column {
	font-size: 17px;
}
body .wpcf7-form .g-cols.via_grid {
	grid-gap: 0 !important;
}
	.testislids .owl-item.active{
	opacity:1;
}
}
