/*
Theme Name: Gilman&Bedigian
Author: Vladimir Tolstousov
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License
*/
.custom-select {
    background-color: white;
}
.custom-select::after{
	z-index: 1;
}
.custom-select .wpcf7-form-control-wrap {
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.custom-select select,
#mobile_contact_bar .wpcf7-form-control-wrap .wpcf7-select{
    background-color: transparent!important;
}
.home-testimonials {
    background-color: #c2b6b6!important;
    background-image: linear-gradient(150deg, #c2b6b6 0%, #576574 74%)!important;
}
#mobile_contact_bar .btn-cta{
	font-size: 16px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 55px;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=submit]:hover,
#mobile_contact_bar .btn-cta.btn-cta_phone{
  background: linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(226,32,32,1) 100%)!important;
}
.wpcf7 input[type=submit]:hover{
  box-shadow: 0px 1px 2px black;
}
.two-col-ul{
	display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-flow:row wrap;
}
.two-col-ul li{
	width:50%;
}
.cta-p{
	text-align: center;
    background-color: #f0f1f2;
    border: 1px solid #cecece;
    padding: 25px;
    font-weight: 500;
}
#mobile_contact_bar .wpcf7-submit{
	background: rgb(192,0,0);
background: linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(226,32,32,1) 100%)!important;
}

.overview .about-info {
    display: flex;
    flex-flow: row wrap;
}
.overview .about-info .content-with-sb {
    width: 60%;
    text-align: left;
}
.overview .about-info .content-with-sb p{
	text-align: left;
    font-size: 1.1em;
}
.overview .about-info .content-with-sb-cons.hide-mobile {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 40%;
}
.content-with-sb-cons ul {
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    width: 340px;
    border: 2px solid #d0112b;
    padding: 25px 10px 25px 50px;
    box-shadow: 0px 0px 15px 3px grey;
    background-color: #e6e6e6;
}
.content-with-sb-cons ul li {
    position: relative;
    color: black;
    font-style: italic;
}
.content-with-sb-cons ul li:before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/wp-content/uploads/2021/05/mark.png);
    top: 5px;
    left: -30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-testimonial-holder {
    padding: 20px;
    height: auto!important;
    border: 1px solid #d0112b;
    font-style: italic;
    background-color: #d0112b;
    color: white;
    box-shadow: 0 0 10px 5px grey;
}
.about-info .custom-testimonial-holder {
    padding: 15px;
    max-width: 340px;
    margin-top: 25px;
    font-size: 17px;
}
.custom-testimonial-holder blockquote {
    padding: 0;
    margin: 0;
}
@media (min-width: 1000px){
    .content-with-sb-cons.hide-desktop {
        display: none;
    }
}
@media (max-width: 1000px){
    .overview .about-info .content-with-sb-cons.hide-mobile {
        display: none;
    }
    .overview .about-info .content-with-sb, .overview .about-info .content-with-sb-cons {
        width: 100%;
    }
    .hide-desktop{
    	display: block;
    }
    .overview .container {
        padding: 0!important;
    }
    .about-info .custom-testimonial-holder {
    	margin: 0 auto;
        margin-top: 25px;
    }
    .overview .about-info .content-with-sb-cons{
    	margin-bottom: 20px
    }
    .content-with-sb-cons ul li{
   		line-height: 1.8;
    }
}
@media all and (min-width: 1200px) and (max-width: 1400px){
	.header-flex{
		max-width: 78%!important;
	}
}
@media only screen and (max-width: 1000px){
	body #page .splash-section {
		background-position: top center!important;
	}
    .two-col-ul{
        display:flex;
        justify-content:flex-start;
        align-items:flex-start;
        flex-flow:column wrap;
    }
    .two-col-ul li{
        width:100%;
    }
    #main-nav #ajaxsearchlite1 .probox, div.asl_w .probox {
        margin: 0 auto;
    }
    #main-nav #ajaxsearchlite1 .probox, div.asl_w .probox {
        width: 90%;
    }
    div.asl_r.vertical{
		width: 74%!important;
    	left: 3%!important;
    }
}
@media only screen and (min-width: 1024px){
	#main-nav #ajaxsearchlite1{
        display: none;
    }
    .col-md-4 .field-holder.textarea-holder textarea{
    	height: 162px!important;
    }
}
@media all and (max-width: 767px){
  .before-form-section-content .wp-video,
  .before-form-section-content .mejs-container{
    width: 100%!important;
  }
  .list-badges li img{
  	max-height: 55px!important;
  }
  .list-badges li:nth-child(5){
  	/*display:none;*/
  }
  #wpcf7-f5-o2.wpcf7 input[type=submit]{
  	font-size: 1.25em!important;
}
}
.nav-holder nav#main-nav .bi-case ul.sub-menu{
	width:290px;
}
.laptop-iframe-holder .mejs-overlay.mejs-layer.mejs-overlay-play{
    opacity: 1;
    background-size: cover;
}
.hidden-field{
	display:none;
}
.desktop-spacer a{
	cursor: default;
}
@media all and (min-width: 1200px){
    .nav-holder nav#main-nav .bi-case ul.sub-menu {
        max-height: calc(100vh - 201px);
        overflow-y: overlay;
        width: 922px;
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        transform: translateX(-35%);
    }
    .nav-holder nav#main-nav .bi-case ul.sub-menu li a{
        display:flex;
        width:230px;
        height: 66px;
        padding-top: 0;
        padding-bottom: 0;
        align-items:center;
        border-right: 1px solid white;
    }
    .desktop-spacer{
    	opacity: 0;        
    }
    .nav-holder nav#main-nav .bi-case .hide-desktop{
    display:none;}
}
@media all and (max-width: 1250px){
    .nav-holder nav#main-nav .bi-case ul.sub-menu {
        transform: translateX(-19%);
    }
}
@media all and (max-width: 1200px){
    .desktop-spacer{
    	display:none!important;
    }
}
/*.hidden-field.activated{
	display:block;
}*/
.bi-case .slimScrollDiv{
	visibility: hidden;
    opacity: 0;
    transition:all ease-in 200ms;
    position:absolute!important;
    height:auto!important;
    min-height: 250px;
    max-height: calc(100vh - 206px);
}

