/*---------------Pop up css------------*/ #css-only-modals { position:fixed; pointer-events:none; left:0; top:0; right:0; bottom:0; z-index:10000000; text-align:center; white-space:nowrap; height:100%; } #css-only-modals:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em; } .css-only-modal-check { pointer-events:auto; display:none; } .css-only-modal-check:checked ~ .css-only-modal { opacity:1; pointer-events:auto; } .css-only-modal { width: 700px; background:#fff; z-index:1; display:inline-block; position:relative; pointer-events:auto; padding:25px; text-align:right; border-radius:4px; white-space:normal; display:inline-block; vertical-align:middle; opacity:0; pointer-events:none; max-width: 90%; } .css-only-modal h2 { text-align:center; } .css-only-modal p { text-align:left; } .btn-primary:hover { color:#fff; background-color:#999; border-color:#999; } .btn-primary { color:#fff; background-color:#777; border-color:#777; border-radius: 4px; padding: 6px 12px; } .css-only-modal-check:checked ~ #screen-shade { opacity:.5; pointer-events:none; } #modal1 { display: none; } #screen-shade { opacity:0; background:#000; position:absolute; left:0; right:0; top:0; bottom:0; pointer-events:none; transition:opacity .8s; } .css-only-modal-content { max-height:80vh; overflow-y:auto; } /*------------End pop up css------*/

.fb-icon a:before {
    content: "\f09a";
    color: #ffffff;
    font-family: font-awesome;
    position: absolute;
    font-size: 23px;
}
p.location__fax a {
    color: white !important;
}
.wrap__phone--top {
    display: grid;
}
.testimonials__title {
    color: #FFFFFF !important;
}
.testimonials__content {
    color: #000000 !important;
}
.wrap__copyright ul li a {
    color: #2988ba;
}
.font_14 {
    font-size: 14px;
}
.wrap__slider .slider__title {
    text-shadow: 1px 1px #000000;
}
.wrap__slider .slider__caption {
    text-shadow: 1px 1px #000000;
}
.footer_grid {
    display: grid;
    grid-auto-flow: column;
}
.footer_grid1 {
    display: grid;
    grid-auto-flow: column;
    gap: 15px
}
.to_left {
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.to_right {
    display: flex;
    justify-content: right;
}
.custom_white {
    color: white !important;
}
footer {
    background-color: #324956;
    clear: both;
}
.homepage-appointment {
    background: #2988ba;
}
#mm-0 > div.home-layout > footer > div > div.wrap__copyright > div.footer_grid > div.to_left > div > div > div > div {
    position: relative;
    bottom: 16px;
}
#mm-0 > div.home-layout > footer > div > div.wrap__copyright > div.footer_grid > div.to_left > div > div > div > div p {
    font-size: 14px !important;
}
#mm-0 > div.home-layout > footer > div > div.wrap__copyright > div.footer_grid > div.to_left > div > div > div > div a {
    font-size: 14px !important;
}
#mm-0 > div.page-layout > footer > div > div.wrap__copyright > div.footer_grid > div.to_left > div > div > div > div {
    position: relative;
    bottom: 16px;
}
#mm-0 > div.page-layout > footer > div > div.wrap__copyright > div.footer_grid > div.to_left > div > div > div > div p {
    font-size: 14px !important;
}
#mm-0 > div.page-layout > footer > div > div.wrap__copyright > div.footer_grid > div.to_left > div > div > div > div a {
    font-size: 14px !important;
}
h1, h2, h3, h4 {
    color: #333333 !important;
}
h1.page__title {
    color: #2988ba !important;
}
.staff_grid {
    display: grid;
    grid-auto-flow: column;
    gap: 15px;
}
.steelblue {
    color: #2988ba !important;
}
.page-layout .logo__title {
    color: white;
}
.page-layout .logo__description {
    color: white;
}
.iframe_content {
    width: 400px;
    height: 300px;
    max-width: 100%;
}
.iframe_content1 {
    width: 600px;
    height: 300px;
    max-width: 100%;
}
table, td, tr, th {
    border: none !important;
}
table#officehours {
    width: 250px;
    table-layout: auto;
}
table#officehours caption {
    text-align: left;
    font-weight: bold;
}
table#officehours tr td {
    border: none;
    padding: 0px !important;
}
.pix_right {
    float: right;
    margin: 10px;
    clear: both;
}
.column_2 {
    columns: 2;
}
.pix_left {
    float: left;
    margin: 10px;
    clear: both;
}
.custom_ul {
    margin-left: 20px !important;
}
.custom_white {
    color: #FFFFFF !important;
}
.custom_black {
    color: #000000 !important;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
    .wrap__logoHeader .logo__title {
        font-size: 53px !important;
        margin: 0 0 10px;
    }
    .wrap__logoHeader .logo__description {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .copyright__list {
        text-align: center;
    }
    .wrap__socialmedia__header {
        float: left;
        width: auto;
    }
}

@media (max-width: 767px){
    .wrap__logoHeader .logo__title {
        font-size: 47px !important;
    }
    .wrap__phone--top .location__phone {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 425px) {
    .pix_right {
        float: none !important;
        display: block;
        margin: 30px auto 30px !important;
    }
    .pix_left {
        float: none !important;
        display: block;
        margin: 30px auto 30px !important;
    }
    .footer_grid {
        grid-auto-flow: row !important;
        justify-content: center !important;
    }
    .to_right, .to_left {
        display: flex;
        justify-content: center;
    }

    .staff_grid {
        grid-auto-flow: row;
    }
    .to_center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .wrap__phone--top .location__phone {
        margin: 0 0 0 30px;
    }
}









