:root {
    --primary-color: #FFFAEB;
    --primary-color-link: #1f4d9c;
    --primary-color-hover: #f4b467;
    --primary-text-color: #ffffff;
    --publisher-color: #000000;
    --color-text-on-primary: #ffffff;
    --top-nav-background-color: #00b0ac;
}


/* Style.css START*/

/************************************************
	1. Body
************************************************/

*, ::after, ::before {
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {

    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: hidden;
}

body {
    background: #f0f0f0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 100%;
    margin: 0 auto;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    -webkit-backface-visibility: hidden;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

iframe,
embed,
object,
video {
    max-width: 100%;
}

#truethemes_container #main {
    float: left;
}

#zox-home-widget-wrap .lazy-load {
    -webkit-transition: opacity .25s, transform .5s ease-in;
    -moz-transition: opacity .25s, transform .5s ease-in;
    -ms-transition: opacity .25s, transform .5s ease-in;
    -o-transition: opacity .25s, transform .5s ease-in;
    transition: opacity .25s, transform .5s ease-in;
    opacity: 0;
}

#zox-home-widget-wrap .lazy-load.is-loaded {
    opacity: 1;
}


/************************************************
	3. Layout
************************************************/

.relative,
.zoxrel {
    position: relative;
}

.zox100 {
    width: 100%;
}

.zox-p24 {
    padding: 24px;
}

.zox-lh0,
.zoxlh0 {
    line-height: 0;
}

.right,
.alignright {
    float: right;
}

.alignright {
    margin: 20px 0 20px 20px;
}

.left,
.alignleft {
    float: left;
}

.alignleft {
    margin: 30px 30px 30px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.zox-mob-img {
    display: none !important;
}

#zox-site,
#zox-site-wall {
    overflow: hidden;
    width: 100%;
}

#zox-wallpaper {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zox-wall-link {
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

#zox-site-main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    z-index: 9999;
}

#zox-site-grid {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
}

.single #zox-site-grid {
    background: #f0f0f0;
}

#zox-main-body-wrap {
    padding: 20px 0 40px;
    width: 100%;
    min-height: 600px;
}

#zox-feat-ent2-wrap {
    margin: 4px 0 0;
}

.woocommerce #zox-main-body-wrap {
    margin: 20px 0 0;
    padding: 0;
}

.zox-sport3 #zox-main-body-wrap {
    padding: 15px 0;
}

.zox-body-width,
.zox-title-width {
    display: grid;
    grid-template-columns: 100%;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1320px;
}

.zox-sport3 .zox-body-width {
    padding: 0 15px;
}

.zox-title-width {
    padding: 0;
}

.zox-sport3 .zox-title-width,
.zox-sport3 .zox-widget-home .zox-body-width,
.zox-tech2 .zox-title-width {
    padding: 0;
}

.zox-sport3 .zox_feat_list_widget .zox-title-width {
    margin: 0 0 0 20px;
}

#zox-home-main-wrap {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 100%;
}

.zox-net3 #zox-home-main-wrap,
.zox-net3 #zox-home-widget-wrap,
.zox-sport2 #zox-home-main-wrap,
.zox-sport2 #zox-home-widget-wrap,
.zox-fash1 #zox-home-main-wrap,
.zox-fash1 #zox-home-widget-wrap {
    grid-row-gap: 60px;
}

.home.zox-fash3 #zox-home-main-wrap #zox-feat-wrap {
    display: none;
}

.search #zox-home-main-wrap {
    background: #fff;
    padding: 30px 0 60px;
    min-height: 700px;
}


/************************************************
	4. Header
************************************************/

#zox-lead-top-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#zox-lead-top-in {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

#zox-lead-top {
    background-color: #f0f0f0;
    line-height: 0;
    text-align: center;
    width: 100%;
}

#zox-main-head-wrap {
    width: 100%;
    z-index: 99999;
}

#zox-top-head-wrap,
#zox-bot-head-wrap {
    width: 100%;
}

#zox-top-head-wrap {
    overflow: hidden;
}

.zox-head-bg {
    margin: 0 auto;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    width: 100%;
}

#zox-bot-head-wrap,
.zox-bot-head-menu,
#zox-bot-head,
#zox-bot-head-left,
#zox-bot-head-right,
.zox-bot-head-logo {
    height: 80px;
}

#zox-bot-head-wrap {
    background: #fff;
}

.zox-head-width {
    display: grid;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1320px;
}

#zox-top-head {
    display: grid;
    float: left;
    grid-column-gap: 50px;
    grid-template-columns: 250px auto 250px;
    justify-content: space-between;
    width: 100%;
}

#zox-top-head-left,
#zox-top-head-right {
    position: relative;
    width: 250px;
}

#zox-top-head-right {
    display: grid;
    align-content: center;
    justify-content: end;
}

.zox-top-soc-wrap {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: auto auto auto auto;
    margin-top: -9px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
}

#zox-top-head-right .zox-top-soc-wrap {
    left: auto;
    right: 0;
}

.zox-top-soc-wrap a {
    overflow: hidden;
    height: 18px;
}

span.mvp-top-soc-but {
    color: #000;
    display: grid;
    float: left;
    font-size: 18px;
}

.zox-woo-cart-wrap {
    display: inline-block;
    overflow: hidden;
    height: 16px;
}

span.zox-woo-cart-icon {
    float: right;
    font-size: 16px;
    margin: 0 10px 0 0;
}

span.zox-woo-cart-num {
    color: #fff;
    border-radius: 50%;
    float: right;
    font-size: 10px;
    line-height: 1;
    padding-top: 3px;
    text-align: center;
    width: 16px;
    height: 16px;
}

#zox-top-head-mid {
    display: grid;
    align-content: center;
    line-height: 0;
    text-align: center;
    width: 100%;
}

#zox-bot-head {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: auto 60px;
}

#zox-bot-head-left,
#zox-bot-head-right {
    display: grid;
    align-content: center;
}

#zox-bot-head-left {
    display: none;
    width: 24px;
}

#zox-bot-head-right {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: end;
    width: 60px;
}

#zox-bot-head-mid {
    width: 100%;
}

.zox-bot-head-logo {
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}

.zox-bot-head-logo,
.zox-bot-head-logo-main {
    display: grid;
    align-content: center;
}

.zox-bot-head-menu {
    display: grid;
    grid-template-columns: 100%;
    padding: 0 0 0 90px;
    text-align: center;
    width: 100%;
}

span.zox-nav-search-but {
    align-self: center;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 24px;
    height: 16px;
}

h1.zox-logo-title,
h2.zox-logo-title {
    display: block;
    font-size: 0;
}

#zox-lead-bot {
    line-height: 0;
    padding: 20px 0 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.zox-trans-head:before {
    content: '';

    background-image: linear-gradient(to top,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




/************************************************
	5. Navigation
************************************************/

.zox-fix-up {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed !important;
    top: -80px !important;

    -ms-transform: translate3d(0,-80px,0) !important;

    transform: translate3d(0,-80px,0) !important;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    z-index: 9999;
}

.zox-fix {
    position: fixed !important;
    top: -80px;

    -ms-transform: translate3d(0,80px,0) !important;

    transform: translate3d(0,80px,0) !important;
}

#zox-bot-head-wrap.zox-fix-up,
.zox-fix-up .zox-bot-head-menu,
.zox-fix-up #zox-bot-head,
.zox-fix-up #zox-bot-head-left,
.zox-fix-up #zox-bot-head-right,
.zox-fix-up #zox-bot-head-mid,
.zox-fix-up .zox-bot-head-logo,
.zox-fix-up .zox-bot-head-logo-main,
.zox-fix-up .zox-nav-menu,
.zox-fix-up .zox-nav-menu ul {
    height: 60px;
}

.zox-fix-up .zox-bot-head-logo img,
.zox-fix-up .zox-bot-head-logo-main img {
    max-height: 40px;
    width: auto;
}

#zox-bot-head-wrap.zox-trans-bot {
    background-color: transparent;

    background-image: linear-gradient(to top,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.95) 100%);
    -webkit-transition: background .25s, transform 0.25s ease;
    -moz-transition: background .25s, transform 0.25s ease;
    -ms-transition: background .25s, transform 0.25s ease;
    -o-transition: background .25s, transform 0.25s ease;
    transition: background .25s, transform 0.25s ease;
}

.zox-nav-menu {
    width: 100%;
    height: 80px;
}

.zox-nav-menu ul,
.zox-top-nav-menu ul {
    float: left;
    text-align: center;
    width: 100%;
}

.zox-top-nav-menu ul {
    display: flex;
    align-items: center;
}

#zox-top-head-right .zox-top-nav-menu ul {
    float: right;
    width: auto;
}

.zox-nav-menu ul li,
.zox-top-nav-menu ul li {
    display: inline-block;
    position: relative;
}

.zox-nav-menu ul li.menu-item-object-category.zox-mega-drop {
    position: static;
}

.zox-nav-menu ul li a,
.zox-top-nav-menu ul li a {
    color: #000;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    padding: 29px 10px;
    position: relative;
    text-transform: capitalize;
}

.zox-top-nav-menu ul li ul {
    display: none;
}

#zox-top-head-left .zox-top-nav-menu ul {
    left: -10px;
    text-align: left;
}

#zox-top-head-right .zox-top-nav-menu ul {
    right: -10px;
    text-align: right;
}

.zox-nav-menu ul li.zox-mega-drop ul li a:after,
.zox-nav-menu ul li.menu-item-has-children ul.sub-menu li a:after,
.zox-nav-menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a:after,
.zox-nav-menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li ul.sub-menu li a:after,
.zox-nav-menu ul li.menu-item-has-children ul.mvp-mega-list li a:after {
    content: '';
    display: inline-block;
    border: none;
    margin: 0;
    position: absolute;
    top: auto;
    right: auto;
    transform: none;
    width: auto;
    height: auto;
}

.zox-nav-menu ul li.menu-item-has-children a:after,
.zox-nav-menu ul li.zox-mega-drop a:after,
.zox-nav-menu ul li:hover ul.sub-menu li.menu-item-has-children a:after,
.zox-nav-menu ul li:hover ul.sub-menu li ul.sub-menu li.menu-item-has-children a:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: -4px 0 0 0;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}

.zox-nav-menu ul li.menu-item-has-children a,
.zox-nav-menu ul li.zox-mega-drop a {
    margin-right: 15px;
}

.zox-nav-menu ul li.zox-mega-drop ul li a {
    margin: 0;
}

.zox-nav-menu ul li ul.sub-menu {
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);

    -o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);
    color: #000;
    position: absolute;
    top: 80px;
    left: -7px;
    max-width: 200px;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;

    -ms-transform: translateY(-999px);

    transform: translateY(-999px);
    width: auto;
    height: 0;
    z-index: 1;
}

.zox-nav-menu ul li ul.sub-menu:after {
    content: '';
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
}

.zox-nav-menu ul li.menu-item-has-children:hover a:before {
    opacity: 1;
}

.zox-nav-menu ul li ul li ul.sub-menu:after {
    display: none;
}

.zox-fix-up .zox-nav-menu ul li ul.sub-menu {
    top: 60px;
}

.zox-nav-menu ul li.zox-mega-drop ul.sub-menu {
    display: none;
}

.zox-nav-menu ul li:hover ul.sub-menu {
    opacity: 1;
    overflow: visible;

    -ms-transform: translateY(0);

    transform: translateY(0);
    height: auto;
}

.zox-nav-menu ul li ul.sub-menu li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.zox-nav-menu ul li ul.sub-menu li a {
    color: #444 !important;
    float: left;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 13px 20px !important;
    text-transform: none;
    width: 200px;
}

.zox-nav-menu ul li ul.sub-menu li a:hover {
    background: rgba(0,0,0,.05);
    border-bottom: none;
    padding: 12px 20px;
}

.zox-nav-menu ul li ul.sub-menu ul.sub-menu li ul,
.zox-nav-menu ul li ul.sub-menu li ul,
.zox-fix-up .zox-nav-menu ul li ul.sub-menu ul.sub-menu li ul,
.zox-fix-up .zox-nav-menu ul li ul.sub-menu li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 10;
}

