/*
 Theme Name:   Eat The Gains 2022
 Theme URI:    https://eatthegains.com
 Description:  A Genesis child theme for Eat The Gains
 Author:       Grace + Vine Studios		
 Author URI:   https://graceandvinestidios.com
 Template:     genesis
 Version:      1.0.3

*/sha

@import url("../genesis/style.css");
 
/* =Theme customization starts herelated
-------------------------------------------------------------- */
body {
    margin: 0 auto;
    font-family: 'Barlow';
    color: #1F2728;
}
.page, .single, .archive, .search {
	margin:0 !Important;
}
.site-header .wrap {
	padding: 25px 0;
    max-width: 1180px;
    margin: 0 auto;
}
.site-header {
	border:none;
	min-height:0;
    border-bottom: 2px solid #EAEAEA;
    position: relative;
}
.site-header:after {
    height: 2px;
    width: 100%;
    background-color: #EAEAEA;
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
}
.site-inner {
	width:100%;
	max-width:100%;
	padding-top: 0;
}
.wrapper {
	max-width:1182px;
	margin:0 auto;
}
.wrapper-small {
	max-width:954px;
	margin: 0 auto;
}
.title-area {
	padding: 0;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    max-width: 278px;
}

p.site-title, p.site-description {
	display: none;
}

.custom-logo-link img {
	max-width: 278px;
}


.nav-primary {
	width: 902px;
	text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.nav-primary ul li {
	font-family: 'Barlow';
	color: #fff;
	font-size: 25px;
	display: inline-block;
	margin-left: 65px;
     border-bottom: 2px solid #fff;
    position: relative;
}
.nav-primary ul li a {
    color: #1F2728;
}
.nav-primary ul li:first-child {
    margin-left: 0;
}
.nav-primary ul li:after, .footer-widgets ul li:after {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #fff;
    bottom: -12px;
}
.nav-primary ul li:hover, .footer-widgets ul li:hover {
    border-bottom: 2px solid #E07E2D;
}
.nav-primary ul li:hover::after, .footer-widgets ul li:hover::after {
    border-bottom: 2px solid #E07E2D;
}

.nav-primary .sub-menu {
    position: absolute;
    padding-left: 0;
    text-align: center;
    width: 220%;
    left: -55%;
    background-color: #fff;
    z-index: 9;
    box-sizing: border-box;
    border-top: 2px solid #e07e2d;
    border-left: 2px solid #e07e2d;
    border-right: 2px solid #e07e2d;
    display: none;
}
.nav-primary .sub-menu li {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #e07e2d;
}
.nav-primary li.menu-item-has-children:hover .sub-menu {
    display: block;
}
.nav-primary .sub-menu li:hover {
    background-color: #e08e2d;
}
.nav-primary .sub-menu li:hover:after, .nav-primary .sub-menu li:after {
    display: none;
} {
    display: none;
}
.nav-primary .sub-menu li:hover a {
  color: #fff;
}

.mobile-menu, .mobile-search, .mobile-search-icon, .menu-icon {
    display: none;
}
.footer-widgets {
	padding: 40px 0;
}
.footer-widgets .wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.footer-widget-area {
	
	display:inline-block;
	vertical-align:middle;
}

.footer-widgets-1 {
    width: 195px;
}
.footer-widgets-2 {
    padding: 0 130px;
}
.footer-widgets ul li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    font-family: 'Barlow';
    font-size: 25px;
    margin-left: 35px;
    position: relative;
    border-bottom: 2px solid #fff;
}
.footer-widgets ul li:first-child {
    margin-left: 0;
}
.footer-widgets-3 section {
	display: inline-block;
    vertical-align: middle;
}
.footer-widgets .widget_search {
    width: 160px;
    margin-left: 35px;
}
.footer-widgets .simple-social-icons ul.aligncenter li {
    display: block;
    border: 1px solid #4E94A3;
}
.simple-social-icons ul.aligncenter li:hover {
    border: none !important;
}
.simple-social-icons ul.aligncenter li:hover::after {
    display: none !important;
}
.search #searchsubmit {
    display: none;
}
.search .breadcrumb {
    display: none;
}
.breadcrumb {
    font-family: 'Barlow';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.breadcrumb a {
    color: #e07e2d;
    text-decoration: underline;
}
.breadcrumb_last {
    color: #1f2728;
    text-decoration: none;
    font-weight: 400;
}
.footer-widgets .widget_search input, .top-bar .widget_search input {
    border-bottom: 2px solid #1F2728;
    border-left: none;
    border-right: none;
    border-top: none;
}
.widget_search form {
    position: relative;
}
.footer-widgets .widget_search form:after, .top-bar .widget_search form:after {
    content: "";
    display: inline-block;
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/search_icon_dark.svg');
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-widgets .widget_search input::placeholder, .top-bar .widget_search input::placeholder {
    color:  #676C6D;
    font-size: 19px;
    font-family: 'Barlow';
}
.site-footer {
    border-top: 2px solid #3A707C;
    padding: 25px 0;
}
.site-footer .wrap {
    max-width: 1180px;
    margin: 0 auto;
    
}
.site-footer center {
    display: none;
}
.site-footer p {
    display: flex;
    justify-content: space-between;
    font-family: 'Barlow';
    font-size: 25px;
}


.button {
    
    padding: 6px 50px 6px 20px;
    font-family: 'Barlow';
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
}

.button-orange {
    background-color: #E07E2D;
    border: 2px solid #E07E2D;
}
.button-orange:hover, .at-a-glance .wprm-recipe-jump:hover {
    background-color: transparent !important;
    color: #E07E2D !important;
    border: 2px solid #E07E2D;
}
.button-blue {
    background-color: #3A707C;
    border: 2px solid #3A707C;
}
.button-green {
    background-color: #8da080;
    border: 2px solid #8da080;
}
.button-blue:hover, .at-a-glance .wprm-recipe-print:hover, .wprm-recipe-jump-to-comments:hover {
    border: 2px solid #3A707C;
    background-color: transparent !important;
    color: #3A707C !important;
}
.button-green:hover, .at-a-glance .wprm-recipe-pin:hover {
    background-color: transparent !important;
    border: 2px solid #8da080;
    color: #8da080 !important;
}
.button-orange:after, .button-underline:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/Icon-awesome-arrow-right.svg');
    width: 21px;
    height: 20px;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 9px;
    content: "";
    display: inline-block;
}
.button-orange:hover:after, .button-underline:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/Icon-awesome-arrow-right_orange.svg');
}
.button-underline {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #E07E2D;
    color: #1f2728;
    text-align: left;
    padding: 0 32px 5px 0;
    font-weight: 600;
    position: relative;
}
.button-underline:after {
    top: 4px;
    right: 0;
}
.wprm-recipe-link.wprm-recipe-link-inline-button {
    border-width: 2px !important;
}
h1 {
	font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
}
h2 {
	font-weight: 500;
	font-family: 'Barlow';
}

h2.entry-title {
	font-family: 'Barlow';
}
h2.section-title {
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    font-weight: 400;

}
h3 {
	font-family: 'Barlow';
}
h4 {
	font-family: 'Barlow';
}
.widget-title {
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 35px;
    line-height: 39px;
    color: #1F2728;
    margin-top: 0;
    margin-bottom: 25px;
}
a {
	text-decoration: none;
	position:relative;
    color: #1F2728;
}

