/*
Theme Name: Divi Child Theme
Theme URI: http: //startsmartnow.com/
Description: This is a custom child theme for Divi
Author: Start Smart Now
Author URI: http: //startsmartnow.com/
Template: Divi
Version: 1.0
*/


/* Brand Colors

	drznavy = #00355F					drznavyRGB = 0, 53, 95
	drzlightblue = #4E84C4				drzlightblueRGB = 78, 132, 196
	drzgreen and eogreen = #8DC63F		drzgreenRGB and eogrenRGB = 141,198, 63
   	mzpurple = #9A4E9E					mzpurpleRGB = 154, 78, 158
	mzdarkpurple = #6C207E 				mzdarkpurpleRGB = 108, 32, 126
	eolightpurple = #9686A7				eolightpurposeRGB = 150, 134, 167
	black = #333333						blackRGB = 51, 51, 51
	gray = #898989 						grayRGB = 137, 137, 137
	mzlightgray = #D8D9DA				mzlightgrayrgb = 216, 217, 218

/* Brand Color Helpers */

.navy {
    color: #00355F;
}

.blue {
    color: #4E84C4;
}

.lightblue {
    color: #8CD2F4;
}

.green {
    color: #8dc63f;
}

.purple {
    color: #9A4E9E;
}

.darkpurple {
    color: #6C207E;
}

.lightpurple {
    color: #9686A7;
}

.eopurple {
    color: #595064;
}

.white {
    color: #ffffff;
}

.black {
    color: #222222;
}

.gray {
    color: #898989;
}

.lightgray {
    color: #D8D9DA;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.xlarge {
    font-size: 40px;
}

.large {
    font-size: 30px;
}

.small {
    font-size: 14px;
    line-height: normal;
}

.xsmall {
    font-size: 13px;
    line-height: normal;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.withtext {
    width: calc(55% - 100px);
    margin-bottom: 24px;
}

@media all and (max-width:639px) {
    .withtext {
        width: calc(65% - 30px);
    }
}

@media all and (max-width:375px) {
    .withtext {
        width: calc(100%);
        padding: 0 20px;
    }
}


/* mega menu mobile modifications */

#main-header .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
    position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children>a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children>a:after {
    content: '\4c';
    top: 13px;
    right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children.visible>a:after {
    content: '\4d';
}

#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible>ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}


/* mega menu modifications */

.et_header_style_left #top-menu li.mega-menu>ul {
    left: auto !important;
    right: 0;
}

.et_header_style_centered #top-menu li.mega-menu>ul {
    left: auto !important;
}

.et_header_style_centered #top-menu>li:last-child.mega-menu>ul {
    left: auto !important;
    right: 0! important;
}

#top-menu li.mega-menu>ul {
    width: 680px;
    text-align: center;
    padding: 14px 8px;
}

#top-menu li.mega-menu>ul>li>a,
#top-menu li>ul>li>a {
    padding: 7px 5px 7px;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    border-bottom: none;
}


/* Extra Columns */

.five-columns .et_pb_button_module_wrapper {
    width: 18%;
    float: left;
    margin: 0 2% 0 0;
}

@media all and (max-width:980px) {
    .five-columns .et_pb_button_module_wrapper {
        width: 48%;
        float: left;
        margin: 0 2% 0 0;
    }
}

@media all and (max-width:479px) {
    .five-columns .et_pb_button_module_wrapper {
        width: 100%;
        float: left;
        margin: 0;
    }
}


/* Single Posts */

.single .et_pb_post .entry-content {
    padding-top: 10px;
}

.single .et_pb_post .entry-content img:hover[rel="share"] {
    color: #666;
    opacity: .3;
}

.single .et_pb_post .entry-content {
    font-family: 'Roboto', Arial, Lucida, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8em;
}

.single a:link,
.single a:visited {
    color: #8dc63f;
}

.single .et_pb_post .entry-content a:link,
.single .et_pb_post .entry-content a:visited {
    font-weight: 900;
}

.single a:hover {
    font-weight: 900;
    color: #1122BB;
}

.single .et_pb_post .entry-content ul li,
.single .et_pb_post .entry-content ol li {
    margin-bottom: 1em;
    margin-left: 20px;
}

.single .et_pb_post .entry-content .calloutbox {
    background: #f8f8f8;
    padding: 0;
}

.single .et_pb_post .entry-content .calloutbox h2 {
    font-size: 24px;
    background: #4c4c4c;
    color: #fff;
    padding: 12px 12px 12px 20px;
    margin: 0 0 12px 0;
}

.single .et_pb_post .entry-content .calloutbox ol {
    font-size: 16px;
    color: #4c4c4c;
}

.intro {
    font-size: 16px;
    line-height: 1.4em;
    background: #f8f8f8;
    padding: 12px;
}

.archive article {
    font-family: 'Roboto', Arial, Lucida, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
}


/* Sales Pages */

.page-template-page-template-blank .entry-content ul {
    line-height: 1.5em;
}

.et_pb_section #inner-container.et_pb_row {
    max-width: 600px !important;
}


/* Sitewide Theme Overrides */


/*body {font-size: 18px;} /* override mobile responsive theme font settings */

.container {
    width: 95%;
}


/*  increase container width especially for mobile */


/* #page-container {top:125px !important;} avoids bump when loading */

.logged-in #main-header {
    top: 46px !important;
}


/* avoids bump when loading */

#main-header {
    top: 35px !important;
}


/* avoids bump when loading */

#main-content .container {
    padding-top: 24px;
}

.et_pb_section:not(.home-page-v3):not(.sec-404) {
    padding-top: 0 !important;
}


/*remove top padding from sections */

.et_pb_row {
    width: 95%;
}


/* increas default width of rows across devices */

.error404 .container:before,
.author .container:before {
    background-color: transparent !important;
}

.error404 .et_pb_widget_area_right,
.author .et_pb_widget_area_right {
    border-left: 0 !important;
}

.error404 .et_pb_widget_area_left,
.author .et_pb_widget_area_left {
    border-right: 0 !important;
}

.archive.author article {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

#et_search_icon::before {
    font-weight: 800;
    background: rgba(78, 132, 196, .20);
    top: -13px;
    padding: 10px;
    border-radius: 6px;
}

@media all and (max-width:980px) {
    #et_top_search {
        margin-top: 10px;
    }
    .et_header_style_left .et-search-form {
        width: 100% !important;
        max-width: 480px !important;
    }
    form.et-search-form {
        background: #fff !important;
        top: 50px;
        border: 1px solid #999;
        border-radius: 3px
    }
}

ul#mobile_menu {
    animation: promo-fade-in none;
    -webkit-animation: promo-fade-in none;
    -webkit-transition: all none;
    -o-transition: all none;
    transition: all none;
}


/*Sitewide Styles */

img.alignright {
    margin-bottom: 20px;
}


/* @media all and (max-width:768px) {img.alignright {max-width:250px;margin-left:0;}} */


/* @media all and (max-width:479px) {img.alignright {max-width:150px;}} */

a.more-link,
.et_pb_posts a.more-link {
    text-transform: capitalize;
    background: #333;
    color: #fff;
    padding: 3px 8px 6px;
    border-radius: 2px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-size: 16px;
    -webkit-box-shadow: 4px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 4px 2px 4px rgba(0, 0, 0, .2);
}

a:hover.more-link {
    background: #8dc63f;
    display: inline-block;
}


/* Mobile Menu Custom Mods */

.et_mobile_menu {
    padding: 0 20px 5% 20px;
    border-top: none;
}

.et_mobile_menu li.main-mobile-nav a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 18px 5% 18px 5%;
}


/* Footer */

#footer-bottom {
    display: none;
}

.footer .copyright {
    font-size: 13px;
    line-height: normal;
    color: #f8f8f8;
    text-align: center;
}

.footer .copyright a {
    color: #f8f8f8;
}

.footer-divider {
    height: 1px;
    background: #f8f8f8;
    margin: -10px 0 20px 0;
}

.footer .disclaimer {
    font-size: 12px;
    line-height: normal;
    color: #f8f8f8;
    text-align: center;
    margin: 16px 0 20px 0;
}

.et_pb_social_media_follow li a {
    margin-right: 16px;
}

#main-footer {
    font-family: "Open Sans", Arial, sans-serif;
}

#main-footer #text-4 {
    width: 100%;
    margin: 0;
    float: left;
}

#main-footer .title {
    color: #fff;
}

#main-footer ul.et_pb_social_media_follow {
    margin-top: -10px;
}

#main-footer .et_pb_widget ul li {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 0;
}

#main-footer .et_pb_bg_layout_light .et_pb_widget li a {
    color: #f8f8f8;
}

#main-footer .widget_nav_menu {
    margin-bottom: 0px;
}

#main-footer .et_pb_sidebar_1,
#main-footer .et_pb_sidebar_2 {
    float: right;
}

@media all and (max-width:981px) {
    #main-footer .et_pb_sidebar_1,
    #main-footer .et_pb_sidebar_2 {
        float: left;
    }
}

#main-footer .hero-box {
    max-width: 520px;
}

#main-footer .hero-box h2 {
    font-size: 20px;
    text-transform: uppercase;
}

#main-footer .hero-box p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-right: 3%;
}

#main-footer .hero-form {
    display: inline-block;
    padding: 16px 0 24px 0;
}

#main-footer .hero-form .infusion-field {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5px;
}

#main-footer .hero-form .infusion-submit {
    width: 98%;
}

#main-footer .hero-form input {
    padding: 10px;
    border-radius: 3px;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #222;
}

#main-footer .hero-form button {
    background: #00355f;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

#main-footer .hero-form button:hover {
    background: #4E84C4;
}


