/*
 Theme Name:   GeneratePress Child 3.0
 Theme URI:    https://generatepress.com
 Description:  Theme After Topics Implementation
 Author:       Juan Saavedra
 Author URI:   https://www.linkedin.com/in/juansebastiansaavedra/
 Template:     generatepress
 Version:      1.0.0
*/

@import 'css/style_new.css';
@import 'css/problems_style.css';
@import 'css/archive-problems_style.css';
@import 'css/homepage.css';
@import 'css/topic-parent.css';
@import 'css/topic-leaf.css';
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


/*Header*/
header.header {
    font-family: 'Gibson-regular','Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color: #f0f0f0;
    width: 100%;
    display: block !important;
    opacity: 1;
    /* Fixed header */
    position: fixed;
    top: 0;
    z-index: 89999;
}

header.site-header {
    display: none;
}

body.login.js.login-action-login .header {
    display: none !important;
}

.header .top-header {
    padding: 6px 20px 6px !important;
    height: auto;
    max-width: 1440px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header .top-header .left-header {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    margin-right: 1.5rem;
}

.header .top-header .left-header .header-logo{
    max-width: 170px;
}

.header .search-input-form {
    width: 41%;
    display: inline-block;
    vertical-align: middle;
}

.header .search-input-form .form{
    margin: 0;
    margin-left: 50px;
}

.header .search-input-form .form #icon-bs-search {
    position: absolute;
    height: 2.8125rem;
    width: 2.8125rem;
    padding: .75rem;
    fill: #6d6e71!important;
    opacity: .7;
    transition: all .15s ease;
    left: 0;
    top: 0;
}

.header .search-input-form .form .form-prefixPostfix {
    position: relative;
    max-width: 85%;
}

.header .search-input-form .form .form-prefixPostfix .button._close {
    position: absolute;
    right: 0;
    height: 45px;
    background: transparent;
    padding: 10px 15px;
    display: none;
    top: 0;
}

.header .search-input-form .form .form-prefixPostfix .button._close.show {
    display: block;
}

.header .search-input-form .form .form-prefixPostfix .button._close:hover {
    background-color: #0d5d93;
}

.header .search-input-form .form .form-prefixPostfix .button._close .fa{
    color: #6d6e71!important;
    opacity: .7;
}

.header .search-input-form .form .form-input:focus-visible {
    outline: none;
}

.header .search-input-form .form .form-prefixPostfix .button._close:hover .fa{
    color: #fff !important;
    opacity: 1;
}

.header .search-input-form .form .form-input {
    border-color: #eaeaea;
    border: 1px solid #d0cccc;
    margin: 0;
    padding: 20px;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem !important;
    height: 2.8125rem;
    padding-right: 20px;
    border-radius: 2px;
    transition: all .2s linear;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Gibson-regular','Helvetica Neue',Helvetica,Arial,sans-serif
}

.header .top-header .right-header {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.header .top-header .right-header .navUser-item .navUser-action .pro-icon {
    display: inline;
    width: 28px;
    min-width: 20px;
    margin-right: 0;
}

.header .top-header .right-header .navUser-section {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
    padding-top: 10px;
}

.header .top-header .right-header .navUser-section .wrapper-phone .phone-number {
    font-size: 28px;
    line-height: 1;
    color: #414042;
    white-space: nowrap;
    text-decoration: none;
}

.header .top-header .right-header .navUser-section .wrapper-phone .links-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .top-header .right-header .navUser-section .wrapper-phone .links-wrapper > a{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #0d5d93;
    text-decoration: none;
}

.header .top-header .right-header .navUser-section .wrapper-phone{
    margin-right: 25px;
}

.header .top-header .right-header .navUser-item .navUser-action {
    padding: 0;
    margin: 0 .75rem;
    display: inline-block;
    font-size: 14px;
}

.header .top-header .right-header .navUser-item:last-child .navUser-action {
    margin-right: 0;
}

.header .top-header .right-header .navUser-section .wrapper-phone .phone-number:hover{
    color: #111
}

.header .bottom-header .menu-navigation .navPages {
    padding: 0;
    background-color: #0d5d93;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 38px;
}

.header .bottom-header .menu-navigation .navPages .navPages-list {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1400px;
    position: relative;
    list-style: none;
}

.header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item {
    display: inline-block;
}

.header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item .navPages-action {
    font-size: 15px;
    font-weight: 600;
    padding: 0 5px;
    white-space: nowrap;
    margin-right: 20px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-decoration: none;
}

.header .bottom-header .menu-navigation .navPage-subMenu {
    display: none;
}

.header .bottom-header .menu-navigation .navPages-action-toggle{
    display: none;
}

.header .bottom-header .menu-navigation .navPages .navPages-item:hover >.navPages-action.has-subMenu {
    position: relative;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu {
    position: absolute;
    left: 0;
    padding-top: 0;
    z-index: 1;
    border-top: 5px solid #ff6c0e;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu-list {
    padding: 1rem 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    max-width: 100%!important;
    margin-right: 0!important;
    height: 620px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    list-style: none;
    width: auto;
}

.header .bottom-header .menu-navigation .navPages .navPages-item:hover .navPage-subMenu {
    display: block;
    width: 98%;
    position: absolute;
    left: 0;
    padding-top: 0;
    z-index: 1;
    border-top: 5px solid #ff6c0e;
    outline: 0;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-subMenu-item {
    padding: 0 1.5rem;
    width: 20%;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-subMenu-action {
    font-size: .875rem;
    text-decoration: none !important;
    display: block;
    padding: .5rem 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff6c0e;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-childList {
    list-style: none;
    margin: 0 0 .75rem;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-childList .navPage-childList-item {
    position: relative;
}

.header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-childList .navPage-childList-item .navPage-childList-action{
    font-size: 14px;
    text-decoration: none !important;
    display: block;
    color: #111;
    padding: .375rem 1rem;
}

#secondary-navigation {
    display: none;
}

#primary-menu {
    padding: 0;
    background-color: #0d5d93;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 38px;
}

#primary-menu .menu {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1400px;
    position: relative;
    list-style: none;
}

#primary-menu .menu > li {
    display: inline-block;
}

#primary-menu .menu > li > a {
    font-size: 15px;
    font-weight: 600;
    padding: 0 5px;
    white-space: nowrap;
    margin-right: 20px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-decoration: none;
}

#primary-menu .menu > li > a .dropdown-menu-toggle {
    padding: 0;
    padding-left: 3px;
    height: auto;
}

