/* Tablet and mobile adjustments collected from all modules. */

/* Source: ux-blocks.css */
@media screen and (max-width: 849px) {

    .faq-accordion .accordion-title {
        min-height: 70px;

        padding: 18px 42px 18px 52px !important;

        font-size: 17px;
        line-height: 1.45;
    }

    .faq-accordion .accordion-title::before {
        left: 0;
        font-size: 16px;
    }

    .faq-accordion .accordion-title .toggle {
        right: 0 !important;
        width: 34px;
        height: 34px;
    }

    .faq-accordion .accordion-inner {
        padding: 0 42px 25px 52px !important;

        font-size: 15px;
        line-height: 1.75;
    }
}

@media screen and (max-width: 849px) {

    .faq-accordion2 .accordion-title {
        min-height: 74px;
        padding: 20px 44px 20px 48px !important;
        font-size: 17px;
    }

    .faq-accordion2 .accordion-title::before {
        width: 34px;
        font-size: 17px;
    }

    .faq-accordion2 .accordion-title .toggle {
        right: 0 !important;
        width: 24px;
        height: 24px;
    }

    .faq-accordion2 .accordion-inner {
        padding: 0 44px 24px 48px !important;
        font-size: 16px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 549px) {

    .faq-accordion2 .accordion-title {
        min-height: 68px;
        padding: 17px 34px 17px 40px !important;
        font-size: 15px;
        line-height: 1.45;
    }

    .faq-accordion2 .accordion-title::before {
        width: 30px;
        font-size: 15px;
    }

    .faq-accordion2 .accordion-title .toggle {
        width: 20px;
        height: 20px;
    }

    .faq-accordion2 .accordion-title .toggle i {
        font-size: 13px;
    }

    .faq-accordion2 .accordion-inner {
        padding: 0 34px 21px 40px !important;
        font-size: 15px;
    }
}

/* Source: product-single.css */
@media screen and (max-width: 849px) {

    .product-detail-tabs .nav-tabs,
    .product-detail-tabs > .nav,
    .product-detail-tabs .tabbed-content > .nav {
        justify-content: flex-start;

        width: 100%;
        margin-bottom: 28px !important;

        overflow-x: auto;
        overflow-y: hidden;

        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .product-detail-tabs .nav-tabs::-webkit-scrollbar,
    .product-detail-tabs > .nav::-webkit-scrollbar,
    .product-detail-tabs .tabbed-content > .nav::-webkit-scrollbar {
        display: none;
    }

    .product-detail-tabs .nav-tabs > li > a,
    .product-detail-tabs .nav > li > a {
        min-height: 39px;
        padding: 9px 16px !important;
        font-size: 13px;
    }
}

/* Source: header.css */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Source: product-archive.css */
@media screen and (max-width: 849px) {

    .product-category-hero {
        padding: 42px 20px 52px;
    }

    .product-category-hero__title {
        margin-bottom: 22px !important;
        font-size: 29px;
    }

    .product-category-hero__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-category-hero__image {
        height: 340px !important;
    }
}

@media screen and (max-width: 549px) {

    .product-category-hero {
        padding: 32px 15px 40px;
    }

    .product-category-hero__title {
        font-size: 25px;
        line-height: 1.3;
    }

    .product-category-hero__layout {
        gap: 22px;
    }

    .product-category-hero__image {
        height: 240px !important;
    }

    .product-category-hero__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .product-category-hero__button {
        width: 100%;
        min-height: 48px;
        margin-top: 20px;
    }
}

/* Source: product-archive.css */
@media screen and (max-width: 849px) {

    body:is(.woocommerce-shop, .tax-product_cat) #shop-sidebar {
        padding-right: 0;
    }

    body:is(.woocommerce-shop, .tax-product_cat)
    #shop-sidebar .shop-help-card {
        margin-top: 28px;
    }
}

