/*
Theme Name: EyeCare Partners Child
Description: Child theme for Eye Care Partners
Author: Glacial Multimedia
Author URI: https://www.glacial.com
Template: eye-care-partners
Version: 1.0.0
*/


ul.yellow-square li, ul.yellow-check li, .entry ul.kt-svg-icon-list {
    line-height: 1.8;
    margin-bottom: 14px;
}

ul.related-accordion-ul li, .yellow-square.list-col-2 li {
    line-height: 1.5;
    margin-bottom: 12px;
}

ul.related-accordion-ul {
    column-count: 3;
    column-gap: 2rem;

}

ul.related-accordion-ul .has-children ul {
    margin-top: 8px;
}
ul.related-accordion-ul a {
    color: #222;
}
.search .vision-services-buttons, .error404 .vision-services-buttons{
    display:none;
}

/* Testimonial Page start */

.page-id-1380 .testimonial-section .testimonial-text, .page-id-1380 .testimonial-section .testimonial-name{
    color:#fff;
}
.page-id-1380 .testimonial-section .testimonial-name{
    margin-bottom:30px;
    font-weight:500;
}
.page-id-1380 .testimonial-card{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content:space-between;
    flex-direction:row;
    padding:20px;
    border:1px solid #fff;
    margin-bottom:30px;
    align-items:center;
    border-radius:20px;
}
.page-id-1380 .testimonial-text{
    width:85%;
}
/* Testimonial Page End */



.page-id-7 .doc-slider{
    display:none;
}
.no-margin{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}
:target { scroll-margin-top: 150px; }
@media (max-width: 768px) {
    ul.related-accordion-ul {
        column-count: 2 !important;
    }
    .page-id-1380 .testimonial-card{
        flex-wrap:wrap;
    }
    .page-id-1380 .testimonial-text{
        width:100%;
    }
}
@media (max-width: 480px) {
    ul.related-accordion-ul {
        column-count: 1 !important;
    }
}