/*
Theme Name: Incubator Child
Template: incubator
Theme URI: http://keydesign-themes.com/incubator/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Incubator - WordPress Startup Business Theme
Version: 1.9.2
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700&subset=hebrew');
*{
  font-family: 'Assistant', sans-serif;
}

a:focus, a:active{
  outline: auto;
  padding: 0 10px;
}
body, .box{
  font-size: 1em!important;
}
/*navbar*/
/*skip link*/
a.skip-link{
  position: absolute;
  top: -50px;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em 1em;
}
a.skip-link:focus{
  top: 0;
  z-index: 1091;
}
@media (min-width: 780px){
    .navbar.navbar-default.fullwidth{
      margin: 0;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
      height: 65px;
      top: 0;
      display: flex;
align-items: center;
    }
    .navbar-default .nav li a:focus{
      outline: auto;
    }
#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu, #main-menu .navbar-nav .menu-item-has-children:focus .dropdown-menu,#main-menu .navbar-nav .menu-item-has-children:active .dropdown-menu,
.menu-item-has-children:hover .dropdown-menu, .menu-item-has-children:focus .dropdown-menu, .menu-item-has-children:active .dropdown-menu,
#main-menu .navbar-nav .dropdown-toggle:focus + .dropdown-menu, #main-menu .navbar-nav .dropdown-toggle:active + .dropdown-menu, navbar-nav .dropdown-toggle:hover + .dropdown-menu,
#main-menu .menu-item-has-children:focus-within .dropdown-menu
{
      opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    }
    #logo{
      float: right;
    }
    #logo img{
      height: 50px;
      padding: 1px 0;
    }
    .navbar-default.fullwidth .container{
      display: flex;
      align-items: center;
    }
    .navbar-nav > li{
      float: right;
      display: flex;
      align-items: center;
    }
    .navbar-nav > li:not(:last-child)::after{
      content: '|';
      color: #a0a0a0;
    }
     #main-menu .navbar-nav a, #main-menu .navbar-nav .menu-item a{
      font-size: 16px;
      font-weight: 600;
      line-height: 40px;
      color: #4D4D4D;
      padding-top: 0;
      padding-bottom: 0;
    }
     #main-menu .navbar-nav a:hover, #main-menu .navbar-nav .menu-item a:hover{
      color: #678CB1;
    }
    #main-menu .navbar-nav a:hover, #main-menu .navbar-nav .menu-item a:focus{
      outline: auto;
    }
    #main-menu .navbar-nav .menu-item-has-children .dropdown-menu{
      text-align: right;
      background: #fff;
      box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    }
    #wrapper{
      margin-top: 61px;
      min-height: calc(100vh - 325px);
    }
}

#home-banner{
  color: #fff;
}
 h1{
  color: #fff;
  text-align: right;
  font-weight: 600;
  font-size: 45px;
}
#home-banner .so-panel{
  margin: 0;
}
#home-banner p{
  max-width: 500px;
margin-bottom: 20px;
font-size: 18px;
line-height: 1.4;
}
.wave{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave img{
  max-height: 100px;
}
/*home-form*/
#home-banner form .sow-text-field{
  color: #000;
  font-size: 14px;
}
#home-banner .form-title{
  color: #fff;
  text-align: center;
  border: none;
  direction: ltr;
  padding: 50px 0 0;
  font-size: 45px;
  font-weight: bold;
}
#home-banner .form-title span{
      vertical-align: sub;
}
#home-banner .form-title-secondary{
  font-size: 20px;
  font-weight: bold;
}
#home-banner .wpcf7-form-control-wrap{
  margin: 0;
  width: 100%;
}
#home-banner label{
  margin-bottom: 5px;
}
#home-banner .wpcf7-form-control-wrap input, #home-banner .wpcf7-form-control-wrap select{
  height: 30px;
  border-radius: 5px;
  color: #000;
}
#home-banner form p:last-of-type{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#home-banner .wpcf7-submit{
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 5px;
  color: #fff;
  background-color: rgb(241,90,36);
  border: 1px none #989a9c;
