/*
 Theme Name:     Simply House Child Theme
 Theme URI:      http://simply.house
 Description:    A child theme based on the Spyderserve Camp Layout build specifically for the simply.house website.
 Author:         Spyderserve Corp
 Author URI:     https://www.spyderserve.com
 Template:       spyderCamp
 Version:        20220114.1
*/

/*@import url("../spyderCamp/style.css");*/

/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
    font-family: "authenia";
    src: url(fonts/Authenia/Authenia.otf);
}

@font-face {
    font-family: "fontawesome";
    src: url(fonts/fa-solid-900.ttf)
}

@font-face {
    font-family: "playball";
    src: url(fonts/playball/Playball-Regular.ttf)
}

:root {
    /*#0040e8*/
    --listing-background: #1734b9;
    --listing-color: white;
    --img-opacity: 87%;
}

html .content {
    margin-top: 0;
}

html .content ul.slides {
    margin: 0;
}

html .content.frontpage {
    width: 100%;
}

html .content.frontpage #mainContent {
    float: none;
}

@media only screen and (max-width: 768px) {
    body .content {
        width: 100%;
    }
}

html #mainContent {
    padding: 0;
    margin: 0;
}

html #mainContent h1 {
    font-family: "roboto slab", serif;
}

@media only screen and (max-width: 1100px) {
    .search_page_title {
        font-size: 20px;
    }
}

#mainContent .spyder_listings .spyder_search_bar {
    margin-bottom: 0;
}

#mainMasthead {
    position: relative;
    border-bottom: 2px solid white;
    height: 100px;
    z-index: 100;
}

#mainMasthead #mainHeader a.logo {
    display: block;
    position: absolute;
    padding: 0;
    top: 30px;
    left: 30px;
}

.menu_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: var(--img-opacity);
}

.logo_container {
    width: 25%;
    max-height: 100%;
    color: inherit;
}

.logo_container a {
    width: 100%;
}

.logo_container a img {
    max-width: 100%;
    max-height: 100%;
}

.menu-main-menu-container {
    width: 75% !important;
    color: inherit !important;
    padding-right: 60px !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.menu-main-menu-container .menu {
    color: inherit !important;
    font-family: inherit !important;
    float: none !important;
    background-color: var(--listing-background);
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 1300px) {
    .menu_container {
        flex-wrap: wrap;
    }

    #mainMasthead #menuControl {
        position: absolute;
        top: 0;
        left: 0;
        width: 10%;
        background: none;
        border: none;
        font-size: 30px;
        line-height: 100px;
        padding: 0 0 0 5px;
    }

    .logo_container {
        width: 90%;
        min-width: 90%;
        max-height: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        place-content: flex-end;
    }

    .logo {
        min-width: 100%;
        text-align: center;
    }

    .menu-main-menu-container {
        padding-right: 0 !important;
        width: 100% !important;
    }

    .menu-main-menu-container .menu {
        width: 100%;
        font-size: 20px !important;
    }

    .agent_branding_bubble_container {
        top: 30px !important;
    }
}

.menu-main-menu-container .menu .menu-item {
    color: inherit !important;
    font-family: inherit !important;
}

.menu-main-menu-container .menu .menu-item a {
    color: inherit !important;
    font-size: inherit !important;
    font-family: "Open Sans", sans-serif !important;
}

.hpt_headertitle {
    font-family: "Open Sans", sans-serif !important;
}

#provided_credit {
    font-family: "Open Sans", sans-serif !important;
}

.copyright {
    font-family: "Open Sans", sans-serif !important;
}

#secondaryHeader li a.spyderPhone {
    padding-top: 35px;
    padding-bottom: 35px;
}

#mainMasthead #secondaryHeader li div.textwidget {
    padding-right: 20px;
}

#mainMasthead #mainHeader a.logo img {
    max-width: 250px;
    margin: 0 0 0 0;
    max-height: 70px;
}

#mainMasthead #mainHeader {
    margin-left: 0;
}

p.spyderlender {
    overflow: auto;
    text-align: center;
}

p.spyderlender strong, p.spyderlender a {
    display: block;
    margin-bottom: -20px;
    clear: both;
}

#secondaryHeader .spyderAddress {
    display: none;
}

#headerUnderLogo {
    margin-top: -40px;
    margin-left: 120px;
    margin-bottom: 10px;
}

#headerUnderLogo a {
    color: #ffffff;
    font-family: playball, serif;
    font-size: 10px;
}

#headerUnderLogo a img {
    width: 45px;
}

@media only screen and (min-width: 480px) {
    p.spyderlender {
        text-align: left;
    }
}

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

    p.spyderlender strong, p.spyderlender a {
        display: inline;
        margin-bottom: 0;
        clear: both;
    }
}

@media only screen and (min-width: 1050px) {
    #mainMasthead #mainHeader a.logo {
        top: 18px;
    }

    #mainMasthead #mainHeader a.logo img {
        max-height: 100px;
        max-width: 300px;
    }

    #headerUnderLogo {
        margin-top: -25px;
        margin-left: 135px;
    }
}

@media only screen and (min-width: 1150px) {
    #mainMasthead #mainHeader a.logo img {
        max-height: 105px;
    }
}

/* Agents Shortcode Styling */
.agents {
    overflow: auto;
}

.agent {
    overflow: auto;
    width: 100%;
    border-top: 1px solid #20488A;
    padding: 20px 0;
}

.agent:first-child {
    border-top: none;
}

.agent_image, .agent_content, .agent_right_content {
    text-align: center;
}

.content .agent_image img {
    width: 100%;
    max-width: 300px;
    height: inherit;
}

.agent_content h2 {
    margin-top: 0;
}

@media only screen and (min-width: 900px) {
    .agent_image, .agent_content, .agent_right_content {
        float: left;
        width: 30%;
        padding-right: 2%;
        text-align: left;
    }

    .agent_content.single {
        width: 62%;
    }

    .content .agent_image img {
        width: 100%;
        max-width: inherit;
        height: inherit;
    }
}

/* listings Styling */