.zox-nav-menu ul li ul.sub-menu ul.sub-menu li:hover ul,
.zox-nav-menu ul li ul.sub-menu li:hover ul {
    display: block;
}

.zox-nav-menu ul li ul.sub-menu li .zox-mega-dropdown {
    display: none;
}

.zox-nav-menu ul li:hover ul.sub-menu li.menu-item-has-children a {
    position: relative;
}

.zox-nav-menu ul li:hover ul.sub-menu li.menu-item-has-children a:after,
.zox-nav-menu ul li:hover ul.sub-menu li ul.sub-menu li.menu-item-has-children a:after {
    right: 10px;
    transform: rotate(-45deg);
}

.zox-nav-menu ul li.zox-mega-drop .zox-mega-dropdown {
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);

    -o-box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);
    opacity: 0;
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    top: 80px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;

    -ms-transform: translateY(-9999px);

    transform: translateY(-9999px);
    width: 100vw;
    height: 0;
    z-index: 1;
}

.zox-fix-up .zox-nav-menu ul li.zox-mega-drop .zox-mega-dropdown {
    top: 60px;
}

.zox-nav-menu ul li.zox-mega-drop:hover .zox-mega-dropdown {
    opacity: 1;
    overflow: visible;

    -ms-transform: translateY(0);

    transform: translateY(0);
    height: auto;
}

.zox-nav-menu ul li.zox-mega-drop:hover .zox-mega-dropdown .zox-mega-img img {
    display: block;
}

.zox-nav-menu ul li ul.zox-mega-list li a,
.zox-nav-menu ul li ul.zox-mega-list li a p {
    background: none !important;
    border-bottom: none;
    color: #000;
    float: left;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 0 !important;
    text-align: left;
    text-transform: capitalize;
}

.zox-nav-menu ul li ul.zox-mega-list li a p {
    padding: 0 10px !important;
}

.zox-nav-menu ul li ul.zox-mega-list li .zox-mega-img a {
    line-height: 0;
}

.zox-nav-menu ul.zox-mega-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    float: left;
    left: auto;
    width: 100% !important;
    max-width: none !important;
    height: auto;
}

ul.zox-mega-list li {
    float: left;
    overflow: hidden;
}

.zox-mega-img {
    background: #fff;
    float: left;
    line-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 130px;
}

.zox-mega-img img {
    display: none;
    width: 100%;
}

.zox-mega-img a {
    padding: 0;
}

#zox-search-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0,0,0,.75);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;

    -ms-transform: translate3d(0,-100%,0);

    transform: translate3d(0,-100%,0);
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.zox-search-but-wrap {
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 80px;
    width: 60px;
    height: 60px;
}

#zox-search-wrap .zox-search-but-wrap span {
    background: #fff;
    top: 27px;
}

.zox-search-cont {
    margin: -12vh 0 0 -25%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    min-width: 200px;
}

p.zox-search-p {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

.zox-search-box {
    background: rgba(255,255,255,.15);
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 80px;
}

#zox-main-body-wrap .zox-search-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
}

.search .zox-body-width {
    max-width: 1200px;
}

.search #zox-home-cont-wrap {
    align-content: start;
    grid-gap: 40px;
}

.zox-side-widget #zox-search-form,
.zox-widget-home #zox-search-form,
#zox-search-form2 {
    border: 1px solid #ddd;
    float: left;
    position: relative;
    width: 100%;
    height: 36px;
}

#zox-search-input,
#zox-search-input2 {
    background: none;
    border: none;
    color: #fff;
    float: left;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
    width: 75%;
    height: 100%;
}

#zox-main-body-wrap #zox-search-input,
#zox-main-body-wrap #zox-search-input2 {
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-transform: none;
    width: calc(100% - 80px);
}

#zox-search-form #zox-search-submit,
#zox-search-form2 #zox-search-submit2 {
    background: #ec2b8c;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    height: 100%;
}

#zox-main-body-wrap #zox-search-form #zox-search-submit,
#zox-main-body-wrap #zox-search-form2 #zox-search-submit2 {
    font-size: 13px;
    text-transform: capitalize;
    width: 80px;
}

#zox-search-form #zox-search-input:focus,
#zox-search-form2 #zox-search-input2:focus {
    outline: none;
}

.zox-search-toggle {
    opacity: 1 !important;

    -ms-transform: translate3d(0,0,0) !important;

    transform: translate3d(0,0,0) !important;
}

.zox-fly-top {
    color: #aaa;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 10px;
    text-align: center;
    -webkit-transition: opacity .25s linear, color .25s linear;
    -moz-transition: opacity .25s linear, color .25s linear;
    -ms-transition: opacity .25s linear, color .25s linear;
    -o-transition: opacity .25s linear, color .25s linear;
    transition: opacity .25s linear, color .25s linear;
    width: 70px;
    height: 0;
    z-index: 99999;
}

.zox-to-top {
    opacity: 1;
    height: 40px;
}

.zox-fly-top span {
    font-size: 40px;
    line-height: 1;
}

span.zox-night {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.zox-dark {
    background: #111;
    background-color: #111 !important;
}
.zox-dark.zox-s2 span.zox-s-cat,
.zox-dark .zox-s2 span.zox-s-cat {
    background: #181818 !important;
}

.zox-dark .zox-o1 h2.zox-s-title1,
.zox-dark .zox-o1 h2.zox-s-title1-feat,
.zox-dark .zox-o1 h2.zox-s-title2,
.zox-dark .zox-s8 h2.zox-s-title2,
.zox-dark .zox-s8 a:hover h2.zox-s-title2,
.zox-s8 .zox-dark h2.zox-s-title2,
.zox-s8 .zox-dark a:hover h2.zox-s-title2 {
    background-color: #111;
    box-shadow: 15px 0 0 #111, -10px 0 0 #111;
    color: #fff;
}

.zox-dark .zox-post-ad {
    background-color: #181818 !important;
}

.zox-dark .zox-o2 .zox-art-text,
.zox-dark .zox-o4 .zox-art-text,
.zox-dark .zox-o5 .zox-art-text {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%) !important;
    background-color: transparent !important;
}

@media screen and (min-width: 479px) {
    .zox-dark .zox-div2 .zox-art-text,
    .zox-dark .zox-div23 .zox-art-text,
    .zox-dark .zox-div3 .zox-art-text,
    .zox-dark .zox-div4 .zox-art-text {
        padding-bottom: 20px !important;
    }
}

.zox-dark .zox-s4.zox-blog-grid.zox-divr .zox-art-wrap,
.zox-dark .zox-s5.zox-blog-grid.zox-divr .zox-art-wrap {
    border-top: none;
    padding: 0;
}

.zox-dark span.zox-post-main-title,
.zox-dark span.zox-widget-main-title,
.zox-dark span.zox-widget-side-title {
    background: #181818 !important;
    background-color: #181818 !important;
    color: #999 !important;
}



.zox-dark #respond textarea,
.woocommerce .zox-dark div.product .woocommerce-tabs ul.tabs li {
    background: #333;
}

.zox-dark .zox-post-body p a {
    box-shadow: inset 0 -1px 0 0 #181818, inset 0 -2px 0 0 #fff;
}

.zox-ent1 .zox-dark .zox-side-widget.zox_ad_widget,
.zox-dark .zox-side-widget.zox_ad_widget,
.zox-sport3 .zox-dark .zox_ad_widget,
.zox-fash3 .zox-dark .zox_ad_widget,
.zox-tech1 .zox-dark .zox-side-widget.zox_ad_widget {
    background: none !important;
}


/************************************************
	6. Fly-Out Navigation
************************************************/

.zox-fly-but-wrap {
    display: grid;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    margin: 28px 0;
    width: 24px;
    height: 14px;
}

#zox-fly-wrap {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;

    -ms-transform: translate3d(-100%,0,0);

    transform: translate3d(-100%,0,0);
    width: 400px;
    min-width: 370px;
    height: 100%;
    z-index: 999999;
}

.zox-fly-but-cont {
    cursor: pointer;
    margin: 31px 25px;
    position: relative;
    width: 24px;
    height: 14px;
}

#zox-fly-menu-top {
    display: grid;
    grid-template-columns: calc(100% - 50px) 50px;
    align-content: center;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 0 30px;
    width: 100%;
    height: 60px;
}

#zox-fly-logo {
    display: grid;
    align-content: center;
    padding: 0 0 0 50px;
    text-align: center;
    height: 60px;
}

#zox-fly-logo img {
    max-width: inherit;
    max-height: 60px;
}

#zox-fly-wrap .zox-fly-but-wrap {
    display: grid;
    align-content: center;
    justify-content: center;
    margin: 17px 0 17px 24px;
    width: 26px;
    height: 26px;
}

.zox-fly-but-wrap span,
.zox-search-but-wrap span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    border-radius: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 2px;
}

.zox-fly-but-wrap span:nth-child(1) {
    top: 0;
    width: 24px;
}

.zox-fly-but-wrap span:nth-child(2),
.zox-fly-but-wrap span:nth-child(3) {
    top: 12px;
    width: 20px;
}

.zox-fly-but-wrap span:nth-child(4) {
    top: 6px;
    width: 16px;
}

.zox-fly-but-wrap.zox-fly-open span:nth-child(1),
.zox-fly-but-wrap.zox-fly-open span:nth-child(4) {
    top: .5px;
    left: 50%;
    width: 0;
}

.zox-fly-but-wrap.zox-fly-open span:nth-child(2),
.zox-search-but-wrap span:nth-child(1) {

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);
    width: 30px;
}

.zox-fly-but-wrap.zox-fly-open span:nth-child(3),
.zox-search-but-wrap span:nth-child(2) {

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);
    width: 30px;
}

.zox-search-but-wrap span:nth-child(1),
.zox-search-but-wrap span:nth-child(2) {
    width: 60px;
}

.zox-fly-but-menu {
    float: left;
    margin-left: 15px;
    position: relative;
}

.zox-fly-menu {

    -ms-transform: translate3d(0,0,0) !important;

    transform: translate3d(0,0,0) !important;
}

.zox-fly-content,
.zox-nav-over {

    -ms-transform: translate3d(100%,0,0) !important;

    transform: translate3d(100%,0,0) !important;
}

#zox-fly-menu-wrap {
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 142px);
}

nav.zox-fly-nav-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: grid;
    overflow: hidden;
    padding: 30px 30px 0;
    position: absolute !important;
    width: 100%;
    max-height: calc(100vh - 170px);
}

nav.zox-fly-nav-menu ul {
    float: left;
    position: relative;
    width: 100%;
}

nav.zox-fly-nav-menu ul div.zox-mega-dropdown {
    display: none;
}

nav.zox-fly-nav-menu ul li {
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

nav.zox-fly-nav-menu ul li:first-child {
    margin-top: -14px;
}

nav.zox-fly-nav-menu ul li ul li:first-child {
    margin-top: 0;
}

nav.zox-fly-nav-menu ul li a {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
}

nav.zox-fly-nav-menu ul li.menu-item-has-children:after {
    content: '+';
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 10px;
}

nav.zox-fly-nav-menu ul li.menu-item-has-children.tog-minus:after {
    content: '_';
    right: 4px;
    top: -9px;
}

nav.zox-fly-nav-menu ul li ul.sub-menu {
    border-top: 1px solid rgba(0,0,0,.1);
    display: none;
    float: left;
    padding-left: 20px;
    width: 100%;
}

.zox-fly-fade {
    background: rgba(0,0,0,.5);
    cursor: pointer;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(2);
    z-index: 99999;
}

.zox-fly-fade-trans {
    opacity: .7;
    height: 100%;
}

.zox-body-blur {
    -webkit-filter: blur(3px);

    -ms-filter: blur(3px);

    filter: blur(3px);
}

.zox-fly-shadow {
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.7);
}

#zox-fly-soc-wrap {
    margin: 0 5.40540540541%; /* 20px / 370px */
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 89.1891891892%; /* 330px / 370px */
}

