@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
    }
    .abtme-img {
    text-align: center;
    }    
}
span.clr_ylw {
    background-color: yellow;
}
span.clr_grn {
    background: #00ff00;
}
@font-face {
  font-family: 'AdobeGaramondBoldItalic';
  src: url(/storage/app/media/adobe-garamond-pro-bold-italic.ttf);
}
.text-center.AdobeGaramondBoldItalic {
    font-size: 22px;
    font-family: 'AdobeGaramondBoldItalic';
    line-height: 1.2;
}

/* Custom */
body {
    background: #929292;
}
.wrap_container {
    border-left: 7px solid #234863;
    border-right: 7px solid #234863;
}
.logo__title {
    color: rgb(38, 72, 98);
}
.logo__description {
    color: rgb(130, 128, 126);
}
.wrap__ctaHeader .cta__link--icon {
    color: rgb(107 142 150);
}
.wrap__slider:after, .wrap__image:after {
    background: #234863;
}
.sidebar-holder-top {
    background: rgb(132 106 82);
}
.navigation .mm-panels > .mm-panel .mm-listview > li > a:not(.mm-next):not(.mm-arrow) {
    background: #846a52;
}
.navigation .mm-panels > .mm-panel .mm-listview > li > a:hover {
    color: #dedede;
}
.navigation .mm-panels > .mm-panel .mm-listview > li.active > a:not(.mm-next):not(.mm-arrow) {
    background: #735a43;
}
.navigation .mm-panels > .mm-panel .mm-listview > li.mm-selected > a:not(.mm-next):not(.mm-arrow) {
    background: #6f553e;
}
.wrap__contacts {
    background: rgb(174 149 128);
}
.wrap__contacts a {
    color: #dedede;
}
.wrap__contacts a:hover {
    color: #6f553e;
}
.hours .component__title-caption-wrap .hours__title {
    font: 24px / 28px "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: underline;
}
.hours__list .day p {
    color: #ffffff;
}
.wrap__ctaBody .cta_block .cta__title {
    color: rgb(80, 71, 62);
}
.cta__button {
    background: #6b8e96;
}
input[type="submit"] {
    background: rgb(107 142 150);
}
.wrap__ctaBody .cta_block {
    border: 2px solid rgb(191 183 174);
}
.wrap__footer {
    background: #234863;
}

@media (max-width: 1024px) {
    .wrap__header--inner {
        padding: 39px 20px 39px;
    }
    .wrap__logoHeader .logo__title {
        font-size: 28px;
        line-height: 1.2;
    }
    .wrap__logoHeader .logo__description {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
.day {
    max-width: none;
}
.editable__container--inner.editable__container--inner h1 {
    display: none;
}
}

.wrap__ctaBody {
    justify-content: center;
}

.wrap__ctaBody .cta_block {
    width: 100%;
}