/*
Theme Name: Florida Real Estate
Author: Deasil Works
Author URI: https://deasil.works/
Description: Custom Theme for Florida Real Estate
Version: 1.0
Text Domain: floridarealestate
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * Base style
 */

body{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    line-height: 25px;
}
input, select, button, textarea{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.site{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #095c89;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.site::after{
    content: "";
    background: rgba(249,186,177,0.43);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.admin-bar .site{
    height: calc(100% - 32px);
}
.wrap{
    padding-top: 15%;
    padding-bottom: 10.5vh;
}

.content-area{
    max-width: 750px;
    width: 93%;
    margin: 0 auto;
    padding: 30px 2% 20px 2%;
    background: rgba(23,164,135,0.94);
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
}
.content-area.wide{
    max-width: 1000px;
}

.content-area a{
    color: #ffffff;
}
input[type=text],
input[type=email],
input[type=tel] {
    border: none;
    border-radius: 2px;
    padding: 5px 5%;
    background: #e5e5e5;
    color: #3A3A3A;
    font-size: 18px;
}
input[type=text]::placeholder{
    color: #5a5a5a;
}
input[type=email]::placeholder{
    color: #5a5a5a;
}
input[type=tel]::placeholder{
    color: #5a5a5a;
}
input[type=text]::-webkit-input-placeholder{
    color: #5a5a5a;
}
input[type=email]::-webkit-input-placeholder{
    color: #5a5a5a;
}
input[type=tel]::-webkit-input-placeholder{
    color: #5a5a5a;
}
input[type=text]::-moz-placeholder{
    color: #5a5a5a;
}
input[type=email]::-moz-placeholder{
    color: #5a5a5a;
}
input[type=tel]::-moz-placeholder{
    color: #5a5a5a;
}
input[type=text]:-ms-input-placeholder{
    color: #5a5a5a;
}
input[type=email]:-ms-input-placeholder{
    color: #5a5a5a;
}
input[type=tel]:-ms-input-placeholder{
    color: #5a5a5a;
}
input[type=text]:-moz-placeholder{
    color: #5a5a5a;
}
input[type=email]:-moz-placeholder{
    color: #5a5a5a;
}
input[type=tel]:-moz-placeholder{
    color: #5a5a5a;
}

h1{
    font-size: calc(25px + 0.9vw);
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: calc(22px + 1.5vw);
}

h2{
    font-size: calc(14px + 0.8vw);
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: calc(20px + 1.5vw);
}

h3{
    font-size: calc(10px + 0.8vw);
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

button.loading {
    position: absolute;
    font-size: 0;
    line-height: 0;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: url(images/wait.gif) no-repeat center;
    background-size: 40px auto;
}
.clear{
    height: 0;
    line-height: 0;
    width: 100%;
    clear: both;
}
.spacer{
    display: block;
    clear: both;
    height: 20px;
}

/**
 * Home Style
 */
.home-search-heading{
    text-align: center;
}
.home-search-footer{
    text-align: center;
}
.deasil-zillow-content{
    width: 100%;
    margin: 30px auto 30px auto;
    text-align: center;
}
input.search-places{
    border-radius: 50px 0 0 50px;
    background: #ffffff;
    color: #3aa6dd;
    width: 55%;
    padding: 10px 2%;
}
input.search-places::placeholder
{
    color: #3aa6dd;
}
input.search-places::-webkit-input-placeholder
{
    color: #3aa6dd;
}
input.search-places::-moz-placeholder
{
    color: #3aa6dd;
    opacity: 1;
}
input.search-places:-ms-input-placeholder
{
    color: #3aa6dd;
}
input.search-places:-moz-placeholder
{
    color: #3aa6dd;
    opacity: 1;
}
input.search-unit{
    background: #f7f7f7;
    width: 10%;
    padding: 10px 2%;
    text-align: center;
    color: #3aa6dd;
    border-radius: 0;
}
input.search-unit::placeholder
{
    color: #3aa6dd;
}
input.search-unit::-webkit-input-placeholder
{
    color: #3aa6dd;
}
input.search-unit::-moz-placeholder
{
    color: #3aa6dd;
    opacity: 1;
}
input.search-unit:-ms-input-placeholder
{
    color: #3aa6dd;
}
input.search-unit:-moz-placeholder
{
    color: #3aa6dd;
    opacity: 1;
}
.btn-right-pill{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background: #83bbe5;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 2%;
    border: none;
}
/**
 * Additional Info and Thank you style
 */
.btn-pill{
    border-radius: 50px;
    background: #83bbe5;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 10%;
    border: none;
}
.additional-entry-copy, .thankyou-copy{
    width: 38%;
    float: left;
    margin-left: 3%;
}
.additional-entry-copy h1{
    text-align: center;
}
.addition-info-form, .thankyou-broker-info{
    width: 45%;
    float: right;
    margin-right: 5%;
    padding-top: 5px;
    margin-bottom: 30px;
}
.addition-info-form input[type=email],
.addition-info-form input[type=tel],
.addition-info-form input[type=text]{
    display: block;
    width: 90%;
    margin-bottom: 15px;
}
.addition-info-form .address-submit{
    margin: 30px auto 0 auto;
    display: block;
}
.thankyou-broker-info h2{
    line-height: calc(15px + 0.8vw);
}
/**
 * Results
 */
.results-contact-us-heading{
    border-radius: 15px 15px 0 0;
    margin-top: -30px;
    margin-left: -3.4%;
    background: #3aa6dd;
    width: 107%;
}
.wide .results-contact-us-heading{
    max-width: 1000px;
}
.results-contact-us-print{
    float: right;
    margin-right: 10%;
    margin-top: 10px;
}
.results-contact-us-print a{
    text-decoration: none;
    font-size: calc(8px + 0.3vw);
}
.results-contact-us{
    display: inline-block;
    margin-left: 20%;
    padding: 10px 0;
    font-size: calc(10px + 0.5vw);
    transition: margin 0.2s;
}
.results-address-heading{
    padding-top: 20px;
    float: left;
    clear: left;
    width: 54%;
    margin-left: 3%;
}
.results-broker-image{
    display: inline-block;
    width: 48%;
}
.results-broker-image img{
    width: 100%;
    height: auto;
}
.results-broker-details{
    float: right;
    font-size: calc(16px + 0.1vw);
}
.results-address-details{
    float: right;
    width: 40%;
    margin-top: 30px;
}
.results-address-estimate-wrapper{
    border: 1px solid #ffffff;
    padding-bottom: 10px;
    width: 80%;
}
.results-address-estimate-banner{
    background: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.results-address-estimate-banner img{
    width: 80%;
    height: auto;
}
.results-address-estimate-label{
    margin-left: 5%;
    font-size: calc(8px + 0.3vw);
    line-height: calc(10px + 0.3vw);
    display: inline-block;
}
.results-address-estimate-value{
    display: inline-block;
    font-size: calc(15px + 0.8vw);
    line-height: calc(12px + 0.8vw);
    font-weight: 800;
    padding-right: 5%;
    float: right;
}
.results-address-estimate{
    text-align: left;
}
.results-address-detail-info{
    margin-top: 20px;
}
.results-broker-info, .results-market-report{
    float: left;
    clear: left;
    width: 54%;
    margin-left: 3%;
}
.results-market-report a{
    text-decoration: none;
}
.results-disclaimer{
    float: left;
    clear: left;
    width: 54%;
    font-size: calc(7px + 0.5vw);
    line-height: calc(10px + 0.5vw);
    margin-left: 3%;
}

/**
 * Footer
 */
.footer{
    width: 100%;
    position: fixed;
    background: #095c89;
    text-align: center;
    font-size: calc(7px + 0.5vw);
    padding: 3px 0;
    bottom: 0;
}
.footer div,
.footer-widgets,
.footer-navigation,
.footer-navigation li,
.footer-navigation ul,
.menu-footer-links-menu-container{
    display: inline;
}
.footer-navigation a{
    color: #ffffff;
    text-decoration: none;
}
.footer-navigation li::before{
    content: "|";
    padding-right: 2px;
}
/**
 * Media Queries
 */
/* Portrait Tablet */
@media (max-width: 764px) {
    .results-broker-details{
        width: 100%;
        float: none;
        font-size: 14px;
    }
    .results-broker-details h3{
        float: left;
        padding-right: 2%;
    }
    .results-broker-image{
        display: block;
        width: 100%;
        text-align: center;
    }
    .results-broker-image img{
        width: 50%;
    }
}
/* Landscape Mobile */
@media (max-width: 700px) and (orientation: landscape) {
    .site{
        position: relative;
    }
    .wrap{
        padding-top: 5%;
    }
}
/* Large Mobile Portrait */
@media (max-width: 630px) {
    input.search-places{
        width: 40%;
    }
    .results-contact-us{
        margin-left: 5%;
    }
}
/* Portrait Mobile */
@media (max-width: 420px) {
    .additional-entry-copy, .addition-info-form{
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .results-broker-details h3{
        float: none;
    }
}