.single-post .page-header.default-banner {
	background-image: url(/media/30-1.jpg)!important;
	padding: 16vh 0px 15px;
}

.sub-heading span {
	color: red !important;
}

.properties-template-default .page-header .h3 span, .properties-template-default .page-header .h3 br {
	display: none;
}

@media (max-width:767px) {
    .hero-height {
        height: auto;
    }
}
@media (min-width:1200px) {
    .hero-height {
        height: calc(100vh - 285px);
    }
}
@media (max-width: 768px) {
    .screen-height {
        min-height: auto;
        margin-top: 60px;
    }
}
.living-room-bkg {
    background: url(/wp-content/themes/rangemarketing/dist/images/living-room-home.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 30px inset rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px inset rgba(0, 0, 0, 0.1);
}
h1.h4 {
    margin-bottom: 0px;
    padding: 15px;
    text-align: center;
    font-size: 1em;
    background: #394046;
    color: #fff;
}
h3.h5 {
    padding: 15px;
    margin: 0px;
    text-align: center;
    background: #4c545b;
    color: #fff !important;
}

.myvr-booking-button {
	background:#1BB1BC!important;
	border:1px solid #1BB1BC!important;
}

.myvr-calendar-widget img {
  width:auto;
}
@media (min-width:768px) {
  .alignleft {
    float: left;
    margin-right: 3.5rem;
    width: auto!important;
  }
  .alignright {
    float: right;
    margin-left: 3.5rem;
    width: auto!important;
  }
}





.blog-search {
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-search-bar {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 4px solid #394046;
    padding-left: 15px;
}

.slick-slide {
    height: 400px;
    min-height: 100px;
}


@media (max-width:767px) {

.mobile-hide{
	display: none!important;
 }
	
}

@media (min-width:767px) {

.mobile-show{
	display: none!important;
 }	
.hero-content-bg {
	background-color:rgba(57,64,70,0.8);
	padding: 15px;
	border-radius: 10px;
}	
}


  
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .popup .popup__content {
    width: 80%;
    height: 80%;
    overflow: auto;
    padding: 25px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    overflow: hidden;
  }
  .popup .popup__content .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
  }
  .popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
  }
  .popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
  }
  .popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
  }
  .video_modal_btn{cursor: pointer;}
  .tax_amt{
    text-transform: capitalize;
  }
  
  .cta.nav-item a{
    padding: 0px 8px !important;
    margin-top: 5px !important;
  }

.whats-new hr {
	display: none!important;
}

.contact-us .gfield_label {
	color: white!important;
}

.contact-us .gfield_required {
	color: white!important;
}

.contact-us .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	color: white!important;
}

.search-test .horizontal-padding-smaller {
	padding-left: 5px!important;
	padding-right: 5px!important;
}

/*.select2-selection__rendered {
    color: #000 !important;
}
span.select2-selection__placeholder {
    color: #999 !important;
}*/