.property {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

.listing .property {
    border-bottom: none;
}

.property h2 {
    text-align: center;
}

.property .meta .field:after {
    content: ": ";
}

.property .meta .sqft .value:after {
    content: " sqft";
}

.property .meta .acres .value:after {
    content: " acres";
}

.property .meta .subdivision .field {
    display: none;
}

.property .meta .subdivision .value:before {
    content: "Subdivision: ";
}

.property .meta .price .value:before {
    content: "$";
}

.property .contact-information {
    text-align: center;
}

.property .agent_meta .agent_name .field {
    display: none;
}

.property .agent_meta .agent_name .value {
    font-weight: bold;
    font-size: large;
}

.property .agent_meta .office_phone .field {
    display: none;
}

.property .agent_meta .cell_phone .field {
    display: none;
}

.property .agent_meta .cell_phone .value:after {
    content: "";
}

.property .agent_meta .email .field {
    display: none;
}

.property .description {
    text-align: center;
}

.content .container {
    overflow: hidden !important;
}

.clear {
    width: 100%;
    clear: both;
    display: block;
}

.virtual_tour {
    margin-bottom: 4px;
    padding-bottom: 2px;
}

/* END listings Styling */

/* MLS Listings Styling */
.spyder_listings .spyder_search_bar {
    width: 100%;
    margin-bottom: 20px;
}

.spyder_listings .spyder_search_bar .controls {
    display: flex;
    flex-direction: row;
    background-color: var(--listing-background);
    overflow: auto;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.spyder_listings .spyder_search_bar .search_bar, .spyder_listings .spyder_search_bar .sort_bar {
    background-color: var(--listing-background);
}

.spyder_listings .spyder_search_bar .controls .search {
    color: #ffffff;
    background-color: transparent;
    float: left;
    cursor: pointer;
    padding: 0 0 0 5px;
    display: inline-block;
    border-radius: 5px;
    width: 50%;
    text-align: left;
}

.spyder_listings .spyder_search_bar .controls .search::after {
    content: ' Filter/Search';
    font-size: 15px;
    line-height: 35px;
}

.content.frontpage .spyder_listings .spyder_search_bar .controls .search::after {
    content: ' Filters';
}

.spyder_listings .spyder_search_bar .controls .search:before {
    content: '\f0c9';
    font-family: FontAwesome, serif;
    font-size: 22px;
    color: #ffffff;

}

.spyder_listings .spyder_search_bar .controls .sort {
    color: #ffffff;
    background-color: transparent;
    float: right;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    width: 50%;
    border-radius: 5px;
    text-align: right;
}

.spyder_listings .spyder_search_bar .controls .sort:before {
    content: 'Sort ';
    font-size: 15px;
    line-height: 35px;
}

.spyder_listings .spyder_search_bar .controls .sort:after {
    content: '\f0c9';
    font-family: FontAwesome, serif;
    font-size: 22px;
    color: #ffffff;

}

.spyder_listings .spyder_search_bar .search_bar .search_submit {
    width: 100%;
    text-align: center;
}

.spyder_listings .clear_submit {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.clear_submit .search_submit {
    width: fit-content !important;
}

.spyder_listings .spyder_search_bar .clear_filters_button {
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    border: 1px solid #00b400;
    margin: 0 10px;
    width: fit-content;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-search {
    font-size: 15px !important;
}

.filter_buttons_top {
    padding-left: 1.75% !important;
}

@media only screen and (max-width: 768px) {
    .filter_buttons_top {
        padding-left: 9.5% !important;
    }
}

.spyder_listings .spyder_search_bar .search_bar, .spyder_listings .spyder_search_bar .sort_bar {
    display: none;
    padding: 5px 1% 1%;
    background-color: var(--listing-background);
    overflow: auto;
}

.spyder_listings .spyder_search_bar label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

.spyder_listings .spyder_search_bar label input, .spyder_listings .spyder_search_bar label select {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    background-color: var(--listing-background);
    color: white;
    border-color: white;
    border-style: solid;
    font-family: "Open Sans", sans-serif !important;
}

.spyder_search_bar input[name=search_general]::placeholder {
    opacity: 1;
}

.spyder_listings .spyder_search_bar .for_search_general {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar .for_search_parking {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_sales_status {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar .for_search_subdivision_label {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_type {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_area {
    width: 49%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_city {
    width: 49%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_zip {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_min_sqft {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_max_sqft {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.search_pricing {
    width: 100%;
}

.search_age {
    width: 100%;
}

.spyder_listings .spyder_search_bar label.for_search_min_price {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_max_price {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_min_year {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_max_year {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_bed {
    width: 33%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_bath {
    width: 33%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_acreage {
    width: 32%;
    float: right;
}

.spyder_listings .spyder_search_bar.multiselect label.for_search_bed {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar.multiselect label.for_search_bath {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar.multiselect label.for_search_acreage_min {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar.multiselect label.for_search_acreage_max {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_pool {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_frontage {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_sale-status {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.spyder_listings .spyder_search_bar label.for_search_subdivision {
    width: 49%;
    padding-left: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar input[type="number"] {
    padding: 5px;
    font-size: 12px;
}

.spyder_listings .spyder_search_bar .search_sqft {
    overflow: auto;
    width: 100%;
}

.spyder_listings .spyder_search_bar .search_price {
    overflow: auto;
    width: 100%;
}

.spyder_listings .spyder_search_bar .search_submit, .spyder_listings .spyder_search_bar .sort_submit {
    text-align: center;
}

.meta-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-end;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    bottom: 10px;
    position: absolute;
    padding-left: 2%;
}

.meta-flex .value-flex {
    width: 98%;
    height: 1.3em;
    max-height: 30%;
    font-size: .95em !important;
    margin: 0 !important;
    vertical-align: baseline;
    text-align: left;
    color: white;
    padding-left: 2%;
    border-left: solid 2px #1d468c;
}

.meta-flex .value-flex-address {
    font-size: 1.5em !important;
    margin: 0 !important;
    width: 98%;
    max-height: 50%;
    vertical-align: baseline;
    text-align: left;
    color: white;
    padding-left: 2%;
    border-left: solid 2px #1d468c;
}

.meta-flex .value-flex-price {
    font-size: 1.3em !important;
    margin: 0 !important;
    width: 98%;
    height: 1.3em;
    max-height: 20%;
    vertical-align: baseline;
    text-align: left;
    color: white;
    padding-left: 2%;
    border-left: solid 2px #1d468c;
}

@media only screen and (max-width: 768px) {
    .meta-flex {
        width: 80%;
        height: 50%;
        padding-left: 4%;
    }

    .meta-flex .value-flex-address {
        font-size: 1.2em !important;
    }

    .meta-flex .value-flex {
        font-size: .85em !important;
    }

    .meta-flex .value-flex-price {
        font-size: 1em !important;
    }
}

#homepage_listings .spyder_listings .land_or_commercial_listing h2 {
    bottom: 35px !important;
}

@media only screen and (min-width: 768px) {
    .spyder_listings .spyder_search_bar input[type="number"] {
        padding: 5px;
    }
}

.spyder_listings .listings {
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: white;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.spyder_listings .listings .listing {
    list-style: none;
    width: 49%;
    min-height: 50vh;
    max-height: 50vh;
    position: relative;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 2px;
}

.spyder_listings .listings .left-listing {
    margin-left: .5%;
    margin-right: .25%;
}

.spyder_listings .listings .right-listing {
    margin-left: .25%;
    margin-right: .5%;
}

.spyder_listings .listings .listing .listing_image {
    max-width: 100%;
    max-height: 100%;
}

.spyder_listings .listings .listing h2 {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom: 64px !important;
    left: 10px;
    padding-left: 20px;
    margin-left: -12px;
    z-index: 2;
    color: #ffffff;
    border-left: solid 2px #1d468c;
}

.agent_credit {
    padding-top: 4px;
    color: var(--listing-color);
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
}

#source_credit {
    color: white;
    background-color: var(--listing-background);
}

.spyder_listings .listings .listing .listing_name span {
    display: block;
    white-space: nowrap;
}

.spyder_listings .listings .listing .listing_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
}

.spyder_listings .listings .listing .listing_meta {
    position: absolute;
    bottom: 15px;
    left: 10px;
    padding-left: 20px;
    padding-top: 10px;
    color: #ffffff;
    margin: 0;
    border-left: solid 2px #1d468c;
}

.spyder_listings .listings .listing .listing_meta .status {
    display: none;
}

.spyder_listings .listings .listing .listing_meta .city {
    display: none;
}

.spyder_listings .listings .listing .listing_meta .bedrooms {
    display: block;
    float: left;
    font-size: 0.8em;
    margin-right: 5px;
}

.spyder_listings .listings .listing .listing_meta .bedrooms:after {
    content: ' Beds';
}

.spyder_listings .listings .listing .listing_meta .bathrooms {
    display: block;
    float: left;
    font-size: 0.8em;
}

.spyder_listings .listings .listing .listing_meta .bathrooms:after {
    content: ' Baths';
}

.spyder_listings .listings .listing .listing_meta .sqft {
    display: none;
}

.spyder_listings .listings .listing .listing_meta .acre {
    display: block;
    float: left;
    font-size: 0.8em;
    margin-right: 5px;
    padding-left: 4px;
}

.spyder_listings .listings .listing .listing_meta .acre:after {
    content: ' Acres';
}

.spyder_listings .listings .listing .listing_meta .field {
    display: none;
}

.spyder_listings .listings .listing .listing_meta .price {
    list-style: none;
}

.spyder_listings .listings .listing .listing_meta .price:before {
    content: '$';
}

.spyder_listings .listings .listing .listing_meta.land_or_commercial_listing {
    bottom: 30px;
}

.spyder_listings .listings .listing a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 42;
    background-color: rgba(0, 0, 0, 0.40);
}

.paginate_listing_loads {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    place-content: flex-end;
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    padding: 10px;
    margin-bottom: 2px;
}

@media only screen and (max-width: 768px) {
    .spyder_listings .listings .listing {
        width: 100%;
        min-height: 50vw;
        max-height: 50vw;
        margin: 2px 0;
    }
}

.spyder_listings .listings .listing .spyder-cta {
    position: absolute;
    padding: 10px;
    bottom: 15px;
    left: 10px;
    display: none;
}

.spyder_listings .navigation.pageination {
    text-align: right;
    font-size: 1.2em;
    margin-top: 0;
    overflow: auto;
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    height: 50px;
    border-bottom: 1px solid white;
}

.spyder_listings .navigation.pageination .current {
    font-weight: 100;
    color: #CE202E;
}

.spyder_listings .navigation.pageination .page-numbers {
    display: inline-block;
    padding: 3px;
}

.spyder_listings .navigation.pageination .page-numbers.prev:before {
    content: "\f060";
    font-family: "fontawesome", serif;
    background-color: #00b400;
    color: #ffffff;
    font-size: 24px;
    padding: 6px 8px;
    border-radius: 25px;
}

.spyder_listings .navigation.pageination .page-numbers.next:after {
    content: "\f061";
    font-family: "fontawesome", serif;
    background-color: #00b400;
    color: #ffffff;
    font-size: 24px;
    padding: 6px 8px;
    border-radius: 25px;
}

.spyder_listing {
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
}

.spyder_listing .property .featured-image {
    width: 100%;
    float: none;
    padding: 0;
    background-color: var(--listing-background);
    margin-bottom: 4px;
    text-align: center;
}

.spyder_listing .property .summary-information {
    background-color: var(--listing-background);
    background-image: url("img/simply-house-watermark.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.spyder_listing .property .summary-information h1 .title_mls:before {
    content: "MLS: ";
    white-space: nowrap;
}

.spyder_listing .property .summary-information .meta li.days_on_market .value:after {
    content: " Days On Market";
}

.spyder_listing .property .summary-information .meta li.beds .value:after {
    content: " Beds";
}

.spyder_listing .property .summary-information .meta li.full_baths .value:after {
    content: " Baths";
}

.spyder_listing .property .summary-information .meta li.acres .value:after {
    content: " Acres";
}

.wishlist_signup {
    display: none;
    z-index: 1001;
    position: absolute;
    top: 50%;
    right: 50%;
    padding: 10px;
    width: 320px;
    border-radius: 3px;
    box-shadow: 0 0 20px #000000;
    background-color: var(--listing-background);
    color: #ffffff;
}

.wishlist_signup label {
    font-size: 20px;
    line-height: 16px;
}

.wishlist_signup div.input_container {
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wishlist_signup .wishlist_phone {
    width: 175px;
    display: inline-block;
    border: 1px solid var(--listing-background);
    background-color: #ffffff;
    color: var(--listing-background);
}

.wishlist_signup input[type="submit"] {
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
    width: 75px;
    display: inline-block;
    border: 1px solid #00b400;
    background-color: #00b400;
    border-radius: 2px;
    color: #ffffff;
    box-shadow: 0 0 2px #000000;
}

.wishlist_signup input[type="submit"]:active {
    box-shadow: none;
}

.wishlist_signup input[type="submit"]:hover {
    background-color: #00b400;
    border: 1px solid #00b400;
    color: #ffffff;
}

/*START Under Map Styling*/

#listing_top_under_map {
    background-color: #00b400;
    bottom: 10px;
    width: 35px;
    height: 35px;
    z-index: 52;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    margin-right: 5px;
}

#listing_top_under_map:before {
    content: "\f062";
    font-family: FontAwesome, serif;
    color: #ffffff;
    font-size: 20px;
}

#listing_top_under_map.fixed {
    right: 25px;
    bottom: 85px;
    z-index: 100;
}

.listings_share_container.under_love {
    display: block;
    z-index: 52;
    border-radius: 17px;
    padding: 0;
    width: 40px;
}

.listings_share_container.under_love .control:before {
    content: "";
}

.listings_share_container.under_love .control:after {
    font-size: 20px;
    padding: 8px;
    border-radius: 16px;
}

#bottom_listing_love_container .love_container {
    background-color: rgba(255, 255, 255, 1.0);
    width: 35px;
    height: 35px;
    z-index: 52;
    border-radius: 17px;
}

#bottom_listing_love_container {
    width: 40px;
    text-align: center;
}

#bottom_listing_love_container .love_container.selected {
    background-color: rgba(0, 180, 0, 1.0);
}

#bottom_listing_love_container .love_container.selected .wishlist_control a {
    color: rgba(255, 255, 255, 1.0);
}

.share-and-favorite .love_container.selected .wishlist_control a {
    background-color: rgba(0, 180, 0, 1.0);
    color: white;
}

@media only screen and (max-width: 768px) {
    .under_map {
        justify-content: flex-end;
        padding-bottom: 0;
    }

    .listings_share_container.under_love {
        width: 50px;
    }
}

.listings_container .love_container .wishlist_control a::before {
    left: 2px;
    top: 3%;
}

@media only screen and (max-width: 768px) {
    .listings_container .love_container .wishlist_control a::before {
        left: 5%;
        top: 0;
    }
}

/* END Under Map Styling */

#listing_top_button {
    background-color: #00b400;
    position: absolute;
    right: 65px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    z-index: 52;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
}

#listing_top_button:before {
    content: "\f062";
    font-family: FontAwesome, serif;
    color: #ffffff;
    font-size: 20px;
}

#listing_top_button.fixed {
    position: fixed;
    right: 5px;
    bottom: 65px;
    z-index: 100;
}

#listing_back_button {
    display: block;
    position: absolute;
    top: 40px;
    left: 20px;
    height: 30px;
    z-index: 1;
    border: none;
    background: none;
    cursor: pointer;
}

#listing_back_button::before {
    content: "\f060";
    font-family: "fontawesome", serif;
    background-color: #00b400;
    color: #ffffff;
    font-size: 24px;
    padding: 6px 8px;
    border-radius: 25px;
}

.spyderSocial {
    clear: both;
}

.spyderSocial li a {
    font-family: FontAwesome, serif;
    color: #FFFFFF;
    font-size: 32px;
}

#middle_social_share:before {
    content: "Share To: ";
    font-size: 17px;
    font-family: "roboto slab", serif;
    font-weight: 100;
}

#middle_social_share li {
    display: inline-block;
    float: none;
}

#bottom_social_share.spyderSocial li a {
    color: #1D468C;
}

#bottom_social_share:before {
    content: "Share To: ";
    font-size: 17px;
    font-family: "roboto slab", serif;
    font-weight: 100;
    color: #1D468C;
}

#bottom_social_share li {
    display: inline-block;
    float: none;
}

/* END MLS Listings Styling */

/* Right Side Form */
#sidebar-right form input[type="text"], #sidebar-right form input[type="email"], #sidebar-right form input[type="tel"] {
    width: 70%;
}

/* Homepage Styling */
.content.frontpage .hero_feature_container {
    height: 55vw;
    overflow: hidden;
}

@media only screen and (min-width: 1030px) {
    .content.frontpage .hero_feature_container {
        height: 56.25vw;
        overflow: hidden;
    }
}

.content.frontpage .hero_feature_container .caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
}

.content.frontpage .hero_feature_container .caption h1 {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    margin: 0;
}

.content.frontpage .form.mls_search_simple p {
    margin-bottom: 2px;
}

.content.frontpage #hero_title {
    left: -10000px;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 100;
    text-align: center;
    color: white;
    font-family: authenia, Roboto, serif;
    text-shadow: 2px 2px #000000;
    word-spacing: 10px;
}

.content.frontpage #hero_title .normalspace {
    word-spacing: 0;
}

.content.frontpage #hero_subtitle {
    display: none;
}

.content.frontpage .simple_search_container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

.land-commercial-selection {
    background-color: transparent;
}

.search-cta {
    background-color: var(--listing-background);
    color: var(--listing-color);
    border: 1px solid #00b400;
    opacity: var(--img-opacity);
    border-radius: 5%;
    padding: 4px 5px;
}

@media only screen and (max-width: 1100px) {
    .search-cta {
        font-size: 15px;
    }
}

.content.frontpage #location_search_invite {
    position: absolute;
    width: 100%;
    bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.content.frontpage #location_search_invite a {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.content.frontpage #location_search_invite a:hover {
    color: inherit;
}

.content.frontpage #location_search_invite a span {
    display: block;
    width: 95%;
    margin-left: 2%;
    background-color: green;
    padding: 14px 0;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.content.frontpage #location_search_invite a span:before {
    font-family: fontawesome, serif;
    content: "\f5a0";
    margin-right: 5px;
}

.content.frontpage .mls_search_simple {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
}

.content.frontpage .mls_search_simple p {
    display: inline-block;
}

.content.frontpage form.mls_search_simple input[type="text"] {
    border-color: #00b400;
    color: #ffffff;
    background-color: var(--listing-background);
    opacity: 75%;
    box-sizing: border-box;
    margin: 0 1%;
    width: 98%;
    padding: 10px 40px;
}

@media only screen and (max-width: 768px) {
    .content.frontpage form.mls_search_simple input[type="text"] {
        padding: 10px 0;
        text-align: center;
    }
}

.content.frontpage form.mls_search_simple input[type="text"]::placeholder {
    color: #ffffff;
}

.content.frontpage form.mls_search_simple .submit:before {
    font-family: fontawesome, serif;
    content: "\f002";
    color: #00b400;
    position: absolute;
    top: 7px;
    right: 25px;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .content.frontpage form.mls_search_simple .submit:before {
        top: 3px;
    }
}

/* Address search Styling */
.address_search_container {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--listing-background);
    margin-bottom: 2px;
}

.address_search_container input[name="address"]::placeholder {
    color: #ffffff;
    opacity: 1;
}

.mls_search_address {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mls_search_address p {
    display: inline-block;
}

.mls_search_address label {
    display: inline-block;
}

form.mls_search_address select {
    margin-bottom: 5px;
    width: 200px;
    background: var(--listing-background);
    color: #ffffff;
    border: 1px solid #ffffff;
}

form.mls_search_address input[type="text"] {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: var(--listing-background);
    box-sizing: border-box;
    min-width: 425px;
    padding: 10px 10px 11px 10px;
}

form.mls_search_address .submit,  form.mls_search_location .submit{
    color: #ffffff;
    background-color: #00b400;
    border-color: #00b400;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    height: 48px;
    line-height: 40px;
    margin: 5px auto;
    padding: 0 20px;
    text-align: center;
    width: auto;
    font-weight: 100;
    font-family: roboto slab, serif;
}

/* END Address Search Styles */

/* Location search Styling */
.location_search_container {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--listing-background);
    border-bottom: solid 2px #ffffff;
    overflow: auto;
}

#mls_location_results p.error, #mls_location_results p.message {
    background-color: var(--listing-background);
    margin-bottom: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.location_search_container input[name="address"]::placeholder {
    color: #ffffff;
    opacity: 1;
}

.mls_search_location {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 650px;
}

.mls_search_location p {
    display: inline-block;
}

form.mls_search_location select {
    margin-bottom: 5px;
    width: 200px;
    background: var(--listing-background);
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
}

/* END Location Search Styles */
.content.frontpage #green_buttons {
    background-color: var(--listing-background);
}