p {
	font-family: 'Barlow';
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}
.sg-popup-builder-content {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/popup_watermark.png');
    border-bottom: 2px solid #3A707C;
    border-top: 2px solid #3A707C;
    position: relative;
    margin: 25px 0;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 648px 0px;
}
.sgpb-content {
    padding: 0 !important;
}
.sgpb-popup-builder-content-18055 {
	padding:0 50px;
}
.sg-popup-builder-content:before {
    height: 2px;
    background-color: #3A707C;
    width: 100%;
    position: absolute;
    top: 4px;
	left:0;
    content: "";
    display: block;
}
.sg-popup-builder-content:after{
    height: 2px;
    background-color: #3A707C;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 4px;
	left:0;
    content: "";
    display: block;
}
.sg-popup-builder-content h2, .single .sg-popup-builder-content h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
}
.sg-popup-builder-content .wp-block-columns {
    align-items: center;
}
.formkit-powered-by-convertkit-container {
    display: none !important;
}
.sg-popup-builder-content .formkit-fields {
    align-items: center;
}
.sg-popup-builder-content .formkit-field {
    display: inline-block;
   
    flex-basis: 30% !important;
    margin-right: 15px !important;
    height: 36px !important;
}
.sg-popup-builder-content .wp-block-columns {
    margin-bottom: 0;
}
.sg-popup-builder-content .formkit-field input {
    border-radius: 0 !important;
    border: 2px solid #3A707C !important;
}
.sg-popup-builder-content .formkit-submit {
    margin-bottom: 0 !Important;
    border-radius: 0 !important;
    height: 48px;
    width: 186px;
    line-height: 0;
    font-family: 'Barlow';
    font-weight: 700 !Important;
    text-transform: uppercase;
    font-size: 17px !important;
    flex-basis: 30% !important;
	background-color:#8da080;
}
.top-bar {
    background-color: #EAEAEA;
}
.top-bar .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar section {
    display: inline-block;
}
.top-bar .search input {
    background-color: transparent;
    font-size: 18px;
    height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
    font-family: 'Barlow';
}
.top-bar .widget_search form:after {
    top: 5px;
}
.top-bar a.popup {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
a.popup:after, .popup a:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/Icon-awesome-arrow-right_orange.svg');
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    margin-left: 12px;
}
.top-bar img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 4px;
}
.the-latest {
    padding: 0 15px;
    text-align: center;
    position: relative;
    max-width: 1440px;
    margin: 30px auto 0;
}
.the-latest .widget-title {
    text-align: left;
}
.the-latest article {
    width: 22.9%;
    display: inline-block;
    vertical-align: top;
    margin-right: 34px;
    text-align: left;
}

