/*
	Theme Name: Eat With Clarity 2021
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
    height: 100%;
    font-size: 18px;
    overflow-x: hidden;
}

body {
	color: #000000;
	font-family: freight-neo-pro, sans-serif;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: .075em;
	line-height: 27px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
		-webkit-animation: fadein 1s; 
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s; 
    -o-animation: fadein 1s;     
    animation: fadein 1s;
}

.entry-content p {
    font-size: 18px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    color: #000000;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0px auto;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Image Classes
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */
	
.site-container {
    margin: 0px auto 0px;
    width: 100%;
    display: table;
    height: 136px;
    position: relative;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}

.wrapper, .wrap {
    width: 1180px;
    margin: 0px auto;
    position: relative;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    text-align: left;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    margin: 0px auto;
    position: fixed;
    background: #fff;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}

img.logo {
    width: 357px;
    margin: 50px 0;
    float: left;
}

#menu-primary li {
	display: inline-block;
	margin: 0 28px;
	position: relative;
}

#menu-primary li a {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

a.subscribe-link {
	position: relative;
}

#menu-primary li:after {
	content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: -9;
    left: 0;
    bottom: 12px;
    opacity: 0;
    margin-left: -2px;
}

a.subscribe-link:after {
	content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: -9;
    left: 0;
    bottom: 7px;
    opacity: 0;
    margin-left: -2px;
}

ul.sub-menu li:hover:after {
	display: none;
}

#menu-primary li:hover:after, a.subscribe-link:hover:after {
    opacity: 1;
    transition: all 0.4s;
}

.left-nav, .right-nav, .menu-wrap {
    display: inline-block;
    vertical-align: middle;
}

.left-nav {
    margin-right: 30px;
}

.form-hidden {
    width: 250%;
    position: absolute;
    left: 40px;
    top: 135px;
    background: #fff;
    margin-left: -79%;
    padding: 35px 0 65px;
    opacity: 0;
	display: none;
}

.form-hidden.toggle-open {
    opacity: 1;
    transition: all 0.4s;
	display: block;
}

form#searchform {
    width: 1100px;
    margin: 0px auto;
    padding-right: 55px;
    position: relative;
}

img.searchicon {
    width: 16px;
    cursor: pointer;
}

.search-results .h1 {
    position: relative;
    font-style: italic;
    text-transform: lowercase;
    margin: 50px auto;
    text-align: center;
}

.search-results .h1.archive-title {
    margin-bottom: 60px;
    margin-top: 0;
    display: block;
}

.search-results main.content {
    padding-top: 35px;
}

.search-results aside.sidebar.sidebar-primary.widget-area {
    display: none;
}

.search-results main.content {
    margin-bottom: 45px;
}

/*.archive-description:after {
    content: "";
    width: 1px;
    height: 51px;
    display: block;
    background: #000000;
    margin: -25px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}*/

input#s {
    border: 0;
    border-bottom: 1px solid #313636;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none !important;
    font-style: italic;
    font-size: 26px;
    letter-spacing: .05em !important;
    margin-bottom: 10px !important;
    padding: 0 0 30px;
    text-align: left;
}

.menusearch-area {
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
}

.menusearch-area:after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #313636;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 11px;
}

.right-nav {
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 53px;
}

.right-nav a {
    font-size: 14px;
    margin: 0px 7px;
}

ul.sub-menu {
    opacity: 0;
    position: absolute;
    width: 275px;
    padding: 25px 0px 25px 25px;
    background: #fff;
    text-align: left;
    margin-left: -25px;
    display: none;
}

#menu-primary .sub-menu li {
    margin: 0px auto 3px;
    display: block;
}

#menu-primary li:hover .sub-menu {
    display: block;
    transition: all 0.4s;
    opacity: 1;
    z-index: 99;
    display: block;
}

#menu-primary li .sub-menu ul {
    opacity: 0 !important;
}

#menu-primary li li:hover .sub-menu {
    display: block !important;
    opacity: 1 !important;
    z-index: 9999;
}

/*#menu-primary li .sub-menu li:hover ul {
	display:block !important;
	transition: all 0.4s;
    opacity: 1 !important;
}*/

#menu-primary ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
    opacity: 1;
}

#menu-primary li .sub-menu li ul {
    margin-left: 250px;
    margin-top: -20px;
    top: 0;
    padding-top: 20px;
    width: 175px;
	padding-bottom: 10px;
}

.nav-highlight a {
    font-family: freight-big-pro, serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: .005em;
    line-height: 1.2em;
    text-transform: none !important;
    font-style: italic;
    font-size: 20px !important;
    letter-spacing: .05em !important;
    margin-bottom: 10px !important;
    display: block;
}

.sub-menu .menu-item-has-children {
    background-image: url(https://eatwithclarity.com/wp-content/themes/MTT_Custom_Theme/images/right-carat@2x.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 92% center;
}

img.close-icon {
    width: 16px;
    transform: rotate( 
45deg
 );
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 0;
}

a.subscribe-link {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
}

.left-nav {
    margin-right: 25px;
}

/* Headings
--------------------------------------------- */

h1, h2, h3 {
	font-family: freight-big-pro, serif;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: .005em;
	line-height: 1.2em;
	margin: 0px auto;
	color: #000000;
}

.h1, .h2, .h3 {
	font-family: freight-big-pro, serif;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: .005em;
	line-height: 1.2em;
	margin: 0px auto;
	color: #000000;	
}

h2 {
	
}

h1.entry-title, h2.entry-title {

}

h3 {
	font-size: 26px;
	letter-spacing: .05em;
	line-height: 33px;
	text-align: center;
	font-style: italic;
}

h4, h5 {
	font-family: freight-neo-pro, sans-serif;
	font-weight: 400;    
	font-size: 17px;
	letter-spacing: .2em;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto;
}

h5 {
	font-size: 12px;
}


/* Custom Theme Styles
--------------------------------------------- */


h1.h4 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
    width: 312px;
    right: 250px;
    position: absolute;
    top: 40px;
}

.latest {
	background-color: #F0F1F3;
	width: 100%;
	min-height: 700px;
	padding: 40px 0;
}

.latest .wrapper {
    height: 620px;
}

.line {
    width: 115px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 310px;
    left: 70px;
    z-index: 99;
}

.latest .h1 {
    transform-origin: left top;
    transform: rotate( 
270deg
 ) translateX(-100%);
    text-align: center;
    height: auto;
    width: 620px;
    display: inline-block;
    margin-left: -12px;
    position: absolute;
}

.latest h4 {
    width: 312px;
    right: 250px;
    position: absolute;
    top: 40px;
}

.latest-posts li:nth-of-type(1) {
    width: 413px;
    height: 620px;
    position: absolute;
    left: 150px;
    top: 0;
}

.latest-posts li:nth-of-type(2) {
    width: 312px;
    height: 470px;
    position: absolute;
    right: 250px;
    bottom: 0;
}

.latest-posts li:nth-of-type(3) {
    width: 194px;
    height: 290px;
    position: absolute;
    top: 0;
    right: 0;
}

.latest-posts li:nth-of-type(4) {
    width: 194px;
    height: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.latest-posts li img {
	width: 100%;	
	height: 100%;
	object-fit: cover;
}

.latest-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: table;
    padding: 30px;
    opacity: 0;
    cursor: pointer;
}

.latest-posts li:hover .latest-hover {
	opacity: 1;
	transition: all 0.4s;
}

.latest-posts a:hover {
    opacity: 1;
}

.latest-posts h3 {
    color: #fff;
}

.latest-hover h5 {
    width: auto;
    right: auto;
    position: relative;
    top: 0;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 1.3em;
    display: table-cell;
    vertical-align: middle;
}

.ebook {
    width: 100%;
    min-height: 800px;
    padding: 10px 0;
    display: none;
}

.ebook-text {
    width: 385px;
    margin-left: auto;
    text-align: center;
    margin-right: 60px;
    margin-top: 80px;
    float: right;
}

.ebook-text .h1 {
    margin-bottom: 20px;
}

.ebook img {
    width: 554px;
    position: absolute;
    top: 0;
    left: 30px;
}

.ebook-text h3 {
    margin-bottom: 25px;
}

.ebook-text button:before {
    content: "";
    width: 1px;
    height: 48px;
    display: block;
    background: #000000;
    margin: 15px auto 30px;
}

.featured-posts {
	width: 100%;
	/*min-height: 800px;*/
	position: relative;	
	padding: 40px 0;
}

/*.featured-posts li:nth-of-type(4) {
    display: none;
}*/

.color-block {
	background-color: #F0F1F3;
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
	z-index: -9;
	overflow-x:hidden;
}

.archive .color-block, .search-results .color-block, .blog .color-block {
	top: auto;
	/*height: 586px;*/
}

.archive .featured-posts .h1 {
    text-align: left;
    padding: 0;
    display: block;
}

.archive .featured-posts {
    padding-bottom: 0;
}

.archive .featured-posts.popular .h1 {
    background: none;
}

.archive .popular.featured-posts {
    padding: 0;
}
/*.featured-posts .wrapper {
    border-top: 1px solid #313636;
    margin-top: 35px;
}*/

.featured-posts .h1 {
    display: inline-block;
    background: #F0F1F3;
    /*margin-top: -35px;*/
    display: table;
    width: auto;
    margin-left: 0;
    padding-right: 65px;
    margin-bottom: 30px;
}

/*.featured-posts h5 {
    display: inline-block;
    float: right;
    margin-top: 25px;
    position: absolute;
    top: -40px;
    right: 0;
    background: #F0F1F3;
    padding-left: 80px;
}*/

a.view-all-link {
    position: absolute;
    display: inline-block;
    float: right;
    margin-top: 25px;
    position: absolute;
    top: -5px;
    right: 0;
    background: #F0F1F3;
    padding-left: 80px;
    z-index: 9;
}

.view-all-link h5 {
    position: relative;
}

a.view-all-link h5:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: -9;
    left: 0;
    bottom: 6px;
    opacity: 0;
    margin-left: -2px;
}

a.view-all-link h5:hover:after {
	opacity: 1;
    transition: all 0.4s;
}

.featured-image {
    width: 100%;
    height: 415px;
    object-fit: cover;
    margin-bottom: 15px;
}

.featured-posts ul {
    text-align: left;
}

.featured-posts li {
    width: 273px;
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
}

.featured-posts li:last-child, .featured-posts li:nth-of-type(4) {
    margin-right: 0;
}

