body, h1, h2, h3, h4, h5, h6 {
    color: #000;
    background-color: inherit;
    text-transform: none;
    letter-spacing: 0;
}

body * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
 
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *, .slider-post-title *, .article-category, .cat-item,
.slider_title_last_letter {
    font-family: "Helvetica Neue Bold", Helvetica, Arial, sans-serif !important;
}

p {
    margin-bottom: 1em;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

ul {
    list-style: none;
}

.widget {
    max-width: 300px;
    border: none;
}

.custom-logo {
    width: auto;
    max-width: 500px;
}

/*
 * Header
 */

#masthead {
    padding: 35px 60px;
    background-color: #f6f6f6;
    color: #f1f2f6;
    box-shadow: 0 4px 10px #888888;
}

.content-wrap-head {
    text-align: center;
}

.primary-menu {
    float: none;
    display: inline-block;
    margin: 0;
}

.primary-menu ul li a, .primary-menu ul li a:hover {
    color: #000 !important;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 700;
}

.related-title, .comment-reply-title, .entry-content .entry-title a:hover, .entry-meta span a, .entry-footer span a, .entry-meta span a:hover, .entry-footer span a:hover, .page-numbers.current, .pagination a:hover, .posts-related ul.related-grid li .related-ptitle:hover, .widget ul li a:hover {
    color: inherit !important;
}

.top-news {
    margin-top: 70px;
}

.top-news h4{
    width: 200px;
    text-align: center;
    font-style: italic;
    color: #fff;
    background-color: #1cafed;
    padding: 7px;
}

.top-news-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}

.top-news ul {
    margin: 0;
    padding: 0;
}

.top-news li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

.top-news li:first-of-type {
    padding: 0 16px 0 0 ;
}

.top-news li:last-of-type {
    padding: 0 0 0 16px;
}

.top-news img {
	max-height: 236px;
    width: 100%;
}

.single .top-news img {
	max-height: 147px;
    width: 100%;
}

.top-news hr {
    margin: 25px 0;
    background-color: #000;
}

.top-news h3 {
    letter-spacing: -1px;
}

.single .top-news h3 {
	font-size: 2.2rem;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.super-menu .icon-toggle::before {
    background-color: #000;
    /*box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;*/
}
.super-menu .inner-label {
    color: #fff;
}

/*
 * Header - Progress Bar
 */

.progress-container-top {
    width: 100%;
    height: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999;
}

.progress-bar-top {
    height: 4px;
    /* background: #3ddb93; */
    background: #1cafed;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: width .1s ease;
}

/*
 * Slider
 */

#n2-ss-2-arrow-previous {
    width: 200px !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: -200px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#n2-ss-2-arrow-next {
    width: 200px !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    margin-right: -200px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div#n2-ss-2 .nextend-arrow img {
    display: none !important;
    height: 100% !important;
    background: #000;
    opacity: 0.6;
}

div#n2-ss-2 .n2-ss-control-bullet {
    bottom: 20px !important;
}

.slider-content-row {
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 100%);
}

.slider-post-category {
    display: inherit;
}

.slider-post-title > div {
    text-transform: uppercase !important;
}

.slider-post-category, .slider-post-title, .slider-post-excerpt {
    max-width: 60% !important;
}

.slider-post-divider {
    /* width: 30% !important; */
    border-top: 1px solid #fff;
}

.widget {
    margin: 0;
    padding: 0 0 20px;
}

#categories-2 {
    margin-top: 20px;
}

#categories-2 .swidget {
    padding-bottom: 4px;
}

#categories-2 .swidget .widget-title {
    text-align: center;
    font-style: italic;
    color: #fff;
    background-color: #1cafed;
    margin: 0 auto;
    padding: 10px;
    border: none;
}

#categories-2 .swidget-inner ul li {
    font-weight: 700;
    padding: 18px 0 15px;
    margin: 0 15px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#categories-2 .swidget-inner ul li:last-of-type {
    border-bottom: none;
}