#primary-menu .menu > li > a .dropdown-menu-toggle .gp-icon svg {
    width: 10px;
    height: 15px;
    top: 3px;
}

#primary-menu .menu > li:hover > .sub-menu {
    display: flex;
}

#primary-menu .menu > li > a + .sub-menu {
    width: 98%;
    position: absolute;
    left: 0px;
    padding-top: 0px;
    z-index: 1;
    border-top: 5px solid rgb(255, 108, 14);
    outline: 0px;
    max-width: 100%!important;
    margin-right: 0!important;
    height: 620px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 1rem 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    list-style: none;
}

#primary-menu .menu > li > a + .sub-menu {
    display: none;
}

#primary-menu .menu > li > a + .sub-menu > li {
    padding: 0 1.5rem;
}

#primary-menu .menu > li > a + .sub-menu > li > a {
    padding: 0 1.5rem;
    padding: .5rem 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff6c0e;
    font-size: .875rem;
    display: block;
}

#primary-menu .menu a {
    text-decoration: none !important;
}

#primary-menu .menu > li > a + .sub-menu > li > a + .sub-menu {
    list-style: none;
    margin: 0 0 .75rem;
}

#primary-menu .menu > li > a + .sub-menu > li > a + .sub-menu > li {
    position: relative;
}

#primary-menu .menu > li > a + .sub-menu > li > a + .sub-menu > li > a {
    padding: .375rem 1rem;
    font-size: 14px;
    text-decoration: none !important;
    display: block;
    color: #6D6E71;
}

.menu-item-has-children ul .dropdown-menu-toggle {
    height: auto;
    display: none;
}

/*blog pillar page*/
#page .site-main .inside-article .blog-listing-image img {
    width: 100%;
    height: 100%;
    display: block;
}

#page .site-main .inside-article .blog-listing-image {
    margin-bottom: 0px;
}
#page .site-main .wp-block-columns {
    background: #E5E5E5;
    margin-bottom: 0px;
}

#page .site-main .inside-article .blog-post-container {
    margin: 34px auto 56px;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}

#page .blog-post-container .blog-post-sidebar {
    max-width: 415px;
}

#page .blog-post-container .blog-post-sidebar-container {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
}

#page .blog-post-container .wp-block-group__inner-container {
    padding: 0;
}

#page .blog-post-container .blog-post-sidebar-container h2{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #414042;
    margin: 0;
    margin-bottom: 38px;
}

#page .blog-post-container .blog-post-sidebar-container h2 span {
    display: none;
}

#page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: 60px;
    display: block;
    background: #152236;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

#page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li span {
    display: none;
    position: absolute;
    top: 2px;
    right: 21px;
    width: 23px;
    height: 18px;
}

#page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li.active span, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:focus span, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:hover span {
    display: block;
}

#page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li.active, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:focus, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:hover { 
    background: #1698D8;
}

#page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li a{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 18px 50px 19px 20px;
    text-decoration: none;
    display: block;
    width: 100%;
}

#page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list ul {
    margin: 0px;
}

#page .blog-post-container .blog-post-list .post-list-items {
    margin-top: 40px;
    padding-bottom: 15px;
}

#page .blog-post-container .blog-post-list .post-list-items:last-child {
    padding-bottom: 0;
}

#page .blog-post-container .blog-post-list .post-list-items h2{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #414042;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

#page .blog-post-container .blog-post-list .post-list-items h2::before {
    content: "";
    width: 50px;
    height: 4px;
    background: #F36E21;
    display: block;
    position: absolute;
    top: -15px;
}

