/*
 Theme Name:   Tori Avey 2022
 Theme URI:    https://toriavey.com
 Description:  A Genesis child theme for Tori Avey
 Author:       Grace and Vine Studios		
 Author URI:   https://graceandvinestudios.com
 Template:     genesis
 Version:      1.0

*/

@import url("../genesis/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
  font-family: 'Bigola';
  src:  url('https://toriavey.com/wp-content/themes/toriavey_2022/fonts/BigolaDisplay-Regular.otf') format('opentype'),
      url('https://toriavey.com/wp-content/themes/toriavey_2022/fonts/BigolaDisplay.woff2') format('woff2'),
        url('https://toriavey.com/wp-content/themes/toriavey_2022/fonts/BigolaDisplay.woff') format('woff');
}

body {
    font-family: 'Nunito Sans';
    color: #000000;
    margin: 0;
}
.site-header .wrap {
	padding: 25px 0;
}
.site-header {
	border:none;
	min-height:0;
    position: relative;
    border-bottom: 2px solid #E5DBCA;
}
.site-header:after {
    content: "";
    background-color: #E5DBCA;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.site-inner {
	width:100%;
	max-width:100%;
	padding-top: 0;
}
.wrapper, .wrap{
	max-width:1180px;
	margin:0 auto;
}
.small-wrapper {
	max-width:885px;
	margin: 0 auto;
}
.title-area {
	padding: 0;
	text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header-image .site-header .wrap .title-area {

}

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

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

.nav-primary {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 700px;
}
.nav-primary ul {
	padding-left: 0;
}
.nav-primary li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-family: 'Josefin Sans';
    font-size: 22px;
    font-weight: 400;
    position: relative;
    text-transform: lowercase;
    margin-left: 45px;
}
.nav-primary .sub-menu {
    position: absolute;
    text-align: center;
    padding-left: 0;
    border: 2px solid #355A89;
    left: -15%;
    right: 0;
    width: 100%;
    min-width: 150px;
    margin: auto;
    display: none;
    transition: .3s ease;
    z-index: 999;
    background-color: #fff;
}
.nav-primary ul li:first-child .sub-menu {
	left:-51%;
}
.nav-primary li:nth-child(2) .sub-menu {
	left:-12%;
}
.nav-primary li:nth-child(3) .sub-menu {
	left:-2%;
}
.nav-primary li:nth-child(4) .sub-menu {
	left:-53%;
}
.nav-primary .sub-menu li {
    display: block;
    border-bottom: 2px solid #355A89;
    padding: 6px;
    font-size: 20px;
    margin-left: 0;
}
.nav-primary .sub-menu li:last-child {
    border-bottom: 0;
}
.nav-primary .sub-menu li:hover {
    background-color: #355A89;
}
.nav-primary .sub-menu li:hover a {
    color: #fff;
}
.nav-primary li.menu-item-has-children:hover .sub-menu {
    display: block;
    
}
.nav-primary li.menu-item-has-children:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/blue_carrot.svg');
    width: 15px;
    height: 8px;
    margin-left: 5px;
    position: absolute;
    top: 9px;
    
}
.menu-icon, .mobile-search-icon, .mobile-menu {
    display: none;
}
.blue-menu a {
	color:#355A89;
}
.blue-menu .sub-menu a {
	color:inherit;
}
input#menu-icon {
	display:none;
}
#search-form, #search-form input {
    position: relative;
    width: 100%;
    box-shadow: none;
}
#search-form:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/search_icon.svg');
    width: 25px;
    height: 25px;
    position: absolute;
    top: -6px;
    background-size: cover;
    right: 0;
}
.site-header .search, .site-footer .widget_search {
    display: inline-block;
    vertical-align: middle;
    width: 124px;
    margin-left: 65px;
}
.site-footer .widget_search  {
    margin-right: 40px;
    margin-left: 0;
}
.back-to-top {
    cursor: pointer;
}
.site-header #search-form input, .site-footer #search-form input, .sidebar #search-form input {
    border: none;
    border-bottom: 2px solid #CF895E;
    border-radius: 0;
    font-family: 'Nunito Sans';
    font-size: 15px;
    font-weight: 400;
}
.site-footer #search-form input {
    background-color: transparent;
}
.site-header #search-form input::placeholder, #search-form input::placeholder {
    font-family: 'Nunito Sans';
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
    color: #000;
}
.site-header #search-form:before, .site-footer #search-form:before, .sidebar #search-form:before {
    height: 2px;
    background-color: #CF895E;
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
}
.site-footer {
    background-color: #F7F4EF;
    padding: 12px 0;
    font-size: 17px;
}


.site-footer a, .site-footer p {
    margin-left: 15px;
    display: inline-block;
}
.site-footer section {
    display: inline-block;
}
.site-footer section:nth-child(3) {
    width: 699px;
}
.site-footer section:nth-child(4) {
    width: 280px;
    text-align: right;
}
.site-footer p:first-child {
    display: none;
}
.site-footer .widget_text p:first-child {
    display: inline-block;
}
.site-footer a:hover {
    text-decoration: underline;
}
.footer-widgets {
    padding: 50px 0 20px;
    border-top: 2px solid #CFE8E3;
}
.single .footer-widgets {
margin-top: 35px;}
.home .footer-widgets {
border-top: none;}
.footer-widgets .wrap {
    display: flex;
    justify-content: space-between;
}

.footer-widget-area {
	text-align: center;
	display:inline-block;
	vertical-align:top;
}
.footer-widgets-1 {
    width: 390px;
}
.footer-widgets ul {
    padding-left: 0;
    margin: 0;
}

.footer-widgets ul li, .footer-widgets a {
	font-size: 23px;
    font-weight: 400;
    list-style: none;
}
.footer-widgets ul li:hover {
    text-decoration: underline;
}
.footer-widgets ul li {
    margin-bottom: 35px;
}
.footer-widgets ul li:last-child {
    margin-bottom: 0px;
}
.footer-widgets ul li:first-child {
	    font-family: 'Josefin Sans';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .035em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 50px;
	list-style:none;
}

.footer-widgets ul li:before {
       content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}
.footer-widgets ul li:first-child:before {
	display:none;
}
.footer-widgets-2 ul li:before {
    background-color: #62B2A3;
}
.footer-widgets-3 ul li:before {
    background-color:#355A89;
}
.footer-widgets-4 ul li:before {
    background-color: #CF895E;
}
.footer-widgets-1 winstonsalem-c-alpha {
    background:transparent !Important;
}

input#searchsubmit {
    display: none;
}

h1 {
	    font-family: 'Josefin Sans';
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
}
h1.post-title, h1.entry-title  {
    font-family: 'Bigola';
    text-transform: lowercase;
    line-height: 35px;
    font-size: 35px;
    letter-spacing: .03em;
    margin: 15px 0;
}
h2, .widget-title, .comment-reply-title, .single .entry-comments h3 {
	font-family: 'Josefin Sans';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .035em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 50px;
    letter-spacing: .05em;
}
h2 span, .author-box-title {
    font-family: 'Bigola';
    font-size: 35px;
    font-weight: 400;
    text-transform: lowercase;
    margin-bottom: 0;
}
.footer-widgets .widget-title {
    font-size: 25px;
    letter-spacing: .035em;
}
.footer-widgets-1 .widget-title {
    font-size: 35px;
}
h3 {
	
}
h4 {
	
}
a {
	color: #000;
    text-decoration: none;
}

p {
	font-size:20px;
	line-height:26px;
    font-family: 'Nunito Sans';
    margin: 10px 0;
}
.footer-widgets-1 p, .footer-widgets-1 p span, .paragraph-style {
    font-size: 19px !important;
    font-family: 'Nunito Sans' !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.henryetta-c-content {
    padding: 0 !Important;
}
.footer-widgets-1 .paragraph-small, .footer-widgets-1 .paragraph-small span {
    font-size: 15px !Important;
    font-family: 'Nunito Sans' !Important;
    font-style: italic !important;
    font-weight: 400 !Important;
    line-height: 20px !Important;
}

input {
    background-color: #fff;
    border: 2px solid #162626;
    border-radius: 6px;
    padding-left: 12px;
    box-sizing: border-box;
}
.footer-widgets-1 input {
    width: 49% !Important;
    display: inline-block !Important;
    border: 2px solid #355A89 !Important;
}
.footer-widgets-1 input:placeholder {
    color: #000 !Important;
}
.footer-widgets-1 input#henryetta-field-email {
margin-left: 5px !Important;}
.button {
    background-color: #CF895E;
    border: 2px solid #cf895e;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    font-size: 17px;
    font-weight: 700;
    width: 182px;
    line-height: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    display: inline-block;
    transition: .3s ease;
}
.button:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/white_arrow.svg');
    width: 20px;
    height: 13.5px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
    background-repeat: no-repeat;
}
.button-blue, .more-from-category {
    background-color:#355A89; 
    border:2px solid #355a89;
}
.button:hover {
    color: #000;
    background-color: transparent;
}
.button:hover:after {
     background-image: url('https://toriavey.com/images/2022/04/balck_arrow.svg');
}
.button-underline {
    border: none;
    border-bottom: 2px solid #CF895E;
    position: relative;
    background-color: transparent;
    color: #000;
    width: auto;
}
.button-underline:after {
    background-image: url('https://toriavey.com/images/2022/04/balck_arrow.svg');
}
.button-underline:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cf895e;
    position: absolute;
    bottom: 3px;
}
.button-underline:hover {
    background-color: #CF895E;
    color: #fff;
    padding: 0 10px;
    border-color:#CF895E;
}
.button-underline:hover:after {
    background-image: url('https://toriavey.com/images/2022/04/white_arrow.svg');
}
.button-underline:hover:before {
    display: none;
}
.wp-block-button {
    font-weight: 600;
    text-transform: uppercase;
}
.entry-content .wp-block-button a {
    text-decoration: none;
}
.entry-content .wp-block-button:hover a {
    background-color: transparent !Important;
}
.wp-block-button.button:after {
    display: none;
}
.wp-block-button.button-blue:hover a {
    color: #355a89;
}
.wp-block-button.button {
    width: auto;
    min-width: 177px;
}
.wp-block-button__link {
    padding: 0 5px !Important;
}