/*#main-footer .et_social_icons_container {display: flex;justify-content: center;}
#main-footer .et_social_count_label {display:none;}
#main-footer .et_social_icon::before, #main-footer .et_social_icon::after {font-size: 24px;}
#main-footer .et_social_networks .et_social_icon, #main-footer .et_social_networks .et_social_icon::before, #main-footer .et_social_networks .et_social_icon::after {width: 60px;height: 60px;line-height: 60px;}
@media all and (max-width:767px){#main-footer .et_social_icon::before, #main-footer .et_social_icon::after {font-size: 16px;}
#main-footer .et_social_networks .et_social_icon, #main-footer .et_social_networks .et_social_icon::before, #main-footer .et_social_networks .et_social_icon::after {width: 40px;height: 40px;line-height: 40px;}} */


/* blurb module */

.et_pb_main_blurb_image .et_pb_animation_top.et-animated {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}


/* Single Post Content */

.single .et_pb_post h1.entry-title {
    font-size: 38px;
    margin: 0 0 34px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #4c4c4c;
}

@media all and (max-width:479px) {
    .single .et_pb_post h1.entry-title {
        font-size: 32px;
        line-height: 1.2em;
    }
}

.single .et_pb_post h2.entry-title {
    margin: 0;
    border-bottom: none;
    line-height: normal;
    letter-spacing: normal;
}

.single .et_pb_post h2 {
    font-size: 26px;
    margin: 20px 0 34px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #4c4c4c;
}

.single .et_pb_post h3 {
    font-size: 22px;
    margin: 20px 0 24px 0;
}

.single .et_pb_post h4 {
    font-size: 20px;
    margin: 20px 0 22px 0;
}

.single .et_pb_post h5 {
    font-size: 18px;
    margin: 20px 0 20px 0;
}

.single .et_pb_post h6 {
    font-size: 16px;
    margin: 20px 0 18px 0;
}

#left-area ul,
#left-area ol {
    line-height: 1.7em;
}

.single .et_pb_post #references h3 {
    font-size: 20px;
    margin: 20px 0 16px 0;
}

.single .et_pb_post .ctabox {
    background: #FFFF66;
    border: 1px dashed #00355f;
    padding: 8px;
    line-height: 1.3em;
    font-size: .9em;
}

.single .et_pb_post .ctabox a {
    text-decoration: underline;
}

.et_pb_widget_area_left,
.et_pb_widget_area_right {
    border-color: transparent;
}

.et_monarch .et_social_mobile_button::before {
    background: transparent;
    color: #fff;
}

#comment-wrap {
    padding-top: 0px;
}

.comment_area p,
.comment_area .comment-reply-link {
    font-size: 16px;
    line-height: 1.5em;
}


/* Single Post Podcast ONLY */

.single .et_pb_post.category-podcast,
.single .post.category-podcast {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.category-podcast .entry-content {
    max-width: 768px;
    margin: 0 auto;
}


/* Hero Banner */

.hero-banner .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.hero-banner .hero-box {
    float: right;
    background: rgba(0, 53, 95, .90);
    color: #fff;
    text-align: center;
    max-width: 680px;
    margin: 0 2% 0 0;
    padding: 10px 0;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: normal;
    letter-spacing: normal;
}

.hero-banner.mz .hero-box {
    background: rgba(154, 78, 158, .90);
}

.hero-banner .hero-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0;
}

.hero-banner .hero-box p {
    font-size: 18px;
    margin-bottom: 40px;
}

.hero-banner .hero-box img {
    width: 65px;
}

.hero-banner .hero-box .one_third {
    float: left !important;
    width: 30.66% !important;
    margin-right: 4% !important;
    font-size: 16px;
    padding: 0 20px;
}

.hero-banner .hero-box .et_column_last {
    margin-right: 0% !important;
}

.hero-banner .hero-form {
    display: inline-block;
    padding: 16px 0 10px 0;
    width: 580px;
}

.hero-form .infusion-field label {
    display: none;
}

.hero-banner .hero-form .infusion-field {
    float: left;
    width: 168px;
    margin-right: 8px;
}

.hero-banner .hero-form .infusion-submit {
    float: left;
    width: 228px;
    margin-right: 0px;
}

.hero-banner .hero-form input {
    padding: 10px;
    border-radius: 3px;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #222;
}

.hero-banner .hero-form button {
    background: #4E84C4;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}

.hero-banner.mz .hero-form button {
    background: #6C207E;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #222;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #222;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #222;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #222;
    opacity: 1;
}

@media all and (max-width:981px) {
    /*.hero-banner .et_pb_row {padding:0 !important;}*/
    .hero-banner .hero-box {
        float: none;
        max-width: 680px;
        margin: 30px auto 10px auto;
        padding: 10px;
        border: 2px dashed white;
    }
}

@media all and (max-width:600px) {
    .hero-banner .hero-box {
        width: 100%;
        border: none
    }
    .hero-banner .hero-box img {
        width: 45px;
    }
    .hero-banner .hero-box h2 {
        line-height: 28px;
        margin-bottom: 20px;
    }
    .hero-banner .hero-box p {
        font-size: 16px;
    }
    .hero-banner .hero-box .one_third {
        padding: 0;
        font-size: 14px;
    }
    .hero-banner .hero-form {
        display: inline-block;
        padding: 20px 0 10px 0;
        width: 90%;
    }
    .hero-banner .hero-form .infusion-field {
        float: none;
        width: 85%;
        margin: 0 auto 10px auto;
    }
    .hero-banner .hero-form .infusion-submit {
        float: none;
        width: 85%;
        margin: 0 auto 10px auto;
    }
}


/* Home Programs Section */

.programs {
    text-align: center;
}

.programs .blurb {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
}

.et_pb_section.programs {
    padding: 10px 0 30px 0;
}

.programs .et_pb_row {
    padding: 20px 0 0 0;
}

.programs .row2 {
    padding: 80px 0 0 0;
}

.programs .col-boxes {
    border: 1px solid #ddd;
    padding: 0 0 30px 0px;
}

.programs h1 {
    text-transform: uppercase;
}

.programs h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
    padding: 0;
    letter-spacing: normal;
}

.programs.eo h3 {
    color: #8dc63f;
}

.programs p {
    padding: 10px;
}

.bookpromo h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    max-width: 640px;
    margin: 20px auto 30px auto;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.bookpromo p {
    text-align: center;
    color: #fff;
    max-width: 640px;
    margin: 0 auto 10px auto;
}

@media all and (max-width:980px) {
    .et_pb_section.programs {
        max-width: 640px;
        margin: 0 auto;
        padding: 10px 0 30px 0;
    }
    .programs .row2 {
        padding: 0;
    }
}


/*.programs .et_pb_column_1_3 {width: 30.33% !important;margin-right: 4%;}*/

@media all and (max-width:640px) {
    .programs .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0;
    }
}


/* Programs Section Landing Page */

.programs-page {
    text-align: center;
}

.programs-page h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
}

.programs-page .et_pb_blurb_container {
    padding: 0 20px;
}

.boxed .et_pb_column {
    border: 1px solid #eee;
    padding: 0 0 30px 0;
}


/* Mama Z Section Landing Page */

.recipe-cat-link a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}


/* Section Headings on Home and Section Landing Pages */

.section-header {
    display: inline-block;
    height: auto;
    width: 100%;
    border-bottom: 3px solid #4c4c4c;
}

.section-header .section-name {
    float: left;
    height: 30px;
    margin-right: 1%;
}

.section-header h2 {
    font-size: 32px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
    padding: 0px;
    margin: 0;
    letter-spacing: normal;
}

.section-header .view-all-link a {
    float: right;
    font-size: 16px;
    font-weight: 800;
    color: #333;
}


/* Universal Sidebar */

.widget_search #searchsubmit {
    background-color: #00355f;
}

.widget_search input#searchsubmit {
    color: #fff;
}

#sidebar .et_pb_widget ul li {
    margin-bottom: 0;
}

#sidebar .widget_nav_menu li>a {
    display: block;
    padding: 10px 0 10px 0;
    color: #00355f;
    border-bottom: #fff solid 1px;
    text-indent: 8px;
}

#sidebar .widget_nav_menu {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
}

#sidebar .widgettitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #00355F;
    padding: 12px 0 12px 8px;
}

.et_pb_post_nav_0 span.nav-next a,
.et_pb_post_nav_0 span.nav-previous a {
    background: #4E84C4;
    border-radius: 3px;
}

.et_pb_post_nav_0 span.nav-next a:hover,
.et_pb_post_nav_0 span.nav-previous a:hover {
    background: #00355f;
    border-radius: 3px;
}

.et_pb_post_nav_0 span a {
    font-size: 18px;
    color: #fff;
    line-height: normal;
}

.et_pb_post_nav_0 span a:hover {}


/* BH Styles */

.blog-grid.bh .et_pb_post .post-meta a {
    color: #00355f;
}


/* EO Section Styles */

.eo .section-header h2,
.eo .section-header .view-all-link a,
.eo .et_pb_post .post-meta a {
    color: #8dc63f;
}

.eo .section-header {
    border-bottom: 3px solid #8dc63f;
}

.eo a.more-link,
.eo-section a.more-link {
    background: #8dc63f;
}

.eo a.more-link:hover,
.eo-section a.more-link:hover {
    background: rgba(141, 198, 63, .80);
}

.eo-section #sidebar .widget_nav_menu ul {
    border-top: 1px solid #8dc63f;
}

.eo-section #sidebar .widget_nav_menu li>a {
    border-bottom: 1px solid #8dc63f;
}

