/*
	Theme Name: Broma Bakery 2020
	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}

@font-face {
    font-family: 'Canela';
    src: url('../broma_bakery_2020/fonts/Canela-Regular.woff2') format('woff2'),
        url('../broma_bakery_2020/fonts/Canela-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: block;
}

@font-face {
    font-family: 'CanelaLight';
    src: url('../broma_bakery_2020/fonts/Canela-Light.woff2') format('woff2'),
        url('../broma_bakery_2020/fonts/Canela-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: block;
}

@font-face {
    font-family: 'CanelaItalic';
    src: url('../broma_bakery_2020/fonts/Canela-RegularItalic.woff2') format('woff2'),
        url('../broma_bakery_2020/fonts/Canela-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: block;
}
@font-face {
    font-family: 'CanelaLightItalic';
    src: url('../broma_bakery_2020/fonts/Canela-LightItalic.woff2') format('woff2'),
        url('../broma_bakery_2020/fonts/Canela-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
	font-display: block;
}


/* 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;
}

body {
	color: #302B28;
	font-family: acumin-pro-wide, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	text-align:left;
}

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: #302B28;
    text-decoration: none;
	font-weight: 500;
}

a:hover {
	color:#E4D5C7;
}
table {
	border: none;
}

a:hover {
	color:#E4D5C7;
	opacity:1;
	text-decoration: none;
}

p {
    margin: 0 0 25px;
    padding: 0;
    font-size: 13px;
    line-height: 23px;
	font-weight:300;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

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

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #302B28;
    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%;
	overflow-x: hidden;
}

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

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

.wrapper, .wrap {
    margin: 0px auto;
    position: relative;
}
.error404 .entry-content, .error404 aside {
	display: none;
}
.error404 .entry-title {
	text-align: center;
    font-size: 50px;
    font-weight: 100;
    margin: 250px auto 250px;
}
#site-general-content {
	width: 90%;
    margin: 0 auto 50px;
    max-width: 1225px;
}
#site-general-content h1.page-title {
	text-align: center;
    font-size: 40px;
    font-weight: 100;
    margin: 50px auto 60px;
}
#site-general-content h2 {
    font-weight: 300;
}
#site-general-content h3 {
    font-weight: 100;
    font-family: 'CanelaLightItalic';
    font-style: italic;
}

/* Header
---------------------------------------------------------------------------------------------------- */
.mobile-first-slider {
    display: none;
}
.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
nav.nav-primary {
	display: none;
}
.site-header-wrap {
	position: fixed;
    width: 100%;
    height: 94px;
    background: white;
    z-index: 999;
	top:0;
	left:0;
    
}
.site-header-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    box-shadow: 3px 3px 7px 0px rgba(99, 99, 99, 0.24);
    bottom: -1px;
    z-index: 9999;
    background: #fcfcfc;
}
.site-header-wrap .main {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1240px;
    margin: 31px auto 0;
    padding-left: 15px;
}
.site-header-wrap .main .left {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}
.site-header-wrap .main .left img {
    width: 162px;
    margin-right: 17px;
    height: auto;
}
.site-header-wrap .main .left .ubermenu .ubermenu-target {
    padding: 3px 14px 39px 20px;
	color:black;
}

.site-header-wrap .main .left .ubermenu .ubermenu-submenu .ubermenu-target {
    padding: 7px 0px 2px;
}
.ubermenu-main .ubermenu-row {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    min-width: 124px!important;
    width: auto;
}
#execphp-2 ul li #hero-image, #execphp-3 ul li #hero-image  {
	    width: 195px;
    height: 171px;
    background-size: cover;
    background-position: center;
}
#execphp-2 ul, #execphp-3 ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 1080px;
}
#execphp-2 ul li, #execphp-3 ul li {
    width: 195px;
    margin-right: -25px;
}
#execphp-2 ul li h4, #execphp-3 ul li h4 {
    font-style: italic;
    text-align: center;
    font-family: 'CanelaLightItalic';
    font-weight: 100;
    font-size: 16px;
    line-height: 1.3;
    margin: 15px auto 0;
    letter-spacing: 0.04rem;
}
.ubermenu-item-26274, .ubermenu-item-26532 {
    padding-top:18px!important;
}
.ubermenu-item-27090, .ubermenu-item-27093  {
	max-width: 124px!important;
	padding-top:18px!important;
}
.site-header-wrap .main .left .ubermenu .ubermenu-target-text {
    font-family: acumin-pro-wide, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    position: relative;
}
.site-header-wrap .main .left .ubermenu .ubermenu-target-text:after {
    content: "";
    display: block;
    width: 109%;
    height: 8px;
    background-color: #E4D5C7;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    left: -5%;
    opacity: 0;
    transition: all 0.5s;
}
.post-type-archive-shop .site-header-wrap .main .left .ubermenu #menu-item-26272 .ubermenu-target-text:after {
    opacity: 1;
}
.page-template-page-custom-category .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-target-text:after {
    opacity: 1;
}
.category-business .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-target-text:after, .category-fashion .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-target-text:after, .category-home .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-target-text:after, .category-travel .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-target-text:after    {
    opacity: 1;
}
.page-template-page-custom-category .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-submenu .ubermenu-target-text:after {
    opacity: 0;
}
.category-business .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-submenu .ubermenu-target-text:after, .category-home .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-submenu .ubermenu-target-text:after, .category-fashion .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-submenu .ubermenu-target-text:after, .category-travel .site-header-wrap .main .left .ubermenu #menu-item-26269 .ubermenu-submenu .ubermenu-target-text:after {
    opacity: 0;
}
.site-header-wrap .main .left .ubermenu .ubermenu-target-text:hover:after {
    opacity: 1;
}
.category-recipes .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-breads .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-breakfast .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-desserts .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-drinks .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-savory .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after {
    opacity: 1;
}
.category-brownies-bars .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-cakes-cupcakes .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-cookies .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-donuts .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-candied .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-ice-cream .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-pies .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after, .category-truffles .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-target-text:after {
    opacity: 1;
}
.category-recipes .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-breads .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after,
.category-breakfast .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after,
.category-desserts .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-drinks .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after,
.category-savory .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after,
.category-brownies-bars .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-cakes-cupcakes .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after,
.category-cookies .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-donuts .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-candied .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-ice-cream .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-pies .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after, 
.category-truffles .site-header-wrap .main .left .ubermenu #menu-item-26449 .ubermenu-submenu .ubermenu-target-text:after {
    opacity: 0;
}
.site-header-wrap .main .right {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    padding-top: 4px;
}
.site-header-wrap .main .right a#subscribe-open {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07rem;
    margin: 2px 25px 0 40px;
}
.site-header-wrap .main .right .search-hidden input[type="submit"] {
    display: none;
}
.searchicon:after {
    content: "";
    display: block;
    width: 23px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -32px;
    top: 9px;
}
.searchicon {
    position: relative;
    margin: 1px 3px 0 0;
}
.searchicon:hover {
    cursor: pointer;
}
.site-header-wrap .main .right ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    margin-right: 11px;
    padding-top: 2px;
}
.site-header-wrap .main .right ul li{
    margin: 0 7px;
}
.site-header-wrap .main .right ul li a:hover {
    color:#E4D5C7;
}
.site-header-wrap .main .right .search-hidden {
    position: absolute;
    bottom: -106px;
    width: 50%;
    background: white;
    padding: 45px 8% 0px 41px;
    right: 0;
    height: 106px;
    display: none;
}
.site-header-wrap .main .right .search-hidden.showme {
    display: block;
}
.site-header-wrap .main .right .search-hidden .close {
    position: absolute;
    top: 25px;
    right: 6%;
    font-size: 20px;
}
.site-header-wrap .main .right .search-hidden .close:hover {
    cursor: pointer;
}
.site-header-wrap .main .right .search-hidden input{
    text-align: left;
    font-family: 'CanelaItalic';
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    color: black;
    border: none;
    border-bottom: 1px solid;
    padding: 0 0 3px;
    letter-spacing: 0.02rem;
    opacity: 0.5;
    background-image: url(https://bromabakery.com/wp-content/uploads/2020/04/search@2x.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 1px;
}

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

h1 {
	font-family: 'Canela';
}

h2 {
	font-family: 'Canela';
}

h1.entry-title, h2.entry-title {
	font-family: 'Canela';
}

h3 {
	font-family: 'Canela';
}

h4 {
    font-family: 'Canela';
}

h5 {
	font-family: 'Canela';
}

/* Home
--------------------------------------------- */

.four-most-recent {
    background: #F7F7F6;
    padding: 4px;
    margin: -10px 0 0;
    width: 100%;
    position: relative;
/*    height: 100vh;*/
}
.four-most-recent .jump {
    position: absolute;
    top: 259px;
    right: -57px;
    width: 120px;
}
.four-most-recent .jump img {
    width: 120px;
    position: absolute;
    transition: all 0.5s;
}
.four-most-recent .jump img.hover {
    opacity: 0;
}
.four-most-recent .jump:hover img.hover {
    opacity: 1;
}
.four-most-recent .jump:hover img.jump2 {
    opacity: 0;
}
.four-most-recent .inner {
    max-width: 1225px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.four-most-recent .inner .left #hero-image {
    width: 413px;
    height: 628px;
    background-size: cover;
    background-position: center;
}
.four-most-recent .inner .left #hero-image img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.four-most-recent .inner .left{
width: 66.6%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.four-most-recent .inner .left .textbox {
    text-align: center;
    padding-top: 134px;
}
.four-most-recent .inner .left h5 {
    font-size: 40px;
    font-weight: 100;
    margin: -12px auto 5px;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 0 50px;
}
.four-most-recent .inner .left p.meta {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 30px auto 20px;
	font-weight:500;
}
.four-most-recent .inner .left button {
        width: 180px;
    height: 38px;
    background: black;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: -5px auto 0;
}
.four-most-recent .inner .left button:hover {
    background: #E4D5C7;
}
.four-most-recent .inner .left button img {
        display: inline-block;
        max-width: 20px;
    margin: 0 -12px -2px 5px;
}
.four-most-recent .inner .left .exc {
    padding: 0 42px;
}
.four-most-recent .inner .right {
width: 30%;
    padding-top: 42px;
}
.four-most-recent .inner .right #hero-image {
    width: 134px;
    height: 167px;
    background-size: cover;
    background-position: center;
}
.four-most-recent .inner .right #hero-image img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.four-most-recent .inner .right ul li {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin:0 0 42px;
    width: 80%;
}
.four-most-recent .inner .right .cats {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.four-most-recent .inner .right .textbox {
width: 49%;
    margin-top: -4px;
}
.four-most-recent .inner .right h5 {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
    font-family: 'CanelaLightItalic';
    padding-right: 30px;
    margin: 13px 0 12px;
    line-height: 1.4;
    letter-spacing: 0.04rem;
}
.four-most-recent .inner .right .rmore {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04rem;
}
.four-most-recent .inner .right .rmore:hover {
    opacity: 0.6;
}
.four-most-recent .inner .right .rmore img {
        margin: 0 0px -1px 5px;
        max-width: 15px;
}
.four-most-recent .mood {
    max-width: 1160px;
    margin: 11px auto 0;
    border-top: 1px solid #000000;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.four-most-recent .mood .the-title {
    width: 138px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}
.four-most-recent .mood .the-title h4 {
    line-height: 1.3;
    font-weight: 100;
    padding: 0 10px;
    margin: 27px 0 0;
    position: relative;
    z-index: 9;
}
.four-most-recent .mood .the-title:after {
    width: 138px;
    height: 15px;
    background: #E4D5C7;
    content: "";
    display: block;
    position: absolute;
    bottom: 39px;
}
.four-most-recent .mood .mood-slider button{
    background: black;
    color: white;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08rem;
    display: block;
    padding: 6px 16px 8px 16px!important;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.four-most-recent .mood .mood-slider button:hover {
    background: #E4D5C7;
}
.four-most-recent .mood .mood-slider .slick-next{
    display: block;
    width: 29px;
    padding: 0!important;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    right: -23px;
    top: 0;
}
.four-most-recent .mood .mood-slider .slick-next img {
    width: 15px;
    margin-top: 1px;
    display: block;
}
.four-most-recent .mood .mood-slider {
    width: 84%;
    margin-top: 53px;
    margin-bottom: 37px;
    margin-left: 25px;
}
.mobile-cat-wrap {
    display: none;
}
.custom-cat-wrap ul li #hero-image{
    width: 277px;
    height: 420px;
    background-size: cover;
    background-position: center;
}
.custom-cat-wrap ul li {
    width:277px;
}
.custom-cat-wrap ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.custom-cat-wrap ul li .text {
    text-align: center;
}
.custom-cat-wrap ul li .cat {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 28px auto 15px;
}
.custom-cat-wrap ul li h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 17px 0px 9px;
    padding: 0 30px;
    letter-spacing: 0.02rem;
}
.custom-cat-wrap {
    max-width: 1154px;
    margin: 29px auto;
}
.custom-cat-wrap p.small-title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
	font-weight:500;
}
.custom-cat-wrap h4.large-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 20px auto 57px;
    letter-spacing: 0.08rem;
}
.custom-cat-wrap ul li .exc {
    font-size: 13px;
    line-height: 23px;
    padding: 0 10px;
	font-weight:300;
    margin: 0 auto 22px;
}
.custom-cat-wrap ul li .rmore {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06rem;
    margin: 0;
}
.custom-cat-wrap ul li .rmore:hover {
    opacity: 0.6;
}
.custom-cat-wrap ul li .rmore img {
    display: inline-block;
    margin: 0 -1px -1px 1px;
    max-width: 15px;
}
.custom-post-wrap {
    background: #F7F7F6;
    padding: 5px;
    margin: 150px 0 0;
}
.custom-post-wrap p.small-title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: -62px 0 25px;
	font-weight:500;
}
.custom-post-wrap h4.large-title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 20px auto 67px;
    letter-spacing: 0.065rem;
}
.cpw-flex {
    max-width: 942px;
    margin: 0 auto 68px;
    padding-left: 84px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.cpw-flex #hero-image {
    width: 400px;
    height: 537px;
    background-size: cover;
    background-position: center;
}
.cpw-flex .rightside {
width: 44%;
    text-align: center;
    padding-top: 59px;
}
.cpw-flex .rightside .cat {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
.cpw-flex .rightside h4 {
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    max-width: 260px;
    line-height: 1.4;
    margin: 17px auto 5px;
}
.cpw-flex .rightside .exc {
    max-height: 53px;
    overflow: hidden;
    line-height: 23px;
    margin: 0 auto 30px;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0;
}
.cpw-flex .rightside button {
    width: 143px;
    height: 33px;
    background: black;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: -2px auto 0;
    padding: 0;
    line-height: 1.5;
}
.cpw-flex .rightside button:hover {
   background: #E4D5C7;
}
.cpw-flex .rightside .shop-title {
        font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 72px 0 14px;
	font-weight:500;
}
.cpw-flex .rightside .shop-widget {
        background: white;
    padding: 10px;
}
.shop-widget2{
	    max-width: 900px;
    margin: 0 auto 50px;
}
.cpw-flex .rightside button img {
        display: inline-block;
    margin: 0 -12px -2px 5px;
    max-width: 20px;
}
.trending, .faves .wpp-list {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.trending #hero-image {
        width: 373px;
    height: 417px;
    background-size: cover;
    background-position: center;
}
.trending li, .faves .wpp-list li{
        width: 373px;
        text-align: center;
}
.trending .cat, .faves .wpp-list .cat {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 30px auto -2px;
}
.trending h3, .faves .wpp-list h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 20px 0px 20px;
    padding: 0 50px;
    letter-spacing: 0.02rem;
        min-height: 60px;
}
.trending .rmore, .faves .wpp-list .rmore {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06rem;
    margin: 0;
}
.trending .rmore img, .faves .wpp-list .rmore img {
        display: inline-block;
    margin: 0 -1px -1px 1px;
    max-width: 15px;
}
.trending-faves {
    max-width: 1160px;
    margin: 62px auto 0;
}
.trending-faves .small-title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
	font-weight:500;
}
.trending-topper {
    position: relative;
    height: 113px;
}
.trending-faves .trending-drop li {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 20px auto 35px;
    font-family: 'Canela';
    letter-spacing: 0.09rem;
    transition: all 0.5s;

}
.trending-faves .trending-drop li:hover {
    cursor: pointer;
    color: #e4d5c7;
}
.trending-faves .trending-drop li.pop-select {
   display: none;
}
.trending-faves .trending-drop .drop-select:hover {
    cursor: pointer;
}
.trending-faves .trending-drop {
    width: 305px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    z-index: 9;
    background:white;
}
.trending-faves .trending-drop.flip {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

.trending-faves .faves {
    display: none;
}
.trending-faves .trending-drop i {
    font-size: 40px;
    position: absolute;
    top: 3px;
    right: -2px;
}
.trending-faves ul.trends #hero-image, .trending-faves ul.faves #hero-image {
    width: 373px;
    height: 417px;
    background-size: cover;
    background-position: center;
}
.trending-faves ul.trends, .trending-faves ul.faves {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.trending-faves ul.faves {
    display: none;
}
.trending-faves .faves.showme {
    display: block;
}
.trending.hideme {
    display: none;
}
.trending-faves .cats {
        font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 20px auto 10px;
    text-align: center;
}  
.faves .wpp-list .wpp-thumbnail {
float:none;
}
.trending-faves h5 {
        font-size: 20px;
    line-height: 1.4;
    font-weight: 100;
    margin: 10px 10px 20px;
    text-align: center;
}
.trending-faves .rmore {
        font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 0;
    text-align: center;
    display: block;
}
.trending-faves .rmore:hover, .about-sarah-wrap .textblock a:hover {
    opacity: 0.6;
}
.about-sarah-wrap .textblock a:hover {
	color:white;
}
.about-sarah-wrap {
    max-width: 1160px;
margin: 80px auto 72px;
    background: #E4D5C7;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.about-sarah-wrap h2.title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    width: 230px;
    line-height: 56px;
    top: 78px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
}
.about-sarah-wrap h2.title:after {
    content: "";
    display: block;
    width: 1px;
    height: 84px;
    background: black;
    margin: 19px auto 0;
}
.about-sarah-wrap .textblock {
    width: 47%;
    padding: 130px 55px 0 137px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}
.about-sarah-wrap .textblock p {
margin-bottom: 16px;
}
.about-sarah-wrap .textblock a {
        font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 0;
    text-align: center;
    display: block;
}
.about-sarah-wrap .textblock a img{
        display: inline-block;
    margin: 0 -1px -1px 1px;
}
.about-sarah-wrap .image {
    width: 50%;
    background-size: cover;
    background-position: center;
    min-height: 421px;
}
.loving .small-title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    font-weight: 500;
}
.loving .love-slider .image {
    width: 120px;
    height: 117px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.love-slider {
    max-width: 865px;
    margin: 46px auto 72px;
}
.love-slider .slick-prev {
    display: block;
    width: 34px;
    height: 34px;
    border: none;
    background: black;
    color: white;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    position: absolute;
    left: -9px;
    z-index: 9;
    top: 47px;
}
.love-slider .slick-next{
        display: block;
    width: 34px;
    height: 34px;
    border: none;
    background: black;
    color: white;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: -9px;
    z-index: 9;
    top: 47px;
}
.videos-wrap {
    background: #F7F7F6;
    padding: 10px;
    overflow: hidden;
}
.videos-wrap .title {
text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 76px auto 31px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.11rem;
}
.videos-wrap .flex {
    max-width: 1160px;
    margin: 0 auto 40px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
/* .videos-wrap .flex .left .image {
    width: 723px;
    height: 488px;
    background-size: cover;
    background-position: center;
    margin: 30px 0 102px;
    position: relative;
} */
/* .videos-wrap .flex .left .image img {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.videos-wrap .flex .right .image {
    width: 392px;
    height: 538px;
    background-size: cover;
    background-position: center;
    margin-top: -133px;
    position: relative;
    z-index: 0;
}
.videos-wrap .flex .right p.small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    text-align: center;
	font-weight:500;
}
.videos-wrap .flex .right p.small:before {
    content: "";
    display: block;
    width: 1px;
    height: 65px;
    background: black;
    margin: -38px auto 9px;
    position: relative;
}
.videos-wrap .flex .right h4 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 0.03rem;
    max-width: 180px;
    margin: -12px auto 0;
}
.videos-wrap .flex .right {
    position: relative;
}
.videos-wrap .flex .right .view-more {
    width: 122px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 122px;
    bottom: -62px;
}
.videos-wrap .flex .right .view-more img {
    position: absolute;
    transition: all 0.5s;
}
.videos-wrap .flex .right .view-more .vmv {
    opacity: 0;
}
.videos-wrap .flex .right .view-more:hover .vmv{
    opacity: 1;
}
.videos-wrap .flex .right .view-more:hover .vmv-hover{
    opacity: 0;
}
.videos-wrap .flex .left {
	    position: relative;
    width: 62%;
	margin: 40px 0 20px;
}
#all-posts {
    padding-top:100px;
}
.cat-filtering h4 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px auto 38px;
    letter-spacing: 0.1rem;
    padding-top:14px;
}
.cat-filtering .filters {
    max-width: 1160px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    padding: 0 77px 5px 77px;
}
.cat-filtering .filters ul {
	display:flex;
	justify-content:center;
}
.cat-filtering .filters li {
    position: relative;
    display: inline-block;
    margin: 15px 20px 20px;
    z-index: 9;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.cat-filtering .filters li.active:after {
    content: "";
    display: block;
    width: 107%;
    height: 5px;
    background: #E4D5C7;
    margin: 0 auto;
    bottom: 1px;
    position: absolute;
    left: -4%;
    z-index: -1;
}
.cat-filtering .filters ul li {
    position: relative;
}
.cat-filtering .filters ul li:hover {
	cursor:pointer;
}
.mobile-dropdown {
    display: none;
}
.cat-filtering .filters .sf-input-text{
        text-align: left;
    padding: 0 0 6px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    border: none;
    border-bottom: 1px solid black;
    opacity: 0;
}

.cat-results li {
	display:none;
}
.cat-results li.active {
	display:block;
}
.cat-results li.active ul li{
	display:block;
}
.option-buttons li {
	display:none;
}
.option-buttons li.active {
	display:block;
}
ul.cat-results li ul {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1160px;
    margin: 50px auto 50px;
}
ul.cat-results li ul .single-posty #hero-image {
    width: 249px;
    height: 379px;
    background-size: cover;
    background-position: center;
}
ul.cat-results li ul .single-posty {
    margin: 20px 17px 30px;
    width: 249px;
}
ul.cat-results li ul .single-posty h5 {
	    text-align: center;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 15px 0px 15px;
    padding: 0 27px;
    letter-spacing: 0.02rem;
}
#search-filter-form-26350 ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
#search-filter-form-26350 ul .sf-field-search {
    padding: 0 0 0 15px;
    margin: 14px 0 0 0px;
    width: 140px;
    position: relative;
}
#search-filter-form-26350 ul .sf-field-search:hover {
    cursor: pointer;
}
#search-filter-form-26350 ul .sf-field-search:before {
    content: "\f002";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 3px;
    left: 0;
}
.cat-filtering .filters .sf-field-category ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between!important;
    -ms-justify-content: space-between!important;
    -webkit-justify-content: space-between!important;
        width: 692px;
}
.cat-filtering .search-filter-results {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    max-width: 1160px;
    margin: 50px auto 50px;
}
.cat-filtering .search-filter-results h5 {
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 15px 0px 15px;
    padding: 0 27px;
    letter-spacing: 0.02rem;
}
.cat-filtering .search-filter-results .single-posty .cats{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 30px auto -2px;
}
.cat-filtering .search-filter-results .single-posty #hero-image {
    width: 249px;
    height: 379px;
    background-size: cover;
    background-position: center;
}
.cat-filtering .search-filter-results .single-posty {
    margin: 0 17px 10px;
    width: 249px;
}
#blog-filtering-mobile {
    display: none;
}

/* Shop
--------------------------------------------- */
#shop-general-content {
	max-width: 900px;
    margin: 0 auto 60px;
}
.menu-shop-container {
	    max-width: 900px;
    margin: 0 auto;
}
.menu-shop-container .slick-prev {
	    display: block;
    width: 34px;
    height: 34px;
    border: none;
    background: black;
    color: white;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    position: absolute;
    left: -47px;
    z-index: 9;
    top: -2px;
}
.menu-shop-container .slick-next {
	    display: block;
    width: 34px;
    height: 34px;
    border: none;
    background: black;
    color: white;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: -47px;
    z-index: 9;
    top: -2px;
}
#menu-shop {
	    display: flex;
    justify-content: center;
	flex-wrap:wrap;
    margin: 30px auto 50px;
}
#menu-shop li {
    background: black;
    color: white;
    position: relative;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08rem;
    display: block;
    padding: 7px 0px;
    margin: 0 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}
