/*
 Theme Name:   The Schmidty Wife 2022
 Theme URI:    https://theschmidtywife.com
 Description:  A Genesis child theme for The Schmidty Wife
 Author:       Grace and Vine Studios		
 Author URI:   https://graceandvinestudios.com
 Template:     genesis
 Version:      1.0

*/

@import url("../genesis/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	font-family: 'Lexend';
	color: #000000;
	margin: 0;
}
.site-header .wrap {
	padding: 25px 0;
}
.site-header {
	border:none;
	min-height:0;
	position: relative;
}
.site-header:after {
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	width: 100%;
	height: 5px;
	content: "";
	position: absolute;
	bottom: 0;
}
.site-inner {
	width:100%;
	max-width:100%;
	padding-top: 0;
}
.wrapper, .wrap {
	max-width:1180px;
	margin:0 auto;
}
.small-wrapper {
	max-width:990px;
	margin: 0 auto;
}
.title-area {
	padding: 0;
	text-align: center;
	width: 342px;
	display: inline-block;
	vertical-align: middle;
}

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

.custom-logo-link img {
}
.menu-icon, .mobile-search-icon, .mobile-search {
	display: none;
}
.nav-primary {
	width: 838px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.nav-primary li, .top-bar li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lexend';
	font-weight: 500;
	font-size: 23px;
	margin-left: 40px;
	position: relative;
}
.nav-primary li:first-child:after, .mobile-menu li.all-recipes:after {
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/fan_flourish_small.svg');
	content: "";
	display: block;
	width: 70px;
	height: 32px;
	background-size: contain;
		position: absolute;
	left: 0;
	right: 0;
	margin: 5px auto 0;
}
.mobile-menu li.all-recipes {
	position: relative;
	padding: 10px 0 45px;
}
.nav-primary li:hover:after {
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/fan_flourish_green_small.svg');
	content: "";
	display: block;
	width: 70px;
	height: 32px;
	background-size: contain;
		position: absolute;
	left: 0;
	right: 0;
	margin: 5px auto 0;
}
.top-bar li {
	font-size: 18px;
}
.top-bar li:hover {
	text-decoration: underline;
}
.nav-primary .sub-menu {
	display: none;
	transition: .3s ease;
}
.nav-primary li.menu-item-has-children:hover .sub-menu {
	display: block;
}
.sub-menu {
	position: absolute;
	padding-left: 0;
	text-align: center;
	border: 3px solid #417F84;
	background-color: #D3E5E5;
	z-index: 99;
	width: 100%;
}
.sub-menu li {
	margin-left: 0;
	padding: 5px 0;
	border-bottom: 3px solid #417F84;
	display: block;
}
.sub-menu li:hover {
	background-color: #EFF2D9;
}
.sub-menu li:after {
	display: none !Important;
}
.sub-menu li:last-child {
	border-bottom: none;
}
.mobile-menu {
	display: none;
}
.top-bar, .site-footer {
	background-color: #EFF2D9;
	padding: 15px 0;
}
.top-bar .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-bar .search {
	width: 272px;
}
.back-to-top {
	cursor:pointer;
}
.footer-widgets {
	padding: 30px 0;
}
.footer-widgets:before, .browse:before, .browse:after {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	width: 100%;
	height: 5px;
	display: block;
	margin-top: -30px;
	padding-bottom: 30px;
	background-repeat: repeat-x;
}
.footer-widgets #mc_embed_signup .mc-field-group {
	width: 47%;
	display: inline-block;
}
.browse:after {
	margin-top: 0px; 
}
.footer-widget-area {
	display:inline-block;
	vertical-align:top;
}
.footer-widgets .widget-title {
	font-family: 'Lexend';
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	background-color: #aaaf7d;
	border-radius: 10px;
	margin: 0 0 20px;
}
.footer-widgets-3 .widget-title {
	padding: 0;
	margin-bottom: 10px;
}
.footer-widgets-2 .widget-title {
	background-color: #8ebfbf;
   
}
.footer-widgets-3 {
	width: 420px;
	margin-left: 125px;
}
.footer-widgets-3 .widget-title {
	background-color: transparent;
	 font-size: 35px;
	text-transform: lowercase;
}
.footer-widgets-1, .footer-widgets-2 {
	width: 256px;
	margin: 0 15px;
	text-align: center;
}

.footer-widgets ul {
	padding: 0;
	margin: 0;
}
.footer-widgets ul li {
	list-style: none;
	font-family: 'Lexend';
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}
.footer-widgets ul li:hover {
	text-decoration: underline;
}
.site-footer .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-footer p {
	display: none;
}
.site-footer div:last-child {
	text-align: right;
}
.site-footer a {
	margin-left: 20px;
}
.site-footer a:hover {
	text-decoration: underline;
}

input#searchsubmit {
	display: none;
}
.button {
	width: 305px;
	height: 46px;
	line-height: 46px;
	color: #162626;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	background-color: #FFB8B8;
	border: 2px solid #FFB8B8;
	border-radius:  6px;
	display: inline-block;
	transition:  .3s ease;
}
.button:hover {
	background-color: transparent;
}

h1 {
	font-family: 'Lexend';
	font-size: 35px;
	font-weight: 500;
	margin-top: 0;
	line-height: 41px !Important;
}
h2, .widget-title {
	font-family: 'Lexend';
	font-size: 35px;
	font-weight: 500;
	text-transform: lowercase;
	margin-top: 0;
}
#mc_embed_signup h2 {
	font-family: 'Lexend';
	font-size: 35px !Important;
	font-weight: 500 !Important;
	text-transform: lowercase;
	margin-top: 0 !Important;
}
h2.section-title {
	text-transform: capitalize;
}
.widget-title {
	font-weight: 600;
	margin-bottom: 20px;
}
h3 {
	
}
h4 {
	
}
a {
	color: #000;
	text-decoration: none;
}