.featured-image img {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

.featured-posts h4 {
    margin: 10px 5px;
}

.by-diet {
	background-color: #F0F1F3;
	width: 100%;
	height: 395px;
	padding: 40px 0;
}

.by-diet .h1 {
    transform-origin: left top;
    transform: rotate( 
270deg
 ) translateX(-100%);
    text-align: center;
    height: auto;
    width: 315px;
    display: inline-block;
    margin-left: -12px;
    position: absolute;
}

.by-diet h4 {
    width: 130px;
    background: #CED3D7;
    font-size: 12px;
    padding: 5px;
    margin-top: -25px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}

.by-diet .line {
    width: 70px;
    top: 160px;
}

.by-diet img {
    width: 222px;
    height: 222px;
    object-fit: cover;
}

.by-diet li {
    display: inline-block;
    margin: 0 0 0 30px;
}

.by-diet ul {
    text-align: right;
    padding-top: 50px;
}

.meet-claire {
	width: 100%;
	min-height: 800px;
	padding: 40px 0;
}

.meet-claire .ebook-text {
    margin-left: 50px;
    margin-right: auto;
    width: 345px;
    margin-top: 120px;
    float: left;
}

.meet-claire img {
    width: 610px;
    height: 601px;
    object-fit: cover;
    position: absolute;
    right: 50px;
    top: 60px;
}

.img-shadow {
    width: 610px;
    height: 610px;
    position: absolute;
    background: #F0F1F3;
    right: 95px;
    z-index: -9;
    top: 100px;
}

.mood {
	background-color: #F0F1F3;
	width: 100%;
	height: 395px;
	padding: 40px 0;
}

.mood-slider {
	width: 876px;
	margin-right: 70px;
	margin-left: auto;
}

.mood .h1 {
    transform-origin: left top;
    transform: rotate( 
270deg
 ) translateX(-100%);
    text-align: center;
    height: auto;
    width: 315px;
    display: inline-block;
    margin-left: -12px;
    position: absolute;
}

button.slick-prev.slick-arrow {
    width: 8px;
    background-image: url(https://eatwithclarity.com/wp-content/themes/MTT_Custom_Theme/images/arrow@2x.png);
    background-size: 8px;
    background-repeat: no-repeat;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
    left: -30px;
    top: 155px;
}

button.slick-next.slick-arrow {
    width: 8px;
    background-image: url(https://eatwithclarity.com/wp-content/themes/MTT_Custom_Theme/images/arrow@2x.png);
    background-size: 8px;
    background-repeat: no-repeat;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
    right: -50px;
    top: 155px;
    transform: rotate(
180deg
);
}

.mood .line {
    width: 70px;
    top: 160px;
    left: 85px;
}

.mood img {
    width: 266px;
    height: 266px;
    object-fit: cover;
}

.mood li {
    display: inline-block;
    margin: 0 0 0 30px;
}

.mood ul {
    text-align: right;
    padding-top: 25px;
    margin-right: 50px;
}

.mood h4 {
    width: 130px;
    background: #CED3D7;
    font-size: 12px;
    padding: 5px;
    margin-top: -20px;
    position: relative;
    font-weight: 400;
}

.intro {
    background-color: #F0F1F3;
    width: 100%;
    min-height: 714px;
    padding: 40px 0;
    position: relative;
    z-index: 9;
}

.intro img {
    width: 413px;
    height: 620px;
    position: absolute;
    left: 150px;
    top: 0;
}

.intro .h1 {
    transform-origin: left top;
    transform: rotate( 
270deg
 ) translateX(-100%);
    text-align: center;
    height: auto;
    width: 620px;
    display: inline-block;
    margin-left: -12px;
    position: absolute;
}

.intro .ebook-text {
    width: 415px;
    margin-right: 105px;
}

.intro h1, .intro h2 {
    margin-bottom: 20px;
}

.intro .ebook-text {
    width: 415px;
    margin-right: 105px;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.intro h3 {
    font-size: 28px;
    line-height: 31px;
}

.intro .line {
    width: 94px;
    left: 85px;
}

.inner-services {
    background-color: #F0F1F3;
    width: 1070px;
    margin: 45px 0 80px auto;
    padding: 100px 55px 70px 140px;
    position: relative;
    z-index: -9;
}

.inner-services .h1 {
    position: absolute;
    top: 88px;
    left: 145px;
}

.services img {
    width: 221px;
    height: 221px;
    object-fit: cover;
    position: absolute;
    top: 45px;
}

.samples .line {
    width: 225px;
    top: 35px;
    left: 545px;
}

.inner-services li {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto 25px;
    background-color: #CED3D7;
    width: auto;
    display: inline-block;
    padding: 10px 32px;
    margin-left: 12px;
}

.inner-services li:nth-of-type(3) {
    margin-left: 0;
}

.inner-services ul {
    text-align: right;
}

.inner-services .h1 {
    position: absolute;
}

.inner-services li:nth-of-type(1) {
    margin-left: 300px;
    padding: 10px 18px;
}

.inner-services li:nth-of-type(2) {
    padding: 10px 22px;
}

.samples .h1 {
    margin-left: 25px;
    margin-bottom: 30px;
}

.samples ul {
    display: table;
    position: relative;
    width: 1120px;
    margin: 0px auto;
    height: 1294px;
}

.samples li:nth-of-type(1) {
    width: 413px;
    height: 620px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.samples li:nth-of-type(2), .samples li:nth-of-type(3) {
    width: 193px;
    height: 290px;
    object-fit: cover;
	position: absolute;
    left: 470px;
    top: 0;
}

.samples li:nth-of-type(3) {
    top: 330px;
}

.samples li:nth-of-type(4) {
    width: 415px;
    height: 623px;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: auto;
    top: -80px;
}

.samples li:nth-of-type(5), .samples li:nth-of-type(6) {
    width: 193px;
    height: 290px;
    object-fit: cover;
	position: absolute;
    left: 0;
    top: 670px;
}

.samples li:nth-of-type(6) {
	top: auto;
	bottom: 0;
}

.samples li:nth-of-type(7) {
    width: 413px;
    height: 620px;
    object-fit: cover;
    position: absolute;
    left: 250px;
    top: auto;
    bottom: 0;
}

.samples li:nth-of-type(8) {
    width: 415px;
    height: 623px;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    bottom: 70px;
}

.samples button {
    margin: -10px 175px 80px auto;
    float: right;
}

.samples button:before {
    content: "";
    width: 1px;
    height: 80px;
    display: block;
    background: #000000;
    margin: -100px auto 20px;
    position: relative;
}

.intro.about {
	background: #fff;
	z-index: 9;
	position: relative;
}

.intro.about .ebook-text {
    margin-right: auto;
    margin-left: 45px;
    float: left;
    width: 470px;
}

.intro.about img {
    left: auto;
    right: 165px;
    top: 5px;
}

.about .color-block {
    height: 714px;
    width: calc(50% + 200px);
}

.intro.about .h1 {
    transform: rotate( 
90deg
 ) translateX(100%);
    transform-origin: right top;
    margin-left: auto;
    margin-right: -12px;
    right: 0;
}

.intro.about .line {
    left: auto;
    right: 85px;
}

.intro.about .ebook-text button:before {
	display: none;
}

.about .ebook-text button {
    margin: 50px auto 0;
}

.about .ebook-text p {
    width: 440px;
    margin: 0px auto 25px;
}

.intro.about h3 {
    margin-bottom: 35px;
}

.story {
    padding: 40px 0;
    position: relative;
    width: 100%;
    display: table;
}

.story .h1 {
    background: #fff;
    margin-top: -35px;
    display: table;
    width: auto;
    margin-left: 0;
    padding-right: 45px;
}

.story h5 {
    position: absolute;
    bottom: 0;
    left: 112px;
}

.story h5:before {
    background: #313636;
    width: 1px;
    height: 32px;
    display: block;
    content: "";
    margin: 0px auto 10px;
}

.story .ebook-text {
    width: 698px;
    text-align: left;
    margin-right: 0;
    margin-top: 60px;
}

.story .ebook-text h3 {
    text-align: left;
}

.story .wrapper {
    display: table;
    padding-bottom: 55px;
    border-top: 1px solid #313636;
    margin-top: 35px;
    margin-bottom: 40px;
}

.story img {
    float: left;
    width: 385px;
    height: 578px;
    margin-top: 50px;
    margin-right: 90px;
}

.block-1 {
    position: relative;
    margin-left: 120px;
    width: 584px;
    background: #F0F1F3;
    padding: 120px 70px 120px 180px;
    text-align: left;
    float: left;
    margin-bottom: 40px;
    z-index: -99;
}

.block-1 img {
    width: 237px;
    height: 356px;
    position: absolute;
    left: -120px;
    top: 50px;
}

.block-1 h3, .block-2 h3, .block-4 h3 {
    text-align: left;
    margin-bottom: 30px;
}

.recipes {
    display: table;
    width: 100%;
}

.recipes ul {
    display: block;
    position: relative;
    z-index: 99;
}

.recipes .h1 {
    margin-bottom: 55px;
}

.block-2 {
    position: relative;
    width: 410px;
    background: #F0F1F3;
    padding: 0px 85px 60px;
    text-align: left;
    float: right;
    margin-top: 75px;
    margin-bottom: 40px;
    z-index: -99;
}

.block-2 img {
    margin-top: -180px;
    margin-bottom: 20px;
}

.block-3 {
    position: relative;
    margin-right: 120px;
    width: 584px;
    background: #F0F1F3;
    padding: 120px 170px 120px 80px;
    text-align: right;
    float: left;
    margin-bottom: 40px;
    z-index: -99;
}

.block-3 img {
    width: 237px;
    height: 356px;
    position: absolute;
    right: -120px;
    top: 50px;
}

.block-3 h3 {
    text-align: right;
    margin-bottom: 30px;
}

.block-4 {
    position: relative;
    margin-left: 120px;
    width: 584px;
    background: #F0F1F3;
    padding: 120px 70px 120px 180px;
    text-align: left;
    float: left;
    margin-bottom: 70px;
    z-index: -99;
}

.block-4 img {
    width: 237px;
    height: 356px;
    position: absolute;
    left: -120px;
    top: 50px;
}

.block-5 {
    position: relative;
    width: 410px;
    background: #F0F1F3;
    padding: 115px 85px 98px;
    text-align: center;
    float: right;
    margin-bottom: 70px;
    z-index: -99;
}

.block-5 h3 {
    text-align: center;
    margin-bottom: 30px;
}

.recipes .line {
    width: 634px;
    top: 35px;
    left: 245px;
}

.faq h3 {
    font-size: 27px;
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
}


.faq h3 {
    font-size: 27px;
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    width: calc(100% - 85px);
    vertical-align: top;
}

.faq li {
    border-bottom: 1px solid #313636;
    padding-bottom: 30px;
    margin: 0 45px 40px;
}

.faq .h1 {
    margin-bottom: 40px;
}

.faq h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}

.faq p {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: middle;
}

.faq .wrapper {
    display: table;
    margin-bottom: 30px;
}

.faq1 {
    width: 50%;
    float: left;
    border-right: 1px solid;
    padding-top: 20px;
}

.faq2 {
    width: 50%;
    float: right;
    margin-top: -100px;
}

.contact {
	background-color: #F0F1F3;
	width: 100%;
	min-height: 395px;
	padding: 40px 0;
}

.contact .h1 {
    transform-origin: left top;
    transform: rotate( 
270deg
 ) translateX(-100%);
    text-align: center;
    height: auto;
    width: 315px;
    display: inline-block;
    margin-left: -12px;
    position: absolute;
}

.contact h5 {
    text-align: left;
    z-index: 99;
    position: relative;
}

.link-list {
    margin-left: 220px;
    padding-top: 80px;
}

.link-list li a {
    position: relative;
    display: table;
}

.link-list li a:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 6px;
    z-index: 9;
    left: 0;
    bottom: 7px;
    opacity: 0;
    margin-left: -2px;
}

.link-list li a:hover:after {
    opacity: 1;
}

.link-list li {
    margin-bottom: 10px;
}

.contact .line {
    width: 70px;
    left: 75px;
    top: 160px;
}

img.contact-1 {
    width: 221px;
    height: 221px;
    object-fit: cover;
    position: absolute;
    top: 50px;
    right: 445px;
}

img.contact-2 {
    width: 313px;
    height: 313px;
    object-fit: cover;
    position: absolute;
    right: 65px;
    top: 0;
}

.intro.book img {
    width: 398px;
    height: 506px;
    left: 100px;
}

.intro.book .wrapper {
    display: table;
    min-height: 635px;
}

.intro.book button {
    position: absolute;
    bottom: 15px;
    left: 280px;
}

.intro.book .h1 {
    transform: none;
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto 25px;
}

.intro.book .ebook-text {
    margin-top: 40px;
    width: 383px;
    margin-right: 135px;
}

.intro.book button:before {
    content: "";
    width: 1px;
    height: 48px;
    display: block;
    background: #000000;
    margin: 20px auto 25px;
}

.inside {
    position: relative;
    text-align: center;
    margin: 40px auto 80px;
}

.inside .h1 {
    margin-bottom: 35px;
}

.inside li {
    width: 336px;
    display: inline-block;
    margin: 0 20px 30px;
    vertical-align: top;
}

.inside img {
    width: 336px;
    height: 505px;
    object-fit: cover;
}

.inside h4 {
    padding: 5px 40px;
}

.inside button:before {
    content: "";
    width: 1px;
    height: 70px;
    display: block;
    background: #000000;
    margin: 0px auto 25px;
}

.page-template-ebook .faq2 {
    margin-top: 0;
}

.page-template-ebook .faq2 li:last-child {
    border-bottom: 0;
}

.page-template-ebook .faq .wrapper {
    margin-bottom: 75px;
}

.ebook.block2 {
    background: #F0F1F3;
    padding: 40px 0;
    min-height: 790px;
    margin-bottom: 65px;
}

.ebook-text button:after {
    z-index: -9;
}

.ebook.block2 .ebook-text {
    width: 300px;
    float: left;
    margin-left: 50px;
    margin-right: auto;
    margin-top: 65px;
}

.block2.ebook img {
    width: 670px;
    height: 474px;
    object-fit: cover;
    left: auto;
    right: 10px;
    top: 110px;
}

.blog .entry-image, .archive .entry-image, .search-results .entry-image {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

.blog p.entry-meta, .archive p.entry-meta, .search-results p.entry-meta {
    display: none;
}

.blog .entry-content, .archive .entry-content, .search-results .entry-content {
    display: none;
}

.archive .h1 , .archive h1 {
    text-align: center;
    text-transform: lowercase;
    font-style: italic;
    margin: 35px auto;
}

.search-results h1.archive-title {
    display: block;
    margin-bottom: 50px;
}

.blog h4.entry-title, .archive h4.entry-title, .search-results h4.entry-title {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
    padding: 15px 30px;
}

.searchandfilter ul li li.sf-level-0 > label {
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.searchandfilter ul li li.sf-level-0 > label:after {
    content: "";
    background-image: url(https://eatwithclarity.com/wp-content/themes/MTT_Custom_Theme/images/plus@2x.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}

label.sf-label-checkbox.closed:after {
    transform: rotate(
45deg
);
}

ul.children {
    display: none;
}

.shorter {
    display: block !important;
}

ul.tabs li {
    cursor: pointer;
    position: relative;
    margin: 0px auto;
}

.featured-posts.with-tabs .wrapper {
    border-top: 0;
}

.featured-posts .tabs h5 {
    position: relative;
    top: 0;
    padding: 0px;
    float: none;
    margin-top: 0;
    z-index: 9;
    background: none;
    font-weight: bold;
}

ul.tabs li {
    width: auto;
    margin: 0px 0px 0 160px;
}

ul.tabs li:before {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: 9;
    left: 0;
    top: 15px;
    opacity: 0;
    margin-left: -2px;
}

ul.tabs li:hover:before {
    opacity: 1;
    transition: all 0.4s;
}

ul.tabs {
    position: absolute;
    top: 20px;
    right: 0;
}

ul.tabs li.active:after {
    content: "";
    width: 1px;
    height: 48px;
    display: block;
    background: #000000;
    margin: 10px auto 30px;
}

.with-tabs.featured-posts .tabresults li {
    margin-top: 30px;
}

.featured-posts .tabresults {
	display: none;
}
.featured-posts .tabresults.active {
	display: block;
}

.blog .post, .archive .post, .search-results .post {
    width: calc(25% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 25px;
}

h1.archive-title {
    text-align: center;
    text-transform: lowercase;
    font-style: italic;
    margin-bottom: 30px;
}

.archive-description.taxonomy-archive-description.taxonomy-description {
    width: 623px;
    margin: 0px auto 70px;
    text-align: center;
}

/*.archive-description.taxonomy-archive-description.taxonomy-description:after {
    content: "";
    width: 1px;
    height: 51px;
    display: block;
    background: #000000;
    margin: 18px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}*/

.archive main.content, .search-results main.content, .blog main.content {
    text-align: left;
    padding: 25px 0;
    margin: 0px auto;
    width: 1135px;
    margin-bottom: 40px;
}

.archive-pagination.pagination li.pagination-next, .archive-pagination.pagination li.pagination-previous {
    display: none;
}

.page .sidebar, .error404 .sidebar, .search-results .sidebar {
	display: none;
}

.error404 main.content {
    text-align: center;
    margin: 60px auto 120px;
    width: 900px;
}

.error404 h1.entry-title {
    margin-bottom: 50px;
}

.error404 input.search-form-submit {
    display: none;
}

.archive-pagination.pagination {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 35px;
    margin-top: 40px;
    text-align: center;
    text-align: center;
}

.archive-pagination.pagination li {
    display: inline-block;
}

.archive-pagination.pagination li:before {
    content: "/";
    margin-left: 25px;
    margin-right: 25px;
}

.archive-pagination.pagination li:first-child:before, .paged .archive-pagination.pagination li:nth-of-type(2):before, .archive-pagination.pagination li:last-child:before {
    display: none;
}

.paged .archive-pagination.pagination li:last-child:before {
    display: inline-block;
}

.wp-pagenavi {
    clear: both;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.pagination {
    margin: 20px auto 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
    padding: 0;
    margin: 0;
}

.wp-pagenavi a:before, .wp-pagenavi span:before {
    content: "/";
    margin-left: 25px;
    margin-right: 25px;
}

.wp-pagenavi a:first-child:before, .wp-pagenavi span:first-child:before {
    display: none;
}

li.active {
    font-weight: bold;
}

img.right-arrow {
    width: 37px;
    margin: 25px auto 10px;
    display: block;
}

.top-rated.featured-posts li {
    margin-bottom: 30px;
}

.single main.content {
    width: 700px;
    float: left;
    margin-bottom: 120px;
}

.single-post .color-block {
    height: 100%;
    top: 0;
    z-index: -9;
    width: 500%;
    margin-left: -100%;
    	overflow-x:hidden;

}

.sidebar {
    width: 434px;
    float: right;
    text-align: center;
    position: relative;
}

/*.single-post .entry-content p:first-child, .single-post .entry-content p:nth-of-type(1), .single-post p.has-text-align-center:nth-of-type(1) {
    text-align: left !important;
    font-size: 26px;
    line-height: 33px;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 30px;
}*/

.single-post .entry-content p:first-child, .single-post .entry-content p:nth-of-type(1), .single-post p.has-text-align-center:nth-of-type(1) {
text-align: left !important;
}

p.schema-faq-answer {
    font-size: 18px !important;
    color: #000000 !important;
    font-family: freight-neo-pro, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: .075em !important;
    line-height: 27px !important;
}

figure {
    margin: 0px auto 40px;
    margin-bottom: 25px !important;
}

.single p.entry-meta {
    font-size: 13px;
    letter-spacing: .075em;
    margin: 15px 0;
}

.disclaimer p {
    margin: 0px auto;
}

.breadcrumbs {
    margin-bottom: 10px;
}

.share {
    position: absolute;
    bottom: -17px;
}

.share li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.share li img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.single header.entry-header {
    padding: 40px 0 50px;
    margin-bottom: 40px;
    position: relative;
    font-size: 13px;
    letter-spacing: .075em;
    line-height: 27px;
    font-weight: 400;
}

.single header.entry-header a {
    color: #000000;
}

.disclaimer {
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 27px;
    font-weight: 400;
    margin-top: 25px;
}

.entry-header h1 {
    margin-bottom: 15px;
}

.entry-header h1:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #313636;
    margin-top: 25px;
}

.header-meta {
    margin-top: -31px;
    background-color: #F0F1F3;
    width: auto;
    display: table;
    padding-right: 35px;
    position: relative;
    z-index: 9;
}

.header-meta a:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 6px;
    z-index: -9;
    left: 0;
    bottom: 1px;
    opacity: 0;
    margin-left: -2px;
}

.header-meta a:hover:after {
	opacity: 1;
	transition: all 0.4s;
}

.header-meta a {
    position: relative;
}

.breadcrumbs a {
    position: relative;
    z-index: 9;
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 5px;
    z-index: -9;
    left: 0;
    bottom: 3px;
    opacity: 0;
    margin-left: -2px;
}

.breadcrumbs a:hover:after {
	opacity: 1;
	transition: all 0.4s;	
}

.entry-content ul {
    margin-left: 40px;
    margin-bottom: 20px;
}

.recipe-jump {
    background-color: #F0F1F3;
    float: right;
    margin-top: -27px;
    padding-left: 35px;
    position: relative;
    z-index: 9;
}

a.wprm-recipe-jump {
    position: relative;
}

a.wprm-recipe-jump:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: -9;
    left: 0;
    bottom: 1px;
    opacity: 0;
    margin-left: -2px;
}

a.wprm-recipe-jump:hover:after {
	opacity: 1;
	transition: all 0.4s;
}

.recipe-jump a.wprm-recipe-jump {
    color: #000000 !important;
    padding: 0;
    text-transform: uppercase !important;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 600;
    background: #ced3d7;
    padding: 8px 18px;
}

.recipe-jump a {
    color: #000;
    font-weight: 400 !important;
}

div#wprm-recipe-user-rating-0 {
    text-align: center;
    margin-top: 4px;
}

span.entry-comments-link a {
    margin: 0px auto;
    text-align: center;
    display: block;
    margin: 0px auto;
    padding: 0;
    line-height: 1em;
    font-style: italic;
}

.recipe-header-area {
    position: relative;
    min-height: 472px;
}

.wprm-recipe-template-custom {
    padding: 0 !important;
    max-width: 100% !important;
    border-top: 1px solid #313636 !important;
    padding-top: 30px !important;
    background-color: #fff !important;
    margin-top: 40px !important;
}

h2.wprm-recipe-name.wprm-block-text-bold {
    font-family: freight-big-pro, serif;
    font-weight: 400 !important;
    font-size: 40px;
    letter-spacing: .005em;
    line-height: 1.2em;
    margin: 0px auto;
    color: #000000;
    font-style: normal;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.wprm-recipe-meta-container.wprm-recipe-times-container.wprm-recipe-details-container.wprm-recipe-details-container-separate.wprm-block-text-normal .wprm-block-text-normal {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    font-family: freight-neo-pro, sans-serif;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate {
    display: inline-block;
    width: auto;
    margin-right: 18px;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate:after {
    content: "/";
    margin-left: 18px;
}

.wprm-recipe-details-unit {
    font-size: 12px !important;
}

.wprm-recipe-summary.wprm-block-text-normal {
    margin-bottom: 40px;
}

.wprm-recipe-template-custom li {
    margin: 0 0 0 0px !important;
    padding: 0 !important;
    color: #000000;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    letter-spacing: .075em;
    line-height: 27px !important;
    list-style-type: none !important;
}

.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded {
    opacity: 0.7;
    font-style: italic;
    font-family: freight-big-pro, serif !important;
    letter-spacing: .05em;
}

.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded:before {
    content: "(";
}

.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded:after {
    content: ")";
}

.inner {
    padding: 30px 50px;
    position: relative;
    z-index: 9;
}

span.wprm-recipe-servings.wprm-recipe-details.wprm-block-text-normal:before {
    content: "Servings: ";
}

.wprm-recipe-meta-container.wprm-recipe-times-container.wprm-recipe-details-container.wprm-recipe-details-container-separate.wprm-block-text-normal {
    display: inline-block;
    width: auto;
}

span.wprm-recipe-servings.wprm-recipe-details.wprm-block-text-normal {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    font-family: freight-neo-pro, sans-serif;
    display: inline-block;
    width: auto;
    margin-left: -5px;
}

.recipe-header-area button a {
    color: #000000;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
}

.recipe-header-area button {
    display: inline-block;
    margin: 0 25px;
}

span.wprm-rating-star.wprm-rating-star-full {
    margin: 0px 5px;
}

.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details {
    display: block;
    margin: 5px auto 15px;
    font-size: 12px;
    color: #CED3D7;
    letter-spacing: .05em;
}

.right-image {
    width: 237px;
    position: absolute;
    right: 0;
    top: calc(50% - 178px);
}

.recipe-header {
    width: 578px;
    min-height: 472px;
    background-color: #F0F1F3;
    padding: 80px 165px 80px 50px;
    text-align: center;
    color: #000000 !important;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
    letter-spacing: .075em;
    line-height: 27px;
}

.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name {
    margin-top: 0.8em !important;
    color: #000000 !important;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 27px;
    text-transform: uppercase;
    text-align: left;
    margin: 25px auto 8px !important;
}


	section#media_image-3 img {
    width: 336px;
    margin: 50px auto 15px;
}

.sidebar .h1 {
    line-height: 51px;
    margin: 0px auto 20px;
}

section#text-12 {
    width: 312px;
    margin: 0px auto;
}

section#text-11 {
    position: relative;
    margin-top: 55px;
}

img.crp_thumb.crp_featured {
    width: 148px;
    height: 223px;
    object-fit: cover;
}

.crp_related {
    width: 100%;
    margin: 0px auto;
}

.crp_related li {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    margin: 0 5px 25px;
}

span.crp_title {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
    display: block;
}

.crp_related figure {
    margin-bottom: 5px !important;
}

section#text-11 .color-block {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 30px;
    height: 150px;
}

section#text-11 .h1 {
    margin-bottom: 40px;
}

#text-12 button:before {
    content: "";
    width: 1px;
    height: 32px;
    display: block;
    background: #000000;
    margin: 0px auto 20px;
    position: relative;
    left: 0;
    right: 0;
}

.entry-content h2 {
    text-align: left !important;
    font-size: 36px;
    line-height: 1.2em;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 20px;
    font-style: italic;
}

.entry-content h3 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: .05em;
    line-height: 26px;
    text-align: left;
    margin: 0px auto 20px;
    font-style: normal;
}

h3.wprm-recipe-header {
    font-size: 26px !important;
    line-height: 33px !important;
    font-family: freight-big-pro, serif !important;
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    margin-bottom: 20px !important;
    font-style: italic !important;
    text-transform: none !important;
    margin-top: 25px !important;
    position: relative !important;
    background: #fff !important;
    z-index: 9;
    display: table;
}    

h3.wprm-recipe-header.wprm-block-text-bold.wprm-align-left.wprm-header-decoration-none {
	padding-right: 25px !important;
}

.wprm-recipe-instruction-text {
    margin-bottom: 5px !important;
}

.wprm-recipe-notes {
    color: #000000;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 17px !important;
    letter-spacing: .075em;
    line-height: 27px !important;
    margin: 15px auto 25px;
}

.recipe-lower-area h2 {
    font-family: freight-big-pro, serif !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    letter-spacing: .005em;
    line-height: 1.2em;
    margin: 0px auto;
    color: #000000;
    font-style: normal;
    text-align: left !important;
    margin-bottom: 25px !important;
}

.wprm-recipe-template-custom .recipe-lower-area h2 {
    margin-bottom: 15px !important;
}

.recipe-lower-area h3 {
    font-size: 26px !important;
    line-height: 33px !important;
    font-family: freight-big-pro, serif !important;
    font-weight: 300 !important;
    letter-spacing: .05em !important;
    margin-bottom: 20px !important;
    font-style: italic !important;
    text-transform: none !important;
}

.recipe-lower-area {
    background: #F0F1F3;
    padding: 35px 75px 35px 130px;
    margin-left: 85px;
    margin-top: 45px;
    position: relative;
    min-height: 213px;
}

.recipe-lower-area img {
    width: 172px;
    height: 172px;
    object-fit: cover;
    position: absolute;
    top: 20px;
    left: -85px;
}

.wprm-recipe.wprm-recipe-template-custom {
    margin-bottom: -15px;
}

.wprm-recipe-ingredients-container, .wprm-recipe-instructions-container, .wprm-recipe-notes-container, .wprm-recipe-nutrition-container {
	position: relative;
}

ul.wprm-recipe-instructions li {
    list-style-type: decimal !important;
}

.wprm-recipe-template-custom ul.wprm-recipe-instructions {
    margin-left: 18px !important;
    margin-top: 20px !important;
}

/*.comment-form-wprm-rating {
    position: absolute;
    top: 92px;
}*/


p.comment-form-cookies-consent {
    display: none;
}

form#commentform {
    padding-top: 0px;
}