#menu-shop li a {
	color:White;
}
#menu-shop li.current-menu-item{
	background: #E4D5C7;
}
#menu-shop li:hover {
	background: #E4D5C7;
}
.shop-header {
    background: #F7F7F6;
    padding: 5px;
    margin: 74px auto 36px;
}
.shop-header h1 {
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin: -13px 0 48px;
    letter-spacing: 0.08rem;
}
.shop-header .desc {
    max-width: 689px;
    margin: 0 auto 7px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: -0.005rem;
	font-weight:300;
}
.shopitems-wrap .single .image {
    width: 251px;
    height: 296px;
    background-size: cover;
    background-position: center;
    border: 10px solid #F2F2F2;
}
.shopitems-wrap .single {
    width: 251px;
    margin: 0 12px 37px;
}
.shopitems-wrap .inner {
    max-width: 1187px;
    margin: 0 auto 79px;
}
.shopitems-wrap .inner .search-filter-results {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sf-field-taxonomy-custom_cat ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width:100%;
    margin: 10px auto 30px!important;
}
.sf-field-taxonomy-custom_cat ul li input[type=radio]{
    position: absolute;
    opacity: 0;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
}
.sf-field-taxonomy-custom_cat ul li {
background: black;
    color: white;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08rem;
    display: block;
    padding: 6px 24px 8px 16px!important;
    margin: 0 21px;
    text-transform: uppercase;
    font-weight: 600;
}
.sf-field-taxonomy-custom_cat ul li.sf-option-active {
    background:#E4D5C7;
}
.search-filter-results-list span {
    display: none;
}
.view-all {
        margin: 0 auto 60px;
}
.view-all button {
        border: none;
    background: #E4D5C7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: 15px 25px;
}
.view-all button:hover {
    background:black;
    color:white;
}
/* Contact
--------------------------------------------- */
.contact-wrap {
    background: #F7F7F6;
    padding: 10px 10px 0;
    margin: 75px auto 0;
}
.contact-wrap h1.title {
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.12rem;
    margin: -19px auto 0;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
.contact-wrap .flex {
    width: 1128px;
    margin: 0 auto;
    padding-right: 23px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact-wrap .flex .right {
    width: 520px;
    height: 748px;
    background-size: cover;
    background-position: center;
    margin-top: -89px;
    position: relative;
    z-index: 0;
}
.contact-wrap .flex .left {
    width: 46%;
    padding: 40px 0 0 0;
}
.contact-wrap .flex .left h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    letter-spacing: 0.015rem;
    margin-bottom: 12px;
}
.contact-wrap .flex .left p {
    letter-spacing: -0.007rem;
    padding-right: 11px;
    margin-bottom: 33px;
}
.contact-wrap .flex .left label {
	display: none!important;
}
.contact-wrap .flex .left input, .contact-wrap .flex .left textarea {
    border: none;
    background: white;
    text-align: left;
    padding: 10px 18px 8px!important;
    font-size: 13px!important;
    font-family: 'CanelaLightItalic'!important;
    font-style: italic;
    letter-spacing: 0.03rem!important;
    width: 100%!important;
    max-width: 100%;
}
.contact-wrap .flex .left textarea  {
    height: 150px;
}
.contact-wrap .flex .left #gform_submit_button_1{
    width: 150px!important;
    height: 38px;
    background: #E4D5C7;
    padding: 0!important;
    text-align: center;
    font-size: 12px!important;
    font-family: acumin-pro-wide, sans-serif!important;
    font-style: initial;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s;
}
.contact-wrap .flex .left #gform_submit_button_1:hover {
    background:black;
    color:white;
}

.contact-wrap .flex .left .gform_wrapper .gform_footer {
        padding: 4px 0 10px;
}