border-radius: 50px;
font-weight: 500;
font-size: 16px;
width: 90px;
height: auto;
line-height: 1;
}
/*home banner dropdown-menu*/
.home-bannerMenu{
  display: flex;
  justify-content: flex-start;
  min-width: 600px;
}
.home-bannerMenu > div.insurance-type{
  border-radius: 20px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.25);
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  color: #62747e;
  background: #fff;
  transition: all 1s;
  outline: none;
}
.home-bannerMenu > div.insurance-type .hoverTarget{
  display: flex;
  align-items: center;
  height: 100%;
}
.home-bannerMenu > div.insurance-type.hover{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.insurance-type span{
  transform: rotate(180deg);
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
  transition: all 700ms;
  margin-right: 3px;
}
.insurance-type.hover span{
  transform: rotate(0deg);
  justify-content: center;
}
.insurance-type .widget_custom_menu_wizard{
  background: #fff;
  position: absolute;
  z-index: -1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 95%;
  right: 0;
  width: 100%;
  transition: all 1s;
  opacity: 0;
  border: 1px solid rgba(0,0,0,0.2);
  border-top: none;
  visibility: hidden;
}
.insurance-type.hover .widget_custom_menu_wizard{
  opacity: 1;
  z-index: 5;
  visibility: visible;
  outline: none;
}
.widget_custom_menu_wizard ul{
  padding: 10px 0 0;
  margin-bottom: 5px;
}
.widget_custom_menu_wizard li{
 list-style: none;
 padding: 5px 0;
 text-align: center;
}
.widget_custom_menu_wizard li:not(:last-child){
  border-bottom: 1px solid rgba(70,70,70,0.5);
 width: 80%;
 text-align: center;
 margin: 0 auto;
}
.home-bannerMenu > a{
  background: #F15A24;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.25);
  position: relative;
  padding: 12px;
  margin-right: 10px;
  text-align: center;
  color: #fff
}
.get-quote{
  display: flex;
align-items: center;
position: relative;
z-index: 15;
background: #F15A24;
border-radius: 20px;
width: 150px;
justify-content: center;
color: #fff;
}
/*homepage buttons*/
.home-btns{
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
#wrapper .home-btns > div.panel-grid-cell{
  width: 130px;
  margin: 0 auto;
}
.home-btns .sow-image-container{
  margin-bottom: 20px;
}
.home-btns .sow-image-container a{
  display: flex;
  justify-content: center;
}
#wrapper .home-btns h3.widget-title{
  border: none;
  padding: 0;
  margin: 0;
  color: #005D8B;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.home-btns .panel-grid-cell > :nth-child(2){
    text-align: center;
    max-height: 150px;
    transition: all 2s
}
.home-btns .panel-grid-cell > :nth-child(n+3){
  opacity: 0;
  transition: all 1s;
}
.home-btns a >img{
  pointer-events: none;
}
@media (min-width:800px) {
  .home-btns .panel-grid-cell:hover > div, .home-btns .panel-grid-cell:focus-within > div{
    /* display: block; */
    opacity: 1;
  }
  /* .home-btns .panel-grid-cell h3.widget-title{
    transition: all 2s;
  } */
  .home-btns .panel-grid-cell h3.widget-title div:last-child{
    opacity: 1;
    max-height: 100px;
    /* transition: opacity 2s, max-height 1s; */
    transition: all 750ms;
    visibility: visible;
  }
.home-btns .panel-grid-cell:hover >  :nth-child(2), .home-btns .panel-grid-cell:focus-within :nth-child(2){
    transition: all 2s;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
  }
}

.home-btns a.ow-button-hover{
  padding: 0;
  font-size: 16px;
  border: 1px solid #41a9d5;
  margin-bottom: 5px;
}
 .home-btns a.ow-button-hover:focus{
   background: #41a9d5;
    color: #ffffff !important;
    outline: none;
 }

/*homepage slider*/
.home-slider .panel-layout{
  height: 100%;
}
.home-slider ul.sow-slider-images{
  padding: 0;
}
.home-slider ul.sow-slider-images > .sow-slider-image .sow-slider-image-wrapper{
  padding: 35px 0;
}
.home-slider .panel-grid{
  height: 100%;
  align-items: center;
}
.home-slider .sow-slider-pagination{
  display: block!important;
  opacity: 1!important;
  text-align: center;
  padding: 0;
}
.home-slider .sow-slider-pagination a{
  color: transparent;
  padding: 0;
}