p {
	font-size:19px;
	line-height:1.6;
}
.single p.has-medium-font-size {
	font-size: 24px;
	line-height: 30px;
}
form {
	position: relative;
}
input {
	background-color: #fff;
	border: 2px solid #162626;
	border-radius: 10px;
	font-family: 'Lexend';
	font-size: 17px;
	font-weight: 400;
	height: 50px;
	padding-left: 12px;
	box-sizing: border-box;
	width: 100%;
}
input::placeholder {
	color: #162626;
}
.search form:after {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/search_icon.svg');
	width: 28px;
	height: 29px;
	background-size: contain;
	position: absolute;
	right: 5px;
	top: 10px;
}

.latest {
	text-align: center;
	padding: 30px 0;
}
.featured-content article, .cat-posts .each-post, .search .each-post {
	width: 265px;
	display: inline-block;
	vertical-align: top;
	margin-right: 38px;
	text-align: center;
	position: relative;
}
.cat-posts .each-post, .search .each-post {
	margin-bottom:25px;
}
.featured-content article:last-child, .cat-posts .each-post:last-child, .cat-posts .each-post:nth-child(4n+4), .search .each-post:nth-child(4n+4) {
	margin-right: 0;
}
.featured-content article img, .cat-posts .each-post img, .search .each-post img {
	height: 324px;
	width: 100%;
	object-fit: cover;
	outline: 3px solid #fff;
	outline-offset: -8px;
}
.cat-posts .each-post img {
	outline: none;
}
.featured-recipes .featured-content article img {
	outline: none;
	height: 266px;
}
.featured-content h2, .cat-posts .each-post h2, .search .each-post h2 {
	font-family: 'Lexend';
	font-size: 23px;
	font-weight: 500;
	line-height: 29px;
	transition: .2s ease;
	margin-top: 25px;
	text-transform: capitalize;
}
.sidebar .featured-content h2 {
	margin-top: 12px;
}
.cat-posts .each-post h2, .search .each-post h2  {
	text-transform: capitalize;
}
.featured-content h2:hover, .cat-posts .each-post h2:hover, .search .each-post h2:hover {
	text-decoration: underline;
}
.cat-box {
	width: 160px;
	height: 34px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	border-radius: 6px;
	line-height: 34px;
	top: 304px;
}
.cat-box a:hover {
	text-decoration: underline;
}
.latest article:nth-child(2) .cat-box {
	background-color: #FFB8B8;
}
.latest article:nth-child(3) .cat-box {
	background-color:#8EBFBF;
}
.latest article:nth-child(4) .cat-box {
	background-color: #AAAF7D;
}
.latest article:nth-child(5) .cat-box {
	background-color: #417F84;
	color: #fff;
}
.latest article:nth-child(5) .cat-box a {
	color: #fff;
}
.browse {
	padding: 30px 0;
}
.browse .wrapper {
	display: flex;
	align-items: baseline;
}
.browse .widget_text {
	text-align: center;
	height: 170px;
	transition: .5s ease;
	position: relative;
}
.browse .widget_text {
	font-weight: 600;
	font-size: 23px;
}
.browse .widget_text img {
	margin-bottom: 10px;
}
.browse .widget_text:hover {
	top: -20px;
}
.browse .widget_text img {
	width: 50%;
}
.about {
	padding: 30px 0;
}
.recipe-index-intro {
	padding: 60px 0 40px;
}
.about .wrapper, .recipe-index-intro .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about section:first-child, .recipe-index-intro section:last-child {
	width: 352px;
	padding-right:40px;
	position: relative;
}
.recipe-index-intro section:last-child {
	padding-left: 40px;
	padding-right: 0;
}
.about section:first-child img, .recipe-index-intro section:last-child img  {
	border-radius: 50%;
	width: 100%;
	height: 352px;
	object-fit: cover;
	
	position: relative;
}
.about section:first-child:before, .recipe-index-intro section:last-child:before, .sidebar section.widget_media_image:first-child:before {
	content: "";
	background-image: url('https://theschmidtywife.com//wp-content/uploads/2022/05/fan-flourish.svg');
	position: absolute;
	width: 250px;
	height: 236px;
	top: -72px;
	left: -94px;
	transform: rotate(-6deg);
	background-size: cover;
}
.recipe-index-intro section:last-child:before {
	left: auto;
	right: -94px;
	transform: rotate(85deg);
}
.about section:last-child {
	width: 465px;
	text-align: center;
}
.recipe-index-intro section:first-child {
	text-align: center;
	width: 362px;
}
.about section:last-child img {
	width: 74px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: -15px;
}
.about p {
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
}
.home-opt-in {
	background-color: #EFF2D9;
	width: 85%;
}
.enews h2 span, #mc_embed_signup h2 span {
	color: #417F84;
	display: block;
}
.home-opt-in {
	position: relative;
	padding: 30px 0;
}
.home-opt-in .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-opt-in #mc_embed_signup .mc-field-group {
	width: 46%;
	display: inline-block;
	margin: 0 5px;
}
#mc_embed_signup .mc-field-group input {
	border-radius: 6px;
	padding-left: 8px !important;
	box-sizing: border-box;
	text-transform: lowercase;
}
.sidebar #mc_embed_signup .mc-field-group input {
	padding-left: 0 !Important;
}
.sidebar #mc_embed_signup .mc-field-group, .sidebar #mc_embed_signup input {
	margin: 0 auto;
}

.sidebar .more-from-category a {
	color: #517E83;
	font-size: .8em;
}