/* About
--------------------------------------------- */
.about-wrap .one .right .image {
    width: 647px;
    height: 549px;
    background-size: cover;
    background-position: center;
    margin-top: -6px;
}
.about-wrap .one {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1083px;
    margin: 0 auto;
}
.about-wrap .one .left {
    width: 36%;
    position: relative;
}
.about-wrap .one .left .block-one{
    text-align: right;
    position: absolute;
    right: -112px;
    top: 136px;
    width: 100%;
}
.about-wrap .one .left .block-two:before {
    content: "";
    display: block;
    width: 47px;
    height: 1px;
    background: #000;
    margin: 0 0 13px;
}
.about-wrap .one .left .block-two {
    margin-top: 318px;
    padding-left: 9px;
    letter-spacing: -0.007rem;
}
.about-wrap .one .left .block-one p.small-title{
        font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 600;
    margin-bottom: 0;
}
.about-wrap .one .left .large-title {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.35;
    padding-left: 29px;
    text-transform: uppercase;
    margin: 6px 0 0;
    letter-spacing: 0.041rem;
}
.about-wrap .two .left .image {
    width: 503px;
    height: 720px;
    border: 10px solid white;
    background-size: cover;
    background-position: center;
    margin: -221px 0 0 0;
}
.about-wrap .two .right {
    width: 51%;
    padding: 40px 0 0;
    letter-spacing: -0.008rem;
    margin: 0 -10px 0 0;
}
.about-wrap .two:before{
    content: "";
    display: block;
    width: 100%;
    height: 390px;
    background-color: #F7F7F6;
    margin: -265px 0 0;
}
.about-wrap .two .inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1084px;
    margin: 0 auto;
}
.about-wrap .three .right .image {
    width: 540px;
    height: 721px;
    background-size: cover;
    background-position: center;
    margin: -152px 0 0 0;
}
.about-wrap .three {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.about-wrap .three .left {
    width: 47%;
    position: relative;
    padding: 194px 0 0 27px;
    letter-spacing: -0.007rem;
}
.about-wrap .three .left a {
        font-weight: 600;
    letter-spacing: 0.01rem;
}
.about-wrap .three .left .sig {
    width: 172px;
    margin: 63px 0 -48px 113px;
    display: block;
}
.about-wrap .three .left h3 {
    font-size: 30px;
    line-height: 1.35;
    font-weight: 100;
    position: absolute;
    width: 115%;
    top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.about-wrap .three .left .image {
    width: 376px;
    height: 298px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 31px;
}
.mobile-lower-links {
    display: none;
}
.lower-links {
    background: #E4D5C7;
    max-width: 1160px;
    margin: 104px auto 73px;
    text-align: center;
}
.lower-links p.small-title {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto 8px;
    padding: 40px 0 0;
    letter-spacing: 0.03rem;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.lower-links h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 11px 0 25px;
    letter-spacing: 0.02rem;
}
.lower-links button {
    border:none;
    background: #FFFFFF;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-size: 13px;
    height: 55px;
    padding: 0;
    width: 255px;
}
.lower-links button:hover {
    background: black;
    color: white;
}
.lower-links ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.lower-links ul li {
    margin: 16px 12px 60px;
}

/* Index/Archives
--------------------------------------------- */
.blog-topper  {
    background: #F7F7F6;
    padding: 5px;
    margin: 74px auto 36px;
}
.blog-topper  h1 {
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin: -13px 0 48px;
    letter-spacing: 0.08rem;
}
.blog-topper  .desc {
    max-width: 779px;
    margin: -4px auto 31px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: -0.005rem;
}
.blog-topper .cat-sorting li a {
    background: black;
    color: white;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08rem;
    display: block;
    padding: 6px 17px 7px 17px!important;
    margin: 0 28px 43px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}
.blog-topper .cat-sorting li a:hover {
    background: #E4D5C7;
}
.page-template-page-custom-category .blog-topper .cat-sorting li:first-child a {
    background: #E4D5C7;
}
.category-business .blog-topper .cat-sorting li:nth-child(2) a {
    background: #E4D5C7;
}
.category-fashion .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-home .blog-topper .cat-sorting li:nth-child(4) a {
    background: #E4D5C7;
}
.category-recipe-roundups .blog-topper .cat-sorting li:nth-child(5) a {
    background: #E4D5C7;
}
.category-travel .blog-topper .cat-sorting li:nth-child(6) a {
    background: #E4D5C7;
}
.category-breads .blog-topper .cat-sorting li:nth-child(1) a {
    background: #E4D5C7;
}
.category-breakfast .blog-topper .cat-sorting li:nth-child(2) a {
    background: #E4D5C7;
}
.category-brownies-bars .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-cakes-cupcakes .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-cookies .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-donuts .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-candied .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-ice-cream .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-pies .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-truffles .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-desserts .blog-topper .cat-sorting li:nth-child(3) a {
    background: #E4D5C7;
}
.category-drinks .blog-topper .cat-sorting li:nth-child(4) a {
    background: #E4D5C7;
}
.category-savory .blog-topper .cat-sorting li:nth-child(5) a {
    background: #E4D5C7;
}
.blog-topper .cat-sorting  {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.archive .filtering {
    padding: 10px;
    margin: -36px auto 36px;
}
.archive .filtering .filterby span {
    background: #F7F7F6;
    width: 131px;
    height: 39px;
    display: block;
    text-align: center;
    margin: -14px auto 0;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    font-size: 16px;
    line-height: 2.7;
}
.archive .filtering .filter-sorting li a {
        font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.archive .filtering .filter-sorting li a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid black;
    margin: 0px 9px -2px 0;
}
.category-brownies-bars .filtering .filter-sorting li:nth-child(1) a:before {
    background:black;
}
.category-cakes-cupcakes .filtering .filter-sorting li:nth-child(2) a:before {
    background:black;
}
.category-cookies .filtering .filter-sorting li:nth-child(3) a:before {
    background:black;
}
.category-donuts .filtering .filter-sorting li:nth-child(4) a:before {
    background:black;
}
.category-candied .filtering .filter-sorting li:nth-child(5) a:before {
    background:black;
}
.category-ice-cream .filtering .filter-sorting li:nth-child(6) a:before {
    background:black;
}
.category-pies .filtering .filter-sorting li:nth-child(7) a:before {
    background:black;
}
.category-truffles .filtering .filter-sorting li:nth-child(8) a:before {
    background:black;
}
.archive .filtering .filter-sorting {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    max-width: 1160px;
    margin: 0 auto;
}
.feats-title {
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin: 20px 0 15px;
    letter-spacing: 0.08rem;
}
.blog-feats-title {
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin: 50px 0 50px;
    letter-spacing: 0.08rem;
	line-height:1.2;
}
.blog-feats-title span {
font-family: acumin-pro-wide, sans-serif;
    font-size: 10px;
    display: block;
    margin: 0 auto 20px;
    font-weight: 300;
}
.page-template-page-custom-category .blog-topper .desc, .category-lifestyle .blog-topper .desc, .category-business .blog-topper .desc, .category-home .blog-topper .desc, .category-fashion .blog-topper .desc, .category-travel .blog-topper .desc {
        max-width: 695px;
	font-weight:300;
}
.page-template-page-custom-category .apw-flex {
    margin: 54px auto 64px;
}
.page-template-page-custom-category .feats-title {
        margin: -1px 0 61px;
}
.page-template-page-custom-category .trending .cat, .page-template-page-custom-category .faves .wpp-list .cat {
    display: none;
}
.page-template-page-custom-category .trending-faves .rmore {
    display: none;
}
.page-template-page-custom-category .trending-faves {
    margin: 53px auto 0;
}
.page-template-page-custom-category .trending-faves .trending-drop {
    width:350px;
}
.page-template-page-custom-category .trending-faves .trending-drop li {
    font-size: 40px;
    line-height: 1;
    margin: -2px auto 14px;
}
.page-template-page-custom-category .trending-faves .trending-drop .drop-select {
    font-size: 40px;
    position: absolute;
    top: -10px;
    right: -2px;
}
.page-template-page-custom-category .trending-faves .trending-drop {
    top:51px;
}
.page-template-page-custom-category .trending #hero-image {
    width: 339px;
    height: 379px;
}
.page-template-page-custom-category .trending-faves{
    max-width: 1092px;
}
.linebreak {
    width: 100%;
    height: 386px;
    background: #F7F7F6;
    margin: -352px auto 106px;
}
.page-template-page-custom-category .trending h3, .page-template-page-custom-category .faves .wpp-list h3 {
    margin: 27px 0px 15px;
        padding: 0 22px;
}
.page-template-page-custom-category .archive-wrap .alm-btn-wrap .alm-load-more-btn{
        margin: 14px auto 0px;
}
.shop-widg {
	    background: white;
    margin-bottom: 50px;
}
.shop-feats {
        background: #F7F7F6;
    padding: 10px;
    margin: 65px auto -20px;
}
.shop-feats .inner {
    max-width: 965px;
    margin: 0 auto 0;
}
.shop-feats .inner h2.title {
        font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 61px auto 0;
    letter-spacing: 0.05rem;
    position: relative;
}
.shop-feats .inner h2.title:after {
    content: "";
    display: block;
    width: 711px;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 9px;
    right: 0;
}
.shop-feats .inner .shop-all{
        text-align: right;
    margin: 31px auto 22px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.04rem;
    font-weight: 500;
}
.shop-feats .inner .shop-all a:hover {
    opacity: 0.6;
}
.shop-feats .inner h5.title {
        font-size: 16px;
    font-family: 'CanelaItalicLight';
    font-style: italic;
    font-weight: 300;
    margin: 25px auto 69px;
}
.shop-feats .inner .shop-all img {
        display: inline-block;
    margin: 0 0 -1px 7px;
	width:18px;
}
.fave-shop-items {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.fave-shop-items li {
    width:173px;
    text-align: center;
}
.fave-shop-items li .image {
    width: 100%;
    height: 173px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#ajax-load-more {
    width:100%;
}
.apw-flex {
    max-width: 946px;
    margin: 51px auto 69px;
    padding-left: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #F7F7F6;
}
.apw-flex #hero-image {
    width: 438px;
    height: 542px;
    background-size: cover;
    background-position: center;
}
.apw-flex .rightside {
    width: 53%;
    text-align: center;
    padding-top: 166px;
}
.apw-flex .rightside .cat {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
.apw-flex .rightside h4 {
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    max-width: 300px;
    line-height: 1.4;
    margin: 17px auto 5px;
}
.apw-flex .rightside .exc {
    max-height: 53px;
    overflow: hidden;
    line-height: 23px;
    margin: 0 auto 30px;
    font-size: 13px;
    font-weight: 200;
    padding: 0 70px;
    letter-spacing: 0;
}
.apw-flex .rightside button {
    width: 143px;
    height: 33px;
    background: black;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: -2px auto 0;
    padding: 0;
    line-height: 1.5;
}
.apw-flex .rightside button:hover {
        background: #e5d5c7;
}
.apw-flex .rightside button img {
    display: inline-block;
    margin: 0 -12px -2px 5px;
    max-width: 20px;
}
.reverse-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.archive .filtering .filter-sorting li{
    margin: 26px 18px 0;
}
.archive-wrap article #hero-image {
    width: 249px;
    height: 379px;
    background-size: cover;
    background-position: center;
}
.alm-reveal.alm-single-post {
        max-width: 100%;
    margin: 0 auto;
    display: block;
}
.archive-wrap, .alm-reveal {
    max-width: 1160px;
    margin: 42px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.archive-wrap article, .alm-reveal article {
    width:249px;
    margin: 0 18px 22px;
}
.archive-wrap article .cats, .alm-reveal article .cats {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 20px auto 8px;
    text-align: center;
}
.archive-wrap article .title h2 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 12px 0px 0px;
    text-align: center;
    padding: 0 16px;
}
.archive-wrap .alm-btn-wrap .alm-load-more-btn {
    width: 150px;
    height: 38px;
    border-radius: 0;
    background: #E4D5C7!important;
    color: black!important;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.05rem;
    margin: 67px auto 0px;
}
.archive-wrap .alm-btn-wrap .alm-load-more-btn:hover {
    background: black!important;
    color: white!important;
}
.archive .lower-links {
        margin: 86px auto 91px;
}

/* Single Post Styles
--------------------------------------------- */
.sb-flex {
    max-width: 1114px;
    padding-left: 0;
    margin: 0 auto 70px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.sb-flex .left-blog {
    max-width: 728px;
}
.sb-flex .right-blog {
    max-width: 300px;
    position: relative;
    margin-top: 43px;
}
.sb-flex .right-blog:before {
    content: "";
    display: block;
    width: 1px;
    height: 4193px;
    background: black;
    position: absolute;
    top: 22px;
    left: -44px;
    opacity: 0.19;
}
.sidebar-about .image {
    width: 100%;
    height: 382px;
    background-size: cover;
    background-position: center;
}
.sidebar-about h2.title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    margin: -51px 0 0 -12px;
    letter-spacing: 0.05rem;
}
.sidebar-about .name {
        width: 131px;
    margin: -6px 0 0 69px;
}
.sidebar-about .textblock p {
        text-align: center;
    font-size: 13px;
    margin: -2px 0 0 0;
}
.sidebar-about .textblock a:after {
    width: 67px;
    height: 5px;
    background: #E4D5C7;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 3px;
    z-index: -1;
}
.sidebar-about .textblock a{
    display: inline-block;
    position: relative;
    margin: 0 0 0 3px;
}
#execphp-5 h4.widget-title{
        font-family: acumin-pro-wide, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    margin: 32px auto 0;
    text-align: center;
}
#execphp-5  ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
	position:relative;
	    margin-bottom: 50px;
}
#execphp-5  ul li {
    margin: 14px 16px 0;
    font-size: 16px;
}
#execphp-5 ul:after{
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: black;
    margin: 0 auto;
    position: absolute;
    bottom: -24px;
}
#execphp-5 .sub {
        display: block;
    width: 115px;
    height: 26px;
    background: #E4D5C7;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 1px 0 0;
    margin: 33px auto 37px;
    letter-spacing: 0.03rem;
}
#media_image-2 img, #media_image-3 img{
    margin: 0 auto;
    display: block;
}
#execphp-6 {
    margin: 52px 0 0;
}
#execphp-6 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
#execphp-6 .share {
    width: 100%;
    height: 73px;
    padding: 5px;
    text-align: center;
    background: #F7F7F6;
    margin: 0 auto 41px;
	position:relative;
}
#execphp-6 .share a {
    background: transparent!important;
    color: #000;
    display: block;
    font-family: 'Canela';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .03rem;
    padding: 26px 0 20px;
    font-weight: 100;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 31px;
}
#text-9 {
        position: relative;
    margin: 0 auto 30px;
}
#text-9 a {
    display: block;
    width: 150px;
    height: 36px;
    background: #E4D5C7;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03rem;
    padding: 6px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 114px;
}
#execphp-7 h4.widget-title{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.04rem;
    font-weight: 100;
    border-bottom: 1px solid black;
    display: block;
    margin: 39px auto 20px;
    text-align: center;
    padding-bottom: 5px;
    width: 153px;
}
#execphp-7 .image {
        width: 100%;
    height: 174px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#execphp-7 .play {
        width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#wpp-2 h4.widget-title {
        font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.02rem;
    margin: 72px auto 47px;
    position: relative;
}
#wpp-2 h4.widget-title:after {
    content: "";
    display: block;
    width: 133px;
    height: 1px;
    background: black;
    position: absolute;
    right: 0;
    top: 5px;
}
#wpp-2 .wpp-list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    padding-bottom: 20px;
    margin-bottom: 22px;
}
#wpp-2 .wpp-list li:last-child {
border-bottom:none;}
#wpp-2 .wpp-list li .cats {
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    margin: -4px 0 0;
    padding-left: 106px;
}
#wpp-2 .wpp-list li h4 {
        font-family: 'CanelaLightItalic';
    font-style: italic;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.04rem;
    padding-left: 106px;
    margin: 15px 0 0;
        padding-right: 50px;
}
#execphp-8 a {
        display: block;
    background: #000;
    height: 39px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 11px 15px 0;
    margin: -23px auto 0;
    width: max-content;
}
#execphp-8 a:hover {
    background:#E4D5C7;
}
#commentform input {
    border:none;
    background:white;
}
#commentform input[type=checkbox] {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid;
    margin: 0px 6px -2px 0;
}
#commentform input[type=checkbox]:checked {
	background:black;
}
#commentform .comment-form-cookies-consent input {
    border: 1px solid;
    width: 20px;
    height: 20px;
    float: left;
    -webkit-appearance: button;
    margin: 0 8px 0 0;
}
.comments-form h3 {
font-size: 18px;
    text-align: center;
    font-weight: 100;
    margin: 53px auto -23px;
    letter-spacing: 0.02rem;
}
.comments-form {
    position: relative;
}
#commentform textarea {
        border: none;
    background: white;
    height: 161px;
}
#respond {
    position: relative;
}
.single-post .alm-btn-wrap {
background: #F7F7F6!important;
}
.single-post .alm-btn-wrap .alm-load-more-btn {
    opacity: 0;
}
.single-post #comments .alm-btn-wrap .alm-load-more-btn {
    opacity: 1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-weight: 500;
    color: black;
    background: transparent!important;
    border-radius: 0;
    padding: 0!important;
    margin: 0 auto 50px;
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
}
.single-post #comments .alm-reveal {
    margin-top:0!important;
}
.single-post #comments li {
    width:100%;
    padding:0;
}
#commentform .form-submit input {
    border: none;
    background: #E4D5C7!important;
    font-size: 10px;
    max-width: 236px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    height: 37px;
}
#commentform .form-submit input:hover {
    background:#000!important;
    color:white;
}
ol.commentlist {
        max-width: 866px;
    margin: 75px auto -20px;
}
ol.commentlist li article{
    border-bottom: 1px solid black;
    padding: 0 0 20px;
    margin-bottom: 21px;
        width: 100%;
    margin: 0 auto 21px;
}
.tasty-recipes-scale-container .yielding{
	    color: #302B28;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 14px;
}
.tasty-recipes-scale-container .yielding ul {
	    margin: 0;
    padding: 0;
}
.tasty-recipes-scale-container .yielding ul li {
	display:none;
	list-style-type: none;
}
.tasty-recipes-scale-container .yielding ul li.yield {
	display:block;
}
.tasty-recipes-scale-container .tasty-recipes-scale-label{	
    color: #302B28!important;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05rem;

}
.tasty-recipes-scale-container .yielding ul li.yield strong {
    text-transform: uppercase;
    color: #302B28!important;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 11px;
}
.tasty-recipes-scale-container .yielding ul li.yield .tasty-recipes-yield-scale {
	display:none;
}
.tasty-recipes-scale-container button.tasty-recipes-scale-button-active {
	    border-color: #353547;
    align-self: center;
    color: #302B28;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 13px;
    border: none;
}
.tasty-recipes-scale-container button {
	    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 13px;
    border: none!important;
    padding: 0;
    margin: 0 -1px 0 7px!important;
}
.tasty-recipes-scale-container .yielding ul li.yield .tasty-recipes-yield{
	font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.tasty-recipes-scale-container {
    flex-wrap: wrap;
    width: 170px;}

ol.commentlist li article .tasty-recipes-ratings {
    font-size: 20px;
    letter-spacing: 0.3rem;
}
ol.commentlist li .comment-meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-weight: 500;
    margin: 0 0 6px;
    padding-bottom: 3px;
    line-height: 2.3;
}
ol.commentlist li .reply a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-weight: 500;
}
ol.commentlist li p {
    margin-bottom: 15px;
}
#commentform .logged-in-as {
    display: none;
}
#commentform .tasty-recipes-ratings{
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    position: absolute;
    top: -61px;
    left: 0;
    right: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