.comment-form-wprm-rating:before {
    display: inline-block;
    content: "Recipe Rating";
    vertical-align: top;
    margin-right: 20px;
    margin-left: 0px;
}

.wprm-recipe-ingredients-container:after, .wprm-recipe-instructions-container:after, .wprm-recipe-notes-container.wprm-block-text-normal:after, .wprm-notes-nutrition-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #313636;
    position: absolute;
    top: 20px;
}

p.comment-author {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .28em;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px auto;
}

a.comment-edit-link {
    display: none;
}

p.comment-meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-weight: 400;
    margin-bottom: 5px;
}

.comment-reply {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-weight: 400;
}

.comment article {
    border-bottom: 1px solid #313636;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

img.wprm-comment-rating {
    margin: 20px 0;
}

h3#reply-title {
    font-family: freight-big-pro, serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: .005em;
    line-height: 1.2em;
    color: #000000;
    font-style: normal;
    text-align: left;
    margin: 0px auto 35px;
}

.single .post {
    border-bottom: 1px solid #313636;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.comment-list label, .comment-form label {
    display: none;
}

p.comment-notes {
    display: none;
}

div#respond input, div#respond textarea {
    text-align: left;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
}

p.comment-form-email {
    margin-right: 0;
}

p.comment-form-url {
    display: none !important;
}