.bi-case:hover .slimScrollDiv {
    visibility: visible;
    opacity: 1;
    width: 290px!important;
    
}
.bi-case:hover .slimScrollDiv .sub-menu{
    height: 100%!important;
    position: relative!important;
    top: 0px!important;
}
.hamburger .hamburger__text{
	margin-top:5px;
}
@media all and (max-width: 600px){
  .list-badges li:nth-child(1) img,
  .list-badges li:nth-child(2) img{
    max-height: 55px!important;
  }
  .list-badges li:nth-child(3) img,
  .list-badges li:nth-child(4) img{
    max-height: 75px!important;
  }
  .list-badges li:last-child{
    max-width: 315px;
  }
}
@media (max-width: 550px){
.inner-headline .inner-headline__title {
    font-size: 140%!important;
}
}
#page .splash-section h2{
	color: wheat!important;
}
.form-summary,
#mobile_contact_bar .summary-popup-form{
    font-size: 14px!important;
}
.header-top-col.htp-center{
	justify-content: flex-end;
}
#ajaxsearchlite1{
  margin-top: 15px;
  position: relative;
  right: -22px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  width: 235px;
}
.footer-column .aligncenter{
	display:none!important;
}


.mobile-trust-seals .row{
	margin: 0 auto;
}
.media-logos-holder {
    display: flex;
    flex-flow: row nowrap;
  	justify-content: center;
    padding: 25px 15px;
}
@media all and (max-width: 1440px){
  .media-logos-holder .list-badges{
      padding-top: 10px;
  }
}
.media-logos-holder .list-badges li img{
	max-height: 65px;
}
.media-logos-holder .trust-bages-holder:first-child {
    position: relative;
    margin-right: 10px;
    padding-right: 15px;
}
.media-logos-holder .trust-bages-holder:first-child:after {
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 60%;
    margin: 0;
    right: 0;
    top: 35%;
    background: #c5c5c561;
}
.trust-bages-holder h3 {
    color: #277ebb;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 10px;
}
.lb-second-line {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  	margin-bottom: 0;
}
.lb-second-line li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 65px;
    margin: 0 15px;
}
.lb-second-line li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1) opacity(0.5);
}
.lb-second-line li:first-child img {
    max-height: 97px;
    margin-left: 0;
    filter: grayscale(1) opacity(0.3);
}
@media all and (max-width: 960px){
    #mobile_contact_bar {
        z-index: 9999!important;
    }
    .main-header {
    	z-index: 9999!important;
	}
  .media-logos-holder .trust-bages-holder h3{
  	text-align: center;
    padding-left: 0;
  }
  .media-logos-holder .trust-bages-holder:first-child{
    width: 100%;
    position: relative;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .media-logos-holder {
    flex-flow: row wrap;
  }
  .media-logos-holder .trust-bages-holder:first-child:after {
      display: none;
  }
  .lb-second-line {
      flex-flow: row wrap;
  }
  .lb-second-line li{
      height: 50px;
      width: 50px;	
	  margin: 0 10px;
  }
  .media-logos-holder .trust-bages-holder:first-child li{
    padding: 5px 5px;
  }
  .media-logos-holder .trust-bages-holder:first-child li img {
    max-height: 45px;
  }
  .mobile-trust-seals .row{
  	margin: 0 auto;
  }
  #icw--launcher{
  	display:none!important;
  }
}
#mobile_contact_bar .blue-mob-btn .btn-cta{
	background: linear-gradient(180deg,#d3bc69 0%,#d3bc69d1 100%)!important;
}
#mobile_contact_bar .btns-holder__box{
	width: 32%!important;
}
#mobile_contact_bar .btn-cta{
	font-size: 13px!important;
}
#mobile_contact_bar #init-message.btn-cta i{
    transform: translateY(-50%) rotateY(180deg);
}
@media all and (max-width: 560px){
  .ccl-elements-container .ccl-element-mobile-split-bar{
  	display: none!important;
  }
}
body #mobile-modal.active {
    max-height: 650px;
}
.wpcf7-spinner{display:none!important;}
.grecaptcha-badge{bottom:-500px!important;}
.before-form-section-content {
    margin: 40px auto 0!important;
}
.presto-block-video .plyr__control--overlaid{
	background: #185179!important;
}
.cf7-date-field p{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
.cf7-date-field .custom-select{
	width: 48%;
}
#mobile-modal .cf7-date-field .wpcf7-form-control-wrap{
	margin-bottom: 0;
}
#mobile-modal .cf7-date-field{
    margin-bottom: 10px;
}