.content.frontpage #green_buttons p {
    margin: 0;
}

.content.frontpage #green_buttons .spyder-cta:hover {
    border: 1px solid #00b400;
    background-color: #FFFFFF;
    color: #00b400 !important;
    line-height: 50px;
    height: 50px;
}

@media only screen and (min-width: 768px) {
    .content.frontpage #hero_title {
        font-size: 25px;
        margin-bottom: 0;
    }

    .content.frontpage #hero_subtitle {
        display: block;
    }

    .content.frontpage #simple_search {
        display: block;
    }
}

/* Page Numbers Styling */
#mainContent .spyder_listings .navigation.pageination .page-numbers {
    display: none;
}

#mainContent .spyder_listings .navigation.pageination .page-numbers.prev, #mainContent .spyder_listings .navigation.pageination .page-numbers.next {
    display: inline-block;
    font-size: 40px;
}

#mainContent .spyder_listings .navigation.pageination .page-numbers.prev {
    float: left;
    margin-left: 20px;
}

#mainContent .spyder_listings .navigation.pageination .page-numbers.next {
    float: right;
    margin-right: 20px;
}

/* Header Styling */
#mainMasthead #secondaryHeader .spyderPhone:before {
    font-size: 14px;
    padding-right: 5px;
}

@media only screen and (max-width: 1000px) {
    #mainMasthead #secondaryHeader {
        padding-right: 0;
    }

    #mainMasthead #mainHeader a.logo {
        left: 60px;
        right: 60px;
    }

    #mainMasthead #secondaryHeader .spyderPhone {
        padding: 0;
    }

    #mainMasthead #secondaryHeader .spyderPhone:before {
        line-height: 100px;
        font-size: 30px;
        padding-right: 0;
    }

    #mainMasthead #secondaryHeader .spyderPhone span {
        display: none;
    }
}

/* Mortgage Calculator */
form#lidd_mc_form input[type="text"], form#lidd_mc_form input[type="number"] {
    border-color: #ffffff;
    color: #ffffff;
    background-color: white;
}

form#lidd_mc_form .lidd_mc_input {
    margin-top: 10px;
}

.lidd_mc_form {
    line-height: 1.4em;
    padding: 0 20px;
    font-size: 10px;
    color: var(--listing-color);
    text-align: left;
    overflow: hidden;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.lidd_mc_form .lidd_mc_input {
    width: 50%;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
}

.lidd_mc_form .lidd_mc_input:nth-child(even) {
    float: right;
    width: 49%;
    margin-left: 1%;
}

.lidd_mc_form .lidd_mc_input:nth-child(5) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.lidd_mc_form .lidd_mc_input:nth-child(6) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.lidd_mc_form .lidd_mc_input:nth-child(7) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.lidd_mc_form .lidd_mc_input:nth-child(8) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.lidd_mc_form .lidd_mc_input:nth-child(9) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.lidd_mc_form label {
    font-size: 14px;
    margin-top: 5px;
}

#mainContent form.lidd_mc_form input {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
}