.top-optin {
    background-color: #F7F4EF;
    text-align: center;
    padding: 18px 0 15px;
    
}
.top-optin p {
    font-family: 'Bigola';
    font-size: 25px;
    display: inline-block;
    margin: 0 15px;
}
.welcome {
    padding: 80px 0;
    position: relative;
}
.welcome .small-wrapper {
    display: flex;
    align-items: center;
}
.welcome section:first-child {
    width: 490px;
    padding: 40px 40px 20px;
    text-align: center;
    border: 3px solid #62B2A3;
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
}
.welcome p {
    line-height: 30px;
}
.welcome a {
    margin-top: 15px;
}
.welcome section:last-child {
    width: 505px;
    margin-left: 460px;
}
.welcome section:last-child img {
    width: 100%;
}
.featured-posts {
    padding: 30px 0;
    position: relative;
    border-top: 2px solid #E5DBCA;
    border-bottom: 2px solid #E5DBCA;
}
.featured-posts:before, .featured-posts:after {
    content: "";
    position: absolute;
    top: -7px;
    width: 100%;
    height: 2px;
    background-color: #e5dbca;
}
.featured-posts:after {
    top: auto;
    bottom: -7px;
}
.featured-posts .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
} 
.featured-posts section {
    text-align: center;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.featured-posts section.widget_text img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.featured-posts section:first-child {
    position: absolute;
    left: -75px;
    top: 56px;
}
.featured-posts section:nth-child(2) {
    margin-left: 110px;
    width: 405px;
    padding-top: 50px;
}
.featured-posts section:nth-child(3), .featured-posts section:nth-child(4), .featured-posts section:nth-child(5) {
   vertical-align: top;
}
.featured-posts section:nth-child(3) p, .featured-posts section:nth-child(4) p, .featured-posts section:nth-child(5) p {
    font-size: 23px;
    text-transform: capitalize;
    line-height: 26px;
}
.featured-posts a:hover {
    text-decoration: underline;
}
.explore {
    padding: 50px 0;
    position: relative;
}
.explore .wrapper {
    position: relative;
}
.explore .more-from-category {
    position: absolute;
    right: 0;
    top: 4px;
}
.explore section {
    display: inline-block;
    width: 260px;
    margin-right: 40px;
    text-align: center;
}
.explore section img {
    width: 100%;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
}
.explore section:first-child {
    display: block;
    width: auto;
    text-align: left;
}
.explore section:last-child {
    margin-right: 0;
}
.med-cooking {
    position: relative;
}
.med-cooking h2 {
    margin-bottom: -8px;
}
.med-cooking h2 span {
    font-family: 'Bigola';
    font-size: 35px;
    text-transform: lowercase;
}
.med-cooking .small-wrapper {
    text-align: center;
    border:3px solid #62B2A3;
    padding: 30px;
    width: 838px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;

}
.med-cooking:before, .med-cooking:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E5DBCA;
    position: absolute;
    top: 150px;
}
.med-cooking:after  {
    top: 155px;
    z-index: -9;
}
.about {
    padding: 50px 0;
    position: relative;
}
.about .wrapper {
width: 1180px;
height: 370px;}