#page .blog-post-container .blog-post-list .post-list-items p{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #414042;
    margin: 0;
    margin-bottom: 22px;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI{
    margin: 0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li {
    width: calc(50% - 12.5px);
    margin-right: 12.5px;
    margin-left: 12.5px;
    margin-bottom: 25px;
    padding: 40px 40px 46px;
    background-color: #fff;
    border-radius: 5px;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li:nth-child(odd) {
    margin-left: 0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li:nth-child(even) {
    margin-right: 0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li img {
    display: block;
    width: 100%;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li .wp-block-latest-posts__featured-image {
    margin: 0;
    margin-bottom: 16px;
    height: 213px;
    display: flex;
    align-items: center;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #414042;
    margin: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > a:hover {
    text-decoration: underline;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > time {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #414042;
    margin: 0;
    margin-bottom: 10px;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > .wp-block-latest-posts__post-excerpt {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #414042;
    margin: 0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:nth-child(even) {
    margin-right: 12.5px;
    margin-left:0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:nth-child(odd) {
    margin-left: 12.5px;
    margin-right:0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child {
    display: block;
    width: 100%;
    margin-right:0;
    margin-left:0;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child .wp-block-latest-posts__featured-image {
    height: auto;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child .wp-block-latest-posts__featured-image img {
    max-width: 100% !important;
    max-height: 100% !important;
}

#page .site-main {
    margin: 0;
}

#page .inside-article,#page .site-main .wp-block-group__inner-container {
    padding: 0;
}
/*blog pillar page*/

.header.sticky-header-loaded:not(._shadow) {
    position: absolute;
}

.header.sticky-header-loaded {
    position: fixed;
    z-index: 50;
    transition: top .5s ease-out;
}

.header.sticky-header-loaded._shadow {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI {
    margin-left: -12.5px !important;
    margin-right: -12.5px !important;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li {
    width: calc(50% - 25px) !important;
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post {
    width: 100% !important;
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
    margin-bottom: 25px !important;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post .wp-block-latest-posts__featured-image {
    width: 50% !important;
    float: left !important;
    height: auto !important;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post .wp-block-latest-posts__featured-image img{
    max-width: 100% !important;
    max-height: 100% !important;
}

#page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post a, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post time, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post > .wp-block-latest-posts__post-excerpt {
    width: 50% !important;
    float: left !important;
    padding-left: 20px !important;
}

@media only screen and (max-width: 1180px) {
    .header .bottom-header .menu-navigation .navPages {
        padding-left: 20px;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item .navPages-action {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1080px) {
    .header .bottom-header .menu-navigation .navPages {
        padding-left: 20px;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item .navPages-action {
        margin-right: 0;
    }

    #primary-menu {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .header .bottom-header .mobile-menu-toggle {
        display: none;
    }

    #primary-menu .menu > li > a + .sub-menu > li {
        width: 20%;
    }

    #navPages-337 li.navPage-subMenu-item, #navPages-243 li.navPage-subMenu-item, #navPages-209 li.navPage-subMenu-item{
        width: 16.66667% !important;
        padding: 0 10px;
    }
    
    #primary-menu .menu > li > a[href="https://www.qrfs.com/fire-sprinklers/"] + .sub-menu > li,#primary-menu .menu > li > a[href="https://www.qrfs.com/pipe/"] + .sub-menu > li,
    #primary-menu .menu > li > a[href="https://www.qrfs.com/valves-1/"] + .sub-menu > li { 
        width: 16.66667% !important;
        padding: 0 10px;
    }
    
    #primary-menu .menu > li > a[href="https://www.qrfs.com/pipe/"] + .sub-menu {
        height: 370px !important;
    }
    
    #primary-menu .menu > li > a[href="https://www.qrfs.com/valves-1/"] + .sub-menu {
        height: 310px !important;
    }
    
    #menu .top-menu-section, #menu .wrapper-phone {
        display: none;
    }

    .header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-childList .navPage-childList-item .navPage-childList-action {
        color: #6D6E71;
    }

    
}

@media only screen and (max-width: 1023px) {
    .header .bottom-header .mobileMenu-toggle {
        margin-right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        color: #111;
        display: inline-block;
        vertical-align: middle;
    }

    .header .search-input-form {
        width: calc(100% - 46px);
        display: inline-block;
        vertical-align: middle;
    }

    .header .search-input-form .form .form-prefixPostfix {
        width: 100%;
        max-width: 100%;
    }

    .header .search-input-form .form .form-prefixPostfix .button._close {
        height: 41px;
    }

    .header .search-input-form .form {
        margin-left: 0 !important;
    }

    .header .top-header .middle-header {
        display: none;
    }

    .header .top-header .right-header {
        width: 95px;
    }

    .header .bottom-header .mobileMenu-toggle span{
        display: none;
    }

    .header .bottom-header .mobileMenu-toggle .mobileMenu-toggleIcon {
        width: 28px;
        height: 20px;
        display: block;
        position: relative;
        margin-right: .75rem;
    }

    .header .bottom-header .mobileMenu-toggle .mobileMenu-toggleIcon ._icon{
        display: block;
    }

    .header .search-input-form .form .form-input {
        height: 2.5rem;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon ._icon, .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after, .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::before {
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
        width: 100%;
        background-color: #111;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon ._icon {
        top: 9px;
        transition: background-color 10ms ease-in .1s;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::before {
        top: -8px;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after {
        bottom: -8px;
    }

    .header .bottom-header .mobile-menu-toggle{
        background-color: #fff;
        margin: 0;
        padding: 4px .75rem;
    }

    .header .top-header {
        padding: 16px 20px 0!important;
        width: 100%;
    }

    header.header {
        position: fixed;
    }

    .header .top-header .left-header{
        margin-bottom: .75rem
    }

    .header .top-header .left-header .header-logo {
        max-width: 120px;
        width: 100%;
    }

    .header .bottom-header {
        margin: 0 20px 0 !important;
        padding-bottom: 5px;
        background-color: #f0f0f0;
    }

    .header .top-header .right-header .navUser-section {
        padding-top: 0px;
    }

    .header .top-header .right-header .navUser-section .wrapper-phone {
        display: none;
    }

    .header .bottom-header .menu-navigation {
        display: block;
        background-color: #fff;
        width: 320px;
        height: 100%;
        max-width: calc(100% - 50px);
        position: fixed;
        top: 0;
        left: -320px !important;
        overflow: hidden;
        z-index: 90000 !important;
        transition: left .2s linear;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list {
        margin: 0;
        padding: 0;
        background-color: #fff;
        width: 100%;
        padding-right: 0;
        display: unset;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-item {
        position: relative;
        color: #1a1a1a;
        display: block !important;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item .navPages-action {
        color: #000 !important;
        position: relative;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item  .navPages-action-toggle {
        font-size: 14px;
        text-decoration: none;
        text-transform: lowercase;
        color: rgba(17,17,17,.5);
        z-index: 1;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item + .navPages-item {
        border-top: 1px solid #ddd;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item:first-child {
        display: none !important;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item:nth-child(2) {
        border: 0;
    }

    .header .bottom-header .menu-navigation .navPages-action-toggle {
        display: block !important;
    }

    .header .bottom-header .menu-navigation .navPages-action-toggle ._less{
        display: none;
    }

    .header .bottom-header .menu-navigation .navPages-action-toggle .icon{
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: relative;
        top: 5px;
        fill: rgba(17,17,17,.5);
    }

    .header .bottom-header .menu-navigation .navPages {
        background-color: transparent;
        padding-right: 24px;
        padding-left: 24px;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item .navPages-action .fa.fa-angle-down {
        display: none;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-item .navPage-subMenu .navPage-subMenu-list {
        margin: 0 0 1rem 1.5rem;
        height: auto !important;
        display: block;
        box-shadow: none;
        width: 100%;
        padding: 0;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
        position: relative;
    }

    .header .bottom-header .menu-navigation .navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
        color: inherit;
        position: relative;
        margin-right: 60px;
        padding: .75rem 0;
        font-weight: normal;
        text-transform: none;
    }

    header .bottom-header .menu-navigation .navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
        margin: .375rem 0 0 1.5rem;
    }

    header .bottom-header .menu-navigation .navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
        position: relative;
    }

    header .bottom-header .menu-navigation .navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
        padding: .375rem 0;
        color: #111;
        background-color: transparent;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-item:hover .navPage-subMenu {
        position: unset !important;
        border: 0 !important;
        width: 100%;
        display: none;
    }

    .header .bottom-header .menu-navigation .navPages .navPage-subMenu .navPage-subMenu-item {
        width: calc(100% - 24px);
        padding: 0;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item.is-open .navPage-subMenu, .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item.is-open .navPages-action-toggle.is-open ._less{
        display: block;
    }

    .header .bottom-header .menu-navigation .navPages .navPages-list .navPages-item.is-open .navPages-action-toggle.is-open ._more{
        display: none;
    }

    .header .bottom-header .menu-navigation .navPages .navPage-subMenu {
        position: unset;
        border: 0;
    }

    .header .bottom-header .menu-navigation.is-open {
        visibility: visible;
        display: block !important;
        box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
        left: 0 !important;
        overflow-y: auto;
    }

    .header .bottom-header #menu .top-menu-section .navPages-container-header {
        height: 80px;
        padding: 12px 24px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .bottom-header #menu .top-menu-section .navPages-container-header ._heading{
        color: #1a1a1a;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
    }

    .header .bottom-header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon{
        background-color: transparent;
        transition-delay: .1s;
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::before {
        background-color: #1a1a1a;
        top: 0;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
        bottom: auto;
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::after{
        background-color: #1a1a1a;
        bottom: 0;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: auto;
        transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
    }

    #menu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
        display: none;
    }

    #menu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
        display: none;
    }

    #menu .navPage-subMenu-list .navPage-subMenu-item.is-open .navPage-childList {
        display: block;
    }
    
    .header .bottom-header .menu-navigation.is-open .wrapper-phone{
        border-top: 2px solid #ddd;
        padding-top: 10px;
        display: block;
        margin-right: 25px;
        margin-left: 25px;
    }

    .header .bottom-header .menu-navigation.is-open .wrapper-phone .phone-number{
        font-size: 23px;
        line-height: 1;
        color: #414042;
        white-space: nowrap;
        text-decoration: none;
    }

    .header .bottom-header .menu-navigation .wrapper-phone .links-wrapper{
        display: block;
    }

    .header .bottom-header .menu-navigation .wrapper-phone .links-wrapper>a {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #1698d8;
        text-decoration: none;
    }

    .header .bottom-header .menu-navigation .wrapper-phone .links-wrapper a:last-child {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid #ddd;
    }

    .header .bottom-header .menu-navigation.is-open + .menu-overlay {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.7);
        z-index: 9;
    }

    body.has-modal-Open {
        overflow: hidden;
    }

    #primary-menu {
        background-color: transparent;
        padding-right: 24px;
        padding-left: 24px;
    }

    #primary-menu .menu{
        margin: 0;
        padding: 0;
        background-color: #fff;
        width: 100%;
        padding-right: 0;
        display: unset;
    }

    #primary-menu .menu > li + li {
        border-top: 1px solid #ddd;
    }

    #primary-menu .menu > li {
        width: 100%;
    }

    #primary-menu .menu > li a {
        color: #000 !important;
        position: relative;
        width: 100%;
    }

    #primary-menu .menu  li .sub-menu {
        display: none;
    }
    
    #primary-menu .menu  li .sub-menu.is-open {
        display: block !important;
    }

    #primary-menu .menu > li > a + .sub-menu {
        margin: 0 0 1rem 1.5rem;
        height: auto !important;
        display: none !important;
        box-shadow: none;
        width: 100%;
        padding: 0;
        position: unset;
        border-top: 0;
    }

    #primary-menu .menu > li > a + .sub-menu.is-open {
        display: block !important;
    }

    #primary-menu .menu > li > a + .sub-menu > li {
        padding: 0;
        position: relative;
        width: 100%;
    }

    #primary-menu .menu > li > a + .sub-menu > li > a {
        text-transform: capitalize;
        color: inherit;
        position: relative;
        margin-right: 60px;
        padding: .75rem 0;
        font-weight: normal;
        font-size: .875rem;
        text-decoration: none !important;
        display: block;
        width: calc(100% - 24px);
    }

    #primary-menu .menu > li > a + .sub-menu > li > a + .sub-menu {
        margin: .375rem 0 0 1.5rem;
    }

    #primary-menu .menu > li > a + .sub-menu > li > a + .sub-menu > li > a {
        padding: .375rem 0;
        color: #111;
        background-color: transparent;
        font-size: 14px;
        text-decoration: none !important;
        display: block;
    }

    #primary-menu .menu  li  a .dropdown-menu-toggle .icon-arrow, #primary-menu .menu  li  a .dropdown-menu-toggle .icon-arrow-right{
        position: absolute;
        top: -2px;
        right: 30px;
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    #primary-menu .menu li a .dropdown-menu-toggle .icon-arrow::after, #primary-menu .menu li a .dropdown-menu-toggle .icon-arrow-right::after{
        content: '+';
        font-size: 20px;
        width: 18px;
        height: 20px;
        text-transform: lowercase;
        color: rgba(17,17,17,.5);
        font-weight: normal;
    }

    #primary-menu .menu li a .dropdown-menu-toggle .icon-arrow::before, #primary-menu .menu li a .dropdown-menu-toggle .icon-arrow-right::before {
        content: 'more';
        font-size: 14px;
        text-decoration: none;
        text-transform: lowercase;
        color: rgba(17,17,17,.5);
        font-weight: normal;
        position: relative;
        top: -2px;
        margin-right: 5px;
    }

    #primary-menu .menu li a .dropdown-menu-toggle .gp-icon svg {
        display: none;
    }

    .menu-item-has-children ul .dropdown-menu-toggle {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 55px;
        z-index: 9;
    }

    #primary-menu .menu li a .dropdown-menu-toggle .icon-arrow-right {
        top: 5px;
    }

    #primary-menu .menu > li > a .dropdown-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 55px;
        padding: 15px 0;
        z-index: 9;
    }

    #primary-menu .menu li a .dropdown-menu-toggle.is-open .icon-arrow::before, #primary-menu .menu li a .dropdown-menu-toggle.is-open .icon-arrow-right::before {
        content: 'less';
        top: -1px;
    }

    #primary-menu .menu li a .dropdown-menu-toggle.is-open .icon-arrow::after, #primary-menu .menu li a .dropdown-menu-toggle.is-open .icon-arrow-right::after {
        content: '–';
    }

    #primary-menu .menu li a .dropdown-menu-toggle.is-open .icon-arrow, #primary-menu .menu li a .dropdown-menu-toggle.is-open .icon-arrow-right {
        right: 25px;
    }

    /* Blog pillar page */
    #page .blog-post-container .blog-post-sidebar {
        max-width: 320px;
    }
    /* Blog pillar page */
}

