.page-template-landing-page #content {
    top: 15px !important;
}
.btn-col .btn {
    width: 100%;
    padding: 10px 0 !important;
    margin-top: 0 !important;
}
.btn-col:nth-child(2) .btn {
    background: #A0D1EC !important;
    color: #08202A !important;
}
.btn-col:nth-child(3) .btn {
    background: #0F2E3A !important;
}
.btn-col:nth-child(4) .btn {
    background: #DFC142 !important;
}
.btn-col:nth-child(5) .btn {
    background: #711426 !important;
}
.btn-col:nth-child(6) .btn {
    background: #53748A !important;
}
.btn-col:nth-child(7) .btn {
    background: #ff8c4e !important;
}

.media-gallery-item {
    background: #A0D1EC;
    text-align: center;
}

.media-gallery-item a:hover {
    text-decoration: none !important;
}

.media-gallery h3 {
    font-size: 22px;
    color: #fff;
    margin: 15px 0;
}

.media-gallery p {
    color: #fff;
    padding: 0 15px;
}

.media-gallery span {
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 12px;
}

.directory-img-wrap {
    padding: 25px 15px 0 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    overflow-wrap: break-word;
}

.directory-caption h2 {
    font-size: 28px;
    color: #9C2136;
    margin-bottom: 5px;
    /*word-break: break-word;*/
    /*word-spacing: 500px;*/
}
.directory-caption h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #838383;
    margin-bottom: 0;
    margin-top: -7px;
}

.directory-caption p {
    margin: 0;
}

.directory-img-wrap img {
    max-width: 100px;
    border-radius: 10px;
    margin: 0 auto !important;
    display: block;
    margin-bottom: 0px !important;
}

.directory-img-wrap hr {
    width: 75px;
    border-width: 2px !important;
    border-color: #64AAC4 !important;
}

.directory-caption span, .directory-phone {
    font-family: Gilroy-Medium, sans-serif;
    color: #707070 !important;
}

.directory-caption span {
    font-size: 12px;
}
.directory-phone {
    font-size: 18px;
}

.mejs-controls button {
    padding: 0 !important;
    margin-top: 10px !important;
}

/* MOBILE ONLY */
@media (max-width: 767px) {
    .cbw-content-heading {
        padding: 0 15px;
    }
}