#lidd_mc_submit {
    padding: 0 20px;
    height: 40px;
    width: inherit;
    text-align: center;
    margin: 0 auto !important;
}

#lidd_mc_results {
    color: inherit;
    text-align: center;
    font-size: 35px;
    /*min-height:40px;*/
    line-height: 40px;
}

#lidd_mc_results p {
    font-size: 24px;
    font-weight: normal;
}

#lidd_mc_inspector {
    display: none;
}

form#lidd_mc_form.advanced .lidd_mc_input:nth-child(1) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.lidd_mc_form .lidd_mc_input:nth-child(10) {
    float: left;
    width: 49%;
    margin-left: 1%;
}

/* style for other yearly costs */
form#lidd_mc_form.advanced .lidd_mc_input:nth-child(11) {
    float: right;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    clear: right;
}

form#lidd_mc_form.advanced .lidd_mc_input.submit {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    text-align: center;
}

form#lidd_mc_form.advanced .lidd_mc_input.type input[type="checkbox"] {
    width: auto;
}

form#lidd_mc_form.advanced .lidd_mc_input.type {
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    float: none;
    width: auto;
}

#lidd_mc_results .explainer {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.calculator_ad {
    text-align: center;
    margin-top: 20px;
}

.calculator_ad a {
    color: #ffffff;
    font-size: 20px;
}


/*Mortgage Calculator for listing pages*/
.individual-listing form#lidd_mc_form input[type="text"], form#lidd_mc_form input[type="number"] {
    border-color: var(--listing-background) ;
    color: var(--listing-background);
    background-color: white;
}

.individual-listing .lidd_mc_form label {
    color: inherit;
}

.individual-listing .lidd_mc_types .type_selection {
    background-color: transparent;
}

.individual-listing .lidd_mc_types .type_selection .box {
    border: 1px solid var(--listing-background);
    background-color: white;
}
/* END Mortgage Calculator */
.property .contact_area_container {
    margin: 20px -20px 0 -20px;
}

.property .calculator {
    background-color: var(--listing-background);
    padding: 20px;
    color: #ffffff;
    margin: 0 -20px -20px -20px;
}

.lidd_mc_types div label {
    line-height: 20px;
    display: inline-block;
    padding-bottom: 5px;
}

.lidd_mc_types .type_selection {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--listing-background);
    border-radius: 2px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.lidd_mc_types .type_selection .box {
    border: 1px solid #ffffff;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
}

.lidd_mc_types .type_selection.selected .checkmark {
    background-image: url("img/simply-house-checkmark-icon.png");
    background-position: center center;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 2;
}

.lidd_mc_types .type_selection img {
    height: 30px;
    width: 30px;
}

/* END Mortgage Calculator Styling */

/* Listings Archive Page */
.listings_container .love_container {
    background-color: rgba(255, 255, 255, 1.0);
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    z-index: 52;
    border-radius: 17px;
}

.listings_container .love_container.selected {
    background-color: rgba(0, 180, 0, 1.0);
}

.listings_container .love_container .wishlist_control a {
    font-size: 20px;
    color: rgba(0, 180, 0, 1.0);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    background-color: transparent;
}

.listings_container .love_container.selected .wishlist_control a {
    color: rgba(255, 255, 255, 1.0);;
}

/* END Listings Archive Page */

/* Location Listings Archive Page */
#mls_location_results p:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 2px 0;
    background-color: var(--listing-background);
    color: #ffffff;
}

/* END Location Listings Archive Page */

.message_container {
    text-align: center;
    background-color: var(--listing-background);
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 20px 0;
}

/* multi-selection */
.spyder_listings .spyder_search_bar.multiselect .search_bar {
    background-color: var(--listing-background);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.spyder_listings .spyder_search_bar.multiselect .sort_bar {
    background-color: var(--listing-background);
    overflow: unset;
}

.spyder_search_bar {
    background-color: var(--listing-background);
}

.fake_checkbox {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--listing-background);
    border: 1px solid #ffffff;
    border-radius: 2px;
    overflow: visible;
}

.fake_checkbox.selected {
    background-image: url("img/simply-house-checkmark-icon.png");
    background-position: center center;
    background-size: cover;
}

.multiselect_container {
    position: relative;
}

.multiselect_container span.title {
    font-size: 12px;
    color: #ffffff;
    font-family: 'MS Shell Dlg 2', serif;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
    text-align: left;
}

.options_container {
    display: none;
    position: fixed;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 100;
    margin: 0 5px !important;
    background-color: var(--listing-background);
    padding: 15px 5px 0 5px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #000000;
    white-space: nowrap;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.options_container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.search_bar label, .search_bar label span, .search_bar label select {
    font-family: "Open Sans", sans-serif !important;
}

.multiselect_container ul.options {
    list-style-image: none;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.multiselect_container.for_search_subdivision_label ul.options {
    top: 50px;
}

.options::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.multiselect_container.for_search_sales_status ul.options .option {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-right: 5px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 5px;
}

.multiselect_container ul.options .option {
    width: 33%;
    box-sizing: border-box;
    float: left;
    padding-right: 5px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 5px;
}

.multiselect_container ul.options .option span {
    margin: auto 4px;
    width: calc(100% - 30px);
    overflow: hidden;
}

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

    .options_container{
        bottom: 60px;
    }

    .multiselect_container .control:not(.close), .multiselect_container .clearAreas{
        bottom: 70px !important;
    }

    .multiselect_container ul.options .option {
        width: 50%;
        box-sizing: border-box;
        float: left;
        padding-right: 5px;
        text-align: left;
    }

    .multiselect_container.for_search_sales_status ul.options .control:after {
        font-size: 20px;
    }

    .clearAreas::after {
        font-size: 20px;
    }
}

.multiselect_container.for_search_city_array ul.options .option:nth-child(3n+3) {
    clear: right;
}

/* areas */
.multiselect_container.for_search_area_array ul.options .option {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-right: 5px;
    overflow: hidden;
    text-align: left;
}

.multiselect_container.for_search_area_array ul.options .option:nth-child(1n+1) {
    clear: right;
}

.multiselect_container .control {
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.control.close {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: unset;
}

@media only screen and (max-width: 1100px) {
    .control.close {
        position: fixed;
        top: 175px;
        right: 15px;
        bottom: unset;
    }

    .spyder_listings .spyder_search_bar label.for_search_general_subdivision input {
        width: 80%;
    }
}

.clearAreas {
    position: fixed;
    bottom: 20px;
    left: 10px;
}

.new-cta {
    background-color: var(--listing-background);
    border: 1px solid #00b400;
    margin: 0;
    width: fit-content;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.multiselect_container ul.options li {
    list-style: none;
    /*font-size: 12px;*/
    font-size: 1.1em;
    color: #ffffff;
    font-family: 'MS Shell Dlg 2', serif;
}

.spyder_listings .spyder_search_bar label.for_search_area_array {
    width: 49%;
    float: right;
    padding-left: 1%;
    text-align: left;
}

.spyder_listings .spyder_search_bar label.for_search_city_array {
    width: 49%;
    padding-right: 1%;
    float: left;
    text-align: left;
}

.spyder_listings .spyder_search_bar label.for_search_zip_array {
    width: 49%;
    padding-right: 1%;
    float: right;
}

.spyder_listings .spyder_search_bar label.for_search_city_array.multiselect_container ul.options {
    left: 0;
}

/* Slider for homepage */
.content.frontpage #metaslider-id-96 {
    position: absolute;
    height: 56vw;
    overflow: hidden;
}

/* choose your agent styling */
.agent_choose_container {
    position: relative;
    text-align: center;
    margin-bottom: 2px;
}

.agent_choose_container .choose_agent_control {
    display: none;
}

.property .agent_choose_container .choose_agent_control {
    display: inline-block;
    margin-top: 20px;
}

.chooser_container {
    box-sizing: border-box;
    padding: 20px;
}

.property .chooser_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    background-color: var(--listing-background);
    overflow-y: scroll;
}

.chooser_container .choose_agent_random {
    width: 100%;
}

.chooser_container ul.agent_list {
    list-style-type: none;
}

.chooser_container ul.agent_list li.agent {
    list-style-type: none;
    border-color: #ffffff;
    max-width: 420px;
    display: inline-block;
    height: 200px;
    overflow: hidden;
}

.chooser_container ul.agent_list li.agent .headshot_container {
    float: right;
    width: 50%;
    clear: right;
    box-sizing: border-box;
    padding-left: 10px;
}

.chooser_container ul.agent_list li.agent .headshot_container .headshot.no-image {
    width: 100%;
    height: 100%;
    background-color: grey;
    box-sizing: border-box;
    padding: 10px;
}

.headshot_container img {
    border-radius: 50%;
    border: 1px solid white;
}

.chooser_container ul.agent_list li.agent .name_container {
    float: left;
    width: 50%;
    margin-top: 25px;
    clear: left;
}

.chooser_container ul.agent_list li.agent .cta_container {
    margin-top: 20px;
    float: left;
    width: 50%;
    clear: left;
}

.chooser_container ul.agent_list li.agent .clear {
    width: 100%;
    clear: both;
}

.page {
    background-color: var(--listing-background);
}

.page .chooser_container {
    padding: 20px 0;
}

.page .chooser_container ul.agent_list {
    margin: 0;
}

.page .chooser_container ul.agent_list li.agent {
    background-color: var(--listing-background);
    box-sizing: border-box;
    padding: 10px;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #ffffff;
    border-top: none;
    color: #ffffff;
    max-width: unset;
}

.agent_chosen_message {
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .page {
        background-color: var(--listing-background);
    }

    .page .chooser_container ul.agent_list li.agent {
        background-color: var(--listing-background);
        box-sizing: border-box;
        padding: 10px;
        height: 200px;
        overflow: hidden;
        border: 1px solid #ffffff;
        color: #ffffff;
        max-width: 420px;
    }

    .agent_chosen_message {
        color: #ffffff;
        text-align: center;
        padding: 20px;
    }
}

/* END choose your agent styling */

/* add styling for cta hyperlink */

#mainAttribution {
    padding-bottom: 50px;
}