.about .button {
    margin-top: 20px;
}
.about section:last-child {
    width: 495px;
    height: 287px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 90px;
    right: 100px;
}
.about section:first-child {
    width: calc(((100vw - 1180px) / 2) + 812px);
    text-align: center;
    border: 3px solid #62B2A3;
    border-left: none;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50px;
    height: 370px;
}
.about section:last-child img {
    width: 100%;
    height: 287px;
    max-height: 287px;
    object-fit: cover;
}
.wp-block-embed {
	text-align:center;
}
.as-seen-on {
    text-align: center;
}
.as-seen-on section {
    width: 154px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.as-seen-on section:first-child {
    margin-bottom: -32px;
}
.as-seen-on section:last-child {
    margin-top: -20px;
}
.as-seen-on section:first-child, .as-seen-on section:last-child {
    display: block;
    width: auto;
}
.cat-box {
    position: absolute;
    top: 215px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #355A89;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    height: 37px;
    line-height: 40px;
}
.cat-box a {
    color: #fff;
}
.cat-box a:hover {
    text-decoration: underline;
}
.recent-posts {
    text-align: center;
    padding: 20px 0;
    margin: 20px 0 0 ;
}
.recent-posts .star-rating {
    margin-top: 3px;
    margin-bottom: 7px;
}
.recent-posts article {
    width: 177px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 22px;
}
.recent-posts article:last-child {
    margin-right: 0;
}
.recent-posts article img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.recent-posts .more-from-category {
    width: auto;
    padding: 0px 20px;
}
.seasonal-recipes article:nth-child(2n+2) .cat-box {
    background-color: #CF895E;
}
.seasonal-recipes {
    text-align: center;
    padding: 60px 0;
}
.seasonal-recipes article {
    width: 173px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    text-align: center;
    position: relative;
}
.seasonal-recipes article:last-child {
    margin-right: 0;
}
.seasonal-recipes article img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.how-to {
    text-align: center;
}
.how-to .wrapper {
    width: 1000px;
}
.how-to .swiper-slide {
    text-align: center;
}
.how-to .swiper-slide img {
    height: 230px !important;
    object-fit: cover;
}
.pcp-carousel-wrapper .pcp-button-next, .pcp-carousel-wrapper .pcp-button-prev {
    border-radius: 50%;
    width: 63px !important;
    height: 63px !Important;
    background-image: url('https://toriavey.com/images/2022/04/white_arrow.svg');
    width: 15px;
    height: 10px;
}
.pcp-carousel-wrapper .pcp-button-next:hover, .pcp-carousel-wrapper .pcp-button-prev:hover {
    background-color: #fff !important;
    border: 3px solid #cf895e !Important;
}
.pcp-carousel-wrapper .pcp-button-next i.fa-angle-right:before, .pcp-carousel-wrapper .pcp-button-prev i.fa-angle-left:before {
    background-image: url('https://toriavey.com/images/2022/04/white_arrow.svg');
    width: 42px;
    height: 28px;
    background-size: contain;
    content: "";
    display: block;
}
.pcp-carousel-wrapper .pcp-button-next:hover i.fa-angle-right:before, .pcp-carousel-wrapper .pcp-button-prev:hover i.fa-angle-left:before {
    background-image: url('https://toriavey.com/images/2022/04/orange_arrow.svg');
}
.pcp-button-next {
    top: 88px !Important;
    right: -90px !important;
    border: none !Important;
}
.how-to .widget_text {
position: relative;}
.how-to .widget_text:after {
    content: "";
    background-image: url(https://toriavey.com/images/2022/04/double_line_vertical.svg);
    width: 5px;
    height: 230px;
    display: block;
    right: -60px;
    top: 80px;
    position: absolute;
    background-size: contain;
}
.pcp-button-next:after {
    left: 30px;
}
.how-to .widget_text:before {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/double_line_vertical.svg');
    top:80px;
    width: 5px;
    height: 230px;
    display: block;
    position: absolute;
    left: -60px;
    background-size: contain;
}
.pcp-button-prev:after {
    left: 30px;
}
.pcp-button-prev {
    top: 88px !important;
    left: -90px !important;
    border: none !important;
}
.pcp-carousel-wrapper .pcp-button-prev i.fa-angle-left:before {
    transform: rotate(180deg);
}
.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: 15px !Important;
}
.featured-content article h2, .med-lifestyle article h2, .sp-pcp-title, .sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a, .med-lifestyle article a {
    font-family: 'Nunito Sans';
    font-size: 23px !important;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
}
.pcp-wrapper-71946 .sp-pcp-title a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.featured-content article h2:hover, .med-lifestyle article h2:hover {
    text-decoration: underline;
}
.med-lifestyle {
    margin-top: 50px;
}
.med-lifestyle section:first-child, .med-lifestyle img {
    width: 400px;
    text-align: right;
    float: left;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
.med-lifestyle img {
	height:480px; 
	object-fit:cover;
}
.med-lifestyle section:first-child:before, .med-lifestyle img:before {
    content: "";
    position: absolute;
    top: -61px;
    left: -25px;
    background-image: url(https://toriavey.com/images/2022/04/submark-2.svg);
    width: 145px;
    height: 145px;
	z-index:9;
}
.med-lifestyle section:first-child img {
    width: 375px;
}
.med-lifestyle section:nth-child(2), .med-lifestyle section:nth-child(3), .med-lifestyle .links {
    margin-left: 440px;
    text-align: center;
    width: 700px;
}
.med-lifestyle article {
    width: 333px;
    border: 2px solid #355A89;
    margin-top: 20px;
    padding: 10px 0;
}
.med-lifestyle .featured-content .widget-wrap, .med-lifestyle .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.med-lifestyle article img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
	margin-right:10px;
}
.med-lifestyle article .entry-header, .med-lifestyle article a {
    display: inline-block;
    vertical-align: middle;
    
    text-align: left;
}
.med-lifestyle article .entry-header {
	width:230px;
}
.page-template-special-index .med-lifestyle article a {
	margin-left: 10px;
	width: 230px;
}
.page-id-69952 .special-index-lifestyle {
	display:none;
}
.page-template-special-index .med-lifestyle article a {
	width:206px; 
	display:inline-block !Important;
}
.page-template-index-page .med-lifestyle article {
	display:flex;
	align-items:center;
	padding:10px 0 10px 5px;
}
.med-lifestyle article h2, .med-lifestyle article a {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}
.page-template-index-page .med-lifestyle .right {
    text-align: center;
}
.page-template-index-page .med-lifestyle {
    margin-bottom: 50px;
}
.med-lifestyle article a:hover {
	text-decoration:underline;
}
.most-popular {
    background-color: #CFE8E3;
    text-align: center;
    padding: 30px 0;
    margin: 50px 0 0 ;
}
.most-popular .star-rating {
    margin-top: 3px;
    margin-bottom: 7px;
}
.most-popular article {
    width: 177px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 22px;
}
.most-popular article:last-child {
    margin-right: 0;
}
.most-popular article img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.most-popular article h2, .seasonal-recipes article h2, .recent-posts article h2 {
    font-size: 23px;
    line-height: 26px;
    font-family: 'Nunito Sans';
    text-transform:  capitalize;
    font-weight: 400;
}
.seasonal-recipes article h2 a:hover, .recent-posts article h2 a:hover {
    text-decoration: underline;
}
.cat-page-header {
    border-bottom: 2px solid #E5DBCA;
    position: relative;
    padding: 30px 0;
}
.cat-page-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E5DBCA;
    bottom: 5px;
}
.cat-page-header a, .bottom-content a {
    text-decoration: underline;
}
.cat-page-header a:hover, .bottom-content a:hover {
    color: #62B2A3;
}
.cat-page-header img.align-left {
	float:left;
	margin-right:15px;
}
.cat-page-header img.align-right {
	float:right;
	margin-left:15px;
}
.cat-posts {
    padding: 50px 0;
    text-align: center;
}
.cat-posts .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cat-posts .each-post {
	margin-right: 0;
}
.each-post, .wp-block-latest-posts li {
    width: 265px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.each-post img  {
    width: 100%;
    height: 357px;
    object-fit: cover;
}
.wp-block-latest-posts li img {
    height: 265px;
    object-fit: cover;
}
.each-post:nth-child(4n+4), .wp-block-latest-posts li:nth-child(4n+4) {
    margin-right: 0;
}

.each-post h2, .wp-block-latest-posts a {
    font-family: 'Nunito Sans';
    font-size: 25px;
    font-weight: 40;
    line-height: 34px;
    text-transform: capitalize;
    text-decoration: none !Important;
}
.wp-block-latest-posts a:hover {
    text-decoration: underline !Important;
    color: #000 !important;
}
.each-post h2:hover {
    text-decoration: underline;
}
.archive-pagination {
    text-align: center;
    padding: 0px 0;
    position: relative;
}
.archive-pagination ul {
    padding-left: 0;
}
.archive-pagination ul li {
    list-style: none;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 4px;
    padding: 0 6px;
}
.archive-pagination ul li.active  {
    border-bottom: 2px solid #CF895E;
}

.archive-pagination ul li.pagination-next {
    margin: 0 0 0 45px;
    border-bottom: 2px solid #CF895E;
    position: relative;
}
.archive-pagination ul li.pagination-next:after, .archive-pagination ul li.pagination-previous:after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #CF895E;
    left: 0;
}
.archive-pagination ul li.pagination-next:hover:after, .archive-pagination ul li.pagination-previous:hover:after {
	background-color: #355A89;
}
.archive-pagination ul li.pagination-next:hover, .archive-pagination ul li.pagination-previous:hover {
	border-color: #355A89;
}

.pagination-next img {
    display: inline-block;
}
.pagination-previous img {
    position: absolute;
    top: 4px;
    left: -32px;
    transform: rotate(180deg);
}
.archive-pagination ul li.pagination-previous {
    margin: 0 45px 0 0;
    border-bottom: 2px solid #CF895E;
    position: relative;
}
.archive-pagination ul li.pagination-previous:before {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/balck_arrow.svg');
    display: inline-block;
    width: 20px;
    height: 14px;
    transform: rotate(180deg);
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.content-sidebar .content {
    width: 838px;
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
}
.content-sidebar-wrap, .category .content, .search .content  {
    max-width: 1180px;
    margin: 30px auto 0;
    width: 1180px;
}
.single .content {
    width: 838px;
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
}
.author-box {
    margin-bottom: 30px;
}
.author-box a {
    text-decoration: underline;
}
.author-box img {
	width:135px; 
	height:135px;
	border-radius:50%;
	float:left;
	margin-right:15px;
}
.sidebar {
    width: 300px;
    display: inline-block;
    text-align: center;
}
.sidebar section:first-child img {
    width: 300px;
    height: 300px !important;
    object-fit: cover;
}
.sidebar section:nth-child(2) {
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    text-align: center;
    border-bottom: 2px solid #E5DBCA;
    position: relative;
}
.sidebar section:nth-child(2) .button {
    font-size: 17px;
    width: 170px;
    margin-top: 6px;
}
.sidebar section:nth-child(2) .widget-wrap {
    width: 240px;
    margin: -50px auto 0;
    background-color: #fff;
    border: 3px solid #62B2A3;
    padding: 30px 15px 15px;
    box-sizing: border-box;
}
.sidebar section:nth-child(2):after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E5DBCA;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.sidebar .simple-social-icons {
    margin: 40px 0 20px;
}
.post-optin .wrapper {
    display: flex;
    align-items: center;
}
.post-optin section:first-child {
    width: 310px;
    margin-right: 30px;
}
.post-optin section:first-child img {
    height: 310px;
}
.sidebar .enews, .sidebar #text-106, .post-optin {
    text-align: center;
    margin-top: 40px;
    border:2px solid #CF895E;
    padding: 40px 15px;
    text-align: center;
}
.sidebar .enews img, .sidebar #text-106 img, .post-optin img {
    border-radius: 50%;
    width: 198px;
    height: 198px;
    object-fit: cover;
}
.sidebar #text-106 .paragraph-style, .post-optin .paragraph-style {
    display: none;
}
.sidebar #text-106 input {
    width: 100% !Important;
}
.sidebar .enews h2, .sidebar #text-106 h2, .post-optin h2 {
    font-family: 'Bigola';
    text-transform: lowercase;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 35px;
}
.sidebar #featured-post-17 {
	margin-top:0;
}
.post-optin {
    padding: 50px;
    margin-bottom: 50px;
}
.post-optin input, .post-optin .henryetta-ButtonElement--wrapper {
    display: inline-block !Important;
    width: 140px !Important;
    vertical-align: top !important;
    margin-left: 10px !important;
}
.post-optin input {
border: 2px solid #355A89 !important;}
.post-optin .henryetta-field-submit withIcon {
    padding: 7px 0 !Important;
}
.sidebar .enews-widget:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/pop-up-icon.svg');
    display: block;
    margin: -30px auto 0;
    width: 62px;
    height: 58px;
}
.sidebar .featured-content {
    text-align: center;
    margin-top: 55px;
}
.sidebar .featured-content article {
    width: 138px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.sidebar .featured-content article img {
    width: 100%;
    object-fit: cover;
    height: 188px;
}
.sidebar .featured-content article .cat-box {
    top: 187px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}
.sidebar .featured-content article:nth-child(2n+2) .cat-box {
    background-color: #CF895E;
}
.sidebar .featured-content article h2 {
    font-size: 18px !Important;
    line-height: 22px;
    margin-top: 32px;
}
.sidebar .featured-content article h2:hover {
    text-decoration: underline;
}
.sidebar .featured-content article:nth-child(2n+3) {
    margin-right: 0;
}
.sidebar .featured-content article img {
    height: 187px;
    object-fit: cover;
}
.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    color: #CF895E;
}
.entry-content p, .entry-content li {
    font-size: 20px;
    line-height: 34px;
}
.entry-content ul {
    padding-left: 20px;
}
.entry-content li::marker {
    color: #CF895E;
}
.nutrition-disclaimer {
    font-size: 15px;
    font-style: italic;
    margin-top: 20px;
}
.nutrition-disclaimer a {
    text-decoration: underline;
}
.single .entry-content h2 {
    font-size: 25px;
    line-height: 30px;
}
.single .entry-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Bigola';
    text-transform: lowercase;
    font-weight: 400;
}
.single .entry-content h4 {
    font-size: 25px;
    line-height: 20px;
    font-family: 'Bigola';
    text-transform: lowercase;
}
.single .entry-content h4.wprm-recipe-group-name {
    margin-bottom: 20px !Important;
}
.related-products {
    border: 3px solid #62B2A3;
    padding: 30px 30px 25px;
}
.related-products ul {
    margin: 0;
}
.history {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 2px solid #E5DBCA;
    border-bottom: 2px solid #E5DBCA;
    position: relative;
}
.history:before, .history:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E5DBCA;
    top: -6px;
    position: absolute;
}
.history:after {
    top: auto;
    bottom: 6px;
}
.history .wp-block-columns {
    align-items: center;
    margin-bottom: 0;
}
.history .wp-block-columns .wp-block-column:last-child {
    margin-left: -10px !imporant;
    padding-right: 70px;
}
.history img {
    width: 100%;
    margin-left: -21%;
}
.print-logo {
	width:30%;
	display:block;
	margin:0 auto;
}
.wprm-recipe-template-print-template .wprm-recipe-name {
	font-family: 'Bigola' !Important;
    font-size: 35px !Important;
    text-transform: lowercase !Important;
    line-height: 35px !Important;
    letter-spacing: .03em !Important
}
.wprm-recipe-roundup-item .wprm-recipe-image {
    width: 25%;
}
.wprm-recipe-name  {
	font-family:'Bigola' !Important;
    font-size:    35px !Important;
    text-transform:lowercase !Important; 
    line-height:35px !Important;
    letter-spacing:.03em !Important;
}
.wprm-nutrition-label, html body .wprm-recipe-container .wprm-nutrition-label {
    max-width: 100% !Important;
    width: 100%;
	box-sizing: border-box;
}
.wprm-recipe-summary  {
    margin: 15px 0 !important;
}
.wprm-recipe .wprm-recipe-print, .wprm-recipe-roundup-link-inline-button {
    width: 182px;
    height: 35px;
    line-height: 25px;
    text-decoration: none !important;
	text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px !Important;
    transition: .3s ease;
}

