/* Nav */
.section-overlap-container>div::before {
    background-color: #4d5d75;
    box-shadow: 0 4px 4px 4px rgba(17, 17, 17, .4);
}
/* Testimonials section */
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.75);
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0;
}
.wrap_testimonials_inner {
    margin: 0 atuo;
    padding: 15px 35px 35px;
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
    color: #444 !important;
}
.btn_cta a {
    background: #e7b451;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}

/* About Me */
@media only screen and (max-width: 768px) {
    img.ezimage {
        float: none !important;
    }
    .abtme-img {
    text-align: center;
    }    
}

@media only screen and (max-width: 768px) {
.header-g .row-1>div:first-child {
    max-width: 50%;
}
.header-f .column-1 {
    max-width: 50%;
}
a.cta__button.component__button--1.animated {
    width: 180px;
    margin-bottom: 10px;
}
.ple-column-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
}

/*  Map **/
.wrap__map {
    position: relative;
}