p.akismet_comment_form_privacy_notice {
    display: none;
}

div#respond {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}

p.form-submit {
    padding: 12px 20px 0 40px;
    display: table;
    width: auto;
    position: absolute;
    right: 0;
    background: #fff;
}

.filters {
    width: 285px;
    float: left;
    margin-right: 55px;
    padding-top: 35px;
    position: relative;
    padding-bottom: 60px;
}

.search-filter-results {
    width: 840px;
    float: right;
    text-align: left;
    margin-top: 50px;
    margin-right: -10px;
    margin-bottom: 60px;
}

.recipe-results h4 {
}

.searchandfilter h4 {
    margin: 0;
    font-size: 17px !important;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 20px;
}

.post .entry-content a, .recipes a, .ebook-text a, .archive-description.taxonomy-archive-description.taxonomy-description p a {
    position: relative;
    z-index: 9;
}
.post .entry-content a:after, .recipes p a:after, .archive-description.taxonomy-archive-description.taxonomy-description p a:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 9px;
    z-index: -9;
    left: 0;
    bottom: 0;
    margin-left: -2px;
}

.ebook-text a:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 10px;
    z-index: -9;
    left: 0;
    bottom: 4px;
    margin-left: -2px;
}

.post .entry-content a:hover:after, .recipes p a:hover:after, .ebook-text a:hover:after {
    height: 85%;
    transition: all 0.4s;
}

li.sf-field-category input {
    display: none;
}

.searchandfilter ul li ul li ul {
    margin-left: 0;
}

.sf-field-category .children input  {
    display: inline-block;
    appearance: none;
    width: 12px;
    height: 12px;
}

li.sf-field-category label {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto 20px;
    padding-left: 0 !important;
}

.searchandfilter .children label  {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px auto 8px;
    vertical-align: top;
    margin-left: 15px;
}