.agent_choose_container .spyder-cta {
    margin: 5px 0 !important;
    padding: 0 10px !important;
}

a.spyder-cta:hover {
    color: #ffffff;
}

a.spyder-cta:active {
    font-size: 0.95em;
}

#hideAll {
    position: fixed !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 100%;
    background-color: var(--listing-background);
    opacity: 97%;
    z-index: 101;
}

#hideAll a.logo img {
    max-width: 100%;
    padding-top: 10%;
    padding-bottom: 15%;
}

#hideAll .spyder-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 7rem;
    font-size: 25px;
}

#hideAll p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-family: authenia, serif;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 13px;
    color: white;
}

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

    #hideAll {
        align-items: center;
    }

    #hideAll .spyder-cta {
        width: 20rem;
        font-size: 50px;
    }
}

@media only screen and (max-height: 700px) {
    #hideAll a.logo img {
        padding-bottom: 10px;
        padding-top: 0;
    }

    #hideAll p {
        margin-bottom: 25px;
    }

    #hideAll .spyder-cta {
        width: 7rem;
        height: 3rem;
        font-size: 30px;
    }
}

.form-control {
    font-size: 16px;
}

@media screen and (max-width: 500px) {
    .box {
        height: 15px;
        width: 15px;
    }

    label {
        font-size: 95%;
    }
}

#secondaryHeader li a.spyderPhone {
    visibility: hidden;
}

.individual-listing-summary-information .listing_name_combined .contact-form p.disclaimer {
    color: var(--listing-color);
    font-family: inherit;
    font-size: 13px;
}

.contact-form.in-moveable .disclaimer {
    font-size: 13px;
}

.contact-form.in-contact-area-bottom .disclaimer {
    font-size: 13px;
}


.spyder_listing .contact-information {
    display: none;
}

/* Share Link */
#listings_share_container {
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: var(--listing-background);
    width: 100%;
    margin-bottom: 2px;
    text-align: right;
}

#listings_share_container i {
    color: #FFFFFF;
    font-size: 25px;
}

.listings_share_container .control a {
    color: #ffffff;
    text-decoration: underline;
}

.listings_share_container .control:hover {
    cursor: pointer;
}

.listings_share_container .control:before {
    content: "Share Listing: ";
    font-family: "Open Sans", sans-serif !important;
    font-size: 17px;
    font-weight: 100;
}

.listings_share_container .control:after {
    font-family: FontAwesome, serif;
    content: "\f1e0";
    background-color: #00b400;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
    color: white;
}

.listings_share_container .control.waiting:after {
    content: "\f017";
}

.listings_share_container .control.used:after {
    content: "";
    background-color: transparent;
    cursor: text;
}

.listings_share_container.under_social .control {
    line-height: 32px;
}

.listings_share_container.under_social .control:after {
    font-size: 12px;
    padding: 6px;
    background-color: transparent;
}

.listings_share_container.under_listings {
    text-align: right;
    padding: 10px;
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    margin-bottom: 2px;
}

#mls_location_results .listings_share_container.under_listings {
    text-align: right;
    padding: 10px;
    background-color: var(--listing-background);
    opacity: 1;
    margin-bottom: 2px;
}

.listings_share_container.under_listings .control:before {
    content: "Share Listings: ";
    color: white;
}

/* SimplyShare Styling */

.simplySearch_container {
    width: 100%;
}

.simplySearch_container p {
    font-family: "roboto slab", serif;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}

.simplySearch_container div p.intro {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 10px;
    font-size: 16px !important;
    border-top: 1px solid white;
    font-family: "Open Sans", sans-serif !important;
}

.simplySearch_container p.message {
    display: none;
}

.simplySearch_container form {
    font-size: 12px;
}

form .simplySearch_container input::placeholder {
    opacity: 1;
    color: #ffffff;
}

.spyder_search_submit_buttons {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

form .simplySearch_container input[type="text"], form .simplySearch_container input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    background-color: var(--listing-background);
    color: white;
    border-color: white;
    border-style: solid;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif !important;
}

form .simplySearch_container input[type="submit"] {
    margin: 0 auto;
    display: block;
    width: auto !important;
}

@media only screen and (min-width: 768px) {
    form .simplySearch_container input[name="subscription_name"] {
        float: left;
        width: 33%;
        margin-right: 5px;
    }

    form .simplySearch_container input[name="subscription_email"] {
        float: left;
        width: 33%;
    }

    form .simplySearch_container input[name="subscription_cell_phone"] {
        float: left;
        width: 33%;
        margin-right: .5%;
    }
}

.get_pre_qualified {
    display: block;
    text-align: left;
    float: left;
    color: white;
}

@media only screen and (max-width: 768px) {
    .get_pre_qualified {
        width: 100%;
        text-align: center;
    }

    #listing_break {
        display: none;
    }
}

.get_pre_qualified .field::after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .meta-items {
        width: 100%;
    }

    .listings_share_container {
        padding: 0;
    }

    .info-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .price {
        width: 100%;
        align-content: center;
    }

    .status {
        width: 100%;
    }

    .listing-meta-li {
        width: 48%;
        padding: 1% 0 0 1%;
        text-align: center;
        font-size: 16px !important;
        margin: 0;
    }

    .listed_by {
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }
}

.geo-disabled-button-container {
    background-color: var(--listing-background);
    text-align: center;
    margin: 2px 0;
    padding: 10px 0;
}

.spyder-cta.geo-disabled-button {
    margin: 0 4px;
}

/*AGENT BRANDING STYLING*/

.agent_branding_footer_container{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 60px;
    width: 500px;
    z-index: 180;
    border: 1px solid white;
    /*background-color: var(--listing-background);*/
    background-color: rgba(23, 52, 185, 50%);
    font-family: "Open Sans", sans-serif;

    padding: 1px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media only screen and (max-width:1100px){
    .agent_branding_footer_container{
        width: 100%;
        bottom: 0px;
    }
}

.agent_branding_footer{
    font-size: 1.75em;
    z-index: 99;
    margin: auto 0;

    text-shadow: 1px 1px 5px #00b400;
}

.agent_branding_footer_image{
    height: 60px;
    width: 60px;
    margin: auto 0;
    cursor: pointer;
}

.agent_branding_footer_image img{
    height: 100%;
    background-color: #FFFFFF;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.agent_branding_footer a:link, a:visited, a:hover, a:active{
    color: #FFFFFF;
}

.agent_branding_footer a:link, a:visited{
    text-decoration: none;
}

.agent_branding_footer a:hover, a:active{
    text-decoration: underline;
}

.contact_confirmation {
    position: absolute;
    top: 14%;
    color: white;
    width: 80%;
    margin-left: 10%;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
}
.branding_name_input input, .branding_phone_input input, .branding_user-message_input textarea {
    position: absolute;
    color: white;
    background-color: var(--listing-background);
    border: 1px solid white;
    resize: none;
    width: 75%;
    height: 1.75rem;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    padding-left: 8px;
    padding-top: 4px;
}

.branding_name_input input::placeholder, .branding_phone_input input::placeholder, .branding_user-message_input textarea::placeholder {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
}
.branding_name_input input {
    top: 5%;
    left: 9%;
}

.branding_phone_input input {
    top: 20%;
    left: 9%;
}

.branding_user-message_input textarea {
    top: 35%;
    left: 9%;
    height: 4.75rem;
    padding-bottom: 30px;
    overflow: scroll;
    resize: none;
}

.branding_user-message_input textarea::-webkit-scrollbar {
    display: none;
}

.branding_input_message {
    position: absolute;
    width: 90%;
    font-size: 20px;
    color: white;
    top: 65%;
    left: 4%;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: row;
    place-content: center;
    height: 100px;
}

.branding_input_message p {
    width: 75%;
    max-height: 100%;
    font-size: 18px;
}

.branding_input_message img {
    max-height: 69px;
    height: 69px;
    min-height: 69px;
    width: 69px;
    object-fit: scale-down;
    border-radius: 50%;
    border: 1px solid white;
    background-color: white;
    margin-top: 5%;
}

.close_branding_container {
    z-index: 110;
    cursor: pointer;
    background-color: #00b400;
    padding: 4px;
    border-radius: 5px;
    color: #FFFFFF; position: absolute;
    right: 10px;
    top: 5px;
    font-family: "roboto slab", 'sans-serif';
}

.send_branding_container {
    z-index: 110;
    cursor: pointer;
    background-color: #00b400;
    padding: 4px;
    border-radius: 5px;
    color: #FFFFFF; position: absolute;
    bottom: 10px;
    left: 40%;
    font-family: "roboto slab", 'sans-serif';
}
/*END AGENT BRANDING STYLING*/

/*BLOG TEMPLATE STYLING*/
.blog_container {
    background-image: url("img/marble.jpg");
    background-repeat: repeat;
    background-size: 100%;
    background-position: top left;
    border-bottom: 2px solid white;
}

.blog_mainContent {
    margin-top: 2px;
}
.blog_post
{
    max-width:1200px;
}

.blog_container .blog_mainContent .panel-layout .panel-widget-style {
    padding: 0 !important;
}

.blog_container .blog_mainContent .panel-layout .panel-widget-style h1 {
    margin: 0 !important;
    padding: 4px 0;
}

.blog_container .blog_mainContent .panel-layout a {
    color: white !important;
    text-decoration: underline !important;
}

.blog_container .blog_mainContent .panel-layout a:hover {
    color: white !important;
}

.blog_container .blog_mainContent {
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    color: white !important;
    margin-bottom: 0 !important;
    padding: 4px 0;
    font-family: "Open Sans", sans-serif;
}

.blog_container .blog_mainContent .panel-layout, .index .panel-layout, .index h2 {
    width: 95%;
    margin: 0 auto;
}

.index li {
    text-align: center !important;
}

.blog_container .blog_mainContent .panel-grid-cell div p {
    padding: 0 15px;
    text-align: left;
    font-size: 20px;
    line-height: 1.9em;
    margin-bottom:30px;
}

.blog_container .blog_mainContent .panel-grid-cell div ul {
    margin: 4px 0 4px 35px;
    list-style-position:outside;
    line-height:1.4em;
    display:block;
    clear:both;
    font-size:20px;
}

.blog_container .blog_mainContent .panel-grid-cell div li {
    font-size: medium;
    margin-bottom:8px;
}

.blog_container .blog_mainContent .panel-grid-cell div h2 {
    text-align: left;
    padding: 10px;
    font-size:30px;
}

.blog_container .blog_mainContent .panel-grid-cell div h3 {
    text-align: left;
    padding-left: 10px;
    font-size:24px;
}

.blog_container .blog_mainContent .panel-grid-cell div img {
    max-width:100%;
    margin-bottom:20px;
}
.blog_container .blog_mainContent .panel-grid-cell div img.alignleft
{
    margin-right:20px;
}
.blog_container .blog_mainContent .panel-grid-cell div img.alignright
{
    margin-left:20px;
}

.blog_post_button {
    text-align: center;
    color: white !important;
    margin-bottom: 4px;
    padding-bottom:20px;
}

/*END TEMPLATE STYLING*/

/**********************************************INDIVIDUAL LISTING PAGE STYLING*****************************************/
/*Container for all listing items*/
.individual-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    background-image: url("img/marble.jpg");
    background-repeat: repeat;
    background-size: 100%;
    background-position: top left;
}