span.zox-fly-soc-head {
    color: #000;
    display: inline-block;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

ul.zox-fly-soc-list {
    text-align: center;
    width: 100%;
}

ul.zox-fly-soc-list li {
    display: inline-block;
}

ul.zox-fly-soc-list li a {
    background: rgba(0,0,0,.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-left: 2px;
    padding-top: 9px;
    text-align: center;
    width: 32px;
    height: 32px;
}

ul.zox-fly-soc-list li:first-child a {
    margin-left: 0;
}

ul.zox-fly-soc-list li a:hover {
    font-size: 16px;
    padding-top: 7px;
    height: 32px;
}

/************************************************
15. Footer
************************************************/

#zox-foot-wrap {
    background: #fff;
    padding: 80px 30px 40px;
}

#zox-foot-wrap:before {
    content: '';
    background: rgba(0,0,0,.03);
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
}

#zox-foot-wrap p {
    color: #aaa;
    font-size: .75rem;
    line-height: 1.25;
}

#zox-foot-wrap a {
    color: #aaa;
}

.zox-foot-grid {
    display: grid;
    align-content: center;
    grid-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
}

.zox-foot-left-wrap {
    display: grid;
    align-content: center;
    grid-gap: 20px;
    grid-template-columns: auto auto;
    justify-content: start;
}

.zox-foot-logo {
    display: grid;
    align-content: center;
    justify-content: center;
}

.zox-foot-left {
    display: grid;
    align-content: center;
    grid-gap: 6px;
    grid-template-rows: auto auto;
}

.zox-foot-menu ul li {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
}

.zox-foot-menu ul li:first-child {
    margin: 0;
}

.zox-foot-menu ul li a {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
}

.zox-foot-menu ul li ul {
    display: none;
}

.zox-foot-right-wrap {
    display: grid;
    align-content: center;
}

ul.zox-foot-soc-list li {
    float: left;
    margin: 0 0 0 7px;
}

ul.zox-foot-soc-list li a {
    border: 1px solid #aaa;
    border-radius: 50%;
    display: grid;
    font-size: 14px;
    align-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

/* Style.css FINISH*/
/* Colors */
a:hover {
    color: var(--primary-color-link);
}

main a {
    color: var(--primary-color-link) !important;
}

main .btnNextSmall,
main .btnNextWrap .btnNext {
    background-color: var(--primary-color);
}

main .btnNextSmall:hover,
main .btnNextWrap .btnNext:hover {
    background-color: var(--primary-color-hover)
}

main .author-block-row.row-gallery3 {
    border-bottom: 2px solid var(--primary-color);
}

@media (min-width: 600px) {
    body.layout-feed span.zox-nav-search-but.fas.fa-search:hover svg path {
        fill: var(--primary-color-hover);
        stroke: var(--primary-color-hover);
    }

    body.single-fast-gallery .zox-nav-menu ul li a:hover {
        color: var(--primary-color-hover);
    }
}

/* Top menu - nav*/
.zox-nav-search-but.fas.fa-search::before {
    display: none;
}


.layout-feed .zox-bot-head-logo img {
    max-width: 150px;
    height: auto;
}

.layout-feed .zox-bot-head-menu {
    padding: 0 0 0 0;
}

.layout-feed .zox-bot-head-menu .zox-nav-menu ul li {
    padding-right: 10px;
}

.zox-nav-menu ul li a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 30px 10px;
    text-transform: capitalize;
}
.home .zox-nav-menu ul li a,
.category .zox-nav-menu ul li a {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 30px 10px;
    text-transform: capitalize;
}

.zox-nav-menu ul li a {
    color: var(--primary-text-color);
}

.layout-feed .zox-bot-head-menu .zox-nav-menu ul li a {
    font-weight: 500
}

.layout-feed #zox-main-head-wrap {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    top: 0;
    left: 0;
    right: 0;
}

.layout-feed #zox-main-head-wrap.zox-main-head-wrap--feed {
    position: static;
}

@media (min-width: 600px) {
    body.layout-feed #zox-bot-head-wrap,
    body.layout-feed .zox-bot-head-menu,
    body.layout-feed #zox-bot-head,
    body.layout-feed #zox-bot-head-left,
    body.layout-feed #zox-bot-head-right,
    body.layout-feed #zox-bot-head-mid,
    body.layout-feed .zox-bot-head-logo,
    body.layout-feed .zox-bot-head-logo-main,
    body.layout-feed .zox-nav-menu{
        height: 80px;
    }

    body.layout-feed #zox-bot-head-mid {
        grid-column-gap: 0;
    }

    body.layout-feed #zox-bot-head-mid .zox-nav-menu ul li {
        padding: 0;
    }

    body.layout-feed #zox-bot-head-wrap .zox-nav-menu ul li a {
        padding: 26px 10px;
    }

    body.layout-feed span.zox-nav-search-but.fas.fa-search {
        content: '';
        width: 16px;
        height: 16px;
        line-height: 1;
    }

    body.layout-feed span.zox-nav-search-but.fas.fa-search svg {
        vertical-align: baseline;
    }

    body.layout-feed .zox-bot-head-menu .zox-nav-menu ul li a {
        font-weight: 300;
    }
}


@media (min-width: 1100px) {
    body.layout-feed #zox-bot-head-wrap .zox-nav-menu ul li a {
        padding: 26px 10px;
    }
}

@media (min-width: 1200px) {
    body.layout-feed #zox-bot-head-mid {
        grid-column-gap: 30px;
    }

    body.layout-feed #zox-bot-head-mid .zox-nav-menu ul li {
        padding-right: 10px;
    }
}

@media (max-width: 1199px) {
    .layout-feed .zox-bot-head-menu .zox-nav-menu ul {
        text-align: right
    }
}

/* General */
body.layout-feed {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    body.layout-feed {
        scroll-behavior: smooth;
    }
}

body.layout-feed.layout-feed--feed {
    padding-top: 0;
}

/** Reset **/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #000;
    text-decoration: none;
    -ms-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/** Misc **/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
    color: #888
}

img, picture img, .feed img { height: auto; }

.gallery picture img, .gallery2 picture img {
    object-fit: cover;
    object-position: top;
}

picture {
    width: 100%;
}

/** Article layout */
.fixedHeader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}

.layout-feed #zox-main-head-wrap.zox-main-head-wrap--feed {
    position: static;
}

.layout-feed #zox-site {
    overflow: initial;
}

#page-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 320px;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
    display: flex;
}

.page-content.gallery,
.page-content {
    justify-content: center;
}

.gallery2 .wrapper-main {
    max-width: 1070px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-content.gallery main {
    max-width: 798px;
    width: 100%;
    flex-grow: 1;
}

.page-content main {
    max-width: 100%;
    width: 100%;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.header-post {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    padding-bottom: 20px;
    font-size: 16px;
    color: #888
}

main .bodyOver,
main .bodyUnder,
main h2 {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
}

main .slide-inner {
    overflow: hidden;
    background-color: #fff;
}

main .author-block-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
    flex-wrap: wrap;
}

main .author-block-row-feed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    flex-wrap: wrap;
}

main .author-block-details {
    display: flex;
    align-items: center;
}

main .author-block-row-feed .author-block-details {
    width: 100%;
}

main .author-block-published {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

main .author-block-row span {
    margin: 0 2px;
}

main .author-block-row-feed span {
    margin: 0 2px;
}

main .author-block-row .update-date {
    display: flex;
}

main .author-block-details .zox-author-thumb {
    margin-right: 15px;
    overflow: visible;
    width: 40px;
    height: 40px;
}

main .share-links {
    margin: 10px auto;
}

main .author-block-row-feed .share-links {
    margin: 10px auto !important;
}

main .zox-post-soc-stat i {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

main .zox-post-soc-stat i:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    display: inline-block;
    content: "";
    vertical-align: top;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

main .zox-post-soc-fb i:before {
    background-image: url("../images/facebook.svg") !important;
}

main .zox-post-soc-twit i:before {
    background-image: url("../images/twitter.svg") !important;
}

main .zox-post-soc-flip i:before {
    background-image: url("../images/flipboard.svg") !important;
}

main .zox-post-soc-email i:before {
    background-image: url("../images/mail.svg") !important;
}

main .properAd {
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
    min-height: 250px;
    max-height: 100vh;
}

main .hideOnMobile {
    display: none;
}

main .article .properAd {
    min-height: 250px;
    max-height: 100vh;
    margin: 0 auto;
}

main article .article-ad div {
    margin-left: auto;
    margin-right: auto;
}

.gallery1 main article .article-ad {
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.gallery2 main article .article-ad, .feed main article .article-ad {
    background-color: #fff;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
}

.feed main article .article-ad {
    background-color: transparent;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
}

.full main article .article-ad {
    background-color: transparent;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
}

.full main article .aside-inner .article-ad {
    min-height: 250px;
    max-height: 100vh;
}



aside.sidebar-right .aside-inner div {
    min-height: 250px;
    max-height: 100vh;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

aside.sidebar-left .aside-inner div {
    min-height: 250px;
    max-height: 100vh;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

main .article-ad span.ad-label {
    color: #999;
    font-size: 10px;
}

main .article-ad.article-ad-5 {
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: center;
}

main .article .slide-inner .image-wrapper + .article-ad {
    margin-top: 25px
}

main .article .article-ad p {
    font-size: 14px;
    margin: 0;
    padding: 30px 0 0;
    color: #999;
}

main .slide,
main .article-slide {
    position: relative;
    z-index: 1;
}

.article {
    position: relative;
    z-index: 1
}

.article.loading:after {
    position: absolute;
    z-index: 2;
    content: "";
    background: rgba(255, 255, 255, 0.8) url("../images/spinner.svg") no-repeat 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

main .btnNextSmall,
main .btnNextWrap .btnNext {
    transition: all .15s ease-in-out;
    color: var(--primary-text-color) !important;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    padding: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

main .btnNextWrap .btnNext.loading {
    background-color: #888;
    cursor: no-drop;
}

main #recommended {
    margin: 30px 0 0;
}

.gallery1 #recommended {
    margin: 30px 0;
}

main .image-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

main .image-wrapper img {
    display: inline-block;
    vertical-align: top;
}

.feed main .image-wrapper, .full main .image-wrapper {
    min-height: 180px;
    object-position: top;
}

main .image-wrapper p.captionImg {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 0;
}

main .image-wrapper .btnNextSmall {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    bottom: 20px;
    right: 0;
    left: auto;
    width: auto;
    border-radius: 100px 0 0 100px;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 15px 15px 20px;
    -ms-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
    transform: translate3d(36px, 0, 0);
}

main .image-wrapper .btnNextSmall svg {
    height: 18px;
}

main .article-slide .image-wrapper > a {
    position: relative;
    z-index: 1;
    display: flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
}

/* Buttons */
.gallery1 main #slide-0 .image-wrapper .btnNextSmall,
.gallery2 main #slide-0 .image-wrapper .btnNextSmall {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    transition: all .25s ease-in-out;
    transform: none;
    padding: 0 20px;
    height: 65px;
    line-height: 65px;
    background-color: var(--primary-color);
}

.gallery1 main #slide-0 .image-wrapper .btnNextSmall:hover,
.gallery2 main #slide-0 .image-wrapper .btnNextSmall:hover {
    background-color: var(--primary-color-hover);
}

.gallery1 main #slide-0 .image-wrapper .btnNextSmall span,
.gallery2 main #slide-0 .image-wrapper .btnNextSmall span {
    font-size: 24px;
    text-transform: uppercase;
}

.gallery1 main #slide-0 .image-wrapper .btnNextSmall svg,
.gallery2 main #slide-0 .image-wrapper .btnNextSmall svg {
    display: none;
}

.gallery1 main #slide-0 .article-slide .image-wrapper > a,
.gallery2 main #slide-0 .article-slide .image-wrapper > a {
    padding-bottom: 25px;
}

.gallery1 main .btnNextWrap .btnNext,
.gallery2 main .btnNextWrap .btnNext {
    text-transform: uppercase;
}

.gallery1 main .btnNextWrap .btnNext:hover,
.gallery1 main .image-wrapper .btnNextSmall:hover,
.gallery2 main .btnNextWrap .btnNext:hover,
.gallery2 main image-wrapper .btnNextSmall:hover {
    background-color: var(--primary-color-hover);
}