.sidebar p.more-from-category {
	margin-top: 0;
}
.home-opt-in .widget_custom_html, .home-opt-in form {
	text-align: center !important;
}
.home-opt-in #mc_embed_signup .button {
	margin: 0 5px !important;
	height: 50px !Important;
	width: 94% !important;
}
.home-opt-in #mc_embed_signup .button:hover, .sidebar #mc_embed_signup .button:hover, .footer-widgets #mc_embed_signup .button:hover {
	background-color: #fff !important;
	border: 3px solid #417F84 !important;
	color: #417F84 !important;
}
.home-opt-in:after {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/tsw_icon.svg');
	width: 106px;
	height: 122px;
	background-size: cover;
	position: absolute;
	top: 32%;
	right: -55px;
}
div.mce_inline_error {
   display: none !important;
}
.home-opt-in section:first-child {
	text-align: center;
	padding-right: 60px;
}
.home-opt-in section:first-child p {
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
}
.enews input {
	background-color: #fff;
	width:200px;
	height: 50px;
	border: 1px solid #162626;
	border-radius: 6px;
}
.enews input.submit {
	background-color: #417F84;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
.featured-recipes {
	text-align: center;
	padding: 50px 0 20px;
	position: relative;
	height: 600px;
}
.featured-recipes .featured-content {
	 margin-top: -40px;
	padding-top: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.featured-recipes .featured-content {
	display: none;
}
.featured-recipes .featured-content:nth-child(2) {
	display: block;
}
.tabbed-list {
	margin-top: -25px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 0;
	z-index: 999;
	width: 485px;
	border: 2px solid #FFB8B8;
	border-radius: 6px;
}
.featured-recipes:before, .featured-recipes:after, .explore-more:before {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	width: 31%;
	height: 5px;
	display: inline-block;
	position: absolute;
	top: 137px;
	left: 0;
} 
.featured-recipes:after, .explore-more:after {
	left: auto;
	right: 0px;
}
.tabbed-list li {
	list-style: none;
	font-family: 'Lexend';
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	color: #162626;
	background-color: #fff;
	
	width: 160px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin: 0 -2px;
	position: relative;
	transition: .2s ease;
	cursor: pointer;
}
.tabbed-list li:last-child {
	border-left:2px solid #FFB8B8;;
}
.tabbed-list li:nth-child(2).tabbed + .tabbed-list li:last-child {
	border-left: none;
}
.tabbed-list li:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.tabbed-list li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.tabbed-list li.tabbed {
	border-radius: 6px;
	border: none;
}
.no-border {
	border: none !important;
}
.border-right {
	border-right: 2px solid #ffb8b8;
}
.border-left {
	border-left: 2px solid #ffb8b8;
}
.tabbed-list li.tabbed:after, .cat-most-popular .tab:after {
	border-color: #FFB8B8 transparent transparent;
	border-style: solid;
	border-width: 25px 14px 0;
	bottom: -22px;
	content: "";
	display: block;
	height: 0;
	left: 73px;
	margin-left: -8px;
	position: absolute;
	width: 0;
}
.tabbed-list li.tabbed, .tabbed-list li:hover {
	background-color:#FFB8B8;
}
.explore-more {
	text-align: center;
	position: relative;
}
.explore-more .widget_text p {
	margin: 5px 0 40px;
}
.cat-links section:first-child p {
	margin: 5px 0 20px;
}
.cat-links section:first-child:hover {
	text-decoration: none;
}
.explore-more .widget-title, .cat-links .widget-title {
	margin-bottom: 1px;
}
.explore-more .more-from-category, .featured-recipes .more-from-category {
	background-color: #417F84;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	border-radius: 6px;
	width: 190px;
	height: 50px;
	display: block;
	margin: 0 auto 50px;
	line-height: 50px;
	border: 2px solid #417F84;
	transition: .3s ease;
}
.explore-more .more-from-category {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
}
.explore-more .more-from-category a, .featured-recipes .more-from-category a {
	color: #fff;
}
.explore-more .more-from-category:hover, .featured-recipes .more-from-category:hover {
	background-color: transparent;
	border: 2px solid #417F84;
}
.explore-more .more-from-category:hover a, .featured-recipes .more-from-category:hover a {
	color: #417F84;
}
.explore-more section:first-child {
	padding-top: 90px;
}
.explore-more .widget-title {
}
.explore-more:before {
	top: 25px;
	width: 100%;
	left: 0;
}
.explore-more article {
	width: 157px;
	display: inline-block;
	margin-right: 40px;
	text-align: center;
}
.explore-more article h2 {
	font-size: 23px;
	font-weight: 500;
	line-height: 29px;
	text-transform: capitalize;
	transition: .2s ease;
}
.explore-more article h2:hover {
	text-decoration: underline;
}
.explore-more article img {
	width: 100%;
	height: 157px;
	object-fit: cover;
	border-radius: 50%;
	outline: none;
}
.explore-more .featured-content {
	padding-bottom: 50px;
}
.explore-more article:nth-child(6) {
	margin-right: 0;
}
.cat-links {
	background-color: #D3E5E5;
	text-align: center;
	padding: 30px 0;
}
.cat-links .widget_text {
	display: inline-block;
	vertical-align: top;
	width: 173px;
	margin-right: 22px;
}
.cat-links .widget_text:last-child, .cat-links .widget_text:first-child {
	margin-right: 0;
}
.cat-links .widget_text:first-child {
	display: block;
	width: auto;
}
.cat-links .widget_text img {
	height: 234px;
	width: 100%;
	object-fit: cover;
}
.cat-links .widget_text:hover p {
	text-decoration: underline;
	transition: .2s ease;
}
.cat-links .widget_text:first-child:hover p {
	text-decoration: none;
}
.full-width-content .content-sidebar-wrap, .category .content-sidebar-wrap, .search .content-sidebar-wrap  {
	max-width: 1180px;
	margin: 0 auto;
}
.page-template-recipe-index .content {
	text-align: center;
	padding: 30px 0;
}
.ri-browse {
	text-align: center;
	padding-bottom:25px;
}
.ri-browse section p {
	font-size: 27px;
	font-weight: 500;
}
.ri-browse .widget_text img {
	margin-bottom: 24px;
}
.ri-browse.browse:after {
	margin-top: 20px;
}
.ri-browse .wrapper {
	justify-content: space-around;
}
.ri-browse .wrapper section:first-child {
	display: none;
}
.by-type, .by-protein, .by-season, .ri-popular {
	text-align: center;
	padding: 40px 0;
	position: relative;
}
.by-type {
	padding-top: 0;
}
.by-type .each-post h2, .by-protein .each-post h2, .by-season .each-post h2, .ri-popular .each-post h2, .cat-most-popular h2  {
	font-family: 'lexend';
	font-size: 23px;
	line-height: 29px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}
.cat-most-popular h2  {
	margin-top: 10px;
}
.by-type .each-post h2:hover, .by-protein .each-post h2:hover, .by-season .each-post h2:hover, .ri-popular .each-post h2:hover, .cat-most-popular h2:hover   {
	text-decoration: underline;
}
.by-protein:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	left: 0;
}
.ri-popular {
	background-color: #EFF2D9;
}
.by-season .each-post, .ri-popular .each-post {
	display: inline-block;
	vertical-align: top;
	width: 266px;
	margin-right: 32px;
}
.by-season .each-post img, .ri-popular .each-post img {
	height: 357px;
	width: 100%;
	object-fit: cover;
}
.by-season .each-post:last-child, .ri-popular .each-post:last-child, .ri-popular .each-post:nth-child(5) {
	margin-right: 0;
}
.by-type .each-post {
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
	width: 173px;
}
.by-type .each-post  img {
	width: 100%;
	height: 234px;
	object-fit: cover;
}
.by-type .each-post:last-child {
	margin-right: 0;
}
.by-protein .each-post {
	display: inline-block;
	vertical-align: top;
	width: 157px;
	margin-right: 40px;
}
.by-protein .each-post:last-child {
	margin-right: 0;
}
.by-protein .each-post img {
	height: 157px;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.ri-popular img {
	outline: 3px solid #fff;
	outline-offset: -8px;
}
.ri-popular .each-post {
	margin-bottom: 40px;
	position: relative;
}

.cat-page-header {
	padding: 30px 0;
}
.cat-page-header h1 {
	text-transform: lowercase;
}
.cat-most-popular {
	padding: 70px 0 30px;
	position: relative;
	margin-bottom:70px;
}
.cat-most-popular:before, .cat-most-popular:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	left: 0;
}
.cat-most-popular:before {
	bottom: auto;
	top: 0;
	z-index: -99;
}
.cat-most-popular .wrapper {
	position: relative;
	text-align:center;
}
.cat-most-popular .tab {
	background-color: #FFB8B8;
	width: 226px;
	height: 48px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -90px;
	border-radius: 6px;
	text-align: center;
	font-family: 'lexend';
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 48px;
}
.cat-most-popular .tab:after {
	left: 0;
	right: 0;
	margin: auto;
}
.cat-most-popular .tab:before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 286px;
	background-color: #fff;
	z-index: -9;
	height: 48px;
}
.cat-most-popular .each-post {
	width: 171px;
	display: inline-block;
	vertical-align: top;
	margin-right: 21px;
	text-align: center;
	margin-top: 40px;
}
.cat-most-popular .each-post:last-child {
	margin-right: 0;
}
.cat-most-popular .each-post img {
	height: 154px;
	width: 154px;
	object-fit: cover;
	border-radius: 50%;
}
.cat-posts {
}
.search .content {
	padding: 40px 0;
}
.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;
}
.archive-pagination ul li.active  {
	background-color: #fff;
	border:2px solid #417F84;
	border-radius: 50%;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 30px;
}
.archive-pagination ul li.active a {
	color: #000;
}
.archive-pagination ul li:hover {
	text-decoration: underline;
}
.archive-pagination ul li.pagination-next {
	margin: 0 0 0 45px;
	border-bottom: 5px solid #417F84;
	position: relative;
}
.pagination-next:after {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/arrow_carrot.svg');
	width: 10px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	transform: rotate(180deg);
	vertical-align: middle;
	margin-top: -4px;
}
.entry-comments .pagination-next:after {
	display:none;
}
.pagination-previous:before {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/arrow_carrot.svg');
	width: 10px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -4px;
}
.entry-comments .pagination-previous:before {
	display:none;
}
.archive-pagination ul li.pagination-previous {
	margin: 0 45px 0 0;
	border-bottom: 5px solid #417F84;
	position: relative;
}
.archive-pagination ul li.pagination-next:hover, .archive-pagination ul li.pagination-previous:hover, .single-pagination-link:hover {
	border-color:#FFB8B8;
	text-decoration: none;
}
.search .section-title {
	text-align: center;
}
.single .content, .content-sidebar .content {
	width: 838px;
	display: inline-block;
	vertical-align: top;
	margin-right: 42px;
}
.content-sidebar .content {
	margin-top: 30px;
}
.content-sidebar-wrap {
	max-width: 1180px;
	margin: 0 auto;
}
.single .entry-content h2, .single h3#ingredients, .single h3#instructions {
	font-family: 'Lexend';
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	text-transform: lowercase;
	margin-bottom: 10px;
}
.entry-content .wp-block-quote, .pro-tip {
	text-align: center;
	position: relative;
	padding: 40px 0;
	margin: 0 auto;
}
.entry-content .wp-block-quote:before, .pro-tip:before {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	height: 5px;
	width: 100%;
	top: 25px;
	position: absolute;
	left: 0;
}
.entry-content .wp-block-quote:after, .pro-tip:after {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
}
.tips-tricks {
	background-color: #EFF2D9;
	border-radius: 6px;
	padding: 40px;
	margin: 30px 0 60px;
	position: relative;
}
.tips-tricks:after {
	content: "";
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/tsw_icon.svg');
	width: 62px;
	height: 71px;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
}
.if-you-like {
	border: 3px solid #417F84;
	padding: 30px;
}
.if-you-like li::marker {
	color: #000 !Important;
}
.serve-with-this {
	margin: 40px 0;
}
.entry-content a, .cat-page-header a {
	color: #417F84;
	font-weight: 700;
	text-decoration: underline;
}
.entry-content .serve-with-this a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	font-size: 23px;
	line-height: 29px;
}
.entry-content .serve-with-this a:hover {
	text-decoration: underline;
	color: #000;
}
.entry-content a:hover, .cat-page-header a:hover {
	color: #FFB8B8;
}
.entry-content img, .entry-content figure {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.entry-content ul {
	padding-left: 20px;
}
.entry-content ul li {
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 15px;
}
.entry-content ul li::marker {
	color: #FFB8B8;
}
.single-pagination {
	padding: 25px 0;
	position: relative;
}

.single-pagination:after {
	bottom: -25px;
	top: auto;
}
.single-pagination-prev, .single-pagination-next {
	text-align: center;
	width: 340px;
	display: inline-block;
}
.single-pagination-prev {
	text-align: right;
}
.single-pagination-next {
	text-align: left;
	margin-left: 150px;
}
.single-pagination-next .right {
	margin-left: 15px;
	position: relative;
	vertical-align: top;
}
.single-pagination-prev .left {
	margin-right: 15px;
	width: 180px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 140px;
}
.single-pagination-next .right {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	height: 140px;
}
.single-pagination-prev .right, .single-pagination-next .left {
	width: 140px;
	display: inline-block;
}
.single-pagination-title {
	font-family: 'Lexend';
	font-size: 22px;
	font-weight: 500;
	display: block;
	line-height: 31px;
}
.single-pagination-title:hover {
	text-decoration: underline;
}
.single-pagination-link {
	font-family: 'Lexend';
	font-size: 17px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	margin-top: 20px;
	border-bottom: 5px solid #417F84;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0;
}
.single-pagination-prev .single-pagination-link {
	width: 110px;
	left: 60px;
}
.single-pagination-next .single-pagination-link {
	width: 65px;
	left: 0px;
}
.single-pagination-img {
	width: 140px;
}
.single-pagination-img img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.sidebar {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}
.sidebar section.widget_media_image:first-child {
	position: relative;
}
.sidebar section.widget_media_image:first-child img {
	border-radius: 50%;
}
.sidebar section.widget_media_image:first-child:before {
	transform: rotate(-9deg);
	background-size: 72%;
	background-repeat: no-repeat;
	top: -57px;
	left: -57px;
	z-index: -9;
}
.sidebar section:nth-child(2).widget_text {
	text-align: center;
}
.sidebar section:nth-child(2).widget_text h2 {
	margin-top: 10px;
	margin-bottom: 0;
}
.sidebar img.hey {
	width: 72px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
}
.sidebar .simple-social-icons {
	margin: 40px 0 35px;
}
.sidebar .enews, .sidebar .widget_custom_html {
	background-color: #EFF2D9;
	text-align: center;
	padding: 35px 0 25px;
	margin-top: 40px;
}
.sidebar #mc_embed_signup {
	background: transparent;
	width: 96%;
	margin: 0 auto;
}
.sidebar #mc_embed_signup input {
	text-align: center;
	border: 1px solid #162626;
	border-radius: 6px;
}
.sidebar #mc_embed_signup form {
	text-align: center !important;
}
.sidebar .optin-intro {
	margin-bottom: 12px;
}
#mc_embed_signup .button {
		background-color: #417F84 !important;
	color: #fff !important;
	width: 96% !important;
	height: 50px !important;
	border: none !important;
	font-family: 'Lexend';
	font-size: 17px !Important;
	font-weight: 600 !Important;
	border-radius: 6px !important;
}
.sidebar .enews img, .sidebar .widget_custom_html img {
	width: 85%;
	height: auto;
}
.sidebar .featured-content {
	text-align: center;
		margin-top: 40px;

}
.sidebar .featured-content article {
	width: 138px;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	margin-bottom: 25px;
}
.sidebar .featured-content article:nth-child(2n+3) {
	margin-right: 0;
}
.sidebar .featured-content h2 {
	font-size: 17px;
	line-height: 21px;
}
.sidebar .featured-content h2:hover {
	text-decoration: underline;
}
.sidebar .featured-content article img {
	height: 187px;
	width: 100%;
	object-fit: cover;
	outline: 3px solid #fff;
	outline-offset: -7px;
}
.sidebar .cat-box {
	font-size: 9px;
	width: 84px;
	height: 17px;
	top: 177px;
	line-height: 17px;
	border-radius: 4px;
}
.ri-popular .cat-box {
	top: 337px;
	background-color: #FFB8B8;
}
.ri-popular .each-post:nth-child(3) .cat-box, .ri-popular .each-post:nth-child(8) .cat-box {
	background-color: #8EBFBF;
}
.ri-popular .each-post:nth-child(4) .cat-box, .ri-popular .each-post:nth-child(6) .cat-box {
	background-color: #AAAF7D;
}
.ri-popular .each-post:nth-child(5) .cat-box, .ri-popular .each-post:nth-child(9) .cat-box {
	background-color: #417F84;
	color: #fff;
}
.ri-popular .each-post h2 {
	margin-top: 20px;
}
.sidebar .featured-content article:nth-child(2) .cat-box {
	background-color: #FFB8B8;
}
.sidebar .featured-content article:nth-child(3) .cat-box {
	background-color: #8EBFBF;
}
.sidebar .featured-content article:nth-child(4) .cat-box {
	background-color: #AAAF7D;
}
.sidebar .featured-content article:nth-child(5) .cat-box {
	background-color: #417F84;
	
}
/*.single .entry-content p:first-of-type {
	display: none;
}  */
.sidebar .featured-content article:nth-child(5) .cat-box a {
	color: #fff;
}
.comment-respond {
	padding: 40px;
}