.the-latest article:last-child {
    margin-right: 0;
}
.the-latest article img {
    width: 100%;
    height: 394px;
    object-fit: cover;
}
.cat-box {
    font-family: 'Barlow';
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 15px;
}
.cat-box a {
    color: #e07e2d;
    font-weight: 800;
}
.cat-box a:hover {
    border-bottom: 2px solid #e07e2d;
}
.browse-all, .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 22px;
    font-family: "Barlow";
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #E07E2D;
    padding-right: 35px;
    padding-bottom: 5px;
}
.the-latest .browse-all {
    right: 20px;
}
.comment-reply-link {
    position: relative;
    right: auto;
    display: inline-block;
    top: auto;
}
.comment-reply-link:hover {
    color: #e07e2d;
}
.browse-all:after, .comment-reply-link:after  {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/Icon-awesome-arrow-right_orange.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
}
.browse-all:hover {
   color: #e07e2d;
}
h2.entry-title {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 32px;
    font-weight: 500;
}
.the-latest h2.entry-title {
    margin-top: 5px;
}
.featured-content .entry-title:hover {
    text-decoration: underline;
}
.the-latest article .entry-meta {
    font-size: 20px;
    letter-spacing: .1em;
    color: #E07E2D;
    font-weight: 800;
    text-transform: uppercase;
}
.search-trending {
    border-top: 2px solid #8DA080;
    border-bottom: 2px solid #8DA080;
    padding: 35px 0;
}
.search-trending .wrapper-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-search {
    width: 282px;
    text-align: center;
}
.widget_search form {
    width: 100%;
    position: relative;
}
.widget_search form input:focus, .widget_search form input:focus-visble {
    border: none !important;
}
.home-search .widget_search form:after, .sidebar .widget_search form:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/search_icon.svg');
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 24px;
    height: 28px;
    background-size: cover;
}
.widget_search input {
    border-bottom: 2px solid #1F2728;
    border-top:none;
    border-right: none;
    border-left: none;
    width: 100%;
    font-size: 18px;
    height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
    font-family: 'Barlow';
}
.home-search .widget_search input {
    font-size: 21px;
}
.home-search .search input::placeholder {
    display: none;
    color: #fff;
}
.trending {
    width: 565px;
    text-align: center;
    margin-left: 80px;
}
.trending .widget_text {
    width: 85px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.trending .widget_text a {
    font-size: 20px;
    font-weight: 500;
}
.trending .widget_text a:hover {
    text-decoration: underline;
}
.trending .widget_text img {
    width: 70px;
    height: 70px;
}
.trending .widget_text:first-child {
    text-align: center;
    width: auto;
    display: block;
}
.trending .widget_text:last-child {
    margin-right: 0;
}
.trending section {
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.trending section:hover img, .trending section:focus, .trending section:active {
  -webkit-transform: scale(1.1);
   transform: scale(1.2) rotate(10deg);
}
.favorites {
    text-align: center;
    padding: 60px 0;
}
.favorites .wrapper {
    max-width: 1280px;
}
.favorites section:first-child {
    width: 600px;
    margin: 0 auto;
}
.star-rating {
    margin-top: 15px;
    margin-bottom: -5px;
}

.star-rating .wprm-recipe-rating svg {
    width: 30px;
    height: 30px;
}
.star-rating .wprm-recipe-rating svg polygon {
    stroke:none !important;
}

.favorites article {
    width: 197px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    vertical-align: top;
    margin-top: 20px;
}
.favorites article img {
    width: 148px;
    height: 148px;
    object-fit: cover;
    border-radius: 50%;
}
.favorites article:last-child {
    margin-right: 0;
}
.about {
    padding: 40px 0;
    background-color: #FAFAFA;
}
.about section:first-child {
    width: 302px;
    display: inline-block;
    vertical-align: middle;
}
.about section:last-child {
    width: 577px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}
.about section:first-child img {
    width: 100%;
    height: 296px;
    border-radius: 50%;
}
.about .button {
    float: left;
    margin-right: 20px;
}
.about .widget-title {
    margin-bottom: 5px;
}
.featured-category {
    text-align: center;
    padding: 40px 0;
}
.featured-category .browse-all{
    position: relative;
    display: inline-block;
    margin-top: 20px;
    color: #000;
}
.featured-category .browse-all:hover {
    color: #e07e2d;
}
.featured-category article {
    width: 270px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}
.featured-category article:last-child {
    margin-right: 0;
}
.featured-category article img {
    width: 100%;
    height: 371px;
    object-fit: cover;
}
.home-optin {
    padding: 60px 0;
}
.home-optin .wrapper-small {
    width: 900px;
}
.home-optin section:first-child {
    width: 235px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
}
.home-optin section:first-child img {
    width: 100%;
    height: auto;
}
.home-optin section:last-child {
    width: 600px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.home-optin section:last-child:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/submark.svg');
    background-size: cover;
    position: absolute;
    content: "";
    display: inline-block;
    width: 380px;
    height: 370px;
    top: -55px;
    right: -50px;
    z-index: -9;
}
.home-optin .widget-title {
    padding-right: 
}
.home-optin input {
    border: 2px solid #3A707C;
    height: 47px;
    width: 165px;
    margin-right: 15px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 19px;
    color: #1F2728;
}
.widget_search input::placeholder {
    color: #1F2728;
    font-size: 19px;
}
.home-optin input:last-child {
    margin-right: 0;
}
input.enews-submit {
    padding: 0;
    text-align: center;
    width: 182px;
    background-color: #8DA080;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Barlow';
    color: #fff;
    cursor: pointer;
    border: none;
}
input.enews-submit:hover {
    background-color: #e07e2d;
}
.perfmatters-lazy-youtube .play {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/03/playButton.svg') !important;
    width: 88px !important;
    height: 88px !important;
    top: 46% !important;
    left: 48% !important;
}
.video-recipe {
    padding: 90px 0;
    border-top: 2px solid #3A707C;
    border-bottom: 2px solid #3A707C;
    position: relative;
}
.video-recipe:before, .category-tabs:before {
    background-color: #3A707C;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 8px;
}
.video-recipe section:first-child {
    width:588px;
    height: 360px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
    position: relative;
}
.jwplayer {
    overflow: inherit !important;
}
.adthrive-collapse-player {
    border: none !Important;
    margin-bottom: 70px;
    width: 100%;
}
.video-recipe section:first-child:before, .single .entry-content .jwplayer:before {
        content: "";
    width: 100%;
    height: 92%;
    border: 2px solid #3a707c;
    top: 15px;
    left: 15px;
    display: block;
    position: absolute;
    background-color: transparent;
    z-index: -9;
}
.video-recipe section:last-child {
    width: 530px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.video-recipe .wp-video-shortcode, .video-recipe iframe {
    height: 330px !important;
    width: 588px;
}


.video-recipe .widget-title {
    margin-bottom: 15px;
}
.video-recipe .button:after {
    display: none;
}
.video-recipe .button {
    padding-right: 20px;
    margin-top: 20px;
    display: inline-block;
}
.video-recipe .button-orange {
    margin-left: 30px;
}
.video-recipe p {
    display: inline-block;
}
.video-recipe p:first-child {
    display: block;
}
.video-recipe p:nth-child(2) {
margin-right: 20px;
}
.as-seen-on {
    text-align: center;
    padding: 60px 0 10px;
}
.as-seen-on .widget-title {
    margin-bottom: 0;
}
.as-seen-on section {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
.as-seen-on section:first-child {
    max-width: auto;
    display: block;
    margin-right: 0;
}
.as-seen-on section:last-child {
    margin-right: 0;
}
.footer-optin {
    padding: 30px 0;
    background-color: #8DA080;
}
.footer-optin h4 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footer-optin form {
    width: 760px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: 50px;
}
.footer-optin input {
    height: 47px;
    width: 266px;
    margin-right: 15px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: 'Barlow';
    font-size: 19px;
    color: #1F2728;
    border: none;
}
.footer-optin input::placeholder {
    color: #1F2728;
}
.footer-optin input.enews-submit {
    background-color: #1F2728;
    width: 188px;
    margin-right: 0;
    color: #fff;
    padding-right: 0;
    padding-left: 0;
}
.footer-optin input.enews-submit:hover {
    background-color: #e07e2d;
}
.category-tabs {
    text-align: center;
    margin-top: 140px;
    padding-bottom: 40px;
    position: relative;
    height: 470px;
    border-top: 2px solid #3A707C;
    position: relative;
}

.category-tabs .featured-content {
    margin-top: -40px;
    padding-top: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.category-tabs .featured-content .widget-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.category-tabs .featured-content article {
    width: 267px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    text-align: center;
}
.category-tabs .featured-content article:last-child {
    margin-right: 0;
}
.category-tabs .featured-content article img {
    width: 100%;
    height: 267px;
    object-fit: cover;
}
.each-post h2 {
    font-weight: 500;
    font-size: 25px;
    font-family: 'Barlow';
}
.category-tabs .featured-content article h2:hover a, .each-post h2:hover a, .each-post h2:hover {
    text-decoration: underline;
}
.tabbed-list {
    margin-top: -25px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 0;
    z-index: 999;
}
.tabbed-list li {
    list-style: none;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #3A707C;
    width: 210px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}
.tabbed-list li:first-child, .tabbed-list li:last-child { 
    margin: 0;
}
.tabbed-list li.tabbed:after {
    border-color: #8da080 transparent transparent;
    border-style: solid;
    border-width: 22px 25px 0;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left:81px;
    margin-left: -8px;
    position: absolute;
    width: 0;
}
.category-tabs .featured-content {
    display: none;
}
.category-tabs .featured-content:nth-child(2) {
    display: block;
}
.tabbed-list li.tabbed, .tabbed-list li:hover {
    background-color: #8da080;
    color: #fff;
}


.browse-by {
    background-color: #8da080;
     margin-left: calc(-100vw / 2 + 1180px / 2);
  margin-right: calc(-100vw / 2 + 1180px / 2);
    padding: 30px 0;
    height: 48px;
}
.browse-by h2 {
    display: inline-block;
    vertical-align: top;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 35px;
    margin: 5px 25px 0 0;
}
.browse-by .filter {
    width: 230px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 48px;
}
.browse-by .filter:last-child {
    margin-right: 0;
}
.filter-categories {
    display: none;
    background-color: #fff;
    z-index: 99999;
    position: relative;
}
.filter-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Barlow';
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 10px 20px;
}
.filter-title:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/down_arrow_white.png');
    background-size: cover;
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 18px;
}
.course-filter {
    background-color: #e07e2d;
}
.protein-filter {
    background-color: #3a707c;
}
.method-filter {
    background-color: #EAEAEA;
}
.method-filter .filter-title {
    color: #1F2728;
}
.method-filter .filter-title:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/down_arrow_dark.png');
}
.dietary-filter {
    background-color: #1F2728;
}
.filter-categories {
    text-transform: uppercase;
}
.course-filter .filter-categories {
    border: 2px solid #e07e2d;
    border-top: none;
}
.protein-filter .filter-categories {
    border: 2px solid #3a707c;
    border-top: none;
}
.method-filter .filter-categories {
    border: 2px solid #EAEAEA;
    border-top: none;
}
.dietary-filter .filter-categories {
    border: 2px solid #1F2728;
    border-top: none;
}
.each-filter-category {
    font-family: 'Barlow';
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 0;
    position: relative;
}
.each-filter-category {
padding: 10px 0;
text-transform: uppercase;}
.course-filter .each-filter-category {
    border-top: 2px solid #e07e2d;
}
.protein-filter .each-filter-category {
    border-top: 2px solid #3a707c;
}
.method-filter .each-filter-category {
    border-top: 2px solid #EAEAEA;
}
.dietary-filter .each-filter-category {
    border-top: 2px solid #1F2728;
}
.each-filter-category:hover {
    background-color: #EAEAEA;
}
.most-popular-recipes {
    position: relative;
    padding: 40px 0;
    background-color: #FAFAFA;
    border-top:2px solid #3A707C;
    border-bottom: 2px solid #3A707C;
    margin-top: 40px;
    width: 100vw;
   
}
.most-popular-recipes.ri {
      margin-left: calc(-100vw / 2 + 1180px / 2);
  margin-right: calc(-100vw / 2 + 1180px / 2);
}
.most-popular-recipes .wrapper {
    max-width: 1065px;
    margin: 0 auto;
    
}
.most-popular-recipes:after, .most-popular-recipes:before {
    background-color: #3A707C;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 8px;
}
.most-popular-recipes:before {
    top: auto;
    bottom: 8px;
}
.most-popular-recipes h2.section-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    text-orientation: sideways-right;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.most-popular-recipes img.stars {
    display: inline-block;
    transform: rotate(180deg);
    vertical-align: middle;
    padding-top: 10px;
}
.most-popular-recipes .each-post {
    display: inline-block;
    width: 205px;
    margin-left: 35px;
    text-align: center;
    vertical-align:top;
}

.most-popular-recipes .each-post img {
    width: 184px;
    height: 184px;
    object-fit: cover;
    border-radius: 50%;
}
.page-template-recipe-index .entry-content p {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 34px;
}
.ri-cat {
    position: relative;
    padding: 40px 0;
}
.ri-cat .each-post, .cat-posts .each-post, .search .each-post, .the-posts .each-post {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 33px;
}
.cat-posts .each-post, .search .each-post, .the-posts .each-post {
    margin-bottom: 50px;
}
.ri-cat .each-post:last-child, .cat-posts .each-post:nth-child(4n+4), .search .each-post:nth-child(4n+4), .the-posts .each-post:nth-child(4n+4) {
    margin-right: 0;
}
.ri-cat .each-post img, .cat-posts .each-post img, .search .each-post img, .the-posts .each-post img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}
.ri-cat .section-title {
    margin-top: 0;
}
.ri-cat .browse-all {
    top: 40px;
}
.ri-cta {
    text-align: center;
    padding: 0 0 40px;
}
.ri-cta .left {
    width:440px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 90px;
}
.ri-cta .right {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
}
.ri-cta h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    font-weight: 400;
}
.ri-cta .button {
    display: inline-block;
}