.eo-section #sidebar .widget_nav_menu li>a:hover {
    background: #8dc63f;
    color: #fff;
}


/* BH Section Styles */

.bh-section #sidebar .widget_nav_menu ul {
    border-top: 1px solid #4E84C4;
}

.bh-section #sidebar .widget_nav_menu li>a {
    border-bottom: 1px solid #4E84C4;
}

.bh-section #sidebar .widget_nav_menu li>a:hover {
    background: #00355f;
    color: #fff;
}


/* MZ Section Styles */

.mz .section-header h2,
.mz .section-header .view-all-link a,
.mz .et_pb_post .post-meta a {
    color: #9A4E9E;
}

.mz .section-header {
    border-bottom: 3px solid #9A4E9E;
}

.mz a.more-link,
.mz-section a.more-link {
    background: #9A4E9E;
}

.mz a.more-link:hover,
.mz-section a.more-link:hover {
    background: rgba(154, 78, 158, .80);
}

.mz-section #sidebar .widget_nav_menu ul {
    border-top: 1px solid #9A4E9E;
}

.mz-section #sidebar .widget_nav_menu li>a {
    border-bottom: 1px solid #9A4E9E;
}

.mz-section #sidebar .widget_nav_menu li>a:hover {
    background: #9A4E9E;
    color: #fff;
}


/* INSPIRATION Styles */

.in .section-header h2,
.in .section-header .view-all-link a,
.in .et_pb_post .post-meta a {
    color: #4E84C4;
}

.in .section-header {
    border-bottom: 3px solid #4E84C4;
}

.in a.more-link,
.in-section a.more-link {
    background: #4E84C4;
}

.in a.more-link:hover,
.in-section a.more-link:hover {
    background: rgba(78, 132, 196, .80);
}

.in-section #sidebar .widget_nav_menu ul {
    border-top: 1px solid #4E84C4;
}

.in-section #sidebar .widget_nav_menu li>a {
    border-bottom: 1px solid #4E84C4;
}

.in-section #sidebar .widget_nav_menu li>a:hover {
    background: #4E84C4;
    color: #fff;
}

.in-section #text-3 {
    background: #4E84C4;
    padding: 12px;
    color: #fff;
    border-radius: 3px;
}


/* Blog Module Custom Styles */


/* Add blog-grid class to section settings */

.blog-grid .et_pb_row {
    padding: 0 0 40px 0;
}

.et_pb_section.blog-grid {
    padding: 0 0 30px 0;
}

.blog-grid .et_pb_post {
    margin: 0 auto;
    max-width: 480px;
}

.blog-grid .et_pb_post .post-meta {
    position: absolute;
    top: -34px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.home .featured .et_pb_post h2.entry-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 0;
}

.home h2,
.section-name h2 {
    font-weight: 600;
}

.home .et_pb_post .entry-featured-image-url {
    margin-bottom: 12px;
}

.blog-grid .featured .et_pb_post a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
    min-height: 150px;
}

.blog-grid .et_pb_post a img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 220px;
    min-height: 220px;
}

.blog-grid .et_pb_post h2.entry-title {
    padding: 0;
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px;
}

.blog-grid .post-content {
    padding: 10px 10px;
}

.blog-grid .et_pb_post .post-content p {
    display: none;
    color: #4c4c4c;
    font-size: 16px;
    line-height: normal;
}

@media all and (max-width:980px) {
    .blog-grid .et_pb_row {
        padding: 0;
    }
    .blog-grid .featured .et_pb_post a img {
        height: 340px;
    }
    .section-header h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .blog-grid .et_pb_post .post-meta {
        position: static;
        padding: 0 0 0 10px;
    }
    .section-header .view-all-link a {
        font-weight: normal;
    }
}

@media all and (max-width:767px) {
    .blog-grid .featured .et_pb_post a img {
        min-height: 150px;
        max-height: 150px;
    }
}

@media all and (max-width:479px) {
    .blog-grid .featured .et_pb_post a img {
        min-height: 220px;
    }
}


/* Social Media Follow Module - Footer Only */

.et_pb_social_media_follow li a.icon::before {
    font-size: 24px;
}


/***** Sidebar Styles Section *****/


/*Recipe Sidebar */

.recipe-sidebar-quote {
    font-size: 14px;
    line-height: 1.3em;
    font-style: italic;
}


/* Category Archive Pages */

.archive .et_pb_post {
    clear: both;
    font-size: 18px;
}

body.archive #left-area .et_pb_post h2 {
    font-size: 28px !important;
    margin: 0 0 10px 0;
    line-height: 1.3em;
}

.archive.category-podcast .et_pb_post a img {
    height: auto;
}

.archive .et_pb_post a img {
    float: left;
    margin-right: 5%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 300px;
    height: 210px;
    margin-bottom: 10%;
}

.archive a.more-link {
    margin-top: 20px;
}

.archive.category-1922 a.more-link,
.archive.category-1922 .et_pb_posts_nav {
    display: none;
}

.archive .et_pb_post .et_main_video_container {
    margin-bottom: 3%;
    float: left;
    margin-right: 5%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 300px;
    min-height: 250px;
}

@media all and (max-width:768px) {
    .archive .et_pb_post {
        margin: 0 auto 10% 0;
    }
    .archive .et_pb_post h2.entry-title {
        clear: both;
    }
    .archive .et_pb_post a img {
        float: none;
        margin-right: 0;
        width: 100%;
        max-height: 175px;
        margin-bottom: 10px;
    }
    .archive .et_pb_post .et_main_video_container {
        width: 100%;
        max-width: 640px;
        min-height: auto;
    }
    .archive a.more-link {
        margin-top: 20px;
    }
}


/* Search Results Page */

.search h1 {
    border-bottom: 1px solid #00355f;
    margin-bottom: 20px;
}

.search .et_pb_post {
    clear: both;
    font-size: 16px;
    line-height: 1.4em;
}

body.search #left-area .et_pb_post h2 {
    font-size: 24px !important;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.search .et_pb_post a img,
.search .et_pb_post .et_main_video_container {
    display: none;
}

.search a.more-link {
    background: #00355f;
    margin-top: 10px;
}

.search a.more-link:hover {
    background: rgba(0, 53, 95 .80);
}


/* Single Posts */

@media all and (max-width:479px) {
    .comment_avatar img {
        max-width: 45px;
    }
}


/* EOR Sales Pages 8 */

.circle img {
    border-radius: 50%;
}

.circle-border img {
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 3px 5px #999;
    box-shadow: 2px 3px 5px #999;
}


/* EO Sales Pages */

#pricing-tables .et_pb_column {
    width: 33%;
    margin-right: 0px;
}

#pricing-tables h2 {
    color: #fff;
    font-size: 36px;
}

#pricing-tables h6 {
    color: #fff;
    font-weight: 500;
}

#pricing-tables ul {
    list-style-type: none;
    margin: 40px 16px 0px 60px;
    padding: 0;
}

#pricing-tables li {
    text-indent: -32px;
    padding: 0 10px 20px 10px;
}

#pricing-tables li:last-child {
    padding-bottom: 30px;
}

#pricing-tables li:before {
    font-family: ETmodules !important;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    content: attr(data-icon);
    color: #8dc63f;
    float: left;
    width: 32px;
    margin-top: 2px;
    font-size: 24px;
}

#icon-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#icon-list li {
    text-indent: -30px;
    padding: 0 0 20px 0;
}

#icon-list li:last-child {}

#icon-list li:before {
    font-family: ETmodules !important;
    font-weight: bolder;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    content: attr(data-icon);
    color: #8dc63f;
    float: left;
    width: 30px;
    margin-top: 3px;
    font-size: 22px;
}


/* Custom WP-PageNavi Styles */

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #FFF;
    text-decoration: none;
    background-color: #4c4c4c;
    border: none;
    padding: 6px 12px;
    margin: 3px;
    font-size: 16px !important;
    display: inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: none;
    background-color: #8dc63f;
    color: #fff;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #8dc63f;
    color: #fff !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #fff !important;
}


/* 2018 Infusionsoft Updated Styles */

.inf_field_hi {
    display: none;
    visibility: hidden;
}


/* form filter */


/* Infusionsoft Default Styles on Optin Pages */

::-moz-placeholder {
    color: #444;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #444;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #444;
    opacity: 1;
}

.infusion-form {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.3em;
}

.infusion-form .infusion-field,
.infusion-submit {
    padding-bottom: 10px;
}

.infusion-form .infusion-field .infusion-option {
    display: block;
}

.infusion-form .infusion-field .infusion-field label {
    display: inline;
    font-size: 14px;
}

.infusion-form .infusion-submit button {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    background-color: #8dc63f;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 12px 6px;
    cursor: pointer;
}

.infusion-form .infusion-submit button:hover {
    background-color: #39850d;
}

#inf_field_Phone3 {
    font-size: 14px !important;
    font-style: italic;
}


/* Infusionsoft Inline Form Styles on Optin Page */

.infusion-form.form-inline {
    display: flex;
    max-width: 100%;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.infusion-form.form-inline .infusion-field .infusion-field-input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 98% !important;
    min-width: 235px;
}

.infusion-form.form-inline label {
    color: #fff;
    margin: 5px 10px 5px 0;
    font-size: 13px;
}

form:not(inf_form_19871913c97806fa489e0ca6d5ce5afa) .infusion-form.form-inline button {
    padding: 10px 6px;
    margin: 0px 0px 10px 0px;
    min-width: 220px;
    min-height: 52px;
}

@media (max-width: 800px) {
    .infusion-form.form-inline {
        flex-direction: column;
        align-items: stretch;
        max-width: 375px;
    }
}