@media only screen and (max-width: 991px) {
    /* Blog pillar page */
    #page .blog-post-container .blog-post-sidebar {
        max-width: 240px;
    }
    /* Blog pillar page */
}

@media only screen and (min-width: 800px) {
	/* Blog pillar page */
	#page .blog-post-container .blog-post-sidebar-container {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 175px;
	}

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child .wp-block-latest-posts__featured-image {
        width: 50%;
        float: left;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child a, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child time, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI.three-count-post-items .post_li:first-child > .wp-block-latest-posts__post-excerpt {
        width: 50%;
        float: left;
        padding-left: 20px;
    }
	/* Blog pillar page */
}
@media only screen and (max-width: 800px) {
    /* Blog pillar page */
    #page .blog-post-container .blog-post-sidebar {
        max-width: 100%;
    }

    #page .site-main .wp-block-columns {
        display: block;
    }

    #page .site-main .blog-post-list {
        max-width: 100%;
    }

    #page .site-main .inside-article .blog-post-container {
        margin: 0;
        padding: 10px 0 40px;
    }

    #page .site-main .inside-article .blog-post-container > h1, #page .site-main .inside-article .blog-post-container > p {
        padding: 0 20px;
    }

    #page .blog-post-container .blog-post-sidebar-container {
        background: transparent;
        padding: 0 20px;
        position: relative;
    }

    #page .blog-post-container .blog-post-sidebar-container h2 {
        font-size: 18px;
        line-height: 20px;
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        border-radius: 4px;
        padding: 12px 21px;
        position: relative;
        box-shadow: 0px 0px 0px 1px rgb(255 108 14 / 25%) inset;
    }

    #page .blog-post-container .blog-post-sidebar-container h2 span {
        display: block;
        position: absolute;
        top: 10px;
        right: 26px;
    }

    #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list {
        display: none;
        position: absolute;
        top: 46px;
        width: calc(100% - 40px);
        background: #fff;
        z-index: 99;
        border-radius: 0 4px 4px 0;
        box-shadow: 0px 0px 0px 1px rgb(255 108 14 / 25%) inset;
    }

    #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li {
        margin-bottom: 0;
        background: transparent;
        border-radius: 0;
    }

    #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000;
    }

    #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li span {
        display: none;
    }

    #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li.active span, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:focus span, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:hover span {
        display: none;
    }

    #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li.active a, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:focus a, #page .blog-post-container .blog-post-sidebar-container .blog-sidebar-list li:hover a{
        color: #fff;
    }

    #page .site-main .blog-post-list {
        margin-left: 0;
    }

    #page .blog-post-container .blog-post-list .post-list-items h2::before {
        height: 3px;
        width: 40px;
    }

    #page .blog-post-container .blog-post-list .post-list-items h2, #page .blog-post-container .blog-post-list .post-list-items p {
        padding-left: 20px;
        padding-right: 20px;
    }

    #page .blog-post-container .blog-post-list .post-list-items {
        margin-top: 20px;
    }

    #page .blog-post-container .blog-post-list .post-list-items:first-child {
        margin-top: 60px;
    }

    #page .blog-post-container .blog-post-list .post-list-items h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
        color: #000;
    }

    #page .blog-post-container .blog-post-list .post-list-items p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI {
        padding-left: 16px;
        padding-right: 16px;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li {
        padding: 26px 11px 41px;
        margin-bottom: 20px;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li img, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post .wp-block-latest-posts__featured-image img {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > a, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > time , #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > .wp-block-latest-posts__post-excerpt {
        padding-left: 11px;
        padding-right: 11px;
    }
	
	#page .blog-post-container .blog-post-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 20px;
		z-index: 9;
	}
	
	.header.sticky-header-loaded.menuDisplay ~ #page .blog-post-container .blog-post-sidebar {
		top: 160px;
	}

    #page .blog-post-container .blog-post-sidebar-container h2 span {
        top: 15px;
        transform: rotate(180deg);
    }

    #page .blog-post-container .blog-post-sidebar-container h2.is-open span {
        transform: none;
        top: 10px;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > a, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > time, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > .wp-block-latest-posts__post-excerpt {
        width: 100% !important;
        padding-left: 11px !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items h2, #page .blog-post-container .blog-post-list .post-list-items p {
        padding-left: 16px;
        padding-right: 16px;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post .wp-block-latest-posts__featured-image {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI {
        margin: 0 !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post a, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post time, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post > .wp-block-latest-posts__post-excerpt {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 11px !important;
        padding-right: 11px !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li a, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li time, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > .wp-block-latest-posts__post-excerpt {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li > .wp-block-latest-posts__post-excerpt p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* Blog pillar page */
}

@media only screen and (max-width: 600px) {
    /* Blog pillar page */
    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li img, #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li.single-column-post .wp-block-latest-posts__featured-image img {
        max-width: unset !important;
        max-height: unset !important;
    }

    #page .blog-post-container .blog-post-list .post-list-items .post-view-UI .post_li .wp-block-latest-posts__featured-image {
        height: auto !important;
    }
    /* Blog pillar page */
}

#page .inside-article, #page .site-main .wp-block-group__inner-container, #page .problem-single article {
    padding: 2%;
}
/* NEW HEADER */
.search-bar-ab-header-2024 button img {
    width: 24px;
    height: 24px;
}

.search-bar-ab-header-2024 button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* END OF NEW HEADER */ 

/* CUSTOM CSS */
#faq p {
	padding: 0 20px !important;
}
#faq .et_pb_toggle_content {
	background-color: white !important;
}