.searchandfilter ul li {
    margin-top: 0px;
    margin: 0;
    padding: 0;
}

.searchandfilter ul li li {
    padding: 0px 0 5px;
    margin-top: 35px;
    border-bottom: 1px solid #313636;
}

.searchandfilter ul li .children li {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.filters h1 {
    margin-bottom: 30px;
}

input.sf-input-text:focus {
    border: 0;
    border-bottom: 1px solid;
}

li.sf-field-search:after {
    content: "You may select more than one box to narrow down your search.";
    margin-top: 25px;
    display: block;
}

.hero-image img {
    width: 249px;
    height: 374px;
    object-fit: cover;
    margin-bottom: 10px;
}

.search-filter-results article {
    width: 249px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 25px;
}

.filters .color-block {
    width: 500%;
    height: 100%;
    position: absolute;
    z-index: -9;
    top: 0;
    left: calc(-500% + 490px);
}

li.sf-field-category .children {
    border-bottom: 0px solid #313636;
    padding-bottom: 25px !important;
}

.sf-field-category .children input:checked {
    background: #000000;
}

input.sf-input-text {
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.2em;
    margin: 0px auto 0px;
    font-style: italic;
    text-align: left;
}

.searchandfilter .sf-field-search label {
    margin-left: 0 !important;
    width: 100%;
}

/* Footer Widgets Styles
--------------------------------------------- */

.subscribe {
    background-color: #F0F1F3;
    width: 100%;
    height: 406px;
    padding: 40px 0;
}

.subscribe .h1 {
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}

.subscribe img {
    width: 221px;
    position: absolute;
    top: 43px;
}

.subscribe-inner {
    background: #fff;
    width: 1071px;
    margin-left: auto;
    margin-right: 0;
    padding: 100px 55px 100px 155px;
    height: 305px;
}

.subscribe-inner:before {
    width: 628px;
    height: 1px;
    background: #313636;
    display: block;
    position: absolute;
    content: "";
    bottom: 95px;
}

div#field_1_1, div#field_1_2 {
    width: 265px;
    float: left;
    margin-left: 22px;
}

div#gform_wrapper_1 {
    width: auto;
    float: right;
}

div#gform_wrapper_1 input {
	text-align: left;
}

.footer-widgets {
    clear: both;
    margin: 50px auto 0px;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
}

.footer-widgets li a {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .28em;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px auto;
    position: relative;
}

.footer-widgets li a:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 6px;
    z-index: -9;
    left: 0;
    bottom: 2px;
    opacity: 0;
    margin-left: -2px;
}

.footer-widgets li a:hover:after {
	opacity: 1;
	transition: all 0.4s;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 130px;
    text-align: left;
    display: inline-block;
    margin-right: 105px;
}

h4.widget-title.widgettitle {
    font-family: freight-big-pro, serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.2em;
    margin: 0px auto 10px;
    color: #000000;
    text-transform: none;
    font-style: italic;
    text-align: left;
}

.widget-area.footer-widgets-4.footer-widget-area {
    vertical-align: top;
    width: 466px;
    display: inline-block;
    margin-top: 65px;
}

section#media_image-5:before {
    width: 115px;
    height: 1px;
    background-color: #000000;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 34px;
}

.footer-widgets-4 img {
    width: 292px;
}

.footer-widgets-4 .widget-wrap {
    display: inline-block;
    vertical-align: middle;
}

section#text-13 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    margin: 35px auto 0;
    color: #CED3D7;
}

section#text-13 a {
    color: #CED3D7;
}

section#text-13 p {
    margin-bottom: 0;
}

.site-footer {
    display: none;
}

/* Form Styles
------------------------------------------------------------ */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #313636;
    padding: 12px 20px;
}

input:focus {
	outline: none;
    border: 1px solid #313636;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 1px solid #313636;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 0;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

button:hover, a.text-button:hover, input[type="submit"]:hover {
	transition: all 0.4s;
}

button:after, input#gform_submit_button_1:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: -9;
    left: 0;
    bottom: 7px;
    opacity: 0;
    margin-left: -2px;
}

button:hover:after, input#gform_submit_button_1:hover:after {
	opacity: 1;
	transition: all 0.4s;
}

a.wp-block-button__link {
    border: 0 !important;
    padding: 0 !important;
    margin: 0px auto 20px!important;
    background: none;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: block !important;
    line-height: 1.3em;
}

a.wp-block-button__link:before {
    content: "";
    width: 1px;
    height: 32px;
    display: block;
    background: #000000;
    margin: 0px auto 20px;
    position: relative;
    left: 0;
    right: 0;
}

a.wp-block-button__link:after {
	opacity: 0
}

a.wp-block-button__link:hover:after {
    height: 7px !important;
    bottom: 1px !important;
    opacity: 1;
    	transition: all 0.4s;

}

a img:hover, a h4:hover {
	opacity: .7;
	transition: all 0.4s;
}

input#gform_submit_button_1 {
    text-align: right;
    display: block;
    float: right;
    width: auto;
    margin-top: 50px;
    position: relative;
}

.gform_footer.top_label {
    display: table;
    float: right;
    position: relative;
    z-index: 9;
}

.gform_footer.top_label:after {
    content: "";
    position: absolute;
    background: #D7DADE;
    width: 100%;
    height: 7px;
    z-index: -9;
    left: 0;
    bottom: 1px;
    margin-left: -2px;
    opacity: 0;
}

.gform_footer.top_label:hover:after {
    opacity: 1;
	transition: all 0.4s;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	text-align: left;
	text-transform: none;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
		text-align: left;
	text-transform: none;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

li.subscribe-link {
    display: none !important;
}

ul.latest-posts.mobile-only, .mobile-only {
	display: none !important;
}

div#gform_confirmation_message_1 {
    position: absolute;
    top: 110px;
    right: 180px;
}

.wprm-unit-conversion-container.wprm-unit-conversion-container-links.wprm-block-text-normal {
    margin-top: 30px !important;
}

.servings {
    display: table;
    position: absolute;
    right: 0;
    top: 87px;
    background: #fff;
    z-index: 99;
}

button.wprm-recipe-adjustable-servings.wprm-toggle {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px !important;
    font-weight: 400;
    color: #000 !important;
    background-color: #D7DADE !important;
    border: 0px !important;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    font-family: freight-neo-pro, sans-serif;
    margin-left: 10px;
}

.wprm-toggle-container button.wprm-toggle:not(.wprm-toggle-active) {
    color: #000000 !important;
    background: #F0F1F3 !important;
}

.wprm-toggle-container {
    border: 0 !important;
}

a.wprm-recipe-servings-link:after {
    display: none;
}

.single .entry-content p:first-child a:after {
    height: 12px;
    bottom: 2px;
}

.page-template-default .entry-title {
    font-family: freight-big-pro, serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: .005em;
    line-height: 1.2em;
    margin: 0px auto 30px;
    color: #000000;
    text-transform: none;
}

.page-template-default main.content {
    max-width: 1000px;
    margin: 0px auto 60px;
}


span.extend:last-child {
    display: none;
}

.wprm-nutrition-label-container.wprm-nutrition-label-container-simple.wprm-block-text-normal {
    text-transform: uppercase !important;
    letter-spacing: .28em !important;
    font-size: 12px !important;
    font-weight: 400;
    font-family: freight-neo-pro, sans-serif;
}

p.wprm-text.wprm-block-text-normal {
    padding: 0;
    text-transform: uppercase !important;
    letter-spacing: .28em !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: freight-neo-pro, sans-serif;
    margin: 0px auto 20px;
}

.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon .dpsp-network-icon-inner>svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg {
    fill: #000000 !important;
}

.dpsp-button-style-6.dpsp-shape-rounded .dpsp-network-btn .dpsp-network-icon {
    border-radius: 0 !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn:focus, .dpsp-networks-btns-wrapper .dpsp-network-btn:hover {
    border: 0 !important;
    box-shadow: none !important;
    outline: none;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-4 li {
    width: auto !important;
    margin: 0px auto !important;
    margin-right: 15px !important;
}

div#dpsp-content-top {
    margin-top: -55px;
    margin-bottom: 30px;
}


#menu-primary .sub-menu li:last-child a {
    font-weight: bold;
}

li#menu-item-29759 .sub-menu li:last-child a {
    font-weight: normal;
}

a.nextpostslink {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.browse img {
    width: 185px;
    height: 185px;
    object-fit: cover;
    display: block;

}

.browse li {
    display: inline-block;
    margin-right: 8px;
    max-width: 185px;
}

.browse li:last-child {
    margin-right: 0;
}

.browse .h1 {
    text-align: center;
    margin: 30px auto;
}

.browse {
    padding-bottom: 50px;
}

.browse h4 {
    font-size: 12px;
    font-weight: 400;
}

.browse h4 {
    width: 100%;
    background: #CED3DC;
    font-size: 12px;
    padding: 10px;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 1em;
}

.browse button.slick-next.slick-arrow, .browse button.slick-prev.slick-arrow {
    top: calc(50% - 4px);
}

.featured-posts.top-rated .h1 {
    display: block;
    background: none;
    text-align: center;
    margin: 0px auto 40px;
}

.featured-posts.top-rated .wrapper {
    border-top: 0;
    margin-top: 0;
}

.search-recipes {
    background: #F0F1F3;
    padding: 25px 0 32px;
}

.home li.sf-field-category {
    width: 286px;
    background: #CED3DC;
    font-size: 12px;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.home li.sf-field-category label {
    margin: 0px auto;
}

.searchandfilter select.sf-input-select {
    width: 270px !important;
    min-width: 100% !important;
    border: 0;
    padding: 0;
    font-size: 12px;
    padding: 10px 15px;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .2em;
    text-align: left;
}

.home .searchandfilter ul, form#search-filter-form-35064 {
    display: inline-block;
}

.search-recipes .h1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
}
.home li.sf-field-category:last-child {
    margin-right: 0 !important;
}

.h1.all-cat {
    text-align: left;
}

.custom-archive-description {
    background: #F0F1F3;
    width: 100%;
    padding: 5px 0 40px;
}

.archive-description.taxonomy-archive-description.taxonomy-description {
    width: calc(100% - 112px);
    background: #fff;
    margin-right: 0;
    text-align: left;
    padding: 40px;
    margin-left: auto;
    margin-top: 35px;
    min-height: 305px;
    padding-left: 150px;
    padding-right: 100px;
    padding-top: 50px;
    margin-bottom: 0;
}

.archive-description.taxonomy-archive-description.taxonomy-description h1.archive-title {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1em;
}

.featured-cat-photo img {
    width: 222px;
    height: 222px;
    object-fit: cover;
    display: block;
    float: left;
}