#commentform {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
        margin: 100px auto 0;
}
#commentform p {
    width:100%;
}
#commentform  .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    width: 32%;
}
#commentform  label {
        text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.03rem;
    margin: 0 0 3px;
    display: block;
    font-weight: 500;
}
#commentform .comment-notes {
    display: none;
}
#commentform .tasty-recipes-ratings label {
    margin-right: 10px;
    padding-top:6px;
}
.comment-form .tasty-recipes-ratings-buttons {
        font-size: 23px;
}
.tasty-recipes .mobile-stuff {
    display: none;
}
.blog-post-topper {
    background: #F7F7F6;
    width: 100%;
    height: 100vh;
    max-height: 750px;
    margin: -7px auto 0;
    position: relative;
    z-index: 2;
}
.blog-post-topper li.previous {
        width: 66px;
    height: 37px;
    background: white;
    position: absolute;
    top: 38vh;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding-top: 9px;
    left:0;
    z-index: 9;
}
.blog-post-topper li.next {
        width: 66px;
    height: 37px;
    background: white;
    position: absolute;
    top: 38vh;
    right:0;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    z-index: 9;
    padding-top: 9px;
}
.blog-post-topper .inner .mobile-top {
    display: none;
}
.blog-post-topper .inner {
    max-width: 1068px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.blog-post-topper .inner #hero-image {
        width: 525px;
    height: 100vh;
    max-height: 750px;
    background-size: cover;
    background-position: center;
}
.blog-post-topper .inner #hero-image img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-post-topper .inner .text-block {
    width: 44%;
    text-align: center;
    padding: 200px 30px 0 23px;
}
.blog-post-topper .inner .text-block h1.title {
        font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    padding: 0 0px;
    margin: 23px auto 15px;
}
.blog-post-topper .inner .text-block .recipe-info {
    opacity: 0.52;
    margin: 10px auto 12px;
}
.blog-post-topper .inner .text-block .recipe-info ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.blog-post-topper .inner .text-block .recipe-info ul li:after {
    content:"/";
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0 5px;
}
.blog-post-topper .inner .text-block .recipe-info ul li:last-child:after {
    display: none;
}
.jump2recipe button {
        background: black;
    width: 160px;
    height: 38px;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 0 0 7px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1;
    margin: 34px auto 0;
}
.tasty-recipes-quick-links a {
    background: black;
    width: 160px;
    height: 38px;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 13px 14px 7px 0!important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1;
    display: block;
    margin: 0 0 30px;
    background-image: url(https://bromabakery.com/wp-content/uploads/2020/04/downarrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 136px 11px;
}
.jump2recipe button:hover {
    background:#E4D5C7;
}
.jump2recipe button img {
        display: inline-block;
    margin: 4px 0 -4px 6px;
    max-height: 16px;
}
.blog-post-topper .inner .text-block .recipe-info em {
    font-family: 'CanelaItalic';
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 2px;
}
.blog-post-topper .inner .text-block .recipe-info strong{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0 5px;
}
.blog-post-topper .inner .text-block .recipe-info p {
        font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin:0 auto;
}
.blog-post-topper .inner .text-block .meta {
        display: flex;
        display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.blog-post-topper .inner .text-block .meta span {
    margin: 0 10px;
}
.sb-flex .left-blog .cats {
        opacity: 0.75;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 40px auto 0;
}
.left-blog .fbc-page .fbc-wrap .fbc-items li {
    font-size: 12px;
}
.left-blog .fbc-page .fbc-wrap .fbc-items {
    background-color: transparent;
    color: #302B28;
    font-family: acumin-pro-wide, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.left-blog .fbc-page .fbc-wrap .fbc-items li:first-child {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.left-blog .fbc-page .fbc-wrap .fbc-items li {
    font-size: 12px;
    padding: 0;
    margin: 0 0px 0 4px;
}
.left-blog .fbc-page .fbc-wrap .fbc-items li a {
    color: #0c0c0c;
    opacity: 0.75;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-family: acumin-pro-wide, sans-serif;
}
.left-blog .fbc-page .fbc-wrap .fbc-items li a:hover {
	color:#E4D5C7;
	opacity:1;
}
.sb-flex .left-blog h1.title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 40px;
    margin: 29px 0 23px;
    width: 100%;
}
.sb-flex .left-blog .ymal {
    margin: 20px 0 0 0px;
    width: 100%;
}
.sb-flex .left-blog .ymal p.small-title {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.06rem;
    margin: 0 0 12px;
	font-weight:500;
}
.sb-flex .left-blog .ymal h3 {
        text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.03rem;
    margin: 0 auto 29px;
}
.sb-flex .left-blog .ymal .slick-prev{
        display: block;
    width: 30px;
    height: 30px;
    border: none;
    color: white;
    background: #302B28;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    left: -8px;
    top: 135px;
    z-index: 9;
}
.sb-flex .left-blog .ymal .slick-next{
        display: block;
    width: 30px;
    height: 30px;
    border: none;
    color: white;
    background: #302B28;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    right: -8px;
    top: 135px;
    z-index: 9;
}
.sb-flex .left-blog .ymal .image {
        max-width: 236px;
    height: 281px;
    overflow: hidden;
    margin: 0 auto;
}
.sb-flex .left-blog .ymal .cats {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 20px auto -2px;
    text-align: center;
}
.sb-flex .left-blog .ymal .cats a {
color: black;
    font-weight: 400;
}
.sb-flex .left-blog .ymal h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 15px 0px 15px;
    padding: 0 27px;
    letter-spacing: 0.02rem;
}
.long-post .tasty-recipes-print-button {
    display: none;
}
.tasty-recipes {
    background: #F7F7F6;
    padding: 20px 35px 20px;
    margin: 0 auto 90px;
}
.tasty-recipes .tasty-recipes-keywords {
        text-align: center;
    padding-left: 35px;
    font-size: 10px;
    margin: 10px auto;
    line-height: 18px;
}
.tasty-recipes .tasty-recipes-keywords em {
    font-style: inherit;
}
.tasty-recipes .tasty-recipes-keywords em strong {
        font-weight: 100;
}
.tasty-recipes h3 {
        font-family: acumin-pro-wide, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding-left: 14px;
}
.tasty-recipes h4{
    font-family: 'CanelaLightItalic';
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 0.04rem;
    margin: 15px 0 5px;
     padding-left: 14px;
}
.tasty-recipes ul, .tasty-recipes ol {
    padding-left: 36px;
    line-height: 25px;
    font-size: 16px;
}
.tasty-recipes ul li  {
    font-size: 16px;
    margin-bottom: 0!important;
		font-weight:300!important;
}
.tasty-recipes ol li  {
    font-size: 16px;
    margin-bottom: 10px!important;
	font-weight:300!important;
}
.long-post .tasty-recipes-image {
    float:none;
}
.long-post .tasty-recipes .tasty-recipes-buttons .tasty-recipes-print-button {
    display: block;
}
.long-post .tasty-recipes .tasty-recipes-buttons .tasty-recipes-print-button:hover, .tasty-recipes-buttons a.button:hover {
    background: black;
    color:white;
}
.tasty-recipes-buttons a.button {
        width: 189px;
    height: 41px;
    background: #E4D5C7;
    border: none;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0 0;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.tasty-recipes-entry-header  .tasty-recipes-buttons {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.tasty-recipes-entry-header {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.tasty-recipes-entry-header .tr-left {
        width: 202px;
}
.tasty-recipes-entry-header .tr-left #tr-image {
    width:202px;
    height:303px;
    background-size:cover;
    background-position: center;
}
.tasty-recipes-entry-header .tr-right {
    width: 390px;
	text-align:center;
}

.tasty-recipes-entry-header .tr-right h2 {
        text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 30px auto 0;
    letter-spacing: 0.03rem;
}
.tasty-recipes-entry-header .tr-right .tasty-recipes-description p{
    margin-top:12px;
    text-align: center;
    padding: 0;
    line-height: 23px;}
.tasty-recipes h4 strong {
    font-weight: 400;
}
.tasty-recipes .tr-deets {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 98.1%;
    margin: 35px 0 48px 0px;
    clear: both;
}
.tasty-recipes .tr-deets .left ul li.yield, .tasty-recipes .tr-deets .left ul li.category, .tasty-recipes .tr-deets .left ul li.method, .tasty-recipes .tr-deets .left ul li.author, .tasty-recipes .tr-deets .left ul li.cuisine {
    display: none;
}  
.tasty-recipes .tr-deets .right ul li {
    display: none;
} 
.tasty-recipes .tr-deets .right ul li.author {
    display: block;
}
.tasty-recipes .tr-deets .right ul li.author:after {
    content: "";
    display: block;
    width: 51px;
    height: 1px;
    background: black;
    margin: 13px auto 0;
}
.tasty-recipes .tr-deets .left{
        width: 50%;
    border-right: 1px solid;
    text-align: center;
}
.tasty-recipes .tr-deets .right {
    width:50%;
    text-align: center;
}
.tasty-recipes .tr-deets .left ul, .tasty-recipes .tr-deets .right ul {
    margin: 0 auto;
    list-style-type: none;
    padding: 15px 0 18px;
}
.tasty-recipes .tr-deets .left ul li, .tasty-recipes .tr-deets .right ul li {
    margin: 5px auto;
    list-style-type: none;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}
.tasty-recipes .tr-deets .left ul li span.tasty-recipes-label {
        font-size: 16px;
    text-transform: initial;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    font-weight: 400;
    margin: 0 3px 0;
}
.tasty-recipes .tr-deets .right ul li .tasty-recipes-label {
    font-size: 16px;
    text-transform: initial;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    font-weight: 400;
    margin: 16px 3px -1px;
    display: block;
}
.tasty-recipes .tasty-recipes-ingredients {
    border-bottom: 1px solid black;
    padding-bottom: 11px;
    margin-bottom: 32px;
}
.tasty-recipes .tasty-recipe-video-embed {
    margin: 0;
}
.tasty-recipes .tasty-recipes-notes ul li {
list-style-type: none;
    margin-bottom: 15px!important;
	font-weight:300!important;
}

.tasty-recipes .tasty-recipes-entry-footer{
    width: 389px;
    background: #E4D5C7;
    text-align: center;
    margin: 45px auto -66px;
    padding: 20px 23px 28px;
}
.tasty-recipes .tasty-recipes-entry-footer p.small-title {
        color: black;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.06rem;
	font-weight:500;
}
.tasty-recipes .tasty-recipes-entry-footer h5 {
        color: black;
    font-size: 20px;
    text-transform: unset;
    font-weight: 100;
    margin: 10px 0 10px;
	letter-spacing:0.02rem;
}
.tasty-recipes .tasty-recipes-entry-footer p, .tasty-recipes .tasty-recipes-entry-footer a {
        color: black;
    font-size: 13px;
    margin: 0;
    font-weight: 100;
    letter-spacing: 0.03rem;
}
.tasty-recipes .tasty-recipe-video-embed h5{
        text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.05rem;
    margin: 45px 0 16px;
}
.tasty-recipes .recipe-shop {
    border-top: 1px solid black;
    padding-bottom: 11px;
    margin-bottom: 32px;
}
.tasty-recipes .recipe-shop h5 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.05rem;
    margin: 36px 0 27px;
}
.tasty-recipes .recipe-shop .image {
        width: 157px;
    height: 157px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.tasty-recipes .recipe-shop .love-slider-2 {
    margin: 0 auto;
    max-width: 499px;
    padding: 0
}
.tasty-recipes .recipe-shop .pull-left{
    width: 30px;
    height: 30px;
    border: none;
    color: white;
    background: #302B28;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    left: -24px;
    top: 62px;
    z-index: 9;
}
.tasty-recipes .recipe-shop .pull-right{
width: 30px;
    height: 30px;
    border: none;
    color: white;
    background: #302B28;
    padding: 0 0px 3px 3px;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    right: -14px;
    top: 62px;
    z-index: 9;
}
.long-post h2 {
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 0.03rem;
    line-height: 27px;
}
.long-post ul li {
    list-style-type: disc;
    margin-bottom: 20px;
    line-height: 28px;
	font-weight:400;
}
.long-post ol li {
    list-style-type: decimal;
    margin-bottom: 20px;
    line-height: 28px;
}
.long-post ul, .long-post ol {
        margin: 0 30px 20px;
	font-weight: 300 !important;
}
.long-post h4 {
	    font-weight: 500;
}
.long-post {
        font-size: 16px;
    line-height: 23px;
    overflow: hidden;
}
.long-post p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.long-post strong {
    font-weight: 500;
}
.long-post a:hover {
	color:#E4D5C7;
}
.fixed-share {
    left: 0;
top: 140px;
    width: 58px;
    background: #000000;
    color: white;
    text-align: center;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    height: 157px;
    padding-top: 15px;
    position: fixed;
    z-index: 1;
}
.fixed-share a {
    color:white;
}
.fixed-share li {
margin: 5px 0 9px;
}
.fixed-share span {
        font-size: 16px;
    margin: 0 0 15px;
    display: block;
}
.post-wrapping {
        position: relative;
    width: 100%;
}
.post-comments {
        background: #F7F7F6;
    padding: 10px;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
}
.post-comments .inner {
    max-width: 1089px;
    margin: 0 auto;
}
.post-comments footer, .post-comments footer a {
    background: transparent;
    padding: inherit;
    margin: inherit;
    color: black;
}
/* Recipe Index Styles
--------------------------------------------- */

.recipe-list {
    max-width: 1324px;
    margin: 68px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.recipe-list .fixme {
        width: 250px;
}
.recipe-list .fixme h3 {
        font-size: 40px;
    line-height: 1.2;
    font-weight: 100;
    margin: -6px 0 0 4px;
    letter-spacing: 0.13rem;
    position: relative;
}
.recipe-list .fixme h3:after {
    width: 139px;
    height: 13px;
    background: #E4D5C7;
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    z-index: -1;
    left: -4px;
}
.recipe-list .fixme h3:before {
    width: 164px;
    height: 13px;
    background: #E4D5C7;
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    z-index: -1;
    left: -4px;
}
.recipe-list .fixme .sf-input-text{
    border: 1px solid black;
    text-align: left;
    margin: 14px 0 0 0px;
    padding: 10px 11px 9px;
    font-size: 14px;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    width: 188px;
    letter-spacing: 0.04rem;
}
.recipe-list .fixme .sf-field-search:after {
    content: "Pro Tip: You can click on more than one filter to find exactly what you're craving!";
    display: block;
    font-size: 16px;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    line-height: 1.5;
    margin: 25px 0 -13px 0px;
    letter-spacing: 0;
    padding-right: 10px;
}
.recipe-list .fixme .sf-input-text::-webkit-input-placeholder { /* Edge */
  opacity: 0.5;
}

.recipe-list .fixme .sf-input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
}

.recipe-list .fixme .sf-input-text::placeholder {
  opacity: 0.5;
}
.recipe-list .right .search-filter-results {
     display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.recipe-list .fixme .searchandfilter li[data-sf-field-input-type=checkbox] label {
    font-family: acumin-pro-wide, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}
.recipe-list .fixme input[type=checkbox]{
        width: 10px;
    height: 10px;
    border: 1px solid black;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 7px;
}
.recipe-list .fixme input[type=checkbox]:checked {
    background:black;
}
.recipe-list .fixme .searchandfilter ul>li>ul:not(.children) {
    margin-left: 9px;
}
.searchandfilter ul li ul li ul {
margin-left: 12px;
    margin-top: 10px;
	display:none;
}
.searchandfilter ul li li.sf-option-active > .actived {
    display: block;
}
.sf-field-category, .sf-field-taxonomy-season, .sf-field-taxonomy-craving, .sf-field-taxonomy-flavor, .sf-field-taxonomy-skill, .sf-field-taxonomy-diet{
    max-height: 50px;
    overflow: hidden;
}
.sf-field-category.tall, .sf-field-taxonomy-season.tall, .sf-field-taxonomy-craving.tall, .sf-field-taxonomy-flavor.tall, .sf-field-taxonomy-skill.tall, .sf-field-taxonomy-diet.tall {
    max-height: inherit;
    overflow: visible;
}
.recipe-list .fixme h4 {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.02rem;
    font-size: 18px;
    margin: 15px 0 2px 0px;
    position: relative;
    width: inherit;
    display: inline-block;
    padding-right: 22px;
}
.recipe-list .fixme h4:hover {
    cursor: pointer;
}
.recipe-list .fixme h4:after {
    content: "\f107";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    position: absolute;
    top: -1px;
    right: 0;
    text-align: right;
	transition: all 0.3s;
}
.recipe-list .fixme h4.opened:after {
	    transform: rotate(180deg);
}
.recipe-list .right {
    width: 1060px;
}
.recipe-list .right .search-filter-results .single-posty {
    width: 249px;
    margin-bottom: 25px;
}
.recipe-list .right .search-filter-results .single-posty #hero-image {
    width: 249px;
    height: 379px;
    background-size: cover;
    background-position: center;
}
.recipe-list .right .search-filter-results .single-posty h2 {
        font-size: 20px;
    line-height: 1.35;
    font-weight: 100;
    margin: 12px 0px 0px;
    text-align: center;
    padding: 0 16px;
	letter-spacing:0.02rem;
}
.recipe-list .right .search-filter-results .single-posty .cat {
        font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 20px auto 8px;
    text-align: center;
}


/* Footer Widgets Styles
--------------------------------------------- */
#popmake-27143 .pum-content {
    position: relative;
    padding-left:50%;
}
#popmake-27143 .pum-content p strong {
        text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.06rem;
    display: block;
    margin: 73px 0 0;
}
#popmake-27143 .pum-content p:nth-child(4){
	    margin-bottom: -21px;
    position: relative;
    z-index: 9;
}
#popmake-27143 .pum-content img {
    position: absolute;
    left: 0;
    top: -53px;
}
#popmake-27143 .pum-content h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: -20px 0px 35px;
}
#popmake-27143 .pum-content input {
        width: 259px;
    height: 37px;
    background: white;
    text-align: left;
    border: none;
    font-family: 'CanelaLightItalic';
    font-size: 16px;
    margin: 0 auto 0;
    padding: 0 0 0 10px;
}
#popmake-27143 .pum-content input#gform_submit_button_3 {
    width: 82px;
    height: 22px;
    text-align: center;
    padding: 0;
    background: #E4D5C7;
    font-family: acumin-pro-wide, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    margin: 0 auto;
}
#popmake-27143 .pum-content .gform_wrapper .gform_footer {
text-align: center;
    padding: 5px 0 0;
}
#popmake-27143 .pum-content  #gform_fields_3 {
max-width: 259px;
    margin: 0 auto!important;
}
.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