body{
	line-height: 1.5;
	font-weight: 400;
}
.footer-info-col{
	font-size: 14px;
}
.footer-info-list{
	margin-top: 30px;
}
.footer-img-block{
	justify-content: normal;
	margin-top: 30px;
}
.footer-info-list a{
	font-weight: 500;
}

.header-logo svg {
    max-width: 90px;
}

#search_query::placeholder {
    font-size: 18px;
	color: #8a8e97;
}
.navUser-action{
	text-decoration: none;
}
span._label {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #0d5d93;
	margin-left: 7px;
}

.navUser-action{
	display: flex !important;
  align-items: center;
}
.header .search-input-form .form .form-input{
	width: 77%;
}

.search-button {
    background: #ff6c0e !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 30px 10px !important;
    border: none;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
}

.header .search-input-form .form .form-prefixPostfix{
	max-width: none;
}

.header .search-input-form{
	width: 44%;
}


@media (max-width: 1024px){
span._label {
    display: none;
}
	.header .search-input-form .form .form-input{
		width: 200%;
	}
}


/* For nested lists */
ul ul, ol ol {
    margin-top: 25px;  /* Space above nested list */
    padding-left: 20px; /* Indent for nested lists */
}

/* Optional: if you want to reduce the size of nested list bullets */
ul ul li, ol ol li {
    font-size: 0.9em; /* Reduce size for nested list items */
}