.archive-description.taxonomy-archive-description.taxonomy-description img {
    width: 222px;
    height: 222px;
    object-fit: cover;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 75px;
}

.featured-cat-photo {
    position: absolute;
    top: 220px;
    width: 100%;
}

.anchor {
  scroll-margin-top: 80px;
}

.search-recipes .flex {
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.search-recipes .flex .drops-flex {
    display: flex;
    justify-content: space-between;
    width: 910px;
    position: relative;
    padding-top: 12px;
}

.search-recipes .h1 {
    display: inline;
    margin-right: 33px;
    font-size: 48px;
}
.search-recipes .flex .drops-flex ul {
    width: 286px;
    display: block;
    display: none;
    background: #E1E5E8;
    position: relative;
    padding: 10px 0 10px 20px;
    margin-left: -20px;
    z-index: 2;
    line-height: 3em;
    top: 14px;
    
}
.search-recipes .flex .drops-flex .drop1:after, .search-recipes .flex .drops-flex .drop2:after, .search-recipes .flex .drops-flex .drop3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    display: block;
    color: #000000;
    font-weight: 400;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 10px;
}
.search-recipes .flex .drops-flex .drop1 {
    padding: 14px 20px;
    border: none;
    outline: none;
    width: 286px;
    min-width: 286px;
    max-width: 286px;
    background: #CED3DC;
    font-size: 12px;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    height: 40px;
    letter-spacing: .2em;
}
.search-recipes .flex .drops-flex .drop2 {
    padding: 14px 20px;
    border: none;
    outline: none;
    width: 286px;
    min-width: 286px;
    max-width: 286px;
    background: #CED3DC;
    font-size: 12px;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    height: 40px;
    letter-spacing: .2em;
}
.search-recipes .flex .drops-flex .drop3 {
    padding: 14px 20px;
    border: none;
    outline: none;
    width: 286px;
    min-width: 286px;
    max-width: 286px;
    background: #CED3DC;
    font-size: 12px;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    height: 40px;
    letter-spacing: .2em;
}
.search-recipes .flex .drops-flex .drop1:hover, .search-recipes .flex .drops-flex .drop2:hover, .search-recipes .flex .drops-flex .drop3:hover {
    cursor: pointer;
}

.search-recipes ul {
    display: flex;
    justify-content: flex-end;
}

.narrow-by h4 {
    text-transform: uppercase !important;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}

.narrow-by h4.section-title {
    margin: 20px auto 15px;
    font-weight: 600;
}

.narrow-by {
    text-align: center;
    margin: 30px auto -20px;
    display: block;
}

.narrow-by li {
    color: #000000 !important;
    padding: 0;
    text-transform: uppercase !important;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    background: #ced3d7;
    padding: 8px 18px;
    width: auto;
    display: inline-block;
    margin: 0 4px 8px;
}

.narrow-by {
    text-align: center;

}

.recipe-jump a.wprm-recipe-jump {
    color: #000000 !important;
    padding: 0;
    text-transform: uppercase !important;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 600;
    background: #ced3d7;
    padding: 0px 7px;
    display: inline-block;
}

.recipe-jump {
    background-color: #F0F1F3;
    margin-top: -33px;
    padding-left: 35px;
    position: relative;
    z-index: 9;
    width: 300px;
    float: right;
}

.wp-block-group.has-background {
    padding: 35px 40px 30px;
    margin-bottom: 30px;
}

.has-lightgray-background-color {
    background-color: #f0f1f3;
}

span.entry-comments-link {
    display: inline-block;
    margin-right: 10px;
}

.recipe-jump div#wprm-recipe-user-rating-0 {
    text-align: center;
    margin-top: 4px;
    display: inline-block;
}

.recipe-jump .wprm-recipe-rating svg {
    width: 10px;
    height: 10px;
}

.recipe-jump  span.wprm-rating-star.wprm-rating-star-full {
    margin: 0 3px;
}

.recipe-jump svg {
    display: inline-block !important;
}
.recipe-jump .wprm-recipe-rating {
    text-align: center;
    margin-top: 4px;
    display: inline-block;
    margin-right: 5px;
}

.recipe-jump {
    text-align: right;
    background-color: #F0F1F3;
    margin-top: -33px;
    padding-left: 30px;
    position: relative;
    z-index: 9;
    width: auto;
    float: right;
}
/* Responsive Styles
--------------------------------------------- */

@media only screen and (max-width: 1250px) {
	
    ul.browse-slider.slick-initialized.slick-slider {
        padding: 0 20px;
    }
    
.browse li {
    margin: 0px 7px;
}
div#gform_confirmation_message_1 {
    position: relative;
    top: auto;
    right: auto;
}

li.subscribe-link {
    display: block !important;
}

div#responsive-menu-pro-wrapper {
    padding-top: 110px;
    padding-bottom: 20px;
}

div#responsive-menu-pro-container {
    margin-top: 127px;
}

#responsive-menu-pro-container #responsive-menu-pro-search-box, #responsive-menu-pro-container #responsive-menu-pro-additional-content, #responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 25px 8%;
}

.subscribe-link a.responsive-menu-pro-item-link {
    position: absolute !important;
    bottom: 16px !important;
    right: 5% !important;
    display: table !important;
    width: auto !important;
    background-color: rgba(249, 249, 251, 1) !important;
    z-index: 99;
    font-size: 11px !important;
    padding: 0 !important;
    padding-left: 20px !important;
}

a.subscribe-link {
    position: absolute !important;
    right: 0;
    margin-right: 5% !important;
    font-size: 11px !important;
}

div#responsive-menu-pro-wrapper {
    position: relative !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    padding: 0 8%;
}

div#responsive-menu-pro-additional-content a {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
}

a.responsive-menu-pro-item-link {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    display: block;
    margin-bottom: 10px !important;
}



input.responsive-menu-pro-search-box {
    border: 0;
    font-family: freight-big-pro, serif;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none !important;
    font-style: italic;
    font-size: 18px;
    letter-spacing: .05em !important;
    margin-bottom: 10px !important;
    padding: 0 0 30px;
    text-align: left;
    border: 0 !important;
    background: none !important;
    border-bottom: 1px solid #313636 !important;
}

input.responsive-menu-pro-search-box {
    padding-left: 40px !important;
    background-image: url(https://eatwithclarity.com/wp-content/themes/MTT_Custom_Theme/images/search@2x.png) !important;
    background-size: 16px !important;
    background-position: left 15px !important;
    background-repeat: no-repeat !important;
    padding-bottom: 10px !important;
}


div#responsive-menu-pro-additional-content:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
    margin-top: -15px;
    z-index: 9;
}

.gray-background {
    background-color: rgba(249, 249, 251, 1);
    position: relative;
    display: table;
    padding-right: 15px !important;
}

button#responsive-menu-pro-button:after {
    display: none;
}

a.subscribe-link {
    background-color: rgba(249, 249, 251, 1);
    margin-top: -30px !important;
    padding-left: 30px !important;
}

div#responsive-menu-pro-search-box {
    position: absolute;
    top: 0px;
    width: 100%;
}
.wrapper, .wrap {
    width: 85%;
}

.right-nav, .menu-wrap {
    display: none;
}

ul.latest-posts li:nth-of-type(3), ul.latest-posts li:nth-of-type(4) {
    display: none;
}

.latest {
	min-height: auto;
}

.latest-posts li:nth-of-type(1), .latest-posts li:nth-of-type(2) {
    width: calc(50% - 100px);
    position: relative;
    float: left;
    height: auto;
}


.latest-posts li:nth-of-type(2) {
	float: right;
	right: 0;
}

.latest h4, h1.h4 {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    margin-bottom: 40px;
    width: 100%;
    padding-left: 150px;
}

.latest .h1:after {
    content: "";
    width: 1px;
    height: 40px;
    display: block;
    background: #000000;
    margin: 10px auto 0;
    position: absolute;
    left: 25%;
    right: auto;
    z-index: 9;
}

.latest .h1 {
    text-align: left;
    padding-left: calc(25% - 71px);
    margin-bottom: 35px;
}

h1.h4 {
    display: none;
}

.latest .wrapper {
    height: auto;
    display: table;
    padding-bottom: 10px;
}

.ebook img {
    width: calc(100% - 515px);
    max-width: 554px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ebook-text {
    width: 385px;
    margin-left: auto;
    text-align: center;
    margin-right: 0px;
    margin-top: 80px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 120px;
}

.latest-hover {
    position: relative;
    opacity: 1;
    display: block;
    padding: 0;
    margin: 0px auto;
    background: none;
    height: auto;
}

.latest-hover h5 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: inherit;
    font-size: inherit;
    font-family: freight-neo-pro, sans-serif;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
}

.featured-posts li:nth-of-type(4) {
    display: inline-block;
}

.by-diet .h1, .mood .h1 {
    transform: none;
    transform-origin: inherit;
    width: 100%;
    position: relative;
    margin: 0px auto;
}

.by-diet, .mood {
    height: auto;
}

.by-diet ul, .mood ul {
    text-align: center;
    padding-top: 40px;
}

.by-diet ul {
    display: table;
    max-width: 550px;
    margin: 0px auto 0px;
}

.by-diet li {
    margin: 0 15px 30px;
}

.by-diet {
    padding-bottom: 20px;
}

.by-diet .line, .mood .line {
    display: none;
}

.mood-slider {
    width: 100%;
    margin: 0px auto;
}

.meet-claire img {
    width: calc(100% - 500px);
    margin-left: 100px;
    position: relative;
    float: right;
    height: 500px;
    right: 0;
}

.img-shadow {
    width: calc(100% - 500px);
    margin-left: 100px;
    position: absolute;
    float: right;
    height: 500px;
    right: 45px;
}

.meet-claire .ebook-text {
    margin-left: 0;
}

.subscribe-inner {
    width: calc(100% - 120px);
}

.subscribe .h1 {
    display: block;
    margin-bottom: 20px;
}

div#gform_wrapper_1 {
    width: auto;
    float: none;
}

div#field_1_1, div#field_1_2 {
    width: calc(50% - 20px);
    float: left;
    margin: 0 20px 0 0;
}

.subscribe {
    height: auto;
}

.subscribe-inner:before {
	display: none;
}

input#gform_submit_button_1 {
    margin-top: 30px;
}

.gform_footer.top_label {
    float: left;
    text-align: center;
}

div#gform_wrapper_1 input {
    text-align: center;
    float: none;
}

.subscribe-inner {
    width: calc(100% - 120px);
    padding: 55px 55px 55px 155px;
}

.widget-area.footer-widgets-4.footer-widget-area {
    display: block;
    float: right;
}

ul.tabs li {
    margin: 0 0 0 100px;
}

.single main.content {
    float: none;
    margin: 0px auto 40px;
}