footer {
	background: #000;
    padding: 10px;
    margin: 0 auto 0;
    color: white;
}
footer a {
	color:#fff;
}
footer a:hover, .the-footer .inner .left .righty input[type=submit]:hover {
    opacity: 1;
    color:#E4D5C7;
}
.the-footer .inner {
    max-width: 1156px;
    margin: 0 auto;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-footer .inner .left {
	width: 52%;
    display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-footer .inner .left img {
    filter: invert(100%);
    width: 94px;
    margin-bottom: 16px;
}
.the-footer .inner .left .lefty ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width:95px;
    margin: 0 auto;
    font-size:16px;
}
.the-footer .inner .left .lefty {
    width: 96px;
    padding-top: 53px;
}
.the-footer .inner .left .righty {
    width: 325px;
}
.the-footer .inner .left .righty h3 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.02rem;
    margin: 55px auto -37px;
    position: relative;
    padding-left: 28px;
}
.the-footer .inner .left .righty label {
	display: none!important;
}
.the-footer .inner .left .righty input {
    border: none;
    border-bottom: 1px solid white;
    color: white;
    width: 100%!important;
    max-width: 100%;
    text-align: left;
    font-family: 'CanelaLightItalic'!important;
    letter-spacing: 0.05rem!important;
    font-size: 15px!important;
    margin-bottom: 0px;
}

.the-footer .inner .left .righty input:focus:-ms-input-placeholder {
 opacity: 0.5;
}
.the-footer .inner .left .righty input:focus::-webkit-input-placeholder {
 opacity: 0.5;
}
.the-footer .inner .left .righty input:focus:-moz-placeholder {
 opacity: 0.5;
}

 

#popmake-26526 .pum-content input:focus:-ms-input-placeholder {
 opacity: 0.3;
}
#popmake-26526 .pum-content input:focus::-webkit-input-placeholder {
 opacity: 0.3;
}
#popmake-26526 .pum-content input:focus:-moz-placeholder {
 opacity: 0.3;
}
#popmake-26526 .pum-content .gform_wrapper div.validation_error {
    color: white!important;
    font-size: 12px!important;
    font-weight: 500!important;
    margin-bottom: 0!important;
    border-top: none!important;
    border-bottom: none!important;
    padding: 0!important;
    clear: both;
    width: 100%;
    text-align: center;
}
#popmake-26526 .pum-content .gform_wrapper li.gfield.gfield_error, #popmake-26526 .pum-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0px!important;
    border-top: none!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    box-sizing: border-box;
}
#popmake-26526 .pum-content .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    color: white!important;
    font-size: 12px;
}
.the-footer .inner .left .righty .gform_wrapper ul.gform_fields li.gfield {
    padding-right:0;
}
.the-footer .inner .left .righty input[type=submit]{
	    border: none;
    padding: 0;
    font-family: acumin-pro-wide, sans-serif!important;
    text-transform: uppercase;
    font-size: 13px!important;
}
.the-footer .inner .left .righty .gform_wrapper .gform_footer {
    padding: 2px 0 10px;
}
.the-footer .inner .left .righty input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.the-footer .inner .left .righty input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.the-footer .inner .left .righty input::placeholder {
  color: #fff;
}
.the-footer .inner .right {
    width: 40%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 51px;
    padding-left: 27px;
}
.the-footer .inner .right .footer-menu {
    text-align: center;
    width: 23%;
}
.the-footer .inner .right .footer-menu li {
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07rem;
}
.the-footer .inner .right .footer-menu li:first-child a{
    font-family: 'CanelaLightItalic';
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.05rem;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 15px;
    display: block;
}
.the-footer .creds {
    max-width: 1161px;
    margin: 62px auto 6px;
    font-size: 9px;
    text-transform: uppercase;
}
.the-footer .creds p {
    font-size: 9px;
    margin: 0 auto 5px;
    letter-spacing: 0;
    text-align: center;
}
.the-footer .mobile-creds {
    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 #CD7E55;
    padding: 10px;
	color: #000000
}

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

textarea:focus {
	outline: none;
    border: 2px solid #CD7E55;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 1px solid #CD7E55;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
}

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

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

.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; }
}

/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1345px) {
    .recipe-list {
        max-width:1270px;
    }
}
@media all and (max-width:1280px) {
    #execphp-2 ul, #execphp-8 ul {
        width:940px;
    }
    #execphp-2 ul li, #execphp-8 ul li {
        width: 170px;
        margin-right: -10px;
    }   
    #execphp-2 ul li #hero-image, #execphp-8 ul li #hero-image {
        width:100%;
    }
    .sf-field-taxonomy-custom_cat ul li {
        margin: 0 20px 20px;
    }
    .blog-post-topper .inner {
        max-width:775px;
    }
    .blog-post-topper .inner #hero-image {
        width:375px;
    }
    .blog-post-topper .inner .text-block {
            padding: 200px 20px 0 10px;
    }
    .recipe-list {
        max-width: 1000px;
    }
    .recipe-list .right {
        width: 810px;
    }
    .recipe-list .right .search-filter-results .single-posty #hero-image {
        width:100%;
        height:260px;
    }
    .recipe-list .right .search-filter-results .single-posty {
        width: 24%;
        margin-bottom: 25px;
    }
}

@media all and (max-width:1160px) {
    .post-comments .inner, .sb-flex, .page-template-page-custom-category .trending-faves, .shopitems-wrap .inner, .archive-wrap, .alm-reveal, .lower-links, .about-wrap .one, .about-wrap .three, .about-wrap .two .inner, .contact-wrap .flex, .the-footer .inner, .the-footer .creds, .cat-filtering .search-filter-results, .four-most-recent .mood, .custom-cat-wrap, .trending-faves, .about-sarah-wrap, .videos-wrap .flex, .cat-filtering .filters {
        max-width:1000px;
    }
    .contact-wrap .flex {
        padding-right:0;
    }
    .sb-flex .left-blog {
        max-width: 610px;
    }
    .tasty-recipes-entry-header .tr-right {
        width: 330px;
    }
    .tasty-recipes-buttons a.button {
        width:155px;
    }
    .sb-flex .left-blog .ymal {
        margin: 74px 0 0 0px;
        width: 100%;
    }
    .sb-flex .left-blog .ymal .image {
    max-width: 185px;
    height: 215px;
    overflow: hidden;
    margin: 0 auto;
    }
    .sb-flex .left-blog .ymal .slick-prev, .sb-flex .left-blog .ymal .slick-next {
        top:90px;
    }
    .page-template-page-custom-category .trending #hero-image {
        width: 100%;
        height: 340px;
    }
    .blog-post-topper .inner #hero-image {
        width:50%;
    }
    .blog-post-topper .inner .text-block {
        width:48%;
    }
    .blog-post-topper .inner .text-block .recipe-info strong {
        margin: 0 2px;
    }
    .blog-post-topper .inner .text-block .recipe-info p {
        letter-spacing: 0rem;
    }
    .blog-post-topper .inner {
        max-width: 850px;
    }
    .cat-filtering .filters {
        padding: 0 30px 5px 68px;
    }
    .about-wrap .one .right .image {
        width: 545px;
        height: 440px;
    }
    .about-wrap .one .left .block-one {
        right: -115px;
        top: 62px;
    }
    .about-wrap .one .left {
        width: 39%;
        position: relative;
    }
    .about-wrap .two:before {
        margin: -223px 0 0;
        height:280px;
    }
    .archive-wrap article, .alm-reveal article {
        width: 22%;
        margin: 0 10px 22px;
    }
    .archive-wrap article #hero-image {
        width: 100%;
        height: 330px;
    }
    .about-wrap .two .left .image {
        width: 480px;
        height: 700px;
       margin: -82px 0 0 0;
    }
    .about-wrap .three .right .image {
    width: 480px;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin: -275px 0 0 0;
    }
    .about-wrap .three .left {
    width: 47%;
    position: relative;
    padding: 4px 0 0 27px;
    letter-spacing: -0.007rem;
    }
    .lower-links button {
        width:235px;
    }
    .lower-links ul li {
        margin: 16px 7px 49px;
    }
    .about-wrap .three .left h3 {
    font-size: 30px;
    line-height: 1.35;
    font-weight: 100;
    position: relative;
    width: 100%;
    top: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    }
    .about-wrap .two .right {
        width:50%;
    }
    .about-wrap .one .left .block-two {
        margin-top: 275px;
    }
    .the-footer .inner .right {
        width:44%;
    }
    .custom-cat-wrap ul li {
        width: 23.5%;
    }
    .custom-cat-wrap ul li #hero-image {
        width: 100%;
        height: 345px;
    }
    .cat-filtering .search-filter-results .single-posty {
        margin: 0 10px 10px;
        width: 22%;
    }
    .cat-filtering .search-filter-results .single-posty #hero-image {
        width: 100%;
        height: 310px;
    }
    .about-sarah-wrap .textblock {
        padding: 109px 74px 0 98px;
    }
    .custom-cat-wrap ul li h3 {
        padding: 0 6px;
    }
    .trending #hero-image {
        width: 100%;
        height: 375px;
    }
    .trending li, .faves .wpp-list li {
        width: 32%;
        text-align: center;
    }
    .cpw-flex {
        max-width: 785px;
        padding-left: 0;
    }
    .cpw-flex .rightside {
        width:50%;
    }
    .site-header-wrap .main {
        max-width:1000px;
        padding-left:0;
    }
    .ubermenu-main .ubermenu-row {
        max-width:1000px!important;
    }
    #execphp-2 ul li, #execphp-8 ul li {
        width: 18%;
        margin-right: 0;
    }
    #execphp-2 ul li #hero-image, #execphp-8 ul li #hero-image {
        height:145px;
    }
    #execphp-2 ul, #execphp-8 ul {
        width: 800px;
    }
    .four-most-recent .inner {
        max-width: 1000px;
        max-height: 100vh;
    } 
    .four-most-recent .inner .left .textbox {
        width:50%;
    }
    .four-most-recent .inner .left #hero-image {
        width: 100%;
        height: 87vh;
    }
    .four-most-recent .inner .left a {
        display: block;
        width: 50%;
    }
    .four-most-recent .inner .left .textbox a {
        width:100%;
    }
    .four-most-recent .inner .right {
        width: 31%;
        padding-top: 30px;
    }
    .four-most-recent .inner .right .textbox {
        width: 40%;
        margin-top: -4px;
    }
    .four-most-recent .inner .right h5 {
        padding-right:0;
    }
    .videos-wrap .flex .right .image {
        width: 325px;
        height: 445px;
    }
    .videos-wrap .flex .left .image {
        width: 620px;
        height: 400px;
    }
}

