/*
Theme Name: Shazaam Child Theme
Theme URI: http://streamlinevrs.com/
Description: Child theme for customizations to Global Streamline Parent Theme
Author: Rusu
Author URI: http://streamlinevrs.com
Template: Global-Streamline-Parent-theme
Version: 1.0

Copyright 2017 Streamline VRS
*/

/*Make your custom css edits here*/
#slider:before {
position:absolute;
display:block;
left:0;
right:0;
top:0;
bottom:0;
z-index:1;
content:'';
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+37&0.65+1,0+37 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 1%, rgba(0,0,0,0) 37%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,0) 37%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 1%,rgba(0,0,0,0) 37%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.c-hero__search .search_widget .c-search-widget__fields .form-control {
	height: 50px;
}
.c-hero__search .search_widget select {
	border: none;
}
.home .entry-content p {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 10px;
}

/** General **/
.c-filter-widget .form-control[readonly] {
    background-color: #fff;
}

.c-property__cta-btn--inquiry:focus {
    color: #fff;
}

.breadcrumb:not(.breadcrumb--light) a {
  color: #fff;
}


/** Property **/
.c-property__fav-btn .fa-heart-o {
    text-shadow: 0 0 2px rgba(0,0,0,.75);
}

.c-property__pet-icon {
    text-shadow: 0 2px 2px #232323;
}


/*force map height to full height*/
.map-search.ng-pristine.ng-untouched.ng-valid.ng-not-empty,
map.map-canvas {
    height: 100vh !important;
}
.row-flex{
	display: block!important;
}

/** Side Info template styles  - to be removed after plugin update **/
.c-property--side-info .c-property__heading {
    font-size: 20px; }
    @media (min-width: 75em) {
      .c-property--side-info .c-property__heading {
        font-size: 24px; } }
  .c-property--side-info .c-property__location {
    font-size: 1.1em; }
    @media (min-width: 75em) {
      .c-property--side-info .c-property__location {
        font-size: 1.25em; } }
  .c-property--side-info .c-property__img {
    margin-bottom: 15px; }
  .c-property--side-info .c-property__body {
    padding: 0; }
  .c-property--side-info .c-property__fav-btn {
    font-size: 1.4em;
    left: auto;
    margin-left: 20px;
    position: relative;
    top: auto; }
  .c-property--side-info .c-property__cost {
    margin-bottom: 5px; }
  .c-property--side-info .c-property__cost-sum {
    font-size: 20px; }

.secondary_page h1{
	margin-bottom: 25px!important;
}
#resortpro_unit_submit{
	background-color: #78c4e8!important;
}

  /** Styles for datepickers icons - can be removed after plugin update **/
    .date-group .form-control {
      padding-right: 35px; 
  }
  .date-group .glyphicon-calendar {
      position: absolute;
      top: 50%;
      right: 10px;
      pointer-events: none;
      transform: translateY(-50%); 
  }
.why_choose .col-md-12 {
    padding: 15px;
}
.why_choose .col-md-5 {
    padding: 30px 20px
}
#img_why_section img {
    width: 100%
}
.why_choose .col-md-7 {
    text-align: center;
}
/*@media all and (min-width: 1600px) {
    .why_choose .col-md-5 {
        margin-top: 5%
    }
}*/
div#why_choose .custom-html-widget {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#why_choose iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.featured-units {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.featured-units .feature_main {
    margin: 0 0 30px;
}
.feature_main {
    max-height: 200px !important;
    overflow: hidden;
}
.featured-unit-title {
    background: #00bf8f;
}
.featured-unit-title {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0, 191, 143);
    height: auto;
    padding: 4px 0;
    top: 0;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.featured-unit-title a {
    color:#fff;
}
div#featured_props {
    margin-top: 50px;
}
#featured_props .heading-box h3, .section_title h3 {
    color: #00bf8f;
    padding: 0;
    margin: 0px 0;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}