aside.sidebar.sidebar-primary.widget-area {
    width: 100%;
    float: none;
    max-width: 434px;
    margin: 0px auto 50px;
}

.search-filter-results {
    width: calc(100% - 340px);
}

.search-filter-results article {
    width: calc(32% - 30px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 30px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.archive main.content, .search-results main.content, .blog main.content {
    width: 100%;
}

.blog .post, .archive .post, .search-results .post {
    width: calc(32% - 30px);
    margin: 0 15px 25px;
}

.blog .entry-image, .archive .entry-image, .search-results .entry-image {
    width: 100%;
    height: 100%;
}

.archive main.content, .search-results main.content, .blog main.content {
	text-align: center;
}

.story img {
    float: none;
    width: auto;
    height: auto;
    max-width: 385px;
    margin: 50px auto 0;
    margin-right: auto;
    display: block;
}

.story .ebook-text {
    display: block;
    margin: 50px auto 0;
}

.story {
    padding-bottom: 80px;
    padding-top: 0;
}

.story h5 {
    bottom: auto;
    left: 0;
    right: 0;
    margin-top: -15px;
}

.intro.about img, .intro img, .intro.book img, .block2.ebook img, .intro img {
    position: relative;
    left: 0;
    margin: 0px auto 50px;
    display: block;
    height: auto;
}

.intro.book img {
    margin: 50px auto 0;
}

.intro.book button {
    position: relative;
    left: auto;
    bottom: 0;
}

.intro.about .ebook-text, .ebook.block2 .ebook-text {
    float: none;
    display: block;
    width: 100%;
    max-width: 470px;
}

.block2.ebook img {
    width: 100%;
    max-width: 670px;
    object-fit: contain;
    top: 0;
    right: auto;
	height: auto;
}

.inside img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.inside li {
    width: calc(50% - 15px);
    display: inline-block;
    margin: 0 12px 30px 0;
}

.inside li:nth-of-type(even) {
    margin: 0 0px 30px 12px;
}

.ebook.block2 .ebook-text {
    margin: 0px auto 10px;
}

.intro.about .h1, .intro .h1 {
    transform: none;
    position: relative;
    margin: 0px auto 30px;
    text-align: center;
    display: block;
    width: 100%;
}

.intro.about {
    padding-bottom: 0;
}

.intro.about .line, .intro .line {
    width: 1px;
    height: 45px;
    right: 0;
    left: 0;
    top: 70px;
    margin: 0px auto;
}

.about .color-block {
    width: 100%;
    height: 400px;
}

.intro.about .ebook-text, .intro .ebook-text, .intro.book .ebook-text {
    float: none;
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 0px auto;
}

.about .ebook-text button {
    margin: 30px auto;
}

.block-1, .block-3 {
    width: calc(100% - 120px);
    float: none;
    display: block;
}

.block-2, .block-4 {
    position: relative;
    margin-right: 120px;
    width: calc(100% - 120px);
    background: #F0F1F3;
    padding: 120px 170px 120px 80px;
    text-align: right;
    float: left;
    margin-bottom: 40px;
    z-index: -99;
    float: none;
    display: block;
}

.block-4 {
    margin-left: 0;
}

.block-2 img, .block-4 img {
    width: 237px;
    height: 356px;
    position: absolute;
    right: -120px;
    top: 50px;
    margin-top: 0;
    left: auto;
}

.block-2 h3, .block-4 h3 {
    text-align: right;
}

.block-3 {
    padding: 120px 80px 120px 170px;
    margin-right: auto;
    margin-left: 120px;
    text-align: left;
}

.block-3 img {
    right: auto;
    left: -120px;
}

.block-3 h3 {
    text-align: left;
}

.block-3 h3 br {
	display: none;
}

.block-5 {
    width: 100%;
}

.faq1 {
    width: 100%;
    float: none;
    border-right: 0;
}

.faq2 {
    width: 100%;
    float: none;
    margin-top: 0;
}

img.contact-1 {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10%;
}

img.contact-2 {
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.link-list {
    margin-bottom: 80px;
}

.story .wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

.samples .h1 {
    margin: 0px auto 30px;
    text-align: center;
}

.samples .line {
    display: none;
}

.samples ul {
    width: 100%;
    display: block;
    height: auto;
}

.samples li:nth-of-type(1), .samples li:nth-of-type(4), .samples li:nth-of-type(7), .samples li:nth-of-type(8) {
    width: 100%;
    max-width: 413px;
    height: auto;
    position: relative;
    display: block;
    top: 0;
    left: auto;
    bottom: auto;
}

.samples li:nth-of-type(2), .samples li:nth-of-type(3), .samples li:nth-of-type(5), .samples li:nth-of-type(6) {
    width: 100%;
    max-width: 193px;
    height: auto;
    position: relative;
    display: block;
    left: auto;
    top: 0;
}

.samples li:nth-of-type(3) {
    top: 0;
}

.inner-services {
    width: 100%;
    margin: 45px auto;
    padding: 40px 50px;
}

.inner-services .h1 {
    top: 0;
    left: auto;
    position: relative;
    margin: 0px auto 30px;
    display: block;
    width: 100%;
    text-align: center;
}

.inner-services li:nth-of-type(1) {
    margin-left: auto;
}

.inner-services li {
    margin: 10px 10px !important;
}

.services img {
    display: none;
}

.samples li {
    width: 193px !important;
    display: inline-block !important;
    margin: 0px 10px 20px;
}

.samples ul {
    text-align: center;
}

.samples button {
    float: none;
    margin: 30px auto 50px;
}

.samples button:before {
    content: "";
    width: 1px;
    height: 40px;
    display: block;
    background: #000000;
    margin: -15px auto 20px;
    position: relative;
}

.inner-services ul {
    text-align: center;
}

img.logo {
    max-width: 80%;
    margin: 50px 0;
}

.site-container {
    height: 130px;
}

.mood li {
    margin: 0 15px 0;
}

.mood ul {
    margin-right: auto;
}

.latest .h1:after {
	display: none;
}

.search-recipes .h1 {
    display: block;
    margin-right: auto;
    margin: 0px auto 30px;
    text-align: center;
}

.home .searchandfilter ul, form#search-filter-form-35064 {
    display: block;
    margin: 0px auto 15px;
    text-align: center;
}

.featured-posts li {
    width: calc(25% - 22px);
}

.searchandfilter select.sf-input-select {
width: calc(100% - 30px) !important;
}

.home li.sf-field-category {
    width: calc(33.3% - 25px);
}

ul.browse-slider {
    margin: 0px auto;
    text-align: center;
    max-width: 620px;
}

.browse li {
    margin: 0px 7px 20px;
}

.browse li:last-child {
    margin-right: 7px;
}

.search-recipes .flex {
    max-width: 1190px;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}

.search-recipes .flex .drops-flex {
    margin: 0px auto;
}

.search-recipes {   
    padding: 25px 0 40px;
}

.search-recipes .h1 {
    margin: 0px auto 20px;
}
}

@media only screen and (max-width: 1130px) {

.search-filter-results article {
    width: calc(49% - 30px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 30px;
}



}

@media only screen and (max-width: 960px) {

.latest .h1:after {
	display: block;
}

.latest .h1 {
    transform: none;
    width: 100%;
    margin: 0px auto 35px;
    position: relative;
}

h1.h4 {
    padding: 0;
}

.latest-posts li:nth-of-type(1), .latest-posts li:nth-of-type(2) {
    left: 0;
    width: calc(50% - 40px);
}

.latest .line {
    display: none;
}

.latest-posts li:nth-of-type(1), .latest-posts li:nth-of-type(2) {
    left: 0;
    width: calc(50% - 15px);
}

.ebook img {
    display: block;
    width: 100%;
    left: auto;
}

.ebook-text {
    width: 100%;
    max-width: 385px;
    margin: 20px auto 30px;
    margin-left: auto;
    display: block;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-posts li {
    width: calc(50% - 15px);
    margin: 0px 12px 30px 0;
    display: inline-block;
    vertical-align: top;
}

.featured-posts li:nth-of-type(even) {
    margin: 0px 0px 30px 12px;
}

.with-tabs.featured-posts .tabresults li {
    width: calc(50% - 15px);
    margin: 0px 12px 30px 0;
    display: inline-block;
}

.with-tabs.featured-posts .tabresults li:nth-of-type(even) {
    margin: 0px 0px 30px 12px;
}

.with-tabs.featured-posts .tabresults {
    float: none;
    margin: 0px auto 30px;
}

ul.tabs {
    position: relative;
    top: 0;
    margin-bottom: -45px;
    margin-top: 30px;
    left: auto;
    right: auto;
}

.featured-posts ul.tabs {
    display: table;
}

ul.tabs li {
    margin: 0 40px 0;
}

.featured-posts .h1 {
    display: block;
    text-align: center;
    padding-right: 0;
}

.meet-claire .ebook-text {
    width: 100%;
    max-width: 345px;
    float: none;
    margin-top: 0;
    margin: 0px auto 40px;
}

.meet-claire img {
    float: none;
    width: 90%;
    margin: 0px auto;
    height: auto;
    max-width: 610px;
    top: 0;
    display: block;
    margin-bottom: 60px;
}

.img-shadow {
float: none;
width: 100%;
right: 0;
position: absolute;
top: -45px;
bottom: auto;
}

.meet-claire {
    margin-top: 60px;
}

a.view-all-link {
    position: relative;
    top: 0;
    display: block;
    padding: 0;
    float: none;
    margin: 10px auto 40px;
}

.featured-posts {
	display: table;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 20%;
    text-align: left;
    display: inline-block;
    margin-right: 10%;
}

.widget-area.footer-widgets-5.footer-widget-area {
    clear: both;
}

div#field_1_1, div#field_1_2 {
    width: 100%;
    float: none;
    margin: 10px auto 10px;
}

.subscribe-inner {
    height: auto;
    padding-bottom: 80px;
}

.filters .color-block {
    width: 500%;
    left: -150%;
}

.site-inner {
    overflow-x: hidden !important;
}

.filters {
    float: none;
    width: 85%;
    margin: 0px auto;
}

.search-filter-results article {
    width: calc(32% - 30px);
    margin: 0 15px 30px;
}

.search-filter-results {
    width: 100%;
    margin: 50px auto;
}

.blog .post, .search-results .post {
    width: calc(48% - 30px);
    margin: 0 15px 25px;
}
.archive-description.taxonomy-archive-description.taxonomy-description:after {
	display: none;
}

.h1 {
    font-size: 42px;
}

.archive-description:after {
	display: none;
}

.search-results h1.archive-title {
	margin-bottom: 40px;
}


.latest-posts li:nth-of-type(1), .latest-posts li:nth-of-type(2) {
    width: calc(50% - 15px);
    position: relative;
    float: none;
    height: auto;
    display: inline-block;
    left: auto;
    right: auto;
    margin: 0px 12px 30px 0;
    vertical-align: top;
}

ul.latest-posts li:nth-of-type(3), ul.latest-posts li:nth-of-type(4) {
    width: calc(50% - 15px);
    position: relative;
    float: none;
    height: auto;
    display: inline-block;
    left: auto;
    right: auto;
    margin: 0px 12px 30px 0;
        vertical-align: top;
}

.latest {
    padding-bottom: 0;
}

ul.latest-posts li:nth-of-type(4) {
    margin: 0 0 30px 12px;
}

.latest-posts li:nth-of-type(even) {
    margin: 0 0 30px 12px;
}

.search-recipes .flex .drops-flex {
    width: 85%;
    display: block;
    margin: 0px auto;
}

.search-recipes .flex .drops-flex .drop1, .search-recipes .flex .drops-flex .drop2, .search-recipes .flex .drops-flex .drop3 {
    width: 100%;
    display: block;
    margin: 0px auto 20px;
}

.search-recipes .flex .drops-flex .drop3 {
    margin-bottom: 0;
}

.anchor {
  scroll-margin-top: 120px;
}

}

@media only screen and (max-width: 800px) {

.subscribe-inner {
    width: 100%;
    margin-top: 110px;
    padding: 150px 50px 80px;
}

.subscribe img {
    top: -110px;
    left: 0;
    right: 0;
}

.mood {
    padding-bottom: 20px;
}

.subscribe .h1 {
    text-align: center;
}

.gform_footer.top_label {
    float: right;
    text-align: center;
}

.single main.content {
    width: 100%;
}

.recipe-jump {
    float: none;
    margin-top: 10px;
    padding: 0;
}

.entry-header h1:after {
	display: none;
}

.entry-header h1 {
    margin-bottom: 50px;
}

.right-image {
    right: 0;
    left: 0;
    margin: 0px auto;
    top: -120px;
}

.recipe-header-area {
    margin-top: 150px;
}

.recipe-header {
    width: 100%;
    min-height: auto;
    padding: 270px 50px 50px;
}

.inner {
    padding: 30px 0;
}

.search-filter-results article {
    width: calc(32% - 6px);
    margin: 0px 3px 30px;
}

.archive .post {
width: calc(33% - 9px);
margin: 0px 5px 30px;
}

.archive-description.taxonomy-archive-description.taxonomy-description {
    width: 100%;
}



img.logo {
    max-width: 80%;
    margin: 40px 0;
}

.site-container {
    height: 100px;
}

button#responsive-menu-pro-button {
    top: 33px !important;
}

div#responsive-menu-pro-container {
    margin-top: 100px;
}

.samples li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.archive main.content, .search-results main.content, .blog main.content {
    padding-top: 0;
}

.h1.all-cat {
    margin-top: 0;
}

.archive-description.taxonomy-archive-description.taxonomy-description {
    padding: 40px;
    min-height: auto;
}

.featured-cat-photo, .archive-description.taxonomy-archive-description.taxonomy-description img {
    display: none;
}

.browse li {
    width: calc(33.3% - 14px);
    margin: 0px 5px 20px;
}

.browse li:last-child {
    margin-right: 5px;
}

.browse img {
    width: 100%;
    height: 150px;
}

.browse h4 {
    padding: 10px 0;
}

.browse {
    padding-bottom: 30px;
}
}