@media (min-width: 768px) {
    .gallery1 main #slide-0 .image-wrapper .btnNextSmall span,
    .gallery2 main #slide-0 .image-wrapper .btnNextSmall span {
        font-size: 38px;
    }
}

.pswp,
.stickyFooter,
.hideOnDesktop,
.showOnMobile,
main .image-wrapper .btnNextSmallHidden {
    display: none;
}

main .image-wrapper .btnNextSmall:hover {
    transform: translate3d(0, 0, 0);
}

main .image-wrapper .btnNextSmall span {
    margin-right: 15px;
}

main h1 {
    font-size: 28px;
    margin: 0;
    padding-top: 20px
}

main h2 {
    font-size: 22px;
    margin: 0 0 20px 0
}

.page-content.gallery main h2 {
    margin: 0;
    padding-bottom: 20px;
}

main h3 {
    font-size: 24px;
    margin: 0 0 6px 0
}

main img {
    max-width: 100%;
}

main p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.84em;
    margin: 15px 0
}

.aside {
    display: none;
    width: 330px;
}

.aside .proper-ad-unit {
    margin-bottom: 10px;
    min-height: 250px;
    max-height: 100vh;
    max-width: 300px;
    overflow: hidden;
}

.slide-inner .proper-ad-unit {
    min-height: 100px;
}

.page-content.gallery .aside-inner {
    width: 330px;
    padding: 15px;
    position: sticky;
    position: -webkit-sticky;
    height: auto;
    top: 80px;
}



#videoFloatFooter #proper-ad-slot_video #primis_container_div > div:not(#placeHolder) {
    position: relative !important;
    top: initial !important;
    left: initial !important
}

#videoFloatFooter #closeVideo {
    position: absolute;
    top: -20px;
    left: -20px;
    cursor: pointer;
    -ms-transition: all 0.25s ease;
    transition: all .25s ease;
}

#videoFloatFooter #closeVideo:hover {
    opacity: 0.7;
}

#videoFloatFooter #closeVideo svg {
    width: 20px;
    height: 20px;
}

.layout-feed #zox-foot-wrap {
    padding: 20px 0;
}

.error404 article {
    padding-top: 60px;
    text-align: center;
}

.error404 article p {
    font-size: 20px;
}

.error404 article h1 {
    font-size: 86px;
}



#wpadminbar {
    display: none !important
}

/* RWD */
@media (min-width: 768px) {
    .gallery1 main .bodyOver p {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .gallery1 main .bodyUnder p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 600px) {
    body.layout-feed {
        padding-top: 80px;
    }

    footer ul li {
        margin-left: 20px;
    }
}

@media (min-width: 728px) {
    .article {
        min-width: 728px;
    }
}

@media (min-width: 768px) {
    main h1 {
        font-size: 30px;
        padding: 10px 0 0;
    }

    main h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    main .header-post {
        padding-bottom: 15px;
    }

    main .hideOnMobile {
        display: block;
    }

    main .article .slide-inner .article-ad {
        background-color: #ffffff;
    }
}

@media (min-width: 800px) {
    .page-content main {
        max-width: 100%;
        padding-right: 310px
    }

    .page-content.gallery:not(.gallery2) main {
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-content.gallery aside.sidebar-right {
        display: block;
        margin: 0;
    }

    .page-content .aside {
        position: absolute;
        margin: 0;
        top: 0;
    }

    .page-content .sidebar-right {
        right: -350px;
        display: block;
    }

    .feed.page-content .sidebar-right {
        right: -350px;
        display: block;
    }

    .header-post,
    main .bodyOver,
    main .bodyUnder,
    main h2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    main p {
        margin: 30px 0;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .page-content.feed main {
        padding-right: 150px;
        padding-left: 150px;
    }

    .page-content.full main {
        padding-right: 150px;
        padding-left: 150px;
    }

    .layout-comfeed .page-content.feed main {
        padding-right: 0;
        padding-left: 0;
    }

    .layout-comfeed2 .page-content.feed main {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .gallery2 .wrapper-main main {
        margin-left: 10px;
        margin-right: 10px;
    }

    main .article-ad.article-ad-5 {
        padding-top: 50px;
    }
}

@media (min-width: 1025px) {
    .gallery2 .wrapper-main {
        justify-content: space-around;
    }
}

@media (min-width: 1100px) {
    .page-content.gallery main {
        max-width: 728px;
    }

    .gallery2 .wrapper-main main {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1280px) {
    .page-content main {
        max-width: 640px;
        padding-right: 0
    }
}

@media (min-width: 1366px) {
    .gallery2 .article {
        min-width: 706px;
    }

    .page-content.gallery.gallery2 {
        justify-content: center;
    }

    .page-content main {
        max-width: 728px;
    }

    .page-content.gallery aside.sidebar-right,
    .page-content.gallery aside.sidebar-left {
        display: block;
        margin: 0
    }

    .page-content .sidebar-left {
        left: -310px;
        display: block
    }

}

@media (max-width: 799px) {
    .hideOnDesktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .showOnMobile {
        display: block;
    }

    p.adTitle {
        background: #f4f4f4;
        padding: 5px 0 0 !important;
        font-size: 14px;
        margin: 0;
        padding: 30px 0 0;
        color: #999;
        text-align: center;
    }

    p.adTitleStickTop {
        background: #f4f4f4;
        padding: 0 0 0 !important;
        font-size: 10px;
        margin: 0;
        padding: 30px 0 0;
        color: #999;
        text-align: center;
    }

    .article-ad.showOnMobile {
        background-color: #fff;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    main .article-ad.showOnMobile .properAd {
        margin-top: 0
    }

    .stickyFooter,
    .hideOnDesktop {
        display: block;
    }

    .stickyFooter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: -3px -3px 17px -10px;
        min-height: 50px;
    }

    .stickyFooter > div {
        margin: 0 auto;
    }

    .click-me {
        content: '';
        background-image: url("../images/close.svg") !important;
        background-repeat: no-repeat;
        position: absolute;
        height: 30px;
        width: 30px;
        top: -29px;
        right: 0;
        box-shadow: 0 -4px 5px 0 rgb(199, 199, 199);
        border-top-left-radius: 40%;
        background-color: #fff;
    }

    .layout-feed #zox-foot-wrap {
        z-index: 2
    }

    .slide .image-wrapper {
        width: 100%;
        /*height: calc(100vw - 20px);*/
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .slide .image-wrapper-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        z-index: 0;
    }

    .slide .image-wrapper picture,
    .slide .image-wrapper img {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    main .article .slide-inner .article-ad {
        width: 100vw;
    }

    .page-content main {
        margin: 0;
    }
}

main .author-block-row-feed {
    margin-top: 10px;
}

@media (max-width: 525px) {
    footer ul li {
        margin: 10px 10px 0 0
    }

    .layout-feed #zox-foot-wrap {
        padding: 20px;
    }
}

@media (min-width: 352px) {
    main .author-block-row {
        font-size: 12px;
    }

    main .author-block-row-feed {
        font-size: 12px;
    }

    main .author-block-row-feed .author-block-details {
        width: 100%;
    }

    main .author-block-row-feed .share-links {
        margin: 10px auto;
    }
}

@media (min-width: 525px) {
    main .author-block-row {
        flex-direction: row;
        font-size: 12px;
    }

    main .author-block-row-feed {
        flex-direction: row;
        font-size: 12px;
    }

    main .author-block-row-feed .author-block-details {
        width: 70%;
    }

    main .author-block-row.author-block-published {
        flex-direction: row;
        flex-wrap: wrap;
    }

    main .author-block-row-feed.author-block-published {
        flex-direction: row;
        flex-wrap: wrap;
    }

    main .author-block-details {
        width: 70%;
    }

    main .share-links {
        margin: 0 0 0 auto;
        width: 30%
    }
}

@media (min-width: 768px) {
    main .author-block-row {
        flex-direction: row;
        font-size: 14px;
    }

    main .author-block-row-feed {
        flex-direction: row;
        font-size: 14px;
    }

    main .author-block-row-feed .author-block-details {
        width: 70%;
    }

    main .share-links {
        margin: 0 0 0 auto;
    }
}

@media (min-width: 800px) {
    main .author-block-row-feed {
        flex-direction: row;
    }

    main .author-block-row-feed .author-block-details {
        width: 60%;
    }

    main .author-block-row-feed .share-links {
        margin: auto;
    }
}

@media (min-width: 910px) {
    main .author-block-row-feed {
        flex-direction: row;
    }

    main .author-block-row-feed .author-block-details {
        width: 70%;
    }

    main .author-block-row-feed .share-links {
        margin: 0 0 0 auto;
    }
}

.author {
    font-size: 14.4px;
}

.update-date {
    font-size: 12.8px;
}

.content-2__mobile-unit, .content-3__mobile-unit, .content-4__mobile-unit {
    padding: 5px 0 10px 0;
    width: 100%;
    display: block;
    min-height: 250px;
    overflow: hidden;
    max-height: fit-content;
}

.page-content.gallery main h2 {
    padding-bottom: 0;
}

aside.sidebar-right .aside-inner div.right-ad-column-1 {
    margin-right: 20px;
    margin-left: 0;
    text-align: center;
    width: 300px;
    min-height: 1250px;
}

aside.sidebar-right .aside-inner div.right-column-2 {
    text-align: center;
    min-height: 1250px;
}

.zox-art-text {
    grid-area: auto !important;
}

.stickyTop {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    min-height: 90px;
}

.stickyTop > div {
    margin: 0 auto;
}

.layout-feed #zox-bot-head-wrap {
    z-index: 99;
}

#slide-title {
    padding-bottom: 10px;
}

/* Widgets style */
#gallery-taboola-feed {
    background-color: #fff;
    margin-top: 0;
    padding: 0 2%;
}

main .trc_related_container {
    background-color: white;
    padding: 15px;
}

main .trc_related_container .trc_rbox_div {
    border: 0;
}

main .trc_related_container a {
    color: black !important;
}

main .trc_related_container .videoCube .video-label-box {
    margin-left: 0;
}

main .trc_related_container .videoCube span.video-label.trc_ellipsis,
main .trc_related_container .videoCube .video-label {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 6px;
}

#gallery-taboola-feed .videoCube span.video-label.trc_ellipsis,
#gallery-taboola-feed .videoCube .video-label {
    font-size: 14px;
    margin-top: 0;
}

main .trc_related_container .videoCube .thumbBlock .branding {
    display: none;
}

main .trc_related_container .video-title {
    color: black !important;
}


/* fix for long scroll area because of tracking pixel */
.layout-feed > span > img {
    width: 1px;
    height: 1px;
}

/* Remove empty content from last page of gallery */
.is-last-gallery-page main .slide-inner {
    display: none;
}

#noClickSticky {
    display: none;
}

/* New feed */
/* Desktop feed */
.ad-double {
    display: flex;
    min-height: 250px;
}

.ad-double > div {
    width: 50%;
}

.feed .show-on-mobile-only {
    display: none !important;
}

main .author-block-published a {
    color: black;
}

.widget-taboola {
    background-color: #ffffff;
}

.videoCube .video-label-box {
    margin-left: 0;
}