@media all and (max-width:1030px) {
    .site-header-wrap .main, .four-most-recent .inner {
        max-width:750px;
    }
    .post-comments .inner, .sb-flex, .page-template-page-custom-category .trending-faves, .shopitems-wrap .inner, .archive-wrap, .alm-reveal, .lower-links, .about-wrap .one, .about-wrap .three, .about-wrap .two .inner, .contact-wrap .flex, .the-footer .inner, .the-footer .creds, .cat-filtering .search-filter-results, .four-most-recent .mood, .custom-cat-wrap, .trending-faves, .about-sarah-wrap, .videos-wrap .flex, .cat-filtering .filters {
        max-width: 750px;
    }
    .ubermenu-main .ubermenu-row {
        max-width: 750px!important;
    }
    .recipe-list {
        max-width: 750px;
    }
	#shop-general-content {
    max-width: 95%;
    margin: 0 auto 60px;
	}
	.menu-shop-container {
    max-width: 85%;
    margin: 0 auto;
	}
    .recipe-list .right {
        width: 550px;
    }
    .recipe-list .right .search-filter-results .single-posty {
        width:48%;
    }
    .recipe-list .right .search-filter-results .single-posty #hero-image {
        height:340px;
    }
    .site-header-wrap .main .left img {
        width: 135px;
        margin-right: 10px;
        height: auto;
    }
    .site-header-wrap .main .right ul li {
        margin: 0 5px;
    }
    .site-header-wrap .main .right ul {
        margin-right: 5px;
    }
    #execphp-2 ul, #execphp-8 ul {
        width: 570px;
    }
    #execphp-2 ul li #hero-image, #execphp-8 ul li #hero-image {
        height: 105px;
    }
    .site-header-wrap .main .left .ubermenu .ubermenu-target {
        padding: 4px 5px 39px 10px;
    }
    .four-most-recent .inner .left .textbox {
        padding-top: 40px;
    }
    .four-most-recent .inner .left .exc {
        padding: 0 10px;
    }
    .four-most-recent .inner .right {
        width: 43%;
        padding-top: 2px;
    }
    .four-most-recent .inner .right .rmore img {
    margin: 0 0px 0px 1px;
    width: 11px;
    }
    .four-most-recent .inner .right .rmore {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.0rem;
    }
    .four-most-recent .inner .left {
        width:62.6%;
    }
    .four-most-recent .inner .right {
    width: 34%;
    padding-top: 2px;
    }
    .four-most-recent .inner .right .textbox {
    width: 46%;
    margin-top: 2px;
    }
    .four-most-recent .inner .right #hero-image {
        width: 100px;
        height: 135px;
    }
    .four-most-recent .jump {
        top:200px;
    }
    .four-most-recent .inner .left #hero-image {
    width: 100%;
    height: 492px;
    }
    .four-most-recent .mood .mood-slider {
        width:78%;
    }
    .custom-cat-wrap ul li #hero-image {
    width: 100%;
    height: 265px;
    }
    .cpw-flex {
    max-width: 750px;
    padding-left: 0;
    }
    .trending #hero-image {
    width: 100%;
    height: 275px;
    }
    .trending h3, .faves .wpp-list h3 {
            padding: 0 40px;
    }
    .about-sarah-wrap .image {
        min-height:355px;
    }
    .about-sarah-wrap h2.title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    width: 175px;
    line-height: 43px;
    top: 78px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    }
    .about-sarah-wrap .textblock {
    padding: 65px 36px 0 75px;
    }
    .love-slider {
        max-width:750px;
    }
    .videos-wrap .flex .right .image {
    width: 240px;
    height: 345px;
    }
    .videos-wrap .flex .left .image {
    width: 460px;
    height: 300px;
    }
    .cat-filtering .filters {
        padding: 0 10px 5px 33px;
    }
    .cat-filtering .search-filter-results .single-posty #hero-image {
    width: 100%;
    height: 235px;
    }
    .cat-filtering .search-filter-results h5 {
        padding: 0 0;
    }
    .the-footer .inner .right {
        width: 50%;
    }
    .the-footer .inner .right .footer-menu {
        width:32%;
    }
    .the-footer .inner .left .righty {
        width: 245px;
    }
    .contact-wrap .flex .right {
        width:50%;
    }
    .contact-wrap .flex .left {
        width:47%;
    }
    .about-wrap .one .right .image {
    width: 370px;
    height: 315px;
    }
    .about-wrap .one .left {
    width: 50%;
    position: relative;
    }
    p {
            font-size: 12px;
    }
    .about-wrap .one .left .large-title {
        font-size:24px;
    }
    .about-wrap .two:before {
    margin: -185px 0 0;
    height: 269px;
    }
    .about-wrap .one .left .block-one {
    right: -26px;
    top: 62px;
    }
    .about-wrap .two .left .image {
    width: 370px;
    height: 500px;
    margin: -82px 0 0 0;
    }
    .about-wrap .three .right .image {
    width: 365px;
    height: 545px;
    background-size: cover;
    background-position: center;
    margin: -16px 0 0 0;
    }
    .about-wrap .three .left h3 {
        font-size:20px;
    }   
    .about-wrap .three .left .image {
    width: 330px;
    height: 250px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 0px;
    }
    .lower-links ul {
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        padding-bottom: 30px;
    }
    .lower-links ul li {
        margin: 10px 10px 10px;
    }
    .cat-filtering .filters .sf-field-category ul {
        width:545px;
    }
    .archive-wrap article #hero-image {
    width: 100%;
    height: 230px;
    }
    .archive-wrap article .title h2 {
        padding:0;
    }
    .apw-flex {
        max-width:700px;
    }
    .apw-flex #hero-image {
    width: 320px;
    height: 440px;
    }
    .apw-flex .rightside {
    width: 53%;
    text-align: center;
    padding-top: 115px;
    }
    .page-template-page-custom-category .trending #hero-image {
    width: 100%;
    height: 240px;
    }
    .linebreak {
    width: 100%;
    height: 290px;
    background: #F7F7F6;
    margin: -234px auto 106px;
    }
    .shop-feats .inner {
    max-width: 700px;
    margin: 0 auto 0;
    }
    .shop-feats .inner h2.title:after {
        width:440px;
    }
    .fave-shop-items li {
    width: 18%;
    text-align: center;
    }
    .blog-post-topper .inner {
        max-width: 650px;
    }
    .blog-post-topper .inner .text-block h1.title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    padding: 0 0px;
    margin: 23px auto 23px;
    }
    .blog-post-topper .inner .text-block {
    padding: 105px 20px 0 10px;
    }
    .sb-flex .right-blog {
        max-width:250px;
    }
    .sb-flex .left-blog {
        max-width: 415px;
    }
    .sidebar-about .textblock p {
        font-size:11px;
    }
    .sidebar-about .textblock a:after {
    width: 57px;
    height: 5px;
    background: #E4D5C7;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 4px;
    z-index: -1;
    }
    #wpp-2 h4.widget-title:after {
        width:75px;
    }
    .tasty-recipes-entry-header {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .tasty-recipes-entry-header .tr-right {
    width: 98%;
    }
    .tasty-recipes-entry-header .tr-left {
    width: 202px;
    margin: 0 auto;
    }
    .tasty-recipes .recipe-shop .image {
        width: 105px;
        height: 140px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .tasty-recipes .tasty-recipes-entry-footer {
        margin: 45px auto -66px;
    }
    ol.commentlist {
        max-width: 600px;
        margin: 75px auto 60px;
    }
		.recipe-list .fixme h4 {
		font-size:17px;
	}
	.site-header-wrap .main .left .ubermenu .ubermenu-target-text {
    font-family: acumin-pro-wide, sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    position: relative;
}
	.site-header-wrap .main .right a#subscribe-open {
		margin: 2px 5px 0 37px;
	}
}



@media all and (max-width:768px) {
.videos-wrap .flex .left {
    position: relative;
    width: 100%;
    margin: 40px 0 20px;
}
	#popmake-27143 .pum-content img {
		display:none;
	}
	#popmake-27143 .pum-content {
    position: relative;
    padding-left: 0;
}
	.tasty-recipes-scale-container {
		float:none!important;
	}
    .responsive-menu-pro-subarrow i {
        font-family: 'FontAwesome';
    font-style: inherit;
    }
	.shop-header .desc {
		max-width:90%;
	}
	.post-type-archive-shop .searchandfilter ul li {
    	width: 100%;
	}
	.post-type-archive-shop .searchandfilter ul li ul {
    display: flex;
    flex-wrap: wrap;
	}
	.post-type-archive-shop .searchandfilter ul li ul li {
    width: 49%;
    margin: 0 0 20px;
	}
	#responsive-menu-pro-container #responsive-menu-pro-title {
		text-align:center;
	}
    .fixed-share {
        display: none;
    }
    .recipe-list {
        max-width: 90%;
        display: block;
    }
    .recipe-list .fixme {
		width: 95%;
		margin: 0 auto;
	}
    .recipe-list .fixme h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 100;
    margin: -3px 0 0 0px;
    letter-spacing: 0.13rem;
    text-align: left;
    position: relative;
    text-align: center;
    }
	.recipe-list .fixme h3:after {
		display:none;
	}
	.cpw-flex #hero-image {
		width:100%;
		height:480px;
	}
	.recipe-list .fixme .sf-input-text {
    border: 1px solid black;
    text-align: left;
    margin: 14px 0 0 7px;
    padding: 10px 11px 9px;
    font-size: 14px;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    width: 250px;
    letter-spacing: 0.04rem;
    margin: 0;
	}
	.searchandfilter ul {
		display: flex;
		margin: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recipe-list .fixme .sf-field-search:after {
    content: "Pro Tip: You can click on more than one filter to find exactly what you're craving!";
    display: block;
    font-size: 16px;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    line-height: 1.5;
    margin: 25px auto 7px;
    letter-spacing: 0;
    padding-right: 0;
    max-width: 280px;
	}
	.searchandfilter ul li ul {
		display:block;
	}
	.searchandfilter ul li {
		width:49%;
	}
	.searchandfilter ul li.sf-field-search {
	    width: 100%;
    	text-align: center;
	}
	.searchandfilter ul li ul li {
		width:100%;
	}
    .recipe-list .fixme h3:before {
        display: none;
     }
	.recipe-list .fixme h4:after {
		display:none;
	}
	.recipe-list .fixme h4 {
		margin: 0 0 5px 0px;
		position: relative;
		display: inline-block;
		padding-right: 0;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 0.05rem;
		font-size: 11px;
		font-family: acumin-pro-wide, sans-serif;
		text-align: center;
		width: 100%;
		background: black;
		color: white;
		padding: 11px 0;
	}
    .recipe-list .right {
    width: 100%;
    padding-top: 30px;
    }
    .recipe-list .right .search-filter-results .single-posty {
    width: 32%;
    }
    .recipe-list .right .search-filter-results .single-posty #hero-image {
    height: 270px;
    }
    .page-template-page-custom-category .trending-faves .trending-drop {
        background:transparent;
    }
    #ubermenu-main-11613, #subscribe-open, .site-header-wrap .main .right ul, .searchicon:after {
        display: none;
    }
    .site-header-wrap .main .left img {
        width: 150px;
        margin-right: 0;
        height: auto;
    }
    .site-header-wrap .main .left {
        margin: 0 auto 0;
    }
    .site-header-wrap .main {
        max-width:90%;
    }
    .four-most-recent .inner {
        display: none;
    }
    .mobile-first-slider {
        display: block;
        max-width: 450px;
        margin: 0 auto;
    }
    .four-most-recent .jump {
        display: none;
    }
    .mobile-first-slider .pull-right{
        width: 34px;
        height: 34px;
        border: none;
        background: black;
        color: white;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        position: absolute;
        right: -18px;
        z-index: 9;
        top: 36%;
    }
    .mobile-first-slider .pull-left{
         width: 34px;
        height: 34px;
        border: none;
        background: black;
        color: white;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        position: absolute;
        left: -19px;
        z-index: 9;
        top: 36%;
    }
    .mobile-first-slider  #hero-image {
        width: 100%;
        height: 476px;
        background-size: cover;
        background-position: center;
    }
    .mobile-first-slider .textbox {
        text-align: center;
    }
    .mobile-first-slider .textbox .cats {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04rem;
        margin: 20px auto 0;
    }
    .mobile-first-slider .textbox  h5 {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 42px;
        margin: 20px 0 20px;
        font-weight: 100;
    }
    .mobile-first-slider .textbox button {
        width: 152px;
        height: 38px;
        border: none;
        background: black;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.04rem;
        margin: 0 auto 0;
    }
    .mobile-first-slider .textbox button img {
        display: inline-block;
        margin: 0 0 -1px 6px;
        max-width: 16px;
    }
    .four-most-recent {
        background:white;
        position: relative;
        padding:4px 0 0;
    }
    .four-most-recent:before {
        content: "";
        display: block;
        width: 100%;
        height: 480px;
        background: #FFF;
        position: absolute;
        top: 0;
        left: 0;
    }
    .four-most-recent .mood {
        background: #F7F7F6;
        border: none;
        margin: 26px 0 0;
        display: block;
        text-align: center;
    }
    .four-most-recent .mood .the-title {
        width: 300px;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        margin: 0 auto 0;
        padding-top: 10px;
    }
    .four-most-recent .mood .the-title:after {
    width: 112px;
    height: 9px;
    background: #E4D5C7;
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: 46px;
    }
    .four-most-recent .mood .mood-slider {
    width: 300px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 25px auto 0;
    padding-bottom: 30px;
    }
    .four-most-recent .mood .mood-slider li {
        width:48%;
    }
    .four-most-recent .mood .mood-slider button {
    background: black;
    color: white;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08rem;
    display: block;
    padding: 6px 16px 8px 16px!important;
    margin: 0 auto 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    width: 100%;
    }
    .custom-cat-wrap ul.mobile-hide {
        display: none;
    }
    .mobile-cat-wrap {
        display: block;
        width:450px;
        margin: 0 auto;
    }
    .mobile-cat-wrap .featimg {
        width: 184px;
        height: 265px;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
    }
    .mobile-cat-wrap  .pull-right {
        width: 34px;
        height: 34px;
        border: none;
        background: black;
        color: white;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        position: absolute;
        right: 37%;
        z-index: 9;
        bottom: -30px;
    }
     .mobile-cat-wrap  .pull-left {
        width: 34px;
        height: 34px;
        border: none;
        background: black;
        color: white;
        border-radius: 50%;
        padding: 0;
        font-size: 20px;
        position: absolute;
        left: 37%;
        z-index: 9;
        bottom: -31px;
    }
    .custom-cat-wrap ul li .exc, .custom-cat-wrap ul li .rmore {
        display: none;
    }
    .custom-post-wrap p.small-title {
            margin: 20px 0 25px;
    }
    .custom-post-wrap {
            margin: 90px 0 0;
    }
    .cpw-flex {
            margin: 0 auto 35px;
        max-width: 355px;
        padding-left: 0;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .custom-post-wrap h4.large-title {
            margin: 20px auto 35px;
    }
    .cpw-flex .rightside {
        width: 100%;
    }
    .cpw-flex .rightside .shop-title {
            margin: 35px 0 14px;
    }
    .trending-faves {
        margin: 36px auto 0;
        max-width: 450px;
    }
    .trending-faves .trending-drop li {
        font-size:30px;
    }
    .trending-faves .trending-drop {
        width:250px;
    }
    .trending, .faves .wpp-list {
        display: block;
    }
    .trending li {
    width: 100%;
    text-align: left;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid;
    margin-bottom:20px;
    }
    .faves .wpp-list li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid;
    margin-bottom:20px;
    }
    .trending li:last-child, .faves .wpp-list li:last-child {
        border-bottom:none;
    }
    .trending #hero-image {
    width: 126px;
    height: 189px;
    margin: 0 20px 20px 0;
    }
    .trending h3, .faves .wpp-list h3 {
    padding: 0 60px 0 0;
    text-align: left;
    }
    .trending .text {
          width: 67%;
    }
    .trending-faves .rmore {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin: 0;
    text-align: center;
    display: block;
    width: 152px;
    height: 38px;
    background: black;
    color: white;
    padding: 10px 0 0;
    text-align: center;
    }
    .trending .rmore img, .faves .wpp-list .rmore img {
    display: inline-block;
    margin: 0 -1px -1px 6px;
    filter: invert(100%);
    }
    .faves .wpp-list .wpp-thumbnail {
    float: left;
    width: 126px;
    margin: 0 20px 20px 0;
    }
     .faves .wpp-list .cat {
    margin: 3px auto -2px;
    }
    .faves .wpp-list .rmore {
            margin: 0 0 0 146px;
    }
    .about-sarah-wrap {
        display: block;
    }
    .about-sarah-wrap .image {
    min-height: 450px;
    width: 100%;
    }
    .about-sarah-wrap h2.title {
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        width: 243px;
        line-height: 43px;
        top: inherit;
        text-transform: uppercase;
        letter-spacing: 0.13rem;
        margin: 20px auto 0;
    }
    .about-sarah-wrap h2.title:after {
        display: none;
    }
    .about-sarah-wrap .textblock {
        padding: 0;
        margin: 20px auto 0;
        max-width: 450px;
        padding-bottom: 15px;
    }
    .loving {
        max-width: 450px;
        margin: 0 auto;
    }
    .videos-wrap .flex {
        max-width: 450px;
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .videos-wrap {
    background: #F7F7F6;
    padding: 10px;
    overflow: visible;
    }
    .videos-wrap .title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: -10px auto 31px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.11rem;
    }
    .videos-wrap .flex .right .image {
        margin: 0 auto;
    }
    .videos-wrap .flex .right .view-more {
        bottom:-491px;
    }
    #all-posts {
    padding-top: 50px;
    background: white;
    position: relative;
    }
    .videos-wrap .flex .left .image {
        width:100%;
    }
    .cat-filtering {
        max-width: 450px;
        margin: 0 auto 0;
    }
    .cat-filtering .search-filter-results .single-posty {
    margin: 0 10px 10px;
    width: 38%;
    }
    #search-filter-form-26350 ul {
        display: block;
    }
	.single-post #search-filter-form-26350 ul {
		max-height: inherit;
		overflow: visible;
		padding: 0;
		max-width: 100%;
		flex-wrap: wrap;
	}
	.single-post .cat-filtering .filters .sf-option-active:after {
		z-index:-1;
	}
    .cat-filtering h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .cat-filtering .filters .sf-field-category ul {
    width: 100%;
    text-align: center;
    }
    .cat-filtering .filters input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    }
    .cat-filtering .filters .sf-option-active:after {
    content: "";
    display: block;
    width: 107%;
    height: 5px;
    background: #E4D5C7;
    margin: 0 auto;
    bottom: 6px;
    position: absolute;
    max-width: 90px;
    left: 0;
    right: 0;
    }
    #search-filter-form-26350 ul .sf-field-search {
    padding: 0;
    width: 140px;
    position: relative;
    margin: 20px auto 10px;
    text-align: center;
    }
    #search-filter-form-26350 ul .sf-field-search:before {
    content: "\f002";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    }