.individual-listing-button-container {
    border: none;
    background-color: transparent;
    width: 2%;
    padding: 1% 1%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

#individual-listing_back_button {
    background-color: transparent;
    border: none;
    height: 50px;
}

#individual-listing_back_button::before {
    content: "\f060";
    font-family: "fontawesome", sans-serif;
    background-color: #00b400;
    color: #ffffff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 50%;
    cursor: pointer;
}

.individual-listing-featured-image {
    background-color: var(--listing-background);
    width: 54%;
    float: left;
    padding: 1% 5%;
    opacity: var(--img-opacity);
}

.individual-listing-featured-image div {
    width: 100%;
}

.individual-listing-featured-image img {
    max-width: 100%;
    min-width: 100%;
}

.individual-listing-summary-information {
    position: relative;
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: 87%;
    font-family: "Open Sans", sans-serif;
    width: 32%;
    padding: 1% 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.listing_name_combined {
    color: inherit;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.listing_name {
    margin-bottom: 0 !important;
    font-size: 24px !important;
    font-family: inherit;
    font-weight: 100;
    line-height: 1 !important;
}

.share-and-favorite {
    width: 100%;
    color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.listings_share_container.share_under_listing_name .control::before {
    color: var(--listing-color);
    font-family: inherit;
}

.share_under_listing_name {
    color: white;
    padding: 4px 4px;
}

.share-and-favorite .love_container {
    padding: 4px 4px;
}

.love_container div {
    place-content: center;
}

.love_container a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: white;
    color: #00b400;
    place-content: center;
    position: relative;
}

.love_container a::before {
    font-size: 30px;
    position: absolute;
    left: 13%;
    top: 14%;
}

.listing_meta_data_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: var(--listing-color);
    justify-content: flex-start;
}

.listing_meta_data_container .listing_price {
    width: 100%;
    color: inherit;
    padding: 0;
}

@media only screen and (max-width: 1100px) {
    .listing_meta_data_container .listing_price, .listing_meta_data_container .listing_status {
        text-align: center;
    }
}

.listing_meta_data_container .listing_price .field, .listing_meta_data_container .listing_price .value {
    font-size: 26px;
    padding-right: 10px;
}

.listing_meta_data_container .listing_status .field, .listing_meta_data_container .listing_status .value {
    font-size: 17px;
    padding-right: 10px;
}

.listing_meta_data_container .listing_status {
    width: 100%;
    padding: 15px 0;
    color: inherit;
}

.listing_meta_data_container .listing_meta_info {
    width: 100%;
    font-family: "Open Sans", Arial;
    color: inherit;
    background-image: url("img/SimplyHouse-Icon.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.listing_meta_data_container .contact-form {
    width: 100%;
}

.listed_by {
    display: none;
}

.listing_meta_info {
    width: 100%;
}

.meta-info-item {
    padding: .5% 0;
}

.listing_meta_info div .field {
    font-size: 18px;
    width: 25%;
    padding-right: 1%;
}

.listing_meta_info div .value {
    font-size: 18px;
    width: 75%;
}

/*VIDEO/IMAGE GALLERY SECTION STYLING*/
.listing_videos {
    width: 100vw;
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    margin: 2px 0;
}

.listing_videos .listing_video {
    width: 100%;
    height: 75vh;
    padding: 1% 0;
}

.listing_video .vimeo_listing_video {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/*IMAGE GALLERY STYLING*/
.image_gallery_container {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--listing-background);
    padding: 15px 0 4px 10%;
    opacity: var(--img-opacity);
    z-index: 100;
}

.gallery-image-container {
    width: 18em;
    height: 15em;
    padding: 0;
    text-align: center;
    margin: 5px;
    border: 1px solid var(--listing-background);
}

@media only screen and (max-width: 1100px) {
    .gallery-image-container {
        margin: 0;
        border: none;
    }
}

.gallery-image-container img {
    width: 100%;
    height: 100%;
}

.spyder-mls_listing_meta_contact {
    width: 100%;
}

.contact-form {
    width: 100%;
    color: var(--listing-color);
}

::-webkit-input-placeholder {
    color: white;
}

.contact-form input::-webkit-input-placeholder {
    color: var(--listing-background);
}

.contact-form input {
    background-color: white;
    border: 1px solid var(--listing-background);
    color: var(--listing-background);
    border-radius: 5px;
    width: 90%;
    height: 50px;
    padding: 4px;
}

.contact-form.contact_area_under_image_gallery {
    margin-top: 2px;
    padding-top: 4px;
    text-align: center;
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
}

.individual-listing .description_desktop {
    line-height: 1.4em;
    padding: 10px 10%;
    font-size: 24px;
    background-color: var(--listing-background);
    color: var(--listing-color);
    margin-top: 4px;
    opacity: var(--img-opacity);
}

.individual-listing .description_desktop h2 {
    padding: 0 10px;
    margin: 0;
}

.individual-listing .description_desktop p {
    padding: 0 10px;
    margin: 0;
    font-size: 22px;
    font-family: "Open Sans", Arial, serif;
}

.individual-listing .description_mobile {
    display: none;
    line-height: 1.4em;
    background-color: var(--listing-background);
    color: inherit;
    margin-top: 5px;
    padding: 4px 0 0 0;
    border-top: 1px solid var(--listing-background);
}

.individual-listing .description_mobile h2 {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    text-align: center;
}

.individual-listing .description_mobile p {
    padding: 4px 10px;
    margin: 4px 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid white;
}

@media only screen and (max-width: 768px){
    .individual-listing .description_desktop {
        display: none;
    }
    .individual-listing .description_mobile {
        display: inline-block;
    }
}

.calculator_container {
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: var(--img-opacity);
    text-align: center;
    width: 100%;
    margin-top: 2px;
}

.calculator_container h2 {
    margin: 0;
    padding: 8px 0 10px 0;
    text-align: center;
    border-bottom: 2px solid var(--listing-color);
    opacity: var(--img-opacity);
}

.map {
    width: 100%;
    height: 180vh;
    background-color: var(--listing-background);
    margin-top: 2px;
    opacity: var(--img-opacity);
}

.map_container {
    border: 1px solid var(--listing-background);
    height: 49%;
    width: 90%;
    margin: 0 5%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1100px) {
    .map_container {
        width: 100%;
        margin: 2px 0;
        border-bottom: 1px solid var(--listing-background);
        border-top: 1px solid var(--listing-background);
        border-left: none;
        border-right: none;
    }
}

.agent_credit {
    width: 100%;
    padding: 4px;
    margin-top: 2px;
    text-align: right;
}

.under_map {
    color: var(--listing-color);
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 4px;
    padding-bottom: 4px;
}

.under_map_share .listings_share_container .control:after {
    width: 35px;
    height: 35px;
}

#bottom_listing_love_container .love_container .wishlist_control a {
    font-size: 20px;
    color: rgba(0, 180, 0, 1.0);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    background-color: transparent;
}

#bottom_listing_love_container .love_container .wishlist_control a::before {
    top: 0;
    left: 7%;
}

.contact-area-bottom {
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: var(--img-opacity);
    width: 100%;
    margin-top: 2px;
    text-align: center;
    border-bottom: 1px solid white;
}

.contact-area-bottom .contact-form input {
    background-color: white;
    border: 1px solid var(--listing-background);
    color: var(--listing-background);
    border-radius: 5px;
    width: 40%;
    height: 50px;
    padding: 4px;
}

.contact-area-bottom .container input[type="submit"] {
    background-color: #00b400;
    border-color: #00b400;
    color: white;
}

.contact-area-bottom input::-webkit-input-placeholder {
    color: var(--listing-background);
}

.gallery_mask {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    text-align: center;
}

.gallery_mask .control.close {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 30%;
    top: 14%;
    font-size: 50px;
}

.gallery_mask .control.right {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 30%;
    top: 80%;
    font-size: 50px;
}

.gallery_mask .control.left {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    left: 31%;
    top: 80%;
    font-size: 50px;
}

.gallery-image {
    width: 80vh;
    height: 60vh;
    background-color: transparent;
    position: fixed;
    top: 20%;
    left: 31%;
}

.agent_credit_top {
    width: 100%;
    padding: .5% 0;
    line-height: 1.5;
}

.agent_credit_top span {
    font-size: 18px;
}

