body,
h1,h2,h3,h4,h5 {
    font-family: 'Merriweather', sans-serif;
  
}
p{
    font-family: 'Muli', sans-serif;
}

body{
    background-color:#f6ebce;
}


/* ^^^^^^^^^^^^ Utilities ^^^^^^^^^^^^^^^^^^ */
.p-xy-lg {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
 .p-t-vh-xsm{ 
    padding-top: 2vh; 
} 
.p-t-vh-sm{ 
    padding-top:5vh;
} 
.p-t-vh-md { 
    padding-top:10vh; 
} 
.p-t-vh-lg { 
    padding-top:15vh; 
}
.flex-center-xy{
    display:flex;
    justify-content: center;
    align-items: center;
}
.d-flex{
    display: flex;
}
.flex-direction-column{
    flex-direction:column;
}
.flex-column{
    display:flex;
    flex-direction: column;
}
.img-shadow{
    box-shadow: 6px 7px 5px 0px rgba(0, 0, 0, 0.26);
}
.height-min-25-vh { 
    min-height: 25vh; 
} 
.height-min-half-vh { 
    min-height:50vh; 
} 
.height-min-75-vh { 
    min-height: 75vh; 
} 

.height-min-full-vh { 
    min-height: 100vh; 
}

/* ^^^^^^^^^^^^^  Header and Navigation ^^^^^^^^^^^^^^^^^ */



header {
    background-color: #000000;
    position: relative;
    width: 100%;
    padding-top: 10px;
    
    -webkit-box-shadow: -2px 6px 33px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: -2px 6px 33px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 6px 33px 0px rgba(0, 0, 0, 0.13);
    z-index: 2;
}
.header-container {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}
.logo-container{
    min-width: 300px;
    max-width: 320px;
    display: flex;
    justify-content: center;
}
.logo {
    padding: 0px;
    max-width: 75%;
}
.header-utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
}
.hasChildren div.downArrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e9c81a;
   
}
nav.mobileMenu .mobileMenuLogoDiv {
    background: #303030;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #fff;
}
nav.dropDownMenu .innerNavDiv>ul>li>a {
    color: #fff;
    font-size:18px;
}
nav.dropDownMenu .innerNavDiv>ul>li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 15%;
    border-right: solid thin #a47063;
    font-size: 14px;
}
nav.dropDownMenu .innerNavDiv>ul>li>a {
    color: #fff;
    font-size:14px;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover, nav.dropDownMenu .innerNavDiv>ul>li>span:hover {
    color: #f6fafd;
    text-decoration: none;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover {
    color:#e9c81a;
}
nav.dropDownMenu .innerNavDiv>ul>li>a, nav.dropDownMenu .innerNavDiv>ul>li>span {
    color: #fff;
    display: block;
    float: none;
    height: 100%;
    width: 100%;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    border-right: solid thin #e9c81a;
    background-color: #303030;

    -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
    box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
}


nav.mobileMenu .menuTrigger {
    display: block;
    float: left;
    height: 50px;
    left: 100%;
    position: absolute;
    width: 50px;
    z-index: 15002;
    cursor: pointer;
    background: rgb(233, 200, 26);
    padding: 4px 3px;
}
nav.mobileMenu .innerNavDiv>ul>li {
    background-color: rgb(48, 48, 48);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.mobileMenu .innerNavDiv>ul>li:hover {
    background-color: #4c4c4c;
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}

.contact-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 150px;
    margin-left: 40px;
}
.contact-info a {
    color: white;
    text-underline: none;
    text-decoration: none;
}
.contact-info i.fa {
    color: #a47063;
    margin-right: 6px;
    margin-top: 3px;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: 0em;
}

.client-login {
    padding: 6px 18px 6px 18px;
    border: solid thin white;
}
.contact-info p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.social-icons {
    font-size: 26px;
}
.img-light-grey-border{
    border: solid thin #cccccc;
}
hr {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium single #333;
    color: #333;
    text-align: center;
}
hr:after {
    content: " \f18c";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 18px;
    padding: 0 0.25em;
    background: white;
}
.agent-name {
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
}
/*  ^^^^^^^^^^^^^^^^^   hero-section  ^^^^^^^^^^^^^^^^ */

.hero-container {
    
      
}
.hero-text-container {
    background-color: #000000b0;
    color: white;
    padding-bottom: 25px;
}
.hero-heading {
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 7vh;
    padding: 3vh;
    line-height: 7vh;
    max-width: 65vh;
    margin: auto;
    font-weight: 200;
}
.hero-button {
    width: 225px;
    margin: auto;
    text-align: center;
    display: block;
}
em {
    font-style: normal;
    color: #a96f24;
}
.special-heading {
    color: #ffad43;
    text-align: center;
    font-size: 38px;
    margin-bottom: 25px;
}
.about-p-white p {
    color: white;
    max-width: 65ch;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-p-white{
    display: flex;
    justify-content: center;
    color: white;
    max-width: 65ch;
    margin: auto;
}

.about-heading {
    height: 100%;
    border-right: solid thin black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
}
.btn{
    width: 185px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}
.hero-button {
    width: 260px;
    height: 43px;
    margin: auto;
    text-align: center;
    display: block;
    background-color: #a47063;
    border: none;
    color: white;
    font-size: 18px;
}
.btn-gold {
    background-color: #ffad43;;
    color:black;
}

.agent-info {
    background-color: white;
    padding: 12%;
    border-color: solid thin grey;
    border: solid thin #cccccc;
}
.carousel-heading {
    color: white;
    text-align: center;
    padding-bottom: 20px;
    font-size: 34px;
    max-width: 25ch;
    margin: auto;
    font-weight: 300;
}
/*  ^^^^^^^^^^^^^^^^^   Backgrounds ^^^^^^^^^^^^^^^^ */

.bg-espresso{
    background-image: url("https://images.listingmanager.com/clientfiles/208/agent-template-6/espresso-hero.jpg");
    background-size:cover;
    background-position:center center;
    min-height: 87vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-city-sprawl{
    background-image: url("https://images.listingmanager.com/clientfiles/208/broker-theme-2_(steel_city)/city-sprawl.jpg");
    background-size:cover;
    background-position:center center;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-texture{
    background-image: url("https://images.listingmanager.com/clientfiles/208/simple_dashed_grey_white@2x.png");
    background-repeat:repeat;

}
.bg-texture-dark{
    background-image: url("https://images.listingmanager.com/clientfiles/208/simple_dashed_charcoal@2x.png");
    background-repeat: repeat;
}

/*  ^^^^^^^^^^^^^^^^^   End of Header and Navigation ^^^^^^^^ */
.mlsQuickSearch{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000b0;
    color: white;
    padding: 3%;
    margin-top: 30px;
}

input[type="text"], input[type="password"], input[type="number"], textarea {
    border: solid 2px #dddddd9e;
    padding: .25em;
    max-width: 100%;
}
.mlsQuickSearch #txtLocation {
    text-overflow: ellipsis;
    background-color: #ffffff;
    color: white;
    font-weight: 700;
    width: 400px;
    height: 40px;
}

.mlsQuickSearch #txtLocation::placeholder {
    text-overflow: ellipsis;
    background-color: #ffffff;
    color: black;
    font-weight: 400;
}
.qs-filter {
    flex-direction: column;
    display: flex;
    min-width: 13%;
}
a#hlQuickSearch {
    text-decoration: none;
    color: white;
    background-color: #a47063;
    padding: 10px;
    padding-left: 25%;
    padding-right: 25%;
}
.qs-filter.qs-search-button {
    background-color: #e9c81a;
    position: relative;
    top: 12px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
select{
    padding: .25em;
    border: solid 1px #ddd;
    background-color: black;
    color: #b5b5b5;
    margin-right: .03em;
    font-weight: 500;
}
select:focus {
    border: solid 1px #e9c81a;
    padding: .25em;
    background-color: black;
    color: white;
    margin-right: .03em;
}
/* ^^^^^^^^^^^^^^ footer ^^^^^^^^^^^^^^ */
footer {
    background-color: #222222;
    border-top: solid 4px #a47063;
}
footer h2 {
    padding-bottom: 2vh;
    color: #d2d2d2;
}
footer a, footer p {
   
    color: #d2d2d2;
}
#copyright {
    text-align: center;
    background-color: #e2e2e2;
}



@media screen and (max-width: 1024px) {

.logo {
    max-height: 80px;
    padding: 3px;
}
    .mlsQuickSearch.fr-draggable {
        padding-top: 10px;
}
    .qs-filter-beds{
        display:none;
    }
    .qs-filter-baths{
        display:none;
    }
    .qs-filter-type{
        display:none;
    }
}

@media screen and (max-width: 768px) {

    .mlsQuickSearch.fr-draggable {
    display: flex;
    justify-content: center;
   
}   .autoSuggestContainer.cf {
    min-width: 1px; 
}
    .qs-filter.qs-search-button {
   
    height: 35px;
    width: 105px;
    top: 13px;
    
}

    .mlsQuickSearch.fr-draggable {
        padding-top: 10px;
}
    .qs-filter-high-price{
        display:none;
    }
    .qs-filter-low-price{
        display:none;
    }
    .qs-filter-type{
        display:none;
    }
    .header-utilities {
        display:none;
   
}
    .hero-heading {
   
    font-size: 5vh;
    padding: 2vh;
}
}