.layout-comfeed .page-content.comfeed main .ecom-btn-buy + p:empty,
.layout-comfeed2 .page-content.comfeed main .ecom-btn-buy + p:empty {
    display: none;
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }

    #page-content.gallery {
        background-color: #fff;
    }

    .feed .show-on-mobile-only {
        display: block !important;
    }

    .btnNext .arrow-right {
        width: 36px;
        top: -3px;
        margin-left: 10px;
        position: relative;
        left: 0;
        transition: .2s all;
        -moz-transition: .2s all;
        -webkit-transition: .2s all;
    }

    .gallery1 main #slide-0 ~ .wrap-div .btnNextWrap .btnNext,
    .gallery2 main #slide-0 ~ .wrap-div .btnNextWrap .btnNext {
        font-size: 26px;
    }

    .gallery main article .article-ad [data-aa-adunit] {
        clear: both;
        width: 100% !important;
        max-width: 375px !important;
        min-height: 292px !important;
        max-height: 435px !important;
        position: relative !important;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }

    .page-content.feed main .image-wrapper {
        padding: 0;
        padding-bottom: 15px;
        overflow: initial;
    }

    .page-content.feed main .image-wrapper p.captionImg {
        bottom: 0;
        left: 0;
        padding-left: 0;
        background: none;
        font-size: 10px;
        color: black;
        background: white;
        padding: 3px 12px;
        opacity: .75;
    }

    .page-content.feed main .header-post h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.35;
    }

    .page-content.feed main #slide-1 h2 {
        display:none;
    }


    .page-content.feed main .article .article-ad .adTitle {
        font-size: 11px;
    }


    .layout-comfeed .page-content.comfeed main .header-post h1 {
        font-size: 1.875em;
        font-weight: 400;
        text-align: center;
        font-family: "Playfair Display", Georgia, 'Times New Roman', sans-serif;
    }

    .layout-comfeed .page-content.comfeed main .author-block-published {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        font-family: Georgia, 'Times New Roman', sans-serif;
        text-transform: uppercase;
    }

    .layout-comfeed .page-content.comfeed main .author-block-details {
        justify-content: center;
        margin-top: 16px;
    }

    .layout-comfeed .page-content.comfeed main .author-block-row-feed .share-links {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .layout-comfeed .page-content.comfeed main h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        font-family: Georgia, 'Times New Roman', sans-serif;
        color: #1d1d1d;
    }

    .layout-comfeed .page-content.comfeed main p {
        font-size: 20px;
        line-height: 30px;
        font-family: Georgia, 'Times New Roman', sans-serif;
        color: #1d1d1d;
    }

}

@media (min-width: 768px) {
    .zox-nav-menu ul li a {
        font-size: 17px;
    }

    .page-content.feed main {
        padding-right: 0;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

    .page-content.feed .article {
        width: 730px;
    }

    .page-content.feed .sidebar-right {
        position: relative;
        display: flex;
        text-align: center;
        right: 0;
        width: 300px;
        margin-left: 60px;
        margin-right: 0;
    }

    .page-content.feed .sidebar-right .aside-inner,
    .page-content.feed .sidebar-right .aside-inner .ad {
        width: 100%;
    }

    .page-content.feed .sidebar-right .aside-inner:before,
    .page-content.feed .sidebar-right .aside-inner:after {
        content: "";
        display: table;
        width: 300px;
    }

    .page-content.feed .sidebar-right .aside-inner .ad-wrapper {
        display: block;
    }

    .page-content.feed .sidebar-right .aside-inner .ad-wrapper .ad-wrapper-top,
    .page-content.feed .sidebar-right .aside-inner .ad-wrapper .ad-wrapper-bottom {
        width: 300px;
    }

    .page-content.feed .header-post h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: none;
        color: #252525;
        font-size: 2.5em;
        line-height: 1.25;
        padding-bottom: 12px;
    }

    .page-content.feed .author-block-published {
        font-family: 'Poppins', sans-serif;
    }

    .page-content.feed main p {
        margin: 0;
        font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
        font-weight: 400;
        color: #212529;
        text-align: left;
        background-color: #fff;
        font-size: 1.2em;
        line-height: 1.8;
        padding-top: 24px;
    }

    .page-content.feed main .bodyOver p {
        padding-bottom: 24px;
    }

    .page-content.feed main .bodyUnder p {
        padding-bottom: 24px;
    }

    .page-content.feed main .captionImg {
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1;
    }

    .page-content.feed main .slide h2 {
        font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
        color: #252525;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: 700;
        padding-bottom: 0;
    }

    #page-content.feed {
        background-color: #fff;
    }

    .page-content.feed .header-post,
    .page-content.feed main .bodyOver,
    .page-content.feed main .bodyUnder,
    .page-content.feed main h2 {
        padding-left: 0;
        padding-right: 0;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top {
        align-items: center;
        margin: 0;
        color: #999;
        font-family: sans-serif;
        font-size: 11px;
        display: flex;
        flex-basis: 100%;
        padding-bottom: 12px;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-bottom {
        height: 1px;
        background: #e3e3e3;
        margin-top: 12px
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top:after,
    .page-content.feed main .ad-wrapper .ad-wrapper-top:before {
        content: "";
        flex-grow: 1;
        background: #e3e3e3;
        height: 1px;
        font-size: 0;
        line-height: 0;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top:after {
        margin-left: 16px;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top:before {
        margin-right: 16px;
    }

    .page-content.feed main article .article-ad {
        padding-bottom: 30px;
    }


    .layout-comfeed main .slide-inner {
        margin-left: 64px;
        margin-right: 64px;
    }

    .layout-comfeed .header-post {
        text-align: center;
        padding-bottom: 0;
    }

    .layout-comfeed .page-content.comfeed main .header-post h1 {
        line-height: 48px;
        font-size: 36px;
        font-weight: 400;
        text-align: left;
        font-family: "Playfair Display", Georgia, 'Times New Roman', sans-serif;
        padding-bottom: 0;
    }

    .layout-comfeed .page-content.comfeed main .author-block-row-feed {
        display: flex;
        flex-wrap: wrap;
    }

    .layout-comfeed .page-content.comfeed main .author-block-published {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        font-family: Georgia, 'Times New Roman', sans-serif;
        text-transform: uppercase;
    }

    .layout-comfeed .page-content.comfeed main .author-block-details {
        margin-top: 16px;
        width: 100%;
        display: flex;
        justify-content: left;
    }

    .layout-comfeed .page-content.comfeed main .author-block-row-feed .share-links {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
        width: auto;
    }

    .layout-comfeed .page-content.comfeed main .slide h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        font-family: Georgia, 'Times New Roman', sans-serif;
        color: #1d1d1d;
    }

    .layout-comfeed .page-content.comfeed main p {
        font-size: 20px;
        line-height: 30px;
        font-family: Georgia, 'Times New Roman', sans-serif;
        color: #1d1d1d;
    }

    #sidebar-sticky-ad {
        position: sticky;
        top: 0;
    }

    .layout-feed #videoFloatFooter {
        z-index: 9999999;
    }
}

@media (max-width: 991px) {
    .page-content.feed .hide-on-tablet {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .zox-nav-menu ul li a {
        font-size: 18px;
    }

    .layout-comfeed main .slide-inner,
    .layout-comfeed2 main .slide-inner {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    /* All this styles where located over whole file and was related to desktop*/
    .layout-gallery3 .content-1,
    .layout-gallery3 .content-2,
    .layout-gallery3 .content-3 {
        display: block;
    }

    .layout-gallery3 .content-1__mobile {
        background-color: #f4f4f4;
        display: block;
        flex-direction: column;
        padding: 15px;
        min-height: 50px;
        max-height: 100vh;
        overflow: hidden;
    }

    .layout-gallery3 .content-1__mobile-unit,
    .layout-gallery3 .content-2__mobile-unit {
        background-color: #f4f4f4;
        display: block;
        flex-direction: column;
        padding: 15px;
        min-height: 340px;
        max-height: 100vh;
        overflow: hidden;
    }

    .layout-gallery3 .content-3__mobile-unit,
    .layout-gallery3 .content-4__mobile-unit,
    .layout-gallery3 .content-5__mobile-unit {
        background-color: #f4f4f4;
        display: block;
        flex-direction: column;
        padding: 15px;
        min-height: 300px;
        max-height: 100vh;
        overflow: hidden;
    }

    .layout-gallery3 .wrapper-main {
        /* might be important for mobile, but I removed it from DOM*/
        max-width: 1440px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .layout-gallery3 main article .article-ad {
        background-color: #fff;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 10px;
    }

    .layout-gallery3 h1 {
        font-size: 24px;
        line-height: 110%;
        font-weight: 800;
        text-align: center;
    }

    .layout-gallery3 .page-content.gallery main h2 {
        padding-bottom: 5px;
        text-align: center;
    }

    .layout-gallery3 p {
        font-size: 19px;
        margin: 0;
        line-height: 1.5;
    }

    .layout-gallery3 .header-post {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .layout-gallery3 .bodyOver {
        padding-right: 15px;
        padding-left: 15px;
    }

    .layout-gallery3 .bodyUnder {
        padding-right: 15px;
        padding-left: 15px;
    }

    .layout-gallery3 main article .article-ad {
        padding: 10px 15px;
    }

    .layout-gallery3 main article .article-ad-5 {
        background-color: #fff;
        padding: 0 15px 10px 15px;
    }

    .layout-gallery3 .content-1__mobile-unit {
        padding: 5px 0 10px 0;
        width: 100%;
        display: block;
        min-height: 50px;
        overflow: hidden;
        max-height: fit-content;
    }

    .layout-gallery3 .ad-label {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        color: #757575;
        width: 100%;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 5px;
        border: 3px solid #f4f4f4;
        background-color: #f4f4f4;
    }

    .layout-gallery3 aside {
        width: 520px;
    }

    .layout-gallery3 .aside-inner {
        display: -webkit-box;
    }

    .layout-gallery3 .page-content.gallery main {
        width: 100%;
    }

    .layout-gallery3 .ad-label-d {
        text-align: center;
        font-size: 8px;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        color: #aaa;
        text-transform: uppercase;
    }

    .layout-gallery3 main .btnNextSmall {
        transform: translate3d(6px, 0, 0);
    }

    .layout-gallery3 main #slide-0 .image-wrapper .btnNextSmall {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        font-size: 20px;
        font-weight: 700;
        transition: all .25s ease-in-out;
        transform: none;
        padding: 0 20px;
        height: 65px;
        line-height: 65px;
        background-color: var(--primary-color);
    }

    .layout-gallery3 .btnNextWrap {
        position: relative;
        z-index: 999999999999;
    }

    .layout-gallery3 #article-0 .show-on-page-2 {
        display: none !important;
    }

    .layout-gallery3 [id^='article-'] .show-on-page-1 {
        display: none;
    }

    .layout-gallery3 [id='article-0'] .show-on-page-1 {
        display: block;
    }

    .layout-gallery3 .stickyFooter.show-on-page-2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .layout-gallery3 [id^='article-'] .btnNextSmall {
        display: none;
    }

    .layout-gallery3 [id='article-0'] .btnNextSmall {
        display: block;
    }

    .layout-gallery2 #zox-main-head-wrap,
    .layout-gallery3 #zox-main-head-wrap,
    .layout-feed #zox-main-head-wrap {
        z-index: 1;
    }

    .layout-gallery3 main #slide-0 ~ .wrap-div .btnNextWrap .btnNext {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .layout-gallery3 main article .article-ad {
        background-color: #fff;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .layout-gallery3 #recommended {
        margin: 30px 0;
    }

    .layout-gallery3 main #slide-0 .image-wrapper .btnNextSmall {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        font-size: 20px;
        font-weight: 400;
        transition: all .25s ease-in-out;
        transform: none;
        padding: 0 20px;
        height: 65px;
        line-height: 65px;
        background-color: var(--primary-color);
    }

    .layout-gallery3 main #slide-0 .image-wrapper .btnNextSmall:hover {
        background-color: var(--primary-color-hover);
    }

    .layout-gallery3 main #slide-0 .image-wrapper .btnNextSmall span {
        font-size: 24px;
        text-transform: uppercase;
    }

    .layout-gallery3 main #slide-0 .image-wrapper .btnNextSmall svg {
        display: none;
    }

    .layout-gallery3 main #slide-0 .article-slide .image-wrapper > a {
        padding-bottom: 25px;
    }

    .layout-gallery3 main .btnNextWrap .btnNext {
        text-transform: uppercase;
    }

    .layout-gallery3 main .btnNextWrap .btnNext:hover,
    .layout-gallery3 main .image-wrapper .btnNextSmall:hover {
        background-color: var(--primary-color-hover);
    }

    .layout-gallery3 main #slide-0 .image-wrapper .btnNextSmall span {
        font-size: 38px;
    }

    .layout-gallery3 main .bodyOver p {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .layout-gallery3 main .bodyUnder p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    body.layout-feed2 .ad-additional-in-content {
        display: none;
    }
}

.layout-feed #zox-main-head-wrap {
    z-index: 0;
}

.layout-feed .ecom-btn {
    display: none;
}