.single h3.comment-reply-title, .single .entry-comments h3 {
	font-size: 35px;
	margin-bottom: 15px;
}
.single h3.comment-reply-title {
	text-transform: lowercase;
}
.comment-form input, .comment-form textarea {
	border: 2px solid #A9AF7C;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 0;
	margin-top: 10px;
}
.comment-form textarea {
	height: 312px;
	box-sizing: border-box;
}
.comment-form label {
	font-family: 'Lexend';
	font-size: 23px;
	font-weight: 500;
}
.comment-form .submit {
	background-color: #FFB8B8;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Lexend';
	border-radius: 6px;
	text-transform: uppercase;
	width: 220px;
	border: none;
	transition: .3s ease;
}
.comment-form .submit:hover {
	background-color: #fff;
	border: 2px solid #ffb8b8;
}
input#wp-comment-cookies-consent {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}
.comment-form-cookies-consent label {
	font-size: 15px;
}
.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;
	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: 5px;
	width: 100%;
	position: absolute;
	
	bottom: -8px;
	content: "";
	background-image:url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg');
}
li.comment .children {
	border: 2px solid #A9AF7C;
	margin: 30px 0 30px 30px;
	padding: 15px 25px;
}
.children li.comment:after {
	display:none;
}
.comment-reply a {
	font-family: 'Lexend';
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom:5px solid #417F84;
	position: relative;
	padding-right:15px;
}
.comment-reply a:hover {
	border-color:#FFB8B8;
}
.comment-reply a:after {
	content: ">";
	width: 22px;
	height: 18px;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -12px;
}
.wpcf7 textarea {
	width:100%;
	border: 2px solid #162626;
	border-radius: 10px;
	font-family: 'Lexend';
	font-size: 17px;
	font-weight: 400;
}
img.mv-create-image {
	border-radius: 50%;
	height: 247px !Important;
	width: 247px !important;
}
.mv-create-title{
	text-transform: lowercase !Important;
}
.mv-create-time {
	border: none !Important;
}
.mv-create-time span {
	text-transform: uppercase;
}
.mv-create-wrapper {
	border: 3px solid #417F84 !Important;
.}
.mv-create-times {
	display: block !Important;
}
.mv-create-time {
	display: flex;
	margin-bottom: 0 !Important;
	padding-bottom: 0 !Important;
}
.mv-create-time span {
	margin-left: 10px;
}
.mv-create-print-form {
	position: absolute;
	width: 100%;
	left: 0;
}
.mv-create-print-form .mv-create-button.mv-create-print-button {
	width: 220px;
	height: 50px;
	color:000 !Important;
	text-align: center;
	background-color: #FFB8B8;
	font-family: 'Lexend';
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	font-size: 17px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	margin-top: -25px;
}
.mv-create-print-form .mv-create-button.mv-create-print-button:hover {
	background-color: #fff;
	border: 2px solid #ffb8b8;
}
.mv-create-print-form {
	height: 5px;
	left: 0;
	background-image: url('https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg') !Important;
	margin-top: 50px !Important;
}
.mv-create-ingredients {
	margin-top: 190px;
}
.mv-create-card ol {
	margin-left: 15px !Important;
}
.mv-create-instructions ol li {
	counter-increment: my-counter;
	list-style: none;
	font-size: 19px !important;
	line-height: 29px !important;
	margin-bottom: 10px;
	margin-left:15px;
}
.mv-create-instructions li:before {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	width: 24px;
	background-color: #FFB8B8;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	content: counter(my-counter);
	font-family: 'Lexend';
	font-size: 15px;
	font-weight: 600;
	margin-right: 10px;
	margin-left: -30px;
	line-height: 24px;
}
.mv-create-nutrition {
	width: 104% !important;
	margin-left: -2%;
	padding: 10px 20px;
	position: relative;
}
.mv-create-nutrition-title span, .mv-create-nutrition-item, .mv-create-nutrition-amount {
opacity: 1 !Important;}
.mv-create-card-style-square .mv-create-nutrition-title:before {
   content: "";
	background-image: url(https://theschmidtywife.com/wp-content/uploads/2022/05/dotted_border.svg) !important;
	height: 5px !important;
	width: 106%;
	position: absolute;
	top: 0;
	display: block;
	left: -3% !important;
	background-color: #fff !important;
}
.mv-create-nutrition-title {
	font-family: 'Lexend';
	font-size: 30px !Important;
	color: #000 !important;
	font-weight: 600;
	text-transform: lowercase;
	display: block !Important; 
}
.mv-create-nutrition-item  {
	font-size: 17px !important;
	text-transform: uppercase;
	font-weight: 700 !Important;
}
.mv-create-nutrition-amount em {
	font-style: normal !important;
	font-weight: 700 !important;
}
.mv-create-nutrition-label {
	font-weight: 500 !Important;
	margin-bottom: 8px !Important;
}
.mv-create-social {
	background-color: #EFF2D9 !Important;
	padding: 20px 75px !Important;
}
.mv-create-xl .mv-create-social .svg {
	color: #417F84 !Important;
	width: 110px !important;
	height: 110px !Important;
}
.mv-create-nutrition-amount {
	text-transform: uppercase;
}
.mv-create-nutrition-item {
	padding-right: 16px !important;
}
.mv-create-social .svg {
	fill:#417f84 !Important;
}
.mv-create-xl .mv-create-social-icon {
	padding-right: 40px !Important;
}
.glance {
	background-color: #EFF2D9;
	margin-left: -50%;
	padding-left: 50%;
}
.glance .jtr-btn {
	cursor: pointer;
	width: 196px;
	background-color: #417F84;
	color: #fff;
	border-color:  #417F84;
}
.glance .jtr-btn:hover {
	background-color: #fff;
	color: #417f84;
}
.glance .wrapper {
	padding: 10px 0 40px;
}
.glance .buttons {
	display: flex;
	align-items: center;
}
.single .content .entry-header {
	display: none;
}
.dpsp-shortcode-wrapper {
	margin-bottom: 0 !Important;
	margin-left: 20px !important;
}
.dpsp-networks-btns-wrapper li {
	margin: 0 5px !Important;
}
.glance h1 {
	text-transform: lowercase;
	margin-bottom: 20px;
}
.glance p {
	margin-top: 10px;
}
#breadcrumbs {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}
#breadcrumbs a { 
	border-bottom: 3px solid #417F84;
}