.cat-page-header, .category .content-sidebar-wrap, .search .content-sidebar-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.archive-description .archive-title {
    display: none;
}

.cat-page-header {
    margin-top: 30px;
}
.search .the-posts, .search .section-title {
    text-align: center;
}

.cat-feed {
  text-align: center;
}
.archive-pagination {
    text-align: center;
    padding: 30px 0;
}
.archive-pagination ul {
    padding-left: 0;
}
.archive-pagination ul li {
    list-style: none;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 8px;
	font-family:'Abril Fatface', cursive;
}
.archive-pagination ul li.active  {
    background-color: #E07E2D;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.archive-pagination ul li.active a {
    color: #fff;
}
.archive-pagination ul li:hover {
    border-bottom: 2px solid #1F2728;
}
.archive-pagination ul li.pagination-next {
    margin: 0 0 0 45px;
}
.pagination-next img {
    position: relative;
    top: 2px;
    right: -4px;
}
.pagination-next {
    position: relative;
}

.pagination-previous img {
    position: relative;
    top: 2px;
    left: -4px;
    transform: rotate(180deg);
}
.archive-pagination ul li.pagination-previous {
    margin: 0 45px 0 0;
}

.single .content-sidebar-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
.single .content, .content-sidebar .content {
    width: 838px;
    display: inline-block;
}
.single .sidebar, .content-sidebar .sidebar {
    width: 300px;
    display: inline-block;
    margin-left: 42px;
    vertical-align: top;
    background-color: #FAFAFA;
    padding: 40px 25px;
    text-align: center;
    box-sizing: border-box;
}
.full-width-content .content-sidebar-wrap, .blog .content-sidebar-wrap {
    max-width: 1180px;
    margin: 30px auto 0;
}
.content-sidebar-wrap {
   max-width: 1180px;
    margin: 30px auto 0;
}
.full-width-content .sidebar, .category .sidebar, .search .sidebar, .blog .sidebar {
    display: none;
}
.full-width-content .content, .category .content, .search .content, .blog .content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.sidebar section:first-child img {
    border-radius: 50%;
}
.sidebar widget_text .widget-title {
    margin: 30px 0;
}
.sidebar .widget_text .button {
    margin-bottom: 10px;
    display: inline-block;
}
.sidebar .widget_text .button:hover {
    color: #e07e2d;
}
.sidebar .simple-social-icons {
    margin: 45px 0 55px;
}
.sidebar .search input {
    background-color: transparent !Important;
}
.sidebar .search input::placeholder {
    color: #FAFAFA;
}
.sidebar .simple-social-icons ul li, .top-bar .simple-social-icons ul li {
    margin: 0 6px 0 !important;
}
.single .content .entry-title, .single .content .entry-meta {
    display: none;
}
.single .content .post-header .entry-meta {
    display: block;
}
.single .sidebar {
    margin-top: 20px;
}
.single .entry-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.entry-content h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 25px;
    font-weight: 400 !important;
    text-transform: lowercase;
}
.entry-content h3 {
    font-family: 'Abril Fatface', cursive;
    font-size: 26px;
    font-weight: 400 !important;
    text-transform: lowercase;
}
.entry-content ul{
    padding-left: 25px;
}
.entry-content ol  {
    padding-left: 30px;
}
.entry-content li {
    font-family: 'Barlow';
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
}
.entry-content li::marker {
    color: #e07e2d;
}
.entry-content a, .cat-page-header p a {
    color: #e07e2d;
    text-decoration: underline;
}
.entry-content a:hover, .cat-page-header p a:hover {
    color: #1f2728;
}
.each-related {
	width:124px;
	display:inline-block;
	margin-right:20px;
	vertical-align:top;
}
.each-related img {
	width:100%;
	height:124px; 
	object-fit:cover;
}
.single-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    position: relative;
}
.single-pagination:after, .single-pagination:before {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/03/stripeBorder.svg');
    height: 24px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    background-repeat: repeat-x;
}
.single-pagination:after {
    bottom: -25px;
    top: auto;
}
.single-pagination-prev, .single-pagination-next {
    text-align: center;
    width: 305px;
}
.single-pagination-title {
    font-family: 'Abril Fatface', cursive;
    font-size: 20px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
}
.single-pagination-link {
    font-family: 'Barlow';
    font-size: 22px;
    font-weight: 600;
    color: #1f2728;
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #E07E2D;
    padding-right: 35px;
    padding-bottom: 5px;
}
.single-pagination-link:hover {
    color: #e07e2d;
}
.single-pagination-link:after {
      
    background-size: cover;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
}
.single-pagination-next .single-pagination-link:after {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/Icon-awesome-arrow-right_orange.svg');
}
.single-pagination-prev .single-pagination-link {
    padding-right: 0;
    padding-left: 35px;
}
.single-pagination-prev .single-pagination-link:before {
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/Icon-awesome-arrow-right_orange.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    right: auto;
    transform: rotate(180deg);
}
.single-pagination-prev .single-pagination-link:after {
    display: none;
}
.comment-form-wprm-rating fieldset.wprm-comment-ratings-container input[type=radio] {
	margin-left:10px !important;
}
.comment-respond {
      background-color: #EAEAEA;
    padding: 40px;
	margin-bottom:50px;
}

.single h3.comment-reply-title, .single .entry-comments h3 {
    font-size: 35px;
    margin-bottom: 15px;
}
.single .entry-comments h3 {
	margin-top:0;	
}
.single h3.comment-reply-title {
    margin-top: 0;
}
.comment-form-wprm-rating label {
    font-family: 'Abril Fatface', cursive !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    text-transform: lowercase;
}
.comment-form-wprm-rating fieldset.wprm-comment-ratings-container span svg {
    width: 138% !important;
    height: 138% !important;
    margin-left: 10px;
    margin-top: -3px;
}
.comment-form input, .comment-form textarea {
    border: 2px solid #8da080;
    width: 100%;
    height: 50px;
    display: block;
}
.comment-form textarea {
    height: 312px;
}
.comment-form label {
    font-family: 'Barlow';
    font-size: 25px;
    font-weight: 500;
}
#cren_subscribe_to_comment {
	width: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}
