.agent__template-1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.agent__template-1 .agent-item {
    padding: 0 20px;
}

.managers-list header {
    margin-bottom: 0;
}

.managers-list .agent-property-tabs {
    margin-bottom: 24px;
}

.propertyMapContainer {
    width: 100%;
    height: 250px;
    position: relative;
    background-image: url(../images/gmap_blender_01.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
    cursor: pointer;
}

.propertyMap {
    width: 100%;
    height: 100%;
}

.zncr-videos-gavin {
    padding-top: 60px;
    padding-bottom: 60px;
}


/*************************************
#GENERAL START
**************************************/

.flex-center-justify {
    justify-content: center;
}

.grey-section {
    background-color: #ebebeb;
}

.page-element {
    padding: 50px 0;
}

header .primary-menu-opener .white {
    color: #000;
}

.page-template-template-contact .banner-wrapper .banner-bg-img {
    height: 250px;
    background: no-repeat center top;
    background-size: cover;
}


/*************************************
!GENERAL END
**************************************/


/*************************************
#TESTIMONIALS START
**************************************/

.page-element .zncr-testimonial {
    text-align: center;
}

.page-element .zncr-testimonial .author {
    margin-top: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.page-element .zncr-testimonial .description:before,
.page-element .zncr-testimonial .description:after {
    content: '';
    background-image: url(../images/quote-icon-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    margin-bottom: 16px
}

.page-element .zncr-testimonial .description:after {
    margin-left: auto;
    margin-right: 0;
    transform: rotate(180deg);
}

.page-element .hi-testimonial-slides .slick-dots li button:before {
    font-size: 10px;
}

.page-element .hi-testimonial-slides .slick-dots li {
    margin: 0;
}

.page-element .hi-testimonial-slides .slick-dots {
    bottom: -35px;
}

.page-element.testimonials .container {
    max-width: 950px;
}

@media(max-width: 640px) {
    .page-element .hi-testimonial-slides .slick-dots li {
        width: 16px;
    }
    .page-element .hi-testimonial-slides .slick-dots li button:before {
        font-size: 6px;
    }
}

@media(min-width: 1024px) {
    .page-template-template-contact .banner-wrapper .banner-bg-img {
        height: 600px;
    }
}

@media(min-width: 1024px) {
    .page-element .zncr-testimonial .description:before,
    .page-element .zncr-testimonial .description:after {
        height: 36px;
        width: 36px;
    }
}


/*************************************
!TESTIMONIALS END
**************************************/

@media(max-width: 1023px) {
    .agent-property-tabs {
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .agent-property-tabs li {
        display: inline-block;
    }
    .agent-property-tabs li a {
        font-size: 14px;
    }
    .managers-list {
        padding-bottom: 24px;
    }
    .managers-list header h4 {
        margin-bottom: 8px;
    }
}

.sold-date {
    text-align: right;
    font-size: 14px;
    margin-top: 2px;
}

.property-miniature {
    display: flex;
    height: 100%;
    margin-bottom: 0;
}

.property-miniature a {
    width: 100%;
}

.property-miniature-col {
    margin-bottom: 2rem;
}


/*Tabs*/

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel.is-active {
    display: block;
}

.agent-property-tabs {
    margin-bottom: 54px;
    text-align: center;
}

.agent-property-tabs li {
    text-transform: uppercase;
    float: none;
    display: inline-block;
    padding: 0 5px;
}

.agent-property-tabs .tabs-title>a {
    padding: 0;
    font-size: 14px;
    color: #000;
    background-color: transparent;
}

.agent-property-tabs li.is-active a {
    color: #05B4FF;
}

.managers-list header {
    text-align: center;
}


/*agent experience*/

.agent-experience h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.agent-awards h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
}

.agent-experience ul li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 27px;
}

.agent-experience ul li:before {
    content: '';
    background-image: url(../images/checked.png);
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-size: contain;
    top: 2.5px;
}

.agent-experience ul,
.agent-awards ul {
    margin-left: 0;
    padding-left: 0;
}

.agent-awards {
    margin-top: 30px;
}

.agent-awards ul li:before {
    content: '';
    background-image: url(../images/badge.png);
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    background-size: contain;
    top: 3px;
}

.agent-awards ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 46px;
}

.agent-awards h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
}

.agent-awards p {
    line-height: 1.3;
}

@media(max-width: 640px) {
    .agent-experience {
        margin-bottom: 34px;
    }
    .agent-awards ul li {
        text-align: left;
    }
    .agent-awards {
        margin-top: 38px;
    }
    .agent-awards h3 {
        margin-bottom: 20px;
    }
    .agent-awards ul li:before {
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
    }
    .agent-awards ul li {
        padding-left: 42px;
    }
    .member-contact {
        padding: 0;
    }
}

@media(min-width: 641px) and (max-width: 1023px) {
    .agent-awards ul li {
        font-size: 14px;
    }
    .agent-awards h4 {
        margin-bottom: 2px;
    }
    .member-contact {
        padding: 0;
    }
}

@media(min-width: 1024px) {
    .agent-awards h3 {
        margin-bottom: 24px;
    }
    .agent-awards {
        margin-top: 46px;
        padding: 0 3rem;
    }
    .agent-experience {
        margin-bottom: 34px;
    }
    .agent-experience ul li {
        width: 50%;
    }
    .agent-experience ul {
        display: flex;
        flex-flow: wrap;
    }
    .agent-awards ul li {
        padding-left: 52px;
    }
    .agent-experience ul li {
        font-size: 14px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .modal-clg {
        max-width: 900px;
    }
}