@media screen and (max-width: 549px) {
    body.woocommerce-shop .category-page-row,
    body.post-type-archive-product .category-page-row,
    body.tax-product_cat .category-page-row {
        margin-bottom: 60px !important;
    }
}

/* Source: blog-archive.css */
@media screen and (max-width: 849px) {

    .custom-blog-container {
        width: calc(100% - 32px);
    }

    .custom-blog-hero {
        min-height: 360px;
        padding: 125px 0 60px;
    }

    .custom-blog-hero__title {
        font-size: 45px;
    }

    .custom-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-blog-posts {
        padding-top: 42px;
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 549px) {

    .custom-blog-container {
        width: calc(100% - 30px);
    }

    .custom-blog-hero {
        min-height: 290px;
        padding: 110px 0 45px;
    }

    .custom-blog-hero__title {
        font-size: 36px;
    }

    .custom-blog-filter {
        padding: 14px 0;
    }

    .custom-blog-filter__inner {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;

        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .custom-blog-filter__inner::-webkit-scrollbar {
        display: none;
    }

    .custom-blog-filter__link {
        flex: 0 0 auto;
        min-height: 35px;
        padding: 7px 15px;
        font-size: 13px;
    }

    .custom-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .custom-blog-posts {
        padding-top: 32px;
        padding-bottom: 60px;
    }

    .custom-blog-card__title {
        font-size: 17px;
    }
}

/* Source: blog-single.css */
@media screen and (max-width: 849px) {

    .custom-single-container {
        width: calc(100% - 32px);
    }

    .custom-single-hero {
        min-height: 430px;
        padding: 145px 0 65px;
    }

    .custom-single-hero__title {
        max-width: 650px;
        font-size: 40px;
    }

    .custom-single-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 35px;
    }

    .custom-single-content {
        padding-top: 45px;
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 699px) {

    .custom-single-container {
        width: calc(100% - 30px);
    }

    .custom-single-hero {
        min-height: 370px;
        padding: 130px 0 50px;
    }

    .custom-single-hero__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .custom-single-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .custom-single-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .custom-single-date {
        flex-direction: row;
        gap: 14px;

        padding-top: 15px;
        padding-left: 0;

        border-top: 1px solid #e4e9ec;
        border-left: 0;
    }

    .custom-single-entry {
        font-size: 15px;
        line-height: 1.72;
    }

    .custom-single-entry h2 {
        font-size: 23px;
    }

    .custom-single-entry h3 {
        font-size: 19px;
    }

    .custom-single-sidebar {
        position: static;
        top: auto;
    }

    .custom-single-content {
        padding-top: 35px;
        padding-bottom: 60px;
    }
}

/* Source: ux-blocks.css */
@media screen and (max-width: 549px) {

    .company-stat-box {
        min-height: 92px;
        padding: 20px !important;
    }

    .company-stat-box .icon-box-img {
        margin-right: 18px !important;
    }

    .company-stat-box .icon-box-text h3,
    .company-stat-box .icon-box-text h4,
    .company-stat-box .icon-box-text p {
        font-size: 18px;
    }

    .company-specialty-item {
        margin-bottom: 16px !important;
    }

    .company-specialty-item .icon-box-img {
        margin-right: 14px !important;
    }

    .company-specialty-item .icon-box-text h3,
    .company-specialty-item .icon-box-text h4,
    .company-specialty-item .icon-box-text p {
        font-size: 15px;
    }
}

@media screen and (max-width: 549px) {

    .article-sidebar-cta-card > .col > .col-inner {
        padding: 24px 22px 25px !important;
        border-radius: 18px;
    }

    .article-sidebar-cta-title h3 {
        font-size: 19px;
    }

    .article-sidebar-cta-desc p {
        font-size: 15px;
        line-height: 1.6;
    }

    .article-sidebar-cta-button.button,
    .article-sidebar-cta-button .button {
        min-height: 48px;
        padding: 11px 21px !important;
        font-size: 15px;
    }
}
