/*
Theme Name:   Entice Child Theme
Description:  Impreza Child Theme
Author:       Entice 
Author URL:   
Template:     Impreza
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Entice
*/


/* general */

.fiveboxes .vc_column-inner {
	padding-left: 1em!important;
	padding-right: 1em!important;
}


input[type="checkbox"] {
	height:1.8em;
	width:1.8em;
	line-height:1.8em;
	box-shadow:none!important;
	border:2px solid #ccc;
	margin-top:0.5em;
}

button[type="submit"]:not(.w-btn) {
	background:var(--color-content-primary)!important;
}
button[type="submit"]:not(.w-btn):hover {
	background:var(--color-content-secondary)!important;
}


.salterlist ul {
	list-style:none;
	margin-left:0;
}
.salterlist ul li {
	padding-left:30px;
	line-height:1.4em;
	background:url(/onebinara/wp-content/uploads/2024/04/checkbox.png) left top no-repeat;
	background-position:left 3px;
	background-size:18px;
	margin-bottom:1rem;
}
.salterlist ul li ul {
	list-style:circle;
}
.salterlist ul li ul li {
	background:none;
	padding-left:10px;
	margin-bottom:0.4rem;
}

.headingrow > .l-section-h {
	max-width:100%!important;
}
.headingcolumn {
	margin-left:-1rem;
	background: linear-gradient(90deg, var(--color-content-secondary) 50%, rgba(0,0,0,0) 50%);
	position:relative;
	bottom:-100px;
}
.contentwidth {
	max-width: var(--site-content-width,1280px)!important;
  	margin: 0 auto!important;
}
.contentwidth > .wpb_column {
	margin:0!important;
}
@media screen and (max-width:1024px){
	.headingcolumn {	
		background: var(--color-content-secondary);
	}	
}
@media screen and (max-width:1024px){
	.headingcolumn {	
		background: rgba(0,0,0,0);
	}	
}



video {
	height: auto;
    width: 100%;
/*    object-fit: cover;
    position: absolute;
*/
}

.w-separator.forceleft {
	margin-left:0!important;
}


.dark.layout_testimonial_6 .usg_vwrapper_2 {
	/*background:#888!important;
	color:#fff!important;*/
}

.emph {
	text-decoration:underline;
	white-space:nowrap;
}
.g-breadcrumbs {
	text-transform:uppercase;
	color:#999;
	font-size:13px;
}
small {
	font-size:70%;
}
.wpb_text_column figure.alignright {
	padding-left:25px;
}
.wpb_text_column figure.alignleft {
	padding-right:35px;
}
.wpb_text_column figure figcaption {
	margin:0;
	padding:6px 10px;
	color:#fff;
	background:#222;
	text-align:center;
}

.frm_message p {
	margin-top:10px;
	font-weight:bold;
}

.w-image-meta .w-image-title {
  font-size: 18px;
  font-weight: 700;
  text-transform:uppercase;
}

.frm_form_field {
	margin-top:14px;
}
/*.frm_form_field label {
	font-size:0.8em;
}*/
.frm_submit {
	margin-top:22px;
}
.frm_button_submit {
	background:#000!important;
}
.frm_button_submit:hover {
	background:#777!important;
}

.color_alternate .layout_45 .usg_vwrapper_2 {
	background-color:#fff!important;
}


header.bg_solid,
header.sticky .whiteoutline {
	background:var(--color-content-primary)!important;
	border-color:var(--color-content-primary)!important;
}
header.bg_solid:hover,
header.sticky .whiteoutline:hover {
	background:#000!important;
	border-color:#000!important;
}


.mfp-bottom-bar .mfp-title {
	display:none;
}

a.w-btn.textlink i {
  transition: all 0.3s ease-in-out;
}
a.w-btn.textlink:hover i {
	margin-left: 18px;
}


.w-filter-item-value-label:hover {
	color:var(--color-content-primary-grad);
}

.w-sharing a.w-sharing-item.linkedin {
	color:#0077b5;
}
.w-sharing a.w-sharing-item.linkedin:hover i {
	color:#065985!important;
}
.w-sharing a.w-sharing-item i {
	opacity:1!important;
}

.always-hidden {
	display:none!important;
}
b,strong {
	font-weight:600;
}

ul.ticks {
	list-style:none;	
	margin-left:10px;
}
ul.ticks li:before {
	content: "\f00c";
	color:var(--color-content-primary-grad);
	font-family: "fontawesome";
	font-weight: 900;
	margin-right:10px;
}
.white a {
	color:#fff;
	text-shadow: 0px 1px 9px rgba(0,0,0,0.5);
}
.text-center {
	text-align:center;
}

.vc_custom_heading a {
	text-decoration:underline;
}



.zoom, a.w-image-h {
  transition: all 0.3s;
}



/* media queries */

@media screen and (min-width:600px){
	.zoom,.zoomphone,.w-nav-control {
		transition: all .2s ease-in-out;
	}
	.zoom:hover {
		transform:scale(1.05);
	}	
	.zoomphone:hover {
		transform:scale(1.12);
	}
    .zoom:hover, a.w-image-h:hover {
      transform: scale(1.05);
    }
	/*a.w-image-h img {
		transition: all .2s ease-in-out;
	}
	a.w-image-h:hover img {
		transform:scale(1.06);
	}*/
	.nozoom a.w-image-h:hover  {
		transform:scale(1.0);
	}
}


@media screen and (max-width:1165px){
	
}
@media screen and (max-width:1024px){ /* tablet */	
	
}
@media screen and (max-width:830px){
	
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:600px){ 
	.layout_45 .owl-carousel .w-vwrapper {
		padding:1.5rem 1.5rem 1.5rem 1.5rem !important;
		font-size:16px;
	}
	.us_testimonial {
		--gap:0.5rem!important;
	}
}
@media screen and (max-width:390px){ 
	
}