.comment-form .submit, .nf-field-element input[type="button"] {
    background-color: #8da080;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Barlow';
    text-transform: uppercase;
    width: 218px;
    border: none;
    border: 2px solid #8da080;
    cursor: pointer;
}
.nf-field {
	margin-bottom:20px;
}
.nf-field-element textarea {
	border: 2px solid #1f2728;	
}
.nf-field-element ul {
	padding-left:0;
}
.nf-field-element ul li {
	list-style:none;
}
.nf-field-element ul li input, .nf-field-element ul li label {
	display:inline-block;
	vertical-align:middle;
}
.list-checkbox-wrap .nf-field-element li input.nf-element {
	width:20px !important;
	height:20px;
}
.nf-field-label label {
	font-size:20px;
	font-family: 'Barlow';
	font-weight:400;
}
.nf-field-element textarea {
	width:100%;
	height:150px;
}
.field-wrap input[type=button] {
    width: 218px !important;
    height: 45px;
}
.comment-form .submit:hover {
    background-color: transparent;
    border: 2px solid #8da080;
    color: #8da080;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
li.comment .avatar {
    display: none;
}
.comment-author {
    margin-bottom: 5px;
}
.comment-meta, .comment-author {
    margin-top: 0;
}
.comment-author-name {
    font-size: 22px;
    font-weight: 800;
    font-family: 'barlow';
    
    margin-bottom: 10px;
}
.comment-author-name a {
    color: #e07e2d;
    text-decoration: underline;
}
.comment-meta {
    font-family: 'barlow';
    font-size: 19px;
    font-style: italic;
}
span.says {
    display: none;
}
li.comment {
    list-style: none;
    border-bottom: 2px solid #EAEAEA;
    position: relative;
    padding-bottom: 30px;
    padding-top: 35px;
}
li.comment .children li.comment {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
li.comment:after {
    height: 2px;
    background-color: #EAEAEA;
    width: 100%;
    position: absolute;
    bottom: 8px;
    content: "";
}
li.comment .children li.comment:after {
    display: none;
}
li.comment .children {
    border: 2px solid #8da080;
    margin: 30px 0 30px 30px;
    padding: 15px 25px;
}
.at-a-glance {
    width: 100%;
    padding: 30px 0 65px;
    position: relative;
}
.post-header {
    padding-top: 30px;
}
.at-a-glance:after {
    content: "";
    background-image: url('https://eatthegains.com/wp-content/uploads/2022/03/stripeBorder.svg');
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    background-repeat: repeat-x;
}
.at-a-glance .wrapper {
    max-width: 1200px;
}
.at-a-glance .left {
    width: 580px;
    display: inline-block;
    vertical-align: top;
    margin-right: 55px;
}
.at-a-glance .right {
    width: 560px;
    display: inline-block;
    vertical-align: top;
}
.post-meta p {
    font-size: 14px;
    font-weight:400;
    text-align: left;
    line-height: 17px;
}
.post-meta a:hover {
    text-decoration: underline;
}
.substitutions {
	border-top:2px solid #3A707C;
	border-bottom:2px solid #3A707C;
	position:relative;
	padding:25px 0;
	margin-bottom:40px;
	    width: 145%;
    margin-left: -45%;
    padding-left: 45%;
}
.substitutions:before, .substitutions:after {
	position:absolute;
		width:120%;
		height:2px;
	background-color:#3A707C;
	content:"";
	top:5px;
	left:-20%;
}
.substitutions:after {
	top:auto;
	bottom:5px;
}
.substitutions li, .why-we-love li {
	font-size:19px; 
}
.substitutions ul, .why-we-love ul {
	padding-left:20px;
	margin:0;
}
.substitutions h2, .why-we-love h2 {
	font-size:32px;
	margin-top:0;
	margin-bottom:10px;
}
.why-we-love {
	border:2px solid #8DA080;
	padding:40px 30px 60px;
	position:relative;
	margin-bottom:60px;
}
.why-we-love:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
	margin:auto;
	background-image:url('https://eatthegains.com/wp-content/uploads/2022/02/alternate-logo.svg');
	width:74px; 
	height:68px;
	background-color:#fff; 
	padding:0 30px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dpsp-share-text  {
	font-family: 'Abril Fatface', cursive;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize !Important;
    margin-right: 30px;
	margin-bottom:40px !important;
	margin-top:0 !important;
}
#dpsp-content-bottom {
	margin-top:0 !important;
}
.dpsp-content-wrapper{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:40px;
}
.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
	margin-right:10px !important;
	margin-bottom:0 !important;
}
.dpsp-network-icon .dpsp-network-icon-inner svg {
	max-height:40px !important;
}
.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg {
	width:23px !important;
	height:23px !important;
}
.wprm-recipe .wprm-recipe-rating {
	margin-top:20px !important;
}
.wprm-recipe .wprm-recipe-rating svg {
	width:28px !important; 
	height:28px !important;
}
.at-a-glance .wprm-recipe-summary {
    text-align: left;
    font-family: 'Barlow';
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    font-style: normal;
}
.at-a-glance .wprm-recipe-summary em {
    font-style: normal !important;
}
.at-a-glance .wprm-recipe-template-snippet-summary-etg-22 {
    text-align: left;
    margin-bottom: 0;
	margin-top:25px;
}
.at-a-glance .wprm-recipe-template-image-snippet {
    margin-bottom: 0;
}
.at-a-glance .wprm-recipe-link-inline-button {
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0 !important;
    width: 182px;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 22px;
}
.at-a-glance .wprm-recipe-image {
    margin-bottom: 40px;
}
.at-a-glance .wprm-recipe-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.at-a-glance .wprm-recipe-details-label {
    font-family: 'Abril Fatface', cursive;
    font-size: 24px;
    font-weight: 400 !Important;
    margin-right: 10px;
}
.at-a-glance .wprm-recipe-time span, .at-a-glance .wprm-recipe-servings-with-unit span, .wprm-recipe-details  {
    font-size: 20px !important;
}
.wprm-nutrition-label, html body .wprm-recipe-container .wprm-nutrition-label {
    display: block !important;
    margin: 10px auto !important;
}
.mobile.post-filers {
    display: none;
}
.post-filters {
    padding-left: 0;
}
.post-filters li {
    list-style: none;
    background-color: #EAEAEA;
    width: 196px;
    padding: 8px 0;
    font-family: 'Barlow';
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
}
.post-filters li:hover {
    background-color: #e07e2d;
}
.post-filters li:hover a {
    color: #fff;
}
.post-filters li:nth-child(4n+4) {
    margin-right: 0;
}
.share h3 {
    font-family: 'Abril Fatface', cursive;
    font-size:24px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize !Important;
    margin-right: 30px;
}
.share .swp_social_panel  {
    display: inline-block !important;
    vertical-align: middle;
}
.share .swp_social_panel:not(.nc_floater).scale-120.scale-full_width, .share .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
    width: auto !Important;
}
.swp_social_panel .sw {
    margin: 1px 0 0 3px !important;
    width: 20px !important;
    font-size: 25px;
}
.swp_share {
    display: none !Important;
}
.swp_social_panel.swp_pill .nc_tweetContainer {
    max-width: 32px;
}
.swp_share_link {
    color: #fff !Important;
}
.swp_social_panel {
    display: block !important;
}