.layout-feed .ecom-btn-wrap {
    margin-left: 20px;
    margin-right: 20px;
}

.layout-feed .ecom-btn {
    background-color: #000000;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    font-weight: 700;
    border: 1px solid #1faf67;
    border-radius: 0;
    font-size: 20px;
    padding: 10px 15px;
}

.layout-feed .ecom-btn:hover {
    color: #0F1111;
}

.layout-feed .ecom-btn-buy {
    display: flex;
    justify-content: end;
    margin: 10px 0 30px;
}

/* 
.layout-feed .ecom-btn-buy a {
    display: flex;
    justify-content: center;
    color: #ffffff!important;
    background-color: #1faf67;
    font-weight: 500;
    font-size: 18px;
    font-family: sans-serif;
} */

.layout-feed .ecom-btn-buy a {
	border-radius: 6px;
	border: 2px solid #433332;
	width: 100%;
	max-width: 22rem;
	padding-top: 12px;

	display: flex;
	justify-content: space-between;

	color: #433332 !important;
	background-color: transparent;
	font-weight: 700;
	font-size: 1rem;
	font-family: sans-serif;
	line-height: 1.25;
	letter-spacing: -0.25px;
	text-transform: uppercase;	

	transition: all .375s ease-in-out;
}

.layout-feed .ecom-btn-buy a::after {
	flex: 0 0 auto;
	content: "";
	color: inherit;
	display: inline-block;
	width: 1.5em;
	height: 1.25em;
	background-color: currentColor;
	transition: width .375s ease-in-out;

	mask: no-repeat center right;
	-webkit-mask: no-repeat center right;
	mask-size: cover;
	-webkit-mask-size: cover;
	mask-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.54931C0.751089 3.54931 0.549306 3.75109 0.549306 4C0.549306 4.24891 0.751089 4.45069 1 4.45069V3.54931ZM14.3187 4.31869C14.4947 4.14268 14.4947 3.85732 14.3187 3.68131L11.4505 0.813113C11.2745 0.637106 10.9891 0.637106 10.8131 0.813113C10.6371 0.98912 10.6371 1.27448 10.8131 1.45049L13.3626 4L10.8131 6.54951C10.6371 6.72552 10.6371 7.01088 10.8131 7.18689C10.9891 7.36289 11.2745 7.36289 11.4505 7.18689L14.3187 4.31869ZM1 4.45069H14V3.54931H1V4.45069Z' fill='%23009EA8'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.54931C0.751089 3.54931 0.549306 3.75109 0.549306 4C0.549306 4.24891 0.751089 4.45069 1 4.45069V3.54931ZM14.3187 4.31869C14.4947 4.14268 14.4947 3.85732 14.3187 3.68131L11.4505 0.813113C11.2745 0.637106 10.9891 0.637106 10.8131 0.813113C10.6371 0.98912 10.6371 1.27448 10.8131 1.45049L13.3626 4L10.8131 6.54951C10.6371 6.72552 10.6371 7.01088 10.8131 7.18689C10.9891 7.36289 11.2745 7.36289 11.4505 7.18689L14.3187 4.31869ZM1 4.45069H14V3.54931H1V4.45069Z' fill='%23009EA8'/%3E%3C/svg%3E%0A");
}

.layout-feed .ecom-btn-buy a:hover {
	background-color: #433332;
	color: #fff !important;
}

.layout-feed .ecom-btn-buy a:before {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
    padding: 0;
}

.layout-comfeed .slide h2 a {
    color: #D6374F !important;
}

.layout-comfeed .slide h2 .counter-number {
    padding: 0 7px;
    background: #433332;    ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: white;
    height: 30px;
}

.layout-comfeed .page-content.feed main .slide h2 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.layout-comfeed .page-content.feed main .slide h2 .title-text {
    width: calc(100% - 60px);
}

.layout-comfeed .page-content.feed main .image-caption {
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 12px;
    z-index: 2;
}


@media (max-width: 767px) {
    .layout-feed .ecom-btn-buy a {
        width: 100%;
		max-width: unset;
    }
    .layout-feed .ecom-btn-buy a:before {
        margin: 0 auto;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .layout-feed .ecom-btn-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .layout-comfeed .page-content main article .article-ad {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

.layout-comfeed2 .page-content.feed main .slide h2 {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    color: #f25331;
    font-family: 'Marcellus', serif;
}

.layout-comfeed2 .product-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    color: #f25331;
    font-family: 'Marcellus', serif;
}

.layout-comfeed2 .outer-product-poster {
    margin-top: 40px;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.layout-comfeed2 .product-poster {
    padding-top: 16px;
    padding-left: 16px;
    margin-bottom: 40px;
    border: 1px solid;
    border-image: linear-gradient(70deg, #f25331, #c9baa5 70%) 1;
    display: block;
    position: relative;
}

.layout-comfeed2 .product-image {
    width: 100%;
}

.layout-comfeed2 .product-image-inner {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.layout-comfeed2 .product-image picture {
    display: flex;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.layout-comfeed2 .product-detail {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 48px;
    background: white;
}

.layout-comfeed2 .product-detail .product-shop {
    color: #f25331;
    font-size: 11.8px;
    margin-top: 4px;
}

.layout-comfeed2 .product-detail .product-extra {
    display: none;
}

.layout-comfeed2 .product-button {
    padding: 8px 32px;
    border: 1px solid black;
    border-left-width: 5px;
    border-right-width: 5px;
    width: 240px;
    margin-left: -120px;
    height: 60px;
    left: 50%;
    bottom: -30px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    position: absolute;

    background: white;
}

.layout-comfeed2 .product-price {
    color: #1f1f1f;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1.1;
    font-size: 20px;
    font-weight: 600;
}

.layout-comfeed2 .product-price-discount {
    opacity: .4;
    text-decoration: line-through;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1.1;
    font-size: 20px;
    font-weight: 600;
}

.layout-comfeed2 .product-button-title {
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1;
    font-size: 12px;
}

.layout-comfeed2 .product-button .product-button-top {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.layout-comfeed2 .product-button .product-button-bottom {
    display: flex;
}

.layout-comfeed2 .page-content.feed main .slide .bodyUnder p {
    line-height: 1.7;
    font-size: 16px;
}

.layout-comfeed2 .slide:nth-child(odd) .product-poster {
    margin-right: 20px;
    margin-left: 0;
}

.layout-comfeed2 .slide:nth-child(odd) .product-image {
    margin-right: 0;
    margin-left: 0;
    right: -24px;
    position: relative;
}

.layout-comfeed2 .slide:nth-child(odd) .product-detail {
    margin-right: 0;
    margin-left: 0;
    right: -24px;
    position: relative;
}

.layout-comfeed2 .slide:nth-child(even) .product-poster {
    margin-right: 0;
    margin-left: 20px;
}

.layout-comfeed2 .slide:nth-child(even) .product-image {
    margin-right: 0;
    margin-left: 0;
    left: -40px;
    position: relative;
}

.layout-comfeed2 .slide:nth-child(even) .product-detail {
    margin-right: 0;
    margin-left: 0;
    left: -40px;
    position: relative;
}

@media (min-width: 768px) {
    .layout-comfeed2 .page-content.feed main .slide h2 {
        font-size: 32px;
    }

    .layout-comfeed2 .outer-product-poster {
        margin-top: 40px;
        margin-bottom: 80px;
        margin-left: 0;
        margin-right: 0;
    }

    .layout-comfeed2 .slide:nth-child(odd) .product-poster-inner {
        display: flex;
        flex-direction: row-reverse;
    }

    .layout-comfeed2 .slide:nth-child(even) .product-poster-inner {
        display: flex;
        flex-direction: row;
    }

    .layout-comfeed2 .product-detail {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .layout-comfeed2 .slide:nth-child(even) .product-detail {
        left: 0;
    }

    .layout-comfeed2 .slide:nth-child(odd) .product-image {
        width: 50%;
        position: absolute;
    }

    .layout-comfeed2 .slide:nth-child(even) .product-image {
        width: 50%;
        position: absolute;
    }

    .layout-comfeed2 .slide:nth-child(odd) .product-poster-inner:before {
        content: "";
        display: block;
        padding-bottom: calc(50% - 10px);
        width: calc(50% + 20px);
    }

    .layout-comfeed2 .slide:nth-child(even) .product-poster-inner:before {
        content: "";
        display: block;
        padding-bottom: calc(50% - 10px);
        width: calc(50% + 20px);
    }

    .layout-comfeed2 .slide:nth-child(odd) .product-button {
        left: calc(25% + 10px);
        width: 240px;
        margin-left: -120px;
    }

    .layout-comfeed2 .slide:nth-child(even) .product-button {
        right: calc(25% + 10px);
        width: 240px;
        margin-right: -120px;
        left: inherit;
    }

    .layout-comfeed2 .product-name {
        font-size: 30px;
        color: #0F1111;
    }

    .layout-comfeed2 .product-shop {
        color: #0F1111;
        font-size: 12px;
    }

    .layout-comfeed2 .page-content.feed main .slide .bodyUnder p {
        font-size: 18px;
    }
}


#zox-fly-logo a img {
    max-width: 100px;
    max-height: 100px;
}

#zox-site .zox-bot-head-logo,
#zox-site .zox-bot-head-logo-main {
    display: flex;
}

@media (min-width: 768px) {
    .layout-feed .zox-bot-head-logo img {
        max-width: 270px;
        height: auto;
    }

    #zox-site .zox-bot-head-logo,
    #zox-site .zox-bot-head-logo-main {
        width: 220px;
    }

    #zox-site .zox-bot-head-logo img {
        height: auto;
        width: 100%;
    }

    #zox-site .zox-nav-menu ul li a {
        padding: 31px 10px;
        color: var(--color-text-on-primary);
        margin-bottom: 10px;
    }

    #zox-site .zox-nav-menu ul li a:hover {
        color: var(--primary-color-hover);
    }

    #zox-foot-wrap .zox-foot-logo {
        width: 200px;
    }


    .zox-nav-menu ul li a {
        font-size: 17px;
    }

    .page-content.feed main {
        padding-right: 0;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

    .page-content.feed .article {
        width: 730px;
    }

    .page-content.feed .sidebar-right {
        position: relative;
        display: flex;
        text-align: center;
        right: 0;
        width: 300px;
        margin-left: 60px;
        margin-right: 0;
    }

    .page-content.feed .sidebar-right .aside-inner,
    .page-content.feed .sidebar-right .aside-inner .ad,
    .page-content.feed .sidebar-left .aside-inner,
    .page-content.feed .sidebar-left .aside-inner .ad {
        width: 100%;
    }

    .page-content.feed .sidebar-right .aside-inner:before,
    .page-content.feed .sidebar-right .aside-inner:after,
    .page-content.feed .sidebar-left .aside-inner:before,
    .page-content.feed .sidebar-left .aside-inner:after {
        content: "";
        display: table;
        width: 300px;
    }

    .page-content.feed .sidebar-right .aside-inner .ad-wrapper {
        display: block;
    }


    .page-content.feed .sidebar-right .aside-inner .ad-wrapper .ad-wrapper-top,
    .page-content.feed .sidebar-right .aside-inner .ad-wrapper .ad-wrapper-bottom {
        width: 300px;
    }

    .page-content.feed .sidebar-left {
        display: flex;
        left: 0;
        position: relative;
        text-align: center;
        right: 0;
        width: 160px;
        margin-left: 30px;
        margin-right: 30px;
    }


    .page-content.feed .header-post h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: none;
        color: #252525;
        font-size: 2.5em;
        line-height: 1.25;
        padding-bottom: 12px;
    }

    .page-content.feed .author-block-published {
        font-family: 'Poppins', sans-serif;
    }

    .page-content.feed main p {
        margin: 0;
        font-family: 'Roboto', Helvetica, sans-serif;
        font-weight: 400;
        color: #212529;
        text-align: left;
        background-color: #fff;
        font-size: 1.2em;
        line-height: 1.8;
        padding-top: 24px;
    }

    .page-content.feed main .bodyOver p {
        padding-bottom: 24px;
    }

    .page-content.feed main .bodyUnder p {
        padding-bottom: 24px;
    }

    .page-content.feed main .captionImg {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
        line-height: 1;
    }


    .page-content.feed main .slide h2 {
        font-family: Roboto, Helvetica, sans-serif;
        color: #252525;
        margin-bottom: 0;
        font-size: 1.6em;
        font-weight: 700;
        padding-bottom: 0;
    }

    #page-content.feed {
        background-color: #fff;
    }

    .page-content.feed .header-post,
    .page-content.feed main .bodyOver,
    .page-content.feed main .bodyUnder,
    .page-content.feed main h2 {
        padding-left: 0;
        padding-right: 0;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top {
        align-items: center;
        margin: 0;
        color: #999;
        font-family: sans-serif;
        font-size: 11px;
        display: flex;
        flex-basis: 100%;
        padding-bottom: 12px;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-bottom {
        height: 1px;
        background: #e3e3e3;
        margin-top: 12px
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top:after,
    .page-content.feed main .ad-wrapper .ad-wrapper-top:before {
        content: "";
        flex-grow: 1;
        background: #e3e3e3;
        height: 1px;
        font-size: 0;
        line-height: 0;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top:after {
        margin-left: 16px;
    }

    .page-content.feed main .ad-wrapper .ad-wrapper-top:before {
        margin-right: 16px;
    }

    .page-content.feed main article .article-ad {
        padding-bottom: 30px;
    }

    .page-content.feed main .sidebar-ad {
        position: sticky;
        top: 15px;
    }

    .page-content.feed main #slide-1 .hero-panel {
        margin-bottom: 30px;
    }

    #zox-site.layout-feed #zox-main-head-wrap {
        z-index: 0;
    }

    body.layout-feed2 .ad-additional-in-content {
        display: none;
    }

    body.layout-feed.layout-feed {
        padding-top: 0
    }

    body.layout-feed.layout-feed #zox-main-head-wrap {
        position: static
    }

    body.layout-feed.layout-feed .page-content.feed main #slide-1 .hero-panel {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    body.layout-feed.layout-feed .page-content.feed .sidebar-right {
        margin-top: 120px;
    }

    body.layout-feed.layout-feed2 .page-content.feed .sidebar-right .article-ad {
        position: relative;
        top: 0;
    }
}