.disclaimer {
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .individual-listing-button-container {
        width: 50px;
        height: 50px;
        margin: 3% 0;
        padding: 0;
    }

    .individual-listing-button-container button {
        height: 50px;
        width: 50px;
    }

    #individual-listing_back_button::before {
        height: 50px;
    }

    .individual-listing-featured-image {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .individual-listing-summary-information {
        width: 100%;
    }

    .listing_videos .listing_video {
        height: auto;
    }

    .image_gallery_container {
        height: auto;
        width: 100%;
        padding: 0;
        background-color: white;
        opacity: 100%;
    }

    .gallery-image-container {
        width: 100%;
        height: auto;
        padding: 1px 0;
    }

    #bottom_listing_love_container {
        width: 50px;
    }

    .listing_name_combined {
        text-align: center;
    }

    .share-and-favorite {
        justify-content: center;
    }

    .listing_price .value {
        font-size: 28px !important;
    }

    .listing_price .field {
        display: none;
    }

    .listing_status {
        padding: 15px 0;
    }

    .listing_status .value {
        font-size: 17px !important;
        padding-bottom: 10px;
    }

    .listing_status .field {
        display: none;
    }

    .listing_meta_info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .meta-info-item {
        width: 48%;
        padding: 1% 0;
        margin: 0 1%;
        text-align: center;
        font-size: 16px !important;
        line-height: 1.5em;
        border-bottom: 1px solid var(--listing-color);
    }

    .contact-form h3 {
        font-size: 30px;
        font-weight: 100;
        text-align: center;
    }

    .individual-listing .contact-form h3 {
        margin-top: 0;
        border-top: 1px solid var(--listing-background);
        padding-top: 5px;
    }

    #inquiry-name, #inquiry-phone {
        font-size: 18px !important;
        height: auto;
        padding: 10px 20px;
        width: 80%;
    }

    .individual-listing-summary-information .contact-form input[type="submit"] {
        font-size: 18px !important;
        height: auto;
        padding: 10px 20px;
        width: 93%;
    }

    .individual-listing-summary-information p {
        margin-bottom: 5px !important;
    }

    .listing_videos {
        height: auto;
    }

    .listing_videos .listing_video {
        width: 100%;
        height: 55vw;
        max-width: 100%;
        float: none;
        padding: 0;
    }

    .disclaimer {
        margin-bottom: 0 !important;
        font-size: 12px !important;
        text-align: center;
    }

    .contact_area_moveable .container .contact-form input {
        font-size: 18px !important;
        height: auto;
        padding: 10px 20px;
        width: 80%;
    }

    .contact_area_moveable .container .contact-form input[type="submit"] {
        font-size: 18px !important;
        height: auto;
        padding: 10px 20px;
        width: 93%;
    }

    .contact_area_moveable .container .contact-form p {
        margin-bottom: 5px !important;
    }

    .map {
        height: auto;
        overflow: hidden;
        opacity: 100%;
    }

    .map iframe {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 50vh;
    }

    .map iframe.map_regular {
        padding-bottom: 5px;
    }

    .agent_credit {
        text-align: left;
    }

    .contact-area-bottom {
        margin-bottom: 2px;
    }

    .contact-area-bottom .contact-form input {
        font-size: 18px !important;
        height: auto;
        padding: 10px 20px;
        width: 80%;
    }

    .contact-area-bottom p {
        margin-bottom: 5px !important;
    }

    .contact-area-bottom .contact-form input[type="submit"] {
        font-size: 18px !important;
        height: auto;
        padding: 10px 20px;
        width: 93%;
    }

    .gallery_mask .control.close {
        right: 2%;
        top: 16%;
        font-size: 30px;
    }

    .gallery_mask .control.right {
        right: 0;
        top: 69%;
    }

    .gallery_mask .control.left {
        left: 0;
        top: 69%;
    }

    .gallery-image {
        width: 100vw;
        height: 50vh;
        left: 0;
    }

    .gallery-image img {
        object-fit: cover;
        width: auto;
        height: auto;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
    .gallery_mask .control.close {
        top: 5%;
        right: 32%;
    }

    .gallery_mask .gallery-image {
        top: 14%;
        left: 31%;
    }

    .gallery_mask .control.left {
        left: 31%;
        top: 72%;
    }

    .gallery_mask .control.right {
        right: 32.5%;
        top: 72%;
    }
}

/******************************************END INDIVIDUAL LISTING PAGE STYLING*****************************************/
@media only screen and (max-width: 1100px) {
    .clearAreas::after {
        font-size: 22px;
    }
}

.subdivision_title {
    width: 100%;
    background-color: var(--listing-background);
    color: white;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    padding: 0;
    text-align: center;
}

.subdivision_title p {
    margin: 0 !important;
    padding: 4px 0; !important;
    font-size: 25px !important;
}

.subdivision_list_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    color: white;
}

.subdivision_item {
    height: 45vh;
    position: relative;
    text-align: center;
    margin-bottom: 2px;
    cursor: pointer;
}

.subdivision_item.left {
    margin-right: 2px;
    width: calc(50% - 2px);
}

.subdivision_item.right {
    width: 50%;
}

.subdivision_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--listing-background);
}

.subdivision_image img {
    max-width: 100% !important;
    height: 80% !important;
    max-height: 100% !important;
    width: 80%;
}

.subdivision_name_container {
    width: 100%;
    height: 20%;
    background-color: #00b400;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.subdivision_name {
    width: 100%;
    margin: 0 !important;
    font-size: 25px !important;
}

@media only screen and (max-width: 1100px) {
    .subdivision_item.left {
        width: 100%;
        margin-right: 0;
    }
    .subdivision_item.right {
        width: 100%;
    }
    .subdivision_image img {
        width: 100%;
    }

    .subdivision_name {
        font-family: Roboto, serif;
    }
    .subdivision_item {
        height: 40vh;
    }
}

/*Site Origin Garbage*/
.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-16805-0 {
    background-color: var(--listing-background) !important;
    opacity: var(--img-opacity);
}

.bdp-post-meta span.bdp-post-meta-innr {
    color: #ffffff;
}

.bdp-readmorebtn {
    color: #ffffff;
    border: 2px solid #ffffff;
}
#mainContent {
    width: 100%;
}
.panel-grid-cell {
    text-align: center;
}

.content {
    width: 100%;
}
.blog_title h1{
    margin: 0;
}
.blog_post {
    width: 96%;
    background-color: var(--listing-background);
    color: white !important;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    padding: 0 2% 0 2%;
}

.blog_post h3 {
    padding: 8px 0 4px 0;
}

.blog_post a {
    color: white !important;
}

.blog_post::after {
    display: none;
}

.page-id-3844816 h2{
    display: none;
}

#panel-3844816-0-0-1, #panel-3844869-0-0-1, #panel-3844811-0-0-1 {
    background-color: var(--listing-background);
}

#panel-3844811-0-0-0, #panel-3844869-0-0-0, #panel-3844816-0-0-0 {
    margin-bottom: 2px !important;
}

#sidebar-right {
    margin: 0;
    padding-top: 2px;
}

.search-bar-paragraph {
    background-color: transparent !important;
}

.land-commercial-selection {
    margin-bottom: 0 !important;
}

#mls_location_results {
    background-image: url("img/marble.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat;
}

.spyder-cta.choose_agent_random {
    background-color: var(--listing-background);
    color: var(--listing-color);
}
/*---------------------------------------
    Header Styling
---------------------------------------*/
#mainMasthead {
    color: var(--listing-color);
    background-image: url("img/marble.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat;
}

@media only screen and (max-width: 1100px) {
    #mainMasthead {
        position: relative;
        z-index: 120;
    }
}

#mainMasthead #secondaryHeader {
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
}

#mainMasthead .container {
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

#mainMasthead .container .logo {
    width: 25%;
}

#mainMasthead .container .logo img {
    max-width: 100%;
}

/*---------------------------------------
    Footer Styling
---------------------------------------*/
body footer {
    background-image: url("img/marble.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat;

    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

}

footer .container {
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: var(--img-opacity);

    width: 100% !important;
    padding: 10px 0 0 0 !important;
    margin: 0;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    place-content: center;
}

.agent-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    place-content: center;
    border-bottom: 2px solid white;
}

.agent_footer_info {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    height: 200px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--listing-color);
}

.agent_footer_info a {
    color: var(--listing-color);
    font-family: "playball", sans-serif;
    font-size: 18px;
}

.agent_footer_info i {
    padding-right: 5px;
}

.agent_footer_info_img {
    max-width: 150px;
    border-radius: 50%;
    border: 1px solid var(--listing-color);
    background-color: white;
}

.additional-info-container {
    width: 40%;
    height: 100px;
    margin: 0 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    place-content: center;
}

.additional-footer-information {
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.credit-and-contact {
    width: 50%;
    margin: 0;
    padding: 0;
}

.mls-housing-logo, .equal-housing-logo {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    place-content: center;
}

.mls-housing-logo img, .equal-housing-logo img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: scale-down;
}

.equal-housing-logo img {
    width: 60%;
}

.disclaimer-and-copyright {
    height: 50px;
    margin: 0;
    padding: 0;
}

#listing_disclaimer {
    font-size: 10px;
    font-style: italic;
}

#footer_phone {
    color: var(--listing-color);
    font-size: 18px;
}

.add-area-margin {
    height: 90px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.content.page {
    position: relative;
    z-index: 100;
    background-image: url("img/marble.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: repeat;
    font-family: "Open Sans", sans-serif;
}

.content.page .container {
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    color: var(--listing-color);
}

.content.page .container #mainContent {
    background-color: transparent;
    border-bottom: 2px solid white;
}

.content.page .container h1 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid white;
}

.homepage-main-image-container {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-bottom: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.homepage-main-image-container img:not(.american_dream_hero_logo) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
}

.search-filter-buttons {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: transparent;
    margin-bottom: 30px;
    max-width: 100%;
}

.search-filter-buttons.properties-buttons {
    position: relative;
    margin: 10px auto;
}

