

.tlp_baseinfo {
    font-family: montserrat, sans-serif;
}

    
.tlp_title{
    color: #303841;
}

.tlp_title_div {
    width: 70%;
    float: left;
}

.tlp_fimgwide {
    max-height: 450px;
    overflow: hidden;
}

.tlp_fimgwide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.tlp_smallinfo{
    width: 100%;
    clear: both;
}

.tlp_baseinfo{
    width: 100%;
    height: 100px;
    background: #EEEEEE;
    padding: 20px;
}

.tlp_archivetall {
    height: 150px;
}

.tlp_stars {
    margin-left: 15px;
}

.tlp_stars img {
    margin-top: -3px;

}

.tlp_btn{
    float: right;
    padding: 5px 10px;
    background: #7AA5D2;
    border-radius: 4px;
    color: #fff;

}

.tlp_btn:hover {
    background: #5B80A8;
    color: #fff;

}

.pull_left {
    float: left;
}

.tlp_allinfo {
    font-family: montserrat, sans-serif;
    width: 100%;
    margin-top: 30px;
    height: auto;
    margin-bottom: 50px;
}

.tlp_col-lf {
    width: 70%;
    float: left;
    padding: 20px;
        
}

.tlp_col-rt {
    width: 30%;
    float: left;
    padding: 20px;
    height: auto;
    
}

.tlp_price {
    color: #5b80a8;
    float: right;

}

.tlp_price_lg {
    font-size: 20pt;
}

.tlp_box {
    width: 100%;
    min-height: 150px;
    margin-bottom: 40px;
}

.tlp_box h4 {
    margin-bottom: 10px;
}


.tlp_sm_box {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.tlp_sm_box3 {
    width: 33%;
    float: left;
    margin-bottom: 30px;
}

.tlp_listing_unit {
   width: 50%;
    float: left;
    padding: 20px;
    font-family: montserrat, sans-serif;
}

.tlp_listing_unit_b {
    width: 50%;
    float: left;
    padding: 20px;
    font-family: montserrat, sans-serif;
}

.thp_archive_img{
    height: 300px;
}
.thp_archive_img img {
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}


.tlp_archive_link {
    color: #303841;
}

input, textarea {
    margin-bottom: 20px !important;
}

input[type="submit"] {
    background: #7AA5D2 !important;
}

input[type="submit"]:hover {
    background: #5b80a8 !important;
}


.tlp_success {
    color: #3c763d;
    position: absolute;
    top: 100px;
    left: 0px;
    border-radius:10px;
    padding:10px 10px 10px 36px;
    margin:10px;
    background:#dff0d8;
    border:1px solid #d6e9c6;
    border-radius:10px;
    margin:10px;
    width: 100%;
}

.tlp_failed {
    color: #a94442;
    position: absolute;
    top: 100px;
    left: 0px;
    border-radius:10px;
    padding:10px 10px 10px 36px;
    margin:10px;
    background:#f2dede;
    border:1px solid #ebccd1;
    border-radius:10px;
    margin:10px;
    width: 100%;

}

.tlp_form_l {
    float: left;
    width: 50%;
    padding: 0px 10px 0px 0px;
}

.tlp_form_r {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 10px;
}


#checkOut:invalid {
  color: red !inportant;
}


input[type="date"] {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}


.post-filters {
	padding:22px;
	background: #686868;
}

.tlp_map_text {
    float: left;
    width: 50%;
    font-size: 25pt;
    color: #7aa5d2;
    padding: 20px;
    margin-top: 140px;

}

.tlp_header_div {
    width: 100%;
    height: 350px;
    background: #7aa5d2;
    padding: 100px;
    color: #fff;
    font-family: montserrat, sans-serif;
    background-image: url(http://cloud.techlogic.com.au/web/thriftymotels.com.au/wp-content/uploads/2016/04/aus-landscapes.jpg);
    background-size: cover;
}


.tlp_header_text h2{
    margin-bottom: 5px;
    font-weight: normal;
}

.map_svg {
    width: 50%;
}


#AU-NT:hover,
#AU-WA:hover,
#AU-NSW:hover,
#AU-SA:hover,
#AU-VIC:hover,
#AU-QLD:hover,
#AU-TAS:hover {
    fill: #7AA5D2;
}


#AU-NT,
#AU-WA,
#AU-NSW,
#AU-SA,
#AU-VIC,
#AU-QLD,
#AU-TAS {
    fill: #d1d1d1;
}

.AU-ACT:hover {
    fill: #7AA5D2;
    padding: 10px;
    display: flex;
    
}

/*Media Queries*/
/*=================================================================
=================================================================*/



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

    .tlp_col-lf, 
    .tlp_col-rt {
        width: 100%;
        float: none;
    }
    
    .tlp_listing_unit, .tlp_listing_unit_b {
        width: 100%;
    }
    
    .thp_archive_img img {
        height: 150px;        
    }
    
    .tlp_header_div {
        padding: 100px 25px;
        text-align: center;
    }
    
    .map_svg {
    width: 100%;
    }
    
    .tlp_map_text {
    float: none;
    width: 100%;
    margin-top: 80px;

}
    
	}




@media only screen and (max-width: 530px) {
    .tlp_sm_box {
        width: 100%;
        float: none;
    }
    
    .tlp_sm_box3 {
        width: 100%;
        float: none;
    }
    
    .tlp_fl_btn {
        display: none;
    }
    
    .tlp_btn {
        float: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        
    }
    
    .tlp_baseinfo{
        height: 170px;
    }
    
    .tlp_price {
        float: none;
        width: 100%;
    }
    
    .pull_left {
        width: 100%;
        float: none;
    }
    
}

@media only screen and (min-width: 530px){
   .tlp_mb_btn {
        display: none;
    } 
    
}




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

    h1 {
        font-size: 110%;
    }
    
    
}