.infusion-form:not(.newsletter-signup):not(#inf_form_19871913c97806fa489e0ca6d5ce5afa) .infusion-field .infusion-field-input,
.infusion-field .infusion-field-input-container {
    width: 100%;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 16px;
    border: 1px solid #ccc;
    min-height: 52px;
}

#category-banner-form-section .infusion-form .infusion-field .infusion-field-input,
#category-banner-form-section .category-banner-form-row .infusion-field .infusion-field-input-container,
.category-banner-form-row .infusion-form .infusion-field .infusion-field-input,
.category-banner-form-row .infusion-field .infusion-field-input-container {
    width: 100%;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 16px;
    border: 1px solid #ccc;
    min-height: 52px;
}

.category-row-form button,
#category-banner-form-section button {
    padding: 11px 30px!important;
}


/* Infusionsoft Optin Offers Styles */

.entry-content #optin-footer a:link,
.entry-content #optin-footer a:visited {
    color: #fff;
    font-weight: normal;
}

#webform1,
#webform2 {
    max-width: 360px;
    margin: 0 auto;
    line-height: 1em;
}


/* #optin-offers .infusion-field label {display:none;} */

#optin-offers .infusion-field .infusion-field-input-container,
#optin-offers .infusion-field .infusion-field-input {
    width: 100%;
    max-width: 360px;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 20px;
    border: 1px solid #ccc;
}

#optin-offers .infusion-field .infusion-field-input-container:focus,
#optin-offers .infusion-field .infusion-field-input:focus {
    border-color: #4e84c4;
}

#optin-offers .infusion-submit button {
    max-width: 360px;
    background-color: rgb(146, 211, 54);
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px 2px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#optin-offers .infusion-submit button:hover {
    background: #8dc63f;
}

#optin-offers .eo ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
    /* Firefox */
}

#optin-offers .eo :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
    /* Firefox */
}

#optin-offers .eo ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
    /* Firefox */
}

#optin-offers .eo ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
    /* Firefox */
}

#optin-offers .eo :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#optin-offers .eo ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#optin-offers .eo .infusion-field .infusion-field-input-container,
#optin-offers .eo .infusion-field .infusion-field-input {
    background-color: #9686a7;
    border: 1px solid #fff;
}

#optin-offers .hyg .infusion-submit button {
    background-color: rgb(46, 143, 155);
    color: #fff;
    font-weight: 600;
    font-style: italic;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px 2px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#optin-offers .hyg .infusion-submit button:hover {
    background: #25727c;
}

#optin-offers .mz .infusion-submit button {
    background-color: #9A4E9E;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px 2px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#optin-offers .mz .infusion-submit button:hover {
    background: #6C207E;
}

#optin-offers .consent-checkbox {
    font-size: 12px;
}


/* Blockquote styling */

.single blockquote {
    background-color: #f7f7f7;
    padding: 26px 30px;
    font-weight: 400;
    font-family: "Crimson Text";
    font-style: italic;
    line-height: 1.5em;
    -webkit-box-shadow: 0px 0px 10px #dedede;
    box-shadow: 0px 0px 10px #dedede;
    font-size: 22px;
    border-color: #8DC63F;
}

.single blockquote>strong:nth-child(1) {
    display: block;
}

.single blockquote>p>strong {
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    font-family: "Open Sans";
    font-style: normal;
    text-transform: uppercase;
    color: #8DC63F;
}


/* Search page featured image styling */

.search .et_pb_post a img {
    display: block;
    float: left;
    margin-right: 5%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 300px;
    max-height: 169px;
    margin-bottom: 10%;
}


/*** Responsive Styles Smartphone Portrait ***/

@media all and (max-width: 479px) {
    #optin-offers .infusion-submit button {
        font-size: 16px;
    }
    .search .et_pb_post a img {
        max-height: 220px;
    }
}


/* Divi Gallery */

.in-section .mfp-image-holder .mfp-close {
    opacity: 0.8;
}


/******* CSS Moved from Customizer *********/

#references {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.5em;
    background: #f8f8f8;
    padding: 12px 20px 12px 20px;
    margin: 24px 0;
    border: 1px dashed #00355f;
    font-family: 'Open Sans', sans-serif;
}

#references ol {
    padding-top: 10px;
}

#references a:link,
#references a:visited {
    font-weight: normal;
}


/* superscript styling */

sup {
    bottom: 0.4em;
    font-size: 16px;
}

@media all and (max-width: 320px) {
    /* Quarter Column Adjustments */
    .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
        width: 100% !important;
        margin: 0 0 30px 0;
    }
}


/* Beg Derek's Additions */


/* Admin bar fix */

body.logged-in #wpadminbar {
    top: 0px!important;
}


/* Single Post */

.single .et_pb_post h1.entry-title {
    margin: 0 0 20px 0!important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


/*** Slim Menu ***/

.mobile_menu_bar:before {
    z-index: 999
}

#page-container {
    padding-top: 0!important;
}

#main-header {
    top: 0px !important;
    height: 88px;
}


/* logo */

header .container.et_menu_container {
    position: relative;
    text-align: center;
}


/* Search box */

.et-search-form input {
    max-width: 100%!important;
    right: 6px;
    font-size: 1em;
}

form.et-search-form,
div.et-search-form {
    position: absolute;
    /*z-index: 1000;*/
    top: 22px;
    right: 0px;
    bottom: 0;
    width: 200px;
    height: 42px;
    border-radius: 5px;
    background: rgba(246, 246, 246, 1)!important;
}


/* Newsletter link */

header a#newsletter {
    font-size: 70%!important;
    position: absolute;
    top: 31px;
    left: 94px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}


/* Slide Menu */

li#menu-item-17059 a {
    font-size: 14px!important;
}

.et_header_style_slide #db-top-navigation {
    position: absolute;
    top: 19px;
}


/* drop menu width fix  */

#db_toggle_slide_menu::after {
    cursor: pointer;
    font-size: 42px;
    border-radius: 50%;
    border: 1px #ccc solid;
}

.et_pb_slide_menu_active #page-container,
#page-container {
    left: 0px!important;
}

header #mobile_menu {
    position: fixed;
    left: 0;
    width: 100vw;
    background: rgba(246, 246, 246, 1)!important;
}


/* mobile menu scroll fix */

#mobile_menu_slide {
    overflow-y: auto!important;
    height: 730px!important;
    max-height: 800px!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}


/* Responsive header */

#mobile_menu_slide li.menu-item-16279 {
    display: none;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a,
.et_slide_in_menu_container #mobile_menu_slide li a {
    color: #4c4c4c;
}

@media (max-width: 1550px) {
    body.et_pb_slide_menu_active header a#newsletter {
        display: none;
    }
    body.et_pb_slide_menu_active #mobile_menu_slide li.menu-item-16279 {
        display: initial;
    }
}

@media only screen and ( min-width:980px) {
    .logo_container button#searchsubmit_header {
        left: 82px;
    }
    #et_mobile_nav_menu {
        display: block
    }
    #top-menu-nav {
        display: none;
    }
    .mobile_menu_bar:before {
        font-size: 2.75em;
        position: relative;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.2)!important;
    }
    .et_header_style_slide #db-top-navigation {
        padding-left: 0px!important;
    }
}

@media (min-width: 981px) {
    body.logged-in #main-header {
        top: 32px !important;
    }
}

@media (max-width: 980px) {
    body.admin-bar #main-header {
        top: 46!important;
    }
    .logo_container button#searchsubmit_header {
        left: 72px;
    }
    .et-search-form input {
        width: 90%;
        right: 7px
    }
    .mobile_menu_bar:before {
        font-size: 2.75em!important;
        color: rgba(0, 0, 0, 0.2)!important;
    }
    form.et-search-form {
        border: 0!important;
    }
    .mobile_menu_bar:before {
        top: -3px!important;
    }
    .et_header_style_left .et-search-form {
        max-width: 10em!important;
    }
    .et_header_style_left #logo {
        max-width: 66%!important;
        top: 0px!important;
    }
}

@media (max-width: 768px) {
    .et_header_style_left .et-search-form {
        max-width: 5em!important;
    }
    header a#newsletter {
        display: none;
    }
    #mobile_menu_slide li.menu-item-16279 {
        display: initial;
    }
}

@media (max-width: 500px) {
    .et_header_style_left #logo {
        max-width: 64%!important;
        top: 0px!important;
    }
}

.dbb-drZ-badges {
    max-width: 35%;
    width: 165px;
    height: auto;
    margin-right: 5px;
    margin-left: -3px;
}

.post-meta {
    padding-bottom: 0px!important;
}

p.post-meta {
    margin-bottom: -0.6em!important;
}


/* Search fix */

.logo_container button#searchsubmit_header:hover:before {
    color: #8dc63f;
}

.logo_container button#searchsubmit_header:before {
    color: #4c4c4c;
    font-size: 13px;
    content: "\55";
    font-family: "ETmodules";
    border: none;
    background: none;
    cursor: pointer;
}

.logo_container button#searchsubmit_header {
    top: 9px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
}

et-search-form input {
    max-width: 100%!important;
    right: 3px;
}


/* Last updated */

.dbb-modified-date {
    /* margin: 0 0 0 3px;*/
}


/*----------------------------------------------*/


/*-----Slide-In Menu from Left by Divi Soup-----*/


/*----------------------------------------------*/

.et_header_style_slide .et_slide_in_menu_container a {
    font-size: 13px!important;
}

.et_header_style_slide .et_slide_in_menu_container li {
    line-height: 15px!important;
}

.et_slide_menu_top {
    height: 12px;
    padding: 10px 0 6px 0!important;
}

ul#mobile_menu_slide li.menu-item {
    line-height: 1.50;
    text-align: left;
}

