/*
Theme Name:   Northern Pharmacy Group
Template:     pharmacymentor
*/
.excerpt-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-wrapper.owl-carousel [class*="col-lg"], .cond-product-item-wrapper [class*="col-lg"] {
  max-width: 100% !important;
}
/*--------------------------------------------------------------
  Branches Page
--------------------------------------------------------------*/
.service-section h2,
.service-section h3,
.service-section h4,
.reviews h2,
.reviews h3,
.reviews h4 {
    font-size: 40px;
    font-weight: bold;
}
.branch-single-section h1,
.branch-single-section .content-block h2 {
    font-weight: bold;
}
.service-card {
    padding: 30px;
    border-radius: var(--card-radius);
}
.service-card h4 {
    font-size: 24px;
}
.branch-single-section ul, .branch-single-section li {
    list-style: none;
    padding: 0;
}
.image-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.branch-single-section .opening-times li {
    padding: 5px 10px;
}
.branch-single-section .opening-times li:nth-child(2n+1) {
    background: var(--section-background-1);
}
.branch-single-section .opening-times li span {
    float: right;
}
.grid .socials ul li i {
    color: var(--theme-primary-color);
}
@media only screen and (min-width: 768px) {
    .branch-content .opening-times li {
        display: table-row;
    }
}
@media only screen and (min-width: 768px) {
    .branch-content .opening-times li > * {
        display: table-cell;
        padding: 0.25rem 0.5rem 0.25rem 0;
    }
}
@media only screen and (min-width: 768px) {
    .branch-single .blog-content ul li i, .branch-content .socials ul i {
        margin-right: 10px;
    }
}
.branch-content .socials ul li {
    align-items: center;
}
.branch-content .tab-content ul li {
    padding: 5px 0;
    font-size: 15px;
}
.branch-content ul li {
    list-style: none;
}
.branch-content ul li a,.branch-content ul li a:hover, .branch-content ul li a:focus {
    color: var(--theme-primary-color);
}
.branch-content .tab-content ul{
    list-style: disc;
    margin-left: 20px;
    padding: 10px 0;
}
.branch-content .nav-tabs .nav-item.show .nav-link, .branch-content .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--theme-primary-color);
    border-color: transparent;
}
.branch-content .nav-tabs .nav-item .nav-link {
    border-radius: 0 !important;
}
@media only screen and (min-width: 768px) {
    .branch-single .blog-content ul li, .branch-content .socials ul li {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}
.branch-single .blog-content li, .branch-content .socials li, .branch-content .available-services li {
    border: none !important;
    font-size: 15px !important;
    display: block;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 0;
}
@media (max-width: 800px) {
    .prev.page-numbers, .next.page-numbers {
      font-size: 13px;
      padding: 0 !important;
    }
}

/*--------------------------------------------------------------
  Single Branch
--------------------------------------------------------------*/

.header {
    position: relative;
    overflow: hidden;
    max-height: 400px;
    min-height: 300px;
}
.header picture {
    width: 100%;
    height: auto;
    position: absolute;
}
section.header .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 400px;
    min-height: 300px;
}
section.header .banner-content h1 {
    font-weight: bold;
}
section.header .banner-content ul {
    display: flex;
    gap: 15px;
}
section.header .banner-content ul li {
    font-weight: bold;
    text-decoration: underline;
}
section.header .banner-content ul li:last-child {
    font-weight: normal;
    text-decoration: none;
}
section.header .banner-content ul li::after {
    content: '>';
    margin-left: 5px;
}
section.header .banner-content ul li:last-child::after {
    content: '';
}