/* # footer*/

#footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #005d8b;
  z-index: 10;
}
#footer a{
  color: #fff;
}
#footer a:hover, #footer a:focus{
  font-weight: bold;
  background-color: transparent;
}
.upper-footer{
  padding: 24px 50px 25px 0;
  width: 350px;
  margin-left: auto;
  text-align: right;
}
.upper-footer .container{
  max-width: 100%;
}
.upper-footer .widget-title{
  text-align: right;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 16px;
}
.upper-footer .textwidget p{
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 14px;
}
.upper-footer .sow-field-container input.sow-text-field{
  /* background: transparent;
  border-bottom: 1px solid lightblue; */
}
.upper-footer .wpcf7-form{
  padding: 10px 0;
}
.upper-footer .wpcf7-form .wpcf7-form-control-wrap{
  width: 100%;
  margin: 0 0 5px;
}
.upper-footer .wpcf7-form .wpcf7-text{
  line-height: 1;
height: auto;
border-radius: 0;
font-size: 16px;
}
.upper-footer .wpcf7-form .wpcf7-submit{
  background-color: #fff;
  color: #005D8B;
  height: auto;
  line-height: 1;
  padding: 5px;
  float: left;
  width: 100px;
}
.lower-footer{
  display: flex;
  flex: 1 1 40%;
  text-align: right;
}
.lower-footer > .container{
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.lower-footer .pull-left{
  text-align: left;
}
.lower-footer .pull-right{
  height: 100%;
}
.lower-footer #menu-footer-menu{
  height: 100%;
  column-width: 150px;
  margin-bottom: 20px;
}
.lower-footer #menu-footer-menu li{
  min-width: 150px;
}
.lower-footer #menu-footer-menu li a{
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
}
.lower-footer #menu-footer-menu li a h4{
  text-align: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
  font-size: 20px;
  margin: 0;
}
.lower-footer span{
  margin-right: 0;
}
.c2c{
  display: none;
}

.back-to-top{
  right: 0;
}
.mobile{
  display: none!important;
}
/**************************/
/*inner page | #inner-page*/
/*************************/
.single-post #single-page{
  padding: 0;
  min-height: auto;
}
.single-post #single-page > .container{
  z-index: 0;
}
.single-post #single-page p{
  margin-bottom: 0px;
}
#inner-page{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  min-height: auto!important;
}
.single-post #single-page .single-page-heading{
  position: static;
  z-index: 1;
  width: 0;
  padding: 0 0 0;
}
#single-page .single-page-content h3{
  text-align: right;
  color: #62747e;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-post #single-page .single-page-heading > .container{
  position: static;
}
.single-post .container{
width: 100%;
max-width: 1920px;
}
.single-post .single-page-heading h1{
  color: #005D8B;
  background: #FAFAFA;
  text-align: right;
  display: inline-block;
  padding: 15px;
  position: absolute;
  width: auto;
  z-index: 6;
  right: 25%;
  top: 50px;
  font-size: 45px;
}
/*right image column*/
#inner-page > .wpb_column:last-child *{

  margin: 0;
  padding: 0;
}
#inner-page .form-container{
  background: #dedcdc;
position: fixed;
top: 50px;
bottom: 0px;
overflow-y: scroll;
left: 0;
height: auto;
z-index: 0;
}
#inner-page .form-container a.phone{
  color: #fff;
}
.form-container .wpb_wrapper{
  /* position: fixed;
  padding-left: 1%; */
}
#inner-page.variantB > .wpb_column:last-child *{
  height: auto;
}
#inner-page.variantB .form-container > .vc_column-inner{
      box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.2);
}
#inner-page > .wpb_column:last-child img{
  object-fit: cover;
  position: fixed;
    right: 0;
    max-width: 33.33%;
    height: 100%;
    top: 0;
}