.wprm-recipe-roundup-link-inline-button {
	width: unset;
}
.wprm-recipe .wprm-recipe-print:hover, .wprm-recipe-roundup-link-inline-button:hover {
    background-color: transparent !important;
    color: #cf895e !important;
}
.wprm-recipe .email-button {
    color: #fff;
    border: 2px solid #62B2A3;
    background-color: #62B2A3;
    border-width: 2px;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: 600;
    width: 213px;
    height: 35px;
    line-height: 25px;
    display: inline-block;
    box-sizing: border-box;
    transition: .3s ease;
    vertical-align: top;
}
.wprm-recipe .email-button:hover {
    background-color: transparent;
    color: #62B2A3;
}
.wprm-recipe .wprm-recipe-email-share {
     width: 213px;
    height: 35px;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.wprm-recipe-meta-container span, .wprm-recipe-servings-container span {
    font-size: 15px;
    letter-spacing: .05em;
}


.blue-bar  {
    background-color: #355A89;
    width: 108%;
    margin-left: -4%;
    padding: 20px 0;
    text-align: center;
    position: relative;
    color: #fff;
    clear: both;
    margin-top: 30px;
}
.blue-bar .wprm-recipe-meta-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.single .entry-content h3.wprm-recipe-header{
    font-family: 'Josefin Sans';
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 25px !important;
}

.wprm-recipe-roundup-summary-container h3.wprm-recipe-name {
    font-size: 1.4em !important;
	    font-family: 'Josefin Sans';
	    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;

}

.wprm-recipe-ingredient, .wprm-recipe-instruction {
    font-family: 'Nunito Sans' !important;
    font-size: 20px !important;
    margin-bottom: 15px !important;
}
.wprm-recipe-template-tori-avey-2022 li.wprm-recipe-ingredient  {
    margin: 0 0 15px 20px !important;
}
.wprm-recipe-notes-container  {
    border: 3px solid #62B2A3;
    padding: 25px 25px 30px;
    position: relative;
    margin: 30px 0;
}

.wprm-recipe-instructions-container .wprm-recipe-instruction-media {
    margin: 22px 0 22px !important;
}
.wprm-recipe-notes-container:after {
    content: "";
    position: relative;
    background-image: url('https://toriavey.com/images/2022/04/single-post-submark.svg');
    width: 45px;
    height: 43px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -33px;
    margin: auto;
    background-color: #fff;
    padding: 10px;
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center;
}
.wprm-recipe-template-tori-avey-2022 .wprm-recipe-notes-container .wprm-recipe-header {
    margin-top: 0 !Important;
    margin-bottom: 10px !Important;
}
.single .entry-content li.wprm-recipe-instruction {
    counter-increment: my-counter;
    list-style:none !important;
    position: relative;
}
.single .entry-content li.wprm-recipe-instruction:before {
        display: inline-block;
    vertical-align: top;
    height: 22px;
    width: 22px;
    background-color: #CF895E;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    content: counter(my-counter);
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: -33px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recipe-cta {
    width: 112%;
    margin-left: -6%;
    background-color: #F7F4EF;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 30px !Important;
}
.recipe-cta img {
    margin-left: -10px;
    margin-right: 30px;
    width: 208px !important;
}
.recipe-cta h3 {
    font-size: 35px !important;
}
.recipe-cta h3 span {
    display: block;
    font-family: 'Nunito Sans';
    font-size: 20px;
    font-weight: 400;
    text-transform: inherit;
}
.single .content .entry-header {
    display: none;
}
.single .no-recipe.content .entry-header {
    display: block;
}
.no-recipe .at-a-glance {
    display: none;
}
.content:not(.no-recipe) .breadcrumbs {
  display: none;
}
.at-a-glance .breadcrumbs {
    display: block !important;
}
.at-a-glance {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 2px solid #E5DBCA;
    margin-left: -40%;
    padding-left: 40%;
}
.at-a-glance:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/pop-up-icon.svg');
    width: 45px;
    height: 42px;
    background-size: contain;
    position: absolute;
    left: 25%;
    right: 0;
    margin: auto;
    bottom: -25px;
    background-repeat: no-repeat;
}
.at-a-glance:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E5DBCA;
    bottom: -6px;
    position: absolute;
    left: -40%;
    width: 140%;
}
.at-a-glance .wprm-recipe-image {
    width: 275px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.at-a-glance .wprm-recipe-image  img {
    width: 100%;
    height: 311px;
    object-fit: cover;
}
.at-a-glance .right {
    width: 520px;
    display: inline-block;
	text-align:left;
}


.entry-meta {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
}
.at-a-glance .wprm-recipe-summary {
    font-size: 20xp;
    line-height: 24px;
}
.wprm-recipe-snippet .wprm-recipe-link {
    height: 35px;
    text-align: center;
    text-transform: uppercase;
}
.wprm-recipe-snippet a:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    background-color: #62B2A3 !important;
    border: 2px solid #62B2A3 !Important;
    padding: 3px 15px !important;
    max-height: 35px;
    line-height: 27px !Important;
}
.wprm-recipe-snippet {
    text-align: left !important;
}
.wprm-recipe-snippet .wprm-recipe-jump {
    width: 182px;
    font-weight: 600;
    letter-spacing: .05em;
    transition: .3s ease;
}
.wprm-recipe-snippet a:hover {
    background-color: transparent !important;
    color: #62B2A3 !important;
    border: 2px solid #62B2A3 !important;
}
.wprm-recipe-snippet a.wprm-recipe-jump:hover {
    background-color: transparent !Important;
    color: #cf895e !important;
     border: 2px solid #cf895e !important;
}