.search-filter-buttons .spyder-cta {
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    margin: 0 10px;
    width: 150px;
    text-decoration: none;
}

.so-panel .listings {
    margin-top: 0;
}

.search-bar {
    margin-bottom: 30px;
    color: white;
    background-color: var(--listing-background);
    opacity: var(--img-opacity);
    border-radius: 5px;
    width: 650px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.search-bar input[type="text"] {
    font-size: 21px;
    margin: 0;
    padding: 0 4px;
    background-color: transparent;
    border: none;
    width: calc(94% - 8px);
    height: 40px;
    color: white;
    outline: none;
    border-right: 1px solid #00b400;
    font-family: "Open Sans", sans-serif !important;
}

#front-page-search-button {
    padding: 7px;
    margin: auto;
    font-size: 24px;
    cursor: pointer;
}

.search-bar input[type="text"]::placeholder {
    text-align: center;
}

.hero_logo_container, .service_areas_container {
    width: 650px;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0;
    text-shadow: 0 2px 2px white;
}

.american_dream_hero_logo {
    width: 100%;
    object-fit: contain;
    position: relative;
}

.tagline-container, .service_areas {
    font-size: 75px;
    font-family: "authenia";
    width: 100%;
    color: var(--listing-background);
    opacity: var(--img-opacity);
    margin: 0;
    padding: 0;
    line-height: 75px;
    text-align: center;
}
.tagline-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    place-content: center;

    margin: 0 auto;
    padding: 0;

    width: 50%;
}

@media only screen and (min-width: 1100px) and (max-width: 1800px) {
    .tagline-container {
        width: 70%;
    }
}

.tagline-container div {
    width: 33%;
    margin: 0;
    padding: 0;
}

.tagline span {
    font-family: "authenia", sans-serif;
}

.tagline_simply {
    width: 21% !important;
}

.tagline_local {
    width: 22% !important;
}

.search_form {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.home_submit {
    padding: 0;
    margin: auto;
    border: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--listing-background);
    color: white;
}

@media only screen and (max-width: 374px){
    .tagline-container, .service_areas{
        font-size: 50px;
    }

    .search-filter-buttons{
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 767px){
    .service_areas_container {
        width: 98%;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 1100px) {
    .homepage-main-image-container {
        height: 82vh;
    }

    .tagline-container {
        top: 13%;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 11vw;
        line-height: 50px;
    }

    .service_areas_container {
        width: 98%;
    }

    .search-bar {
        width: 98%;
        margin: 0 auto 30px auto;
        height: 50px
    }

    .service_areas {
        width: 98%;
        margin: 0 auto;
        height: 50px
    }

    .search-filter-buttons {
        left: 0;
        top: 60%;
    }

    .search-bar input[type="text"] {
        width: calc(92% - 8px);
        font-size: 12px;
        height: 100%;
    }

    #front-page-search-button {
        font-size: 16px;
        padding: 5px;
    }

    .search-filter-buttons .spyder-cta {
        height: auto;
        line-height: 15px;
        font-size: 15px;
        padding: 5px 10px;
        margin: 0 10px;
        width: 80px;
        text-decoration: none;
    }

    body footer {
        border-top: none;
    }

    .agent_footer_info {
        flex-direction: row;
        padding: 5px 0;
        max-width: 100%;
        height: 100%;
    }

    .agent_footer_info .footer-image {
        max-width: 30%;
        max-height: 100%;
    }

    .agent_footer_info .footer-image a {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
    }

    .agent_footer_info_img {
        padding-top: 4px;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }

    .agent_footer_info p {
        padding: 2px 0;
    }

    .agent_footer_info .footer_info_container  {
        width: 70%;
    }
    .agent_footer_info .footer_info_container p {
        width: 100%;
    }

    .additional-info-container {
        width: 100%;
        margin: 0;
    }
    .disclaimer-and-copyright {
        height: 100px;
    }
    .add-area-margin {
        height: 85px;
    }
}

.bdp-post-categories a {
    color: var(--listing-color);
}

.bdp-post-title a {
    color: var(--listing-color);
}

.bdp-post-grid-main, .bdp-list-main, .bdpgridbox-main, .bdp-post-masonry {
    margin: 0 !important;
}

.bdp-post-pagination .current {
    border-color: white !important;
    color: white !important;
}

.bdp-post-pagination a, .bdp-post-pagination a {
    background-color: #00b400 !important;
    border-color: #00b400 !important;
    color: white !important;
}

.bdp-readmorebtn {
    border-color: #00b400 !important;
    background-color: #00b400 !important;
    border-radius: 5px;
}


article a {
    color: white;
    text-decoration: underline;
}

article p {
    margin-bottom: 2px !important;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

article h1 {
    font-family: "Open Sans", sans-serif !important;
}

.index article {
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: var(--img-opacity);
}

.index .navigation.pagination {
    background-color: var(--listing-background);
    color: var(--listing-color);
    opacity: var(--img-opacity);
    margin-top: 0 !important;
    padding: 10px 0;
}

.index .navigation.pagination a {
    color: white;
    text-decoration: underline;
}

.index .navigation.pagination .current {
    color: #00b400 !important;
    text-decoration: underline;
}

.index article h2 {
    margin-top: 0 !important;
    padding: 10px 0;
}

#sidebar-right {
    display: none;
}

.simply-home #mainContent, .simply-archive #mainContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 99%;
    margin-left: 1%;
}

.home-excerpt, .archive-excerpt {
    width: 31%;
    margin: 0;
    padding: 1% 1%;
}

.home-excerpt-thumbnail-container, .archive-excerpt-thumbnail-container {
    width: 100%;
    height: 400px;
}

.home-excerpt-thumbnail-container img, .archive-excerpt-thumbnail-container img {
    width: 100%;
    height: 100%;
}

.home-excerpt-info-container, .archive-excerpt-info-container {
    display: flex;
    flex-direction: column;
    place-content: center;
}

.home-categories {
    margin: 10px auto;
}

.home-date-container, .archive-date-container {
    margin: 5px 0;
}

.archive-headline-container, .home-headline-container {
    margin: 15px 0 5px 0;
}

.home-excerpt-info-container h2, .home-excerpt-info-container p, .archive-excerpt-info-container h2, .archive-excerpt-info-container p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.home-excerpt-info-container h2 a, .archive-excerpt-info-container h2 a {
    text-decoration: none;
    width: fit-content;
}

.home-readmore-container {
    text-align: center;
    margin: 5px 0;
}

@media only screen and (max-width: 1100px){
    .simply-home #mainContent, .simply-archive #mainContent {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .home-excerpt, .archive-excerpt {
        width: 100%;
        padding: 1% 0;
    }

    .home-excerpt-thumbnail-container, .archive-excerpt-thumbnail-container {
        height: 250px;
    }
}

.navigation.pagination {
    line-height: 1.2em;
    height: fit-content;
    margin-top: 0 !important;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    place-content: flex-end;
    border-top: 1px solid white;
}

.navigation.pagination span {
    color: #00b400 !important;
    border: 1px solid #00b400;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: "Open Sans", sans-serif;
}

.navigation.pagination a {
    text-align: right;
    color: white;
    background-color: var(--listing-background);
    border: 1px solid #00b400;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: "Open Sans", sans-serif;
}

a.spyder-cta, .spyder-cta, form input[type="submit"].spyder-cta {
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px !important;
    text-align: center;
    font-weight: 100;
    font-family: "Open Sans", sans-serif, serif;
    background-color: var(--listing-background) !important;
    opacity: var(--img-opacity);
    margin: 0 auto;
    width: auto;
    text-decoration: none;
}

form input[type="submit"].spyder-cta {
    padding: 0 20px !important;
}

form input.spyder-cta.contact-cta {
    width: 90%;
}

.calculator {
    padding-bottom: 20px;
}

.listing-contact {
    width: 80% !important;
    margin: 0 auto !important;
}

#agent_contact_form {
    text-align: center;
}

.spyder_mls_filter {
    max-width: 1300px;
    margin: 0 auto;
}

.spyder_filter_form {
    padding: 10px 10px 0 10px;
    text-align: right;
}

#mainContent .spyder_mls_filter div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
}

#mainContent .spyder_filter_form input {
    width: auto;
}

#mainContent .spyder_filter_form input, #mainContent .spyder_filter_form select {
    margin-bottom: 10px;
    width: auto;
}

#mainContent .spyder_filter_form input::placeholder {
    color: #000;
}

#mainContent .spyder_filter_form input[type="submit"] {
    max-width: 150px;
    border-radius: 5px;
    background-color: var(--listing-background) !important;
    color: #fff;
    border: 1px solid #ffffff;
}

#mainContent .spyder_listings .listings {
    margin: 0;
    padding: 0;
    overflow: inherit;
    background-color: white;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-around;
    gap: 10px;
}

.content #mainContent .spyder_listings .listings .listing {
    width: 100%;
}

#mainContent .listing .listing_image img {
    width: 100%;
    height: 100%;
}

#mainContent .spyder_listings .listings .listing h2 {
    margin-left: 0;
}

.content #mainContent ul li{
    line-height: 1;
}

.spyder_form_pagination {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.spyder_form_pagination button {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: var(--listing-background) !important;
    cursor: pointer;
    color: #ffffff;
}


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

    #mainContent .spyder_listings .listings {
        grid-template-columns: repeat(auto-fill, 49%);
    }
}

#mainContent .agents_container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 100%);
    padding: 5px;
    gap: 10px;
}

#mainContent .agents_container .agent_container {
    display: grid;
    grid-template-columns: 60% 38%;
    padding: 5px;
    border: 1px solid white;
    gap: 5px;
    justify-content: space-between;
}

#mainContent .agent_container .meta_container, #mainContent .agent_container .headshot_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mainContent .agent_container .agent_select {
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 5px;
    background-color: var(--listing-background);
    cursor: pointer;
    border: 1px solid white;
    max-width: 125px;
}

@media only screen and (min-width: 768px){
    #mainContent .agents_container {
        grid-template-columns: repeat(auto-fill, 32%);
    }
}