.content-row {
    background-color: #fff;
}

.content-box {
    background-color: #fff;
    /*padding: 30px;*/
    margin-bottom: 30px;
    color: #333;
}

.owl-stage {
    display: flex !important;
    align-items: center !important;
    background: #000 !important;
}


h2 {
    padding-top: 0;
}

/** CONTROLS  **/

/* Profile Box*/
.profile-box {
    width: 100% !important;
    padding: 0;
}

.profile-info {
    padding-left: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

.profile-box-inner {
    box-shadow: none;
    border-radius: 0;
}

.profile-box .profile-name {
    background: transparent;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none !important;
    display: block;
}

ul.profile-contact-methods {
    list-style: none;
}

li.contact-method {
    display: block;
    margin-bottom: 10px;
}

a.contact-method-link {
    display: block;
    color: #000;
    transition: all 0.15s;
}

a.contact-method-link > div {
    display: inline-block;
}

a.contact-method-link:hover {
    color: #dadada;
}

a.contact-method-link.label-only > div.contact-method-value {
    display: none;
}

a.contact-method-link.label-only > div.contact-method-initial {
    width: auto;
}

a.contact-method-link.standalone-link {
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    margin-top: 0;
}


/* 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: 20px;
    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 #005493;*/
    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;
}
h2.listing-suburb {
    height: 26px;
    font-size: 20px;
    margin-bottom: 5px;
}

.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 #222;
    padding-bottom: 20px;
}

.time-row:first-of-type {
    margin-top: 15px; 
}

.time-date {
    font-size: 16px;
}
.time-hours {
    font-size: 14px;
    font-weight: 200;
} 

.available-date {
    border-top: 2px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}

/*Auction 
.auction-details {
    border-top: 1px solid #efefef;
    margin-top: 20px;
}*/

.auction-time {
    font-size: 16px;
}

.auction-address {
    font-size: 14px;
    margin-top: 5px;
}

.auction-time {
    margin-top: 5px;
}

.status {
    padding: 10px 30px;
    background-color: #00395d;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    user-select: none;
}

.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;
}

span.web-description-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    user-select: none;
    pointer-events: none;
}

span.web-description-bullet:before {
    content: " ";
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.info-box {
    padding: 20px 0;
    border-bottom: 1px solid #222;
}

.info-box:first-child {
    border-top: none;
    padding-top: 0;
}

.info-box:last-child {
    border-bottom: none;
}

.address-fullwidth {
    color: #FFF;
    background-color: #19adef;
    padding: 25px 30px;
}


/* Header */
.listing-header {
    color: #333;
    /*margin: 30px 0;*/
    margin-top: 0;
}

.meta {
    font-size: 18px;
}

.meta-name {
    line-height: 16px;
}

.listing-headertitle {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

.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: #005493;
    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;
}

ul.property-info {
    list-style: none;
}

ul.property-info > li.property-info-item {
    display: flex;
    margin-bottom: 10px;
    max-width: 360px;
}

li.property-info-item > .property-info-key {
    text-align: left;
}

li.property-info-item > .property-info-value {
    text-align: right;
    font-weight: 200;
}

li.property-info-item > div {
    flex-grow: 1;
    flex-basis: 0;
}

.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 {
    margin-top: 0;
}

.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: 'AbadiMTStd-ExtraLight';
    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: #005493;
    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;
}

ul.listing-meta {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px;
    justify-content: flex-start;
}

ul.listing-meta > li {
    display: block;
    padding: 5px;
    width: 50px;
    text-align: center;
    color: #000;
}

span.listing-meta-icon {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

span.listing-meta-icon:before {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 100%;
}

li.listing-meta-parking > .listing-meta-icon {
    background-image: url(/assets/images/icons/car.svg);
}

li.listing-meta-baths > .listing-meta-icon {
    background-image: url(/assets/images/icons/bath.svg);
}

li.listing-meta-beds > .listing-meta-icon {
    background-image: url(/assets/images/icons/bed.svg);
}


.listing-header-container {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.listing-header-container > div {
    float: none;
}


.meta-title {
    display: none;
}

.meta-data {
    display: inline-block;
    line-height: 20px;
}

.meta-name {
    display: inline-block;
}


a.card.profile-office-card {
    width: calc(50% - 30px);
}


/* Documents */
ul.listing-files {
    list-style: none;
}

li.listing-file {
    display: flex;
    margin: 15px 0;
    padding: 5px 0;
}

.listing-file-icon {
    width: 50px;
    background-image: url(/assets/images/icons/document.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.listing-file-details {
    flex-grow: 1;
}

a.listing-file-name {
    color: #000;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
}

h5.listing-file-type {
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 200;
}

a.listing-file-view {
    background: #000;
}

.listing-file-button {
    position: relative;
}

a.listing-file-view {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 12px;
    height: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.15s;
}

a.listing-file-view:hover {
    color: #000;
    background: #d1d1d1;
    text-decoration: none;
}

li.listing-file.listing-file-external-link > .listing-file-icon {
    background-image: url(/assets/images/icons/link.svg);
}

/* Carousel */

#listing-image-carousel .owl-stage-outer,
#listing-image-carousel.owl-carousel .owl-item {
    height: auto !important;
    max-height: 800px;
}

div.header-padding  {
    height: 65px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: calc(50% + 37.5px);
}

#listing-image-carousel .carousel-overlay {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    div.header-padding {
        height: 0;
    }
    .left-column {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .right-column {
        width: 100%;
        float: none;
        padding-top: 10px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1080px) {
    

    .listing-header {
        margin-bottom: 0;
    }

    .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;
    }

    ul.listing-meta {
        justify-content: flex-start;
    }
    
    /*.profile-box {
        width: 50% !important;
    }*/

    /*.profile-image-outer {
        width: 30%;
    }

    .profile-info {
        width: 70%;
    }*/

    .profile-image-outer {
        width: 33.33333%;

    }

    .profile-info {
        width: 66.66666%;
        text-align: left;
    }

    .profile-name {
        text-align: left;
    }
}

@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;
    }

    .profile-box .profile-name {
        margin-bottom: 10px;

    }

    a.contact-method-link.standalone-link {
        margin-top: 10px;
    }

    li.contact-method:last-child {
        margin-bottom: 0;
    }

    .profile-box-inner {
        min-height: 160px;
    }
}

@media only screen and (max-width: 510px) {
    .profile-box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    a.card.profile-office-card {
        width: calc(100% - 30px);
    }

    .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;
    }
}


.cards.profile-cards > .card {
    width: calc(50% - 30px);
}


.cards.profile-cards {
    margin: 15px 0;
}

@media screen and (max-width:600px) {
    .cards.profile-cards > .card {
        width: 100%;
    }
}