.wprm-recipe-snippet .wprm-recipe-email-share {
    width: 195px;
    transition: .3s ease;
}
.wprm-recipe-snippet .wprm-recipe-email-share:hover {
    background-color: transparent !important;
    color: #62b2a3 !Important;
}
.recommended-products {
    border: 3px solid #62B2A3;
    padding: 30px;
}
.recommended-products ul {
    margin-bottom: 0;
}
.single-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    position: relative;
}
.single-pagination:after {
    bottom: -25px;
    top: auto;
}
.single-pagination-prev, .single-pagination-next {
    width: 180px;
}
.single-pagination-prev {
    text-align: left;
}
.single-pagination-next {
    text-align: right;
}
.single-pagination-title {
    font-family: 'Nunito Sans';
    font-size: 20px;
    display: block;
}
.single-pagination-title:hover {
    text-decoration: underline;
}
.single-pagination-link {
    font-family: 'Nunito Sans';
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #CF895E;
    padding-right: 35px;
    padding-bottom: 2px;
    position: relative;
}
.single-pagination-prev .single-pagination-link {
    padding-left: 35px;
    padding-right: 0;
}
.single-pagination-link:before {
    content: "";
    background-color: #CF895E;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.single-pagination-link:after {
      background-image: url('https://toriavey.com/images/2022/04/balck_arrow.svg');
    background-size: cover;
    width: 20px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
}
.single-pagination-prev .single-pagination-link:after {
    right: auto;
    transform: rotate(180deg);
    left: 0;
}

/* Comments */
.comment-respond {
      background-color: #F7F4EF;
    padding: 40px;
}
.comment-respond #reply-title {
    font-family: 'Josefin Sans' !important;
    font-size: 35px !Important;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: .05em;
    padding: 0 !Important;
    display: inherit;
    background-color: transparent !Important;
}
#respond::before, #respond::after {
    display: none !Important;
}

.single h3.comment-reply-title, .single .entry-comments h3 {
    margin-top: 0;
}
.comment-form input, .comment-form textarea {
    border: 2px solid #355A89;
    background-color: #fff;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 0;
}
.comment-form textarea {
    height: 312px;
}
.comment-form label {
    font-family: 'Nunito sans';
    font-size: 23px;
    font-weight: 400;
    text-transform: initial;
}
.comment-disclaimer {
    font-style: italic;
}
#commentform .comment-form-cookies-consent input {
    width: 28px !important;
    display: inline-block;
    vertical-align: middle;
}
.comment-form-cookies-consent label {
    display: inline-block;
    vertical-align: middle;
}
.comment-form .submit, .single #commentform .form-submit input[type="submit"] {
    background-color: #355A89 !Important;
    color: #fff;
    border: 2px solid #355A89 !important;
    font-size: 17px !Important;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Nunito sans' !Important;
    text-transform: uppercase !Important;
    width: 189px !Important;
    height: 35px !Important;
    text-align: center;
    line-height: 21px;
    transition: .3s ease;
    border-radius: 0 !Important;
}
.comment-form .submit:hover, .single #commentform .form-submit input[type="submit"]:hover {
    background-color: transparent !important;
    border-color: #355A89 !important;
    color: #355A89 !Important;
}

.comment-list {
    list-style: none;
    padding-left: 0;
}

.comment-author {
    margin-bottom: 5px;
}
.comment-meta, .comment-author {
    margin-top: 0;
}
.comment-author-name, span.says {
    font-size: 19px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #CF895E;
}
.comment-author-name a {
    color: #CF895E;
    text-decoration: underline;
}
.comment-meta {
    font-family: 'Nunito Sans';
    font-size: 17px;
    font-style: italic;
}

li.comment {
    list-style: none;
    border-bottom: 2px solid #E5DBCA;
    position: relative;
    padding-bottom: 30px;
    padding-top: 35px;
}
li.comment:after {
    content: "";
    position: absolute;
    background-image: url('https://toriavey.com/images/2022/04/pop-up-icon.svg');
    width: 61px;
    height: 58px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
li.comment .children li.comment {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
li.comment .children li.comment:after {
    display: none;
}
li.comment .children {
    border: 2px solid #355A89;
    margin: 30px 0 30px 30px;
    padding: 15px 25px;
}
.comment-reply a {
    font-family: 'Nunito Sans';
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom:2px solid #CF895E;
    position: relative;
}
.comment-reply a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #CF895E;
    position: absolute;
    bottom: -7px;
}
.comment-reply a:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/balck_arrow.svg');
    width: 22px;
    height: 13px;
    background-size: contain;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px
}
.entry-comments {
    margin-top: 40px;
}
.index-page-intro {
    padding: 15px 0;
}
.index-page-intro .left {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.index-page-intro .right {
    display: inline-block;
    vertical-align: top;
    width: 490px;
	margin-top:30px; 
}
.index-page-intro .wp-block-embed {
	width:490px !important;
	max-width:490px !important;
}
.index-page-intro .right iframe {
    width: 100%;
}
.index-page-intro h2 {
    border-bottom: 2px solid #62B2A3;
    position: relative;
}
.index-page-intro h2:after {
    background-color:#62B2A3;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    bottom: -6px;
    position: absolute;
}
.index-page-intro p {
    font-size: 20px;
    line-height: 27px;
}
.index-page-intro a {
    text-decoration: underline;
}
.index-page-intro a:hover {
    color: #62B2A3;
}
.optin-form {
    width: 700px;
}
.optin-form .cabinjohn-c-content {
    padding: 0 !Important;
    padding-left: 0 !Important;
    padding-right: 0 !Important;
    padding-top: 0 !Important;
    padding-bottom: 0 !Important;
}

.optin-form input {
    display: inline-block !Important;
    width: 228px !important;
    margin-right: 6px !important;
}
.optin-form .cabinjohn-ButtonElement--wrapper {
    vertical-align: top !Important;
}
.optin-form .cabinjohn-field-submit {
    margin-bottom: 0 !Important;    
    height: 38px;
    vertical-align: top;
}
.optin-form .cabinjohn-ButtonElement--wrapper {
    width: 182px !important;
    display:inline-block !important;
}
.cabinjohn-powered-by {
display: none !Important;}
.browse-filters {
    background-color: #F7F4EF;
    padding: 30px 0;
    text-align: center;
	width:100vw;
	margin-left:calc(-100vw / 2 + 1180px /2 );
	margin-right:calc(-100vw / 2 + 1180px /2 );
}
.browse-filters .wrapper {
    display: flex;
    justify-content: space-around;
}
.index-page .cabinjohn-c-content {
    border: none !Important;
    padding: 0 !important;
}
.read-more-label, #read-more {
	display:none;
}
.filter {
    width: 260px;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 17px;
    font-weight: 700;

}
.fl-input {
	display:none;
}
.filter-label {
    border:2px solid #355A89;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: none;
    background-color: #355A89;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    cursor: pointer;
	display:block;
}
.filter-label:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/white_down_arrow.svg');
    position: absolute;
    right: 10px;
    top: 16px;
    width: 20px;
    height: 13px;
}

.filter-1:hover > .filter-list {
	display:block;
}
.filter-2:hover > .filter-list {
	display:block;
}
.filter-3:hover > .filter-list {
	display:block;
}
.filter-4:hover > .filter-list {
	display:block;
}
.filter-2 .filter-label, .filter-4 .filter-label {
    background-color: #CF895E;
}
.filter-list {
    width: 260px;
    padding-left: 0;
    border: 2px solid #355A89;
    box-sizing: border-box;
    margin: 0;
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
	transition:.3s ease;
}
.filter-list li {
    list-style: none;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #355a89;
    padding:10px;
    box-sizing: border-box;
}
.filter-list li:last-child {
    border-bottom: none;
}

.filter-2 .filter-label, .filter-4 .filter-label, .filter-2 .filter-list, .filter-4 .filter-list, .filter-2 .filter-list li, .filter-4 .filter-list li {
    border-color: #CF895E;    
}
.filter-list li:hover {
    background-color: #355A89;
}
.filter-2 .filter-list li:hover, .filter-4 .filter-list li:hover {
    background-color: #CF895E;
}
.filter-list li:hover a {
    color: #fff;
}

.page-id-69952 .filter-list li:last-child:hover {
    color: #fff;
}
.index-recent-recipes {
    max-width: 100vw;
}
.index-recent-recipes .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.index-seasonal {
    background-color: #CFE8E3;
    position: relative;
    border-top: 2px solid #E5DBCA;
    border-bottom: 2px solid #E5DBCA;
    margin-top: 50px;
	width:100vw;
	margin-left:calc(-100vw / 2 + 1180px /2);
	margin-left:calc(-100vw / 2 + 1180px /2);
}
.index-seasonal.seasonal-recipes article, .index-recent-recipes.recent-posts article  {
	margin-right: 0;
}
.index-seasonal .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-seasonal .widget-title, .index-seasonal .cat-box {
    display: none;
}
.index-seasonal:before, .index-seasonal:after {
    content: "";
    background-color: #E5DBCA;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -6px;
    left: 0;
}
.index-seasonal:after {
    top: auto;
    bottom: -6px;
}
.index-seasonl .wrapper {
    position: relative;
}
.index-seasonal .wrapper:before {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/pop-up-icon.svg');
    width: 50px;
    height: 47px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    display: block;
    background-size: contain;
}
.index-optin {
    padding: 30px 0;
}
.index-optin .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-optin img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
.index-optin h3 {
    font-family: 'Bigola';
    text-transform: lowercase;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: .03em;
    width: 324px;
}
.each-cat {
    display: inline-block;
    vertical-align: top;
    width: 208px;
    margin-right: 34px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Bigola';
    font-size: 25px;
    text-transform: lowercase;
}
.each-cat img {
    width: 100%;
    height: 282px;
    object-fit: cover;
}
.each-cat:nth-child(5n+5) {
    margin-right: 0;
}
.index-all-cats {
    padding: 40px 0 0;
}
.index-all-cats .wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.index-all-cats .each-cat h2 {
    font-family: 'Bigola';
    font-size: 25px;
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 26px;
}
.index-all-cats .each-cat h2:hover, .index-all-cats .each-cat h2:hover:before, .index-all-cats .each-cat h2:hover:after {
    text-decoration: underline;
}