#featured_props .heading-box h3:after, .section_title h3:after {
    display: block;
    content: "";
    width: 12%;
    height: 1px;
    border-bottom: 3px solid #00bf8f;
    margin: 20px auto;
}
@media all and (min-width:992px) and (max-width:1199px) {   
.c-nav-menu .c-nav-menu__inner > .menu-item > a, .c-nav-menu .c-nav-menu__inner > .menu-item.active > a, .c-nav-menu .c-nav-menu__inner > .menu-item.open > a {
        font-size: 18px;
        padding-right: 0px;
    }
}
@media all and (min-width:768px) and (max-width:991px) {   
.c-nav-menu .c-nav-menu__inner > .menu-item > a, .c-nav-menu .c-nav-menu__inner > .menu-item.active > a, .c-nav-menu .c-nav-menu__inner > .menu-item.open > a {
        font-size: 13px;
        padding-right: 3px;
        padding-left: 3px;
    }
}
@media all and (min-width:1199px) {   
.c-nav-menu .c-nav-menu__inner > .menu-item > a, .c-nav-menu .c-nav-menu__inner > .menu-item.active > a, .c-nav-menu .c-nav-menu__inner > .menu-item.open > a {
        font-size: 20px;
        
    }
}
#ui-datepicker-div {
    z-index: 100000!important;
}
#resortpro-book-unit .col-md-12.ng-scope {
    float: left;
}


.featured-unit-title {
    height: 35px;
    line-height:35px;
    padding: 0 10px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:white;
	font-weight: 800;
}
.breadcrumb:not(.breadcrumb--light) {
    background-color: #f7f7f7 !important;
}
.breadcrumb:not(.breadcrumb--light) a {
    color: #333 !important;
}
.c-nav-menu .c-nav-menu__inner > .menu-item > a, #header_top a {
    color: #000000;
}
#header .navbar {
    border-top: 1px solid #dcae6b;
}
.c-site-logo img {
    max-width: 200px;
}
div#header_top > .row > div {
    text-align: right;
}
#header_top a {
    font-size: 20px;
}
#header_top a:last-child {
    font-weight: 500;
    background-color: #78c4e8;
    padding: 5px 10px;
    color: #fff;
    margin-left: 12px;
}
#header_top .search_widget label {
    display: none;
}
#header_top .search_widget button {
    width: 100%;
}
@media all and (min-width:992px) {
    #header_top > .row > div:last-child {
        width: 25%;
    }
    #header_top > .row > div:first-child {
        width: 75%;
    }
	.c-hero__search {
    	bottom: 40%;
	}
}
@media all and (min-width:768px) and (max-width:992px) {
    #header_top > .row > div:last-child {
        width: 50%;
        float:left;
    }
    #header_top > .row > div:first-child {
        width: 50%;
        float:left;
        padding-top: 4px;
    }
    #header_top a {
        font-size:14px;
    }
}
#header_top .col-lg-8.col-md-8.col-sm-8.col-xs-8 {
    padding-right: 0;
}
.cst-banner {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    padding: 15px 0 15px;
    background: #e4b985;
	z-index: 1;
}
.cst-banner a {
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 19px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px;
    letter-spacing: 1.1px;
}
.siw-slide-up h4,.siw-slide-up p {
    font-weight: 700!important;
}
#header_top .search_widget #resortpro_sw_bed {
    border: 2px solid #78c4e8;
    border-radius: 0;
    background: rgb(226, 188, 130)!important;
    color: #fff!important;
    font-family: 'Avenir' !important;
    font-size: 14px !important;
    font-weight: 300;
    padding-right: 50px;
}
#header_top button.btn.btn-succes {
    background: #78c4e8;
    color: #fff;
    padding: 6px 13px;
    font-family: 'Avenir';
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    height: 100%;
    border-right: 2px solid #78c4e8;
}
.c-nav-menu .dropdown-menu .menu-item a {
    font-size: 14px;
}
#header_top .col-lg-4.col-md-4.col-sm-4.col-xs-4 {
    padding-left: 0px;
    margin-left: -2px;
}
#header {
    border-bottom: 2px solid #dcae6b;
}
.ms-slide .ms-layer {
    bottom: 0;
}
.c-hero__search .widget-title,.c-hero__search .c-select-list select,.c-hero__search input,.c-hero__search button {
    font-weight: 800;
}
.c-section-title {
	font-weight:800;
}
.property_description, .property_description span, .property_description p {
    font-size: 18px!important;
}
.virtual-tour-cst img {
    width: 100%;
}


