/*
Theme Name: CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.1
*/

@keyframes pulse {
    from {
        background-position: 110%;
    }
    to {
        background-position: -180%;
    }
}

@keyframes link-blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.4;
    }
}

/* ADMIN */
.mce-content-body ::selection {
    background: #3297FD!important;
    color: #fff!important
}

/* GLOBALS */
.main-wrap {
    z-index: 0;
}
.off-canvas-active .main-wrap {
    transform: none!important;
}
.off-canvas-active .main-wrap::after {
    z-index: 1100;
}
h2 {
    margin: 0.1em 0!important;
}
.title-excerpt {
    font-weight: normal!important;
}
.the-page-title {
    text-transform: uppercase;
}
.posts-wrap .post-meta {
    margin-bottom: 0;
}
.post-excerpt {
    line-height: 1.4;
}
.wp-post-image,
.post-meta a,
.menu-item a {
    transition-duration: 0s!important;
}
.wp-caption-text {
    color: #333;
}
.post-cat {
    font-size: 12px;
}
.posts-dynamic {
    margin-bottom: 0;
}
.block-heading {
    margin-bottom: 20px;
}
.main-pagination {
    margin: 0!important;
}
hr.ozon-alnp-separator {
    border-top: 5px solid black;
    background: none;
    margin: 100px 0;
}
.red-categories .post-meta .post-cat > a {
    color: #e20004;
}
.social-icons > li {
    font-size: 16px!important;
    min-width: unset!important;
    max-width: unset!important;
}
.social-icons > li > a {
    border: none!important;
    font-size: 16px!important;
    color: #000!important;
}
.block-head-c .title a:hover {
    text-decoration: underline;
}
.popmake .mc4wp-form-fields > * {
    margin-bottom: 10px;
}