@media (min-width: 768px) and (max-width: 900px) {
    .page-content.feed main,
    .page-content.full main {
        padding-right: 0;
        padding-left: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .page-content.feed .article {
        width: 750px;
    }

    .page-content.feed main #slide-1 {
        width: auto;
    }

}

#zox-site .original-link-block {
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    /* Hide mobile logo on scroll up*/
    #zox-bot-head-wrap.zox-fix-up {
        display: none !important;
    }
}
/*fixes for fast-gallery top nav section*/
@media (min-width: 768px) {

    body.layout-feed #zox-bot-head-mid { display: flex; justify-content: center;}
    body.layout-feed .zox-bot-head-logo {display: flex; position: relative; overflow: inherit;}
    body.layout-feed .zox-bot-head-logo-main,
    body.layout-feed .zox-bot-head-logo-main nav {display: flex;}
    body.layout-feed .zox-bot-head-logo-main nav a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.layout-feed #zox-site .zox-bot-head-logo-main nav a img {
        display: flex;
        /*width: 220px;*/
        /*height: 50px;*/
    }

    body.layout-feed .zox-bot-head-menu {
        display: none;
        width: auto;
        margin-left:auto;
        margin-right:0;
    }

    body.layout-feed .zox-bot-head-menu .zox-nav-menu ul {
        text-align: left;
        overflow: hidden;
    }

    body.layout-feed #zox-bot-head-wrap .zox-nav-menu .menu-main-menu-container > ul > li > a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 80px;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    body.layout-feed .zox-bot-head-menu {
        display: flex;
    }
}

body.layout-feed span.zox-nav-search-but.fas.fa-search {
    display: flex;
}

body.layout-feed span.zox-nav-search-but.fas.fa-search svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}

html span.zox-widget-side-title,
html h2.zox-s-title1,
html h2.zox-s-title1-feat {
    color: var(--primary-color-hover);
}

.zox-post-side-wrap #zox-side-wrap, .zox-post-side-wrap .zox-side-wrap {
    display: flex;
    grid-gap: 0;
    grid-template-areas: inherit;
}

#block-3.zox-side-widget,
.zox-post-side-wrap #zox-side-wrap .zox-side-widget {
    padding: 0;
    border: 0;
    box-shadow: inherit;
}






.home .zox-widget-main-head {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.home h4.zox-widget-main-title {
    text-align: center;
}

.home span.zox-widget-main-title {
    font-family: 'IM Fell French Canon', sans-serif;
    font-weight: 400;
    text-transform: Capitalize;
    font-size: 3rem;
    font-style: italic;
    color: #111!important;
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
}

#zox-site .zox-feat-ent1-left {
    border-top: 2px solid var(--primary-color-hover);
}

#zox-site a:hover h2.zox-s-title1,
#zox-site a:hover h2.zox-s-title1-feat,
#zox-site a:hover h2.zox-s-title2,
#zox-site a:hover h2.zox-s-title3,
#zox-site h3.zox-post-cat a,
#zox-site span.zox-author-name a {
    color: var(--primary-color-hover);
}




#zox-fly-wrap ul li .fab {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: var(--color-text-on-primary);
    border: 1px solid var(--color-text-on-primary);
    text-align: center;
    line-height: 1;
}


#zox-site #zox-foot-wrap .zox-foot-logo a {
    width: 200px;
}

.single #zox-site #zox-main-body-wrap {
    padding-top: 0;
    border-top: 1px solid #f0f0f0;
}



#zox-fly-wrap nav.zox-fly-nav-menu {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

#zox-fly-wrap nav.zox-fly-nav-menu ul li a {
    text-align: center;
    font-size: 26px;
    padding: 13px 0;
}

#zox-fly-wrap nav.zox-fly-nav-menu ul li:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    #zox-site ul.zox-foot-soc-list li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .zox-bot-head-logo,
    .zox-bot-head-logo-main {
        justify-content: center;
    }

    #zox-site .zox-bot-head-logo {
        position: relative;
    }

    #zox-site .zox-bot-head-logo img,
    #zox-site .zox-bot-head-logo-main img {
        display: flex;
        object-fit: contain;

        max-height: 50px;
        max-width: initial;

        height: 100%;
        width: initial;
    }


    #zox-site .zox-bot-head-logo-main a {
        height: 50px;
        margin-top: 5px;
    }


}

@media (min-width: 768px) {
    #zox-site .zox-foot-menu ul li a {
        font-size: 1rem;
    }

    #zox-site #zox-bot-head-mid {
        display: flex;
        position: inherit;
    }

    #zox-site .zox-bot-head-logo {
        position: relative;
        overflow: inherit;
    }

    #zox-site .zox-mega-dropdown {
        width: 100%;
        left:0;
    }




    #zox-site #zox-bot-head-wrap.zox-fix-up,
    #zox-site .zox-fix-up .zox-bot-head-menu,
    #zox-site .zox-fix-up #zox-bot-head,
    #zox-site .zox-fix-up #zox-bot-head-left,
    #zox-site .zox-fix-up #zox-bot-head-right,
    #zox-site .zox-fix-up #zox-bot-head-mid,
    #zox-site .zox-fix-up .zox-bot-head-logo,
    #zox-site .zox-fix-up .zox-bot-head-logo-main,
    #zox-site .zox-fix-up .zox-nav-menu {
        height: 80px;
    }

    #zox-site .zox-bot-head-logo,
    #zox-site .zox-bot-head-logo-main {
        width: 200px;
    }
    #zox-bot-head-wrap .zox-bot-head-menu {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1022px) {
    #zox-site #zox-bot-head-mid {
        justify-content: center;
    }
}


html body #zox-main-body-wrap {
    padding: 0;
}
html body.home #zox-main-body-wrap,
html body.category #zox-main-body-wrap {
    padding-bottom: 30px;
}

#zox-site #zox-foot-wrap .zox-foot-logo a {
    width: 120px;
}




.zox-widget-flex1-cont .zox-art-wrap:first-of-type img {
    height: 200px;
}

.zox-widget-flex1-cont .zox-art-wrap img {
    object-fit: cover;
    object-position: center;
    height: 80px;
}


#zox-main-blog-wrap .zox-art-wrap:first-of-type img {
    height: 200px;
}

#zox-main-blog-wrap .zox-art-wrap img {
    object-fit: cover;
    object-position: center;
    height: 80px;
    display: flex;
}


#zox-home-cont-wrap .zox-art-wrap:first-of-type img {
    height: 200px;
}

#zox-home-cont-wrap .zox-art-wrap img {
    object-fit: cover;
    object-position: center;
    height: 80px;
    display: flex;
}






@media (min-width: 768px){
    html body.home #zox-main-body-wrap,
    html body.category #zox-main-body-wrap {
        padding-top: 30px;
    }
    #zox-site #zox-foot-wrap .zox-foot-logo a {
        width: 200px;
    }



    .zox-widget-flex1-cont .zox-art-wrap img,
    .zox-widget-flex1-cont .zox-art-wrap:first-of-type img {
        height: 220px;
    }

    #zox-main-blog-wrap .zox-art-wrap img,
    #zox-main-blog-wrap .zox-art-wrap:first-of-type img {
        height: 260px;
    }

    #zox-home-cont-wrap .zox-art-wrap img,
    #zox-home-cont-wrap .zox-art-wrap:first-of-type img {
        height: 220px;
    }

}




html #zox-foot-wrap ul li:first-child {
    margin-right: 0;
}

html[lang='en-US'] {
    margin-top: 0!important;
}

html body #zox-bot-head-wrap {
    background-color: var(--primary-color);
}
footer#zox-foot-wrap {
    background-color: var(--primary-color);
}



footer#zox-foot-wrap a {
    color: var(--color-text-on-primary);
    border-color:  var(--color-text-on-primary);;
}

footer#zox-foot-wrap a:hover {
    color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

footer#zox-foot-wrap p {
    color: var(--color-text-on-primary);
}

#zox-site .zox-fix-up .zox-bot-head-logo img,
#zox-site .zox-fix-up .zox-bot-head-logo-main img {
    max-height: inherit;
    max-width: inherit;
}


#zox-site .zox-bot-head-logo-main a {
    display: inline-block;
    margin-top: 5px;
}

#zox-site .zox-fix-up .zox-nav-menu ul li.zox-mega-drop .zox-mega-dropdown {
    top: 80px;
}

#zox-site .zox-home-right-wrap .zox-side-widget {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}

#zox-site .zox-home-right-wrap .zox-side-widget .wp-block-group__inner-container {
    padding: 0;
}

#zox-site .zox-fix-up {
    top: -80px !important;
}

#zox-site .woocommerce-message:before,
#zox-site .woocommerce-info:before,
#zox-site .woocommerce-message:before,
#zox-site .woocommerce .star-rating span:before,
#zox-site span.zox-s-cat,
#zox-site h3.zox-post-cat a,
#zox-site .zox-s8 span.zox-s-cat,
#zox-site .zox-widget-side-trend-wrap .zox-art-text:before {
    color: var(--primary-color);
}

#zox-site .zox-nav-menu ul li.menu-item-has-children a:after,
#zox-site .zox-nav-menu ul li.zox-mega-drop a:after {
    border-right: 1px solid var(--color-text-on-primary);
    border-bottom: 1px solid var(--color-text-on-primary);
}

#zox-site .zox-nav-menu ul li.menu-item-has-children:hover a:after,
#zox-site .zox-nav-menu ul li.zox-mega-drop:hover a:after {
    border-right: 2px solid var(--primary-color-hover);
    border-bottom: 2px solid var(--primary-color-hover);
}



.slide .image-wrapper picture {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}

.slide .image-wrapper .background-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 0;
}


.slide .image-wrapper img {
    position: relative;
    z-index: 2;
    width: auto;
    object-position: top;
}

@media (max-width: 767px){
    .feed main h2 {
        font-size: 26px;
    }

    .feed main p {
        font-size: 108%;
    }

}

