@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
.post-template-single-qsr{
    font-family: "Figtree", sans-serif !important;
}
.post-template-single-qsr table thead{
    background-color: #000 !important;
}
.qsr-navbar {
    text-align: center;
    padding: 10px 0;
}
.qsr-navbar .x-nav-wrap.desktop {
    display: block;
}
.masthead-inline .qsr-navbar .desktop .x-nav{
    float: none !important;
}
.x-navbar .qsr-navbar .desktop .x-nav>li{
    float: none !important;
    display: inline-block;
}
.x-navbar .qsr-navbar .desktop .x-nav > li > a{
    height: inherit !important;
    padding-top: 15px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 800;
    font-size: 16px !important;
}
.masthead-inline .x-navbar .desktop .sub-menu{
    top: 45px !important;
}
.qsr-navbar .header-c-btn a span {
    background-color: inherit !important;
    color: inherit;
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.qsr-left-menu-items, .qsr-right-menu-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.qsr-left-menu-items li a, .qsr-right-menu-items li a{
    color: #2E2A27;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 30px 20px;
    transition: 0.3s;
}
.qsr-left-menu-items li a:hover, .qsr-right-menu-items li a:hover{
 color:#F00;
}
.qsr-logo {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.qsr-logo::before{
    content: "As seen in";
    font-size: 14px;
    line-height: 14px;
    color: #666767;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    left: -82px;
    top: 12px;
}
.qsr-logo .x-brand{
    margin-top: 0 !important;
}
.qsr-logo img {
    max-width: 133px;
    filter: grayscale(0) brightness(0);
}
.qsr-below-header{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 40px;
    column-gap: 40px;
    align-items: center;
    border-top: 1px solid #2E2A27;
    border-bottom: 1px solid #2E2A27;
    padding: 16px 0;
}
.qsr-below-header .social-media{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.qsr-below-header .social-media .social-media__link {
    margin-right: 16px;
    display: flex;
    align-items: center;
    color: #000;
    transition: 0.3s;
}
.qsr-below-header .social-media .social-media__link:hover{
    color: #F00;
}
.qsr-below-header .below-header__search.below-header__subscribe-button.wp-block-buttons{
    flex: 1;
}
.qsr-below-header a.wp-block-button__link.wp-element-button.ai-search-click-redirect-button {
    padding: 12px 17px;
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
    background-color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}
.qsr-below-header a.wp-block-button__link.wp-element-button.ai-search-click-redirect-button:hover{
    background-color: #F00;
}
.qsr-subscribe{
    border-radius: 0;
    background-color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 17px;
    line-height: 20px;
    white-space: nowrap;
    transition: 0.3s;
}
.qsr-subscribe:hover{
    background-color: #F00;
    color: #fff;
}
header.entry-header-qsr {
    padding-right: 220px;
    margin: 40px 0;
    position: relative;
}
header.entry-header-qsr h1.entry-title {
    font-size: 48px;
    color: #000;
    font-family: "Figtree", sans-serif !important;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 15px;
}
.qsr-subheading{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #2E2A27;
}
.qsr-entry-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: #2E2A27;
    border-radius: 4px;
    overflow: hidden;
    width: 92px !important;
    border: #000 1px solid;
}
.qsr-entry-date__month {
    display: block;
    width: 100%;
    background-color: #2E2A27;
    color: #EBE6DC;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    padding: 4px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
.qsr-entry-date__day {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    padding: 6px 8px 0;
}
.qsr-entry-date__year {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.5;
    padding: 0 8px 6px 8px;
}
.post-template-single-qsr .has-post-thumbnail .entry-featured{
    border-bottom: none;
    box-shadow: none;
}
.qsr-share-post {
    position: absolute;
    right: 0px;
    bottom: 0;
    background-color: #fff;
    padding: 12px 8px 8px 12px;
    display: flex;
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
.qsr-share-label {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}
.qsr-share-icons {
    margin: 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    overflow: visible;
}
a.qsr-share-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    transition: 0.3s;
}
a.qsr-share-icon:hover{
    transform: translateY(-3px);
}
a.qsr-share-icon::before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
a.qsr-share-icon::after{
    position: absolute;
    content: '';
    bottom: -2px;
    right: -2px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
}
a.qsr-share-icon.twitter::after, a.qsr-share-icon.twitter::before {
    background-image: url(images/twitter-icon.svg);
}
a.qsr-share-icon.facebook::after, a.qsr-share-icon.facebook::before {
    background-image: url(images/facebook-icon.svg);
}
a.qsr-share-icon.linkedin::after, a.qsr-share-icon.linkedin::before {
    background-image: url(images/linkedin-icon.svg);
}
a.qsr-share-icon.mail-icon::after, a.qsr-share-icon.mail-icon::before {
    background-image: url(images/mail-icon.svg);
}

.qsr-mobile-navigation-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    display: none;
}
.qsr-mobile-navigation-icon span {
    width: 36px;
    height: 4px;
    background-color: #2E2A27;
    position: absolute;
    top: 4px;
    left: 0;
}
.qsr-mobile-navigation-icon span:nth-child(2){
    top: 16px;
}
.qsr-mobile-navigation-icon span:nth-child(3){
    top: 28px;
}
.qsr-mobile-navigation-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 16px;
    width: 36px;
    left: 0;
}
.qsr-mobile-navigation-icon.open span:nth-child(2) {
    opacity: 0;
}
.qsr-mobile-navigation-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 16px;
    width: 36px;
    left: 0;
}
.qsr-mobile-menu-wrap {
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
    z-index: 9;
    transition: 0.3s;
}
.qsr-nav-mobile ul{
    list-style: none;
    margin: 0;
}
.qsr-nav-mobile ul li{
    border-bottom: #2E2A27 1px solid;
}
.qsr-nav-mobile ul li:last-child{
    border-bottom: none;
}
.qsr-nav-mobile ul li a{
    font-size: 20px;
    line-height: 20px;
    color: #2E2A27;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 18px 0;
    display: block;
}
.qsr-mobile-search-toggle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 36px;
    height: 36px;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.qsr-mobile-search-toggle-open{
    width: 36px;
    height: 36px;
    background-image: url(images/qsr-search-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}
.qsr-mobile-search-toggle-close{
    width: 28px;
    height: 28px;
    background-image: url(images/qsr-close-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.qsr-mobile-search-toggle-open {
    display: none;
}

.qsr-mobile-search-toggle-close {
    display: block;
}

.collapsed .qsr-mobile-search-toggle-open {
    display: block;
}

.collapsed .qsr-mobile-search-toggle-close {
    display: none;
}

.post-template-single-qsr .x-main.left {
    border-right: #000 1px solid;
    margin-top: 40px;
}
.x-sidebar.qsr-sidebar .widget {
    background-color: transparent;
    padding: 50px 0px;
}

.qsr-widget-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000 !important;
    line-height: 1.25;
    font-family: "Figtree", sans-serif !important;
    margin: 15px 0;
}

.x-sidebar.qsr-sidebar .widget.widget_recent_entries li {
    padding: 0px;
    font-size: inherit;
    border-bottom: #000 1px solid;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.x-sidebar.qsr-sidebar .widget.widget_recent_entries li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-template-single-qsr .widget.widget_recent_entries li a.wp-block-latest-posts__post-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000 !important;
    line-height: 1.25;
    font-family: "Figtree", sans-serif !important;
    margin: 15px 0;
}
.post-template-single-qsr .wp-block-latest-posts__post-excerpt{
    margin-bottom: 0;
}
.post-template-single-qsr .widget.widget_recent_entries li a.more-link {
    font-size: 14px !important;
    color: #f00 !important;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 800;
}
.widget ul, .widget ol{
    border-radius: 0 !important;
}
.single.post-template-single-qsr .entry-wrap {
    padding: 0 25px 10px 0;
}


@media only screen and (max-width:990px) {
    .qsr-navbar{
        text-align: right;
        height: 80px;
    }
    nav.qsr-left-nav, nav.qsr-right-nav{
        display: none;
    }
    .qsr-mobile-navigation-icon{
        display: block;
    }
    .qsr-navbar .x-nav-wrap.desktop { 
        display: none;
    }
    .qsr-nav-mobile{
        text-align: left;
    }
    .x-navbar .qsr-navbar .mobile .x-nav{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .qsr-below-header .below-header__search.below-header__subscribe-button.wp-block-buttons{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    transition: 0.3s;
    }
}
@media only screen and (max-width: 978.98px) {
    header.entry-header-qsr h1.entry-title{
        font-size: 36px !important;
    }
    .post-template-single-qsr .x-main.left {
    border-right:none;
    border-bottom: #000 1px solid;
    margin-top: 0;}
    .post-template-single-qsr  .x-sidebar{
        margin-top: 0;
    }
    .single.post-template-single-qsr .entry-wrap { 
        padding: 0;
    }
}
@media only screen and (max-width:768px){
    header.entry-header-qsr{
        padding-right: 0;
    }
        .qsr-entry-date {
        position: relative;
        width: auto !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
        margin-top: 20px;
    }
    .qsr-entry-date time {
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: 4px;
    }
    .qsr-entry-date__month {
        padding: 4px 8px;
    }
    .qsr-entry-date__day {
        font-size: 14px;
        line-height: 20px;
        padding: 4px 0 4px 8px;
    }
    .qsr-entry-date__year {
        padding: 4px 8px;
    }

}
@media print{
    .post-template-single-qsr header.masthead.masthead-inline, .qsr-share-post, .x-sidebar, .post-template-single-qsr .cs-content.x-global-block.x-global-block-106.e106-e0, .post-template-single-qsr footer, #cmplz-cookiebanner-container {
        display: none!important;
    }
    .single-post .x-main.left{
        border-right: none !important;
        width: 100%;
    }
    .single.post-template-single-qsr .entry-wrap{
        padding: 0 !important;
    }
    .qsr-entry-date__month {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        background-color: #000 !important;
        color: #fff !important;
    }

    table thead th {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        background-color: #000 !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    table thead th * {
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    footer a[href^="mailto:"]{
        display: none !important;
    }
}