/* HELPERS */
.page_flip a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.page_flip a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(125deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 60%) -100% / 200% no-repeat;
    transition: background-position 0.2s ease-in-out;
}
.page_flip a:hover::before {
    background-position: -10%;
}
.page_flip a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 10px solid #ccc;
    border-color: #ccc white white #ccc;
    box-shadow: -3px -3px 10px -5px rgba(0,0,0,0.7);
    transition: border-width 0.2s;
}
.page_flip a:hover::after {
    border-width: 20px;
}
.page_flip img {
    display: block;
}
.page_flip figcaption {
    display: none;
}
.margin-left-auto {
    margin-left: auto;
}
.black-block {
    border: 10px solid #000;
    padding: 40px 70px;
}
.center-margins * {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.more-link {
    text-align: center;
}
.more-link a::after {
    content: ' \00bb';
}
.vc_custom_heading.ozonweb_block_heading {
    line-height: 1;
    font-size: 44px;
    margin-bottom: 1em;
}
.vc_custom_heading.ozonweb_block_heading + .cf.block.loop-grid .posts-wrap {
    align-items: flex-start;
}

/* ADS */
div[class*=ozonw-] {
    display: flex;
    justify-content: center;
    height: 100%;
}
.adsbygoogle {
    min-height: 50px;
}
div.ozonw-infeed_grid .adsbygoogle,
div.ozonw-infeed_popular_article_end .adsbygoogle,
div.ozonw-infeed_sidebar_latest .adsbygoogle {
    /* forces in-feed ads to expand for image */
    min-height: 70vw;
}
div[class*=ozonw-],
div[class*=ozonw-] > div,
div[class*=ozonw-] .adsbygoogle {
    width: 100%;
}
div[class*=ozonw-inread_] {
    margin-bottom: 26px;
}
div.ozonw-homepage_1 {
    flex-flow: column;
    justify-content: flex-start;
}
div.ozonw-homepage_3 .adsbygoogle,
div.ozonw-homepage_4 .adsbygoogle {
    max-width: 100%;
}
div.ozonw-sidebar_1 {
    display: block;
}

/* HEADER & MENU */
.inner-head.sticky-bar {
    padding: 10px 0;
    animation: none !important;
}
.main-head.compact .title .logo-image {
    max-height: 55px;
}
.navigation .sub-menu {
    margin: 0!important;
}
#main-head .navigation .menu .sub-menu:not(.sub-menu-active) {
    display: none!important;
}
#main-head .navigation .menu .sub-menu.sub-menu-active {
    visibility: visible!important;
    opacity: 1!important;
    pointer-events: auto!important;
}
#main-head .navigation .menu li.menu-item:hover > ul, 
#main-head .navigation .menu li.menu-item:hover > .sub-menu:not(.sub-menu-active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.main-head .navigation.inline {
    display: flex;
    justify-content: flex-end;
}
.main-head .nav-icons .fa {
    color: #000!important;
}
.top-bar-content .cf.wrap {
    display: flex;
    justify-content: space-between;
}
.top-bar-content .cf.wrap::before,
.top-bar-content .cf.wrap::after {
    display: none;
}
.top-bar-content .navigation {
    flex: 1;
    margin-right: 40px;
}
.top-bar-content .navigation .menu > li:first-child {
    margin-left: 0;
}
.top-bar-content .actions {
    order: 10;
}
.menu-topbar-menu-container .menu {
    display: flex;
}
.menu-topbar-menu-container .menu-item > a {
    font-weight: normal!important;
    font-size: 12px!important;
    padding: 0 1em!important;
}
.menu-topbar-menu-container .menu > .menu-item:first-child > a {
    padding-left: 0 !important;
}
.menu-topbar-menu-container .menu > .menu-item:first-child .sub-menu {
    margin-left: -1em!important;
}
.menu-topbar-menu-container .menu > .menu-item:last-child > a {
    padding-right: 0!important;
}
.menu-main-menu-container .menu {
    display: flex;
    align-items: center;
}
.menu-main-menu-container .menu > .menu-item {
    line-height: 1;
    white-space: nowrap;
}
.menu-main-menu-container .item-mega-menu {
    overflow: hidden;
}
.menu-main-menu-container .item-mega-menu > a {
    font-family: FontAwesome!important;
    font-size: 2em!important;
    line-height: 2em;
    position: relative;
    z-index: 0;
}
.menu-main-menu-container .item-mega-menu > a::after {
    display: none;
}
.menu-main-menu-container .mega-menu.wrap {
    width: 100%;
    left: unset;
    top: calc(50% + 3em)!important;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 10px 10px 20px -7px rgba(0,0,0,0.3);
}
.menu-main-menu-container .mega-menu.wrap .sub-cats {
    min-width: 17em;
    flex: 1;
    padding: 2em 3em;
    border: none;
    border-left: 1px solid #ebebeb;
    height: unset;
}
.menu-main-menu-container .mega-menu.wrap .sub-cats:first-child {
    border: none;
}
.menu-main-menu-container .mega-menu.wrap .menu-item > a {
    border: none!important;
    color: #000!important;
    font-size: 14px;
    padding: 0;
    white-space: nowrap;
}
.menu-main-menu-container .mega-menu.wrap .menu-item-has-children > a::after {
    display: none!important;
}
.menu-main-menu-container .mega-menu.wrap .menu-item:not(.menu-item-has-children) > a{
    font-weight: normal;
}
.menu-main-menu-container .mega-menu.wrap .menu-item > a:hover, 
.menu-main-menu-container .mega-menu.wrap .menu-item:not(.menu-item-has-children) > a:hover {
    text-decoration: underline;
}
.mobile-menu,
.mobile-menu ul li a {
    font-size: 16px;
}