/* NEW HEADER */

.generate-back-to-top {
	bottom: 60px;
}

@media only screen and (min-width: 1201px) {
	#page #content #primary #main #nav-below {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
	#menu-main-navigation-1 .menu-item a {
		font-size: 14px !important;
		margin-right: 10px !important;
	}
	#primary-menu .menu {
		width: 100% !important;
	}
}


@media only screen and (max-width: 1250px) and (min-width: 1024px) {
	#primary-menu {
		padding-left: 5px !important;
	}
}

@media only screen and (max-width: 1210px) and (min-width: 1024px) {
	#menu-main-navigation-1 .menu-item a {
		font-size: 12px !important;
		margin-right: 0px !important;
	}
	.header .icon-ribbon span {
		font-size: 0.9rem;
	}
	.header shiptoday p, .header shiptoday #countdown-time {
		font-size: 0.9rem !important;
	}
	.header .text-timer:hover .popup {
        bottom: 10px;
    }
}


@media only screen and (max-width: 1023px) {
	.header .top-header {
		padding: 8px 16px 0 !important;
	}
	.logo-ab-header-2024 svg {
		margin-left: 2vw !important;
	}
	.icons-ab-header-2024 {
    margin-right: 2vw !important;
    }
	.mobile-menu-toggle {
		padding: 1rem 21px !important;
		padding-bottom: 8px !important;
		padding-top: 0 !important;
	}
    #primary {
		width: 100%;
	}
}

    @media screen and (max-width: 600px) {
        #wpadminbar {
            position: fixed;
        }
    }



#search-2 .search-form label {
	width: 100% !important;
}

.ss__autocomplete--target {
	max-width: 900px !important;
	margin: 0 !important;
}

#search-2 .ss__autocomplete--target {
	top: unset;
}


header.header {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.icon-ribbon {
	font-size: 1rem;
}

#page, .footer .container{
	padding: 20px;
}

/* FOOTER ICONS */
.mobile-footer-test-footer {
	display: none !important;
}

/* If header integration disabled */
/*
#page {
	margin-top: 100px;
}
*/
/* END OF CUSTOM CSS */