@media only screen and (max-width: 660px) {

.browse img {
    width: 100%;
    height: 100px;
}

.samples li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

ul.tabs li {
    margin: 0 20px 0;
}

.color-block {
    height: 300px;
}

.archive .color-block, .search-results .color-block, .blog .color-block {
    height: 300px;
}

.meet-claire img {
    width: 280px;
    margin-bottom: 40px;
}

.img-shadow {
    height: 280px;
    top: -25px;
}

.meet-claire {
    margin-top: 30px;
}

.meet-claire {
    padding-bottom: 10px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 100%;
    display: block;
    margin: 0px auto 40px;
    text-align: center;
}

h4.widget-title.widgettitle {
    text-align: center;
}

.widget-area.footer-widgets-4.footer-widget-area {
    float: none;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

section#media_image-5:before {
	display: none;
}

section#text-13 {
    margin-top: 30px;
    text-align: center;
}

.recipe-lower-area img {
    left: 0;
    right: 0;
    top: -80px;
}

.recipe-lower-area {
    padding: 120px 20px 50px;
    text-align: center;
    margin-top: 140px;
    margin-left: 0;
}

.wprm-recipe-template-custom .recipe-lower-area h2 {
    text-align: center !important;
}

.wprm-recipe-template-custom h3 {
    text-align: center !important;
}

.comment-form-wprm-rating {
    top: 150px;
}

.crp_related {
    width: 100%;
}

img.crp_thumb.crp_featured {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-1, .block-2, .block-3, .block-4 {
    width: 100%;
    padding: 50px;
    margin-left: auto;
    text-align: center;
    margin-top: 100px;
}

.block-1 h3, .block-2 h3, .block-3 h3, .block-4 h3 {
    text-align: center;
}

.block-1 img, .block-2 img, .block-3 img, .block-4 img {
    width: 100%;
    height: 100%;
    max-width: 227px;
    position: relative;
    left: auto;
    display: block;
    top: 0;
    margin: 0px auto 30px;
    margin-top: -100px;
    right: auto;
}

.block-5 {
    padding: 50px;
    margin-bottom: 50px;
}

.story .ebook-text {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin-top: 30px;
}

.intro.about .ebook-text {
    max-width: 100%;
    width: 100%;
}

.faq li {
    margin-left: 0;
    margin-right: 0;
}

img.contact-1, img.contact-2 {
    display: none;
}

.about .ebook-text p {
    width: 100%;
}

.intro.about img {
    width: 100%;
    height: auto;
    right: auto;
}

.story img {
    width: 100%;
}

.recipes .line {
	display: none;
}

.recipes .h1 {
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #000000;
    padding-top: 35px;
    margin-top: 20px;
}

.story .wrapper {
    border-top: 0;
    margin-top: 10px;
}

.story .h1 {
    display: block;
    margin: 0px auto;
    text-align: center;
    padding-right: 0;
    border-top: 1px solid #000000;
    padding-top: 35px;
    margin-top: 10px;
}

.contact .h1 {
    transform: none;
    width: 100%;
    margin: 0px auto;
}

.link-list {
    margin: 0px auto;
    padding: 0;
}

.contact .h1 {
    transform: none;
    width: 100%;
    margin: 0px auto 90px;
    display: block;
    position: relative;
}

.faq .h1 {
    text-align: center;
}

.link-list li a {
    display: block;
}

.contact h5 {
    text-align: center;
    display: block;
    width: 100%;
}

.contact .line {
    width: 1px;
    height: 40px;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.block-1, .block-2, .block-3, .block-4, .block-5 {
    padding-left: 10%;
    padding-right: 10%;
}

.by-diet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 222px;
}

.by-diet ul {
    margin: 0px auto;
    display: block;
    width: 100%;
}

.by-diet li:nth-of-type(even) {
    margin: 0px 0px 30px 12px;
}

.by-diet li {
    width: calc(50% - 15px);
    margin: 0px 12px 30px 0px;
}

.featured-posts {
    padding-bottom: 0;
}

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-next.slick-arrow {
    right: 0;
}

.gform_footer.top_label {
    float: none;
    text-align: center;
    display: block;
}

.subscribe-inner {
    padding-bottom: 50px;
}

.footer-widgets-4 img {
    max-width: 292px;
    display: block;
    margin: 0px auto;
}

.samples li {
    width: calc(50% - 15px) !important;
    margin: 0px 12px 30px 0;
}

.samples li:nth-of-type(2), .samples li:nth-of-type(3), .samples li:nth-of-type(5), .samples li:nth-of-type(6) {
    max-width: fit-content;
}

.samples li:nth-of-type(even) {
    margin: 0 0 30px 12px;
    max-width: fit-content;
}
.inner-services {
    padding: 40px 10%;
}

.recipe-header {
    padding-left: 10%;
    padding-right: 10%;
}

.recipe-header-area button {
    margin: 0 15px;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate {
    display: block !important;
    width: 100% !important;
    margin: 0px auto;
    text-align: center;
}

.wprm-recipe-block-container.wprm-recipe-block-container-separate:after {
	display: none;
}

.wprm-recipe-meta-container.wprm-recipe-times-container.wprm-recipe-details-container.wprm-recipe-details-container-separate.wprm-block-text-normal {
    display: block;
    width: auto;
}

span.wprm-recipe-servings.wprm-recipe-details.wprm-block-text-normal {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.servings {
    position: relative;
    top: 0;
    margin: 20px auto -10px;
    display: block;
    text-align: center;
}



.entry-header h1 {
    text-align: center;
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 40px;
}

.single .entry-content p:first-child {
    font-size: 22px;
    line-height: 1.3em;
    text-align: left !important;
}

.breadcrumbs {
    text-align: center;
    padding: 0;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.header-meta {
    padding-right: 0;
    text-align: center;
    display: block;
}

.recipe-jump {
    text-align: center;
    margin-bottom: -5px;
}

.single header.entry-header {
    padding-top: 30px;
}

.disclaimer {
    text-align: center;
    line-height: 1.2em;
    margin-top: 30px;
}

.single header.entry-header {
    padding-top: 30px;
    padding-bottom: 35px;
}

.share {
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
}

.blog .post, .search-results .post {
    width: calc(50% - 15px);
    margin: 0 12px 30px 0;
}

.blog h4.entry-title, .archive h4.entry-title, .search-results h4.entry-title {
    padding: 15px 0;
}

.recipe-results h4, .archive h4.entry-title {
    font-size: 15px;
    line-height: 1.4em;
}

.blog .post:nth-of-type(even), .search-results .post:nth-of-type(even) {
    margin: 0 0px 30px 12px;
}

.inside h4 {
    padding: 5px 0;
}

.inside {
    margin-bottom: 40px;
}

.inner-services li {
    width: 100%;
    margin: 0px auto 20px !important;
}

.share ul {
    display: table;
    left: 0;
    right: 0;
    margin: 0px auto;
}

ul.latest-posts.mobile-only, .mobile-only {
	display: block !important;
}

ul.latest-posts.desktop-only {
	display: none;
}

.wprm-recipe-template-custom ul.wprm-recipe-instructions {
margin-left: 30px !important;
}

.home li.sf-field-category {
    width: 330px;
    display: block;
    margin: 0px auto 20px;
    text-align: left;
}

.searchandfilter select.sf-input-select {
    width: 300px;
}

.home li.sf-field-category:last-child {
    margin-right: auto !important;
}

.home li.sf-field-category label {
    margin: 0px auto;
    width: 300px;
}


}