
/* ######## HEADER ######## */
/* ######## HEADER ######## */

.bg-property {
    background-image: url(/wp-content/themes/omg-2020/images/homepage-header.jpeg);
    background-size: cover;
}

.bg-property h1 {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
}

@media (max-width: 600px) {
    .bg-property h1 {
        font-size: 1.8em;
    }
}

.col-fifth {
    flex: 0 0 19%;
}

@media (max-width: 1024px) {
    .col-fifth {
        flex: 0 0 18%;
    }
}

@media (max-width: 802px) {
    .col-fifth {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
}


.bg-property .banner-header {
    margin: 5% 0 2% 0;
}




.bg-property h2 {
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
}

@media (max-width: 600px) {
    .bg-property h2 {
        font-size: 1.1em;
    }
}

.bg-property h3 {
    font-size: 1.2em;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .bg-property h3 {
        font-size: 1em;
    }
}

.bg-property p {
    font-size: 0.9em;
    line-height: 1.3;
    margin-bottom: 0;
}



@media (max-width: 600px) {
    .bg-property p {
        font-size: 0.8em;
        line-height: 1.2;
    }
}

.property-service-col {
    padding:15px;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
}

.property-service-image {
    display:block; 
    height:50px; 
    margin-bottom:10px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 802px) {

    .property-service-image {
        float:left; 
        margin-right:15px;
    }

    .bg-property h3 {
        margin-bottom: 5px;
    }

    .property-service-content {
        padding-left: 64px;
    }


}



@media (max-width: 600px) {
    .property-service-column {
        padding-bottom: 0;
    }

    .bg-property {
        padding-bottom: 0;
    }
}


.property-col-pink-1 {
    background-color:#F86C70D1; 
}
.property-col-pink-2 {
    background-color:#F04E7ED1; 
}
.property-col-pink-3 {
    background-color:#E73887D1; 
}
.property-col-pink-4 {
    background-color:#E03B9ED1; 
}
.property-col-pink-5 {
    background-color:#D53EBAD1; 
}

.icon-new-build {
    background-image: url(/wp-content/themes/omg-2020/images/property-build-icon.png);
}

.icon-sale-leaseback {
    background-image: url(/wp-content/themes/omg-2020/images/property-leaseback-icon.png);
}

.icon-strategic {
    background-image: url(/wp-content/themes/omg-2020/images/property-partnership-icon.png);
}

.icon-advisory {
    background-image: url(/wp-content/themes/omg-2020/images/property-support-icon.png);
}

.icon-property-management {
    background-image: url(/wp-content/themes/omg-2020/images/property-manage-icon.png);
}


.no-leftright {
    width: 100%;
}








/* ####### SERVICES AND MAP ####### */
/* ####### SERVICES AND MAP ####### */

.row-property-services {
    margin-top: 4em;
}

.row-property-services h2 {
    font-size: 2em;
    color: #000;
    font-weight: 600;
    margin-bottom: 1em;
}

.content-property-service {
    width: 100%;
    margin-bottom: 1.6em;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-around;
    margin-bottom: 20px;
}

.content-property-service .service-image {
    width: 83px;  /* Or whatever */
    height: 83px; /* Or whatever */
    flex: none;
}

.content-property-service .service-text {
   
}

.content-property-service h3 {
    color: #E25581;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: 1em;
}


.content-property-service p {
    font-size: 1em;
}

@media (max-width: 600px) {

    .row-property-services {
        margin-top: 2em;
    }

    .row-property-services h2 {
        font-size: 1.4em;
        margin-bottom: 1em;
    }

    .content-property-service {
        width: 100%;
        margin-bottom: 1em;
    }
    
    .content-property-service .service-image {
        float: left;
        margin-right: 15px;
        width: 50px;
        margin-bottom: 15px;
    }
    
    .content-property-service h3 {
        color: #E25581;
        font-weight: 600;
        margin-bottom: 0.2em;
        font-size: 0.9em;
    }
    
    
    .content-property-service p {
        font-size: 0.8em;
        margin-bottom: 0;
    }
}



.col-property-map {
    position:relative;
    padding-bottom:0;
}

.content-property-map {
    bottom: 20%;
    right:0;
    position: absolute;
}

@media (max-width: 600px) {
    .content-property-map {
        bottom: 0;
        position: relative;
    }
}




/* ####### CASE STUDIES ####### */
/* ####### CASE STUDIES ####### */

.row-property-casestudies {
    margin-top: 4em;
}

.row-property-casestudies h2 {
    font-size: 2em;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.row-property-casestudies p {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 1em;
}

@media (max-width: 600px) {

    .row-property-casestudies {
        margin-top: 2em;
    }

    .row-property-casestudies h2 {
        font-size: 1.4em;
        margin-bottom: 1em;
    }

    .row-property-casestudies p {
        font-size: 1em;
    }

}

.content-case-study {
    padding: 10px;
    border:1px solid #E25581;
    border-radius: 8px;
}

.content-case-study .case-study-image {
    margin-bottom: 0.5em;
}

.content-case-study .case-study-image img {
    border-radius: 6px;
}

.content-case-study h3 {
    color: #E25581;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: 1em;
}

.content-case-study h3 a {
    color: #E25581;
}

.content-case-study p {
    font-size: 1em;
    margin-bottom: 0;
}




/* ####### TESTIMONIALS ####### */
/* ####### TESTIMONIALS ####### */

.col-third-testimonail {
    padding-bottom: 1%;
    margin-bottom: 1%;
}


.wrapper-property-testimonail {
    background-color:#E2558124;
    padding-bottom: 3em;
}

.row-property-testimonails {
    margin-top: 4em;
}

.row-property-testimonails h2 {
    margin-top: 2em;
    font-size: 2em;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.5em;
}

@media (max-width: 600px) {

    .row-property-testimonails {
        margin-top: 2em;
    }

    .row-property-testimonails h2 {
        font-size: 1.4em;
        margin-bottom: 1em;
    }
}

.content-testimonail {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

.content-testimonail blockquote {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.content-testimonail h3 {
    margin-bottom: 0.2em;
    font-weight: 600;
}

.content-testimonail p {
    font-size: 0.9em;
    margin-bottom: 0em;
}

.testimonial-image {
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    float: left;
}



.property-button {
    color: #fff;
    padding: 10px;
    background-color: #E25581;
    display: block;
    width: auto;
    border-radius: 8px;
    margin: 0 auto;
}

.property-button-contactus {
    padding: 6px 10px;
    margin-right: 10px;
}

.wrapper-property-partners {
    margin-bottom: 4em;
}

.row-property-partners {
    margin-top: 2em;
}

.row-property-partners h2 {
    margin-top: 2em;
    font-size: 2em;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.5em;
}

@media (max-width: 600px) {

    .wrapper-property-partners {
        margin-bottom: 2em;
    }

    .row-property-partners {
        margin-top: 2em;
    }

    .row-property-partners h2 {
        font-size: 1.4em;
        margin-bottom: 1em;
    }
}