.bottom-content {
    padding: 90px 0;
    text-align: center;
}
.bottom-content p {
    text-align: left;
    font-size: 20px;
    line-height: 27px;
}
.bottom-content h2 {
    text-align: center;
    border-bottom: 2px solid #62B2A3;
    position: relative;
    padding: 0 50px;
    display: inline-block;
    margin-bottom: 40px;
    
}
.bottom-content h2:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #62B2A3;
    bottom: -6px;
    position: absolute;
    left: 0;
}
.alignright {
    float: right;
    padding: 0 0 0px 26px;
}
.alignleft {
    float: left;
    padding: 0 26px 0px 0;
}
.bottom-content img {
    width: 344px;
    height: 344px;
    object-fit: cover;
}
.dpsp-shortcode-wrapper {
    width: 210px !important;   
    display: inline-block;
    margin-bottom: 0 !Important;
    padding-left: 100px;
}
.dpsp-shortcode-wrapper:before {
    content: "Share   this recipe";
    display: inline-block;
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
    width: 120px;
    color: #000;
    left: 0;
}
.dpsp-shortcode-wrapper .dpsp-total-share-wrapper {
    top: 68% !important;
}
.bottom-share .dpsp-shortcode-wrapper {
	padding-left:0;
	padding-right:10px; 
	margin-top:30px;
}
.dpsp-total-share-wrapper span {
    color: #000;
}
.dpsp-networks-btns-wrapper li {
    margin-bottom: 0 !Important;
}
.at-a-glance .wprm-recipe-rating {
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}
.snippet-bar {
    display:flex;
    align-items: center;
    margin-bottom: 25px;
}
.snippet-bar .wprm-recipe-rating-details {
    display: block !Important;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
}
.dpsp-total-share-count {
    font-family: 'Bigola' !Important;
    font-size: 25px !important;
    color: #000 !Important;
    opacity: 1 !important;
}
.dpsp-total-share-wrapper .dpsp-icon-total-share svg {
    fill:#000 !important;
}
.at-a-glance .wprm-recipe-link.wprm-recipe-link-inline-button, .at-a-glance .wprm-recipe-snippet a {
    vertical-align: middle;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.breadcrumbs {
    font-family: 'Nunito Sans';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.breadcrumbs a {
    border-bottom: 1px solid #CF895E;
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 12px;
}
.breadcrumbs a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    background-color: #CF895E;
}
.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    margin-left: 0 !Important;
}
.at-a-glance .wprm-recipe-rating-average {
    display: none;
}
.entry-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.error404 .search input {
    height: 40px;
}
.error404 #search-form:after {
    top: 6px;
    right: 15px;
}
.page-template-contributors .content-sidebar-wrap {
	max-width: 1180px;
	margin: 0 auto;
}
.contributors h2 {
	font-family: "Bigola";
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-right: 15px;
}
.each-contributor {
	width: 100vw;
	 margin-left: calc(-100vw / 2 + 1180px / 2);
  margin-right: calc(-100vw / 2 + 1180px / 2);
	margin-bottom: 40px;
	padding: 30px 0px;
}
.each-contributor .wrapper {
	width: 1180px;
	display: flex;
	justify-content: space-between;
}
.each-contributor:nth-child(2n+2) {
	background-color:#F7F4EF;
}
.each-contributor:nth-child(2n+2) .wrapper {
	flex-direction:row-reverse;
}
.each-contributor .bio a {
	text-decoration: underline;
}
.each-contributor .bio a:hover {
	color:#62B2A3
}

.each-contributor .left {
	width: 236px;
}
.each-contributor .right{
	width: 924px;
}
.each-contributor .left img {
	width: 100%;
	height: auto;
	border-radius:50%;
}
.each-contributor .name {
	display: flex;
	align-items: center;
}
.contributor-link {
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 10px;
}
.contributor-link#Instagram {
	background-image: url('https://toriavey.com/images/2022/05/instagram.svg');
}
.contributor-link#Facebook {
	background-image: url('https://toriavey.com/images/2022/05/facebook.svg');
}
.contributor-link#Pinterest {
	background-image: url('https://toriavey.com/images/2022/05/Group-156.svg');
}
.contributor-link#Youtube {
	background-image: url('https://toriavey.com/images/2022/05/youtube_icon.svg');
}
.contributor-link#Twitter{
	background-image: url('https://toriavey.com/images/2022/05/twitter.svg');
}
.name-social {
	flex: 1;
	display: flex;
	align-items: center;
}
.read-all {
	width: 200px;
}
.mableton-c-canvas  {
    border: 2px solid #CF895E;
    position: relative;
}
.mableton-c-canvas:after {
    content: "";
    background-image: url('https://toriavey.com/images/2022/04/pop-up-icon.svg');
    width: 61px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
}
.pop-up .mableton-col-1 {
    flex-basis: 260px;
    width: 260px !Important;
	margin-right:30px !important;
}
.pop-up .mableton-col-2 {
    flex-basis: 580px;
    width: 580px !important;
}
.pop-up input, .mableton-field-name {
    display: inline-block !Important;
	width:165px !important;
	vertical-align:middle !important;
	margin-right:10px !Important;
}
.pop-up h1 p span {
	font-family:'Bigola' !Important;
	font-style:normal;
}
.mableton-ButtonElement--wrapper {
	display:inline-block;
	vertical-align:middle !Important;
}
#mableton-FieldsElementButton--WpQrS1X1u5NVBYP429Fq {
	width:180px !important;
}
.mableton-row-inner {
	align-items:center !Important;
}
.mableton-CloseButton {
	top:0px !Important; 
	right:0 !Important;
}
.footer-widgets input[type="email"] {
	margin-left:5px !important;
}
.the-guides {
    display: flex;
    flex-wrap: wrap;
    gap:3% 2%;
}
.each-guide {
    width: 31%;
    text-align: center;
    margin-bottom: 24px;
}
.each-guide img {
    width: 100%;
    object-fit: cover;
    height: 225px;
}
.each-guide h3 {
    margin-top: 5px;
}
.each-guide:hover h3 {
    text-decoration: underline;
}
.each-ig {
    max-width:20%;flex-basis:18%;text-align:center;
}
.each-ig img {
    width:220px;height:220px;
    object-fit: cover;
}