.c-property-slider.c-property-slider--layout-1 .ms-thumb-frame img{
        height: 90px;
}

@media only screen and (max-width: 767px){
    .c-property-slider.c-property-slider--layout-1 .ms-thumb-frame img{
        height: 70px;
    }
}

#welcome .c-heading-primary:after{
    display: none;
}

#rooms-details ul{
    list-style: none;
    padding: 0;
}

.c-hero__search .search_widget .row:nth-child(4){
    background-color: transparent;
	margin-bottom: 10px;
}
.c-hero__search .search_widget .row:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0 0;
}

#footer .col-lg-8.col-xs-8{
    padding-right: 0;
}

#footer .col-lg-4.col-xs-4{
    padding-left: 0;
}

.c-navbar .c-navbar__toggle .icon-bar {
    background-color: #dcae6b;
}

.c-navbar .c-navbar__brand{
    color: #dcae6b;
}


.feature_main {
    overflow: hidden;
    height: 190px!important;
}

.featured-unit-image img {
    height: 200px;
}

@media only screen and (max-width: 767px){
    .featured-unit-image img,.feature_main{
        height: auto!important;
        max-height: none!important;
    }
}

.c-property--listing-1 .c-property__cost {
    font-weight: 500;
    text-align: center;
}

.c-property__heading>a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.c-property--listing-1 {
    box-shadow: 2px 1px 1px 1px #efefef;
}
@media all and (max-width:450px) {
    .cst-banner {
        font-size: 25px;
    }
}
@media all and (min-width:768px) {
	.c-nav-menu .menu-item:last-child ul {
    	right: 0;
    	left: unset;
	}
}

.box_page_main,#contentarea{min-height:360px}

div#myModal-cust iframe {
    width: 100%;
	height:400px; 
}
@media all and (min-width:992px) {
	.home .modal-window {
    	margin-left: 30%;
    	width: 40%;
    	margin-top: 10%;
		min-height: 500px;
	}
}
@media all and (min-width:768px) and (max-width:991px) {
	div#myModal-cust {
		top:100px;
	}
    .modal-window {
        width: 50%;
        margin-left: 25%;
        height:200px;    
    }
}
@media all and (max-width:767px) {
	div#myModal-cust {
    	width: 100%;
		top:100px;
	}
	.modal-window {
		height:150px;
	}
}
#resortpro-book-unit {
    padding-top: 0;
}
section.o-section-wrapper iframe {
    width: 100%;
}
#resortpro-book-unit .col-md-12.ng-scope {
    float: left;
}
#resortpro-book-unit #resortpro_form_checkout > .row > .col-md-12 {
    clear:both;
}

#contentarea h1.entry-title{
	color:#78c4e8;
}

.cal-available span, .ui-datepicker-calendar .available span{
	background: #fff!important;
    opacity: .5!important;
}

.cal-selectable span, .ui-datepicker-calendar .available a{
	color: #337ab7;
}

.c-property__img-link img{
    height: 100%;
}


.resortpro-reservation-details-mobile{
    position: relative!important;
}

#footer a{
    color:#fff;
}

.slash-start.available a, .slash-start.available span{
	background: linear-gradient(to right bottom,#fff 50%,#f33 50%)!important;
	opacity: 1!important;
}

.slash-end.available a, .slash-end.available span {
    background: linear-gradient(to right bottom,#f33 50%,#fff 50%)!important;
}

.c-property-listings > div{
	width: calc(100%/3);
	padding: 0;
}
@media all and (max-width:992px){
	.c-property-listings > div{
		width: calc(100%/2);
	}
}
@media all and (max-width:600px){
	.c-property-listings > div{
		width: calc(100%/1);
	}
}