/*
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*/
.img-responsive-height {
    height: auto !important;
    width: 100%;
}
#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-site-logo img {
    margin: 10px 0;
    max-width: 120px;
}
.home .c-site-logo img {
    max-width: 165px;
}


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

map.map-canvas {
    height: 100vh !important;
}
.price_wrapper.ng-scope span:first-child {
    font-size: 10px;
}
@media screen and (max-width:768px) {
.price_wrapper br {
    display: none;
}
}
/*
**************************************
Customizes for Layout 2 Search Results
***************************************
*/

/*.listing.listing-2.col-md-4 {
    width: 50%;
}*/
.btn-fav .fa-heart, .btn-fav:hover .fa-heart-o, .favorites .fa-heart {
    color: #f6931f;
}
.btn-fav .fa-heart-o {
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.75);
}
.star-rating .fa-star, .star-rating .fa-star-half-o, .star-rating .fa-star-o {
    color: #f6931f !important;
}

/*@media screen and (max-width:767px) {
.listing.listing-2.col-md-4 {
    width: 100%;
}
}*/
@media screen and (max-width:768px) {
.price_wrapper.ng-scope br {
    display: none !important;
}
	a.petFriendly.ng-scope {
    top: 70px;
}
}
/*fix price over search issue*/
@media screen and (max-width:992px) {

#resortpro-widget-form .col-md-12 {
    float: left;
}
}
/*fix nav over logo for certain logos*/
.c-site-logo,
.c-header-top {
    z-index: 11;
}

.custom-banner {
    height: 70px;
    background-image: url(../../uploads/2018/07/0-Go-banner.jpg);
    background-size: 100% 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
div#streamline_image_widget {
    padding-top: 10px;
}
div#streamline_image_widget3 {
    padding-top: 4px;
}
div#streamline_image_widget2 {
    padding-bottom: 0px;
}
div#streamline_image_widget2 .custom-banner {
	background-image: url(../../uploads/2018/07/0-Play-banner.jpg);
}
div#streamline_image_widget3 .custom-banner {
	background-image: url(../../uploads/2018/07/5-Stay-banner.jpg);
}
.search_widget h2 {
    display:  none;
}
.c-hero__search .search_widget .row:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.7);
}
.siw-slide-up h4 {
    font-weight: 900!important;
}
@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Regular.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}
body {
	font-family: Montserrat;
}
.testimonial_rotator_quote,.testimonial_rotator_author_info.cf-tr {
    color: #fff;
}
div#streamline_image_widget2 .c-heading-primary {
    display:  none;
}
@media all and (max-width:450px) {
    div#rates-details table,div#room-details table {
    font-size: 9px;
    }
}
ul.nav.nav-pills.nav-justified li:first-child {
    margin-left: 2px;
}
div#step1 img {
    width: 100%;
}
@media all and (max-width:475px) {
    #step3 .details.table-responsive,#step2 .details.table-responsive {
        font-size: 9px;
    }
}

@media all and (max-width:427px) {
	button#btn-checkout {
		margin-top:15px;
	}
}
div#ui-datepicker-div {
    z-index: 100000!important;
}

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

.star-rating.none{
	display:none;
}