.layout-feed #slide-2 {
    z-index: 999999999;
}


.slide .image-wrapper picture {
    display: flex;
    background-color: #e7e7e7;
    background-image: url(../images/background-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    text-align: center;
    width: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {

    .page-content.feed main .image-wrapper { padding-bottom: 0;}
    #zox-site #page-content.feed {border-top: 0;}

    html #zox-fly-wrap {
        background-color: var(--primary-color);
    }

    html .zox-fly-but-wrap span,
    html .zox-trans-bot.zox-fix-up .zox-fly-but-wrap span,
    html .zox-fly-but-wrap span,
    html nav.zox-fly-nav-menu ul li a,
    html nav.zox-fly-nav-menu ul li.menu-item-has-children:after,
    html span.zox-fly-soc-head,
    html ul.zox-fly-soc-list li a {
        color: #ffffff;
    }

    html .zox-fly-but-wrap span,
    html .zox-trans-bot.zox-fix-up .zox-fly-but-wrap span,
    html .zox-fly-but-wrap span {
        background: #ffffff;
    }

}

#zox-foot-wrap .zox-foot-logo img {
    width: 200px;
    height: auto;
}

main .author-block-row-feed {
    justify-content: left;
}

.page-content.feed .author-block-published,
main .author-block-row-feed span {
    font-family: sans-serif;
    color: #252525;
}

.layout-feed #zox-site {
    overflow: initial;
}

.zox-trans-head:before {
    content:none;
}

/* Mobile ads */
@media (max-width: 767px) {
    main .article .slide-inner .article-ad {
        width: 100vw;
        background: #f4f4f4;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 50px;
        margin-left: auto!important;
        margin-right: auto!important;
        max-width: 90%;
        position: relative;
    }

    main .article .slide-inner .article-ad:before,
    main .article .slide-inner .article-ad:after {
        position: absolute;
        content: "";
        top: 0;
        width: 5.5%;
        background: #f4f4f4;
        height: 100%;
        display: flex;
    }
    main .article .slide-inner .article-ad:before {
        left: -5.5%;
    }

    main .article .slide-inner .article-ad:after {
        right: -5.5%;
    }

    .content-1, .content-2, .content-3, .content-4, .content-5 {
        background-color: #f4f4f4;
        display: inline-block;
        flex-direction: column;
        padding: 15px 0;
        min-height: 340px;
        max-height: 100vh;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
}


@media (max-width: 360px) {
    main .article .slide-inner .article-ad {
        max-width: 92%;
    }
}

/* Mobile ads */
@media (max-width: 767px) {
    #zox-bot-head {
        grid-template-columns: 15px auto;
        grid-column-gap: 0;
    }

    .authors-list-item .authors-list-item-thumbnail img {
        height: 250px;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    #zox-site .zox-bot-head-logo-main a {
        display: flex;
        margin-top: 0;
    }

    main article .article-ad .content-1 {
        display: inline-block;
        justify-content: center;
        align-items: center;
        min-height: 90px;
        max-height: 100vh;
        overflow: hidden;
    }

    main article .article-ad .ad-double > div {
        display: inline-block;
        min-height: 250px;
        width: 50%;
    }

    main article .article-ad  .ad-double > div:first-child {
        text-align: left;
    }
    main article .article-ad .ad-double > div:last-child {
        text-align: right;
    }

    #zox-bot-head-wrap #zox-bot-head {
        display: flex;
        grid-column-gap: 0;
        grid-template-columns: auto;
    }

    #zox-bot-head-wrap #zox-bot-head-right {
        display: none;
    }
}

@media screen and (min-width: 1024px){
    #zox-site .zox-bot-head-menu {
        display: flex;
        margin-left: auto;
        padding: 0;
        width: auto;
    }

    #zox-site .zox-nav-menu .menu-main-menu-container > ul > li > a {
        padding-right: 15px;
    }

    body.layout-feed #zox-bot-head-mid .zox-nav-menu ul li {
        padding-right: 0;
    }

    body.layout-feed #zox-bot-head-wrap .zox-head-width {
        max-width: 1150px;
    }
    body.layout-feed.single-post #zox-bot-head-wrap .zox-head-width {
        max-width: 1320px;
    }
}

#zox-site .zox-o6 span.zox-s-cat {
    background-color: var(--primary-color);
    color: black;
}
#zox-site .zox-o6 span.zox-s-cat:empty {
    display: none;
}


@media (min-width: 768px) {
    body.layout-feed.layout-feed #page-content.feed .slide .image-wrapper .gallery-image {
        height: 100%;
        width: 100%;
        object-position: 50% 50%;
        object-fit: cover;
    }
}


/* THEME DIFFERENCE (LIGHT) ---------------------------------------------- */
#zox-fly-wrap nav.zox-fly-nav-menu {
    padding: 30px 0;
}

/* REGULAR */
html body #zox-bot-head-wrap {background-color: var(--primary-color);}
footer#zox-foot-wrap {background-color: var(--primary-color);}
/* FULL LIGHT */
/*html body #zox-bot-head-wrap {background-color: white;}*/
/*footer#zox-foot-wrap {background-color: white;}*/
/* LIGHT WITH FOOTER */
/*html body #zox-bot-head-wrap {background-color: white;}*/
/*footer#zox-foot-wrap {background-color: var(--primary-color);}*/


#zox-site .woocommerce-message:before,
#zox-site .woocommerce-info:before,
#zox-site .woocommerce-message:before,
#zox-site .woocommerce .star-rating span:before,
#zox-site span.zox-s-cat,
#zox-site h3.zox-post-cat a,
#zox-site .zox-s8 span.zox-s-cat,
#zox-site .zox-widget-side-trend-wrap .zox-art-text:before {
    color: var(--primary-color);
}

#zox-site .zox-nav-menu ul li.menu-item-has-children a:after,
#zox-site .zox-nav-menu ul li.zox-mega-drop a:after {
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

#zox-site .zox-nav-menu ul li.menu-item-has-children:hover a:after,
#zox-site .zox-nav-menu ul li.zox-mega-drop:hover a:after {
    border-right: 2px solid var(--primary-color-hover);
    border-bottom: 2px solid var(--primary-color-hover);
}


.layout-feed .zox-bot-head-logo img {
    max-width: 150px;
    height: auto;
}


footer#zox-foot-wrap a,
footer#zox-foot-wrap p{
    /*color: var(--color-text-on-primary);*/
    color: #433332;
}

footer#zox-foot-wrap a {
    /*border-color:  var(--color-text-on-primary);*/
    border-color:  #ffffff;
}

footer#zox-foot-wrap a:hover {
    color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}



@media (max-width: 767px) {
    #zox-site .zox-bot-head-logo img,
    #zox-site .zox-bot-head-logo-main img {
        display: flex;
        object-fit: contain;

        max-height: 50px;
        max-width: 180px;

        height: 100%;
        width: initial;
    }

    #zox-site .zox-bot-head-logo-main a {
        height: 50px;
        margin-top: 5px;
    }

    html #zox-bot-head-wrap,
    html #zox-bot-head-wrap.zox-trans-bot.zox-fix-up,
    html #zox-fly-wrap,
    html #zox-bot-head-wrap.zox-trans-bot:hover {
        background:  var(--primary-color);
    }

    html nav.zox-fly-nav-menu ul li a,
    html nav.zox-fly-nav-menu ul li.menu-item-has-children:after,
    html span.zox-fly-soc-head, ul.zox-fly-soc-list li a {
        color: #000000
    }


    html .zox-fly-but-wrap.zox-fly-open span {
        background: #000000;
    }

    html #zox-fly-wrap ul li .fab {
        height: 32px;
        width: 32px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        color: #ffffff;
        border: 1px solid #ffffff;
        text-align: center;
        line-height: 1;
    }

    html .zox-fly-but-wrap span,
    html .zox-trans-bot.zox-fix-up .zox-fly-but-wrap span {
        background: #000000;
    }
}
@media (min-width: 768px) {
    .layout-feed .zox-bot-head-logo img {
        max-width: 270px;
        height: auto;
    }

    #zox-site .zox-bot-head-logo,
    #zox-site .zox-bot-head-logo-main {
        width: 200px;
    }

    #zox-site .zox-bot-head-logo img {
        height: auto;
        width: 100%;
        display: flex;
        align-self: center;
    }

    #zox-site .zox-nav-menu ul li a {color: #000000; }
    #zox-site .zox-nav-menu ul li a:hover {color: #000000
    }

    #zox-foot-wrap .zox-foot-logo {width: 200px;}

    body.layout-feed span.zox-nav-search-but.fas.fa-search:hover svg path {
        fill: var(--primary-color-hover);
        stroke: var(--primary-color-hover);
    }

    body.single-fast-gallery .zox-nav-menu ul li a:hover {
        color: var(--primary-color-hover);
    }
}

@media (min-width: 768px) {
    .authors-list-item .authors-list-item-thumbnail img {
        height: 250px;
        object-fit: cover;
    }
}
/* Fix for footer pixel image */
script + img {
    width: 1px;
}

.zox-widget-flex1-cont .zox-art-wrap img, #zox-home-cont-wrap .zox-art-wrap img {
    width: 100%;
}

.layout-feed main .ftc-text {
    font-size: 14px;
    color: black;
    font-style: italic;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

blockquote:before, blockquote:after {
    content: none;
}
/*Add flag to comfeed*/
#zox-bot-head-right {
    grid-template-columns: none;
}

.layout-comfeed .icon-flag-block {
    justify-content: center;
    align-items: center;
    display: flex;
    height: auto;
}

.layout-comfeed .icon-flag {
    display: flex;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

body.country-CA.layout-comfeed .icon-flag {
    background-image: url("../images/icon/flag/CA.png");
}

body.country-CA.layout-comfeed #zox-bot-head-wrap #zox-bot-head-right {
    display: grid;
}
/*body.country-CA.layout-feed .ecom-btn-buy a:before {*/
/*    content: 'Check Amazon Canada';*/
/*}*/

.layout-comfeed .page-content.feed main #slide-2 h2,
.layout-comfeed .page-content.feed main #slide-3 h2 {
    margin-top: 30px;
}

/*Hide ads*/
.article-ad.ad-wrapper,
.page-content.feed .sidebar-right .aside-inner .ad-wrapper,
.article-ad,
.zox-widget-ad{
    display: none;
}


.layout-feed .with-prime-day-banner #slide-2 {
	z-index: 1;
}

@media (max-width: 767px) {
	.comfeed .article.with-prime-day-banner {
		background-color: #fff
	}

	.qc-cmp2-persistent-link {
		padding: 5px;
		right: 11px;
		font-size: 12px;
		top: 70%;
		transform-origin: center right;
		transform: rotate(-90deg);
	}
}

.prime-day-wrapper {
	padding: 15px 20px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	text-align: center;
	margin: 0;

	/* Compatibility styles for sticky*/
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	background: rgba(255,255,255, 0.65);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	bottom: 0;
	z-index: 100;
}

@media (min-width: 768px) {
	.prime-day-wrapper {
		padding: 25px 64px;
	}
}

@media only screen and (max-width: 640px) {
	.prime-day-wrapper {
		justify-content: center;
		flex-direction: column;
	}
}

.prime-day-wrapper .inner-container-wrapper {
	margin: 10px 0;
}

.prime-day-wrapper .inner-container-wrapper.top {
	margin: 0;
}

.prime-day-wrapper .timer-link {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.prime-day-wrapper .timer-link .prime {
	color: #002552;
}

.prime-day-wrapper .timer-link .day-live {
	color: #0096d6;
}

.prime-day-wrapper .timer-link .amazon-logo{
	height: 3.125rem;
}

.prime-day-wrapper .wp-block-button .button {
	background-color: #1a98ff !important;
	color: #ffffff !important;
	text-decoration: none;
	padding: 6px 20px;
	border-radius: 5px;
	font-weight: bold;
	display: inline-block;
}

/* Responsive for mobile screens */
@media only screen and (max-width: 768px) {
	.prime-day-wrapper .timer-link {
		font-size: 1.125rem;
	}

	.prime-day-wrapper .wp-block-button .button {
		font-size: 1rem
	}
}