#categories-2 .swidget-inner ul {
    border: 1px solid #000;
}

/*
 * Content
 */

.top-news-content h3 {
    text-transform: uppercase;
}

.post-list, .fbox {
    border: none;
    padding: 0;
}

.entry-header img {
    width: 100%;
}

.entry-title {
    text-transform: uppercase;
    margin: 20px 0;
}

.entry-content p a:link, .entry-content p a:visited, .entry-content p a:hover, .entry-content p a:active {
    text-decoration: none;
    color: #ff0d00;
    font-weight: 700;
}

.entry-meta > *, .entry-footer > * {
    color: #000;
    font-size: 11px;
}

.article-category {
    margin: 0;
}

.article-date {
    font-weight: 400;
    text-transform: none;
}

.vertical-divider {
    font-weight: 400;
    color: #555;
    margin: 0 8px;
}

.paging-navigation .nav-links .nav-previous, .paging-navigation .nav-links .nav-next {
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #1cafed;
}

.paging-navigation .nav-links .nav-previous a, .paging-navigation .nav-links .nav-next a {
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

/*
 * Pages
 */
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p {
    margin: 20px 0;
    color: #555;
    line-height: 1.5;
}

.page p {
  color: #555;
  line-height: 1.5;
}

.page h6 {
    margin: 0 0 1em;
    font-size: 0.67em;
    text-transform: none;
}
article.page {
    max-width: 900px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: auto;
}

article.page * {
    font-family: Arial, sans-serif !important;
}

.page article.page .entry-header {
    width: 100%;
    margin: 0;
}

article.page .entry-title {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    text-align: left;
}

article .entry-content img.size-full {
    width: 100%;
}

.page hr {
    border: none;
    height: 2px;
    margin: 1.5rem 0;
    background-color: #f5f5f5;
}

.page a {
    font-weight: 700;
    color: #1cafed;
}

.page a.btn, .page a.btn:hover {
    font-weight: 700;
    color: #fff;
}

.page article ul, .single article ul {
    list-style: disc !important;
}

i.fa, i.fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.page-advertorial-top {
    padding: 4px 0px;
    margin: 0px;
    outline: 0px;
    box-sizing: border-box;
    height: 25px;
    color: rgb(17, 17, 51);
    text-align: center;
    background-color: #ffffff;
    font-size: 14px;
    font-style: normal;
    opacity: 0.6;
    text-align: center;
}


/*
 * Share icons
 */

.sfsi_tool_tip_2 {
    display: none !important;
}

.sfsi_Sicons {
    padding-top: 20px;
    border-top: 1px solid #555;
}

.sfsi_Sicons>div>span {
    font-style: italic;
    padding-bottom: 12px;
    display: block;
}

.content-wrap-head .sfsi_widget {
    float: right;
}

.content-wrap-head .norm_row {
    position: relative !important;
}

.content-wrap-head .sfsi_holders {
    display: none !important;
}

.site-footer .norm_row {
    float: none !important;
    position: relative !important;
    margin: 0 auto 20px !important;
}

header .custom-social-icons {
    float: right;
}

footer .custom-social-icons {
    margin-top: 5px;
    height: 137px;
}

.custom-social-icons a {
    margin-right: 5px;
}
.custom-social-icons a:last-of-type {
    margin-right: 0;
}
.custom-social-icons a img {
    width: 40px;
    height: 40px;
}

/*
 * Footer
 */

.site-footer {
    padding: 0;
    background-color: #f6f6f6;
}

.site-footer .bg-red {
    text-align: center;
    padding: 50px;
}

.site-info {
    padding: 0 0 20px;
}

.site-info, .site-info * {
    float: none !important;
}

.site-info, .fmenu ul li a {
    color: #000;
}

.fmenu ul li a:hover {
    border-bottom: none;
}

.klaviyo-form button:hover {
    color: inherit !important;
}

/*
 * Styles added from text editor
 */

.dark-block {
    font-weight: bold;
    margin: 10px 0 30px;
    font-size: 18px;
    line-height: 1.5;
    background: #000;
    color: #fff;
    padding: 40px 20px 10px;
}

.first-letter-capital::first-letter {
    color:#000000;
    font-size:68px;
    line-height:35px;
    padding-top:3px;
    padding-right:3px;
    font-family: Times, serif, Georgia;
}

.story-update {
    padding: 10px;
    background-color: #dff0d8;
    color: #3c763d !important;
    text-align: center;
    margin: 30px 0 !important;
}

.story-update strong {
    color: #363636;
    font-weight: 700;
}

.green-border-and-background {
    background-color: #f0fff2;
    border: 1px solid #76a17b;
    padding: 20px;
    margin-bottom: 30px;
}

.green-border-solid {
    border: 3px solid #76a17b;
    padding: 20px;
    margin-bottom: 30px;
}
.green-border-dashed-lightgray-bg {
    background-color: #f7f7f7;
    border: 3px dashed #76a17b;
    padding: 15px 26px;
    margin-bottom: 30px;
}

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.call-to-action-green {
    background-color: #22c65b;
    border-color: transparent;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 8px;
    cursor: pointer;
}

.call-to-action-green a {
    color: #fff !important;
}

.call-to-action-blue {
    max-width: 280px;
    margin: 0 auto !important;
    background-color: #1e87f0;
    border-color: transparent;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 8px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.call-to-action-blue a, .full-featured-content-small .site-main .call-to-action-blue a:hover {
    color: #fff !important;
}
.call-to-action-blue:hover {
    background-color: #0f7ae5;
    color: #fff;
}
.call-to-action-blue:active {
    background-color: #0e6dcd;
    color: #fff;
}

.advert-2-update {
    width: calc(100% - 20px);
    color: #111111;
    background-color: #f4f4c3;
    border-radius: 2px;
    font-size: 18px;
}
.advert-2-update p {
    padding: 0 10px 20px;
}
.advert-2-update>p:first-of-type {
    color: #fff;
    background-color: #459ef7;
    padding: 20px 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}

.success-list {
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 10px 50px;
    margin: 60px 0 50px;
    font-size: 24px;
    text-align: center;
}
.success-list img, .how-to-list img  {
    width: auto !important;
}

.how-to-list {
    padding-left: 70px;
    margin: 60px 0 200px;
    text-align: center;
}
.how-to-list p {
    position: relative;
    font-size: 24px;
    margin-bottom: 50px;
}
.how-to-list img {
    position: absolute;
    left: -70px;
    top: -7px;
}

.shadow-image {
    display: inline-block;
    width: 45%;
    padding: 30px;
    margin: 2%;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
@media (max-width: 800px) {
    .shadow-image {
        display: block;
        width: auto;
        margin: auto;
    }
}


.light-blue-background {
    color: #3a87ad;
    background-color: #d9edf7;
    margin-bottom: 30px;
    padding: 8px 35px 28px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #bce8f1;
    border-radius: 4px;
}

.light-blue-background-red-border {
    color: #333;
    background-color: aliceblue;
    border: 2px solid red;
}

.call-to-action-red {
    margin-top: -20px !important;
    display: block;
    text-align: center;
    background-color: #ef432d;
    border-color: #bf3624;
    border-radius: 12px;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    cursor: pointer;
}
.call-to-action-red a, .call-to-action-red a:hover, .call-to-action-red a:active, .call-to-action-red a:visited {
    color: #fff !important;
    font-size: 16px;
    line-height: 44px;
}
.call-to-action-red:hover {
    margin-top: -17px !important;
    border-bottom-width: 3px;
}

.call-to-action-red-simple-with-border {
    font-size: 24px;
    line-height: 1.5;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #ef4214;
    padding: 20px 25px;
    display: block;
    text-align: center;
    cursor: pointer;
}
.call-to-action-red-simple-with-border:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
}
.call-to-action-red-simple-with-border a, .call-to-action-red-simple-with-border a:hover, .call-to-action-red-simple-with-border a:active, .call-to-action-red-simple-with-border a:visited {
    color: #fff !important;
    outline: none;
}
.call-to-action-orange-gradient {
    display: block;
    text-align: center;
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    border: #e67919 1px solid;
    border-radius: 4px;
    cursor: pointer;
}
.call-to-action-orange-gradient a, .call-to-action-orange-gradient a:hover, .call-to-action-orange-gradient a:active, .call-to-action-orange-gradient a:visited {
    color: #fff !important;
    font-size: 18px;
    line-height: 44px;
    outline: none;
}
.bg-gray {
    background: #ebebeb;
    padding: 1px 25px;
}
.dashed-gray {
    padding: 20px;
    border: 5px dashed #ccc;
    margin: 0 15px 25px;
}
.bg-green-dotted-border {
    border: 1px dotted #000;
    background: #EFFFF7;
    padding: 4px 9px;
}
.main-content .bg-green-dotted-border p {
    margin: 0;
    font-size: 17px;
}
.bg-green-dotted-border p::before {
    content: url("images/a-5-checkmark-green-sm.png");
    vertical-align: text-top;
    margin-right: 4px;
}

.a-5-cover-all {
    width: 145.45%;
}

.bg-yellow {
    background-color:yellow;
    font-weight:bold;
}

.call-to-action-orange {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: #f86c1f;
    text-align: center;
    -webkit-box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, .33);
    -moz-box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, .33);
    box-shadow: 10px 10px 19px -4px rgba(0, 0, 0, .33);
    padding: 18px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.call-to-action-orange:hover {
    background: #c04a0a;
}
.call-to-action-orange a {
    color: #fff !important;
}


/*
 * Mobile
 */

@media (max-width: 1300px) and (min-width: 600px) {
	.top-news img {
		max-height: calc( 100vw*0.18);
	}
}
@media (max-width: 1024px) {
    #primary-site-navigation {
        display: none;
    }
    .primary-menu ul li a, .primary-menu ul li a:hover {
        color: #555;
    }
    .site-branding {
        width: 70%;
    }
    .content-wrap-head > div:last-of-type {
        width: 30%;
    }
    .super-menu {
        display: none;
    }
}

