/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 1.1
Text Domain: glacialtheme
 */

.circle_white {
	width: 10px;
    height: 10px;
    margin-right: 10px;
}

.anchor-fix {
    padding-top: 30px;
    margin-top: -30px;
}

.contact-us-locations, .appointment-locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 1em;
}

.appointment-locations {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 2em;

}

.contact-location-item h3 {
    margin-bottom: 5px;
}

.contact-location-item p {
    margin-bottom: 10px;
}

.appointment-locations .contact-location-item {
    background: #f0f0f0;
    text-align: center;
    padding: 2em;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.doctor-featured-image {
    float: left;
    margin: 0 2em 2em 0;
}

.single_line_div.feature {
    flex:1;
}
.phone_btn_top {
    font-size: 1.2em;
}

.top_navbar_wrapper {
    flex: 1;
}

.patient_dropdown_link:hover {
    background-image: url(images/diamon-mep-blue.png);
    color: #009cde;
}

.doctor-specialties-locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
}

.section_label_wrapper {
    justify-content: flex-start;
}

.single-locations .cpt-location-info {
    font-size: 1.2em;
}

.blog-title-excerpt a {
    text-decoration: none;
}

.section_label_wrapper {
    width: auto;
}

.doctor-specialties-locations {
    margin-top: 3em;
}

.blog-title {
    margin-left: 0;
}

.has-sidebar {
    display: grid;
    grid-template-columns: 66% 33%;
    grid-gap: 20px;
    margin: auto;
}

.sidebar-grid {
    padding-left: 2em;
    margin-top: 4em;
}

.pillar-link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5em;
    grid-auto-rows: 1fr;
}

.pillar-link-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 2em;
}

.section_label_wrapper.inner {
    margin-bottom: 3em;
}

.wp-block-audio {
    margin-bottom: 2em;
}

a.doc_button {
    overflow: hidden;
    text-decoration: none;
    transition: 0.1s;
    line-height: 1.1;
}

.mix .specialty_label {
    color: #2e3a41;
}

.mix .doc_button {
    font-size: 1.1em;
}

.mix .doc_button:hover {
    background: #004890;
    color: #fff;
}

.mix .doc_button:hover .specialty_label {
    color: #fff;
}

.inner_content_wrapper, .page-max-width {
    max-width: 1300px;
    margin: auto;
}

.related-doctors .services_headline_wrapper {
    padding-left: 30px
}

.related-doctors .services_headline_wrapper {
    width: 100%;
}

.related-doctors .doble_line_wrapper {
    max-width: 50px;
}

.related-doctors .section_label_wrapper {
    width: 100%;
}

.related-doctors .doc_slide,
.mix.doc_slide {
    width: 24%;
}

.related-doctors doc_layer_over {
    padding: 34px 20px;
}

.single_line_div.pink {
    flex: 1;
    max-width: 554px
}

.section_label_wrapper.inner {
    width: auto;
}

.grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    align-items: start;
    list-style: none;
    padding-left: 0;
}

.patient_dropdown_list.w--open {
    width: 75vw;
}

.help_section .w-dropdown-list li {
    margin-bottom: 0;
}

.patient_dropdown_link {
    font-size: 1em;
    text-align: left;
    white-space: normal;
    line-height: 1.3;
    padding: 7px 10px 7px 15px;
}

.patient_dropdown_link:focus {
    color: #c97c80;
}

.help_headline {
    font-weight: 700;
}

.welcome_headline {
    color: #45555f;
}

.doc_read_more_div {
    transition: 0.1s;
}

.feature h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Stoinob, sans-serif;
    color: #004890;
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
}

.button {
    text-align: center;
    line-height: 1.4;
}

.contact_location_wrapper {
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -14% auto 102px;
    padding: 49px;
    -webkit-box-pack: justify;
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    background-color: #fff;
    box-shadow: 0 0 20px 6px rgb(0 0 0 / 6%);
}

.wrapper_div.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper_div.footer, .contact_location_wrapper, .wrapper_div.callout_btns {
    width: 70%;
    max-width: 1000px;
}

.blog-logo {
    max-width: 270px;
}

.show-mobile {
    display: none;
}

@media (max-width: 1250px) {
    .pillar-link-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {

    .doctor-featured-image {
        float: none;
        margin: 0 0 2em 0;
    }

    .circle_white {
        margin-right: 10px;
    }

    .single_line_div.feature {
        flex: 1
    }

    .top_appointment_btn {
        display: none;
    }

    .sidebar-grid {
        padding-left: 0;
        margin-top: 2em;
    }

    .has-sidebar {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .doc_description_text {
        font-size: 1em;
    }

    .related-doctors .doc_slide,
    .mix.doc_slide {
        width: 33%;
    }

    .wrapper_div.footer, .contact_location_wrapper, .wrapper_div.callout_btns {
        width: 85%;
    }

    .patient_dropdown_list.w--open {
        width: 93vw;
    }

}

@media (max-width: 767px) {

    p.has-medium-font-size {
        font-size: 16px;
    }

    .space-fix-mobile {
        height: 1em!important;
    }

    .specialties-wrapper {
        margin-top: 1em;
    }

    .wrapper_div {
        width: 90%;
    }

    .pillar-link-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em;
    }

    .doctor-specialties-locations {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pillar-link-grid a {
        padding: 1.5em;
    }

    .related-doctors .services_headline_wrapper {
        padding: 0 20px;
    }

    .related-doctors .services_headline_wrapper {
        width: 100%;
    }

    .contact_location_wrapper {
        padding: 49px 20px;
    }

    .feature h2 {
        font-size: 2.2em;
    }

    .doc_layer_over, .doc_read_more_div {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .w-slide .slide_tagline_wrapper {
        top: 58%;
    }

    .slide1 .slide_tagline_wrapper {
        top: 60%;
    }

}

@media (max-width: 479px) {

    .section_label {
        margin-right: 10px;
        margin-left: 0;
        padding-left: 0;
    }

    .home .single_line_div.pink {
        display: flex;
    }

    .single_line_div.pink {
        /*display: none;*/
    }

    .inner_page_name {
        /*flex: 1;*/
        margin-left: 2px;

    }

    .pillar-link-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1em;
    }

    .w-slide .slide_tagline_wrapper {
        top: auto;
        width: 90%;
        left: 0;
        bottom: 20px;
        margin: auto;
        position: absolute;
        right: 0;
    }

    .slide_tagline_small {
        font-size: 24px;
    }

    .bottom_nav_button {
        padding-left: 1em;
    }

    .related-doctors .doc_slide,
    .mix.doc_slide {
        width: 50%;
    }

    .contact_location_wrapper {
        width: 100%;
    }

    .grid-list {
        display: block;
        grid-template-rows: repeat(5, 1fr);
    }

    .feature h2 {
        font-size: 1.6em;
    }

    .button.slideshow {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .single_line_div {
        flex: 1;
    }

    .top_navbar_wrapper {
        width: 100%;
    }

}

/* END of blank theme style */