.wprm-recipe-template-recipe-card-etg-22 {
    padding: 20px 30px 0 !important;
    box-sizing: border-box;
}
.wprm-recipe-template-recipe-card-etg-22  .wprm-recipe-image {
    width: 240px;
}
.wprm-recipe-template-recipe-card-etg-22  .wprm-recipe-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-link:hover {
    background-color: transparent !important;
    color: #e07e2d !important;
}
.wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    width:182px;
    text-align: center;
    margin: 15px 0;
}
.wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-print {
    margin-left: 20px !importat;
    margin-bottom: 30px !important;
}
.wprm-recipe-meta-container span, .wprm-recipe-nutrition-container span, .wprm-recipe-servings-container span {
    font-size: 15px;
    font-family: 'Barlow';
    color: #1F2728;
    opacity: 1;
}
.single .wprm-recipe-template-recipe-card-etg-22 li {
    margin: 0 0 7px 22px !important;
}
.single .wprm-recipe-template-recipe-card-etg-22 ul.wprm-recipe-instructions li {
    margin: 0 0 30px 22px !important;
}
h3.wprm-recipe-header {
    text-transform: lowercase;
}
.wprm-call-to-action {
    width: 838px;
    margin-left: -34px !important;
    padding: 35px !important;
    margin-top:30px !important;
}
.course-container {
    display: inline-block;
}
.single .my-wprm-spacer {
    clear: both;
    width: 838px;
    clear: both;
    height: 2px;
    background-color: #3a707c !important;
    margin-left: -30px;
    position: relative;
    margin-top: 16px;
}
.my-wprm-spacer:after {
    content: "";
    width: 838px;
    clear: both;
    height: 2px;
    background-color: #3a707c !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -6px;
    
}
.my-wprm-spacer.first {
    margin-bottom: 10px;
    margin-top: 0;
}
.wprm-spacer {
    display: none !Important;
}
.wprm-recipe-notes-container {
    background-color: #EAEAEA;
    padding: 10px 20px;
}
.wprm-recipe-instruction, .single .entry-content ol li {
    counter-increment: my-counter;
    position: relative;
    list-style-type: none !important;
}
.wprm-recipe-instruction:after, .single .entry-content ol li:before {
        display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    background-color: #e07e2d;
    text-align: center;
    color: #fff;
    content: counter(my-counter);
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-left: -30px;
    position: absolute;
    top: 2px;
    line-height: 20px;
    border-radius: 50%;
}
.wprm-recipe-instruction::marker {
    display: none;
}
.green-bar {
    background-color: #8da080;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 838px;
    margin-left: -30px;
    margin-top: 15px;
}
.green-bar div {
    display: inline-block;
    vertical-align: middle;
}
.green-bar span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: 'Barlow' !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
span.wprm-recipe-time, span.wprm-recipe-servings-with-unit  {
    margin-left: 4px;
}
.green-bar .wprm-recipe-time-container {
    margin-right: 25px;
}
.green-bar worm-recipe-details-label {
    margin-right: 5px;
}
.wprm-call-to-action-header {
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    font-weight: 400;
}
.wprm-call-to-action-icon, .wprm-call-to-action-icon svg {
    width: 121px !important;
    height: 121px !important;
    flex-basis: 65% !Important;
}
.wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-header.wprm-recipe-notes-header {
    margin-top: 0 !Important;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.at-a-glance .wprm-recipe-summary {
    margin: 0 0 25px;
}

ul.related_post li {
    text-align: center !important;
    width: 123px !important;
    margin-right: 25px !Important;
}
.snippet-buttons {
    text-align: left;
}
ul.related_post li img {
    width: 123px !important;
    height: 123px !Important;
    box-shadow: none !important;
}
ul.related_post li a {
    color: #1f2728 !important;
}
.wp_rp_title {
	font-family:'Barlow' !important;
}
ul.related_post li a:hover {
    text-decoration: underline !important;
}
.wprm-recipe-template-recipe-card-etg-22 h2.wprm-recipe-name {
    margin-bottom: 25px !Important;
}
.wprm-recipe-summary span em {
    font-style: normal !important;
}
.wprm-recipe-summary {
    margin-bottom: 20px;
}
.wp_rp_wrap {
    margin-top: 60px;
}
ul.related_post li {
    width: 125px !important;
}
ul.related_post li:last-child {
    margin-right: 0 !important;
}
ul.related_post li img {
    width: 125px !important;
    height: 125px !important;
}
.single .home-optin .wrapper-small {
    width: 100%;
}
.single .home-optin section:first-child {
    margin-right: 25px;
}
.single .home-optin section:last-child {
    width: 550px;
}
  .wprm-recipe-template-recipe-card-etg-22 ul.wprm-recipe-instructions {
        padding-left: 10px !important;
    }
   .wprm-recipe-template-recipe-card-etg-22 h3.wprm-recipe-instructions-header, .wprm-recipe-template-recipe-card-etg-22 h3.wprm-recipe-ingredients-header  {
        margin-bottom: 15px !important;
    }

.nf-form-content input {
   height: 45px;
    font-family: 'Barlow';
    font-size: 20px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 2px solid #1f2728;
}
.nf-form-content input:focus, .nf-form-content input:focus-visible {
    border: none;
}
.course-bar, .green-bar {
    text-align: center;
}

.page-template-links_page .footer-widgets, .page-template-links_page .site-footer, .page-template-links_page .footer-optin {
    display: none;
}
.page-template-links_page .search-trending {
    border-top: none;
    border-bottom: none;
}
.page-template-links_page .browse-all {
    display: none !important;
}
.ig-links {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.ig-links .button {
    background-color: #e07e2d;
    display: block;
    margin: 15px auto;
    max-width: 350px;
    padding: 15px;
    box-sizing: border-box;
}
.ig-links .button:nth-child(3n+3) {
    background-color: #8da080;
}
.ig-links .button:nth-child(3n+4) {
    background-color: #3A707C;
}
.page-template-links_page .about .button {
    display: none;
}

@media only screen and (max-width:1024px) {
    .wrapper, .full-width-content .content-sidebar-wrap, .content-sidebar-wrap, .single .content-sidebar-wrap, .cat-page-header, .category .content-sidebar-wrap {
        max-width: 95%;
        margin: 0 auto;
    }
    .menu-icon {
        position: absolute;
        top: 26px;
        left: 10px;
        display: block;
    }
    .mobile-search-icon {
        position: absolute;
        top:22px;
        right: 10px;
        display: block;
    }
    .menu-icon span {
        display: block;
        background-color: #1F2728;
        width: 34px;
        height: 3px;
        margin-bottom:6px;
    }
    .custom-logo {
        display: none;
    }
    .title-area {
        background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/alt_logo.svg');
        width: 235px;
        height: 52px;
        position: relative;
    }
    .title-area a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .mobile-menu {
        background-color: #fff;
        text-align: center;
        display: none;
        margin-top: 10px;
    }
    .mobile-search {
        display: none;
    }
    .mobile-menu ul {
        padding-left: 0;
        margin-top: 0;
    }
    .mobile-menu ul li {
        display: block;
        padding: 15px 50px;
        border-bottom: 3px solid #EAEAEA;
        font-size: 25px;
        font-weight: 500;
        font-family: 'Barlow';
    }
    .mobile-search {
        background-color: #fff;
        text-align: center;
        border-bottom: 3px solid #EAEAEA;
    }
    .mobile-search form {
        width: 70%;
        margin: 20px auto;
        position: relative;
    }
    .mobile-search input {
        width: 100%;
        margin: 0 auto;
        border: none;
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
		font-size:22px;
    }
	.home-optin input, .comment-form textarea, .comment-form input {
		font-size:24px;
	}
    .mobile-search form:after {
        background-image: url('https://eatthegains.com/wp-content/uploads/2022/02/search_icon.svg');
        content: "";
        display: inline-block;
        position: absolute;
        top: 4px;
        right: 10px;
        width: 20px;
        height: 24px;
        background-size: contain;
    }
    .single .content, .content-sidebar .content {
        width: 100%;
    }
    .page-template-recipe-index .content {
        margin-top: 30px;
    }
    .the-latest article {
        width: 21.5%;
        margin-right: 20px;
    }
    .the-latest article img {
        height: 264px;
    }
    .search-trending .wrapper-small {
        display: block;
    }
    .home-search {
        width: 50%;
        margin: 0 auto 50px;
    }
    .trending {
        width: 90%;
        margin: 0 auto;
    }
    .about section:first-child {
        width: 40%;
        margin: 0 auto 30px;
        display: block;
        
    }
    .about section:last-child {
        width: 80%;
        margin: 0 auto 50px;;
        display: block;
    }
    .home-optin {
        padding: 60px 20px;
    }
    .home-optin section:first-child {
        margin-right: 30px;
    }
    .home-optin section:last-child {
        width: 450px;
    }
    .single .home-optin section:last-child {
        width: 420px;
    }
    .home-optin input.enews-submit {
        width: 350px;
        margin-top: 15px;
    }
    .category-tabs {
        height: 940px;
    }
    .video-recipe {
        text-align: center;
        padding: 40px 0;
    }
    .as-seen-on section:nth-child(4) {
        margin-right: 0;
    }
    .footer-widgets ul li {
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
    }
    .footer-widgets-3 section {
        display: block;
    }
    .site-footer .wrap, .footer-widgets .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .browse-by {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: auto;
    }
    .browse-by h2 {
        width: auto;
        margin-bottom: 30px;
    }
    .most-popular-recipes {
        text-align: center;
    }
    .most-popular-recipes h2.section-title {
        transform: rotate(0deg);
        writing-mode:unset;
    }
    .most-popular-recipes img.stars {
        transform: rotate(90deg);
        display: block;
        margin: -65px auto 0;
        text-align: center;
    }
    .most-popular-recipes .each-post:nth-child(3) {
        margin-left: 0;
    }
    .ri-cat .each-post, .cat-posts .each-post, .search .each-post, .blog .each-post {
        width: 218px;
    }
    .ri-cat .each-post img, .cat-posts .each-post img, .search .each-post img, .blog .each-post img {
        height: 314px;
    }
	.ri-cta .left {
		margin:0 auto;
	}
    .ri-cta .left, .ri-cta .left img {
        width: 100%;
    }
    .at-a-glance {
        padding: 20px 20px 65px;
    }
    .at-a-glance .wprm-recipe-template-snippet-summary-etg-22 {
        text-align: center;
    }
    .at-a-glance .left {
        margin-right: 20px;
        width: 50%;
    }
    .at-a-glance .right {
        width:45%;
        text-align: center;
    }
    .at-a-glance .wprm-recipe-link-inline-button, .post-filters li {
        font-size: 19px;
        width: 160px;
    }
    .footer-optin form {
        width: 60%;
    }
    .footer-optin input, .footer-optin input.enews-submit {
        width: 182px;
    }
    .the-latest, .the-latest .widget-title {
        text-align: center;
        margin-top: 105px;
    }
    .the-latest .browse-all {
        position: relative;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 20px;
    }
    .most-popular-recipes.ri {
        margin-right: 0;;
        margin-left: 0;
        width: 100%;
    }
    .category-tabs .featured-content article {
        width: 260px;
        margin-bottom: 30px;
    }
    .category-tabs .featured-content article img {
        height: 260px;
    }
    .category-tabs .featured-content article:nth-child(2n+2) {
        margin-right: 0;
    }
    .top-bar, .nav-primary {
        display: none;
    }
    .site-header {
        text-align: center;
        background-color: #EAEAEA;
        position: sticky;
        border-bottom: 2px solid #8DA080;
		top:0;
		width:100%;
		z-index:99;
    }
    .site-header:after {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        border-bottom: 2px solid #8DA080;
		background-color:#fff;
        position: absolute;
        bottom: -10px;
    }
     .page-template-links_page .about {
        background-color: transparent;
        text-align: center;
    }
    
}

@media only screen and (max-width:768px) {
    
    
    .site-header .wrap {
        padding: 10px 0;
    }
	.mobile-search {
		margin-top: 10px;
    padding-top: 5px;
	}
    .browse-by .filter {
        margin: 10px auto;
    }
    .most-popular-recipes .each-post {
        width: 155px;
    }
    .most-popular-recipes .each-post {
        margin-left: 0;
        margin-right:30px;
    }
    .most-popular-recipes .each-post:nth-child(4), .most-popular-recipes .each-post:last-child {
        margin-right: 0;
    }
    .most-popular-recipes .each-post img  {
        width: 155px;
        height: 155px;
    }
    .most-popular-recipes .each-post:nth-child(5) {
        margin-left: 0;
    }
    .ri-cat {
        text-align: center;
        margin-bottom: 50px;
    }
    .ri-cat .each-post, .cat-posts .each-post, .search .each-post, .blog .each-post {
        width: 168px;
        margin-right: 20px;
    }
    .ri-cat .each-post:nth-child(2n+2), .cat-posts .each-post:nth-child(2n+2), .search .each-post:nth-child(2n+2), .blog .each-post:nth-child(2n+2) {
        margin-right: 0;
    }
    .ri-cat .each-post img, .cat-posts .each-post img, .search .each-post img, .blog .each-post img {
        height: 240px;
    }
    .ri-cat .browse-all {
        top: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        width: 144px
    }
    .blog .the-posts {
        text-align: center;
    }
    .at-a-glance .share {
        display: none;
    }
    
    .wprm-recipe-link.wprm-recipe-link-inline-button {
            margin: 15px auto !important;
        display: block !important;
        width: 75%;
    }
    
}

@media only screen and (max-width:460px) {
    .the-latest article {
        width: 152px;
    }
    .the-latest article:nth-child(3) {
        margin-right: 0;
    }
    .the-latest article img {
        height: 208px;
    }
    .home-search {
        width: 85%;
    }
    .trending .widget_text {
        margin-bottom: 0px;
    }
    .favorites .wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .trending .widget_text:nth-child(4) {
        margin-right: 0;
    }
    .favorites section:first-child {
        width: 100%;
    }
    .favorites article {
        width: 135px;
        margin-right: 45px;
    }
    .favorites article img {
        width: 135px;
        height: 135px;
    }
    .favorites article:nth-child(2n+2) {
        margin-right: 0;
    }
    h2.entry-title, .each-post h2 {
        font-size: 19px;
        line-height: 23px;
    }
    .about section:first-child {
        width: 85%;
    }
    .about section:last-child {
        width: 100%;
        text-align: center;
    }
    .about .button {
        float: none;
        margin-right: 0;
        margin-top: 25px;
        display: inline-block;
    }
    .featured-category article {
        width: 152px;
    }
    .featured-category article img {
        height: 208px;
    }
    .featured-category article:nth-child(2n+3) {
        margin-right: 0;
    }
    .home-optin .wrapper-small {
        width: 100%;
        text-align: center;
    }
    .home-optin section:first-child {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .home-optin section:last-child {
        width: 80%;
        margin: 40px auto 0;
        text-align: center;
    }
    .home-optin input, .home-optin input.enews-submit {
        width: 100%;
        margin-top: 15px;
    }
    .home-optin section:last-child:after {
        position: relative;
        margin-top: 30px;
        width: 120px;
        height: 120px;
        right: auto;
        top: auto;
    }
    .category-tabs {
        margin-top: 40px;
    }
    .tabbed-list li {
        width: auto;
        padding: 0 10px;
        margin: 0 10px;
        margin-bottom: 35px;
    }
    .category-tabs .featured-content {
        padding-top: 150px;
    }
    .category-tabs .featured-content article {
        width: 150px;
        margin-bottom: 30px;
    }
    .category-tabs .featured-content article img {
        height: 150px;
    }
    .category-tabs .featured-content article:nth-child(2n+2) {
        margin-right: 0;
    }
    .video-recipe section:first-child, .video-recipe section:last-child {
        width: 94%;
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .video-recipe section:last-child {
        margin-top: 30px;
    }
    .video-recipe .button {
        width: 235px;
        margin: 15px auto 0;
        display: block;
    }
    .as-seen-on section {
        margin-right: 30px;
        max-width: 95px;
    }
    .as-seen-on section:first-child {
        max-width: 100%;
    }
    .footer-optin {
        text-align: center;
    }
    .footer-optin form {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .footer-optin input, .footer-optin input.enews-submit {
        width: 80%;
        margin: 15px auto 0;
    }
    .footer-widgets {
        text-align: center;
    }
    .footer-widgets-2 {
        padding: 50px 0;
    }
    .footer-widgets .simple-social-icons ul.aligncenter li {
        display: inline-block;
    }
    .footer-widgets ul {
        padding-left: 0;
    }
    .footer-widgets .widget_search {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .site-footer p {
        display: block;
        text-align: center;
    }
    .site-footer a {
        width: 60%;
        margin: 20px auto;
        display: block;
    }
    .at-a-glance {
        width: 100%;
        box-sizing: border-box;
    }
    .at-a-glance .left {
        width: 100%;
		margin-right:0;
    }
    .at-a-glance .right {
        width: 100vw;
        margin-left: -5.5vw;
    }
    .at-a-glance .wprm-recipe-image img {
        height: 375px;
    }
    .at-a-glance .wprm-recipe-link-inline-button, .post-filters li {
        display: block;
        width: 75%;
        margin: 20px auto;
        font-size: 22px;
    }
    .wprm-recipe-template-snippet-summary-etg-22 a:first-child {
        margin-left: auto !important;
    }
    .wprm-recipe-block-container-inline {
        display: block;
        margin: 10px auto;
    }
    .at-a-glance:after {
        width: 107vw;
        left: -7vw;
		bottom:-10px;
    }
    .wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-image {
        margin: 0 auto;
    }
    .wprm-recipe-template-recipe-card-etg-22 P
    {
        width: 100%;
    }
    .wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-link {
        font-size: 29px;
        width: 85%;
        margin: 15px auto 0;
        padding: 15px 0 !important;
        display: block;
    }
    .wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-print {
        margin-bottom: 40px;
    }
    .wprm-recipe-block-container-inline {
        text-align: center;
        margin-right: auto !important;
    }
    .wprm-recipe-details-container-inline div {
        display: block;
        margin: 10px auto;
    }
  .at-a-glance .wprm-recipe-servings-container {
       margin-top: 0 !Important;
	  width:100%;
    }
    .course-container {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .course-bar {
        text-align: center;
    }
    .wprm-recipe-template-recipe-card-etg-22 .wprm-recipe-block-container-inline {
        display: block;
    }
    .wprm-recipe-link.wprm-recipe-link-inline-button {
        margin: 15px auto !important;
        display: block !important;
    }
    .green-bar {
        width: 375px;
        text-align: center;
        box-sizing: border-box;
    }
    .green-bar div {
        text-align: center;
        display: block;
    }
    .single-pagination {
        display: block;
        text-align: center;
    }
    .single-pagination-prev, .single-pagination-next {
        text-align: center;
        width:80%;
        margin: 0 auto;
    }
    .single-pagination-prev {
        margin-bottom: 50px;
    }
    .archive-pagination  {
        text-align: center;
    }
    .archive-pagination ul li.pagination-previous, .archive-pagination ul li.pagination-next {
        display: block;
        width: 70%;
    }
    .archive-pagination ul li.pagination-previous {
        margin: 0 auto 30px;
    }
    .archive-pagination ul li.pagination-next {
        margin: 30px auto 0;
    }
    .archive-pagination ul li.pagination-next a {
        margin-left: -20px;
    }
    .archive-pagination ul li.pagination-previous a {
        margin-right: -20px;
    }
    .sgpb-popup-builder-content-html .wp-block-image {
        width: 45% !Important;
        margin: 0 auto;
    }
    .sgpb-popup-builder-content .wp-block-column {
        text-align: center;
    }
    .sg-popup-builder-content h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0;
    }
    .sg-popup-builder-content {
        background-image: none;
    }
    .sg-popup-builder-content p {
        font-size: 18px;
        margin-top: 5px;
        line-height: 25px;
    }
    .video-recipe section:first-child:after {
        width: 100%;
    }
    .sg-popup-builder-content .formkit-submit {
        flex-basis: 100% !Important;
        margin-top: 10px !important;
    }
    .sg-popup-builder-content .formkit-field:nth-child(2) {
        margin-right: 0 !Important;
    }
    .sg-popup-builder-content {
        padding: 20px 10px;
    }
   
   
    .single .home-optin section:last-child {
        width: 80%;
    }
    ul.related_post li {
        width: 115px !Important;
    }
    ul.related_post li img {
        width: 115px !important;
        height: 115px !important;
    }
    ul.related_post li:nth-child(2n+2) {
        margin-right: 0 !Important;
    }
    .post-filters li, .post-filters li:nth-child(3n+3) {
        margin: 15px auto;
    }
    .post-filters li:nth-child(4n+4) {
        margin-right: auto;
    }
    .wprm-call-to-action {
        width: calc(100% + 60px);
        margin-left: -30px !important;
        text-align: center;
}
    .wprm-call-to-action-icon, .wprm-call-to-action-icon svg {
        margin-right: 0 !important;
        margin-bottom: 15px !Important;
    }
    .wprm-call-to-action-header {
        margin-bottom: 10px !Important;
    }
    .wprm-recipe-template-recipe-card-etg-22 {
        padding-bottom: 0 !Important;
    }
    input {
        -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
        border-radius: 0 !Important;
    }
    .video-recipe section:first-child:before {
        width: 325px;
    }
    .wp_rp_wrap {
        text-align: center;
    }
    .category-tabs {
        height: 720px;
    }
    .video-recipe section:first-child {
        height: 195px;
    }
   
    .trending .widget_text:first-child {
        margin-right: 0;
        width: 90%;
        margin: 0 auto;
    }
    .page-template-links_page .the-latest article {
        width: 288px;
        margin: 0 auto 15px;
    }
    .page-template-links_page .the-latest article img {
        height: 394px;
    }
   
    .ig-links .button {
        max-width: 250px;
    }
    .page-template-links_page .about section:first-child img {
        width: 250px;
    }
	.at-a-glance:after {
		height:30px; 
		background-size:cover; 
		background-repeat:no-repeat;
	}
	.at-a-glance {
		padding: 20px 20px 30px;
	}
	.at-a-glance .wrapper {
		display:flex;
		flex-direction:column-reverse;
	}
	.nf-form-content input {
		width:100%;
	}
	.sgpb-popup-builder-content-18055 {
		padding:0 10px;
	}
	.sg-popup-builder-content .formkit-field {
		flex-basis:100% !important;
		margin-right:0 !important;
	}
	.content-sidebar-wrap, .full-width-content .content-sidebar-wrap {
		margin-top:100px;
	}
	.at-a-glance {
		margin-top:0px;
	}
  
  .the-latest, .the-latest .widget-title {
    margin-top: 0;
  }
  .cat-page-header, .the-latest, body .content-sidebar-wrap, body .full-width-content .content-sidebar-wrap, .full-width-content .content-sidebar-wrap, .blog .content-sidebar-wrap {
    margin-top: 20px;
  }
  
  
  
  h2.section-title {
    margin-top: 10px;
  }
	.mobile-search {
		margin-top: 10px;
    padding-top: 5px
	}
}
