.content-row {
    background-color: #fff;
}

.content-box {
    background-color: #fff;
    /*padding: 30px;*/
    margin-bottom: 30px;
    color: #333;
}

/** CONTROLS  **/

/* Profile Box*/
.profile-box {
    width: 100% !important;
    padding: 0;
}

.profile-info {
    height: 188px;
}

.profile-box h2.profile-name {
    font-size: 20px;
    padding: 5px 15px;
}

.profile-position {
    font-size: 16px;
    padding: 10px 15px;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
}

.profile-box .profile-link {
    padding: 10px;
}

.profile-box a.more-details-btn {
    border: none;
}


    .profile-box a.more-details-btn:hover {
        text-decoration: none;
        border: none;
        color: #f00;
        background: none;
    }

.card.profile-card {
    width: 100%;
    margin: 0;
    margin-top: 15px;
}

@media screen and (max-width:1080px) {
    .card.profile-card {
        max-width: 400px;
    }
}

.card.profile-card .card-image {
    margin: 0;
    min-height: 100%;
}
    /* End Profile Box */
    /* OFFICE */
    .office-container {
        float: none;
        width: 100%;
    }

.office {
    background: none;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-left: 0;
    padding-right: 0;
}
/* END OFFICE */


.print-images {
    display: none;
}

/* HEADER */
.listing-header-left,
.listing-header-right {
    display: inline-block;
    vertical-align: top;
}

.listing-header-left {
    width: 100%;
    padding-right: 30px;
}

.listing-header-right {
    width: 40%;
    padding-left: 20px;
    display: none;
}

.listing-header-right {
    display: none;
}

h1 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

    h3.first {
        font-size: 22px;
        font-weight: bold;
    }

    h3.listing-method {
        margin-top: 0;
        border-bottom: 1px solid #f00;
        padding-bottom: 3px;
        font-weight: 600;
        color: #37424b;
    }