@media only screen and (min-width:1550px) {
    .about section:last-child {
        right: 16%;
    }
}
@media only screen and (max-width:1024px) {
	.site-header .search {
display: none;}
    .wrapper, .wrap, .small-wrapper, .med-cooking .small-wrapper {
        width: 95%;
        box-sizing: border-box;
    }
	.content-sidebar .content {
		width: 95%;
	}
    .site-header {
        position: relative;
        text-align: center;
    }
    .site-header .wrap {
        padding: 10px 0;
    }
	.site-footer .wrap {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
}
	.site-footer section, .site-footer section:nth-child(3) {
		    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
	}
	.site-footer .widget_text p:first-child, .site-footer a, .site-footer p {
		    display: block;
    margin-bottom: 15px;
    margin-left: 0;
}
	.site-footer .widget_search {
		display:block;
		margin:10px auto 20px;
	}
	.footer-widget-area {
    margin: 0 auto 35px;
} 
	.back-to-top {
		text-align:center;
	}
    .nav-primary {
        display: none;
    }
    .mobile-menu {
        text-align: center;
		 -webkit-transition: height .3s ease;
		transition: height .3s ease;
    }
    .mobile-menu ul {
        padding-left: 0;
        margin: 0;
    }  
    .mobile-menu ul li {
        list-style: none;
        text-align: center;
        font-family: 'Josefin Sans';
        font-size: 25px;
        text-transform: lowercase;
        border-bottom: 2px solid #E5DBCA;
        position: relative;
        padding: 10px 0;
    }
	.mobile-menu li.menu-item-has-children a {
		color:#355A89;
	}
	.mobile-menu li.menu-item-has-children .sub-menu li a {
		color:#000;
	}
    .mobile-menu  li.menu-item-has-children a:after {
            content: "";
    background-image: url(https://toriavey.com/images/2022/04/blue_carrot.svg);
    width: 15px;
    height: 8px;
    margin-left: 5px;
    position: absolute;
    top: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mobile-menu .sub-menu li a:after {
        display: none;
    }
    .mobile-menu ul.sub-menu {
        display: none;
    }

    .menu-icon, .mobile-search-icon {
        display: block;
        position: absolute;
        top:40px;
        left: 20px;
    }
	
    .mobile-search-icon {
        left: auto;
        right: 20px;
    }
	.menu-icon-label {
		background-image:url('https://toriavey.com/images/2022/05/menu_icon.svg');
		width:24px; 
		height:14px; 
		display:block;
		position:absolute; 
		left:20px;
		top:45px;
	}
	.mobile-menu {
		display:none;
	}
	input#menu-icon {
		display:none;
	}
	input#menu-icon:checked + .mobile-menu {
 		display:block;
	}
	input:checked {
 		background-color:red;
	}
    .menu-icon span {
        display: block;
        height: 3px;
        width: 28px;
        background-color: #000;
        margin-bottom: 6px;
    }
    .featured-posts .wrapper {
        display: block;
        text-align: center;
    }
    .featured-posts section:first-child {
        position: relative;
        margin: 0 auto;
        top: auto;
        left: -10px;
    }
    .featured-posts section:nth-child(2) {
        width: 70%;
        margin: 0 auto;
        display: block;
        padding-top: 0;
    }
    .featured-posts section {
        margin-right: 20px;
    }
    .featured-posts section:last-child {
        margin-right: 0;
    }
    .welcome .small-wrapper {
        flex-direction: column-reverse;
    }
    .welcome section:first-child {
        position: relative;
    }
    .welcome section:last-child {
        width: 80%;
        margin: 0 auto 20px;
    }
    .explore {
        text-align: center;
    }
    .explore .explore section:nth-child(2) {
        margin-right: 0;
    }
    .about {
        flex-direction: column-reverse;
		display: flex;
    }
	.about .wrapper {
		width: 95%;
	}
    
    .about section:last-child  {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: auto;
		top: auto;
		right: auto;
    }
    .about section:last-child img {
        height: auto;
        max-height: 390px;
    }
    .about section:first-child {
        width: 70%;
        border-left: 2px solid #62B2A3;
        margin-top: -55px;
        z-index: 99;
        background-color: #fff;
    }
    .seasonal-recipes article:nth-child(4) {
        margin-right: 0;
    }
	
    .med-lifestyle section:first-child {
        width: 90%;
    float: none;
    margin-left: 0;
    display: block;
    position: relative;
		text-align: center;
    margin: 0 auto;
    }
    .med-lifestyle section:first-child:before {
        left: 0;
        right: 0;
        margin: auto;
    }
    .med-lifestyle section:nth-child(2), .med-lifestyle section:nth-child(3) {
        margin-left: auto;
        width: 100%;
    }
    .how-to .wrapper {
        width: 64%;
    }
    .most-popular article:nth-child(4) {
        margin-right: 0;
    }
    .footer-widgets .wrap {
        display: block;
        text-align: center;
    }
    .footer-widget-area {
        width: 90%;
    }
    .index-page-intro {
        text-align: center;
		display: flex;
		flex-direction: column-reverse;
    }
	.index-page-intro .left, .index-page-intro .right {
		width: 100%;
		flex-basis: 100%;
		display: inline-block;
		margin: 25px 0;
	}
	.index-page-intro .right iframe {
		height: auto;
	}
    .index-all-cats {
        text-align: center;
    }
    .index-all-cats .each-cat:nth-child(3n+3) {
        margin-right: 0;
    }
    .each-cat:nth-child(5n+5) {
        margin-right: 34px;
    }
    .content-sidebar .content-sidebar-wrap, .category .content, .search .content, .single .content {
        max-width: 95%;
        display: block;
        margin-right: 0;
        margin: 0 auto;
    }
    .at-a-glance {
        width: 95%;
        margin: 0 auto;
        padding-left:0;
    }
    .at-a-glance .wprm-recipe-image {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .sidebar {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .sidebar section:first-child img {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar section:nth-child(2) .widget-wrap {
        width: 80%;
    }
    .sidebar .featured-content {
        width: 58%;
		margin: 0 auto;
    }
	.page-template-contributors .content-sidebar-wrap {
		max-width: 1024px;
		width: 95%;
	}
	.each-contributor {
		margin-left: auto;
    	margin-right: auto;
		position: relative;
	}
	.each-contributor .wrapper {
		width: 85%;
		display: block;
	}
	.each-contributor .left {
		width: 65%;
		margin: 0 auto;
	}
	.each-contributor .right {
		width: 100%;
		position: relative;
		padding-bottom: 30px;
	}
	.each-contributor .name {
		display: block;
		text-align: center;
	}
	.name-social {
		display: block;
	}
	.name-social h2 {
		margin: 10px 0 15px;
	}
	.read-all {
		position: absolute;
		bottom: -20px;
		width: auto;
	}
	.wprm-recipe-link.wprm-recipe-link-inline-button {
		display: block;
	}
	.each-post, .wp-block-latest-posts li {
		width:325px;
	}
	.each-post img, .wp-block-latest-posts li img {
		height:420px;
	}
	input#filter-label-1:checked + .filter-list {
		display:block;
	}
	input#filter-label-4:checked + .filter-list {
		display:block;
	}
	input#filter-label-3:checked + .filter-list {
		display:block;
	}
	input#filter-label-2:checked + .filter-list {
		display:block;
	}
	.filter-1:hover > .filter-list {
		display:none;
	}
	.filter-2:hover > .filter-list {
		display:none;
	}
	.filter-3:hover > .filter-list {
		display:none;
	}
	.filter-4:hover > .filter-list {
		display:none;
	}
	
	#read-more {
		display:none;
	}
.read-more-label {
	background-color: #CF895E;
    border: 2px solid #cf895e;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: 700;
    width: auto;
	padding:0 10px; 
    line-height: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    display: inline-block;
    transition: .3s ease;
}
	.page-template-contributors .read-more-label {
		display:block;
		width:120px;
		margin-top:15px;
		margin-bottom:15px;
	}
.more {
	display:none;
}
#read-more:checked ~ .more {
	display:block;
}
#read-more:checked > .more {
	display:block;
}
#read-more:checked + .more {
	display:block;
}
	.as-seen-on  {
		margin-top:75px;
	}
	.content-sidebar-wrap {
		width:95%;
	}
	.mobile-menu li.menu-item-has-children a {
		pointer-events:none;
	}
	.mobile-menu li.menu-item-has-children .sub-menu a {
		pointer-events:inherit;
	}
}