ul#mobile_menu_slide hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #E8E8E8;
}

.et_fixed_nav #main-header {
    position: fixed!important;
}

#page-container {
    top: 88px!important
}

div.et_slide_menu_top form.et-search-form {
    display: none!important;
}


/* make Header static at all breakpoints */

#main-header {
    left: 0px !important;
}


/*Move the menu to the left when open*/

.et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
    right: auto !important;
    left: 0 !important;
}


/*Hide the screen overflow*/

body.et_pb_slide_menu_active {
    overflow-x: hidden !important;
}


/*Move the logo to the right of the screen*/

#logo {
    /*float: right;*/
    top: 0px!important;
    position: relative;
}


/*Switch the slide-in animation from right to left*/

.et_slide_in_menu_container {
    left: -320px;
    -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
    -o-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
}

ul#mobile_menu_slide {
    text-align: center;
}

.dbb-secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px auto 0 16px;
}

.dbb-secondary-menu li {
    margin: 0px 4px;
    right: 30px;
    position: relative;
}

.dbb-secondary-menu li i:before {
    font-size: 2em;
}


/* triggered search bar */

.toggled-search-bar {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

header .logo_container {
    position: absolute;
    z-index: 100;
}

.et_header_style_left .logo_container {
    height: 88px!important;
}

header .logo_container form#db-search-desktop.et-search-form {}

.et_slide_menu div#db-search-mobile.et-search-form {
    display: none;
}

.et_slide_in_menu_container ul#mobile_menu_slide {
    padding: 0px 40px!important;
    margin-top: -5px!important;
}

.et_slide_menu_top {
    height: 12px;
    padding: 10px 0 6px 0!important;
    background: rgba(255, 255, 255, 1)
}

.et_slide_menu_top .et-search-form {
    margin: -25px 0 0 0!important;
}

div#db-search-mobile,
form#db-search-desktop {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    visibility: visible;
    -webkit-transition: visibility 0.1s ease-in-out 0.6s;
    -o-transition: visibility 0.1s ease-in-out 0.6s;
    transition: visibility 0.1s ease-in-out 0.6s;
}

body #page-container .et_slide_in_menu_container {
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
}

.et_right_sidebar #main-content .container:before {
    right: 30% !important;
}

@media (min-width: 769px) {
    .toggled-search-bar {
        display: none;
    }
    header .logo_container form#db-search-desktop.et-search-form {
        display: table;
    }
    header .logo_container div#db-search-mobile.et-search-form {
        display: none;
    }
}

@media (max-width: 1690px) {
    .et_toggle_slide_menu:after {
        content: ""!important;
    }
    #db_toggle_slide_menu {
        cursor: pointer;
        float: right;
        position: relative;
        height: 50px!important;
        width: 50px!important;
        top: 0px;
        bottom: -45px;
        left: -20px;
        right: -45px;
        z-index: 999999999;
    }
    #db_toggle_slide_menu:after {
        color: #8dc63f;
        opacity: 1;
        content: "\4d";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-family: "ETmodules";
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        text-transform: none;
        speak: none;
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    ul#mobile_menu_slide li.menu-item {
        line-height: 1.50;
    }
    form.et-search-form,
    div.et-search-form {
        top: 23px!important;
        right: 10px!important;
    }
    span.mobile_menu_bar.et_pb_header_toggle.et_toggle_slide_menu:before {
        left: 10px!important;
        top: -2px!important;
    }
    #main-header {
        z-index: 99!important;
        box-shadow: none!important;
        -webkit-box-shadow: none;
    }
    #header-card {
        width: 100vw;
        height: 86px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 99;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }
    .toggled-search-bar {
        background: #fff;
        position: absolute;
        top: 88px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        font-size: 1em;
        visibility: visible;
        z-index: 99;
        -webkit-transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        transform: translateY(-105%);
        width: 100%;
        height: 50px;
    }
    /* toggled Drop-down search bar */
    .js-search-bar-open.toggled-search-bar {
        visibility: visible;
        z-index: 98;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    search-bar__inner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 768px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .search-bar__input {
        color: rgba(0, 0, 0, 0.5);
        display: block;
        font-family: 'Roboto', Arial, Lucida, sans-serif!important;
        font-size: 17px;
        font-weight: bolder;
        background: none;
        border: none;
        line-height: 1em;
        width: 100%;
        padding: 10px 0 14px;
        vertical-align: middle;
        outline: none;
        height: 50px;
    }
    .search-bar__input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', Arial, Lucida, sans-serif!important;
        font-size: 17px;
        padding: 10px 0 14px;
    }
    .search-bar__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', Arial, Lucida, sans-serif!important;
        font-size: 15px;
        padding: 10px 0 14px;
    }
    .search-bar__input::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', Arial, Lucida, sans-serif!important;
        font-size: 15px;
        padding: 10px 0 14px;
    }
    .search-bar__input::placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Roboto', Arial, Lucida, sans-serif!important;
        font-size: 15px;
        padding: 10px 0 14px;
    }
    input.search-bar__input {
        padding: 10px 30px!important;
    }
    .icon-search-thin-small::before {
        content: "\55";
        font-family: "ETmodules";
        position: relative;
        right: 30px;
    }
    .search-bar__hint {
        display: none;
        margin: 0;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 30px;
        color: #A6A6A6;
    }
    .search-bar__submit {
        background: none;
        outline: none;
        border: none;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 14px;
        margin-right: -14px;
    }
    .search-bar__submit {
        background: none;
        outline: none;
        border: none;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 14px;
        margin-right: -14px;
    }
    header .logo_container form#db-search-desktop {
        display: none;
    }
    header .logo_container div#db-search-mobile {
        display: table;
        width: 38px!important;
    }
    header a#newsletter {
        top: 31px;
        left: 80px;
    }
    .logo_container button#searchsubmit_header {
        left: 0px;
    }
}

@media (min-width: 981px) {
    #left-area {
        width: 70%!important;
        padding-bottom: 23px;
    }
    .et_right_sidebar #sidebar {
        padding-left: 30px;
        width: 30%!important
    }
    .et_header_style_slide #db-top-navigation,
    .et_header_style_fullscreen #db-top-navigation {
        padding: 0px 0 0px 0 !important;
    }
}

@media (max-width: 650px) {
    article h2.entry-title a {
        display: table;
    }
    article a img {
        width: -webkit-max-content!important;
        width: -moz-max-content!important;
        width: max-content!important;
        height: auto;
    }
    .et_header_style_left #logo {
        max-width: 55%!important;
    }
    div#dbb_post_meta_container {
        margin: -10px 0 7px 0!important;
        font-size: 12px!important;
        line-height: 19px!important;
    }
}


/* Remove Breadcrumbs */

p#breadcrumbs {
    display: none!important;
}


/* Category label */

div#dbb_post_meta_container {
    /* display:-webkit-box!important;
 display:-ms-flexbox!important;
 display:flex!important;
 -webkit-box-align:center!important;
     -ms-flex-align:center!important;
         align-items:center!important;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;*/
    font-size: 15px;
    margin: 0 0 7px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    line-height: 22px;
}

div#dbb_post_category_label a {
    text-transform: uppercase;
    font-size: 0.7em;
    color: #8EC83D;
    font-weight: bold;
    margin: 0 10px 0 0;
}

body.page-template-page-template-blank-php>div#page-container {
    top: 0px !important;
}

span.et_toggle_slide_menu:after {
    color: #8dc63f!important;
}

div#dbb_reviewed_checked_by {
    margin: 0 4px 0 0;
}

#dbb_badge_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


/*** Single Post Featured Img ****/

#dbb_FP_Img {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5!important;
}

.category-podcast #dbb_FP_Img img {
    max-height: 100%!important;
}

#dbb_FP_Img img {
    -o-object-fit: cover!important;
    object-fit: cover!important;
    max-height: 360px!important;
}


/* Responsive  */

@media (max-width: 480px) {
    .category-podcast #dbb_FP_Img img {
        max-height: 100%!important;
    }
    #dbb_FP_Img img {
        max-height: 220px !important;
    }
}

body.single-post #sidebar {
    overflow: visible;
    position: sticky;
    position: -webkit-sticky;
    top: 172px;
}

img.stickytop {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 100px!important;
}

body #page-container .et_slide_in_menu_container {
    z-index: 99999999999!important;
}


/* Social Share buttons */

#dbb_social_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin: 0 -4px 15px 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

#dbb_social_share a {
    height: 40px;
    font-size: 16px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    line-height: 1em;
    padding: 11px 0;
    margin: 0 4px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    /* border: 1px solid #E8E8E8; */
}

#dbb_social_share a:hover {
    color: #fff!important;
}

#dbb_social_share a span {
    margin-right: 15px;
    font-size: 16px;
}

#dbb_social_share a:nth-child(1) {
    background: #3D5CA0;
}

#dbb_social_share a:hover:nth-child(1) {
    background: #2f477b;
}

#dbb_social_share a:nth-child(2) {
    background: #00AAF3;
}

#dbb_social_share a:hover:nth-child(2) {
    background: #0086c0;
}

#dbb_social_share a:nth-child(3) {
    background: #CD1928;
}

#dbb_social_share a:hover:nth-child(3) {
    background: #a0131f;
}

@media (min-width: 768px) {
    .et_post_meta_wrapper {
        display: block;
    }
    #dbb_social_share a {
        width: 108px;
    }
    #dbb_social_share {
        float: right;
    }
}

@media (max-width: 768px) {
    .et_post_meta_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #dbb_social_share {
        clear: both;
    }
    #dbb_social_share a {
        width: 33.333%;
        margin-left: 0;
    }
}