.share-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.property-address {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.listing-detail {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
}

.inspection-times {
    line-height: 1.5;
}

    .inspection-times h3.first {
        margin-bottom: 20px;
    }

/* Times */
.times-container {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.time-row {
    margin-bottom: 15px;
}

    .time-row:first-of-type {
        margin-top: 20px;
    }

.time-date {
    font-size: 18px;
    font-weight: 600;
}

.available-date {
    border-top: 2px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}

/* Auction */
.auction-details {
    border-top: 1px solid #efefef;
    margin-top: 20px;
}

.status {
    padding: 10px 30px;
    background-color: #000;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.map-address {
    color: #888;
}

.listing-icons .icons li {
    font-weight: 300;
}

.listing-main-image {
    width: 100%;
    padding-bottom: 49%;
    background-position: center center;
    background-size: cover;
}

/* Floorplans */
.listing-floorplan1,
.listing-floorplan2 {
    float: left;
    margin-top: 20px;
}

.listing-floorplan2 {
    margin-left: 10px;
}

    .listing-floorplan1 a,
    .listing-floorplan2 a {
        color: #fff;
        text-decoration: none;
    }

.left-column {
    width: 60%;
    float: left;
    padding-right: 30px;
    /*border-right: 1px solid #ccc;*/
}

.right-column {
    width: 40%;
    float: right;
    padding-left: 20px;
}

.info-box {
    padding: 20px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.address-fullwidth {
    color: #FFF;
    background-color: #19adef;
    padding: 25px 30px;
}

.listing-address {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}

/* Header */
.listing-header {
    color: #333;
    margin: 30px 0;
}

.meta {
    font-size: 18px;
}

.meta-name {
    line-height: 16px;
}

.listing-headertitle {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 22px;
    color: #f00;
    font-weight: 400;
}

.agent-controls {
    display: none;
    margin: 20px 0px;
}

    .agent-controls a {
        display: block;
        text-decoration: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0px;
        height: 50px;
        padding-top: 14px;
        font-size: 20px;
        margin-left: 0;
        color: #FFF;
    }

        .agent-controls a:last-child {
            margin-bottom: 0;
        }

        .agent-controls a:hover {
            color: #FFF;
            text-decoration: none;
        }

.agent-box {
    clear: both;
    padding: 10px 0;
    border-bottom: 1px solid #BBB;
}

.agent-contact-item {
    margin-bottom: 15px;
}

    .agent-contact-item:last-child {
        margin-bottom: 0;
    }

.agent-contact-info {
    font-size: 16px;
}

    .agent-contact-info a {
        text-decoration: none;
    }

        .agent-contact-info a:hover {
            text-decoration: underline;
        }

.agent-name {
    font-size: 22px;
}

.agent-contact-title {
    font-size: 18px;
    padding-bottom: 5px;
}

.listing-office {
    margin-bottom: 5px;
}

.listing-agent {
    padding: 10px 0;
}

    .listing-agent img {
        float: right;
        margin-left: 20px;
        width: 25%;
    }

.listing-agent-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.information-box {
    padding-top: 4px;
}

.description-box {
    padding-top: 20px;
}

.times-box {
    width: 100%;
    padding-top: 20px;
    border-top: solid 1px #BBB;
    margin-top: 20px;
}

.times-header {
    font-size: 18px;
    margin-bottom: 15px;
}

.address-row {
    font-size: 14px;
    line-height: 18px;
    margin-left: 2px;
    margin-right: 2px;
}

.time-row-time {
    float: left;
    margin-left: 10px;
}

.listing-type,
.listing-address {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.listing-type {
    margin-right: 20px;
}

/* Contact Form */
.contact-form {
    padding-top: 15px;
}

.contact-form-title {
    font-size: 22px;
}

/* Icons */
.listing-icons {
    display: inline-block;
    margin-right: 20px;
}

    .listing-icons .icons {
    }

        .listing-icons .icons li {
            font-size: 18px;
        }

        .listing-icons .icons img {
            height: 15px;
        }

.listing-title {
    word-wrap: break-word;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.listing-description {
    word-wrap: break-word;
    line-height: 22px;
    font-size: 16px;
    line-height: 24px;
}

/* Features */
li .fa-check {
    color: #f00;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 10%;
    margin-top: 3px;
}

.other-features .feature-name {
    line-height: 22px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.features-box {
    margin-top: 20px;
    width: 100%;
    clear: both;
    padding-top: 5px;
    padding-bottom: 20px;
}

.feature-value::before {
    content: ":";
    margin-right: 10px;
}

.listing-features {
}

    .listing-features ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 4px;
    }

    .listing-features li {
        padding-bottom: 10px;
    }

.features-section-title {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    margin: 15px 0;
}

.features-section {
    font-size: 16px;
    padding: 0;
    width: 33.3333%;
    float: left;
}

.general-features {
    width: 34%;
}

.other-features {
    width: 66%;
}

    .other-features li {
        width: 50%;
        display: inline-block;
    }

.share-box {
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: solid 1px #BBB;
}

.share-links {
    padding-bottom: 20px;
}

.content-title.share {
    margin-bottom: 10px;
}

.map-box {
    height: 400px;
    width: 100%;
}

.map-box-inner {
    padding: 1%;
    height: 98%;
    width: 98%;
}

/* SUBURB PROFILE */
.suburb-profile a {
    color: #888;
    text-decoration: none;
}

    .suburb-profile a:hover {
        text-decoration: underline;
    }

.suburb-profile-title {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.suburb-profile-image {
    float: left;
    margin-right: 15px;
}

    .suburb-profile-image img {
        max-width: 200px;
    }

.suburb-profile-info {
    font-size: 16px;
    line-height: 24px;
}

.suburb-profile-details {
    margin: 20px 0;
}

/* Meta */
.listing-meta {
    text-align: left;
    font-size: 16px;
    color: #f00;
    line-height: 2;
    padding-left: 2px;
    font-weight: 400;
}

    .listing-meta > div {
        float: left;
        margin-bottom: 10px;
    }

        .listing-meta > div:last-of-type {
            margin-right: 0;
        }

            .listing-meta > div:last-of-type:after {
                content: "";
            }

        .listing-meta > div:after {
            content: "|";
            padding-left: 5px;
            padding-right: 5px;
        }


.meta-title {
    display: none;
}

.meta-data {
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
}

.meta-name {
    display: inline-block;
}


@media only screen and (max-width: 1080px) {
    .left-column {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .right-column {
        width: 100%;
        float: none;
        padding-top: 10px;
        padding-left: 0;
    }

    .listing-header {
        margin-bottom: 15px;
    }

    .listing-headertitle {
        margin-bottom: 15px;
    }

    .listing-agent img {
        width: auto;
        max-width: 165px;
    }

    .features-section {
        float: none;
        width: 100%;
    }

    .map-box {
        height: 300px;
    }

    .share-box {
        padding-bottom: 8px;
    }

    .listing-header-left {
        width: 100%;
        display: block;
    }

    .listing-header-right {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 20px;
    }

        .listing-header-right .listing-meta {
            display: block;
        }

    .right-column .listing-meta {
        display: none;
    }

    .profile-box {
        width: 50% !important;
    }

    .profile-image-outer {
        width: 30%;
    }

    .profile-info {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .owl-dots {
        display: none !important;
    }

    .profile-box {
        width: 50% !important;
    }

    .profile-image-outer {
        width: 100%;
    }

    .profile-info {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .listing-agent img {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 510px) {
    .profile-box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .agent-controls {
        display: block;
    }

    .agent-box {
        padding-bottom: 0;
    }

    .contact-box {
        display: none;
    }

    .time-row {
        width: 100%;
    }

    .listing-address {
        font-size: 20px;
        line-height: 24px;
    }

    .information-box {
        padding-top: 10px;
    }

    .listing-type,
    .listing-icons,
    .listing-price {
        margin-bottom: 10px;
    }

    .description-box {
        padding-top: 10px;
    }

    .listing-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .listing-franchise {
        text-align: center;
    }

        .listing-franchise img {
            float: none;
        }

    .agent-contact-title {
        font-size: 18px;
    }

    .agent-contact-info {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .agent-name {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 350px) {
    .listing-agent img {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media print {
    .header-container,
    .carousel-container,
    .listing-contact,
    .share-links,
    .youtube-box {
        display: none;
    }

    .print-images {
        display: block;
        background-color: #fff;
    }

        .print-images img {
            width: 100%;
        }

    .main-image {
        display: inline-block;
        width: 66.5%;
    }

        .main-image img {
            width: 100%;
        }

    .images-right {
        display: inline-block;
        width: 33.5%;
    }

    .main-image,
    .second-image,
    .third-image {
        line-height: 0;
        border: 2px solid #fff;
    }

    .content-row {
        padding: 40px 0;
    }
}