@media only screen and (max-width:1024px) {
	.wrapper, .wrap {
		max-width: 90%;
	}
	.nav-primary, .top-bar {
		display: none;
	}
	.featured-content article {
		margin-bottom: 30px;
	}
	
	.home-opt-in:after {
		right: -75px;
	}
	.featured-content article, .cat-posts .each-post, .search .each-post {
		width: 172px;
		margin-right: 20px;
	}
	.featured-content article img, .cat-posts .each-post img, .search .each-post img {
		height: 250px;
	}
	.explore-more article:nth-child(4), .cat-links section:nth-child(4) {
		margin-right: 0;
	}
	.footer-widgets {
		text-align: center;
	}
	.by-type .each-post:nth-child(4), .by-protein .each-post:nth-child(4), .cat-most-popular .each-post:nth-child(4) {
		margin-right: 0;
	}
	.by-season .each-post, .ri-popular .each-post {
		width: 166px;
		margin-right: 20px;
	}
	.by-season .each-post img, .ri-popular .each-post img {
		height: 250px;
	}
	.ri-popular .cat-box {
		top: 230px;
		width: 80%;
	}
	.by-season .each-post {
		width: 154px;
	}
	.by-season .each-post img {
		height: 225px;
	}
	.cat-most-popular {
		text-align: center;
	}
	.cat-posts {
		text-align: center;
	}
	.single .content, .content-sidebar .content {
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	.sidebar {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.mobile-menu .sub-menu {
		display: none;
	}
	.mobile-menu {
		background-color: #EFF2D9;
	}
	.mobile-menu li {
		list-style: none;
		text-align: center;
		font-size: 23px;
		font-weight: 500;
		padding: 10px 0;
		border-bottom: 2px solid #162626;
	}
	.mobile-menu ul {
		padding-left: 0;
		margin: 0 auto;
	}
	.mobile-menu li.menu-item-has-children:hover .sub-menu {
		display: block;
	}
}


@media only screen and (max-width:460px) {
   
	.js .mv-create-image-container {
		float:none !important;
	width: 100% !important;
	min-width: auto;
	max-width: none;
	margin: 0 0 20px;
	}
	.mv-create-ingredients {
		margin-top:415px !Important;
	}
	.mv-create-social {
		padding: 20px 45px !Important;
	}
	.single-pagination {
		display: block;
	}
	.single-pagination-prev {
		margin-bottom: 50px;
	}
	.footer-widgets-3 {
		width: 90%;
		margin: 0 auto;
	}
	.footer-widgets-3 .widget-title {
		font-size: 31px;
		margin-bottom: 0;
	}
	.site-footer {
		display: block;
		text-align: center;
	}
	.featured-content article, .cat-posts .each-post, .search .each-post {
		width: 155px;
	}
	.featured-content article:nth-child(2n+3) {
		margin-right: 0;
	}
	.featured-content h2, .cat-posts .each-post h2, .search .each-post h2 {
		font-size: 17px;
		line-height: 21px;
		margin-top: 16px;
	}
	.cat-box {
		font-size: 11px;
		width: 93px;
		height: 20px;
		line-height: 20px;
		border-radius: 4px;
		top: 236px;
	}
	.browse {
		text-align: center;
	}
	.browse .widget_text {
		width: 142px;
		height: 166px;
	}
	.ri-browse section p {
		font-size:22px; 
		line-height:18px;
	}
	.browse section:first-child {
		display: block;
		width: 100%;
	}
	.browse .wrapper {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.about .wrapper, .recipe-index-intro .wrapper {
		flex-direction: column;
	}
	.about section:first-child, .recipe-index-intro section:last-child, .about section:last-child, .recipe-index-intro:last-child {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.home-opt-in {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	.home-opt-in .wrapper {
		flex-direction: column-reverse;
	}
	.home-opt-in section:first-child {
		padding-right: 0;
	}
	.home-opt-in:after {
		left: 0;
		right: 0;
		margin: auto;
		bottom: -75px;
		top: auto;
	}
	.home-opt-in #mc_embed_signup .mc-field-group {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	.featured-recipes {
		height: 900px;
	}
	.featured-recipes .featured-content {
		padding-top: 150px;
	}
	.tabbed-list li {
		margin-bottom: 28px;
	}
	.featured-recipes article:nth-child(2) {
		margin-right: 0;
	}
	.featured-content article:nth-child(2n+3) {
		margin-right: 20px;
	}
	.featured-recipes .featured-content article img {
		height: 155px;
	}
	.explore-more article {
		width: 148px;
	}
	.explore-more article img {
		width: 148px;
		height: 148px;
	}
	.explore-more article:nth-child(2n+2) {
		margin-right: 0;
	}
	.explore-more article h2 {
		font-size: 17px;
		line-height: 21px;
	}
	.cat-links .widget_text {
		width: 154px;
	}
	.cat-links .widget_text img {
		height: 210px;
	}
	.cat-links .widget_text:nth-child(4) {
		margin-right: 20px;
	}
	.cat-links .widget_text:nth-child(2n+3) {
		margin-right: 0;
	}
	.recipe-index-intro section:last-child {
		margin-top: 50px;
	}
	.latest article:nth-child(2n+3) {
		margin-right: 0;
	}
	.home-opt-in #mc_embed_signup .button {
		width: 100% !Important;
		margin: 0 !important;
	}
	.by-type .each-post {
		width: 155px;
		margin-bottom: 30px;
	}
	.by-type .each-post img {
		height: 210px;
	}
	.by-type .each-post:nth-child(2n+3) {
		margin-right: 0;
	}
	.by-type .each-post:nth-child(4) {
		margin-right: 20px;
	}
	.by-type .each-post h2, .by-protein .each-post h2, .by-season .each-post h2, .ri-popular .each-post h2, .cat-most-popular h2 {
		font-size: 17px;
		line-height: 21px;
	}
	.by-season .each-post, .ri-popular .each-post {
		width: 155px;
	}
	.by-season .each-post img, .ri-popular .each-post img {
		height: 210px;
	}
	.ri-popular .each-post:nth-child(2n+3) {
		margin-right: 0;
	}
	.ri-popular .cat-box {
		top: 198px;
	}
	.ri-popular .each-post h2 {
		margin-top: 14px;
	}
	.by-protein .each-post {
		margin-right: 30px;
		width: 147px;
		margin-bottom: 25px;
	}
	.by-protein .each-post img {
		height: 147px;
	}
	.by-protein .each-post:nth-child(2n+3) {
		margin-right: 0;
	}
	.by-protein .each-post:nth-child(4) {
		margin-right: 30px;
	}
	.by-season .each-post {
		
	}
	.by-season .each-post:nth-child(2n+3) {
		margin-right: 0;
	}
	.cat-most-popular {
		padding-top: 80px;
	}
	.cat-most-popular .tab {
		top: -97px;
	}
	.cat-most-popular .tab:before {
		width: 240px;
		left: -7px;
	}
	.cat-most-popular .each-post {
		width: 155px;
	}
	.cat-most-popular .each-post img {
		height: 155px;
	}
	.cat-most-popular .each-post:nth-child(2n+3) {
		margin-right: 0;
	}
	.cat-most-popular .each-post:nth-child(4) {
		margin-right: 21px;
	}
	.cat-posts .each-post:nth-child(2n+2) {
		margin-right: 0;
	}
	.cat-posts .each-post {
		margin-bottom: 25px;
	}
	.search .each-post:nth-child(2n+2) {
		margin-right: 0;
	}
	.the-posts {
		text-align: center;
	}
	.dpsp-shortcode-wrapper {
		display: none;
	}
	.mv-create-social {
		text-align: center;
	}
	.mv-create-social-icon {
		float: none !important;
		padding-right: 0 !Important;
		margin: 0 auto;
	}
	.mv-create-social .svg {
		width: 104px !important;
		height: 104px !Important;
	}
	.site-header {
		text-align: center;
		position: relative;
	}
	.title-area {
		width: 124px;
		height: 55px;
	}
	.custom-logo-link img {
		width: 100%;
		height: auto;
	}
	.site-header:after {
		left: 0;
	}
	.menu-icon span {
		background-color: #162626;
		width: 34px;
		height: 2px;
		background-color: #162626;
		display: block;
		margin-bottom: 4px;
	}
	.menu-icon {
		display: block;
		top: 45px;
		left: 20px;
		position: absolute;
	}
	.mobile-search-icon {
		display: block;
		top: 36px;
		right: 20px;
		position: absolute;
	}
	.mobile-search {
		padding: 5%;
	}
	.browse:after {
		padding-bottom: 0;
		margin-top: 60px;
	}
	.about section:first-child, .recipe-index-intro section:last-child {
		width: 80%;
	}
	.about section:first-child:before, .recipe-index-intro section:last-child:before {
		width: 218px;
	height: 206px;
	top: -62px;
	left: -86px;
	}
	.recipe-index-intro section:last-child:before {
		left: auto;
		right: -33px;
		top: -100px;
		width: 185px;
	}
	.home-opt-in #mc_embed_signup form {
		padding: 0;
	}
	.tabbed-list {
		width: auto;
		border: none;
	}
	.tabbed-list li {
		border: 2px solid #FFB8B8;
		border-radius:6px;
	}
	.no-border {
		border:2px solid #FFb8b8 !important;
	}
	.tabbed-list li:first-child, .tabbed-list li:last-child {
		border-bottom-left-radius:6px;
		border-top-right-radius:6px;
		border-top-left-radius:6px;
	}
	.footer-widgets #mc_embed_signup .mc-field-group, #mc_embed_signup .button {
		width: 100% !Important;
		display: block;
		text-align: center !Important;
	}
	.footer-widgets-1 {
		margin-bottom: 40px;
	}
	input {
		appearance:none;
		-webkit-appearance:none;
	}
	.single-pagination-next {
		margin-left: 0;
	}
	.featured-recipes:before, .featured-recipes:after {
		display: none;
	}
	.single-pagination-title {
		font-size: 20px;
		line-height: 25px;
	}
	.site-footer .wrap {
		max-width:72%;
		text-align:center !important;
		display:block;
		line-height:28px; 
	}
	.mv-create-ingredients {
		margin-top:0;
	}
	.mv-create-print-form {
		position:relative;
			margin-bottom: 50px !Important;
	width: 128%;
	margin-left: -11% !important;
	}
}