/* Slide menu form */

.frm_message {
    line-height: normal;
}

body.logged-in .et_slide_in_menu_container {
    top: 32px!important;
}

@media (max-height: 600px) {
    #mobile_menu_slide {
        overflow-x: visible;
        overflow-y: scroll!important;
    }
}

#mobile_menu_slide {
    overflow-x: hidden;
    overflow-y: hidden!important;
}

#mobile_menu_slide div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6 {
    width: 180px!important;
    margin-left: 5px!important;
}

#mobile_menu_slide .frm_fields_container {
    position: relative;
    left: 47px;
}

#mobile_menu_slide .frm_submit.frm6 {
    clear: left;
}

#mobile_menu_slide .frm_submit.frm6 button {
    position: relative;
}

#mobile_menu_slide .frm_fields_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mobile_menu_slide .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset {
    margin: -10px 0 -10px -50px;
}

@media (max-width: 360px) {
    .et_slide_in_menu_container ul#mobile_menu_slide {
        padding: 0px 10px!important;
        margin-top: -5px!important;
    }
}

li#menu-item-17061:before {
    content: 'Subscribe to our newsletter';
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
}


/* Stick top Ad banner fix*/

@media (max-width: 768px) {
    div#the_top_banner_main {
        display: none;
    }
    div#the_bottom_banner_main {
        bottom: 0;
        position: fixed;
        z-index: 98;
        width: 100%;
    }
    div#dbbclose {
        bottom: 0px;
        right: 0;
        position: fixed;
        z-index: 99;
        content: "X";
        overflow: visible;
    }
    div#dbb_close_hitbox:after {
        right: -27px;
        position: relative;
        color: #8dc63f;
        opacity: 1;
        content: "\4d";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-family: "ETmodules";
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        text-transform: none;
        speak: none;
        font-size: 19px;
        border-radius: 50%;
        border: 1px #ccc solid;
    }
    div#dbb_close_hitbox {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        height: 50px;
        width: 50px;
    }
    div#the_bottom_banner_main div.et_pb_row:nth-child(1) {
        padding: 2px;
    }
}

@media (min-width: 768px) {
    div#the_bottom_banner_main,
    div#dbb_close {
        display: none;
    }
}


/* body.er-recipe .et_pb_section.et_pb_section_0.et_section_regular{
    padding: 0!important;
} */


/* Footer */

#main-footer #dbb_footer_links,
#dbb_footer_text_links,
#footer_social_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main-footer #footer_social_share a span {
    color: #6E6F71;
}

/* #main-footer div#footer_divider:before {
    border-top-width: 4px;
    width: 200vw;
    left: -50vw;
} */

/* #main-footer div#footer_divider {
    position: relative;
    right: 100px;
} */

#main-footer div#dbb_footer_text_links a {
    font-size: 14px;
    color: #4c4c4c!important;
}

#main-footer div#dbb_footer_text_links a:hover {
    font-weight: normal;
    color: #8dc63f!important;
}

body.page-template-page-template-blank #main-footer #footer_social_share a span:before {
    position: relative;
    top: 4px;
    left: 12px;
}

#main-footer #footer_social_share a span:before {
    position: relative;
    top: 4px;
}

#main-footer div#footer_social_share a {
    cursor: pointer;
    border-radius: 50%;
    border: 1px #ccc solid;
    width: 40px;
    Height: 40px;
    margin: 0 11px;
}

#main-footer div#footer_social_share a:hover {
    font-weight: normal;
    color: #8DC63F;
}

#main-footer div#footer_copyright a {
    color: #4c4c4c;
}

#main-footer div#footer_copyright a:hover {
    font-weight: normal;
}


/* form */

#main-footer #frm_form_14_container div.frm_submit.frm6,
.category-banner #main-footer #frm_form_14_container div.frm_submit.frm6 {
    width: 50px!important;
    margin-right: 0!important;
    margin-left: 0!important;
}

#main-footer div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6,
.category-banner div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6 {
    width: 300px!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

#main-footer .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset,
.category-banner form {
    padding: 0 0 0 calc(50% - 180px)!important;
    margin: 30px 0 0 0;
}

#main-footer .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
#main-footer button[type="submit"],
.category-banner .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.category-banner button[type="submit"] {
    padding: 12px 15px 10px 15px!important;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    width: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    font-weight: normal;
}

#main-footer .frm_style_formidable-style.with_frm_style input[type=email],
.category-banner input#inf_field_Email,
.category-banner .frm_style_formidable-style.with_frm_style input[type=email],
.category-banner input#inf_field_Email {
    border-radius: 0;
    height: 43.4px!important;
    border-right: 0;
}

#main-footer p.footer-grey,
.category-banner p.footer-grey {
    padding: 0 0 0 0;
    font-size: 18px;
}

#footer_logo img {}

#main-footer div#dbb_footer_text_links a.footer-link-spaced {
    margin: 0 20px 0 0;
}

@media (max-width: 1250px) {
    #main-footer div#dbb_footer_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    #main-footer input#inf_field_Email,
    .category-banner input#inf_field_Email {
        width: 249px!important;
    }
    #main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa,
    .category-banner form {
        padding: 0 0 0 calc(50% - 151px)!important;
    }
    #main-footer .frm_style_formidable-style.with_frm_style .frm_submit button,
    .frm_form_submit_style,
    .category-banner .frm_style_formidable-style.with_frm_style .frm_submit button {
        position: relative;
        right: 5px;
    }
    #main-footer div#dbb_footer_text_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main-footer div#dbb_footer_text_links a.footer-link-spaced {
        margin: 0 0 1px 0;
    }
}

@media (max-width: 400px) {
    .category-banner form {
        margin: 0px;
    }
    #main-footer input#inf_field_Email,
    .category-banner input#inf_field_Email {
        width: 219px!important;
    }
    #main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa,
    .category-banner form {
        padding: 0 0 0 calc(50% - 136px)!important;
    }
    #main-footer div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6,
    .category-banner div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6 {
        width: 250px!important;
        margin-left: 5px!important;
    }
    #main-footer .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset,
    #main-footer #inf_form_19871913c97806fa489e0ca6d5ce5afa,
    .category-banner .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset,
    .category-banner form {
        margin: -32px 0px -8px -32px;
    }
    .category-banner .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset,
    .category-banner form {
        margin: 6px 0px -8px -48px;
    }
    #main-footer .frm_fields_container,
    .category-banner .frm_fields_container {
        position: relative;
        left: 47px;
    }
}


/* IF Form Footer */

#footer_copyright a,
#footer_disclaimers,
#footer_privacy-policy,
#footer_DMCA-policy,
#footer_terms-conditions {
    color: #4c4c4c;
}

#sidebar {
    padding-bottom: 0px;
}

#main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa {
    display: flex;
}

#main-footer .infusion-field-input {
    padding: 6px 10px;
}

#main-footer input#inf_field_Email {
    width: 300px;
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    max-width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}

#main-footer input#inf_field_Email::placeholder {
    color: #999;
}


/* Stick top Ad banner fix*/

@media (max-width: 768px) {
    div#the_top_banner {
        display: none;
    }
    div#the_bottom_banner {
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 99998;
        width: 100%;
    }
    div#dbb_close {
        top: 0;
        right: 0;
        position: absolute;
        z-index: 99999;
        content: "X";
        overflow: visible;
    }
    div#dbb_close_hitbox:after {
        right: -27px;
        position: relative;
        color: #8dc63f;
        opacity: 1;
        content: "\4d";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-family: "ETmodules";
        font-weight: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        text-transform: none;
        speak: none;
        font-size: 19px;
        border-radius: 50%;
        border: 1px #ccc solid;
    }
    div#dbb_close_hitbox {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        height: 50px;
        width: 50px;
    }
    div#the_bottom_banner div.et_pb_row:nth-child(1) {
        padding: 0px;
    }
    div#the_bottom_banner {
        width: 100%;
        padding: 2px;
    }
}

@media (min-width: 768px) {
    div#the_bottom_banner,
    div#dbb_close {
        display: none;
    }
}


/* Load More Button */

.dbb-loadmore {
    width: fit-content!important;
    margin: 30px auto 10px auto;
    text-align: center;
    border: 2px solid #000!important;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 3px 30px;
    transition: all 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.dbb-loadmore:hover {
    border: 2px solid #74c600!important;
    background-color: #fff;
    color: #74c600;
}

.category .wp-pagenavi {
    opacity: 0;
    margin: -50px 0 0 0;
    padding: 0;
    height: 0;
}

@media (max-width: 768px) {
    .dbb-loadmore {
        margin: 20px auto 30px auto;
    }
    .category-post img {
        clear: both;
        float: none!important;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover!important;
        height: 360px!important;
        max-height: 360px!important;
    }
}


/* Dual Category Posts */

#db_dual_posts img {
    clear: both;
    float: none!important;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover!important;
}

@media (min-width: 981px) {
    #db_dual_posts img {
        max-height: 254px!important
    }
    .category-podcast #db_dual_posts img {
        max-height: 300px!important
    }
}

#db_dual_posts .et_pb_row {
    width: 100%;
    padding: 0;
}

#db_dual_posts article,
#db_dual_posts article img {
    margin: 20px 0 5px 0;
}

#db_dual_posts {
    padding: 0;
}

#dual_posts_hr {
    z-index: 1;
}

#db_dual_posts h2 {
    font-size: 28px;
}


/*  Recipe Cards */

.easyrecipe>div {
    color: #333;
    font-family: 'Roboto', Arial, Lucida, sans-serif!important;
}

.easyrecipe li,
.ERSAuthor {
    font-size: 20px!important;
}