/* REBRANDING CSS */
.grid-container:has(.single-post),.grid-container:has(.problem-single) {
    margin: auto;
}
@media only screen and (min-width: 1500px) {
    .grid-container:has(.single-post), .grid-container:has(.problem-single) {
        width: 90%;
    }
}
@media only screen and (min-width: 1201px) {
    .site-content .content-area:has(.single-post), .site-content .content-area:has(.problem-single) {
        width: 60%;
    }
    #main {
        margin-right: 30px;
    }
    .is-right-sidebar {
        padding: 1rem 0 1rem 1rem;
        width: 20%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1499px) {
    .site-content .content-area:has(.single-post), .site-content .content-area:has(.problem-single) {
        width: 65%;
    }
    .is-right-sidebar {
        width: 35%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .is-right-sidebar {
        padding-left: 1rem;
        width: 40%;
    }
    .footer-widget-1 {
        padding: 3rem 3rem !important;
    }
    .footer-widget-1 aside {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1499px) {
    .grid-container:has(.single-post), .grid-container:has(.problem-single) {
        width: 100%;
    }
}

.single-post .inside-article .entry-meta {
    font-size: 0.85rem;
    color: #5e5e5e;
}

.single-post .inside-article .entry-title {
    font-size: 2.5rem;
}

.single-post .entry-content h2 {
    font-size: 2rem;
}

.single-post .entry-content h2:before {
    content: "";
    display: block;
    height: 150px;
    margin-top: -150px;
}

.problem-single .entry-content h2 {
    padding-top: 150px !important;
    margin-top: -150px;
}

.footer-widgets-container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.inside-footer-widgets {
    flex-direction: column;
    margin-left: 0 !important;
}

.footer-widget-1 {
    padding: 5rem 9rem;
    background-color: white;
}

.footer-widget-1 .wp-block-latest-posts__featured-image a {
    margin: 15px 0 !important;
    width: 100%;
    height: auto;
}

.footer-widget-1 .wp-block-latest-posts__featured-image a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.footer-widget-1 li {
    padding: 20px;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-bottom: 1.25em;
    }
}

.footer-widget-1 li:hover {
    border-color: #0D5D93;
}

.footer-widget-1 a {
    color: #000;
    text-decoration: none;
}

.footer-widget-1 a:hover {
    color: #0D5D93;
}

.footer-widget-1 {
    padding: 4rem 0;
}

.footer-widget-3 {
    display: none;
}

h2 {
    margin-top: 50px;
}

.wp-block-list li {
    font-size: 19px;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.entry-content a:hover{
    filter: brightness(0.6); 
}

.wp-caption .wp-caption-text {
    font-size: 60%;
}

.entry-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.entry-content ul li ul {
    margin-top: 0;
    gap: 0;
}

.entry-content :target {
    scroll-margin-top: 200px !important; /* Adjust as needed */
}
.footer-widget-2, .inside-footer-widgets {
    background-color: #FFF;
}

.footer-widget-2 aside {
    padding: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .is-right-sidebar {
        display: none;
    }
    #page {
        padding: 0;
    }

    #page .inside-article {
        padding: 16px 48px;
    }

    .footer-widget-1 {
        padding: 3rem 3rem;
    }

    .footer-widget-1 aside {
        padding: 0 !important;
    }

    .footer-widget-1 .wp-block-latest-posts__featured-image a img {
        height: 100px;
    }
    .footer-widget-1 li {
        padding: 15px;
    }
    .footer-widget-1 .wp-block-latest-posts__featured-image a {
        margin: 10px 0 !important;
    }
    .cta-footer-widget {
        max-width: 75% !important;
    }
}

@media only screen and (max-width: 560px) {
    #page .inside-article {
        padding: 16px 5px;
    }
    .single-post .inside-article .entry-title {
        font-size: 2rem;
    }
    
    .single-post .entry-content h2 {
        font-size: 1.3rem;
    }
    
    .single-post .entry-content p {
        font-size: 1rem;
    }
    h2 {
        margin-top: 30px;
    }
    body, .wp-block-list li {
        font-size: 1rem;
    }
    .wp-caption .wp-caption-text {
        font-size: 70%;
    }
    .footer-widget-1 {
        padding: 3rem 1rem;
    }
    .footer-widget-1 li {
        margin: 0 0 1.25em 0 !important;
    }
    .footer-widget-1 .wp-block-latest-posts__featured-image a img {
        height: 150px;
    }
    .footer-widget-1 {
        padding: 16px 0 !important;
    }
    .entry-content :target {
        scroll-margin-top: 170px !important; /* Adjust as needed */
    }
}

/* DISCLAIMER CSS  */
.disclaimer-section {
    margin-top: 50px;
    font-size: 0.85rem;
    color: #6d6e71;
    font-style: italic;
}

/* CUSTOM CSS OLD THEME */

#faq p {
	padding: 0 20px !important;
}
#faq .et_pb_toggle_content {
	background-color: white !important;
}

body{
	line-height: 1.5;
	font-weight: 400;
}
.footer-info-col{
	font-size: 14px;
}
.footer-info-list{
	margin-top: 30px;
}
.footer-img-block{
	justify-content: normal;
	margin-top: 30px;
}
.footer-info-list a{
	font-weight: 500;
}

.header-logo svg {
    max-width: 90px;
}

#search_query::placeholder {
    font-size: 18px;
	color: #8a8e97;
}
.navUser-action{
	text-decoration: none;
}
span._label {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #0d5d93;
	margin-left: 7px;
}

.navUser-action{
	display: flex !important;
  align-items: center;
}
.header .search-input-form .form .form-input{
	width: 77%;
}

.search-button {
    background: #ff6c0e !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 30px 10px !important;
    border: none;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
}

.header .search-input-form .form .form-prefixPostfix{
	max-width: none;
}

.header .search-input-form{
	width: 44%;
}


@media (max-width: 1024px){
span._label {
    display: none;
}
	.header .search-input-form .form .form-input{
		width: 200%;
	}
}


/* For nested lists */
ul ul, ol ol {
    margin-top: 25px;  /* Space above nested list */
    padding-left: 20px; /* Indent for nested lists */
}

/* Optional: if you want to reduce the size of nested list bullets */
ul ul li, ol ol li {
    font-size: 0.9em; /* Reduce size for nested list items */
}