/* SEARCH */
.search-modal .mfp-container {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 60px 20px;
}
.search-modal-box {
    padding: 0;
}
.search-modal .mfp-container::before {
    display: none;
}
.search-modal #ajaxsearchlite2 {
    background: none;
}
.search-modal #ajaxsearchlite2 .probox {
    height: 50px;
    background: none;
}
.search-modal #ajaxsearchlite2 input.orig, 
.search-modal #ajaxsearchlite2 input.autocomplete {
    font-size: 24px;
    height: 50px;
}
.search-modal #ajaxsearchlite2 input.autocomplete {
    margin-top: -50px!important;
}
.search-modal #ajaxsearchlite2 .promagnifier,
.search-modal #ajaxsearchlite2 .proloading, 
.search-modal #ajaxsearchlite2 .proclose {
    margin:  auto 0;
}
.search-modal #ajaxsearchlite2 .proloading .asl_loader {
    padding: 3px;
}
.search-modal #ajaxsearchlite2 .proloading .asl_simple-circle {
    border-width: 2px;
}
#ajaxsearchliteres2 {
    font-size: 18px;
    z-index: 2100;
    padding: 0;
}
#ajaxsearchliteres2 span {
    line-height: 1;
}
#ajaxsearchliteres2 .results .item {
    padding: 10px 20px;
}
#ajaxsearchliteres2 .results .item .asl_content h3, 
#ajaxsearchliteres2 .results .item .asl_content h3 a,
#ajaxsearchliteres2 .results .item .asl_content h3 a:hover {
    color: #000;
    display: block;
    line-height: 1.2;
    font-weight: bold;
    font-size: 18px;
}
#ajaxsearchliteres2 .results .item .etc {
    margin: 0.5em 0 0;
    display: block;
}
#ajaxsearchliteres2 .results .item .etc .asl_date {
    margin: 0;
}
#ajaxsearchliteres2 .results .item .asl_content .asl_desc {
    margin-top: 1em;
    font-size: 14px;
}
#ajaxsearchliteres2 .asl_spacer {
    display: none;
}