/* temp form fix*/

#nlf-footer {
    overflow: hidden;
}

#nlf-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa {
    display: flex!important;
}

#nlf-footer .et_pb_code_10 {
    display: block!important;
}


/* body.single-post .et_pb_section.et_pb_section_0.et_section_regular{
    padding: 0!important;
} */


/* Main Ad font fix */

#the_top_banner p {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif!important;
    font-weight: 500!important;
}


/* Sidebar Fix  */

body.logged-in #sidebar {
    top: 149px;
}

#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 117px;
}


/* Newsletter Shortcoder */

aside.newsletter_box {
    border-top: 1px solid #f4f4f4;
    text-align: center;
    margin: 10px 0 32px 0px;
}

aside.newsletter_box p.newsletter_before {
    font-size: 14px;
    color: #9b9b9b;
}

.newsletter_box_inner {
    background: #e6ebf2;
    padding: 25px 10px;
}

aside.newsletter_box h3.newsletter_box_header {
    font-size: 27px!important;
    margin: 0!important;
    text-transform: capitalize!important;
}

p.newsletter_box_description {
    font-size: 16px;
}

form.newsletter_box_form .infusion-submit button {
    background: #8DC63F;
    width: 100%;
    height: 50px;
    border: none;
}

form.newsletter_box_form {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

p.newsletter_after {
    font-size: 12px;
    padding: 12px 0 0 0;
}

p.newsletter_after a,
p.newsletter_after a:visited {
    font-weight: 300!important;
}

form.newsletter_box_form .infusion-field-input,
div.is-submit-button {
    width: 98%;
    height: 50px;
}

form.newsletter_box_form input#inf_field_Email::placeholder {
    text-align: center;
}

@media (max-width: 500px) {
    form.newsletter_box_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* ****in style.css already****** */

@media (max-width: 400px) {
    #main-footer input[type=email],
    .category-banner input[type=email] {
        width: 219px!important;
    }
    #main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa,
    .category-banner form {
        padding: 0 0 0 calc(50% - 148px)!important;
    }
    #main-footer div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6,
    .category-banner div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6 {
        width: 250px!important;
        margin-left: 5px!important;
    }
    #main-footer .frm_fields_container,
    .category-banner .frm_fields_container {
        position: relative;
        left: 47px;
    }
}

.category-banner form {
    margin: 0;
}


/* ******** */


/* Footer */

#main-footer #dbb_footer_links,
#dbb_footer_text_links,
#footer_social_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main-footer #footer_social_share a span {
    color: #6E6F71;
}

#main-footer #footer_social_share a,
#dbb_footer_text_links a {
    color: #777;
}

/* #main-footer div#footer_divider:before {
    border-top-width: 4px;
    width: 200vw;
    left: -50vw;
} */
/* 
#main-footer div#footer_divider {
    position: relative;
    right: 100px;
} */

#main-footer div#dbb_footer_text_links a {
    font-size: 14px;
    color: #4c4c4c!important;
}

#main-footer div#dbb_footer_text_links a:hover {
    font-weight: normal;
}

#main-footer div#footer_social_share a {
    cursor: pointer;
    border-radius: 50%;
    border: 1px #ccc solid;
    width: 40px;
    Height: 40px;
    margin: 0 11px;
}

#main-footer div#footer_social_share a:hover {
    font-weight: normal;
}

#main-footer div#footer_copyright a {
    color: #4c4c4c;
}

#main-footer div#footer_copyright a:hover {
    font-weight: normal;
}


/* form */

#main-footer #frm_form_14_container div.frm_submit.frm6,
.category-banner #main-footer #frm_form_14_container div.frm_submit.frm6 {
    width: 50px!important;
    margin-right: 0!important;
    margin-left: 0!important;
}

#main-footer div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6,
.category-banner div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6 {
    width: 300px!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

#main-footer .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset {
    padding: 0 0 0 calc(50% - 180px)!important;
    margin: 30px 0 0 0;
}

.category-banner form {
    padding: 0 0 0 calc(50% - 180px)!important;
}

#main-footer .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
#main-footer button[type="submit"],
.category-banner .frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.category-banner button[type="submit"] {
    padding: 12px 15px 10px 15px!important;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    width: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    font-weight: normal;
}

#main-footer .frm_style_formidable-style.with_frm_style input[type=email],
.category-banner input#inf_field_Email,
.category-banner .frm_style_formidable-style.with_frm_style input[type=email],
.category-banner input#inf_field_Email {
    border-radius: 0;
    height: 43.4px!important;
    border-right: 0;
}

#main-footer p.footer-grey,
.category-banner p.footer-grey {
    padding: 0 0 0 0;
    font-size: 18px;
}

#footer_logo img {}

#main-footer div#dbb_footer_text_links a.footer-link-spaced {
    margin: 0 20px 0 0;
}

@media (max-width: 1250px) {
    #main-footer div#dbb_footer_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    #main-footer input#inf_field_Email,
    .category-banner input#inf_field_Email {
        width: 249px!important;
    }
    #main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa,
    .category-banner form {
        padding: 0 0 0 calc(50% - 151px)!important;
    }
    #main-footer .frm_style_formidable-style.with_frm_style .frm_submit button,
    .frm_form_submit_style,
    .category-banner .frm_style_formidable-style.with_frm_style .frm_submit button {
        position: relative;
        right: 5px;
    }
    #main-footer div#dbb_footer_text_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main-footer div#dbb_footer_text_links a.footer-link-spaced {
        margin: 0 0 1px 0;
    }
}

@media (max-width: 400px) {
    .category-banner form {
        margin: 0px;
    }
    #main-footer input#inf_field_Email,
    .category-banner input#inf_field_Email {
        width: 219px!important;
    }
    #main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa,
    .category-banner form {
        padding: 0 0 0 calc(50% - 136px)!important;
    }
    #main-footer div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6,
    .category-banner div#frm_field_207_container.frm_form_field.form-field.frm_required_field.frm_inside_container.frm6 {
        width: 250px!important;
        margin-left: 5px!important;
    }
    #main-footer .frm_fields_container,
    .category-banner .frm_fields_container {
        position: relative;
        left: 47px;
    }
}


/* IF Form Footer */

#footer_copyright a,
#footer_disclaimers,
#footer_privacy-policy,
#footer_DMCA-policy,
#footer_terms-conditions {
    color: #4c4c4c;
}

#sidebar {
    padding-bottom: 0px;
}

#main-footer form#inf_form_19871913c97806fa489e0ca6d5ce5afa,
.category-banner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#main-footer .infusion-field-input,
.category-banner .infusion-field-input {
    padding: 11px 10px;
}

#main-footer .infusion-field-input,
.category-banner input#inf_field_Email,
#main-footer button,
.category-banner button {
    height: 43px!important;
}

#main-footer button,
.category-banner button {
    margin-left: 0!important;
}

#main-footer .infusion-field-input,
.category-banner input#inf_field_Email {
    margin-right: 0!important;
}

#main-footer input#inf_field_Email,
.category-banner input#inf_field_Email {
    width: 300px;
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    max-width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}

#main-footer input#inf_field_Email::-webkit-input-placeholder,
.category-banner input#inf_field_Email::-webkit-input-placeholder {
    color: #999;
}

#main-footer inputcategory-banner input#inf_field_Email#inf_field_Email:-ms-input-placeholder,
.category-banner input#inf_field_Email:-ms-input-placeholder {
    color: #999;
}

#main-footer input#inf_field_Email::-ms-input-placeholder,
.category-banner input#inf_field_Email::-ms-input-placeholder {
    color: #999;
}

#main-footer input#inf_field_Email::-webkit-input-placeholder,
.category-banner input#inf_field_Email::-webkit-input-placeholder {
    color: #999;
}

#main-footer input#inf_field_Email:-ms-input-placeholder,
.category-banner input#inf_field_Email:-ms-input-placeholder {
    color: #999;
}

#main-footer input#inf_field_Email::placeholder,
.category-banner input#inf_field_Email::placeholder {
    color: #999;
}


/* Load More Button */

#loadmore-container {
    width: 100%;
}

.dbb-loadmore,
.dbb-loadnext {
    margin: 30px auto 10px auto;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    text-align: center!important;
    border: 1px solid #000!important;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 3px 30px;
    -webkit-transition: all 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.dbb-loadmore:hover {
    border: 1px solid #74c600!important;
    background-color: #fff;
    color: #74c600;
}

.category .wp-pagenavi {
    opacity: 0;
    margin: -50px 0 0 0;
    padding: 0;
    height: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .dbb-loadmore {
        margin: 20px auto 30px auto;
    }
    .category-post img {
        clear: both;
        float: none!important;
        display: block;
        width: 100%;
        -o-object-fit: cover!important;
        object-fit: cover!important;
        max-height: calc(220px + 5vw)!important;
        height: auto!important;
    }
    .category-podcast img {
        display: block;
        -o-object-fit: cover!important;
        object-fit: cover!important;
        height: auto!important;
    }
}


/* Dual Category Posts */

#db_dual_posts img {
    clear: both;
    float: none!important;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover!important;
    max-height: 360px;
    object-position: 50% 30%;
}

@media (min-width: 981px) {
    #db_dual_posts img {
        max-height: 275px!important
    }
    .category-podcast #db_dual_posts img {
        max-height: 300px!important
    }
}

@media (max-width: 980px) {
    #db_dual_posts img {
        max-height: calc(220px +5vw);
    }
    .category-podcast #db_dual_posts img {
        max-height: calc(220px +5vw);
    }
    #db_dual_posts .et_pb_row {
        width: 100%;
        padding: 0;
    }
    #db_dual_posts article,
    #db_dual_posts article img {
        margin: 20px 0 5px 0;
    }
    #db_dual_posts {
        padding: 0;
    }
    #dual_posts_hr {
        z-index: 1;
    }
    #db_dual_posts h2 {
        font-size: 34px;
    }
}