.cat-filtering .filters ul {
    padding: 0;
    position: relative;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-height: 35px;
    overflow: hidden;
    padding: 0 10px;
}
	.cat-filtering .filters li {
		    margin: 5px 5px 5px;
	}
    .cat-filtering .filters ul.full {
        max-height: inherit;
        overflow: visible;
    }
	.cat-filtering .filters {
    padding: 9px 0 10px;
}
.mobile-dropdown {
    display: block;
    position: absolute;
    right: 2px;
    font-size: 18px;
    top: 6px;
    z-index: 99;
}
    .mobile-dropdown:hover {
        cursor: pointer;
    }
    .the-footer .creds {
        max-width: 350px;
        text-align: center;
        line-height: 20px;
    }
    .the-footer .inner {
        display: block;
        max-width: 450px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 70px;
    }
    .the-footer .inner .left {
        width: 100%;
    }
    .the-footer .inner .right {
        width: 100%;
        padding: 0;
    }
    .the-footer .inner .left .lefty {
        width: 96px;
        padding-top: 117px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .the-footer .inner .left .righty {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 50px;
    }
    .about-wrap .one .left {
    width: 50%;
    position: inherit;
    }
    .about-wrap .one .left .block-one {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 370px;
    top: 10px;
    }
    .about-wrap .one {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .about-wrap .one .right .image {
    width: 60%;
    height: 340px;
    margin: 0 0 0 40%;
    }
    .about-wrap .one .left {
        width: 100%;
        position: inherit;
    }
    .about-wrap .two:before {
        margin: -305px 0 0;
        height: 440px;
    }
    .about-wrap .one .left .block-two {
        margin-top: 17px;
        padding: 0 2%;
        width: 100%;
    }  
    .about-wrap .two .inner {
        display: block;
        padding: 0 2%;
        margin: 0 auto 0;
    } 
    .about-wrap .two .left .image {
    width: 370px;
    height: 500px;
    margin: -132px 0 0 0;
    }
    .about-wrap .two .right {
    width: 100%;
    padding: 18px 0 0;
    letter-spacing: -0.008rem;
    margin: 0 0px 45px 0;
    }
    .about-wrap .three {
        position: relative;
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 95px;
    }
    .about-wrap .three .right .image {
    width: 70%;
    height: 745px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 30%;
    }
    .about-wrap .three .left {
    position: initial;
    padding: 25px 2% 0;
    letter-spacing: -0.007rem;
    width: 100%;
    }
    .about-wrap .three .left h3 {
    font-size: 30px;
    position: absolute;
    top: -43px;
    width: 358px;
    }
    .about-wrap .one .left .large-title {
    font-size: 30px;
    padding: 0;
    }
    .about-wrap .three .left .image {
        margin: 0 auto;
    }
    .about-wrap .three .left .sig {
    width: 172px;
    margin: 30px auto -38px;
    display: block;
    }
    .lower-links {
        max-width:90%;
    }
    .contact-wrap .flex {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        width:100%;
    }
    .contact-wrap h1.title {
        margin: -45px auto 0;
    }
    .contact-wrap .flex .right {
    width: 350px;
    height: 500px;
    margin: -11px auto 0;
    }
    .contact-wrap .flex .left {
    width: 100%;
    margin: -284px auto 0;
    background: #F7F7F6;
    padding: 330px 0 0 0;
    }
    .contact-wrap {
        background:white;
    }
    .contact-wrap .flex .left h3 {
        max-width: 350px;
        margin: 0 auto 12px;
    }
    .contact-wrap .flex .left p {
        letter-spacing: -0.007rem;
        padding-right: 0;
        margin-bottom: 33px;
        max-width: 350px;
        margin: 20px auto 33px;
    }
    #gform_wrapper_2 {
        max-width: 350px;
        margin: 0 auto 50px;
    }
    .page-template-page-custom-category .blog-topper .desc, .category-lifestyle .blog-topper .desc, .category-business .blog-topper .desc, .category-home .blog-topper .desc, .category-fashion .blog-topper .desc, .category-travel .blog-topper .desc {
        max-width: 90%;
    }
    .blog-topper .cat-sorting {
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
    .blog-topper .cat-sorting li a {
        margin: 0 20px 25px;
    }
    .page-template-page-custom-category .apw-flex {
        margin: 54px auto 64px;
        max-width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .apw-flex #hero-image {
        width: 100%;
        height: 440px;
    }
    .apw-flex .rightside {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .archive-wrap {
        max-width: 450px;
    }
    .archive-wrap article, .alm-reveal article {
    width: 36%;
    margin: 0 10px 22px;
    }
    .page-template-page-custom-category .trending-faves {
    max-width: 100%;
    background: #F7F7F6;
    padding: 30px 0 10px;
    }
    .page-template-page-custom-category .trending, .page-template-page-custom-category .faves .wpp-list {
        max-width: 450px;
        margin: 0 auto;
    }
    .page-template-page-custom-category .trending #hero-image {
    width: 126px;
    height: 189px;
    margin: 0 20px 20px 0;
    }
    .page-template-page-custom-category .trending-faves .trending-drop li {
        font-size:30px;
    }
    .page-template-page-custom-category .trending-faves .trending-drop i {
    font-size: 40px;
    position: absolute;
    top: -21px;
    right: 35px;
    }
    .linebreak {
        display: none;
    }
    .shop-feats .inner {
    max-width: 450px;
    margin: 0 auto 0;
    }
    .shop-feats .inner h2.title:after {
        display: none;s
    }
    .shop-feats .inner h2.title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: -18px auto -12px;
    letter-spacing: 0.05rem;
    position: relative;
    text-align: center;
    }
    .fave-shop-items li:nth-child(3), .fave-shop-items li:nth-child(4), .fave-shop-items li:nth-child(5) {
        display: none;
    }
    .fave-shop-items li {
        width: 48%;
        text-align: center;
    }
    .shop-feats .inner h5.title {
        margin: 25px auto 30px;
    }
    .blog-topper .desc {
        max-width:90%;
    }
    .apw-flex {
    max-width: 450px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    }
    .blog-post-topper .inner {
    max-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    }
    .blog-post-topper .inner .text-block {
        padding: 250px 20px 100px;
    width: 100%;
    background: #F7F7F6;
    margin: -210px 0 0;
    position: relative;
    z-index: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    }
    .blog-post-topper .inner .text-block  .exc {
            max-width: 450px;
    margin: 0 auto;
    }
    .jump2recipe {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    }
    .blog-post-topper .inner #hero-image {
        width: 100%;
    height: 579px;
    max-width: 374px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    }
    .blog-post-topper {
    background: #FFF;
    width: 100%;
    height: 100%;
    margin: -7px auto 0;
    position: relative;
    }
    .blog-post-topper .inner .mobile-top {
    display: block;
    text-align: center;
    }
    .mobile-top .title2 {
            font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 42px;
    margin: 40px auto 0;
    }
    .mobile-top .meta2 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 10px auto 30px;
		min-height: 16px;
    }
    .blog-post-topper .inner .text-block h1.title, .blog-post-topper .inner .text-block .meta {
        display: none;
    }
    .sb-flex {
        display: block;
        padding: 0;
        max-width: 450px;
    }
    .sb-flex .left-blog {
    max-width: 100%;
    }
    .tasty-recipes .tasty-recipes-entry-footer {
    margin: 45px auto -66px;
    }
    .sb-flex .right-blog {
        display: none;
    }
    .post-comments {
       max-width: 98%;
    padding: 20px;
    }
    ol.commentlist {
    max-width: 100%;
    margin: 75px auto 60px;
    }
    #blog-filtering-mobile {
        display: block;
    }
    #responsive-menu-pro-container #responsive-menu-pro-wrapper {
             padding-top: 6px;
    padding-right: 17px;
    }
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    padding: 0 5%;
    font-family: acumin-pro-wide, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    }
    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    font-size: 13px!important;
    text-align: left;
    }
    #responsive-menu-pro-additional-content ul {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        font-size: 20px;
margin-bottom: 33px;
    }
    .pum-container.custom-position {
    max-width: 450px;
    height: auto!important;
    }
    #popmake-26526 .pum-content img {
      position: relative;
    left: inherit;
    top: inherit;
    margin: 0 auto;
    float: none;
    max-width: 250px;
    display: block;
    }
    #popmake-26526 .pum-content h2 {
            margin: -20px 0px 5px;
    }
    #popmake-26526 .pum-content p strong {
            margin: 3px 0 0;
    }
    #popmake-26526 .pum-content {
    position: relative;
    padding-left: 0;
    }
    #responsive-menu-pro-additional-content ul li { 
        margin: 0 20px 0 0;
    }
    #responsive-menu-pro-additional-content #subscribe-open {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 55px;
    letter-spacing: 0.05rem;
    }
    #responsive-menu-pro-additional-content #subscribe-open:before {
    content: "";
    display: block;
    width: 37px;
    height: 1px;
    background: black;
    position: absolute;
    top: 8px;
    left: 0;
    }
    #responsive-menu-pro-container .responsive-menu-pro-search-box {
    background: #ffffff;
    text-align: left;
    font-family: 'CanelaItalic';
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    color: black;
    border: none!important;
    border-bottom: 1px solid!important;
    padding: 0 0 3px!important;
    letter-spacing: 0.02rem;
    opacity: 0.5;
    border-radius: 0!important;
    -webkit-appearance: none!important;
    }
    #responsive-menu-pro-container #responsive-menu-pro-search-box {
        display: none!important;
    }
    #responsive-menu-pro-container #responsive-menu-pro-search-box.showme {
        display: block!important;
    }
    .site-header-wrap .main .right .search-hidden {
        width:100%;
    }
    .site-header-wrap .main .right .search-hidden .close {
        display: none;
    }
    .site-header-wrap .main .right .search-hidden .search-form:before {
        content: "Looking for something?";
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04rem;
        text-align: left;
        width: 150px;
    }
    .site-header-wrap .main .right .search-hidden .search-form {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }
       .blog-post-topper {
    max-height: inherit;
        }
}

@media all and (max-width:580px) {
	.site-header-wrap .main {
		    margin: 12px auto 0;
	}
	
	.menu-shop-container {
    max-width: 100%;
    margin: 0 auto;
	}
	#menu-shop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 50px;
}
	#shop-general-content {
    max-width: 225px;
    margin: 0 auto 60px;
}
	#menu-shop li {
		width: 48%;
    margin: 0 0 13px;
	}
	#menu-shop li a {
    color: White;
    word-wrap: break-word;
}
	.page-id-26585 .mobile-lower-links {
		display:none;
	}
	.site-header-wrap {
		height: 54px;
	}
	.site-inner {
		    margin: 61px auto 0;
	}
	button#responsive-menu-pro-button {
		top:0!important;
	}
	.cat-filtering {
    max-width: 90%;
    margin: 0 auto 0;
}
    .recipe-list .right .search-filter-results .single-posty #hero-image {
        height: 210px;
    }
	.site-header-wrap:after {
    box-shadow: -2px 5px 12px 0px rgba(0, 0, 0, 0.24);
    bottom: -1px;
		background: #f8f8f8;
	}
	#popmake-26526 .pum-content p:nth-child(4) {
    margin-bottom: -44px;
    position: relative;
    z-index: 9;
}
	.videos-wrap .title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 30px auto 31px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.11rem;
    line-height: 1;
}
}