/*tabs*/
 #inner-page > .vc_col-sm-6{
  margin-top: 150px;
}
.vc_tta-tabs-container{
  text-align: center;
}
#inner-page .vc_tta-tabs-container >ul {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  display: inline-block;
}
#inner-page .vc_tta-panels-container .vc_tta-panels{
  border: none;
  /* border-top: 1px solid rgba(0,0,0,0.2); */
}
#inner-page .vc_tta-tabs-container a{
  padding: 0 10px;
  margin: 5px 0;
  border-width: 0;
}
#inner-page .vc_tta-tabs-container li:not(:last-child) a{
  border-left-width: 1px;
}
#inner-page .vc_tta-tabs-container a:hover{
  background-color: transparent;
  color: #89A6C3;
}
#inner-page .vc_tta-tabs-container li.vc_active a{
  color: #89A6C3;
}
/*FAQ module*/
/*rtl fix*/
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
  padding-right: 25px
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon{
  left: auto;
  right: 0;
}
/*form*/
#inner-page .wpcf7-form .form-title,  #side-form .form-title{
  font-size: 45px;
  direction: ltr;
  line-height: 1;
  font-weight: 600;
}
form label{
  text-align: right;
  margin: 5px 0 0;
  width: 100%;
}
#inner-page .wpcf7-form .form-title span, #side-form .form-title span{
  vertical-align: sub;
}
#inner-page .wpcf7-form .form-title-secondary, #side-form .form-title-secondary{
  font-size: 20px;
  line-height: 1;
  color: #62747E;
}
#inner-page .wpcf7-form span.wpcf7-form-control-wrap, #side-form span.wpcf7-form-control-wrap{
    width: 100%;
    margin: 5px 0;
}
#inner-page .wpcf7-form input, #inner-page .wpcf7-form select,  #side-form input,  #side-form select{
  height: 30px;
  border-radius: 10px;
  line-height: 1;
  color: #62747E;
  padding-right: 17px;
}
#inner-page .wpcf7-form input[type="checkbox"]{
  height: 1em;
  vertical-align: sub;
}
#inner-page .wpcf7-form input::placeholder, #side-form input::placeholder{
    color: #62747E;
    opacity: 1;
}
#inner-page .wpcf7-form p,  #side-form p{
  text-align: left;
  margin-bottom: 5px;
}
#inner-page .wpcf7-form input[type='submit'], #side-form input[type='submit']{
  width: 50%;
  background: #F15A24;
  border: none;
  height: 25px;
  color: #fff;
  display: block;
  margin-right: auto;
  padding: 0;
}
#inner-page .wpcf7-form input[type='submit']:hover,
#side-form input[type='submit']:hover{
  color: #62747E;
}
#inner-page .wpcf7-form input[type='submit']:focus,
#inner-page .wpcf7-form input[type='submit']:active{
  outline: auto;
  outline-color: #62747E;
  outline-offset: 2px;
    color: #62747E;
}
/*form errors*/
.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0;
    font-weight: bold;
    background: #fff;
    z-index: 10;
    letter-spacing: 1px;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
  }
  .wpcf7-not-valid-tip:before{
        font: normal normal normal 17px/1 FontAwesome;
    content: "\f00d";
position: absolute;
color: #999;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
margin-top: 5px;
  }
 .wpcf7-validation-errors {
    display: none !important;
}
#wrapper .wpcf7-not-valid-tip, .wpcf7-not-valid-tip{
  top: 0;
  height: auto;
  line-height: 1;
  padding: 5px;
  text-align: center;
  width: auto;
  left: 0;
}
#wrapper .wpcf7-not-valid-tip::before, .wpcf7-not-valid-tip::before{
right: -13px;
top: -5px;
}
div.side-form-underText{
  text-align: center;
  margin-bottom: 50px;
}
.side-form-underText h4{
  font-size: 25px;
}
.side-form-underText p{
}

/*contact us page #contact-aside*/
#contact-aside > div >div{
  /* box-shadow: 50px 0px 0px #fff, 51px 0px 0 0px #000; */
    padding-bottom: 20%;
}
#contact-aside .aside .wpb_wrapper > div:first-child{
  color: #fff;
  background: #F15A24;
  padding: 5px;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  direction: ltr;
  margin-bottom: 10px;
  line-height: 1;
}
#contact-aside .aside .wpb_wrapper > div:not(:first-child){
  font-size: 16px;
  font-weight: 600;
}
/*misc styles*/
/* # lists*/
.wpb_text_column ul, .wpb_text_column ol, ul, ol{
  padding: 0 20px 0 0;
}
.wpb_text_column ul li, .wpb_text_column ol li, #posts-content .blog-content ul li, #posts-content .page-content ul li{
    padding: 0 10px 0 0;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}