@media (max-width: 992px) {
    #secondary {
        display: none;
    }
    #n2-ss-2-arrow-previous {
        width: auto !important;
        height: auto !important;
        left: 0 !important;
        top: calc(50% - 16px) !important;
        margin-left: 0 !important;
        padding: 5px 5px 5px 20px;
        background: #000 !important;
        opacity: 0.5;
    }
    #n2-ss-2-arrow-next {
        width: auto !important;
        height: auto !important;
        right: 0 !important;
        top: calc(50% - 16px) !important;
        margin-right: 0 !important;
        padding: 5px 20px 5px;
        background: #000 !important;
        opacity: 0.5;
    }
    div#n2-ss-2 .nextend-arrow img {
        height: auto !important;
        background: none;
        opacity: 1;
    }
    .n2-ss-margin {
        margin: 0 auto !important;
    }
    .slider-post-title {
        max-width: 80% !important;
    }
    .slider-post-title>div {
        font-size:38px !important;
    }
}

@media (max-width: 800px) {
    #masthead {
        padding: 30px 20px 10px;
    }
    .site-branding {
        max-width: 86%;
    }
    .custom-logo {
        margin: auto;
    }
    .super-menu {
        float: right;
        display: inline;
        width: 10%;
        border: none;
    }

    .content-wrap-head > div:last-of-type {
        display: none;
    }

    .top-news {
        margin-top: 26px;
    }
    .top-news h3 {
        letter-spacing: 0;
        font-size: 18px;
    }
    .top-news-content {
        padding-bottom: 20px;
    }
    #primary, .featured-content, .featured-sidebar {
        margin-top: 20px;
    }
    .post-list {
        padding: 16px;
        margin-bottom: 0;
    }
    .entry-content .entry-title {
        font-size: 22px;
    }

    .page article {
        margin-bottom: 0;
    }
    .site-footer .bg-red {
        padding-top: 60px;
    }
    .site-info {
        padding: 20px 0 30px;
    }

    .site-footer .norm_row {
        margin: 20px auto 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .site-branding {
        padding: 0;
    }
    .featured-content .featured-thumbnail {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    .featured-content .featured-thumbnail img {
        width: 100%;
    }
    .entry-content .entry-title {
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {
    .single #page {
        display: flex;
        flex-direction: column;
    }
    .single #masthead {
        order: 1;
    }
    .single #masthead_cover {
        order: 2;
    }
    .single .top-news {
        order: 4;
    }
    .single #content {
        order: 3;
    }
    #colophon {
        order: 5;
    }

    #masthead {
        padding: 10px 20px 0;
    }
    .site-branding {
        padding: 10px 0;
        width: 80%;
    }
    .custom-logo {
        max-width: 100%;
    }
    .slider-post-category {
        margin-bottom: 6px !important;
    }
    .slider-post-category p, .top-news h4 {
        font-size: 16px !important;
    }
    .slider-post-title>div {
        font-size: 24px !important;
    }
    .slider-post-divider {
        /* width: 45% !important; */
    }
    .single .fbox {
        padding-bottom: 0;
    }
    .single .top-news {
        margin-top: 0;
    }
    .single .top-news .content-wrap {
        padding-top: 20px;
        border-top: 1px solid #000;
    }
    .top-news li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .top-news img {
        width: 100%;
    }
    .top-news hr {
        margin: 15px 0;
    }
    .top-news h3 {
        margin-bottom: 10px;
    }
    .top-news h4 {
        margin: 0 auto 20px;
    }
    .top-news .entry-meta {
        margin-bottom: 24px;
    }
    .nav-links {
        font-size: 12px;
    }
    .full-featured-content-small .site-main .entry-header h1.entry-title, .entry-title {
        font-size: 1.3em;
        line-height: 1.2;
    }
    .green-border-and-background ul {
        margin: 0;
    }
    .call-to-action-green {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 414px) {
    .site-branding {
        padding: 14px 0;
        width: 86%;
    }
    .story-update {
        padding: 3px;
    }
    .call-to-action-green {
        font-size: 0.72em !important;
    }
}