/* NEW HEADER */
.generate-back-to-top {
	bottom: 60px;
}

@media only screen and (min-width: 1201px) {
	#page #content #primary #main #nav-below {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
	#menu-main-navigation-1 .menu-item a {
		font-size: 14px !important;
		margin-right: 10px !important;
	}
	#primary-menu .menu {
		width: 100% !important;
	}
}


@media only screen and (max-width: 1250px) and (min-width: 1024px) {
	#primary-menu {
		padding-left: 5px !important;
	}
}

@media only screen and (max-width: 1210px) and (min-width: 1024px) {
	#menu-main-navigation-1 .menu-item a {
		font-size: 12px !important;
		margin-right: 0px !important;
	}
	.header .icon-ribbon span {
		font-size: 0.9rem;
	}
	.header shiptoday p, .header shiptoday #countdown-time {
		font-size: 0.9rem !important;
	}
	.header .text-timer:hover .popup {
        bottom: 10px;
    }
}

@media only screen and (max-width: 1200px) {
	.site-content {
		flex-direction: column;
	}
	#right-sidebar {
		width: 100%;
	}
	#search-2 {
		display: none;
	}
	#primary {
		width: 100%;
	}
}


@media only screen and (max-width: 1023px) {
	.header .top-header {
		padding: 8px 16px 0 !important;
	}
	.logo-ab-header-2024 svg {
		margin-left: 2vw !important;
	}
	.icons-ab-header-2024 {
    margin-right: 2vw !important;
  }
	.mobile-menu-toggle {
		padding: 1rem 21px !important;
		padding-bottom: 8px !important;
		padding-top: 0 !important;
	}
}

    @media screen and (max-width: 600px) {
        #wpadminbar {
            position: fixed;
        }
    }



#search-2 .search-form label {
	width: 100% !important;
}

.ss__autocomplete--target {
	max-width: 900px !important;
	margin: 0 !important;
}

#search-2 .ss__autocomplete--target {
	top: unset;
}


header.header {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.icon-ribbon {
	font-size: 1rem;
}

#page, .footer .container{
	padding: 20px;
}

/* FOOTER ICONS */
.mobile-footer-test-footer {
	display: none !important;
}

/* If header integration disabled */
/*
#page {
	margin-top: 100px;
}
*/

:target {
  scroll-margin-top: 150px; /* Adjust as needed */
}
.icon-ab-header-2024 {
min-width: max-content;
}

#footer-blog {
    font-family: Gibson-regular,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

/* HEADER CUSTOM CSS */
.header {
    font-family: Gibson-regular, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#primary-menu .menu {
    width: 90vw;
}
#primary-menu .menu > li > a {
    font-size: 16px;
}
#primary-menu .menu > li > a + .sub-menu {
    width: 100%;
    border-top: none;
}
#primary-menu .menu > li > a + .sub-menu > li > a {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: Gibson-regular, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#primary-menu .menu > li > a + .sub-menu > li > a:hover {
    background-color: #eee !important;
}
#primary-menu .menu > li > a + .sub-menu > li > a + .sub-menu > li > a:hover {
    color: #3cb4e5 !important;
    background-color: transparent;
}
.sub-menu .menu-item-type-custom .sub-menu .menu-item-type-custom:hover {
    background-color: #eee !important;
}
@media only screen and (min-width: 1024px) {
    #primary-menu .menu > li > a + .sub-menu > li {
        max-width: 16.66%;
    }
}
#primary-menu .sub-menu {
    overflow: auto !important;
}
/* END OF HEADER CUSTOM CSS */


/* POST GRID */
.tpg-header-wrapper {
    margin-top: 50px;
}
/* END OF POST GRID */

/* WP IMAGE BLOCK */
.wp-block-image figure {
    margin-bottom: 30px !important;
}

/* --- SCROLL POPUP BANNER --- */
.popup {
    cursor: pointer;
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    /* blocked until opened */
}

.popup__backdrop {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease;
}

.popup__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -42%);
    /* slight lift for slide-in on desktop */
    opacity: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, .15),
        0 2px 8px rgba(0, 0, 0, .10);
    max-width: min(90vw, 840px);
    width: 100%;
    overflow: hidden;
    transition: opacity .25s ease, transform .25s ease;
}

.popup__content {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 6rem);
    object-fit: contain;
}

.popup__close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    /* DARK button so it’s visible over light images */
    background: rgba(0, 0, 0, .85);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background .15s ease,
        transform .15s ease,
        box-shadow .15s ease;
}

.popup__close:hover {
    background: #000;
    transform: scale(1.03);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.popup__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.popup.is-open {
    pointer-events: auto;
}

.popup.is-open .popup__backdrop {
    opacity: .55;
}

.popup.is-open .popup__dialog {
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* Prevent background scroll while open */
body.no-scroll {
    overflow: hidden;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .popup__backdrop,
    .popup__dialog {
        transition: none;
    }
}

/* --- Mobile layout (bottom sheet style) --- */
@media (max-width: 640px) {
    .popup__dialog {
        /* turn it into a bottom sheet on mobile */
        left: 50%;
        right: 0;
        bottom: 0;
        top: auto;
        max-width: 100vw;
        width: 100vw;
        border-radius: 16px 16px 0 0;
        transform: translate(-50%, 100%);
        /* start off screen */
    }

    .popup.is-open .popup__dialog {
        transform: translate(-50%, 0);
        /* slide up */
    }

    .popup__content {
        max-height: 70vh;
        /* leave some room for status bar / browser UI */
    }

    .popup__close {
        top: .75rem;
        right: .75rem;
        width: 44px;
        height: 44px;
        /* easier to tap */
        font-size: 26px;
    }
}
/* --- END OF SCROLL POPUP BANNER --- */