.wpb_text_column ul>li:before, .wpb_text_column ol>li:before, #posts-content .blog-content ul li:before, #posts-content .page-content ul li:before{
margin-right: 0px;
  right: -20px;
      padding-right: 0;
      position: absolute;
      z-index: -1;
}
body.enable-filter-blackyellow .wpb_text_column ul>li:before, body.enable-filter-blackyellow .wpb_text_column ol>li:before,  body.enable-filter-blackyellow #posts-content .blog-content ul li:before, body.enable-filter-blackyellow #posts-content .page-content ul li:before{
/*change color for black yellow contrast*/
color: #ff0!important;
}
#posts-content .blog-content ul li:before, #posts-content .page-content ul li:before, .navigation.pagination{
  content: '\f00c';
  top: 8px;
}
/*long contact forms .long-form*/
legend{
  padding-bottom: 15px;
}
fieldset fieldset legend, fieldset fieldset p, fieldset fieldset > p > span, fieldset fieldset{
  font-size: inherit;
  margin: inherit;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0 !important;
}

.wpcf7-form{
  position: relative;
}
.wpcf7-form.sent .wpcf7-response-output{
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin: 0;
  width: auto;
  padding: 0 5em;
}
.contact-us{
    /* margin-top: 150px; */
    margin-left: 50px;
}
.long-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: right;
}
.long-form > fieldset{
  margin: 20px;
  -ms-flex: 0 0 90%;
}
.long-form > :last-child{
  margin-right: auto;
}

.long-form .wpcf7-radio{
  text-align: right;
}

.wpcf7-form-control-wrap{
  text-align: right;
}
#inner-page .long-form span.wpcf7-form-control-wrap, #inner-page .long-form label.half{
  width: 100%;
  margin: -5px 0 5px;
}
.long-form .stretch{
  flex: 1 1 100%;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
}
.long-form .stretch span.wpcf7-list-item{
  display: block;
}
#inner-page .long-form select{
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  color: #c7c3c3;
}
#inner-page .long-form select option{
  color: #62747E;
}
#inner-page .long-form input.wpcf7-form-control, #inner-page .long-form select, #inner-page .long-form span.msg textarea{
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #4B8CAD;
  background: transparent;
  box-shadow: none;
  padding-right: 0;
  width: 100%;
  font-size: 14px;
  text-align: right;
}
#inner-page .long-form span.msg textarea{
border: 1px solid #4B8CAD;
text-align: right;
margin: 10px;
}
#inner-page .long-form input::placeholder{
  color: #c7c3c3;
  opacity: 1;
}
.long-form label > input[type="radio"],.long-form label > input[type="checkbox"]{
  vertical-align: middle;
}
.long-form label > input[type="radio"]+span, .long-form label > input[type="checkbox"]+span{
  vertical-align: middle;
}
.long-form > label > span{
  display: block;
}
.long-form > fieldset > div{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#inner-page .long-form span.type,
#inner-page .long-form > .wpcf7-form-control-wrap,
.long-form p,
.long-form fieldset fieldset {
  flex: 1 1 calc(48% - 60px);
margin: 10px 30px;
font-weight: normal;
/* min-width: 330px; */
}

#inner-page .long-form input[type='submit'].wpcf7-submit {
  width: 150px;
  order: 1;
  margin: 0;
  padding: 10px 0;
  line-height: 0;
  margin-bottom: 10px;
  background: #F15A24;
  margin-right: auto;
  border-radius: 7px;
  text-align: center;
}
.long-form .wpcf7-mail-sent-ok{
  left: 0;
}
/* insurance check*/
.insurance-form{
  margin-top: 150px;
}
#inner-page .insurance-form .long-form span.wpcf7-form-control-wrap, #inner-page .insurance-form .long-form label{
  width: 100%;
  flex: 0 1 auto;
}
.long-form > div{
  width: 45%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 3%;
}
/**************/
/*post styles*/
/************/
#posts-content{
  padding: 0;
}
#posts-content + #breadcrumbs{
  right: 27%;
}
.post-sidebar{
  background: #e7e7e7;
  padding-top: 30px;
}
 #posts-content .blog-single-content .blog-single-title{
  text-align: right;
}
#posts-content .post h3{
  text-align: right;
}
#wrapper .widget-title{
  text-align: right;
  padding: 0;
}
.blog_widget ul{
  padding-right: 5%;
}
.blog_widget ul li a{
  display: flex;
  align-items: center;
}
.blog_widget ul li{
  line-height: 1;
  margin: 17px 0;
}
.blog_widget ul li a:before{
  order: 1;
  transform: rotate(180deg);
  line-height: 0;
  font-size: 13px;
}
#posts-content .blog-single-content .wp-post-image{
  object-fit: cover;
  object-position: 0 0;
  max-height: 30vh;
  transition: all 1s;
  width: 100%;
}
#posts-content .blog-single-content .wp-post-image:hover{
  max-height: 50vh;
}
/*404 page*/
#wrapper .page-404{
  background-color: #EAEAEA;
  padding-top: 100px!important;
}
#wrapper .page404-overlay{
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1;
}
.page-404 >.container > .row{
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
}
.page-404 .section-heading, .page-404 .section-subheading{
  color: #000;
}
#breadcrumbs{
  position: absolute;
  top: 10px;
  right: 34%;