/*
 * Offer 3 - Pet Gentle
 */
.page-template-page-offer-3 #content>.content-wrap, .page-template-page-offer-3 #content>.content-wrap>.full-featured-content-small,
.page-template-page-offer-3-standalone #content>.content-wrap, .page-template-page-offer-3-standalone #content>.content-wrap>.full-featured-content-small,
.page-template-page-naturefresh-offer-3 #content>.content-wrap, .page-template-page-naturefresh-offer-3 #content>.content-wrap>.full-featured-content-small,
.page-template-page-offer-3-naturefresh #content>.content-wrap, .page-template-page-offer-3-naturefresh #content>.content-wrap>.full-featured-content-small
{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-template-page-offer-3 .top-text p, .page-template-page-offer-3 .below-top p,
.page-template-page-offer-3-standalone .top-text p, .page-template-page-offer-3-standalone .below-top p,
.page-template-page-naturefresh-offer-3 .top-text p, .page-template-page-naturefresh-offer-3 .below-top p,
.page-template-page-offer-3-naturefresh .top-text p, .page-template-page-offer-3-naturefresh .below-top p
{
    margin: 0;
    color: #fff;
}

.page-template-page-offer-3 .main-img .text-over *, .page-template-page-offer-3 .last-dog .text-over *,
.page-template-page-offer-3-standalone .main-img .text-over *, .page-template-page-offer-3-standalone .last-dog .text-over *,
.page-template-page-naturefresh-offer-3 .main-img .text-over *, .page-template-page-naturefresh-offer-3 .last-dog .text-over *,
.page-template-page-offer-3-naturefresh .main-img .text-over *, .page-template-page-offer-3-naturefresh .last-dog .text-over *
{
    color: #fff;
    line-height: 1;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: transparent;
    border-color: transparent;
    color: transparent !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #tabwrap ul.tabs li a.current-tap {
    margin: 0;
}

.page-template-page-offer-3 .full-featured-content-small .site-main,
.page-template-page-offer-3-standalone .full-featured-content-small .site-main,
.page-template-page-naturefresh-offer-3 .full-featured-content-small .site-main,
.page-template-page-offer-3-naturefresh .full-featured-content-small .site-main {
    margin: 0;
}

/*
 * Offer 3 - NatureFresh
 */

.page.page-template-page-naturefresh-offer-3  h1, .page.page-template-page-naturefresh-offer-3  h2, .page.page-template-page-naturefresh-offer-3  h3, .page.page-template-page-naturefresh-offer-3  h4, .page.page-template-page-naturefresh-offer-3  h5, .page.page-template-page-naturefresh-offer-3  h6, .page.page-template-page-naturefresh-offer-3  p, .page.page-template-page-naturefresh-offer-3 .main-img.last p, .page.page-template-page-naturefresh-offer-3 .main-img.last h5,
.page.page-template-page-offer-3-naturefresh  h1, .page.page-template-page-offer-3-naturefresh  h2, .page.page-template-page-offer-3-naturefresh  h3, .page.page-template-page-offer-3-naturefresh  h4, .page.page-template-page-offer-3-naturefresh  h5, .page.page-template-page-offer-3-naturefresh  h6, .page.page-template-page-offer-3-naturefresh  p, .page.page-template-page-offer-3-naturefresh .main-img.last p, .page.page-template-page-offer-3-naturefresh .main-img.last h5 {
    color: #676666;
    line-height: 1;
    margin: 0;
}

.page.page-template-page-naturefresh-offer-3 .blue-background h3, .page.page-template-page-naturefresh-offer-3 .blue-background  h6, .page.page-template-page-naturefresh-offer-3 .blue-background  p, .page.page-template-page-naturefresh-offer-3 .below-top  p, .page.page-template-page-naturefresh-offer-3 .content-boxes h4,
.page.page-template-page-offer-3-naturefresh .blue-background h3, .page.page-template-page-offer-3-naturefresh .blue-background  h6, .page.page-template-page-offer-3-naturefresh .blue-background  p, .page.page-template-page-offer-3-naturefresh .below-top  p, .page.page-template-page-offer-3-naturefresh .content-boxes h4 {
    color: #fff;
}

.page.page-template-page-naturefresh-offer-3 .content-boxes h4,
.page.page-template-page-offer-3-naturefresh .content-boxes h4 {
    margin: 0 0 80px 0;
}

.page.page-template-page-naturefresh-offer-3 h6,
.page.page-template-page-offer-3-naturefresh h6 {
    font-size: 24px;
    margin-bottom: 20px;
}

.page.page-template-page-naturefresh-offer-3 li > ul, li > ol,
.page.page-template-page-offer-3-naturefresh li > ul, li > ol {
    margin-left: 0;
}

.page.page-template-page-naturefresh-offer-3 .customers>h1,
.page.page-template-page-offer-3-naturefresh .customers>h1 {
    margin-bottom: 80px;
}

.page.page-template-page-naturefresh-offer-3 .main-img p,
.page.page-template-page-offer-3-naturefresh .main-img p {
    margin-bottom: 120px;
}

.page.page-template-page-naturefresh-offer-3 .main-img.last h5,
.page.page-template-page-offer-3-naturefresh .main-img.last h5 {
    margin-bottom: 40px;
}


@media screen and (max-width: 1400px) {
    .page.page-template-page-naturefresh-offer-3 .content-boxes h4,
    .page.page-template-page-offer-3-naturefresh .content-boxes h4 {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .page.page-template-page-naturefresh-offer-3 h6,
    .page.page-template-page-offer-3-naturefresh h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 992px) {
    .page.page-template-page-naturefresh-offer-3 .main-img p,
    .page.page-template-page-offer-3-naturefresh .main-img p {
        margin: 10px auto 60px;
        font-size: 40px;
    }
}
@media screen and (max-width: 800px) {
    .page.page-template-page-naturefresh-offer-3 .content-boxes h4,
    .page.page-template-page-offer-3-naturefresh .content-boxes h4 {
        font-size: 32px;
        text-align: center;
        width: calc(100% + 120px);
        margin-left: -60px;
    }
    .page.page-template-page-naturefresh-offer-3 p.slogan, .page.page-template-page-naturefresh-offer-3 .below-top p,
    .page.page-template-page-naturefresh-offer-3 .section.stop p, .page.page-template-page-naturefresh-offer-3 .customers>p,
    .page.page-template-page-naturefresh-offer-3 .section.how-does-it-works>p,
    .page.page-template-page-offer-3-naturefresh p.slogan, .page.page-template-page-offer-3-naturefresh .below-top p,
    .page.page-template-page-offer-3-naturefresh .section.stop p, .page.page-template-page-offer-3-naturefresh .customers>p,
    .page.page-template-page-offer-3-naturefresh .section.how-does-it-works>p {
        font-size: 20px;
    }
}
@media screen and (max-width: 720px) {
    .page.page-template-page-naturefresh-offer-3 .main-img p, .main-img.last p,
    .page.page-template-page-offer-3-naturefresh .main-img p, .main-img.last p {
        width: auto;
        font-size: 32px;
    }
    .page.page-template-page-naturefresh-offer-3 h6, .page.page-template-page-naturefresh-offer-3 .below-top p,
    .page.page-template-page-offer-3-naturefresh h6, .page.page-template-page-offer-3-naturefresh .below-top p {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .page.page-template-page-naturefresh-offer-3 .content-boxes h4,
    .page.page-template-page-offer-3-naturefresh .content-boxes h4 {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .page.page-template-page-naturefresh-offer-3 .main-img p,
    .page.page-template-page-offer-3-naturefresh .main-img p {
        font-size: 14px;
        margin-bottom: 26px;
    }
    .page.page-template-page-naturefresh-offer-3 p.slogan, .page.page-template-page-naturefresh-offer-3 .below-top p,
    .page.page-template-page-offer-3-naturefresh p.slogan, .page.page-template-page-offer-3-naturefresh .below-top p {
        font-size: 12px;
        padding: 8px 12px;
    }
    .green-button img {
        width: 14px !important;
    }
}
@media screen and (max-width: 400px) {
    .page.page-template-page-naturefresh-offer-3 p.slogan, .page.page-template-page-naturefresh-offer-3 .below-top p,
    .page.page-template-page-offer-3-naturefresh p.slogan, .page.page-template-page-offer-3-naturefresh .below-top p {
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
    .page.page-template-page-naturefresh-offer-3 .main-img p,
    .page.page-template-page-offer-3-naturefresh .main-img p {
        font-size: 12px;
    }
}
/*
* Instagram Testimonials
 */
.main-content .ig-testimonials-section .ig-post {
    background-color: #fff;
    box-shadow: 20px 20px 40px #999;
    border-radius: 30px;
    max-width: 650px;
    margin: 0 auto 50px;
    padding: 25px 30px;
    user-select: none;
    position: relative;
}
.main-content .ig-testimonials-section .ig-post:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-content .ig-testimonials-section .ig-profile-image,
.main-content .ig-testimonials-section .ig-user-info {
    display: inline-block;
    vertical-align: top;
}
.main-content .ig-testimonials-section .ig-user-info {
    padding-left: 15px;
}
.main-content .ig-testimonials-section .ig-profile-image img {
    width: 65px;
}
.main-content .ig-testimonials-section .ig-user-info h3,
.main-content .ig-testimonials-section .ig-user-info p {
    margin: 0;
    color: #49494b;
}
.main-content .ig-testimonials-section .ig-user-info h3 img {
    height: 30px;
    width: auto;
    margin-top: -5px;
}
.main-content .ig-testimonials-section .ig-options-icon {
    float: right;
}
.main-content .ig-testimonials-section .ig-options-icon span {
    display: block;
    font-size: 50px;
    line-height: 11px;
    color: #49494b;
}
.main-content .ig-testimonials-section .ig-post-image {
    margin: 15px 0;
}
.main-content .ig-testimonials-section .ig-post-options-icons {
    padding-bottom: 14px;
    text-align: center;
}
.main-content .ig-testimonials-section .ig-post-social-options {
    float: left;
    display: inline-block;
    width: 190px;
}
.main-content .ig-testimonials-section .ig-post-icon {
    display: inline-block;
    margin-right: 20px;
}
.main-content .ig-testimonials-section .ig-post-icon img,
.main-content .ig-testimonials-section .ig-post-bookmark img {
    height: 30px;
    width: auto;
}
.main-content .ig-testimonials-section .ig-post-dots {
    display: inline-block;
    font-size: 72px;
    line-height: 5px;
    margin-top: -8px;
    color: #d2d3d5;
}
.main-content .ig-testimonials-section .ig-post-dots span:nth-child(2) {
    color: #0076c0;
}
.main-content .ig-testimonials-section .ig-post-bookmark {
    display: inline-block;
    float: right;
    width: 190px;
    text-align: right;
}
.main-content .ig-testimonials-section p {
    color: #49494b;
    margin: 5px 0;
}
.main-content .ig-testimonials-section .ig-post-likes {
    font-size: 20px;
    margin-top: 20px;
}
.main-content .ig-testimonials-section .ig-post-description {
    font-size: 22px;
}
.main-content .ig-testimonials-section .ig-post-tags {
    font-size: 20px;
}
.main-content .ig-testimonials-section .ig-post-tags span {
    color: #2689c9;
    margin-right: 10px;
}
.main-content .ig-testimonials-section .ig-post-comments {
    font-size: 18px;
    margin: 10px 0 5px;
    color: #b8b9bc;
}
.main-content .ig-testimonials-section .ig-post-published-date {
    font-size: 16px;
    color: #cacacc;
}
.main-content .ig-testimonials-section .ig-post-description-username {
    font-weight: 600;
    padding-right: 5px;
}

@media screen and (max-width: 700px) {
    .main-content .ig-testimonials-section .ig-post {
        zoom: 0.6;
    }
}
@media screen and (max-width: 450px) {
    .main-content .ig-testimonials-section .ig-post {
        overflow:hidden;
    }
    .main-content .ig-testimonials-section .ig-post h3 {
      font-size: 22px;
    }
    .main-content .ig-testimonials-section .ig-post p {
      font-size: 16px;
    }
    .main-content .ig-testimonials-section .ig-post img {
      zoom: 0.6;
    }
    .main-content .ig-testimonials-section .ig-post-options-icons {
      display: flex;
      padding-bottom: 0;
    }
}
.main-content .ig-testimonials-section .ig-post-image img { width: 100%; }
@media screen and (max-width: 450px) {.sheets-reviews .review-box {padding: 20px 10px;}}
.main-content img.keep-original-size { width: auto !important; }
@media screen and (max-width: 900px) {
  .main-content img.keep-original-size { width: 80% !important; }
}
@media screen and (max-width: 900px) { .main-content img.keep-original-size { width: 80% !important; }}

.disclaimer {
    background-color: #59797C;
    padding: 30px 0;
}
.page .disclaimer p, .disclaimer p {
    color: #fff;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}