@media all and (max-width:500px) {
    .tasty-recipes .mobile-stuff {
    display: block;
    text-align: center;
    }
	.the-footer .inner .right {
    width: 100%;
    padding: 0;
    margin-top: -35px;
    margin-bottom: 25px;
	}
	.the-footer .inner .right .footer-menu li:first-child a {
		font-size:17px;
	}
	.the-footer .inner .right .footer-menu li {
    margin-bottom: 12px;
    font-size: 12px;
	}
	.the-footer .inner .left .lefty {
		width:140px;
	}
	.the-footer .inner .left img {
		width:100%;
	}
	.the-footer .inner .left .lefty ul {
		    margin: 3px auto 0;
    font-size: 20px;
    width: 100%;
	}
    .recipe-list .right .search-filter-results .single-posty {
        width: 48%;
    }
    .recipe-list .right .search-filter-results .single-posty #hero-image {
        height: 270px;
    }
    .tasty-recipes .mobile-stuff .tasty-recipes-buttons{
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    }
    .tasty-recipes .mobile-stuff .tasty-recipes-buttons .tasty-recipes-button-wrap {
        margin: 0 10px;
    }
    .mobile-first-slider {
        max-width: 65%;
    }
    .mobile-first-slider #hero-image {
           height: 48vh;
    position: relative;
    }
	.mobile-first-slider #hero-image img {
		width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
	}
    .four-most-recent:before {
        height: 48.5vh;
    }
    .site-header-wrap .main .right .search-hidden input {
        text-align: left;
        font-family: 'CanelaItalic';
        font-weight: 300;
        font-style: italic;
        font-size: 14px;
        color: black;
        border: 1px solid #707070;
        padding: 3px 7px 3px;
        letter-spacing: 0.02rem;
        opacity: 0.5;
        background-image: none;
        background-size: 16px;
        background-position: right 1px;
    }
	.recipe-list .fixme {
    width: 100%;
    margin: 0 auto;
	}
    .site-header-wrap .main .right .search-hidden {
    position: absolute;
    bottom: -70px;
    width: 100%;
    background: white;
    padding: 22px 5% 0px 5%;
    right: 0;
    height: 75px;
    
    }
    .home .site-header-wrap .main .right .search-hidden{
        display: none;
    }
/*      .home .site-header-wrap .main .right .search-hidden.bumpup {
        display: none;
     }
     .home .site-header-wrap .main .right .search-hidden.bumpup.showme {
        display: block;
     } */
	.home .site-header-wrap .main .right .search-hidden.showme {
		display:block;
	}
    .pum-container.custom-position {
        max-width: 343px;
        height: auto!important;
        padding: 10px!important;
        margin-top: 10px;

    }
    .pum-container.custom-position p {
        margin-bottom: 0;
        line-height: 1.5;
    }
    #popmake-26526 .pum-content img {
    margin: 0 auto 25px;
    max-height: 34vh;
    width: auto;
    }
    #popmake-26526 .gform_wrapper {
        margin-bottom: -12px;
    }
    .pum-container.custom-position {
        max-height: 100vh;
    }
    .pum-theme-26520 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
        right:8px;
        top:20px;
        z-index: 999;
    }
    #popmake-26526 .pum-content h2 {
    margin: 7px 0px 3px;
}
    .four-most-recent .mood {
        margin: 25px 0 0;
		min-height: 325px;
    }
    .mobile-first-slider .textbox .cats {
        margin: 25px auto 0;
    }
.mobile-first-slider .textbox h5 {
    margin: 13px 0 11px;
    padding: 0 20px;
    font-size: 25px;
	line-height:1.3;
}
    .four-most-recent .mood .mood-slider button {
            font-size: 12px;
        letter-spacing: 0.05rem;
		    padding: 9px 16px 11px 16px!important;
    }
	.trending .cat, .faves .wpp-list .cat {
		    margin: 0px auto -2px;
	}
	.trending-faves .trending-drop li {
		    margin: 17px auto 25px;
	}
	ul.cat-results li ul {
		justify-content:space-between;
	}
	.cat-results li.active ul li {
    display: block;
    width: 47%;
	}
	ul.cat-results li ul .single-posty {
    margin: 20px 0px 30px;
    width: 100%;
	}
	ul.cat-results li ul .single-posty #hero-image {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
	}
	ul.cat-results li ul .single-posty h5 {
		padding:0;
	}
    .four-most-recent .mood .mood-slider {
        width:85%;
    }
    .custom-cat-wrap h4.large-title {
    font-size: 30px;
    margin: -7px auto 35px;
		line-height:1.2;
    }
    .mobile-cat-wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    }
    .mobile-cat-wrap .featimg {
    width: 90%;
    height: 220px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    }
    .custom-cat-wrap ul li h3 {
        font-size:18px;
            margin: 17px 0px 20px;
    }
    .custom-post-wrap h4.large-title {
    margin: -5px auto 20px;
    font-size: 30px;
    }
    .cpw-flex #hero-image {
    width: 85%;
    height: 437px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    }
    .cpw-flex .rightside {
        padding-top:20px;
    }
    .cpw-flex .rightside {
    width: 80%;
    margin: 0 auto;
    }
    .trending-faves {
        width:90%;
    }
    .trending h3, .faves .wpp-list h3 {
    padding: 0 0px 0 0;
    text-align: left;
    }
    .about-sarah-wrap {
    display: block;
    margin: 20px 0 40px;
    }
    .about-sarah-wrap .image {
    min-height: 380px;
    width: 100%;
    }
    .about-sarah-wrap .textblock {
    padding: 0;
    margin: 20px auto 0;
    max-width: 272px;
    padding-bottom: 15px;
    width: 100%;
    }
    .loving .love-slider .image {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    }
    .love-slider {
    max-width: 90%;
    padding: 0 30px;
    }
    .love-slider .slick-next, .love-slider .slick-prev {
        top:30px;
    }
    .videos-wrap .flex .left .image {
        height:260px;
    }
    .videos-wrap .flex .right .view-more {
        bottom: -452px;
    }
    .cat-filtering .search-filter-results .single-posty {
    margin: 0 7px 10px;
    width: 45%;
    }
    .the-footer .creds {
        display: none;
    }
    .the-footer .mobile-creds {
    display: block;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 60px auto 20px;
    }
    .the-footer .mobile-creds p {
        font-size:9px;
        letter-spacing: 0rem;
    }
    .contact-wrap {
    background: white;
    padding: 10px 0;
    }
    .contact-wrap .flex .left {
            padding: 318px 0 0 0;

    }
    .about-wrap .one .left .block-two {
    margin-top: 17px;
    padding: 0 5%;
    width: 100%;
    }
    .about-wrap .one .right .image {
    width: 70%;
    height: 300px;
    margin: 92px 0 0 30%;
    }
    .about-wrap .one .left .block-one {
        top:15px;
    }
    .about-wrap .one .left .large-title {
    font-size: 25px;
    padding: 0;
    }
    p {
    font-size: 14px;
    }
    .about-wrap .two .left .image {
    width: 290px;
    height: 425px;
    margin: -132px 0 0 2%;
    }
    .about-wrap .two .right {
    width: 100%;
    padding: 18px 5% 0;
    letter-spacing: -0.008rem;
    margin: 0 0px 45px 0;
    }
    .about-wrap .three .left h3 {
    font-size: 25px;
    position: absolute;
    top: -43px;
    width: 78%;
    left: 6%;
    }
    .about-wrap .three .right .image {
        width: 85%;
        height: 545px;
        background-size: cover;
        background-position: center;
        margin: 0 0 0 15%;
    }
    .about-wrap .three .left {
        padding: 25px 5% 0;
    }
    .mobile-lower-links {
    display: block;
    background: #E4D5C7;
    max-width: 90%;
    margin: 40px auto 45px;
    text-align: center;
    padding: 15px 0 40px;
    }
    .mobile-lower-links p.small-title {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 auto 0;
        padding: 20px 0 0;
        letter-spacing: 0.03rem;
        display: inline-block;
        position: relative;
        font-weight: 500;
    }
    .mobile-lower-links h4 {
           font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 17px 0 32px;
    letter-spacing: 0rem;
    line-height: 1.3;
    }
    .mobile-lower-links button {
    border: none;
    background: #FFFFFF;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-size: 12px;
    height: 55px;
    padding: 0;
    width: 270px;
    margin: 0 auto 30px;
    }
    .lower-links {
        display: none;
    }
    .about-wrap .three .left .image {
        width:75%;
        height:210px;
    }
    .about-wrap .three .left .sig {
    width: 130px;
    margin: 30px auto -27px;
    display: block;
    }
    .archive-wrap article, .alm-reveal article {
    width: 44%;
    margin: 0 10px 22px;
    }
    .sf-field-taxonomy-custom_cat ul {
        max-width:290px;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
    }
	.post-type-archive-shop .sf-field-taxonomy-custom_cat ul {
		max-width:100%;
	}
    .sf-field-taxonomy-custom_cat ul li {
    margin: 0 0px 16px;
    width: 48%;
    font-size: 12px;
    }
    .shop-header .desc {
        max-width:80%;
    }
    .shopitems-wrap .single {
    width: 43%;
    margin: 0 12px 37px;
    }
    .shopitems-wrap .single .image {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center;
    border: 10px solid #F2F2F2;
    }
    .shopitems-wrap .inner {
            margin: 0 auto 10px;
    }
    .archive-wrap .alm-btn-wrap .alm-load-more-btn {
            margin: 20px auto 30px;
    }
    .blog-topper .desc {
        max-width: 85%;
    }
    .blog-topper .cat-sorting {
            margin: 0 auto;
        max-width:290px;
        justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
    }
    .blog-topper .cat-sorting li {
        width:48%;
    }
    .blog-topper .cat-sorting li a {
    margin: 0 0px 15px;
    width: 100%;
    font-size: 12px;
    }
    .archive .filtering {
    padding: 0 0 20px;
    margin: -37px auto 36px;
    background: #F7F7F6;
    }
    .archive .filtering .filterby span {
    background: black;
    width: 100%;
    height: 39px;
    display: block;
    text-align: center;
    margin: -16px auto 0;
    font-family: 'CanelaLightItalic';
    font-style: italic;
    font-size: 20px;
    line-height: 2.1;
    color: white;
    }
    .archive .filtering .filter-sorting {
        margin: 0 auto;
        max-width:90%;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .blog-topper .cat-sorting li {
    width: 46%;
    margin: 0 5px;
    }
    .archive .filtering .filter-sorting li {
    margin: 26px 0px 0;
    width: 48%;
    }
    .blog-post-topper .inner #hero-image {
    width: 295px;
    height: 430px;
    max-width: 374px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    }
    .archive .filtering .filter-sorting li a:before {
        background:white;
    }
    .archive .filtering .filter-sorting li a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0em;
    display: inline-block;
    }
    .apw-flex {
    max-width: 90%;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0 auto 40px;
    }
    .apw-flex .rightside .exc {
        display: none;
    }
    .apw-flex .rightside button {
            margin: 21px auto 0;
    }
    .feats-title {
            margin: 10px 0 13px;
    }
    .blog-topper .cat-sorting li a {
    margin: 0 0px 15px;
    width: 100%;
    font-size: 11px;
    padding: 6px 0 7px!important;
    }
    .page-template-page-custom-category .trending-faves {
    max-width: 100%;
    background: #F7F7F6;
    padding: 30px 0 10px;
    width: 100%;
    }
    .page-template-page-custom-category .apw-flex {
        max-width:90%;
    }
    .page-template-page-custom-category .trending, .page-template-page-custom-category .faves .wpp-list {
    max-width: 90%;
    margin: 0 auto;
    }
    .page-template-page-custom-category .trending h3, .page-template-page-custom-category .faves .wpp-list h3 {
    margin: 15px 0px 5px;
    padding: 0;
    }
    .page-template-page-custom-category .trending .cat, .page-template-page-custom-category .faves .wpp-list .cat {
    display: block;
    margin: 0px 0 0;
    }
    .page-template-page-custom-category .trending-faves .rmore {
    display: block;
    margin: 20px 0 0;
    }
    .page-template-page-custom-category .trending-faves .rmore {
    width: 144px;
    height: 33px;
    background: black;
    color: white;
    padding: 8px 0 0;
    }
    .page-template-page-custom-category .faves .wpp-list .rmore {
    margin: 0 0 0 146px;
    }
    .page-template-page-custom-category .mobile-lower-links {
    margin: 47px auto 30px;
    }
    .blog-post-topper li.previous, .blog-post-topper li.next {
        z-index: 99;
        top: 377px;
    }
 
    .blog-post-topper .inner .text-block {
    padding: 155px 5% 20px;
    width: 100%;
    background: #F7F7F6;
    margin: -140px 0 0;
    position: relative;
    z-index: 0;
    max-height: inherit;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
    .mobile-top .title2 {
        padding: 0 30px;
        font-size: 38px;
    }
    .blog-post-topper .inner .text-block .recipe-info {
    opacity: 0.52;
     margin: 0px auto 85px;
    max-width:100%;
    }
    .blog-post-topper .inner .text-block .recipe-info strong {
        display: none;
    }
    .blog-post-topper .inner .text-block .recipe-info ul li:after {
        display: none;
    }
    .blog-post-topper .inner .text-block .recipe-info ul li:nth-child(2){
            border-right: 1px solid;
    border-left: 1px solid;
    padding: 0 10px;
    margin: 0 0;
    }
    .blog-post-topper .inner .text-block .recipe-info em {
        display: block;
    }
    .blog-post-topper .inner .text-block .recipe-info ul li {
        text-align: center;
        margin: 0 10px;
    }
    .comments-form h3 {

    margin: 18px auto -23px;

    }
    .tasty-recipes {
    background: #F7F7F6;
    padding: 40px 10px 10px;
    margin: 0 auto 90px;
    }
    .sb-flex {
        width:90%;
    }
    .sb-flex .left-blog h1.title {
        width:100%;
        font-size: 38px;
    }
    .tasty-recipes-entry-header {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
            margin-bottom: 30px;
                position: relative;
    }
    .tasty-recipes-entry-header .tr-left {
    width: 45%;
    margin: 0 0 0 0;
    }
    .tasty-recipes ul, .tasty-recipes ol {
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
    }
    .tasty-recipes-entry-header .tr-right {
    width: 50%;
    }
    .tasty-recipes-entry-header .tr-right .tasty-recipes-description {
        display: none;
    }
    .tasty-recipes-entry-header .tasty-recipes-buttons {
    display: none;
    }
    .tasty-recipes-entry-header .tr-right h2 {
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    margin: 42px auto 0;
    letter-spacing: 0.03rem;
    line-height: 1.3;
    }
    .tasty-recipes-entry-header .tr-left #tr-image {
        width:100%;
            height: 220px;
    }
    .tasty-recipes .tr-deets .left ul li, .tasty-recipes .tr-deets .right ul li {
           font-size: 12px;
    }
    .tasty-recipes .tr-deets .left ul li span.tasty-recipes-label {
        font-size:15px;
    }
    .tasty-recipes .recipe-shop .image {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    }
    .tasty-recipes .recipe-shop .pull-right {
        right: -9px;
        top: 25px;
    }
    .tasty-recipes .recipe-shop .pull-left {
        left: 0;
        top: 25px;
    }
    .tasty-recipes-buttons a.button {
        width: 130px;
    }
    .tasty-recipes .tasty-recipes-entry-footer {
    margin: 45px auto -66px;
    width: 90%;
    }
    .tasty-recipes .recipe-shop .love-slider-2 {
    margin: 0 auto;
    max-width: 90%;
    padding: 0;
    }
    .sb-flex .left-blog .ymal .image {
        max-width:87%;
    }
    #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
        width: 100%;
    }
    .post-comments {
    max-width: 90%;
    padding: 20px;
    }
	.page-template-page-custom-category .trending-faves .trending-drop {
    background: white;
    padding: 14px 0 0;
    margin: -21px auto 0;
}
	.page-template-page-custom-category .trending-faves .trending-drop .drop-select {
    font-size: 40px;
    position: absolute;
    top: 28px;
    right: -2px;
}
	.page-template-page-custom-category .trending-faves .trending-drop li {
    margin: 0px auto 9px;
}
}


@media all and (max-width:420px) {
    .shopitems-wrap .single .image {
        height:180px;
    }
    .recipe-list .right .search-filter-results .single-posty #hero-image {
        height: 215px;
    }
}
@media all and (max-width:420px) {
.recipe-list .fixme h4{
	font-size:10px;
}
	}