color: #000;
z-index: 101;
direction: rtl;
font-size: 12px;
}
/*# magazine*/
.mag{
  margin-top:150px;
}
#posts-content .post .blog-single-title{
  text-align: right;
}
.mag li.vc_grid-filter-item:not(:last-child){
  border-left: 1px solid #2A2A2A;
  border-radius: 0;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 1;
}
.mag li.vc_grid-filter-item button{
  border: none;
  background-color: transparent;
  outline: none;
  color: inherit;
}
#wrapper .mag li.vc_active, #wrapper .vc_grid-filter-item:hover{
  background: transparent;
  color: #89A6C3;
}
#wrapper .mag li.vc_active span, #wrapper .vc_grid-filter-item:hover span{
  color: #89A6C3;
}
.mag li.vc_grid-filter-item::after{

}
#wrapper .mag h4{
  color: #005D8B;
}
#wrapper .mag a{
  color: #005D8B;
}
body.enable-filter-blackyellow #wrapper .mag a, body.enable-filter-blackyellow #wrapper .mag a *{
/*BW accesiblity fix*/
    background-color: transparent !important;
}
.mag .vc_grid-item-mini .vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top{
  position: relative;
}
.mag .vc_grid-item-mini .vc_gitem-zone-a .vc_gitem-row-position-middle, .vc_gitem-zone-b .vc_gitem-row-position-middle{
  top: 0px;
}

.mag .vc_grid-item-mini .vc_gitem_row .vc_gitem-col{
  padding: 0;
}
.post-item-style > div{
  display: flex;
  flex-direction: column;
}
.mag .title-cu{
  margin-bottom: 0px;
}
.post-item-style > div >div:last-child{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#wrapper .post-item-style > div >div:last-child > div:last-child{
  margin-right: auto;
  margin-left: 10px;
}
#wrapper .post-item-style > div >div:last-child *{
  margin: 0;
  padding: 0;
  line-height: 25px;
  background: transparent;
}
#wrapper .mag .post-cat{
  text-align: right;
}
#wrapper .mag .post-details{
/* margin-bottom: 15px; */
}
#wrapper .mag .post-details > div{

}
#posts-content .comment-count, #posts-content .author{
  display: none;
}
.archive #header.blog-header{
  background: url('/wp-content/uploads/2017/10/shutterstock_172950287_1920x500-e1527077420169.jpg');
  padding: 0;
  background-position: top;
}
.archive .blog-header .header-overlay{
  height: 20vw;
}
.archive .blog-header .intro-text{
  padding: 0;
  height: 20vh;
  display: flex;
flex-direction: column;
justify-content: center;
}
/*site map page*/
#site-map{
  padding: 0;
}
#site-map .section-heading, #site-map h2, #site-map h3{
  text-align: right;
  margin: 0;
}
#site-map h2{
  font-size: 40px;
}
#site-map h3{
  font-size: 30px;
}
#site-map ul{
  list-style: disc;
}
#site-map ul li{
  padding: 0;
  line-height: 1;
}
#site-map ul li::before{
  content: none;
}