/* FOOTER */
.upper-footer .ts-row {
    display: flex;
    justify-content: center;
}
.upper-footer .widget_media_image {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.upper-footer .widget_media_image:first-child {
    display: flex;
}
.menu-footer-menu-container {
    background: #fff;
}
.menu-footer-menu-container .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.menu-footer-menu-container .menu-item a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.menu-footer-menu-container .menu-item a:hover {
    color: #444;
}
.main-footer .social-icons {
    display: flex;
    justify-content: center;
    background: #fff;
    padding-top: 20px;
}

/* LOAD MORE BUTTON */
.main-pagination.load-more i {
    display: none;
}
.main-pagination.load-more .load-button {
    border: 2px solid #000;
    background: #fff linear-gradient(110deg, #000 36%,#fff 36.01%,#fff 40.99%,#000 41%,#000 50.99%,#fff 51%,#fff 57.99%,#000 58%,#000 61.99%,#fff 62%) right/300% no-repeat;
    font-weight: bold!important;
    font-size: 14px;
    transition: background-position 0.5s, color 0.5s;
}
.main-pagination.load-more .load-button:hover,
.main-pagination.load-more .load-button.loading {
    background-position: left;
}
.main-pagination.load-more .load-button.loading {
    background: #000 linear-gradient(110deg,#000 48.9%, #fff 49%, #fff 51%, #000 51.1%) 0% / 200% 120% no-repeat;
    animation: pulse 2s infinite ease-in;
    border-color: transparent;
}

/* LARGE POST */
.large-post {
    margin-bottom: 0;
    position: relative;
}
.large-post .media-ratio {
    padding-bottom: 100%;
}
.large-post .meta-title {
    text-align: left;
    padding: 0;
    margin: 0.5em 0 0;
}
.large-post .post-title-alt {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
}
.large-post .post-content {
    text-align: left;
}

/* LIST POST FIXES */
.list-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-post .content {
    padding-left: 0;
}
.large-title .loop-list .list-post {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.large-title .loop-list .list-post .content {
    margin-top: 0;
}
.large-title .loop-list .post-meta,
.large-title .loop-list .post-content {
    justify-content: center;
    text-align: center;
}
.large-title .loop-list .post-meta .post-title {
    font-size: 24px;
}
.large-title .loop-list .post-meta .title-excerpt {
    font-style: italic;
    font-weight: 300!important;
}
.posts-list > :last-child .list-post, 
.posts-dynamic.list .posts-wrap:last-child > :last-child .list-post {
    margin-bottom: 0;
}

/* GRID & RELATED POSTS FIXES */
[class*=loop-grid] {
    margin-bottom: 0;
}
.block-head-c {
    margin-bottom: 10px;
}
.grid-post .post-thumb {
    margin-bottom: 20px;
}
.grid-post .post-header {
    text-align: left;
}
.widget-posts .post {
    width: 100%;
}
.related-posts .media-ratio {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.sidebar .widget-posts .grid-post .media-ratio {
    padding-bottom: 100%;
}
.related-posts .post {
    margin-bottom: 40px;
}

/* HIGHLIGHTS BLOCK */
.cf.block.highlights-block,
.cf.block.highlights-block .block-content, 
.cf.block.highlights-block .cf.large  {
    height: 100%;
    margin: 0 auto 40px;
}
.cf.block.highlights-block .cf.large {
    display: flex;
    flex-flow: column;
    float: none;
}
.cf.block.highlights-block .grid-post {
    margin: 0;
    border: 10px solid #000;
    background-color: #fff;
    padding: 100% 0 0;
    position: relative;
    height: 0;
    box-sizing: border-box;
}
.cf.block.highlights-block .grid-post:not(:last-child) {
    margin-bottom: 30px;
}
.cf.block.highlights-block .grid-post .post-header {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
    right: 30px;
    bottom: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.cf.block.highlights-block .grid-post .post-meta {
    text-align: center;
}
.cf.block.highlights-block .grid-post .post-header .meta-title {
    max-width: 100%;
}
.cf.block.highlights-block .post-cat {
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}
.cf.block.highlights-block .meta-sep {
    display: none;
}
.cf.block.highlights-block .post-title-alt {
    font-size: 24px;
}


/* POST META */
.post-meta [class*=post-title] a:hover {
    text-decoration: underline;
}
.post-meta .title-arrow {
    display: none;
}
.widget-posts .post-title-alt {
    font-size: 16px!important;
}
.widget-posts .posts.full > .post {
    width: 100%;
}


/* HOMEPAGE */
body.home .main.wrap {
    margin-top: 30px;
}
body.home .page-content > .ts-row {
    margin-bottom: 0;
}
body.home div[class*=ozonw-] {
    margin-bottom: 40px;
}
body.home .shopify-buy__collection-products {
    display: flex;
    flex-flow: column;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
}
body.home .shopify-buy__collection-pagination-button {
    display: none;
}
body.home .shopify-buy__product {
    padding: 0 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
body.home .shopify-buy__product .shopify-buy__btn--parent {
    display: flex;
    flex-flow: column wrap;
    max-height: 140px;
    overflow: hidden;
}
.shopify-buy__product .shopify-buy__btn--parent:focus {
    outline: none;
}
body.home .shopify-buy__product-img-wrapper {
    max-width: 35%;
    flex: 0 0 100%;
    max-height: 100%;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}
body.home .shopify-buy__product-img-wrapper:hover {
    opacity: 0.8;
}
body.home .shopify-buy__product-img-wrapper img {
    max-height: 100%;
    width: auto;
}
body.home .shopify-buy__product__title {
    width: calc(65% - 10px);
    font: bold 18px/1 Roboto, Helvetica, Arial, sans-serif;
    margin-top: 10px;
    cursor: pointer;
}
body.home .shopify-buy__product__title:hover {
    text-decoration: underline;
    opacity: 0.8;
}
body.home .shopify-buy__product__compare-price {
    text-decoration: line-through;
}
#merch img {
    border: 1px solid #ddd;
}
.small-list .loop-list .list-post {
    padding: 0;
    border: 0;
}
.small-list .block-head-c .title {
    font-family: 'Playfair Display', Georgia, serif;
}
.big-list .cf.block.loop-list .posts-wrap .list-post {
    padding-left: 4em;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.big-list .loop-list {
    position: relative;
}
.big-list .loop-list .block-head-c {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    justify-content: center;
}
.big-list .loop-list .block-head-c .title {
    font-weight: 400;
    font-size: 24px;
}
.big-list .loop-list .view-all {
    position: absolute;
    top: 100%;
}
.big-list .loop-list .view-all::after {
    content: ' \00bb';
}
.numbered-list {
    counter-reset: numbered-list;
}
.numbered-list .cf.block.loop-list .posts-container .posts-wrap > [class*=col-] {
    counter-increment: numbered-list;
}
.numbered-list .cf.block.loop-list .posts-wrap .list-post::before {
    content: counter(numbered-list)'.';
    position: absolute;
    left: 1em;
    top: 0.9em;
    font-weight: bold;
    font-size: 1.5em;
    color: #e20004;
}
.bullet-list .cf.block.loop-list .posts-wrap .list-post::before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 1.1em;
    font-size: 1.7em;
    top: 0.6em;
}
.most-popular .loop-list .block-head-c {
    position: relative;
    border: none;
    z-index: 0;
}
.most-popular .loop-list .block-head-c::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    right: 0;
    display: block;
    border-bottom: 4px solid #000;
    z-index: -1;
}
.most-popular .loop-list .block-head-c .title {
    font-weight: 700;
    font-style: italic;
    background: #fff;
    padding: 5px 10px;
}
.featured-excerpt .large-post .post-header {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.featured-excerpt .large-post .media-ratio {
    width: 240px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
}
.featured-excerpt .large-post .post-cat {
    font-size: 18px;
}
.featured-excerpt .large-post .post-title-alt a:hover {
    border-bottom: 1px solid #000;
    text-decoration: none;
}
.featured-excerpt .large-post .title-excerpt {
    text-transform: none;
    font-size: 24px;
    font-weight: 300!important;
    font-style: italic;
}
.featured-excerpt .large-post .title-excerpt::after {
    content: ' \00bb';
    color: #e20004;
}
.featured-excerpt .large-post .title-excerpt strong {
    font-weight: 300!important;
}
.featured-excerpt-no-image .large-post .featured {
    display: none;
}
body.home .wpb_wrapper .mc4wp-form-fields {
    padding: 40px;
    z-index: 0;
}
body.home .wpb_wrapper .mc4wp-form-fields > * {
    margin-bottom: 30px;
}

/* CONTACT PAGE */
.wpcf7 p {
    color: #000;
    font-style: normal;
    margin-bottom: 0.5em;
}
.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 textarea {
    border-color: #000;
    color: #000;
}
.wpcf7 input[type=submit],
.ajax-loader {
    float: right;
}

/* 404 PAGE */
.page-404 .text-404 {
    font-weight: bold;
}
.page-404 .read-more-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.page-404 .posts-container.grid .post-title-alt {
    text-align: left;
    line-height: 1.35;
}

/* CATEGORY PAGE */
.archive-head {
    background: none;
    border: none;
    padding: 30px 25px 20px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
}
.archive-head .title {
    font-weight: bold;
}
.archive-head .sub-title, 
.archive-head .background {
    display: none;
}
.archive-head + .main.wrap {
    margin-top: 0;
}

/* POST */
body.single-post .main.wrap .post-top {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
body.single-post .main.wrap .post-top .post-share {
    padding-bottom: 15px;
}
body.single-post .main.wrap .post-top .post-share-icons {
    display: flex;
    justify-content: center;
}
body.single-post .main.wrap .post-content > *:first-child {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 3em;
    font-size: 20px;
    line-height: 1.3;
}
body.single-post .main.wrap .post-content > p:nth-of-type(1):first-letter {
    font-size: 5em!important;
    font-weight: bold;
    font-style: normal;
    float: left;
    letter-spacing: 0;
    line-height: 1;
    margin: -0.05em 0.1em -0.1em 0;
}
body.is_firefox.single-post .main.wrap .post-content > p:nth-of-type(1):first-letter {
    margin-top: 0.1em;
}
body.single-post .post-content {
    line-height: 1.5;
}
body.single-post .post-content a {
    text-decoration: underline;
}
body.single-post .post-content p > a:hover {
    animation: link-blink 0.5s alternate infinite;
}
body.single .main.wrap .post-content blockquote {
    font-weight: 300!important;
    font-family: Roboto, sans-serif;
    font-style: italic;
    color: #000!important;
    font-size: 28px;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    position: relative;
}
body.single .main.wrap .post-content blockquote::before {
    display: none;
}
body.single .main.wrap .post-content cite {
    font-family: Roboto, sans-serif;
}
body.single-post .post-nav,
body.single-post .post-navigation {
    display: none!important;
}
body.single-post .tag-share .post-tags {
    max-width: unset;
}
body.single-post .related-posts .title {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
body.single-post .related-posts .section-head {
    z-index: 0;
    border: none;
    margin-bottom: 0;
}
body.single-post .related-posts .section-head::before {
    background: #000;
}
body.single-post .related-posts .post-cat {
    display: none;
}
body.single-post .related-posts .post-title-alt {
    text-align: center;
}
body.single-post .post-top .post-title {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}
body.single-post .post-content h1,
body.single-post .post-content h2,
body.single-post .post-content h3,
body.single-post .post-content h4,
body.single-post .post-content h5,
body.single-post .post-content h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.main .sidebar {
    max-width: 340px;
}
.main .sidebar .widget {
    border: none;
    padding: 0;
    box-sizing: border-box;
}
.main .sidebar .widget-posts .widget-title {
    border: none;
    margin: 0 0 10px;
}



/* COOKIE */
.widget.widget_eu_cookie_law_widget {
    list-style: none;
    bottom: 0;
    max-width: 1080px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
}
.widget.widget_eu_cookie_law_widget #eu-cookie-law {
    border-color: #000;
    border-bottom-width: 0;
}
.widget.widget_eu_cookie_law_widget #eu-cookie-law input, 
.widget.widget_eu_cookie_law_widget #eu-cookie-law input:focus, 
.widget.widget_eu_cookie_law_widget #eu-cookie-law input:hover {
    background: #000;
    color: #fff;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
    .ts-row .col-6 {
        float: left;
        width: 50%;
    }
    .vc_custom_heading.ozonweb_block_heading {
        font-size: 66px;
        margin-bottom: 0.5em;
    }
    .content-spacious {
        padding-left: 10%;
        padding-right: 10%;
    }
    .large-post .media-ratio {
        padding-bottom: 50%;
    }
    .large-title .loop-list .post-meta a:hover {
        text-decoration: none;
        border-bottom: 1px solid #000;
    }
    .large-title .loop-list .post-meta .post-title {
        font-size: 38px;
        line-height: 46px;
    }
    .large-title .loop-list .post-meta .post-title .title-excerpt::after{
        content: '\00a0\f105';
        font-family: FontAwesome;
        vertical-align: middle;
    }
    .hp-top-post .large-post .media-ratio {
        padding-bottom: 75%;
    }
    .loop-grid .block-head-c,
    .loop-grid-3 .block-head-c {
        margin-bottom: 0;
    }
    .loop-grid .block-head-c .title,
    .loop-grid-3 .block-head-c .title,
    body.home #ozonboutique .vc_custom_heading.ozonweb_block_heading {
        font-size: 36px;
    }
    .posts-container.grid .posts-wrap > .col-4 {
        padding-top: 30px;
        flex: 1 0 30%;
        width: 30%;
    }
    .posts-container.grid .posts-wrap > .col-4:nth-child(3n+2) {
        padding-top: 0;
        flex: 1 0 40%;
        width: 40%;
    }
    .posts-container.grid .posts-wrap > .col-6 {
        padding-top: 30px;
        flex: 1 0 45%;
        width: 45%;
    }
    .posts-container.grid .posts-wrap > .col-6:nth-child(4n+2),
    .posts-container.grid .posts-wrap > .col-6:nth-child(4n+3) {
        padding-top: 0;
        flex: 1 0 55%;
        width: 55%;
    }
    .posts-wrap .post-meta,
    .widget-posts .post-meta {
        justify-content: space-between;
    }
    .cf.block.highlights-block .grid-post {
        padding-top: 100%;
    }
    .menu-footer-menu-container .menu {
        flex-flow: row;
    }
    .menu-footer-menu-container .menu-item:not(:last-child) {
        margin-right: 3em;
    }
    body.home .page-content > .ts-row {
        margin-bottom: 20px;
    }
    body.home .shopify-buy__collection-products {
        flex-flow: row wrap;
    }
    body.home .shopify-buy__product {
        margin-bottom: 20px;
        flex: 1 1 50%;
    }
    body.home .shopify-buy__product:nth-child(2n) {
        border-left: 1px solid #eee;
    }
    body.home .wpb_wrapper .mc4wp-form-fields {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }
    body.home .wpb_wrapper .mc4wp-form-fields > * {
        margin-right: 70px;
        margin-bottom: 30px;
        flex: 1;
    }
    body.home .wpb_wrapper .mc4wp-form-fields > [type=submit] {
        margin-right: 0;
    }
    body.home .wpb_wrapper .mc4wp-form-fields > .form-footer {
        flex: 1 1 100%;
        margin: 0;
        order: 10;
    }
    body.home .wpb_wrapper .mc4wp-form-fields > .form-footer a {
        text-decoration: underline;
    }
    .featured-excerpt .large-post .post-header {
        display: flex;
        flex-flow: row wrap;
        align-content: flex-start;
        align-items: stretch;
        padding-right: 260px;
        min-height: 270px;
    }
    .featured-excerpt .large-post .featured {
        position: absolute;
        right: 0;
    }
    .featured-excerpt .large-post .media-ratio {
        flex: 0 0 240px;
        margin-left: 20px;
        margin-right: 0;
    }
    .featured-excerpt .large-post .meta-title {
        flex: 1;
    }
    .featured-excerpt-no-image .large-post .post-header {
        padding-right: 0;
        min-height: unset;
    }
    .upper-footer .widget_media_image:nth-child(2) {
        display: flex;
    }
    .widget_media_image.col-4 {
        width: 33.333333%;
        float: left;
    } 
    .archive-head {
        padding: 30px 30px 0;
    }
    body.single-post .main .sidebar {
        max-width: unset;
    }
    body.single-post .main .sidebar > .inner > ul {
        display: flex;
        flex-flow: row wrap;
    }
    body.single-post .main .sidebar .widget-posts {
        flex: 0 0 50%;
        padding: 0;
        margin: auto;
    }
    body.single-post .main .sidebar .ozonw-widget {
        flex: 1 0 100%;
        display: flex;
        justify-content: center;
    }
    body.single-post .related-posts {
        max-width: 50%;
        margin: 0 auto;
    }
    body.single-post .related-posts .posts {
        display: flex;
        flex-flow: column;
    }
    body.single-post .related-posts .posts .post {
        width: 100%;
    }
    body.single-post .related-posts .posts::before,
    body.single-post .related-posts .posts::after {
        display: none;
    }
    div.ozonw-infeed_grid .adsbygoogle,
    div.ozonw-infeed_popular_article_end .adsbygoogle,
    div.ozonw-infeed_sidebar_latest .adsbygoogle {
        /* forces in-feed ads to expand for image */
        min-height: 35vw;
    }
}

@media (max-width: 940px) {
    .top-bar-content {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 1000 !important;
    }
    body.home .posts-dynamic:not(.triplets) .posts-wrap > [class*=col-]:last-child .grid-post {
        margin-bottom: 0;
    }
    body.single-post .main.wrap .post-top .sidebar {
        margin-top: 10px;
    }
}

@media (min-width: 941px) {
    .inner-head {
        padding: 70px 0 30px;
    }
}

@media (min-width: 992px) { 
    .vc_row-o-equal-height {
        display: flex;
    }
    .vc_row-o-equal-height > .vc_column_container > .vc_column-inner, 
    .vc_row-o-equal-height > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        height: 100%;
    }
    .vc_custom_heading.ozonweb_block_heading {
        font-size: 120px;
    }
    .loop-grid .block-head-c,
    .loop-grid-3 .block-head-c {
        padding-left: 30px;
    }
    .posts-container.grid,
    .posts-container.grid .posts-wrap .col-4,
    .posts-container.grid .posts-wrap .col-6 {
        margin: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .posts-container.grid .posts-wrap .triplet-ad {
        padding-left: 25px;
        padding-right: 25px;
    }
    .posts-container.grid .posts-wrap {
        margin-left: -30px;
        margin-right: -30px;
    }
    .posts-dynamic .col-12.large {
        padding: 0;
    }
    .posts-dynamic .large-post {
        padding-left: 30px;
        padding-right: 30px;
    }
    .highlights-top-padding {
        padding-top: 30px;
    }
    .cf.block.highlights-block .cf.large {
        margin-left: 20px;
    }
    .hp-top-post .loop-classic {
        margin-bottom: 0;
        margin-right: 50px;
    }
    body.home .page-content > .ts-row {
        margin-bottom: 0;
    }
    body.home div[class*=ozonw-] {
        margin-bottom: 60px;
    }
    body.home .col-4 div[class*=ozonw-] {
        padding-top: 30px;
    }
    body.home div.ozonw-infeed_grid {
        padding-top: 0;
    }
    body.home .shopify-buy__collection-products {
        flex-flow: row;
    }
    body.home .shopify-buy__product {
        border-left: 1px solid #eee;
        margin-bottom: 0;
        flex: 1;
    }
    body.home .shopify-buy__product:first-child {
        border: none;
    }
    .big-list .cf.block.loop-list .posts-wrap .list-post .post-title {
        font-size: 26px;
    }
    body.single-post .main.wrap .post-top.ts-row {
        display: flex;
        align-items: flex-end;
    }
    body.single-post .main.wrap .post-top .post-share-icons {
        justify-content: flex-end;
    }
    body.single-post .related-posts {
        max-width: unset;
    }
    body.single-post .related-posts .posts,
    body.single-post .widget-posts .posts {
        flex-flow: row nowrap;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
    body.single-post .related-posts .posts > article.post,
    body.single-post .widget-posts .posts li.post {
        flex: 1 0 250px;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.single-post .main .sidebar {
        padding-left: 10px;
    }
    body.single-post .main .sidebar > .inner > ul {
        display: block;
    }
    body.single-post .main .sidebar .widget-posts .grid-post .media-ratio {
        padding-bottom: 52.356%;
    }
    .archive-head {
        max-width: 1080px;
    }
    .upper-footer .widget_media_image:nth-child(3) {
        display: flex;
    }
    div.ozonw-infeed_grid .adsbygoogle,
    div.ozonw-infeed_popular_article_end .adsbygoogle,
    div.ozonw-infeed_sidebar_latest .adsbygoogle {
        /* forces in-feed ads to expand for image */
        min-height: 220px;
    }
    div.ozonw-infeed_popular_article_end {
        min-width: 250px;
        align-self: stretch;
    }
}

@media (max-width: 1079px) {
    body.single-post .main .main-content,
    body.single-post .main .sidebar {
        width: 100%;
    }
    body.single-post .main .sidebar {
        margin-top: 65px;
    }
}

@media (min-width: 1080px) {
    .main.wrap {
        width: 1080px;
        padding: 0;
    }
    body.single-post .sidebar .widget-posts .posts {
        flex-flow: column;
        margin: 0;
    }
    body.single-post .sidebar .widget-posts .posts li.post {
        padding: 0;
        flex: 1;
    }
}