/*
Theme name: Oatmega
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

table thead td {
    padding: 30px 22px 15px !important;
}

.slider-main .owl-dots {
    top: 45% !important;
}

.slider-main .slider__slide__body h2 {
    font-size: 35px !important;
}
.slider-main .slider__slide__body p{
    font-size: 16px !important;
}
.section-media .section__image::after {
    background: none !important;
}
.section-benefits {
    min-height: 900px !important;
}
.list-benefits .list__image {
    text-align: center !important;	
}
.list-benefits .list__image img {
    padding: 10% 5% 0 5% !important;
    max-width: 90% !important;
}
.list-benefits .list__body h5 {
	text-align: center;
}

.section__head-entry {
    display: table-cell;
    vertical-align: middle;
    height: 130px;
}
.list-cookies li::before {
    background: url(https://a1bf13.claudeassets.com/20200925172128im_/https://oatmega.com/wp-content/themes/oatmega/images/kids-icon.png) no-repeat !important;
}
.center {
	text-align:center;
}

.section-cols .section__content-head img {
    position: relative;
    margin-left: 0px !important;
}

.form-contacts .gform_wrapper .gform_footer {
    text-align: center !important;
}

.section-contacts {
    background: #ffffff !important;
}
.footer .footer__badge {
    padding-left: 9px !important;
}


@media (max-width: 499px) {
    .c-cart {
        display: none;
    }

    .slider-main .owl-dots {
        top: 15% !important;
    }
}

@media (min-width: 500px) and (max-width: 766px) {
    .slider-main .owl-dots {
        top: 25% !important;
    }
}

@media (min-width: 500px) {
    .nav-trigger {
        margin-left: 1.5rem;
    }

    .c-cart {
        float: right;
        line-height: 43px;
        position: relative;
        margin-left: 0;
    }

    .c-cart__count {
        position: absolute;
        color: #fff;
        top: 0;
        left: 0;
        width: 43px;
        text-align: center;
        line-height: 36px;
        font-size: .7rem;
        font-weight: bold;
    }

    .c-cart__total {
        font-family: Gotham,sans-serif;
        color: #493728;
        font-weight: 700;
        font-size: 1rem;
        position: relative;
    }

    .c-cart__total::after {
        content: '';
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #493728;
        transition: .2s;
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .c-cart:hover {
        text-decoration: none;
    }

    .c-cart:hover .c-cart__total::after {
        opacity: 1;
        visibility: visible;
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@media (min-width: 768px) {
    .nav-trigger {
        margin-left: 51px;
        margin-top: 11px;
        margin-right: 16px;
    }

    .c-cart {
        margin-left: 51px;
    }
}

@media (min-width: 1024px) {
    .header .nav {
        line-height: 43px;
    }

    .c-cart {
        margin-left: 25px !important;
    }
}

@media (min-width: 1251px) and (max-width: 1297px) {
    .nav>ul>li+li {
        margin-left: 31px !important;
    }

    .c-cart {
        margin-left: 31px !important;
    }
}

@media (min-width: 1344px) {
    .c-cart {
        margin-left: 51px !important;
    }
}

.logo {
    max-width: 240px;
}

@media (max-width: 390px) {
    .nav-trigger { margin-left: 0 !important; }
}

@media (max-width: 1057px) {
    .nav-trigger {
        display: inline-block !important;
        float: right;
        margin-top: 11px;
        margin-right: 16px;
    }

    .nav {
        position: relative;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        padding: 30px 10px 0;
        transition: max-height 1s,opacity .5s,visibility .5s;
    }
}

.footer .footer__bar {
    padding: 15px 0 !important;
}

.footer .footer__links {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.footer .footer__links ul {
    display: block !important;
    text-align: center;
}

.footer .footer__links li {
    float: none !important;
    text-align: left;
    padding-left: 0 !important;
}

.footer .footer__links li+li:before {
    display: none;
}

@media (min-width: 595px) {
    .footer .footer__links li {
        display: inline-block;
        padding-left: 33px !important;
    }

    .footer .footer__links li:first-child {
        padding-left: 0 !important;
    }

    .footer .footer__links li+li:before {
        display: block;
    }
}

@media (min-width: 768px) {
    .footer .footer__links {
        width: 100% !important;
        float: none !important;
    }
}

.section-ingredients .section__content a {
    text-shadow: none !important;
}

.slider-main .slider__slide-image--fullwidth {
    background-position: center center !important;
}

@media (max-width: 767px) {
    .section--simple {
        background-position: 45% -60px !important;
    }

    .slider-main .slider__slide-image--fullwidth {
        position: static !important;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 0 47%;
    }
    
    .slider__slide-inner-image {
        display: none;
    }

    .slider-main .slider__slide__body {
        width: 100% !important;
        color: #493728 !important;
        padding-left: 0 !important;
        display: block !important;
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .slider-main .slider__slide__body h2 {
        color: #f0483e !important;
    }

    .slider__slide-image--mobile {
        z-index: 2;
        left: 0;
        right: 0;
        height: 0 !important;
        position: absolute !important;
        padding-bottom: 44%;
        background-size: cover !important;
        background-position: center !important;
        width: 100% !important;
    }
    
    .slider__slide__body-holder {
        vertical-align: top !important;
        padding-bottom: 0 !important;
        height: auto !important;
        display: block !important;
    }

    .section-ingredients.section--simple {
        padding: 80% 0 0 !important;
        background-size: 180% !important;
        background-position: right top !important;
    }
}

@media (min-width: 768px) {
	.slider__slide__body-holder {
        vertical-align: middle !important;
    }

    .slider__slide--dark h2 {
        color: #fff !important;
    }

    .slider__slide--dark {
        color: #fff !important;
    }

    .slider__slide-image--mobile {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .section-ingredients.section--simple {
        background-position: 25% 0;
    }
}

.slider__slide__body {
    z-index: 5 !important;
}

/*
     FILE ARCHIVED ON 07:50:20 Sep 25, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:11:24 Jun 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.429
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.046
  esindex: 0.007
  cdx.remote: 19.573
  LoadShardBlock: 125.848 (3)
  PetaboxLoader3.datanode: 99.264 (5)
  PetaboxLoader3.resolve: 165.865 (3)
  load_resource: 182.467 (2)
*/