/****************/
/*tablet styles*/
/**************/
@media (max-width: 960px){
  .upper-footer .widget-title{
    margin-top: 0;
  }
  .container{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  /*home btns*/
  #wrapper #header div#home-btns{
    align-items: stretch;
  }
  #wrapper > div.panel-layout .home-btns{
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    max-width: 80%;
  }
  #wrapper .home-btns > div.panel-grid-cell{
  margin: 5px 2%;
  box-shadow: 0 0 8px 0px rgba(0,0,0,0.5);
  flex: 1 1 40%;
  position: relative;
  padding: 5%;
  }
}

/***************/
/*mobile styles*/
/**************/

@media (max-width: 780px){
  .mobile{
    display: block!important;
  }
  .container{
    padding-left: 0;
    padding-right: 0;
  }
  h1{
    font-size: 33px;
  }
  .vc_column_container>.vc_column-inner{
    padding-left: 0!important;
    padding-right: 0!important;
  }
.section{
  padding: 0!important;
}
.navbar-nav {
  text-align: right;
}
.navbar .navbar-toggle span.icon-bar{
  background: #4086A8;
}
body.enable-filter-highContrast button.navbar-toggle{
  /*hamburger accesibilty contrast fixes*/
  background-color: #fff !important;
}
body.enable-filter-blackyellow:not(#enable-toolbar) .navbar-toggle span.icon-bar{
    /*hamburger accesibilty contrast fixes*/
  background-color: #ff0 !important;
}
#main-menu .navbar-nav .menu-item-has-children .mobile-dropdown{
  left: -7px;
  right: initial;
}
#main-menu .navbar-nav .menu-item a, #main-menu .navbar-nav .menu-item span.mobile-dropdown{
  color: #000;
}
#main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu{
  text-align: right;
  margin-right: 5%;
}
#wrapper #home-banner {
  background-position: 60% center;
}
#home-banner .so-widget-sow-editor{
  text-shadow: 1px 1px 1px #000;
}
  #home-banner .so-widget-sow-contact-form{
    display: none;
  }
  #home-banner > .panel-grid-cell:last-child > div{
    display: flex;
    flex-direction: column;

  }
  #home-banner > .panel-grid-cell:last-child > div > div:last-child{
    order: -1;
    margin: 0 -5%;
  }
  .home-bannerMenu{
    font-size: 14px;
    min-width: auto;
    justify-content: space-around;
  }
  .home-bannerMenu > div.insurance-type{
    box-shadow: none;
    width: auto;
    flex: 0 1 auto;
  }
  .insurance-type-title{
    border:none;
    width: auto;
    margin-left: -15%;
    padding-left: 16%;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.25);
  }
  .get-quote{
    width: auto;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.25);
  }
  .home-bannerMenu > a{
    padding: 0;
    flex: 0 1 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #wrapper .home-mobileForm .so-widget-sow-contact-form .widget-title{
    text-align: center;
    font-size: 21px;
    color: #fff;
    padding: 5% 0 0;
    margin: 0;
    border: none;
}

  .home-mobileForm .so-widget-sow-contact-form label{
    display: none;
  }
  #wrapper .home-mobileForm .so-widget-sow-contact-form select{
    display: block;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0%;
    border: 1px none #c0c0c0;
    padding: 4%;
    background: #ffffff;
    font-size: 16px;
  }
  .wave img{
    max-height: 65px;
  }
  /*homepage buttons*/
  .home-btns .panel-grid-cell > :nth-child(2) a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .home-btns .panel-grid-cell > :last-child{
    display: none;
  }
  /* # footer mobile */
  .upper-footer{
    width: 100%;
    padding: 5% 0 0;
  }
  .c2c{
    position: fixed;
    bottom: 15%;
    right: 0;
    display: block;
    width: 0;
    z-index: 10;
  }
  .c2c img{
    width: 20vw;
  }
  /*mobile home form*/
  .home-mobileForm .sow-submit{
    line-height: 1.5;
  }

