/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

#quote_wrapper select.persons {
    width: 60%;
    margin-left: 10px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}   

#listing-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.abe-container-full-width {
    min-width: 100% !important;
}

@media only screen and (max-width: 768px) {
    #featured-units .slick-list.draggable {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .banner-caption {
        max-width: 100%;
    }

    .banner-title { font-size: 48px; }

    .banner-subtitle { width:85%; margin: 0 auto;}

    .banner-caption .abe{
       margin-top: 30px;
    }

    .banner-caption .abe input {padding: 10px;}
}

@media only screen and (max-width: 480px) {
    .single-page-article .article-detail.block-body {
        padding: 0px;
    }
    header.header-nav.homey-in-view{
        width: 100% !important;
        position: fixed !important;
    }
    .header-nav .header-mobile .hidden-md .hidden-lg{
        width: 100% !important;
        position: fixed !important;
    }
}

@media only screen and (max-width: 768px) {
    .vc_custom_1594890734106 {
        padding:0px;
        margin:0px;
    }

    section.vc_section.banner-atta.vc_custom_1594890734106.vc_section-has-fill {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .vc_custom_1597049187918 {margin-left: 0px!important; margin-right:0px!important; padding-right:0px!important;}
    .vc_row.wpb_row.vc_row-fluid.overlay.vc_custom_1597049187918.vc_row-has-fill {padding-right:0px!important;}

    .vc_custom_1597049187918 .vc_column-inner { padding: 0!important;}

    .vc_custom_1597049187918 .vc_row {margin:0; padding: 0;}

    #image-logo.vc_custom_1593005983008 { margin-left:0!important}

    .vc_row.wpb_row.vc_inner.vc_row-fluid.all_about_logos {
        margin: 0;
    }
    

    .all_about_logos .wpb_column.vc_column_container.vc_col-sm-1\/5 {padding: 0 20px;}
}


@media only screen and (max-width: 575px){
    #wpcf7-f1343-p1292-o1 {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

section.vc_section.vc_custom_1596613119628.vc_section-has-fill {
    margin-top: -36px!important;
}

@media only screen and (max-width: 576px){

    .banner-title {
        font-size: 34px!important;
    }

}


.transparent-header .header-nav {
    z-index: 6;
    position: fixed !important;
    width: 100% !important;
}

.footer-copyright {
    text-align: right;
    border-top: 1px solid #aaa;
    font-size: 120%;
}

.footer-copyright a{
	display: inline-block;
	width: 142px;
}

.home-region-box a {
    position:relative;
    text-align: center;
    display: inline-block;
} 

.home-region-box a img{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.home-region-box a:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.home-region-box a p  {
    position: absolute;
    bottom:0;
    color:white;
    font-size: 16px;
    font-weight: bold;
    width:100%;
    z-index: 1;
}

.home-region-box a:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);

}

.home-region-box .wpb_raw_code .wpb_wrapper {
    border-radius: 8px;
    overflow: hidden;
}

/* hide homey grid */
.vc_custom_1594883784379 .module-wrap.taxonomy-grid.taxonomy-grid-1 {
    display: none;
}

@media only screen and (min-width: 576px){

h1.contact-heading { font-size:3vw}

}

@media (max-width: 480px) {

	header.header-nav.header-mobile.hidden-md.hidden-lg {
			position: fixed;
			z-index: 6;
			width: 100%;
	}
	
	div#section-body {
    padding-top: 40px;
	}

}


.row.marker-infobox img {
    width: 100%;
}
.row.marker-infobox h5 {
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 1.1em;
    width: 170px;
    font-weight: bold;
}
.row.marker-infobox p {
    margin-bottom: 10px !important;
    text-align: left;
    width: 160px;
    margin: 0 auto;
}

#INDWrap {display:none!important}