@media only screen and (max-width:479px) {
    .title-area {
        margin: 0 auto;
        width: 138px !important;
        height: 81px !important;
       
}
    .custom-logo-link img {
        width: 100%;
        height: auto;
    }

    .site-header .search {
        display: none;
    }
    .welcome section:first-child {
        width: 90%;
    } 
    .featured-posts section:nth-child(2) {
        width: 100%;
    }
    .featured-posts section:nth-child(3), .featured-posts section:nth-child(4), .featured-posts section:nth-child(5) {
        margin-right: 0;
    }
    .explore section:first-child {
        text-align: center;
        margin: 0 auto;
    }
    .explore section {
        width: 154px;
    }
    .explore section:nth-child(3), .explore section:nth-child(5) {
        margin-right: 0;
    }
    .explore section img {
        height: 154px;
    }
    .explore .button-underline 
    {
        font-size: 12px;
    }
    .button:after {
        width: 12px;
        height: 8px;
    }
    .explore .more-from-category {
        right: 0;
    top: auto;
    left: 0;
    margin: auto;
    bottom: -55px;
    }
    .explore {
        padding-bottom: 90px;
    }
    .about section:first-child {
        width: 85%;
        padding: 40px 20px;
    }
    .as-seen-on section {
        margin: 0 10px;
    width: 92px;
    }
    .as-seen-on section:nth-child(4) {
        margin-right: 0;
    }
    .recent-posts {
        margin: 20px 0 0 ;
    }
    .seasonal-recipes article:nth-child(2n+3), .most-popular article:nth-child(2n+3), .each-cat:nth-child(2n+2), .recent-posts article:nth-child(2n+1) {
        margin-right: 0;
    }
    .seasonal-recipes article, .most-popular article, .each-cat, .recent-posts article {
        width: 159px;
        margin-bottom: 30px;
    }
    .each-cat {
        margin-right: 20px;
    }
    .index-all-cats .each-cat:nth-child(3n+3), .each-cat:nth-child(5n+5) {
        margin-right: 20px;
    }
    .index-all-cats .each-cat:nth-child(6), .index-all-cats .each-cat:nth-child(10), .index-all-cats .each-cat:nth-child(12) {
        margin-right: 0;
    }
    .most-popular article:nth-child(4) {
        margin-right: 22px;
    }
    .index-all-cats .each-cat h2 {
        font-size: 21px;
    }
    .featured-content article h2, .med-lifestyle article h2, .sp-pcp-title, .sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
        font-size: 18px !Important;
        line-height: 22px !important;
    }
    .cat-box {
        font-size: 14px;
    }
    .seasonal-recipes article:nth-child(4) {
        margin-right: 24px;
    }
	.index-seasonal.seasonal-recipes article:nth-child(4) {
		margin-right: 0;
	}
	.med-lifestyle .featured-content .widget-wrap {
		justify-content: space-evenly;
	}
    .how-to .wrapper {
        width: 74%;
    }
    .pcp-carousel-wrapper .pcp-button-next, .pcp-carousel-wrapper .pcp-button-prev {
        width: 30px !Important;
        height: 30px !important;
    }
    .pcp-button-next, .pcp-button-prev {
        right: -35px !Important;
        top: 60px !important;
    }
    .pcp-button-prev {
        left: -35px !important;
    }
    .pcp-carousel-wrapper .pcp-button-next i.fa-angle-right:before, .pcp-carousel-wrapper .pcp-button-prev i.fa-angle-left:before {
        width: 20px;
        height: 14px;
    }
    .med-lifestyle .featured-content .widget-wrap {
        text-align: center;
        display: block;
    }
    .med-lifestyle article {
        margin: 5px auto;
        margin-right: auto;
    }
    .index-page-intro .left, .index-page-intro .right {
        width: 100%;
    }
    .browse-filters .wrapper {
        display: block;
        
    }
    .filter {
        width: 100%;
        margin-bottom: 25px;
        position: relative;
    }
    .filter-list {
        width: 100%;
    }
    .bottom-content h2 {
        padding: 0;
    }
    .at-a-glance .right {
        width: 100%;
    }
    .blue-bar {
        width: 124%;
        left: -8%;
    }
    .blue-bar .wprm-recipe-meta-container {
        display: block;
    }
    .blue-bar .wprm-recipe-block-container-inline {
        margin-right: 0 !Important;
        margin-bottom: 15px !Important;
        display: block;
    }
    .at-a-glance .wprm-recipe-jump-inline-button, .at-a-glance .wprm-recipe-link-inline-button {
        width: 100%;
		text-align: center;
    }
    .wprm-recipe .wprm-recipe-email-share {
        margin-top: 15px !Important;
        margin-bottom: 25px !important;
    }
    .wprm-recipe h4 {
        margin-bottom: 15px !important;
    }
    .recipe-cta {
        display: block;
        width: 126%;
        margin-left: -11%;
        text-align: center;
        padding-bottom: 50px;
    }   
    .single-pagination {
        display: block;
        text-align: center;
    }
    .single-pagination-prev, .single-pagination-next {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .single-pagination-icon {
        margin: 30px auto;
    }
    h2, .widget-title, .comment-reply-title, .single .entry-comments h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar .featured-content {
        width: 100%;
    }
    .how-to .swiper-slide img {
        height: 130px !Important;
    }
    .med-lifestyle .featured-content {
        margin-top: 30px;
    }
    .site-footer .wrap {
        max-width: 90%;
        width: 90%;
        margin: 0 auto;
    }
    .site-footer section, .site-footer section:nth-child(3) {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .site-footer .widget_search {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .site-footer .widget_text p:first-child, .site-footer a, .site-footer p {
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .site-footer section:nth-child(4) {
        width: 100%;
        text-align: center;
    }
    .footer-widget-area {
        margin: 0 auto 35px;
    }
    .each-post {
        width: 150px;
    }
    .each-post:nth-child(2n+2) {
        margin-right: 0;
    }
    .each-post img {
        height: 210px;
    }
    .each-post h2 {
        font-size: 19px;
        line-height: 26px;
    }
    .breadcrumbs {
        margin-top: 15px;
    }
    body .dpsp-shortcode-wrapper {
        display: block;
		width: 220px !Important;
		margin: 0;
		padding-left: 0;
    }
	
	.dpsp-shortcode-wrapper:before {
		content: '';
	}
	
	body .dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-4 li {
		width: 21%;
	}
	
	body .dpsp-shortcode-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after {
		padding-right: 0;
	}
    input {
        border-radius: 0;
        -webkit-appearance:none;
        appearance:none;
    }
    .wprm-recipe .wprm-recipe-print {
        width: 213px;
        margin-bottom: 0 !important;
    }
    .single .wprm-recipe-template-tori-avey-2022 {
        padding: 25px 0px 0 !important;
    }
    .how-to .widget_text:before {
        height: 140px;
        left: -20px;
        top: 98px;
    }
    .how-to .widget_text:after {
        top: 98px;
        right: -20px;
        height: 140px;
    }
    .archive-pagination ul li.pagination-previous, .archive-pagination ul li.pagination-next {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        width: 117px;
    }
    .archive-pagination ul li.pagination-previous {
        top: -12px;
    }
    .archive-pagination ul li.pagination-next {
        top: auto;
        bottom: 30px;;
        width: 78px;
    }
    .at-a-glance {
        margin-bottom: 40px;
    }
    .at-a-glance:before {
        width: 100%;
        left: 0;
    }
    .at-a-glance:after {
        left: 0;
    }
    .post-optin {
        padding: 50px 20px;
    }
    .post-optin .wrapper {
        display: block;
        text-align: center;
    }
    .post-optin input, .post-optin .henryetta-ButtonElement--wrapper {
        width: 100% !Important;
        margin-left: 0 !Important;
    }
    .post-optin section:first-child {
        width: 100%;
    }
    .index-optin .wrapper {
        text-align: center;
    }
    .index-optin h3, .optin-form, .optin-form input {
        width: 92% !Important;
        margin: 10px auto !Important;
    }
    .index-optin img {
        margin: 0 auto;
    }
    .optin-form .cabinjohn-ButtonElement--wrapper {
        width: 92% !important;
        margin:0 auto;
    }
    .snippet-bar {
        display: flex;
		margin-bottom: 10px;
    }
	.at-a-glance .wprm-recipe-rating {
		padding-left: 15px;
		display: block;
	}
    .wprm-recipe-template-tori-avey-2022-2 {
        text-align: center !important;
    }
    .blue-bar {
        padding-bottom: 1px;
    }
    .bottom-content .alignright {
        float: none;
    }
    .sidebar {
        display: none;
    }
	.each-contributor {
		margin-left: auto;
    	margin-right: auto;
		position: relative;
	}
	.each-contributor .wrapper {
		width: 95%;
		display: block;
	}
	.each-contributor .left {
		width: 85%;
		margin: 0 auto;
	}
	.each-contributor .right {
		width: 100%;
		position: relative;
		padding-bottom: 30px;
	}
	.each-contributor .name {
		display: block;
		text-align: center;
	}
	.name-social {
		display: block;
	}
	.name-social h2 {
		margin: 10px 0 15px;
	}
	.read-all {
		position: absolute;
		bottom: -20px;
		width: auto;
	}
	.mableton-c-canvas {
		    width: 350px !important;
    right: 0;
    max-width: 350px !important;
    left: 0;
    margin: auto;
	}
	.pop-up .mableton-col-1, .pop-up .mableton-col-2 {
		flex-basis: 100% !important;
		text-align: center;
		margin: 0 auto !important;
	}
	.pop-up .mableton-col-1 img {
		width: 75% !important;
		display: block !Important;
		margin: 0 auto !Important;
	}
	.pop-up input, .mableton-field-name {
		width: 100% !Important;
	}
	.footer-widgets-1 input, .footer-widgets input[type="email"] {
		width: 100% !important;
		margin: 10px 0 !important;
		margin-left: 0 !important;
	}
	.full-width-on-mobile {
		width: 100% !important;
	}
	.comment-form-cookies-consent {
		display: flex;
	}
	#commentform .comment-form-cookies-consent input {
		width: 42px !Important;
		height: 26px !Important;
		margin-right: 10px;
	}
	.cat-posts {
		padding-bottom: 0;
	}
	.archive-pagination 
	{
		padding-bottom: 70px;
	}
	.comment-respond #reply-title {
		font-size: 28px !important;
	}
	.wp-block-latest-posts.is-grid {
		justify-content:space-between;
	}
	.wp-block-latest-posts.is-grid li {
		flex-basis:170px; 
		margin:0 10px !Important;
	}
	.wp-block-latest-posts li img {
		height:255px;
	}
	.each-post img {
		height:230px;
	}
	.browse-filters, .index-seasonal {
	width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.med-lifestyle img {
		width:100%;
		float:none;
	}
	.med-lifestyle .right{
		margin-top:20px;
	}
	.med-lifestyle .links {
		width:100%;
		margin-left:auto;
	}
    .wprm-recipe .email-button {
        margin-top :15px;
    }
	.index-page-intro .wp-block-embed {
		width:100% !important;
	}
	.player .vp-controls {
		top:46%;
	}
	.player .vp-controls .play {
		left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: 0;
	}
    .content-sidebar .content {
        display: block;
        margin: 0 auto;
    }
    .the-guides {
        gap:3% 6%;
    }
    .each-guide {
        width: 47%;
    }
    .each-guide img {
        height: 165px;
    }
    .each-ig {
    max-width:46%;flex-basis:46%;text-align:center;
}
.each-ig img {
    width:168px;height:168px;
    object-fit: cover;
}
}  

    