/*************/
/*inner page*/
/***********/
  .single-post #single-page div.single-page-heading{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
  }
  .single-post .single-page-heading h1{
    position: static;
    font-size: 35px;
  }
  #inner-page >.wpb_column{
    width: 100%;
  }
  #inner-page > .wpb_column:last-child img{
    height: auto;
    max-height: 40vh;
    object-fit: cover;
position: static;
max-width: 100%;
  }
  #inner-page{
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  #inner-page .title-height-offset, #inner-page > .vc_col-sm-6{
    margin-top: 0;
    padding: 10px 2% 0;
  }
  #inner-page >.vc_col-sm-4{
    min-height: 80px;
  }
  /*tabs*/
  #inner-page .vc_tta-tabs-container{
    display: block;
    margin-top: 0;
  }
  #inner-page ul.vc_tta-tabs-list{
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  #inner-page ul.vc_tta-tabs-list::before, #inner-page ul.vc_tta-tabs-list::after{
    position: absolute;
    background: #fff;
    height: 100%;
    z-index: 100;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    top: 0;
    padding: 15px;
    font-family: FontAwesome;
    padding: 3%;
    width: 15%;
  }
  #inner-page ul.vc_tta-tabs-list::before{
      content: "\f104";
      /* content: ''; */
      left: 0;
      background: linear-gradient(to left, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
      direction: ltr;
    }
  #inner-page ul.vc_tta-tabs-list::after{
right: 0;
content: "\f105";
/* content: ''; */
  background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
  }
  #inner-page .vc_tta-tabs-list li{
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
  }
  #inner-page .vc_tta-tabs-list li:first-child{
    /* padding-right: 20vw; */
  }
  #inner-page .vc_tta-tabs-list li:last-child{
    padding-left: 10vw;
  }

  #inner-page .vc_tta-panel-heading{
display: none;
  }
#inner-page .vc_tta-panel-body{
  border: none;
}
/*tabs animation class*/
.vc_tta-panel.vc_animating {
     /* min-height: 50vh; */
}
/*inner page side form*/
#inner-page .vc_tta-panel-heading{
  border-color: #126893;
}
#inner-page .vc_tta-title-text{
    color: #126893;
}
/*tabs end*/
#inner-page .wpcf7-form .form-title{
display: none;
}
#inner-page .wpcf7-form .form-title-secondary{
  color: #fff;
  font-size:25px;
  margin-bottom: 10px;
}
.form-container .wpb_wrapper{
  /* position: static; */
  padding: 0 5vw;
}
#inner-page .form-container{
  position: static;
  background: none;
  height: auto;
}
#inner-page .form-container > .vc_column-inner{
  background: #333333!important;
}
#inner-page .form-container .side-form-underText{
  display: none;
}
#inner-page .form-container select, #inner-page .form-container input{
  display: block;
  width: 80%;
  min-width: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0% auto;
  border: 1px none #c0c0c0;
  padding: 4%;
  background: #ffffff;
  font-size: 16px;
  height: auto;
  font-weight: normal;
}
#inner-page .form-container option{
  font-size: 16px;
  font-weight: normal;
}
#inner-page .form-container select::placeholder, #inner-page .form-container input::placeholder{
    color: #62747E;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Assistant', sans-serif;
}
#inner-page .wpcf7-form input[type='submit'], #side-form input[type='submit']{
  width: 35%;
  height: auto;
  margin-right: auto;
  padding: 1%;
  margin-left: 0;
}
/*contact page*/
.contact-us{
  margin-top: 5%;
margin-left: 0;
padding: 0 5vw;
}
#breadcrumbs{
  display: none;
}
/* insurance check*/
.long-form > div{
  width: 100%;
  padding: 0 5%;
}
/*magazine*/
#wrapper .mag{
  margin-top: 10px;
  padding: 2%;
}
#mag-posts ul.vc_grid-filter{
  display: block!important;
}
#mag-posts .vc_grid-filter-select{
  display: none;
}
/* # lists mobile */
.wpb_text_column ul>li:before, .wpb_text_column ol>li:before, #posts-content .blog-content ul li:before, #posts-content .page-content ul li:before{
  right: -15px;
}

/**********
 # forms
 *********/
.long-form p{
  flex: 1 1 100%;
}

}