/*  Recipe Cards */

.easyrecipe>div {
    color: #333;
    font-family: 'Roboto', Arial, Lucida, sans-serif!important;
}

.easyrecipe li,
.ERSAuthor {
    font-size: 20px!important;
}


/* Hamb. Menu  */

et_slide_in_menu_container {
    position: absolute!important;
    height: 730px;
    overflow-x: hidden!important;
    max-width: 100%!important;
    white-space: nowrap;
}

.et_header_style_slide .et_slide_in_menu_container {
    max-width: 100%!important;
}

.mobile_menu_slide {
    height: 730px;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    max-width: 100%!important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


/* New Post Styling */

body.home article p,
body.category article p,
body.single-post article p,
body.home article,
body.category article,
body.single-post article,
body.home article blockquote,
body.category article blockquote,
body.single-post article blockquote,
body.home article li,
body.category article li,
body.single-post article li,
body.home article ul,
body.category article ul,
body.single-post article ul,
body.home article ol,
body.category article ol,
body.single-post article ol,
body.category article div#dbb_reviewed_checked_by,
body.single-post article div#dbb_reviewed_checked_by,
body.category article div.dbb-modified-date,
body.single-post article div.dbb-modified-date,
body.single-post.er-recipe .entry-content,
body.single-post.er-recipe .ERSSummary,
body.single-post.er-recipe .easyrecipe>div {
    Font-Family: Roboto Condensed, Droid, Open Sans!important;
    font-weight: 300!important;
}

body.home article h1,
body.category article h1,
body.single-post article h1,
body.home article h2,
body.category article h2,
body.single-post article h2,
body.home article h3,
body.category article h3,
body.single-post article h3,
body.home article h4,
body.category article h4,
body.single-post article h4,
body.home article h5,
body.category article h5,
body.single-post article h5,
body.home article h6,
body.category article h6,
body.single-post article h6,
body.single-post.er-recipe .easyrecipe .ERSName {
    Font-Family: Roboto Condensed, Droid, Open Sans!important;
    line-height: 1.1em;
    font-weight: 400!important;
    text-transform: uppercase;
}

.single .et_pb_post h1.entry-title {
    font-size: 32px;
    padding: 10px 0 10px 0;
}

#dbb_dual_posts h2 {
    font-size: 28px;
}

@media (max-width: 768px) {
    .single .et_pb_post h1.entry-title {
        font-size: 28px;
    }
}


/* Kill Hover Bold */

.et_post_meta_wrapper a:hover {
    font-weight: normal!important;
}

#dbb_reviewed_checked_by a:hover {
    font-weight: 300!important;
}


/* Blank Page Template - Footer */

body.page-template-page-template-blank #main-footer #footer_social_share a span:before {
    position: relative;
    top: 4px;
    left: 12px;
}

#main-footer #footer_social_share a span:before {
    position: relative;
    top: 4px;
}


/* Social Icon Change Fix*/

.fa,
.fab {
    font-family: "Font Awesome 5 Brands"!important;
}

#footer_social_share a span {
    font-family: "Font Awesome 5 Brands"!important;
}


/* Main Ad font fix */

#the_top_banner p {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif!important;
    font-weight: 500!important;
}


/* Sidebar Fix  */

body.logged-in #sidebar {
    top: 149px;
}

#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 117px;
}

#mobile_menu_slide {
    overflow-y: auto!important;
    height: 730px!important;
    max-height: 800px!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}


/* Category Banner Overflow Fix */

@media (max-width: 765px) {
    #et-main-area {
        overflow-x: hidden;
    }
}


/* List indentation on Pages */

body.page #left-area ul,
body.page .entry-content ul,
body.page #left-area ol,
body.page .entry-content ol {
    padding: 0 0 23px 3.3em;
}

p#disclaimer-copyright {
    display: none;
}

#dbb_social_share a span:after {
    font-family: "ETmodules" !important;
}

#dbb_social_share a:nth-child(1) span:after,
#footer_social_share a span.icon-facebook:after {
    content: "\e093"
}

#dbb_social_share a:nth-child(2) span:after {
    content: "\e094";
}

#dbb_social_share a:nth-child(3) span:after {
    content: "\e095"
}

@media (max-width: 768px) {
    div#dbb_close_hitbox {
        height: 50px!important;
    }
}


/* Newsletter Shortcoder */

aside.newsletter_box {
    border-top: 1px solid #f4f4f4;
    text-align: center;
    margin: 10px 0 32px 0px;
}

aside.newsletter_box p.newsletter_before {
    font-size: 14px;
    color: #9b9b9b;
}

.newsletter_box_inner {
    background: #e6ebf2;
    padding: 25px 10px;
}

aside.newsletter_box h3.newsletter_box_header {
    font-size: 27px!important;
    margin: 0!important;
    text-transform: capitalize!important;
}

p.newsletter_box_description {
    font-size: 16px;
}

form.newsletter_box_form .infusion-submit button {
    background: #8DC63F;
    width: 100%;
    height: 50px;
    border: none;
}

form.newsletter_box_form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

p.newsletter_after {
    font-size: 12px;
    padding: 12px 0 0 0;
}

p.newsletter_after a,
p.newsletter_after a:visited {
    font-weight: 300!important;
}

div.is-email-field,
div.is-submit-button {
    width: 100%;
    height: 50px;
}

form.newsletter_box_form .infusion-field-input,
div.is-submit-button {
    width: 98%;
    height: 50px;
}

form.newsletter_box_form input#inf_field_Email::placeholder {
    text-align: center;
}

@media (max-width: 500px) {
    form.newsletter_box_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* loadnext */

@media (min-width: 769px) {
    #loadnext_container article a img {
        float: left;
        margin-right: 5%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 300px;
        height: 240px;
        margin-bottom: 10%;
    }
    #loadnext_container article.category-podcast a img {
        float: left;
        margin-right: 5%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 300px;
        height: auto;
        margin-bottom: 8%;
    }
}

@media (max-width: 768px) {
    #loadnext_container article a img {
        float: left;
        margin-right: 5%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 240px;
        width: 100%;
        max-height: calc(220px +5vw);
    }
}

#loadnext_container article {
    clear: both;
    max-width: 768px;
    margin: auto;
}

#loadnext-spacer {
    clear: both;
    display: block;
}

#dbb_social_share a span:after {
    font-family: "ETmodules" !important;
}

#dbb_social_share a:nth-child(1) span:after,
#footer_social_share a span.icon-facebook:after {
    content: "\e093"
}

#dbb_social_share a:nth-child(2) span:after {
    content: "\e094";
}

#dbb_social_share a:nth-child(3) span:after {
    content: "\e095"
}

@media (max-width: 768px) {
    hr#below_loadmore {
        margin: calc(30px + 5vw) 0;
        color: #f4f4f4;
    }
}

@media (min-width: 769px) {
    hr#below_loadmore {
        display: none;
    }
}

#read_next_title h2 {
    Font-Family: Roboto Condensed, Droid, Open Sans!important;
    line-height: 1.1em;
    font-weight: 800!important;
    text-transform: uppercase;
    margin: 45px 0 25px 0;
}

#loadnext_container h2 a {
    color: #333!important;
    font-weight: 800!important;
}

#loadnext_container h2 a:hover {
    color: #8dc63f!important;
}


/* Podcast Category Page */

.archive.category-podcast .et_pb_post a img {
    height: auto;
}

div#dbb_meta a:link {
    font-weight: 300;
    ;
}

div#dbb_post_category_label a:link {
    font-weight: 900!important;
    margin: 0 10px 0 0;
    line-height: 1.8em;
    font-size: 13px;
    Font-Family: Roboto Condensed, Droid, Open Sans!important;
}

div#dbb_post_category_label a:hover {
    font-weight: 900!important;
}

body.category-podcast h2.latest {
    text-align: center;
    margin-top: 25px;
    background-color: white;
    padding-bottom: 20px;
}


/* Podcast Search Fix */

.search .et_pb_post a img {
    height: auto!important;
}


/* Close Button */

@media all {
    div#dbb_close_hitbox:after {
        right: -20px;
        position: relative;
        color: #333;
        opacity: 1;
        content: "\4d";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-family: "ETmodules";
        font-weight: bold;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        text-transform: none;
        speak: none;
        font-size: 27px;
        border-radius: 50%;
        border: 1px #333 solid;
        background-color: white;
    }
}


/* Podcast meta fix*/

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    width: 100%;
}

body.podcast #loadnext_container,
body.podcast #read_next_title {
    max-width: 768px;
    margin: auto;
}

@media (max-width: 768px) {
    body.podcast #loadnext_container,
    body.podcast #read_next_title {
        padding: 0 30px;
    }
}

.podcast.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row {
    width: 100%;
}

@media (max-width: 768px) {
    .podcast.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row {
        padding: 0 30px;
    }
    #db_dual_posts h2 {
        font-size: 28px;
    }
    .category-podcast #db_dual_posts h2 {
        font-size: 24px;
    }
    #db_dual_posts article img {
        margin: 20px 0px 30px 0;
        max-height: calc(220px + 5vw);
    }
    .category article img {
        max-height: calc(220px + 5vw);
    }
}

body.podcast #post-17927>div.et_post_meta_wrapper:first-of-type {
    display: none;
}


/*************************************************************************/


/*****************  From Customizer END         **************************/


/*************************************************************************/


/* END Derek  */