/*
	Theme Name: Sweet As Honey
	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:-apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    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}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}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: 'Beyond Infinity - Demo';
    src: url('../mtt_base_theme/fonts/BeyondInfinity.woff2') format('woff2'),
        url('../mtt_base_theme/fonts/BeyondInfinity.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Beyond Infinity';
    src: url('../mtt_base_theme/fonts/BeyondInfinity.woff2') format('woff2'),
        url('../mtt_base_theme/fonts/BeyondInfinity.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}*/

/*font-family: 'Homemade Apple', cursive;*/

/*font-family: minion-3, serif;*/

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0!important;
}
.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: 20px;
}

body {
	color: #000;
	/*font-size: 20px;
	/*line-height: 1.5em;*/
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background:#FFF;
     /*minion-3, serif*/
}

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

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

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

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

table {
	border: none;
}

a:hover {
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

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

blockquote {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    margin: 40px auto 40px;
}

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

.gform_wrapper div.validation_error {
        color: #e695c2!important;
    font-size: 1em;
    margin-bottom: 25px;
    border-top: none!important;
    border-bottom: none!important;
    padding: 0;
    clear: both;
    width: 100%;
    text-align: center;

    font-weight: 400;
}
.gform_wrapper li.gfield.gfield_error, .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;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%!important;
    padding-right: 16px!important;
    color: #e695c2!important;
    padding: 0!important;

}
.the-footer .upper .left .form .gform_wrapper div.validation_error {
color:#000!important;
}
.the-footer .upper .left .form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color:black!important;
}
.the-footer .upper .left .form #gform_confirmation_message_1 p {
    text-align: center;
    font-size: 44px;
    color: white;
    font-weight: 300;
    padding-top: 30%;
}

/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	display: inline-block;
	padding-left: 28px;
	vertical-align: top;
}
 
.first {
	clear: both;
	padding-left: 0px;
}


/* 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: 0px auto 0;
	position:relative; 
}

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


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

.site-header {
	padding: 0px auto 0px;
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: sticky;
	top:0;
    position: -webkit-sticky;
}

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


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

h1 {

}

h2 {

}

h3 {
  
    font-size: 33px;
    font-weight: 400;
}

h4 {
  
}

h6 {

}


/* Navigation
--------------------------------------------- */
.wrap-it {
    max-width: 1180px;
    margin: 0 auto;
}
.gen-content h1.page-title {

    font-size: 44px;
    letter-spacing: 0.1rem;
    font-weight: 300;
    margin: 70px 0 50px;
    text-align: center;
}
.gen-content {
	margin: 0 auto 100px;
}
.gen-content h3{
    margin: 0 0 10px;
    font-size: 25px;
}
.gen-content h2 {

    font-size: 33px;
    font-weight: 400;
    margin: 10px 0;
}
.gen-content h5 {
        text-transform: uppercase;

    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
}
.gen-content a {
    color:#ce3c8c;
}
.nav-primary {
	margin: 0px auto;
	width: 100%;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.nav-primary .genesis-nav-menu a {
    display: block;
    margin: 0px 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
}

/*.fixed-header {
	display: none;
	height: 55px;
    background: black;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    transition: all 0.5s;
}
.the-header {
    position: relative;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
}
.the-header .top-header {
    width: 100%;
    background: #000;
    position: relative;
    top: 0;
    height: 55px;
    color: white;
    z-index: 9999;
}
.the-header .top-header #menu-top-bar {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin-right: 10px;
}
.the-header .top-header #menu-top-bar li {
    margin: 0 5px;
}
.the-header .top-header .social ul{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.the-header .top-header .social ul li {
    margin: 1px 0px 0 31px;
}
.the-header .top-header .right-side {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-top: 10px;
    width: 95%;
    max-width: 1138px;
    margin: 0 auto;
}
.the-header .top-header .right-side .top-menu {
    padding-right: 30px;
    width: 240px;
}
.the-header .top-header .right-side .top-menu #menu-top-bar-1 {
     display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-header .top-header #menu-top-bar  #menu-item-16600{
        margin-left: 41px;
}
.the-header .top-header .social ul a {
    font-size: 11px;
}
.the-header .top-header a{
    color: white;
    text-transform: uppercase;
    
    padding: 0;
    font-size: 9px;
    letter-spacing: 0rem;
    font-weight: 700;
    margin: 0 -8px;
}
.the-header .top-header .current_page_item a, .the-header .flex .center .current_page_item a {
        color: #ce3c8c;
}
.the-header .small-logo {
    display: none;
}
.the-header.nav-up {
    top: -165px;
}
.the-header.nav-down {
    position: fixed;
    background: #f9fbf6;
    width: 100%;
    top:0;
}
.the-header.nav-down .flex .left {
    width: 279px;
    margin-top: 11px;
    padding-left: 12px;
}
.the-header.nav-down .logo {
    display: none;
}
.the-header.nav-down .small-logo {
    display: block;
}
.the-header.nav-down .flex {
    margin: 22px auto 20px;
}
.the-header .flex {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 95%;
    max-width: 1180px;
    margin: 35px auto 0;
}
.the-header .flex .left {
    width: 163px;
    margin-right:81px;
}
.the-header .flex .center a{
    color: #000;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    padding: 6px!important;
    margin: -6px!important;
}
.the-header .flex .center a:hover{
    color:#ce3c8c;
    background-color: transparent!important;
    opacity: 1;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background-color: transparent!important;
     color:#ce3c8c!important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
        color: #d44397!important;
    background: transparent!important;
}
.the-header .flex .center {
    position: relative;
    width: 558px;
    padding-top: 40px;
    padding-left: 0;
    margin-right: 114px;
}
.the-header .flex .center:after {
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    background-color: #ebb1d1;
    position: absolute;
    right: -64px;
    top: 38px;
}
.the-header .flex .right {
    width: 200px;
    padding-top: 14px;
}
.the-header .flex .center, .the-header .flex .search .searchicon, .the-header .small-logo {
    transition: all 0.5s;
}
.fixed-header .flex .center, .fixed-header .flex .search .searchicon, .fixed-header .small-logo {
    transition: all 0.5s;
}
 .the-header .search-hidden {
     transition: all 1s;
 }
.the-header .flex .search .searchicon.pushedme{
        margin-left: -143px;
}
.fixed-header .flex .search .searchicon.pushedme{
        margin-left: -143px;
}

.the-header .search-hidden.showme {
    display: block;
         position: absolute;
    top: 0;
}
.fixed-header .search-hidden.showme {
    display: block;
         position: absolute;
    top: 0;
}
/*.the-header .search-hidden.showme .search{
        right: 0;
    position: absolute;
    left: inherit;
    display: block;
    top: -9px;
}*//*
.the-header .flex .center.pushedme {
    padding-right: 58px;
}
.fixed-header .flex .center.pushedme {
    padding-right: 58px;
}
.fixed-header .flex .center{
    width: 471px;
    padding-top: 10px;
    padding-left: 22px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    display: none!important;
}
.the-header .flex .center ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.fixed-header .flex .center ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	justify-content: space-flex-start;
    -ms-justify-content: space-flex-start;
    -webkit-justify-content: space-flex-start;
}
.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
	margin-left: 40px;
}
.nav-primary {
	display: none;
}
.the-header .flex .social ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-header .flex .social {
    width: 189px;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 7px;
}
.the-header .flex .search{
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.the-header .flex .search .searchicon{
    padding-top: 10px;
    font-weight: 100;
    margin: 0 20px 0 0;
}
.fixed-header .flex .search{
    width: 22px;
    font-size: 14px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    margin-top: -12px;
}
.fixed-header .flex .search:hover {
    cursor: pointer;
}
.fixed-header .flex .right.open {
    width: 275px;
}
.fixed-header .flex .right.open .search {
    width: 310px;
}
.fixed-header .search-hidden {
    padding-top:23px;
}
.fixed-header .search-hidden input {
    font-size:9px;
    color:white;
}
.fixed-header .search-hidden input::placeholder { 
  color: #fff;
  opacity: 1; 
}

.fixed-header .search-hidden input:-ms-input-placeholder { 
  color: #fff;
}

.fixed-header .search-hidden input::-ms-input-placeholder { 
  color: #fff;
}
/*.the-header .flex .center ul ul.sub-menu {
        position: absolute;
    z-index: 99999;
    background: white;
    left: -30px;
    width: 112%;
    padding: 30px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right:0!important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
        border-left: none!important;
            box-shadow: none!important;
}
.ubermenu .ubermenu-target {
    padding:0!important;
}
.ubermenu-skin-black-white-2 {
    border:none!important;
    background:transparent!important;
}
.the-header .search-hidden input[type="submit"] {
    display: none;
}
.fixed-header .search-hidden input[type="submit"] {
    display: none;
}
.the-header .search-hidden input {
padding: 0 0 0 19px;
    border: none;
    background: transparent;
    color: #000;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.125rem;
    font-weight: 700;
    width: 200px;
}*/
/*.the-header .search-hidden input::placeholder { 
  color: #000;
  opacity: 1; 
}

.the-header .search-hidden input:-ms-input-placeholder { 
  color: #000;
}

.the-header .search-hidden input::-ms-input-placeholder { 
  color: #000;
}
.fixed-header .search-hidden input {
    padding: 0;
    border: none;
    background: transparent;
    font-size:11px;
    color:#FFF;
	padding: 5px 5px 5px;
    width: 140px;
	border-bottom: 1px white solid;
}
.the-header .search-hidden input::placeholder { 
    color: #000;
    opacity: 1;
}
.the-header .search-hidden input:-ms-input-placeholder { 
    color: #000;
}
.the-header .search-hidden input::-ms-input-placeholder { 
    color: #000;
}
.the-header .search-hidden{
    position: relative;
}
.fixed-header .search-hidden input::placeholder { 
    color: #fff;
    opacity: 1; 
}
.fixed-header .search-hidden input:-ms-input-placeholder { 
    color: #fff;
}
.fixed-header .search-hidden input::-ms-input-placeholder { 
    color: #fff;
}
.fixed-header .search-hidden{
    position: relative;
}
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #fff!important;
    border: none!important;
    margin: 0 0 0 -50px!important;
    padding: 36px 17px 25px!important;
    width: 119%!important;
}
.ubermenu .ubermenu-submenu .ubermenu-column {
    display: block!important;
    float: none!important;
    width: 100%!important;
}
.the-header .flex  .dd-flex .right{
        width: 60.5%;
}
.the-header .flex  .dd-flex .gform_wrapper {
    width:34%;   
}
.the-header .flex  .dd-flex .gform_wrapper h3.gform_title {
    color: black;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0!important;
    margin: 7px 0 36px;
 font-family: 'Homemade Apple', cursive;
}
.the-header .flex  .dd-flex .gform_wrapper label {
    display: none!important;
}
.the-header .flex  .dd-flex .gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-family: minion-3, serif;
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: -6px 0 0;
    letter-spacing: 0;
    padding-right: 10px;
}
.the-header .flex  .dd-flex .gform_wrapper input{
    color: #000!important;
    text-transform: uppercase!important;

    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    font-weight: 700!important;
    border: 2px solid rgba(235, 177, 209, 0.48)!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 13px 22px!important;
    margin: 0 0 0!important;
}
.the-header .flex  .dd-flex  .gform_wrapper #field_3_1{
        padding: 0!important;
    width: 100%;
}
.the-header .flex .dd-flex .gform_wrapper #field_3_3 label{
    color: #000!important;
    text-transform: uppercase!important;
    
    font-size: 10px!important;
    letter-spacing: 0.08rem!important;
    font-weight: 700!important;
    display: block!important;
    margin-top: -15px;
}
.the-header .flex .dd-flex .gform_wrapper #field_5_3 label{
    color: #FFF!important;
    text-transform: uppercase!important;
    
    font-size: 10px!important;
    letter-spacing: 0.08rem!important;
    font-weight: 700!important;
    display: block!important;
    margin-top: -15px;
}
.the-header .flex .dd-flex .gform_wrapper #field_3_3 select {
        color: #000!important;
    text-transform: uppercase!important;
    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    font-weight: 700!important;
    border: 2px solid rgba(235, 177, 209, 0.48)!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 13px 22px!important;
    margin: 0 0 0!important;
}
.the-header .flex .dd-flex .gform_wrapper #field_5_3 select {
        color: #FFF!important;
    text-transform: uppercase!important;
    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    font-weight: 700!important;
    border: 2px solid rgba(235, 177, 209, 0.48)!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 13px 22px!important;
    margin: 0 0 0!important;
        background: black;
}
.the-header .flex  .dd-flex  .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: -16px!important;
}
.the-header .flex .dd-flex .gform_wrapper .gform_footer {
        position: relative;
    margin: 0;
}
.the-header .flex  .dd-flex .gform_wrapper #gform_submit_button_3{
    color: #000!important;
    text-transform: uppercase!important;

    font-size: 11px!important;
    letter-spacing: 0.12rem!important;
    font-weight: 700!important;
    background: transparent;
    border: none!important;
    padding: 0 0 0 14px!important;
    margin: 0!important;
}
.the-header .flex  .dd-flex .gform_wrapper .gform_footer:after{
    content:url('https://www.sweetashoney.co/wp-content/uploads/blackarrow.png');
    display: block;
    position: absolute;
    top: 17px;
    left: 101px;
}
.the-header .flex  .dd-flex .gform_wrapper input::-webkit-input-placeholder {
  color: black;
}
.the-header .flex  .dd-flex .gform_wrapper input::-moz-placeholder { 
  color: black;
}
.the-header .flex  .dd-flex .gform_wrapper input:-ms-input-placeholder { 
  color: black;
}
.the-header .flex  .dd-flex .gform_wrapper input:-moz-placeholder { 
  color: black;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
    display: none!important;
}
.the-header .flex .center ul .ubermenu-submenu {
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
        padding: 8px 0 0 34px;
}
.the-header .flex .center ul #gform_fields_3, .the-header .flex .center ul #gform_fields_5{
flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.the-header .flex .center ul #gform_fields_3 #field_3_2, .the-header .flex .center ul #gform_fields_5 #field_5_2{
    padding: 0!important;
    margin: 30px 0 -10px;
}
.the-header .flex .center ul .ubermenu-submenu li {
    margin-bottom: 15px;
    padding:0;
}
.the-header .flex .center ul .ubermenu-submenu li.view-all{
        color: #dd7bb1;
    margin-top: 23px;
}
.the-header .flex .center ul .ubermenu-submenu li.view-all a {
    color: #dd7bb1;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-4 h3 {
    color: white;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0!important;
    margin: -11px 0 1px;
 font-family: 'Homemade Apple', cursive;
 font-size:20px!important;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-3 {
    padding:0;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-4 {
    padding:0;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-3 h3{
    color: black;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0!important;
    margin: -11px 0 1px;
 font-family: 'Homemade Apple', cursive;
 font-size:20px!important;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-2 h3{
    color: black;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0!important;
    margin: -11px 0 1px;
 font-family: 'Homemade Apple', cursive;
 font-size:20px!important;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-3  li {
    width:186px;
    text-align: center;
    margin:0 auto;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-2  li {
    width:186px;
    text-align: center;
    margin:0 auto;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-4  li {
    width:186px;
    text-align: center;
    margin:0 auto;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-3 #hero-image {
    width: 186px;
    height: 264px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-2 #hero-image {
    width: 186px;
    height: 264px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-4 #hero-image {
    width: 186px;
    height: 264px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-3 #hero-image .hover{
        background: rgba(206, 60, 140, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
        padding: 58% 20px 0;
    color: white;
    transition: all 0.5s;
    opacity: 0;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-2 #hero-image .hover{
        background: rgba(206, 60, 140, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
        padding: 58% 20px 0;
    color: white;
    transition: all 0.5s;
    opacity: 0;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-4 #hero-image .hover{
        background: rgba(206, 60, 140, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
        padding: 58% 20px 0;
    color: white;
    transition: all 0.5s;
    opacity: 0;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-3 #hero-image:hover .hover{
    opacity: 1;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-2 #hero-image:hover .hover{
    opacity: 1;
}
.the-header .flex .center ul .ubermenu-submenu li#execphp-4 #hero-image:hover .hover{
    opacity: 1;
}
.ubermenu .ubermenu-submenu-id-17005 .ubermenu-column-1-3 {
    width: 33.33%!important;
    float: left!important;
}
.ubermenu .ubermenu-submenu-id-17001 .ubermenu-column-1-3 {
	 width: 33.33%!important;
    float: left!important;
}
.ubermenu .ubermenu-submenu-id-17021 .ubermenu-column-1-3 {
    width: 33.33%!important;
    float: left!important;
}
.ubermenu .ubermenu-submenu-id-16469 .ubermenu-column-1-3 {
    width: 33.33%!important;
    float: left!important;
}
.ubermenu .ubermenu-submenu-id-16847 .ubermenu-column-1-3 {
    width: 33.33%!important;
    float: left!important;
}
.the-header .flex  .dd-flex .gform_wrapper .gform_footer {
    position: relative;
}*/
.dd-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
/*.the-header .search-hidden .search{
        right: -107px;
    position: absolute;
    left: inherit;
        top: -9px;
}*/
/*.fixed-header .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 95%;
    max-width: 1180px;
    margin: 15px auto 0;
}
.fixed-header .flex .left {
    width: 246px;
    margin-right: 45px;
    transition: all 0.5s;
}
.fixed-header .flex .center a{
    color: white;
    text-transform: uppercase;
    
    font-size: 9px;
    letter-spacing: 0rem;
    font-weight: 700;
}
.fixed-header .flex #menu-item-16477 span.ubermenu-target-title {
    color: white!important;
    text-transform: uppercase;
    
    font-size: 9px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    padding: 6px!important;
    margin: 0px 0!important;
    line-height: 0;
    display: block;
}
.fixed-header .flex #menu-item-16477 span {
    outline:none;
}
.ubermenu-item-16477 span.ubermenu-target-title {
    color: black!important;
    text-transform: uppercase!important;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700!important;
    padding: 6px!important;
    margin: -2px -6px!important;
    outline:none!important;
}
.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
        outline:none!important;
}
.ubermenu *:focus{
    outline:none!important;
}
.the-header .flex .center ul #gform_fields_3 .gfield_error {
        margin: 0px 0 0!important;
}
.the-header .flex .dd-flex .gform_wrapper div.validation_error{
    margin-bottom: -16px;
    margin-top: 10px;
}
.ubermenu-skin-black-white-2 {
    box-shadow: none!important;
}
.the-header .top-header a:hover{
     color:#ce3c8c;
     opacity: 1;
}
.fixed-header .flex .center{
    position: relative;
    width: 625px;
    padding-top: 7px;
    padding-left: 0;
    margin-right: 76px;
    color: white;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    transition: all 0.5s;
}
.fixed-header .flex .center .top-menu {
    width: 33%;
    margin-top: -12px;
}
.fixed-header .flex .center .ubermenu  {
	margin-right:40px;	
}
/*.fixed-header .flex .center .ubermenu {
    width: 68%;
}*//*
.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	min-width: 700px;
}
.fixed-header .flex .center ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.fixed-header .flex .right a {
    color:white;
}
.fixed-header .flex .right i {
    color:white;
}
.fixed-header .flex .center:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    right: -60px;
    top: 4px;
}
.fixed-header .flex .social {
    width: 85px;
    font-size: 14px;
    padding-top: 0px;
    padding-right: 0;
    position: relative;
}
.fixed-header .flex .social:before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    left: -30px;
    top: 4px;
}
.nav-primary {
	display: none;
}
.fixed-header .flex .social ul {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.fixed-header  .ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
background-color: black!important;
    width: 156%!important;
}
.fixed-header .flex .dd-flex .gform_wrapper h3.gform_title {
    color:white;
}
.fixed-header .flex .dd-flex .gform_wrapper span.gform_description {
    color:white;
}
.fixed-header .flex .dd-flex .gform_wrapper input {
    color: #FFF!important;
    text-transform: uppercase!important;
    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    font-weight: 700!important;
    border: 2px solid rgba(235, 177, 209, 0.48)!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 13px 22px!important;
    margin: 0 0 0!important;
    background:#000!important;
}
.fixed-header .flex .dd-flex .gform_wrapper #gform_submit_button_5 {
    color: #fff!important;
    padding: 0 0 0 11px!important;
    border: none!important;
}
.fixed-header .flex .center ul .ubermenu-submenu li#execphp-3 h3 {
    color:white;
}
.fixed-header .flex  .dd-flex .gform_wrapper input::-webkit-input-placeholder { 
  color:white;
}
.fixed-header .flex  .dd-flex .gform_wrapper input::-moz-placeholder { 
  color:white;
}
.fixed-header .flex  .dd-flex .gform_wrapper input:-ms-input-placeholder { 
  color:white;
}
.fixed-header .flex  .dd-flex .gform_wrapper input:-moz-placeholder { 
  color:white;
}
.fixed-header .flex .dd-flex .gform_wrapper .gform_footer:after {
        filter: invert(100%);
}
.fixed-header .flex .dd-flex .right img {
    width:100%;
    height:auto;
}
.the-header .flex .dd-flex .right {
    display: block!important;
}
#gform_confirmation_message_3 p {
        text-align: left;
    
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 50px 25px 0 0;
}
#gform_confirmation_message_5 p {
        text-align: left;
    
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 50px 25px 0 0;
}
.fixed-header .flex .right {
    width: 160px;
    display: block;
    padding-top: 0;
display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}*/
.hideme {
    display: none;
}
.showme {
    display: block;
}
/* Home Page
--------------------------------------------- */

.banner-ribbon {
    background: #f4e3e5;
    position: relative;
    margin: 30px 0 50px;
}
.post-comments .banner-ribbon .inner {
padding: 30px 10px;
}
.post-comments .banner-ribbon .inner .right {
    width: 345px;
    text-align: left;
    padding-top: 11px;
}
.post-comments .banner-ribbon .inner .img {
    width: 180px;
    height: 162px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 7px;
    /*transform: rotate(10deg);
    /*border: 5px solid black;
    border-radius: 7px;*/
}
.post-comments .banner-ribbon .inner h5 {
    
    font-size: 21px;
    font-weight: 100;
    margin: 5px 0 0;
    color: white;
}
.post-comments .banner-ribbon .inner h3 {
    margin: 0;
    color: white;
    font-size: 25px;
}


.banner-ribbon .inner {
        max-width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.banner-ribbon .inner img{
    width: 130px;
    position: absolute;
    right: 0;
    top: -20px;
    /*transform: rotate(10deg);
        border: 5px solid black;
    border-radius: 7px;*/
}
.banner-ribbon .inner .img{
    width: 222px;
    height: 222px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -20px;
    /*transform: rotate(10deg);
        border: 5px solid black;
    border-radius: 7px;*/
}
.banner-ribbon .inner .right{
        width: 355px;
    text-align: left;
}
.banner-ribbon .inner button{
        background-color: black;
    text-align: center;
    margin: 14px 0px 0;
    text-transform: uppercase;
    
    font-weight: 700;
    font-size: 11px;
    color: white;
    width: 256px;
    height: 41px;
}
.banner-ribbon .inner h3 {
    margin:0;
    color:black;
}
.banner-ribbon .inner h5{
    
    font-size: 25px;
    font-weight: 100;
    margin: 10px 0 0;
    color: white;
}
.intro {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 43px auto 0;
}
.intro .left {
	width: 490px;
    height: 390px;
    background-size: cover;
    background-position: center
}
.intro .right {
	width: 590px;
}
.intro .right h3.desc {
	margin: 89px 0 0;
    line-height: 1.155;
    padding-right: 34px;
}
.intro .right .link{
	text-align: right;
    padding-right: 115px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 60px auto 0;
    font-weight: 600;
    position: relative;
}
.intro .right .link a:before {
    content: "";
    width: 335px;
    height: 1px;
    background: #082E4C;
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
}
.mr-posts {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 31px auto 0;
}
.mr-posts #hero-image {
	width: 100%;
    height: 563px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.5s;
}
.mr-posts #hero-image:hover {
    opacity: 0.7;
}
.mr-posts .cat {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin: 13px auto 0;
}
.home .mr-posts li:nth-child(4) {
    display: none;
}
/* .cat a:first-child {
    display: none;
}
.cat a:after {
    content:", ";
    display: inline-block;
}
.cat a:last-child:after {
    content:"";
} */
.mr-posts .title {
    font-size: 15px;
    text-transform: uppercase;
    padding: 34px 33px 0;
    margin: 7px auto 0;
    letter-spacing: 0.1rem;
    background: rgba(206, 60, 140, 0.7);
    position: absolute;
    bottom: 0;

font-weight:500;
    height: 141px;
    line-height: 1.75;
    color: white;
    width: 100%;
}
.mr-posts li {
	width:375px;
	text-align: center;
}
.mr-posts.next-three li:nth-child(1), .mr-posts.next-three li:nth-child(2), .mr-posts.next-three li:nth-child(3) {
	display: none;
}
.post-break .pb-wrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 63px auto 0;
    max-width: 1500px;
}
.post-break-two {
    max-width:1500px;
    margin: 0 auto;
}
.post-break .pb-wrap .left {
    background: #e28aba;
    width: 50%;
    text-align: center;
    color: white;
    padding: 98px 50px;
    min-height: 462px;
}
.post-break .pb-wrap .left h3.desc {

    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 390px;
    margin: 0 auto 0;
    letter-spacing: 0.09rem;
}
/*.post-break .pb-wrap .left .link {
 font-family: 'Homemade Apple', cursive;
    font-size: 25px;
    color: white;
    margin: 55px 0 0;
}*/
.post-break .pb-wrap .left a {
    color:white;
    padding: 6px;
}
.post-break .pb-wrap .right {
        width: 50%;
    background-size: cover;
    background-position: center;
}
.post-break-two .pb-wrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 65px 0 0;
}
.post-break-two .pb-wrap .right {
    background: #e28aba;
    width: 50%;
    text-align: center;
    color: white;
    padding: 63px 58px 50px;
    min-height: 467px;
}
.post-break-two .pb-wrap .right h3{
        text-align: left;

    font-size: 44px;
    margin: 0 0 30px;
    font-weight: 300;
    letter-spacing: 0.03rem;
}
.post-break-two .pb-wrap .right .about{
        font-size: 20px;
    text-align: left;
    letter-spacing: 0.02rem;
}
.post-break-two .pb-wrap .right .link {
    text-align: left;
    margin: 20px 0 0;
}
.post-break-two .pb-wrap .right .link a{
    color: white;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.13rem;
    font-weight: 700;
        padding: 6px;
    margin-left: -6px;
}
#ubermenu-main-3-primary-2 #gform_confirmation_message_3 p{
        color: #000;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    text-align: left!important;
    padding: 40px 0 0;
}
.post-break-two .pb-wrap .right .link img{
        width: 18px;
    margin: 0 0 0 24px;
}
.post-break-two .pb-wrap .left {
        width: 50%;
    background-size: cover;
    background-position: top center;
}
.low-carb-baking .inner h3 {

    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 57px 0 12px;
    letter-spacing: 0.2rem;
    font-weight:700;
}

.lc-flex .single-lc {
    border: 1px solid #ebb1d1;
    padding: 29px 39px 55px 36px;
    position: relative;
    width: 568px;
    margin: 50px 23px 26px;
}
.lc-flex .single-lc .link{

    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    margin: 50px 0;
    letter-spacing: 0.1rem;
    font-weight: 700;
    background: white;
    position: absolute;
    bottom: -66px;
    right: 24px;
    padding: 0 41px;
}
.lc-flex .single-lc ul li a {

    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin: 18px 0;
    display: block;
    font-weight: 500;
}
.lc-flex .single-lc ul li a:hover {
        color: #d44397;
        opacity: 1;
}
.lc-flex .single-lc ul li #hero-image {
    width: 100%;
     height: 348px;
    background-size: cover;
    background-position: center;
}
.lc-flex .single-lc ul li {
    width: 235px;
}
.lc-flex .single-lc ul  {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.lc-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    max-width: 1300px;
    margin: 0 auto 38px;
}

.page-id-16960 .lc-flex {
    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;
    max-width: 1300px;
    margin: 0 auto 38px;
}

.page-id-16960 .lc-flex .single-lc {
    border: 1px solid #ebb1d1;
    padding: 29px 39px 55px 36px;
    position: relative;
    width: 568px;
    margin: 50px 0px 26px;
}

.lc-flex .single-lc h2.title {

    text-align: center;
    text-transform: lowercase;
    font-size: 27px;
    margin: 50px 0;
    letter-spacing: 0.01rem;
    font-weight: 300;
    background: white;
    position: absolute;
    top: -68px;
    left: 13px;
    padding: 0 23px;
}
/*.home-shop-wrap {
	display: none;
}*//*
.home-shop-wrap h3.title {

    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 70px 0 0;
    letter-spacing: 0.2rem;
    font-weight: 700;
}
.home-shop-wrap .inner .top{

    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    margin: 28px 0 44px;
    letter-spacing: 0.11rem;
    font-weight: 700;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.home-shop-wrap .inner .top div {
    margin: 0 49px;
}
.home-shop-wrap .inner .top div:hover {
    cursor: pointer;
    color:#ce3c8c;
}
.home-shop-wrap .inner .top .active-2 {
    color:#ce3c8c;
}
#prod-slider {
    border: 1px solid #ebb1d1;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 28px 39px;
}
#prod-slider .arrowleft {
        position: absolute;
    left: 0;
    top: 44%;
    z-index: 9;
}
#prod-slider .arrowright {
        position: absolute;
    right: 0;
    top: 44%;
    z-index: 9;
}
#prod-slider .wtitle {

    text-align: center;
    text-transform: lowercase;
    font-size: 27px;
    margin: 50px 0;
    letter-spacing: 0.05rem;
    font-weight: 300;
    background: white;
    position: absolute;
    top: -68px;
    left: 10px;
    padding: 0 26px;
}
#prod-slider h6{

    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    margin: 0 auto;
}
.home-shop-wrap .inner .lower .hideme {
    display: none!important;
}
.home-shop-wrap .inner .showme {
    display: block!important;
}
#prod-slider .image {
        width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}*/
.wrap-it .latest-title p{

    font-weight: 300;
    font-size: 27px;
    margin: 32px 0 0 0;
}
.wrap-it .latest-title p span{

    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-left: 6px;
}
.wrap-it .latest-title{
    position: relative;
}
.wrap-it .latest-title:before{
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    background-color: #ebb1d1;
    position: absolute;
    top: 19px;
    right: 0;
}
.archive .wrap-it .latest-title:before, .search .wrap-it .latest-title:before {
    display: none;
}
.archive .wrap-it .latest-title p {
    text-transform: lowercase;
}
.wrap-it h4 {
    ;
    font-size: 14px;
    text-transform: uppercase;
    margin: 17px 0 0;
    padding: 0;
    font-weight: 700;
    position: relative;
}
.disclaimer p{
	
}
.disclaimer{
	background-color: #f4e3e5;
    padding: 10px;
    text-align: justify;
}
.explore-wrap {
    margin: 56px auto 50px;
}
.explore-wrap .top ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.explore-wrap .top ul li {
    background-color: #000;
    text-align: center;
    margin: 0 12px 0;
    text-transform: uppercase;
font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.11rem;
    color: white;
    width: 176px;
    height: 41px;
    padding-top: 6px;
    position: relative;
    transition: all 0.5s;
}
.explore-wrap .top ul li.active {
background-color:#ce3c8c;
}
.explore-wrap .top ul li.active:after{
    content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #ce3c8c;
    clear: both;
    transition: all 0.5s;
}
.explore-wrap .top ul li:hover:after {
    content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #ce3c8c;
    clear: both;
}
.explore-wrap .top ul li:hover {
 background-color:#ce3c8c;
 cursor: pointer;   
}
.explore-wrap .lower .show-2, .explore-wrap .lower .show-3, .explore-wrap .lower .show-1 {
    display: none;
}
.explore-wrap .lower .showme {
    display: block;
}
.explore-wrap .lower #hero-image {
        width: 100%;
    height: 421px;
    background-size: cover;
    background-position: center;
}
.explore-wrap .lower ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1180px;
    margin: 28px auto 0;
}
.explore-wrap .lower ul li{
    width: 278px;
    text-align: center;
}
.explore-wrap .lower ul li a{

    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin: 20px 0;
    display: block;
    font-weight: 500;
}
.explore-wrap .lower ul li .h-title {
        margin: -8px 0 0;
    line-height: 1.7;
    padding: 0 12px;
    font-weight:500;
}
.explore-wrap .link {
    text-align: center;
    /*font-family: 'Homemade Apple', cursive;*/
    color: #000;
    font-size: 25px;
    margin: 60px 0 0;
    letter-spacing: 0;
}
.explore-wrap .link a {
    padding: 6px;
}
.cat-flex {
    margin: 15px auto 0;
    padding: 0 0 0 2px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.cat-flex .image {
	margin-bottom: 12px;
    width: 278px;
    height: 276px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}
.cat-flex a:hover .image {
        opacity: 0.7;
    }
.cat-flex a {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 600;
}
.cat-flex .single-item {
	width: 278px;
	margin-bottom: 89px;
	text-align: center;
}
.wwm{
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 62px auto 60px;
}
.wwm .left {
	width:590px;
}
.wwm .left h3.desc {
    margin: 39px 0 0;
    line-height: 1.155;
    letter-spacing: -0.034rem;
    padding-left: 47px;
    padding-right: 20px;
}
.wwm .left .link{
    text-align: right;
    padding-right: 106px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.145rem;
    margin: 77px auto 0;
    font-weight: 600;
    position: relative;
}
.wwm .left .link a:before {
    content: "";
    width: 268px;
    height: 1px;
    background: #082E4C;
    display: block;
    position: absolute;
    left: 47px;
    top: 15px;
}
.wwm .right {
	width: 489px;
    height: 390px;
    background-size: cover;
    background-position: center;
}
.favorites {
    background: #fdf7fa;
    padding: 40px;
    margin: 0px auto;
}
.next-three {
	margin-bottom: 90px;
}
.favorites .similar-title h3 {
    margin: 0 0 22px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.21rem;
    font-weight:700;
}
.favorites .right {
    width:100%!important;
}
.favorites .left {
    width:100%;
}
.favorites .similar-posts {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.favorites .similar-posts #hero-image{
        width: 218px;
    height: 329px;
    background-size: cover;
    background-position: center;
    margin-bottom: 13px;
}
.favorites .similar-posts .single-fave {
    width:218px;
}
.favorites .similar-posts .title{

    font-size: 12px;
    text-align: center;
    letter-spacing: 0.045rem;
    text-transform: uppercase;
    line-height: 1.7;
    margin: 16px auto 0;
    padding: 0 10px;
    font-weight:500;
}
.signature h6 {
    text-align: center;
}
.signature h6 em {
    /*font-family: 'Homemade apple';*/
    font-size: 25px;
    font-style: inherit;
    font-weight: 100;
}
.long-post h6 em {
    /*font-family: 'Homemade apple';*/
    font-size: 25px;
    font-style: inherit;
    font-weight: 100;
    text-align: center;
}
.signature {
        margin: 37px 0 0;
}
.single-post .mr-posts li {
    width: 278px;
    text-align: center;
}
.single-post .mr-posts #hero-image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.single-post .site-inner {
    margin-bottom: 67px;
}
.single-post .mr-posts .title {
    font-size: 12px;
    text-transform: uppercase;
    padding: 32px 27px 0;
    margin: 7px auto 0;
    letter-spacing: 0.1rem;
    background: rgba(206, 60, 140, 0.7);
    position: absolute;
    bottom: 0;

    height: 120px;
    line-height: 1.75;
    color: white;
}
.fixed-sidebar {
        position: fixed;
    left: 25px;
    top: 50%;
}
.fixed-sidebar p {
        color: #000;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    transform: rotate(-90deg);
    position: absolute;
    width: 200px;
    left: -90px;
    bottom: -55px;
    margin: 0;
}
.fixed-sidebar ul li span {
    background: black;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 0;
    line-height: 2.3;
    margin-bottom: 10px;
}



/* Shop
--------------------------------------------- */
/*.shop-upper {
    background: #e28aba;
    margin: 37px auto 0;
    padding: 10px;
    color: white;
}
.shop-upper .inner h4 {

font-weight: 700;
    margin: 29px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.145rem;
}
.shop-upper .inner p {
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.015rem;
    padding-right: 0px;
    margin-bottom: 62px;

    font-size: 27px;
}
.shop-upper .inner  {
    max-width:600px;
    margin: 0 auto 0;
}
.page-id-16465 .lc-flex .single-lc {
    border: 1px solid #ebb1d1;
    padding: 29px 39px 55px 36px;
    position: relative;
    width: 568px;
    margin: 50px 31px 26px;
}
.page-id-16465 .lower-link {
        font-size: 25px;
    /*font-family: 'Homemade apple';
    font-weight: 100;
    letter-spacing: 0;
    margin: -4px 0 -28px;
    text-transform: lowercase;
    text-align: center;
}
.page-id-16962 .lower-link {
font-size: 25px;
    /*font-family: 'Homemade apple';
    font-weight: 100;
    letter-spacing: 0;
    margin: -4px 0 -28px;
    text-transform: lowercase;
    text-align: center;
}
.page-id-16465 .recipe-list .right {
    width: 829px;
}*/
.single-product h3 {

    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    text-align: left;
	margin-top:20px;
}
.single-product ul{
	text-indent: 20px !important;
}
.single-product .image {
        width: 200px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.single-product {
    width: 275px;
    margin: 0 auto 30px;
}
/*#search-filter-results-17049 .sf-result-flex{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}*/
/*ul.sub-menu {
        position: absolute;
    z-index: 99999;
    background: white;
    left: -30px;
    width: 112%;
    padding: 30px;
}*/

/* Meal Plans
--------------------------------------------- */
h2.page-title {

    text-align: center;
    font-size: 44px;
    font-weight: 300;
    margin: 43px auto 9px;
}
.meal-plans-upper .op-1, .meal-plans-upper .op-2 {
    border: 1px solid #ebb1d1;
    padding: 19px 0px 0;
    position: relative;
    width: 568px;
    margin: 50px 0px;
}
.meal-plans-upper .op-1:hover, .meal-plans-upper .op-2:hover {
    cursor: pointer;
}
.meal-plans-upper .small-title {

    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin: 50px 0;
    letter-spacing: 0.14rem;
    font-weight: 700;
    background: white;
    position: absolute;
    top: -66px;
    left: 12px;
    padding: 0 33px 0 20px;
}
.meal-plans-upper .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: 1180px;
    margin: 0 auto;
}
.meal-plans-upper .inner .title {
    color: white;
    background: #e28aba;

    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.155rem;
    padding: 25px 0 25px;
    font-weight:700;
}
.meal-plans-upper .inner-flex {
    padding: 10px 31px 25px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.meal-plans-upper .inner-flex .right{
    width: 50%;
    background: #fdf7fa;
    padding: 29px 42px 0 36px;
    font-size: 27px;

    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.015rem;
}
.meal-plans-upper .image {
    width: 50%;
    height: 252px;
    background-size: cover;
    background-position: center;
}
.about-mp {
    max-width: 1140px;
    margin: 22px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.about-mp .right {
    width: 528px;
    height: 529px;
    background-size: cover;
    background-position: center;
}
.about-mp .left {
    width: 535px;
    padding-left: 11px;
}
.about-mp .left h4 {

    font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
    margin: 14px 0 38px;
    letter-spacing: 0.015rem;
}
.about-mp .left h5{

    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.155rem;
    margin-bottom: 29px;
}
.about-mp .left p {
    font-weight: 500;
    letter-spacing: 0.015rem;
    padding-right: 16px;
}

.sys .title {

    text-align: center;
    font-size: 44px;
    font-weight: 300;
    margin: 76px auto 30px;
    letter-spacing: 0.03rem;
}
.sys .subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 52px;
    letter-spacing: 0.095rem;
    font-weight: 500;
}
.sys ul {
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    width: 1075px;
    margin: 0 auto 90px;
    font-weight: 500;
    letter-spacing: 0.015rem;
}
.sys ul li{
    line-height: 1.3;
    margin-bottom: 19px;
    letter-spacing: 0.065rem;
    position: relative;
        padding-left: 35px;
}
.sys ul li:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.pink-box {
    background: #e28aba;
    padding: 30px 0 90px;
    color: white;
    margin: 50px 0 50px;
}
.pink-box .inner {
     max-width: 1106px;
    margin: 0 auto;
}
.pink-box .inner h1.title {
    color: white;
    background: #e28aba;

font-weight:700;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.21rem;
    margin: 30px 0 49px;
}
.pink-box .desc {
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 101px;
    -ms-column-gap: 101px;
    -webkit-column-gap: 101px;
    letter-spacing: 0.02rem;
}
.pink-box .desc p {
    margin-bottom: 33px;
}
/*
.option-one, .option-two {
    max-width: 1174px;
    position: relative;
    padding: 58px 0 0;
    margin: 77px auto 0;
}
.option-one .upper-flex, .option-two  .upper-flex {
    margin: 0 auto;
     max-width: 1110px;
}
.option-one .the-title, .option-two .the-title{

    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    margin: 50px 0;
    letter-spacing: 0.23rem;
    font-weight: 100;
    background: white;
    position: absolute;
    top: -65px;
    left: 0;
    padding: 0 36px 0 29px;
    width: 97.4%;
}
.option-one .the-title span, .option-two .the-title span{
        background: white;
    position: relative;
    font-weight:700;
    padding: 0 40px 0 0;
}
.option-one .the-title:before, .option-two .the-title:before{
    content: "";
    display: block;
    width: 84%;
    height: 1px;
    background-color: #ecb0d1;
    position: absolute;
    top: 14px;
    right: 0;
}
.option-one .upper-flex, .option-two .upper-flex {
 display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;   
}
.option-one .upper-flex .left, .option-two .upper-flex .right {
    width: 528px;
    height: 528px;
    background-size: cover;
    background-position: center;
}
.option-one .upper-flex .right, .option-two .upper-flex .left{
    width: 520px;
}
.option-one .upper-flex .right h2, .option-two .upper-flex .left h2{
     
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2;
    margin: 22px 0 20px;
    letter-spacing: 0.04rem;
    padding: 0 20px 0 0;
}
.option-one .upper-flex .right p, .option-two .upper-flex .left p{
        font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01rem;
    line-height: 1.5;
    margin-bottom:19px;
}*/
/*.the-button a button {
        background: #e28aba;
    margin: 31px 0 0;
    color: white;
 
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11rem;
    padding: 5px 30px;

}
.option-one .upper-flex .right p strong, .option-two .upper-flex .left p strong{

    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.122rem;

}
.script-text {
    text-align: center;
    font-size: 25px;
    margin: -15px 0 -5px;
}*/
.archive-wrap h2{
	
	font-size:24px;
}
.more-wrap .inner .right p.title, .wrap-it .latest-title h1.title {

font-weight:700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    text-align: center;
    margin: 22px 0 35px;
}
.wrap-it .latest-title h1.title{
	font-size: 30px;
}

.more-wrap .inner .right .wyg p {

    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 500;
    padding: 0;
    line-height: 1.6;
    margin-bottom: 35px;
    position: relative;
}
.more-wrap .inner .right .wyg p:before {
    content:url(https://www.sweetashoney.co/wp-content/uploads/checkbox@2x-1.png);
    display: block;
    position: absolute;
    left: -54px;
    top: -9px;
}
.more-wrap .inner .right .wyg{
        padding: 0 0 0 54px;
}
.more-wrap .inner .right{
    width: 324px;
}
.more-wrap {
background: #fdf7fa;
    margin: 54px 0 91px;
    padding: 43px 34px;
}
.more-wrap .inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;  
}
.more-wrap .inner .left {
    background-color: white;
    width: 737px;
    padding: 20px 41px 37px;
}
/*.more-wrap .inner p strong{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.122rem;
    line-height: 2.5;
}*/
.more-wrap .inner h4{

    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.018rem;
    margin: 18px 0 36px;
    line-height: 1.3;
}
.more-wrap .inner p {
        font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01rem;
    line-height: 1.5;
}

/* About
--------------------------------------------- */
.about-page-mp {
    max-width: 1180px;
    margin: 37px auto 64px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.about-page-mp .right {
    width: 531px;
    height: 528px;
    background-size: cover;
    background-position: center;
}
.about-page-mp .left {
    width: 550px;
    padding-left: 36px;
}
.about-page-mp .left h4{

    font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
    margin: 58px 0 27px;
    letter-spacing: 0.015rem;
}
.about-page-mp .left p{
    font-weight: 500;
    letter-spacing: 0.015rem;
    padding-right: 9px;
}
.about-page-mp .left .signature {
    width: 100%;
    text-align: right;
    display: block;
    /*font-family: 'Homemade Apple';*/
    font-size: 25px;
    margin: 45px 0 0;
}
.pink-box-two {
    background: #e28aba;
    padding: 30px 0 60px;
    color: white;
    margin: 50px 0 50px;
}
.pink-box-two .inner {
    max-width: 1110px;
    margin: 34px auto 0;
}
.pink-box-two .inner .headline{

    font-size: 44px;
    font-weight: 300;
    line-height: 1.21;
    margin: 0 0 65px;
    letter-spacing: 0.0rem;
}
.pink-box-two .inner h1.title {
        color: white;
    background: #e28aba;

    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1rem;
}
.pink-box-two .desc {
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    letter-spacing: 0.015rem;
    column-gap: 98px;
    -ms-column-gap: 98px;
    -webkit-column-gap: 98px;
}
.pink-box-two .desc p{
    margin: 0 0 30px;
}
.food-phil {
    text-align: center;
    margin: 0 auto 0;
    max-width: 1055px;
}
.food-phil .title {
    text-transform: uppercase;

    font-size: 20px;
    letter-spacing: 0.17rem;
    font-weight: 700;
    margin: 58px 0 34px;
}
.food-phil .desc {

    font-size: 27px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 auto 0;
    letter-spacing: 0.01rem;
}
.lifestyles .single-lifestyle {
    background: #fdf7fa;
    margin: 81px auto -33px;
    max-width: 1180px;
    padding: 30px 34px 73px;
}
.about-form h6, #gform_wrapper_2 .gform_title{
    /*font-family: 'Homemade Apple';*/
    font-weight: 100;
    font-size: 25px;
    margin: 0 auto 26px;
    letter-spacing: 0;
    text-align: center;
}
.about-form p, #gform_wrapper_2 .gform_description {
    text-align: center;
    text-transform: uppercase;
    
    font-size: 14px;
    letter-spacing: 0.15rem;
    font-weight: 500;
    padding: 0;
    margin: 0!important;
    width: 100%;
}
#gform_confirmation_message_2 p{
        
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.17rem;
    text-align: center;
    margin: 12px 0 35px;
    font-weight: 700;
    padding-top:70px;
}
.about-form {
    max-width: 783px;
    margin: 0px auto 0;
    padding: 75px 0 0;
}
.about-form label {
    display: none!important;
}
.about-form input {
        border: 1px solid #ebb1d1;

    font-size: 11px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    padding: 4px 0 8px 20px!important;
    color: black;
    width: 100%!important;
    margin: 3px 0 7px 0;
}
.about-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
    padding:0!important;
}
.about-form .top_label div.ginput_complex.ginput_container.gf_name_has_1 {
    width:100%!important;
}
.about-form textarea {
        border: 1px solid #ebb1d1;

    font-size: 11px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    padding: 11px 0 11px 20px;
    color: black;
}
.about-form input::-webkit-input-placeholder { /* Edge */
  color: black;

    font-size: 11px;
    letter-spacing: 0.1rem;
}

.about-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;

    font-size: 11px;
    letter-spacing: 0.1rem;
}

.about-form input::placeholder {
  color: black;

    font-size: 11px;
    letter-spacing: 0.1rem;
}
.about-form textarea::-webkit-input-placeholder { /* Edge */
  color: black;

    font-size: 11px;
    letter-spacing: 0.1rem;
}

.about-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;

    font-size: 11px;
    letter-spacing: 0.1rem;
}

.about-form textarea::placeholder {
  color: black;

    font-size: 11px;
    letter-spacing: 0.1rem;
}
#gform_submit_button_2{
        background: transparent;

    font-size: 11px;
    letter-spacing: 0.13rem;
    font-weight: 600;
    padding: 11px 0 11px 20px;
    text-transform: uppercase;
    text-align: center;
}
.about-form .gform_wrapper .gform_footer {
        text-align: center;
    margin: 6px 0 -30px;
    padding: 0;
}
.about-form #gform_fields_2{
    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;
}
.about-form #gform_fields_2 li{
        padding: 0;
    margin: 0;
    width: 49%;
}
.about-form #gform_fields_2 #field_2_3 {
    width:100%;
}
.about-form .gform_wrapper textarea.medium {
    padding: 10px 0 0 18px!important;
    height: 156px!important;
}
img.alignnone, .alignnone {
    display: block;
    /*width: 100%;*/
    margin-bottom: 25px;
}/*
.single-lifestyle .title span {

    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    font-weight:700;
}
.single-lifestyle .title{
    margin: 26px 0 49px;
    position: relative;
}
.single-lifestyle .title:before{
    content: "";
    display: block;
    width: 78%;
    height: 1px;
    background-color: #ebb1d1;
    position: absolute;
    top: 13px;
    right: 0;
}
.single-lifestyle .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.single-lifestyle .flex .right {
    width: 330px;
}
.single-lifestyle .flex .left {
    background: white;
    width: 740px;
}
.single-lifestyle .flex .l-flex{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.single-lifestyle .flex .l-flex .image {
        width: 358px;
    height: 536px;
    background-size: cover;
    background-position: center;
}
.single-lifestyle .flex .l-flex .desc{
    padding: 56px 37px 0 0;
    width: 347px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.015rem;
}
.single-lifestyle .flex .l-flex .desc p{
    margin-bottom: 30px;
    font-weight:500;
}
.single-lifestyle .flex .l-flex .desc .look {

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-weight: 800;
    margin: 50px 0 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.single-lifestyle .flex .l-flex .desc .look ul{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
        margin: -5px 0 0 24px;
}
.single-lifestyle .flex .l-flex .desc .look img {
        margin: 0 0 0 16px;
        width:15px;
}
.single-lifestyle .flex  .l-title {

    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.17rem;
    text-align: center;
    margin: 12px 0 35px;
    font-weight:700;
}
.single-lifestyle .flex .right ul{

    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 800;
    padding: 0 30px 0 58px;
    line-height: 1.6;
}
.single-lifestyle .flex .right ul li{
    position: relative;
    margin-bottom: 40px;
    font-weight:500;
}
.single-lifestyle .flex .right ul li span {
    position: absolute;
    left: -53px;
    font-size: 16px;
    top: -3px;
    font-weight:700;
}
.single-lifestyle .flex .right .r-more button {
        background: #ce3c8c;
    color: white;
    width: 99%;
    height: 42px;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-weight: 700;
    margin: 51px auto 0;
}
.single-lifestyle .flex .left .desc ul li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;

    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 5px 0 0 0;
    margin: 0 14px 0 0;
    letter-spacing: 0;
}
*/
/* Services
--------------------------------------------- */
/*.service-cta {
    width: 100%;
    height: 522px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 22px auto 61px;
}
.service-cta .overlay {
	background: rgba(249, 251, 246, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
.service-cta .inner{
	position: relative;
    padding: 138px 0 0;
}
.service-cta .inner h3{
	text-align: center;
    font-size: 32px;
    letter-spacing: -0.01rem;
}
.service-cta .inner blockquote p a{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15rem;
    text-decoration: none;
}
.service-cta .inner p{
	text-align: center;
    font-size: 16px;
    font-weight: 100;
}
.service-cta .inner p a {
	text-decoration: underline;
}
.service-cta .inner blockquote{
	margin: -4px 0 43px;
}
.service-flex {
	margin: 42px 0 0;
	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;
}
.service-flex .single-service h3.desc{
	 margin: 48px auto 0;
    line-height: 1.2;
    padding: 0 35px 0 36px;
    font-size: 32px;
    letter-spacing: -0.01rem;
}
.service-flex .single-service {
	width:32%;
	margin-bottom:45px;
}
.service-flex .single-service .image{
	width: 100%;
    height: 379px;
    background-size: cover;
    background-position: center;
}
.service-flex .single-service .link a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
.service-flex .single-service .link {
    position: relative;
    text-align: right;
    margin: 61px 0 0 0;
    padding-right: 68px;
}
.service-flex .single-service .link:before {
    content: "";
    display: block;
    width: 119px;
    height: 1px;
    background: #082E4C;
    margin: auto;
    padding-left: 0;
    position: absolute;
    top: 17px;
    left: 34px;
    padding: 0;
}
.service-flex .single-service h3.title{
    padding: 0 30px 0 19px;
    margin: 18px 0 10px;
    letter-spacing: -0.01rem;
    font-size: 32px;
    line-height: 1.3;
}
.service-flex .single-service div.desc{
	padding: 2px 15px 0 19px;
    font-size: 16px;
    line-height: 1.65;
}*/
/* Search + Index
--------------------------------------------- *//*
.wp-pagenavi, .facetwp-pager {
    clear: both;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: black;
    text-align: center;
    margin: 24px 0 -9px;
}
.facetwp-pager-label {
    display: none!important;
}
.wp-pagenavi span.current, .facetwp-pager .active {
    border:none;
}
.wp-pagenavi a, .wp-pagenavi span, .facetwp-pager a {
    border: none!important;
    padding: 0!important;
    margin: 0 18px 0 0!important;
}
.nextpostslink, .extend, .previouspostslink {
    display: none!important;
}

.archive-wrap {
    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: 1300px;
    margin: 32px auto 0;
}
.archive-wrap #hero-image {
        width: 100%;
    height: 564px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.archive-wrap article {
    width: 373px;
    margin: 0 15px 30px;
}
.archive-wrap #hero-image .title {
    font-size: 15px;
    text-transform: uppercase;
    padding: 34px 33px 0;
    margin: 7px auto 0;
    letter-spacing: 0.1rem;
    background: rgba(206, 60, 140, 0.7);
    position: absolute;
    bottom: 0;

    height: 141px;
    line-height: 1.75;
    color: white;
    text-align: center;
    width:100%;
}
.search-top {
	padding-left: 2px;
    margin: 42px 0 42px;
}
.search-top form {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.search-top input {
	background: transparent;
    border: 1px solid #082E4C;
    padding: 15px 14px 14px 70px;
    color: #082E4C;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}
.search-top input[type="search"] {
	width: 935px;
	margin:0;
	background-image: url(https://www.sweetashoney.co/wp-content/uploads/search-1.png);
    background-repeat: no-repeat;
    background-position: 17px 15px;
}
.search-top .search-form {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.search-top input[type="submit"]{
    width: 200px;
    background: none;
    font-size: 14px;
    text-align: right;
    margin: 0;
    padding: 2px 25px 0 0;
    position: relative;
}
.search-top #search-form:before {
    content: "";
    display: block;
    width: 58px;
    height: 1px;
    background: rgba(8, 46, 76, 0.6);
    position: absolute;
    right: 160px;
    top: 23px;
}
.search-top #search-form {
    position: relative;
}*/
/* Recipe Index
--------------------------------------------- */
/*
.recipe-upper {
    background: #e28aba;
    margin: 0 auto 0;
    padding: 10px;
    color: white;
}
.recipe-upper .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: 1180px;
    margin: 0 auto 0;
}
.recipe-upper .inner .left {
    width: 40.9%;
    padding-right: 12px;
}
.recipe-upper .inner .right {
    width: 56.3%;
    padding-left: 54px;
    position: relative;
}
/*.recipe-upper .inner .right:before{
    content: "";
    width: 1px;
    background-color: #dd7bb1;
    height: 185px;
    display: block;
    position: absolute;
    left: 0;
    top: 31px;
}*/
/*
.upper-searchform .sf-field-taxonomy-diet, .upper-searchform .sf-field-taxonomy-baking, .upper-searchform .sf-field-taxonomy-meal, .upper-searchform .sf-field-taxonomy-savory, .upper-searchform .sf-field-tag {
    display: none;
}
.upper-searchform .sf-field-category {
    display: none;
}
.recipe-list .fixme .sf-field-search, .recipe-list .fixme .sf-field-submit {
    display: none;
}
.page-id-16960 .lower-link {
        text-align: center;
    
    color: #000;
    font-size: 25px;
    margin: 42px 0 -29px;
    letter-spacing: 0;
}
.sf-field-search input, .facetwp-search{
    background: white;
    border: none!important;
    padding: 15px 21px;
    color: #ce3c8c;
    font-size: 11px;

    letter-spacing: 0.125rem;
    margin: 5px 0 0 0;
    width: 437px;
    max-width: 100%;
        font-weight: 700;
    text-transform: uppercase;
}
.sf-field-search input::-webkit-input-placeholder {
    color: #ce3c8c;
    font-size: 11px;
    
    letter-spacing: 0.125rem;
}
.sf-field-search input:-ms-input-placeholder {
    color: #ce3c8c;
    font-size: 11px;
    
    letter-spacing: 0.125rem;
}
.sf-field-search input::placeholder {
    color: #ce3c8c;
    font-size: 11px;
    
    letter-spacing: 0.125rem;
}
.facetwp-btn:before {
    display: block!important;
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://www.sweetashoney.co/wp-content/uploads/Asset-15.png) no-repeat!important;
    background-size: 20px 20px;
    position: absolute;
    right: -35px;
    top: 4px;
}
.facetwp-btn:after {
    content: "Let's Find It";
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 700;
    font-style: inherit;
    opacity: 1;
    color: white;
}
.facetwp-btn {
    top: 9px!important;
    right: -114px!important;
    position: absolute!important;
    cursor: pointer!important;
    line-height: 1.5em!important;
    font-weight: 400;
    font-style: inherit;
    opacity: 1!important;
    color: white;
    font-size: 11px;
    
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.sf-field-submit input{
        background: transparent!important;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;

font-weight: 700;
    letter-spacing: 0.125rem;
}
.sf-field-submit {
    position: absolute;
    right: 60px;
    top: 42px;
    width: auto;
}
.sf-field-submit:after{
    content:url(https://www.sweetashoney.co/wp-content/uploads/Asset-15.png);
        display: block;
    position: absolute;
    top: 0px;
    right: -32px;
}
.page-id-16960 .wrap-it {
    max-width: 1207px;
    margin: 0 auto;
    padding-left: 5px;
}
.upper-searchform ul {
    position: relative;
}
.sf-field-search input::placeholder, .facetwp-search::placeholder { 
  color: #ce3c8c;
  font-weight: 700;
  opacity: 1; 
}

.sf-field-search input:-ms-input-placeholder, .facetwp-search:-ms-input-placeholder { 
  color: #ce3c8c;
  font-weight: 700;
}

.sf-field-search input::-ms-input-placeholder, .facetwp-search::-ms-input-placeholder {
  color: #ce3c8c;
  font-weight: 700;
}
.recipe-upper .inner .right h5.title{

    font-size: 41px;
    font-weight: 300;
    margin: 12px 0 0;
    letter-spacing: 0.025rem;
}
.recipe-upper .inner .left .desc {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.015rem;
    padding-right: 0px;
    margin-bottom: 50px;
}
.recipe-upper .inner h1.title {

font-weight:700;
    margin: 29px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.145rem;
}
.recipe-list {
    margin: 45px 0 50px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 7px;
}
.search-filter-results .pagination:first-child {
    display: none;
}
.recipe-list .right {
    width: 907px;
}
.recipe-list .fixme {
    width: 282px;
}
.recipe-list .right .search-filter-results, .recipe-grid-wrapper{
    padding: 0 0 0 3px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.recipe-list .right .single-posty {
    width: 31.4%;
    margin: 0 8px 46px;
}
.recipe-list .right .single-posty #hero-image{
    width: 100%;
     height: 416px;
    background-size: cover;
    background-position: center;
}
.recipe-list .right .single-posty .cats {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin: 12px auto 0;
    text-align: center;
}
.recipe-list .right .single-posty .title {
    font-size: 12px;

    text-transform: uppercase;
    margin: 17px auto 0;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height: 1.45;
    padding: 0 20px;
    font-weight: 500;
}
.recipe-list .recipe-mobile-open{
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0;
    margin: 0 0 9px;
    text-transform: lowercase;
}
.recipe-list .fixme h4{
    width: 100%;

    background: #000;
    height: 40px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0 0 22px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 11px;
    margin-top: 20px;
}
.recipe-list .fixme input{
    width: 15px;
    height: 15px;
    margin-left: 21px;
    background: transparent;
    margin-top: 12px;
    margin-bottom: -3px;
    border-radius: 50%;
}
.recipe-list .fixme label{
    margin-left: 5px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 0;
    line-height: 1;
    padding-left: 14px!important;

    font-weight: 900;
}
.recipe-list .fixme input[type=checkbox]:checked {
    background:#000;
}
.recipe-list .fixme .searchandfilter ul li li {
    padding: 0;
    margin:  0 0 0;
}
.page-id-26409 .cta {
    margin-top: 50px;
}
.facetwp-counter {
    display: none;
}
.facetwp-checkbox {
    background: none!important;
    background-size: inherit;
    cursor: pointer;
    margin-left: 10px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 21px 10px 15px!important;
    line-height: 1;
    padding-left: 29px!important;
    
    font-weight: 900;
    position: relative;
}

.facetwp-facet {
    margin-bottom: -5px!important;
    margin-top: 30px!important;
}

.facetwp-checkbox:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 0;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%;
    border: 1px solid black;
    position: absolute;
    left: 0;
    top: -4px;
}
.facetwp-checkbox.checked:before {
    background-color: black;
}
.recipe-list .fixme .searchandfilter:after {
    content:url(https://www.sweetashoney.co/wp-content/uploads/up@2x.png);
    display: block;
    position: absolute;
    right: 28px;
    top: 5px;
}
.recipe-list .fixme .searchandfilter:after {
    content:url(https://www.sweetashoney.co/wp-content/uploads/up@2x.png);
    display: block;
    position: absolute;
    right: 28px;
    top: 5px;
}
.recipe-list .fixme h4:after {
    content:url(https://www.sweetashoney.co/wp-content/uploads/up@2x.png);
    display: block;
    position: absolute;
    right: 28px;
    top: 5px;
}
.recipe-list .fixme h4.closed:after {
    content:url(https://www.sweetashoney.co/wp-content/uploads/up@2x.png);
    display: block;
    position: absolute;
    right: 28px;
    top: 5px;
}
.recipe-list .fixme h4:hover {
    cursor: pointer;
}
.recipe-list .fixme ul.shorter, .facetwp-facet.shorter {
    overflow: hidden;
	display:none;
    height: 0px;
}
.recipe-list .right .pagination {
width: 100%;
    text-align: center;
    font-size: 14px;
    margin: -53px 0 3px;
}
.recipe-list .right .wp-pagenavi a, .recipe-list .right .wp-pagenavi span {
    border: none;
}
.recipe-list .right .wp-pagenavi span.extend {
    display: none;
}
.recipe-list .right .wp-pagenavi a:nth-child(6),.recipe-list .right .wp-pagenavi a:nth-child(7),.recipe-list .right .wp-pagenavi a:nth-child(8), .recipe-list .right .wp-pagenavi a:nth-child(9) {
    display: none;
} 
.wp-pagenavi a.larger:before, .facetwp-pager .facetwp-page:before {
    content: "/";
    display: inline-block;
    margin: 0px 9px 0 -5px;
}
.facetwp-pager .last-page {
    display: none!important;
}
.wp-pagenavi a.smaller:after  {
    content: "/";
    display: inline-block;
    margin: 0 -5px 0 10px;
}
.recipe-list .right .wp-pagenavi a:first-child:before {
    content:"";
}
.facetwp-pager .facetwp-page:nth-child(2):before {
    content:""!important;
}
.facetwp-pager .facetwp-page:nth-child(5) {
    display: none!important;
}
.facetwp-page a {
    display: inline-block;
}*/
/* Blog
--------------------------------------------- */
/*.more-pagination {
    max-width: 1175px;
    margin: 16px auto 42px;
    position: relative;
}
.more-pagination .alm-btn-wrap:before {
	content:"";
	width:100%;
	height:1px;
	background: #082E4C;
	display: block;	
    top: 25px;
    position: absolute;
}
.more-pagination .alm-load-more-btn{
	background: #f9fbf6!important;
    font-size: 14px!important;
    font-weight: 600!important;
    letter-spacing: 0.15rem;
    padding: 10px 106px!important;
    outline:none!important;
    margin: -25px auto 0!important;
    color: #082E4C!important;
}
.alm-btn-wrap {
	position: relative;
}
.more-pagination .alm-load-more-btn:hover {
	opacity: 1;
}
.post-list {
	padding: 0 0 0 3px;
	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;
}
.post-list .single-posty {
    width: 32.3%;
    margin-bottom: 67px;
}
.post-list .single-posty #hero-image{
	width: 100%;
    height: 470px;
    background-size: cover;
    background-position: center;
}
.post-list .single-posty .cats , .post-list .single-posty .cats-2, .alm-reveal .single-posty .cats-2, .alm-reveal .single-posty .cats{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin: 12px auto 0;
    text-align: center;
}
.post-list .single-posty .cats-2 a{
	display:none;
}
.post-list .single-posty .cats-2 a:nth-child(2){
	display:block;
}
.post-list .single-posty .title {
	font-size: 25px;

    text-transform: uppercase;
    padding: 0 33px;
    margin: 7px auto 0;
    letter-spacing: 0.05rem;
    text-align: center;
}


.alm-reveal .single-posty {
    width: 32.3%;
    margin-bottom: 67px;
}
.alm-reveal .single-posty #hero-image{
    width: 100%;
    height: 470px;
    background-size: cover;
    background-position: center;
}
.alm-reveal .single-posty .cats {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin: 12px auto 0;
    text-align: center;
}
.alm-reveal .single-posty .title {
    font-size: 25px;

    text-transform: uppercase;
    padding: 0 33px;
    margin: 7px auto 0;
    letter-spacing: 0.05rem;
    text-align: center;
}
.alm-reveal {
    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;
}
.archive-top {
	margin: 43px auto 0;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.archive-top .right {
	width: 295px;
}
.archive-top .right h4.widget-title {
    display: none;
}
.archive-top .left {
	width:825px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.archive-top .left .right-side{
	padding-left: 25px;
}
.archive-top .left .right-side .lt{
	font-size: 12px;
    text-transform: uppercase;
    background: white;
    width: 151px;
    text-align: center;
    letter-spacing: 0.13rem;
    font-weight: 600;
    padding: 5px 0;

}
.archive-top .left .right-side h3{
	font-size: 35px;
    text-transform: uppercase;
    margin: 17px 0 34px;
    padding-right: 100px;
    line-height: 1.2;
}
.archive-top .left .right-side .exc {
        max-height: 135px;
    overflow: hidden;
}
.archive-top .left .right-side .exc p{
	font-size: 16px;
    line-height: 1.65;
}
.archive-top .left .right-side .cont{
	padding: 0 11px 0 0;
    background: transparent;
    border: none;
    color: #082E4C;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    letter-spacing: 0.155rem;
    font-weight: 600;
    margin: 42px 0 0;
    position: relative;
}
.archive-top .left .right-side .cont:before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #082E4C;
    position: absolute;
    left: 0;
    top: 16px;
}
.archive-top .right .lt {
	font-size: 12px;
    text-transform: uppercase;
    background: white;
    width: 168px;
    text-align: center;
    letter-spacing: 0.13rem;
    font-weight: 600;
    padding: 5px 0;
    margin: -2px 0 35px 51px;
}
.archive-top .right .single-fave .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom:27px;
}
.pis-ul li {
    height:171px;
    position: relative;
    margin-bottom:27px;  
}
.pis-ul li .pis-thumbnail{
        position: absolute;
    left: 0;
}
.pis-ul li .pis-categories-links, .pis-ul li .pis-title{
    padding-left: 150px;
}
.pis-ul li .pis-categories-links{
    padding-top: 22px;
    margin-bottom: 10px;
}
.pis-ul li .pis-categories-links a {
	display:none;
}
.pis-ul li .pis-categories-links a:first-child {
	display:block;
}
.archive-top .right .single-fave .left {
    width: 137px;
}
.archive-top .right .single-fave .right{
    width: 48%;
    padding-top: 22px;
}
.archive-top .right .flex .left #hero-image{
    width: 137px;
    height: 171px;
    background-size: cover;
    background-position: center;
}
.archive-top .right .flex .right .cats, .pis-categories-links{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
.pis-categories-links a:first-child {
    display: none;
}
.archive-top .right .flex .right .title, .pis-title{

    font-size: 18px;
    line-height: 1.2;
}
.archive-top .left #hero-image-1 {
	width: 378px;
    height: 470px;
    background-size: cover;
    background-position: center;
}
.cat-slider .slick-prev {
	display: none!important;
}
.cat-listing {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    margin: 31px auto 27px;
    position: relative;
    padding-right:30px;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.cat-listing .left h1 {
	text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.2rem;
}
.cat-listing .cat-slider{
    padding-top: 11px;
    width: 990px;
    padding-right: 0px;
}
.cat-listing .cat-slider li {
    text-align: center;
}
.cat-listing .cat-slider .arrow-right{
    width: 13px;
    position: absolute;
    right: -25px;
    top: 6px;
}
.cat-listing .cat-slider a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.14rem;
    padding: 0 50px 0 0;
}*/
.content {
    float: none;
    position: relative;
    margin: 0px auto;
}
.hide-comment {
    display: none;
}
.show-comment {
    display: block;
}
.single-blog {
    margin: 39px auto 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.single-blog .right {
    width: 350px;
    padding-right: 0;
}
/*#text-51 h4.widget-title{
        font-size: 44px;
    position: relative;
    padding-left: 0;
    margin: 22px 0 31px;

    font-weight: 300;
    letter-spacing: 0.02rem;
    text-align: center;
}
#text-51  p{
        text-align: center;
    padding: 0 27px;
    letter-spacing: 0.01rem;
}
#text-51 p a{
        color: #000;
    text-transform: uppercase;

    font-size: 14px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    padding: 0 0 0;
    transition: all 0.5s;
}
#text-51 p a:hover {
    color:#d44397;
    opacity: 1;
}*/
/*#gform_submit_button_1:hover {
    color:#d44397;
    opacity: 1;
}
#text-51 {
        border-bottom: 1px solid #ebb1d1;
    padding-bottom: 9px;
}
#custom_html-6 h4.widget-title{
        text-align: left;
    font-size: 25px;
    letter-spacing: 0;
    margin: 33px 0 0 25px;
}*/
#custom_html-6 ul li a span{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;

    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 0 0 0 0;
    margin: 0 11px 0 0;
    letter-spacing: 0;
    line-height: 2.5;
    display: inline-block;
}
#custom_html-6 ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        margin: 24px 0 0 26px;
}
#custom_html-6 ul li {
width: 50%;
    margin-bottom: 12px;
}/*
#text-52 {
    background: #e28aba;
    text-align: center;
    margin: 35px 0 0;
    padding: 35px 20px;
    color: white;
    min-height: 500px;
}
#text-52 #gform_confirmation_message_1 p{
        padding-top: 86px;
}
#text-52 p strong{

    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.01rem;
}
#text-52 #input_1_2_3_container {
    width: 236px;
    padding: 0;
    margin: 55px auto -30px;
    display: block;
}
#text-52 .validation_error {
        color: white!important;
    margin: 0 auto -73px!important;
}
#text-52 #validation_message_1_2 {
        color: white!important;
    text-align: center;
    margin: 31px auto -47px;
}
#text-52 #validation_message_1_1 {
     color: white!important;
    text-align: center;
}
#text-52 p {
    margin-bottom:22px;
        letter-spacing: 0.02rem;
}
#field_1_1, #field_11_1 {
        padding-right: 0!important;
    text-align: center!important;
    margin: 0 0 0!important;
}
#field_1_1 input, #field_11_1 input{
        background: #ce3c8c;
    width: 236px;
    height: 41px;
    border: none;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    color: white;
     padding-left: 7%;
}*/
.single-blog .left img {
    max-width:100%;
    margin-bottom:25px;
margin: 0 auto 25px;

}

.favorites .similar-title h3 {
    text-align: center;
}
/*#field_1_2 input, #field_11_2 input{
        background: #ce3c8c;
    width: 236px;
    height: 41px;
    border: none;
    text-align:left;
    margin: 0 auto;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    color: white;
     padding-left: 7%;
}
#field_1_3, #field_11_3  {
     padding: 0;
    text-align: center;
    margin: 3px auto 0;
}
#field_1_3 label, #field_11_3 label  {
    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#field_1_3 select, #field_11_3 select {
        background: #ce3c8c;
    width: 236px;
    height: 41px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    color: white;
    padding-left: 7%;
    margin: -6px auto 0!important;
}
#field_1_2 label, #field_11_2 label {
    display: none;
}
#gform_wrapper_1, #gform_wrapper_11{
        margin: -24px 0 0 0;
}*/
/*#text-52 #gform_fields_1 input::-webkit-input-placeholder { 
  color: white!important;
}

#text-52 #gform_fields_1 input:-ms-input-placeholder { 
  color: white!important;
}

#text-52 #gform_fields_1 input::placeholder {
  color: white!important;
}
#text-52 .gform_footer{
        padding: 0;
    margin: 23px 0 19px 0;
    text-align: center;
}
#execphp-4 h4.widget-title {
        background-color: #000;
    text-align: center;
    text-transform: uppercase;

font-weight:700;
    font-size: 11px;
    letter-spacing: 0.11rem;
    color: white;
    width: 176px;
    height: 41px;
    padding-top: 6px;
    position: relative;
    padding: 6px 0 0;
    margin: 37px auto 33px;
}
#execphp-4 h4.widget-title:after{
        content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #000;
    clear: both;
}
#execphp-4 ul{
    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;
}
#execphp-4 ul #hero-image {
        width: 167px;
    height: 247px;
    background-size: cover;
    background-position: center;
        margin-bottom: 10px;
}
#execphp-4 ul li {
    width:167px;
        text-align: center;
    line-height: 1;
        margin-bottom: 25px;

}
#execphp-4 ul li a{

    font-size: 12px;
    text-align: center;
    letter-spacing: 0.045rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight:500;
}*/
.widget-area section{
    border-bottom: 1px solid #ebb1d1;
    padding-bottom: 22px;
}
#custom_html-6 ul li a {
    color: #000;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    padding: 0 0 0;
}
#custom_html-6 ul li a span.vegan{
    background-color: #e9c1c8;
}
#custom_html-6 ul li a span.paleo{
    background-color: #665334;
}
#custom_html-6 ul li a span.keto{
    background-color: #ce3c8c;
}
#custom_html-6 ul li a span.df{
    background-color: #ebb1d1;
}
#custom_html-6 ul li a span.gf{
    background-color: #f3bc66;
}
#custom_html-6 ul li a span.clean-eating {
    background-color: #000;
}
#custom_html-6 ul li a span.ef {
    background-color: #b1a694;
}
#custom_html-6 ul li a span.grf {
    background-color: #dd7bb1;
}
#custom_html-6 ul li a span.nf {
    background-color: #891855;
}
#custom_html-6 ul li a span.sf {
    background-color: #560933;
}
#custom_html-6 ul li a span.vegetarian {
    background-color: #000;
}
#custom_html-6 ul li a span.lc {
    background-color: #9f6c1b;
}
#custom_html-6 ul li a span.H {
    background-color: #d79428;
}
#media_image-2 .widget-wrap {
    text-align: center;
}
.single-blog .left{
    width: 780px;
}
#media_image-2 img{
        max-width: 100%;
    width: 285px;
    height: auto;
    border-radius: 50%;
    border: 8px solid #f7e0ed;
    margin: 18px auto 0;
}
.single-blog .left .sb-header {
    margin-bottom: 28px;
}
.single-blog .left .sb-header .diet-type {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
        margin-bottom: 8px;
}
.single-blog .left .sb-header .title {
        text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin: 10px 0;

    font-weight: 900;
    letter-spacing: 0;
    padding: 0 50px;
    line-height: 1;
}
.single-blog .left .sb-header .diet-type div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;

    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 0 0 0 0;
    margin: 0 3px;
    letter-spacing: 0;
    line-height: 2.5;
}
.single-blog .left .sb-header .diet-type div a{

    font-size: 11px;
    text-transform: uppercase;
    color: white;
    font-weight:700;
}
.single-blog .left .sb-header .diet-type .vegan{
    background-color: #e9c1c8;
}
.single-blog .left .sb-header .diet-type .paleo{
    background-color: #dd7bb1;
}
.single-blog .left .sb-header .diet-type .keto{
    background-color: #ce3c8c;
}
.single-blog .left .sb-header .diet-type .df{
    background-color: #ebb1d1;
}
.single-blog .left .sb-header .diet-type .gf{
    background-color: #d79428;
}
.single-blog .left .sb-header .diet-type .clean-eating{
    background-color: #000;
}

.single-blog .left .sb-header .diet-type  .egg-free {
    background-color: #b1a694;
}

.single-blog .left .sb-header #hero-image{
    margin: 17px 0 0;
    width: 100%;
    height:auto;
}
.single-blog .left .sb-header .recipe-block {
    text-align: center;
}
/*.wprm-recipe-jump:after {
    content: "/";
    display: inline-block;
    color: #e28aba;
    margin: 0px 14px;
}*/
.long-post h2 {

    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    margin-bottom: 10px;
	line-height:1;
}
.long-post h1 {

    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.05rem;
}
.long-post h3 {
    
    font-weight: 700;
    font-size: 21px;
	text-transform: uppercase;
    letter-spacing: -0.05rem;
	line-height:1;
}
.long-post h4 {

    font-weight: 700;
    font-size: 18px;
	text-transform: uppercase;
	line-height:1;
}
.long-post h5 {

    font-weight: 700;
    font-size: 16px;
	text-transform: uppercase;
	line-height:1;
}
.long-post ul li {
    margin: 5px 0px 5px 30px;
    list-style: disc;
    padding-left: 0;
}
.long-post ol li {
    margin: 5px 0px 5px 30px;
    list-style: decimal;
    padding-left: 0;
}
.wprm-recipe-container {
    /*border-top: 1px solid #ebb1d1;
    margin: 74px 0 0;*/
    padding: 32px 0 0;
    position: relative;
}


.wprm-block-text-bold {
    font-weight: 700!important;
    
    font-size: 14px;
    
    /*    padding: 10px 0 0;*/
}
.wprm-block-text-uppercase {
    
    font-size: 15px!important;
    
    font-weight: 500;
    text-transform: uppercase!important;
    margin: 0;
        padding: 0px 0 6px 0px;
}
.wprm-recipe-details-container-table {
    padding:0!important;
    margin-top:20px;
}
.wprm-container-float-right {
    float: right;
    margin: 0 0 20px 45px;
}
.wprm-container-float-left {
	float: right;
    margin: 0 0 20px 45px;
}
.wprm-recipe-author-container{
        
    font-size: 14px!important;
    font-weight: 500;
    text-transform: uppercase!important;
    margin-top: 20px;
}
/*.wprm-recipe-servings-container {
        
    font-size: 14px!important;
    letter-spacing: 0.1rem!important;
    font-weight: 500;
    text-transform: uppercase!important;
    margin-top: 0px;
}*/
.wprm-recipe-author-container .wprm-recipe-details-label, .wprm-recipe-servings-container .wprm-recipe-details-label, .wprm-recipe-serving_size-container .wprm-recipe-serving_size-label{
    font-weight: 700;
    text-transform: uppercase;
}
/*.wprm-recipe-author-container .wprm-recipe-details, .wprm-recipe-servings-container .wprm-recipe-servings-unit, .wprm-recipe-servings-container .wprm-recipe-servings-link{
    font-weight: 500;
    text-transform: uppercase;
    color:#000;
        font-size: 13px;
}*/
.wprm-recipe-rating {
    white-space: nowrap;
    /*border-top: 1px solid #ebb1d1;*/
    text-align: center;
    width: 100%;
    /*padding-top: 35px;*/
    margin-top: 10px;
    position: relative;
    /*padding-right: 48%;*/
}
/*.wprm-recipe .wprm-recipe-print {
        color: #333333;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50%;
    margin-top: -9px;
    text-transform: uppercase;
    font-weight: 700!important;
    letter-spacing: 0.13rem!important;
}*/
.wprm-recipe-custom-time-container {
    display: none!important;
}
/*.wprm-recipe-image img {
        max-height: 330px!important;
    width: 100%!important;
}*/
/*.wprm-recipe-rating:after {
    content: "";
    display: block;
    /*position: absolute;
    right: 50%;
    width: 1px;
    height: 103px;
    background-color: #ebb1d1;
    top: 10px;
}*/
.wprm-recipe-jump-to-comments {
        color: #000!important;
    text-transform: uppercase!important;
    font-size: 11px!important;
    letter-spacing: 0.15rem!important;
    padding-left: 117px;
}
/*.long-post .wprm-recipe-template-customtemplate ul li {
    list-style-type: none!important;
    margin: 0 0 10px 0px !important;
}*/
.wprm-checkbox-container label.wprm-checkbox-label {
    top: 7px !important;
}
.wprm-recipe-template-customtemplate {
    margin-bottom:0!important;
}
.wprm-nutrition-label, html body .wprm-recipe-container .wprm-nutrition-label {
    display: inline-block!important;
    max-width: 100%!important;
    width: 100%!important;
    border: 1px solid #efc3db!important;
    padding: 25px!important;
    
    font-size: 12px!important;
    line-height: 16px!important;
    color: #000!important;
}
.wprm-nutrition-label .nutrition-title, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-title {
        text-transform: uppercase!important;
    font-size: 20px!important;
    letter-spacing: 0.15rem!important;
    margin: 0 0 10px!important;
}
.long-post .wprm-recipe-template-customtemplate .wprm-recipe-instructions li {
    /*list-style-type: decimal!important;*/
    margin: 15px 0 10px 39px!important;
}
.nutrition-recipe {
    display: none;
}
.nutrition-line.nutrition-line-big {
    display: none;
}
.wprm-nutrition-label .nutrition-serving, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-serving {
    font-size: 11px!important;
    line-height: 17px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    letter-spacing: 0.1rem!important;
        padding-bottom: 10px;
}
.wprm-nutrition-label .nutrition-warning, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-warning {
    border-top: 1px solid #f0cbe0!important;
    clear: both;
    padding-top: 5px!important;
    font-size: 10px!important;
    color: #000!important;
    text-transform: uppercase!important;
    letter-spacing: 0.05rem!important;
}
        text-transform: uppercase;
   /* letter-spacing: 0.1rem;*/
}
.wprm-nutrition-label .nutrition-item, .wprm-nutrition-label .nutrition-sub-item, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-item, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-sub-item {
    border-top: 1px solid #f0cbe0!important;
    clear: both!important;
    padding: 4px 0px!important;
}
.wprm-nutrition-label .nutrition-line, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-line {
    background-color: #f1d2e3!important;
    height: 2px!important;
    font-size: 1px;
}
/*.wprm-recipe-notes-container .wprm-recipe-header {
    text-transform: capitalize!important;
    letter-spacing: 0!important;
}*/
.long-post .wprm-recipe-template-customtemplate h4 {
    /*font-size: 14px!important;*/
    font-weight: 700!important;
    text-transform: uppercase!important;
    margin: 0px 0 12px!important;
    padding-top: 12px!important;
    /*letter-spacing: 0.15rem;*/
}
.wprm-recipe-instructions-container {
        border-top: 1px solid #edbad7;
    margin-top: 35px;
}
.wprm-recipe-template-customtemplate .wprm-recipe-header {
    text-transform: uppercase;
    /*font-size: 20px;
    font-weight: 700!important;
    letter-spacing: 0.15rem;
    margin-bottom: 10px!important;
    margin-top: 40px!important;*/
}
.wprm-recipe-ingredients-container {
    border-top: 1px solid #edbad7;
    margin-top: 20px;
}
/*.wprm-recipe-template-customtemplate .wprm-recipe-name {
    
    color: #000000!important;
    line-height: 1.3em!important;
    font-size: 28px!important;
    font-weight: 500!important;
    position: absolute!important;
    top: 44px!important;
    width:418px;
}*/


.wprm-recipe-template-compact {
    border-style: solid!important;
    border-width: 1px!important;
    border-color: transparent!important;
    border-radius: 0px!important;
    max-width: 100%!important;
    background: #fdf7fa!important;
    padding: 40px!important;
    margin: 20px auto 0!important;
    
    color: black!important;
}
.wprm-recipe-template-compact .wprm-recipe-name{
  
    font-size: 27px;
    letter-spacing: 0.2rem;
}
.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
    
    color: black!important;
}
.wprm-recipe-template-compact li {
    
    color: black!important;
    font-size: 20px!important;
}
.wprm-recipe-template-compact a {
    color: #ebb1d1!important;
}
.wprm-recipe-details-container-table {
  border: 1px solid #ebb1d1;
}
.wprm-recipe-notes-container {
    /*background: white!important;
    padding: 3px 20px 20px!important;*/
    margin-bottom: 20px;
    margin-top: 20px;
}
.nutrition-percentage strong {
    text-transform: uppercase;
    font-size:14px!important;
}
.nutrition-percentage {
    padding-bottom:10px;
}
.wprm-nutrition-label .nutrition-percentage, html body .wprm-recipe-container .wprm-nutrition-label .nutrition-percentage {
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.wprm-recipe-notes-container .wprm-recipe-header {
    /*font-family: 'Homemade Apple'!important;*/
    /*font-weight: 100!important;*/
}
.wprm-nutrition-label strong {
        text-transform: uppercase;
    font-size: 14px!important;
}
/*.long-post strong {
/
    letter-spacing: 0.03rem;
}*/
.long-post a {
    /**/
	text-decoration: underline;
    font-size: 1em;
    letter-spacing: 0.03rem;
    color: #ce3c8c;
    /*font-weight:700;*/
}
.single-blog .left .sb-header .recipe-block a {
    color: #000;
    text-transform: uppercase;

    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
}
.single-blog .left .sb-header .right-side{
    width: 423px;
}
.single-blog .left .sb-header .right-side .intro {
    display: block;
}
.single-post .wrap-it .latest-title:before {
    width:73%;
}
.single-blog .left .sb-header .right-side .cats{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 16px auto 22px;
    font-weight: 600;
}
.single-blog .left .sb-header .right-side .title{

    font-size: 35px;
    text-transform: uppercase;
    margin: 23px 0 0;
    line-height: 1.2;
    letter-spacing: 0.07rem;
}
.single-blog .left .sb-header .right-side .intro p{
    font-size: 16px;
    line-height: 1.65;
    margin: -10px auto 20px;
}
.single-blog .left .sb-header .right-side .intro p strong{
    font-weight: 700;
}
.single-blog .left .sb-header .right-side .jump2{
    text-align: right;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15rem;
    margin: 44px 53px 0 0;
}
.single-blog .left .sb-header .right-side .jump2:before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #082E4C;
    position: absolute;
    left: 0;
    top: 16px;
}
.single-blog .left .sb-header .right-side .intro p a{
    color:#5B97B2;
}

#respond {
    margin: 0px auto;
}/*
.the-rest p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    letter-spacing: 0.003rem;
}

.the-rest h3 {
    font-size: 23px;
    letter-spacing: -0.035rem;
}
.the-rest h4 {
    
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.155rem;
    margin: 0 0 24px;
}*/
.post-footer .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 14px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin: 40px 0 -18px;
    padding-left: 11px;
    padding-right: 21px;
}
.post-footer .flex .left p {
    margin-right: 33px;
}
.post-footer .flex .left ul li{
    margin-right: 24px;
}
.post-footer .flex .right {
    position: relative;
}
.post-footer .flex .right:before {
    content: "";
    display: block;
    width: 241px;
    height: 1px;
    background: #082E4C;
    position: absolute;
    top: 15px;
    left: -229px;
}
.post-footer .flex .left, .post-footer .flex .left ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.post-footer .flex .right{
    padding: 0;
    text-align: right;
}
.pagination2 {
    font-size: 14px;
    letter-spacing: 0.15rem;
    font-weight: 600;
    max-width: 827px;
        margin: -13px 0 0;
    padding-bottom: 95px;
        padding-right: 14px;
}
.single-post .wrap-it {
    clear:both;
}/*
.pagination2 .nav-previous {
    float:left;
}
.pagination2 .nav-next {
    float:right;
}*/
.post-comments {
   max-width: 780px;
}
.post-comments article {
    
	border: 1px solid #e1e1e1;
    padding: 8px 11px;
    margin-top: 4px;
	background-color:white;
}
.commentlist ul.children article {
    padding-top:0;
}
.pagination2 a:before {
    content:"";
    display: inline-block;
    width:38px;
    height: 1px;
    background: #082E4C;
        position: absolute;
    left: 0;
    top: 8px;
}
.post-comments h4.title {

    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 17px 0 0;
    padding:0;
    font-weight:700;
}
.comments-form input{
    background: transparent;
    font-size: 11px;
    letter-spacing: 0.15rem;
    padding: 16px 20px;
    border: 1px solid #ebb1d1;

font-weight:600;
}
.comments-form textarea {
    background: transparent;
    font-size: 11px;
    letter-spacing: 0.15rem;
    padding: 8px 20px;
    border: 1px solid #ebb1d1;
    height: 131px!important;

font-weight:600;
}
.comments-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #000;
    opacity: 1; /* Firefox */
}
.comments-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.comments-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.comments-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #000;
    opacity: 1; /* Firefox */
}
.comments-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.comments-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.comments-form p {

}
.form-submit #submit {
    width: 100%;
    background: transparent;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin: 0;

    font-size: 14px;
    text-transform: uppercase;
    padding:0;
    transition: all 0.5s;
}
.reply a {
    font-size:14px;
}
.form-submit #submit:hover{
        color: #d44397;
        opacity: 1;
}
.reply a:hover {
        color: #EEE;
        opacity: 1;
}
.comments-form .form-submit {
    position: relative;
}
.pagination2 a{
    position: relative;
        padding-left: 63px;
}
.comments-form #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;
    position: relative;
    padding-top: 27px;
    margin-bottom: 58px;
}
.comment-form .comment-form-comment, .comment-form .form-submit {
    width:100%;
}
/*#commentform:before {
    content:"Your email address will not be published. Required fields are marked.";
    font-size:13px;
    display: block;
    color:#BBBDB9;
    position: absolute;
    top: -11px;
}*/
.comment-form-cookies-consent label {
    width: 100%;
    display: inline-block!important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.0rem;
    line-height: 0.9;
    margin-top: 10px;
}
.comment-form-cookies-consent {
        position: absolute;
    bottom: 30px;
}
p.comment-form-url {
    width:100%;
}
/*.comment-form-comment {
    margin-bottom:50px!important;
}*/
.comment-form-cookies-consent input{
    padding: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 12px 0 0;
}
.comment-form-cookies-consent input:checked {
    background-color: #ebb1d1;
}
.comment-form-cookies-consent {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
        width: 100%!important;
}
#respond h3#reply-title {
    display: none;
}
.comment-form p{
    width: 32%;
}
.comment-meta .avatar {
    /*display: none;*/
}
.comment-metadata {
    /*display: none;*/
	display:block;
	float:right;
}
.comment-content p,.comment-content li {
    font-size: 15px;
    letter-spacing: 0.01rem;
    margin-bottom: 6px;
}
.comment-contentli {
    list-style-type: initial;
}
.says{
	display:none;
}
ol.commentlist {
        margin-bottom: 65px;
    border-top: 1px solid #eeb9d7;
    margin-top: -22px;
    padding-top: 0;
}
.numbers-of {    
    font-weight:700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 26px 0 -9px;
    letter-spacing: 0.1rem;}
.reply a {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15rem;
	
	background-color: #CF3D8C;
    padding: 5px 15px;
    border-radius: 9px
}
.comment-meta {
    display: block;
    /*display: -ms-flex;
    display: -webkit-flex;*/
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 600;
    font-size: 11px;
}

.comment-meta a, .comment-meta .comment-author .fn {
    font-weight: 600;   
}
.comment-meta .fn{
	font-weight:900;
	font-size:17px;
	letter-spacing:0;
}
.single-blog .left .commentlist img{
	max-width: none;
    margin-bottom: 0;
    margin: 0;
	
}
.logged-in-as {
    font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 600;
    color: #092e4c;
    width: 100%!important;
}
.commentlist ul.children {
    border: none;
    padding: 4px 2px;
    margin: 7px 0 0 10px;
	overflow:hidden;
    width: 100%;
    /*background: #fdf7fa;*/
}
.commentlist .bypostauthor{
	/*background: #ebb0d11f; */
    background-color: #fdf7fa;
    /* padding: 5px 10px 10px; */
    margin: 5px 10px 10px;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); */
    /* border: 1px solid black;*/
}
.commentlist .bypostauthor article{
	background-color: #fdf7fa;
	border: 1px solid #f7e8ef;
}

.commentlist .comment-author{
		display:inline-block;
	}
.commentlist .bypostauthor .comment-author{
		color: #CF3D8C;
	}
.single-post .cta {
    margin-top: 80px
}
h3#reply-title {
}

.pagination {

}

.pagination a {

}

.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: right;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
	display: block;
    float: left;
}



#commentform p {
	margin: 0;
}

#commentform input {
	margin-bottom: 2px;
}
#commentform .comment-form-author label, #commentform .comment-form-email label{
	display:none;
}
#commentform .comment-notes{
	display:block;
	width:100%;
	
}
#commentform .wprm-comment-rating-5{
	font-size:12px;
}
#commentform textarea {
	height: 285px;
	margin-bottom: 20px;
}
#commentform .comment-form-cookies-consent{
    padding-bottom: 10px;
}
#commentform .wprm-comment-ratings-container{
	width: 100%;
}
#commentform .submit {
	width: 100%;
}
#commentform input[type="radio"]{
	-webkit-appearance: radio !important;
	margin-bottom: 30px !important;
	padding-left:0px !important
}

p.logged-in-as {
	font-size: 17px;
	line-height: 30px
}

p.logged-in-as a {
	color: #000;
}
.mobileinsta {
    display: none;
}
.mobile-drop {
    display: none;
}

/* Site Footer 
------------------------------------------------------------ */
/*.the-footer .mobile-insta {
    display: none;
}
.the-footer .upper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.the-footer .upper .left {
    width: 50%;
    background: #e28aba;
    text-align: center;
    position: relative;
}
.the-footer .upper .left h6{
    color: #ce3c8c;
    font-size: 95px;
    font-family: 'Homemade Apple';
    font-weight: 100;
    line-height: 1.5;
    opacity: 0.15;
    position: absolute;
    transform: rotate(-5deg);
    top: 0;
    bottom: 0;
    left: 33px;
    margin: auto;
    z-index: 0;
    height: 300px;
}
.the-footer .upper .left  .form {
    max-width: 500px;
    margin: 0 auto 0;
    position: relative;
    text-align: center;
    top:13%;
}
.the-footer .upper .left .gform_title {
    text-align: center;
    font-size: 44px;
    color: white;
    
    letter-spacing: 0.02rem!important;
    font-weight: 300;
    margin: 100px 0 -20px;
    line-height: 1;
}
.the-footer .upper .left #field_1_1, .the-footer .upper .left #field_1_2, .the-footer .upper .left #field_11_1, .the-footer .upper .left #field_11_2{
    padding: 0;
    margin: 0 auto!important;
    width: 49%;
    height: 57px;
}
.the-footer .upper .left #field_1_3, .the-footer .upper .left #field_11_3 {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.the-footer .upper .left #field_1_3 label, .the-footer .upper .left #field_11_3 label{
        
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    color: white;
    text-transform: uppercase;
}
.the-footer .upper .left #field_1_3 select, .the-footer .upper .left #field_11_3 select{
        padding-left: 38%;
    background: #ce3c8c;
    border: none;
    color: white;
    width: 100%!important;
    max-width: 100%;
    height: 42px!important;
    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.the-footer .upper .left #field_1_1 input, .the-footer .upper .left #field_11_1 input{
        background: #ce3c8c;
    border: none;
    color: white;
    width: 100%!important;
    max-width:100%;
    text-align: center;
    height: 42px!important;

    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
}
.the-footer .upper .left #field_1_1 label, .the-footer .upper .left #field_11_1 label {
    display: none;
}
.the-footer .upper .left #field_1_2 input, .the-footer .upper .left #field_11_2 input{
        background: #ce3c8c;
    border: none;
    color: white;
    width: 100%!important;
    max-width:100%;
    text-align: center;
    height: 42px!important;

    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
}
.the-footer .upper .left #field_1_2 label, .the-footer .upper .left #field_11_2 label {
    display: none;
}*/
/*#gform_submit_button_1{
        background: transparent;

    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    color: white;
    margin: 0;
    padding: 0;
    font-weight:700;
}*//*
.the-footer .upper .left .gform_footer{
        text-align: center;
    margin: 16px 0 0;
    padding: 0;
}
.the-footer .upper .left input::-webkit-input-placeholder { 
  color: white;
  font-weight:700;
}
.the-footer .upper .left #gform_fields_1, .the-footer .upper .left #gform_fields_11{
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;
    margin-top: 43px!important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top:0!important;
}

.the-footer .upper .left input:-ms-input-placeholder { 
  color: white;
  font-weight:700;
}

.the-footer .upper .left input::placeholder {
  color: white;
  font-weight:700;
}
.the-footer .upper .right {
    width: 50%;
    position: relative;
}
.the-footer .upper .right .title {
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 262px;
    height: 41px;
    text-align: center;
    background: #e695c2;
    padding: 6px 0;
 
    font-size: 11px!important;
    letter-spacing: 0.12rem!important;
    color: white;
    text-transform: uppercase;
    z-index: 999;
}
.the-footer .upper .right .title a {
        width: 262px;
    height: 41px;
    display: block;
    padding: 7px;
    margin: -7px 0 0;
    color: white;
}
.the-footer .creds {
    background: black;
    padding: 10px 0;
    color: white;
    font-size: 9px;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-weight:700;
}
.the-footer .creds a {
    color:white;
}
.the-footer .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: 1185px;
    width: 95%;
    margin: 0 auto;
}*//*
.cred p {
    text-align: center;
    color: #BBBDB9;
    font-size: 13px;
    letter-spacing: 0.0rem;
    margin-bottom: 45px;
}
.cred span {
	    margin: 0 3px;
}
.cred a {
    color: #BBBDB9;
    font-size: 13px;
    letter-spacing: 0.0rem;
}*/
/*.footer-widgets {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px 0;
}
.footer ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin: 43px 0 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
.footer ul li {
	margin: 0 31px;
}
.cta {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 67px;
}
.cta .left {
	width: 491px;
    width: 490px;
    height: 390px;
    background-size: cover;
    background-position: center;
}
.cta .right h3 {
	margin: 25px 0 0;
    line-height: 1.155;
    letter-spacing: -0.03rem;
    padding-left: 0px;
    padding-right: 10px;
}
.cta .right input {
	background: transparent;
    border: 1px solid #082E4C;
    padding: 15px 14px 14px 22px!important;
    color: #BBBDB9;
    font-size: 12px!important;
    font-weight: 600;
    letter-spacing: 0.1rem!important;
    width:100%!important;
    max-width:100%;
}
.cta .right input::-webkit-input-placeholder { 
    color:  #BBBDB9;
}
.cta .right input:-ms-input-placeholder { 
    color:  #BBBDB9;
}
.cta .right input::placeholder {
    color:  #BBBDB9;
}
.cta .right ul{
	display: flex!important;
	display: -ms-flex!important;
	display: -webkit-flex!important;
    justify-content: space-between!important;
    -ms-justify-content: space-between!important;
    -webkit-justify-content: space-between!important;
    margin: 53px 0 19px!important;
    max-width: 530px;
    position: relative;
}
.cta .right ul #field_1_3, .cta .right ul #field_11_3{
    font-size: 13px;
    color: #BBBDB9;
    font-style: inherit;
    position: absolute;
    bottom: -143px;
    left: 0;
    line-height: 1.5;
    padding:0;
}*/
.gform_wrapper .gfield_required {
    display: none!important;
}/*
#field_1_3 a, #field_11_3 a {
    font-size: 13px;
    color: #BBBDB9;
}
.cta .right #gform_submit_button_1{
    padding: 0!important;
    background: transparent;
    border: none;
    color: #082E4C;
    font-size: 14px!important;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    letter-spacing: 0.15rem!important;
}
.cta .right .gform_footer:before {
    content: "";
    width: 383px;
    height: 1px;
    background: #082E4C;
    display: block;
    position: absolute;
    left: 0;
    top: 33px;
}
.cta .right p em{
	font-size: 13px;
    color: #BBBDB9;
    font-style: inherit;
    line-height: 0;
}
.cta .right p{
	line-height: 1;
    padding: 0 60px 0 0;
}
.cta .right .gform_footer {
    position: relative;
    max-width: 515px;
    margin: 24px 0 36px;
}
.cta .right ul #field_1_2, .cta .right ul #field_11_2{
    width: 276px!important;
    margin: -2px 0 0 0;
    padding: 0;
}
.cta .right ul #field_1_1, .cta .right ul #field_11_1{
	width: 238px!important;
    margin: -4px 0 0;
    padding: 0;
}
.cta #input_1_1_3_container label, .cta #input_11_1_3_container label {
	display: none;
}
.cta .right {
	width: 591px;
}
*/

/* Form Styling
------------------------------------------------------------ */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 6px;
	margin: 0px auto;
}
input[type="checkbox"]{
	-webkit-appearance: auto;
	width:auto;
}
input[type="checkbox"]:focus{
	-webkit-appearance: auto;
	width:auto;
}
input[type="checkbox"]:checked{
	-webkit-appearance: auto;
	width:auto;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	-webkit-appearance:none;
	border-radius: 0;
	background: #000;
	border: 0px;
	float: none;
	clear: none;
	display: block;
	margin: 0px auto;
}

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


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

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

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

.gfield_label {
    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; }
}
/*
 iframe.YUMMLY-YUM-IFRAME {
    display: none;
}*/

.error404 .footer-widgets {
    display: none !important;
}

.site-inner {
    margin-bottom: 85px;
}

.error404 .entry-content {
    font-size: 16px;
}

.error404 h1.entry-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.145rem;
    margin: 50px auto 0;
    font-weight: 600;
    position: relative;
}

/* Mobile Styles
--------------------------------------------- */
@media all and (max-width:1550px){
    .the-footer .upper .left .form {
        top:7%;
    }
}
@media all and (max-width:1305px) {
    .the-footer .upper .left .form {
        top: 0;
    }
    /*.single-blog .left, .post-comments, .single-post .wrap-it .latest-title, .single-post .mr-posts {
        padding-left:30px;
    }*/
    .fixed-sidebar {
        left:15px;
    }
    .blog .post-comments, .blog .wrap-it .latest-title, .blog .mr-posts {
        padding-left:30px;
    }
    .wprm-recipe-jump-to-comments {
        padding-left:109px;
    }
}
@media all and (max-width: 1240px) {
    .banner-ribbon .inner {
            max-width: 1020px;
    margin: 0 auto;
    }
    .post-comments .banner-ribbon .inner .left {
        width:50%;
    }
    .wprm-recipe-rating {
    white-space: nowrap;
    /*border-top: 1px solid #ebb1d1;*/
    text-align: center;
    width: 100%;
    /*padding-top: 35px;
    padding-right: 50%;*/
    margin-top: 10px;
    position: relative;
}
.wprm-recipe-jump-to-comments {
    padding-left: 72px;
}
/*.wprm-recipe-rating:after {
        left: 0;
    right: 0;
    margin: auto;
}*/
.wprm-recipe .wprm-recipe-print {
    color: #333333;
    position: absolute;
    right: 19px;
    text-align: center;
    width: 48%;
    margin-top: -14px;
    text-transform: uppercase;
    font-size: 13px!important;
    font-weight: 700!important;
    letter-spacing: 0.13rem!important;
}
    .the-header .top-header .right-side {
        max-width: 1020px;
    }
    .the-header .flex {
        max-width: 1020px;
    }
    .the-header .flex .left {
    width: 140px;
    margin-right: 61px;
    }
    .the-header .flex .center {
    position: relative;
    width: 558px;
    padding-top: 40px;
    padding-left: 0;
    margin-right: 79px;
    }
    .fixed-header .flex .center {
        position: relative;
    width: 625px;
    padding-top: 7px;
    padding-left: 0;
    margin-right: 76px;
    color: white;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all 0.5s;
    }
    .fixed-header .flex .left {
            width: 180px;
    margin-right: 30px;
    transition: all 0.5s;
    padding: 0;
    margin-top: -2px;
    }
    .fixed-header .flex .right {
    width: 160px;
    padding-top: 0;
}
    .lower-header .flex .right {
    width: 120px;
    padding-top: 14px;
    }
    .wrap-it {
    max-width: 1020px;
    margin: 0 auto;
    }
    .mr-posts li {
    width: 31.5%;
    text-align: center;
    }
    .mr-posts .title {
        padding: 34px 23px 0;
    }
    .post-break .pb-wrap .left {
        padding: 98px 0;
    }
    /*.explore-wrap .lower ul {
        max-width: 1020px;
    }
    .explore-wrap .lower ul li {
    width: 24%;
    text-align: center;
    }
    .explore-wrap .lower #hero-image {
        height: 350px;
    }
    .lc-flex {
        max-width: 1020px;
    }
    .lc-flex .single-lc {
            width: 48%;
        margin: 50px 10px 26px;
            padding: 29px 39px 25px 36px;
    }
    .lc-flex .single-lc ul li {
        width: 48%;
    }
    .lc-flex .single-lc ul li #hero-image {
        height: 320px;
    }*/
    .wrap-it .latest-title:before {
        width: 69%;
    }
    /*#prod-slider {
        max-width: 1020px;
    }
    .the-footer .upper .left .form {
        top: 0;
    }
    .the-footer .upper .left .gform_title {
        font-size:36px;
            margin: 80px 0 -20px;
    }
    .the-footer .inner {
        max-width: 1020px;
    }
    .archive-wrap {
        max-width: 1020px;
    }
    .archive-wrap article {
    width: 32.3%;
    margin: 0 5px 30px;
    }
    .archive .wrap-it .latest-title:before {
        width: 65%;
    }
    .meal-plans-upper .inner {
        max-width: 1020px;
    }
    .meal-plans-upper .op-1, .meal-plans-upper .op-2 {
        width: 49%;
    }
    .about-mp {
        max-width: 1020px;
    }
    .about-mp .right {
        width: 50%;
    }
    .about-mp .left {
        width: 49%;
        padding-left: 0;
    }*/
    .sys {
        max-width: 1020px;
        margin: 0 auto;
    }
    .pink-box .inner {
    max-width: 1020px;
    margin: 0 auto;
    }
    /*.option-one, .option-two {
    max-width: 1020px;
    }
    .option-one .the-title, .option-two .the-title {
        padding: 0 0px 0 0px;
        width: 100%;
    }
    .option-one .upper-flex .right, .option-two .upper-flex .left {
    width: 49%;
    }
    .option-one .upper-flex .left, .option-two .upper-flex .right {
        width: 48%;
    }*/
    .more-wrap .inner .left {
        width: 585px;
    }
    .page-id-16465 .recipe-list .right {
        width: 69%;
    }
    .single-product {
    width: 215px;
    margin: 0 auto 30px;
    }
    .page-id-16465 .lc-flex .single-lc {
            width: 48%;
    margin: 50px 10px 26px;
    }
    .recipe-upper .inner {
        max-width: 1020px;
    }
    .sf-field-search input, .facetwp-search {
        width: 340px;
    }
    .recipe-list {
            max-width: 1020px;
    margin: 45px auto 50px;
    }
    .recipe-list .right {
        width: 69%;
    }
    .recipe-list .right .single-posty {
    width: 30.4%;
    margin: 0 8px 46px;
    }
    .recipe-list .right .single-posty #hero-image {
        height: 316px;
    }
    .page-id-16960 .lc-flex {
        max-width: 1020px;
    }
    .page-id-16960 .lc-flex .single-lc {
        width: 49%;
    }
    .about-page-mp {
        max-width: 1020px;
    }
    .about-page-mp .left {
    width: 50%;
    padding-left: 0;
    }
    .about-page-mp .right {
        width: 49%;
    }
    .pink-box-two .inner {
    max-width: 1020px;
    margin: 34px auto 0;
    }
    /*.food-phil {
    text-align: center;
    margin: 0 auto 0;
    max-width: 1020px;
    }
    .food-phil .desc {
        font-size: 26px;
    }
    .lifestyles .single-lifestyle {
        max-width: 1020px;
    }
    .single-lifestyle .title:before {
        width: 74%;
    }
    .single-lifestyle .flex .l-flex .image {
        width: 285px;
    }
    .single-lifestyle .flex .right {
    width: 280px;
    }
    .single-lifestyle .flex .left {
    background: white;
    width: 635px;
    }
    .single-lifestyle .flex .l-flex .desc {
            padding: 56px 37px 0 19px;
    }*/
    .single-blog .left {
        width: 63%;
    }
    /*.favorites .similar-posts .single-fave {
    width: 32%;
    }
    .favorites .similar-posts #hero-image {
            width: 100%;
    height: 230px;
    }*/
    .post-comments {
        max-width: 64%;
        padding-left: 30px;
    }
    .single-post .mr-posts li {
        width: 24%;
        text-align: center;
    }
    .single-post .wrap-it .latest-title:before {
        width: 68%;
    }
}

@media all and (max-width: 1060px) {
    .the-header .flex .left {
        width: 140px;
        margin-right: 35px;
    }
}

@media all and (max-width: 1030px) {
	/*.banner-ribbon .inner {
		max-width: 750px;
		margin: 0 auto;
	}
	.banner-ribbon .inner .right {
		width: 43%;
		text-align: left;
	}
	.banner-ribbon .inner .left {
		width: 55%;
	}
	.banner-ribbon .inner h3 {
		margin: 0;
		color: black;
		font-size: 25px;
		text-align:left;
	}
	.banner-ribbon .inner h5 {
		
		font-size: 22px;
		font-weight: 100;
		margin: 5px 0 3px;
		color: white;
	}
	.post-comments .banner-ribbon .inner h3 {
		margin: 0;
		color: white;
		font-size: 23px;
	}*/
	.wprm-recipe-jump-to-comments {
		padding-left: 98px;
	}
	.lower-header {
			display: none;
		}
	.fixed-header {
		display: block!important;
		height: 55px;
		background: black;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		transition: all 0.5s;
		z-index: 999999;
		text-align: left;
	}
	.the-header .flex .left {
		width: 175px;
		margin: 0 0 0;
	}
		/*.the-header .flex .right {
			display: none;
		}*/
	.the-header .flex .right .social{
		display:none;
	}
	.the-header .flex .search .searchicon{
		margin: 0 5px 0 5px;
	}
	.the-header .flex .search #seatch-form #s::-webkit-input-placeholder::before {
    	content:"Search";
	}
	.fixed-header .flex .search{
		margin-left: 0px;
	}
	
		.the-header .flex .left {
			width: 175px;
		}
		.wrap-it {
		max-width: 750px;
		margin: 0 auto;
		}
		.wrap-it .latest-title:before {
		width: 63%;
		}
		/*.mr-posts #hero-image {
			height: 365px;
		}
		.mr-posts .title {
		padding: 34px 13px 0;
		font-size: 13px;
		}
		.post-break .pb-wrap .left h3.desc {
	
		font-size: 37px;
		font-weight: 100;
		line-height: 1.2;
		max-width: 345px;
		margin: 0 auto 0;
		letter-spacing: 0.09rem;
	}
		.post-break .pb-wrap .left {
			min-height: 415px;
	}
	.explore-wrap .lower ul {
		max-width: 750px;
	}
	.explore-wrap .lower #hero-image {
		height: 250px;
	}
	.post-break-two .pb-wrap .right {
			padding: 40px 40px 35px;
	}
	.lc-flex {
		max-width: 550px;
	}
	.lc-flex .single-lc {
		width:100%;
	}*/
	/*#prod-slider {
		max-width: 750px;
	}
	#prod-slider .image {
			width: 175px;
		height: 175px;
	}
	.the-footer .upper .left h6 {
		color: #ce3c8c;
		font-size: 71px;
		font-family: 'Homemade Apple';
		font-weight: 100;
		line-height: 1.5;
		opacity: 0.15;
		position: absolute;
		transform: rotate(-5deg);
		top: 42px;
		bottom: 0;
		left: 29px;
		margin: auto;
		z-index: 0;
		height: auto;
	}
	.the-footer .upper .left .form {
		top: 0%;
	}*/
	/*.about-page-mp {
		max-width: 750px;
	}
	.about-page-mp .right {
		width: 49%;
		height: 400px;
	}
	.about-page-mp .left {
		width: 47%;
		padding-left: 0;
	}
	.about-page-mp .left h4 {
	
		font-size: 23px;
		font-weight: 300;
		line-height: 1.24;
		margin: 15px 0 20px;
		letter-spacing: 0.015rem;
	}
	.about-page-mp .left .signature {
			font-size: 23px;
		margin: 35px 0 0;
	}
	.pink-box-two .inner {
		max-width: 750px;
		margin: 34px auto 0;
	}
	.pink-box-two .inner .headline {
		font-size:33px;
	}
	.pink-box-two .desc {
			column-gap: 45px;
		-ms-column-gap: 45px;
		-webkit-column-gap: 45px;
	}
	.food-phil {
		text-align: center;
		margin: 0 auto 0;
		max-width: 750px;
	}
	.lifestyles .single-lifestyle {
		max-width: 750px;
	}
	.single-lifestyle .title:before {
		width: 66%;
	}
	.single-lifestyle .flex {
		flex-direction:column;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
	}
	.single-lifestyle .flex .l-flex .image {
		width: 50%;
	}
	.single-lifestyle .flex .left {
		background: white;
		width: 100%;
	}
	.single-lifestyle .flex .l-flex .desc {
		width:50%;
	}
	.single-lifestyle .flex .right {
		width: 100%;
		padding-top: 30px;
	}
	.single-lifestyle .flex .right .r-more button {
		width: 300px;
	}
	.about-form {
		max-width: 750px;
	}
	.meal-plans-upper .inner {
		max-width: 750px;
		flex-direction: column;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
	}
	.meal-plans-upper .op-1, .meal-plans-upper .op-2 {
		width: 100%;
		max-width: 500px;
		margin: 35px auto 30px;
	}
	.about-mp {
		max-width: 750px;
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.about-mp .right {
		width: 500px;
		margin: 0 auto;
	}
	.about-mp .left {
		width: 100%;
		padding-left: 0;
	}
	.sys {
		max-width: 750px;
		margin: 0 auto;
	}
	.sys ul {
		width: 100%;
	}
	.pink-box .inner {
		max-width: 750px;
		margin: 0 auto;
	}
	.pink-box .desc {
			column-gap: 30px;
		-ms-column-gap: 30px;
		-webkit-column-gap: 30px;
	}
	.option-one, .option-two {
		max-width: 750px;
	}
	.more-wrap .inner {
		flex-direction: column;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
	}*/
	.more-wrap .inner .left {
		width: 100%;
	}
	.more-wrap .inner .right {
		width: 100%;
		padding-left: 12px;
	}
	/*.recipe-upper .inner {
		max-width: 750px;
	}
	.sf-field-submit {
		top: 88px;
	}
	.recipe-list {
		max-width: 750px;
		margin: 45px auto 50px;
	}
	.recipe-list .right {
		width: 60%;
	}
	.recipe-list .right .single-posty {
		width: 45.4%;
		margin: 0 8px 46px;
	}*/
	.page-id-16960 .lc-flex {
		max-width: 500px;
		flex-direction: column;
		 -ms-flex-direction:column;
		-webkit-flex-direction:column;
	}
	.page-id-16960 .lc-flex .single-lc {
		width: 100%;
	}
	.archive-wrap {
		max-width: 750px;
	}
	/*.archive-wrap article {
		width: 48.3%;
		margin: 0 5px 30px;
	}*/
	.page-id-16465 .lc-flex .single-lc {
		width: 100%;
		margin: 50px 10px 26px;
	}
	.single-blog {
		flex-direction: column;
		 -ms-flex-direction:column;
		-webkit-flex-direction:column;
	}
	.single-blog .left {
		width: 100%;
	}
	.single-blog .right {
		margin: 0 auto;
	}
	.post-comments {
		max-width: 100%;
		padding-left: 30px;
	}
	.single-post .wrap-it .latest-title:before {
		width: 57%;
	}
	.single-post .mr-posts #hero-image {
		height: 320px;
	}
	.single-post .mr-posts .title {
			padding: 20px 17px 0;
		}
		/*#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
				text-transform: uppercase!important;
	   
		font-size: 11px!important;
		letter-spacing: 0.12rem!important;
		font-weight: 700!important;
		}
		#responsive-menu-pro-container .responsive-menu-pro-search-box {
		width: 100%;
		padding: 0 2%;
		border-radius: 2px;
		height: 50px;
		-webkit-appearance: none;
		text-transform: uppercase!important;
		
		font-size: 11px!important;
		letter-spacing: 0.12rem!important;
		font-weight: 700!important;
		max-width: 250px;
	}
	#responsive-menu-pro-container .responsive-menu-pro-search-box{
			background: rgba(0, 0, 0, 1)!important;
		border: none!important;
		border-bottom: 1px solid rgba(255, 255, 255, 1)!important;
		color: rgba(255, 255, 255, 1)!important;
		color: white!important;
			max-width: 100%!important;
	}
	#responsive-menu-pro-container .responsive-menu-pro-search-box::placeholder { 
	  color: white!important;
	  opacity: 1; 

	}
	#responsive-menu-pro-container .responsive-menu-pro-search-box:-ms-input-placeholder { 
	  color: white!important;
	}
	#responsive-menu-pro-container {
		margin-top:50px!important;
	}
	#responsive-menu-pro-container .responsive-menu-pro-search-box::-ms-input-placeholder { 
	  color: white!important;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
		font-size:20px!important;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
		left:5px!important;
		top:16px!important;
	}
	#responsive-menu-pro-additional-content li a {
		color:white;
	}
	#responsive-menu-pro-additional-content .social{
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		font-size: 16px;
	}
	#responsive-menu-pro-additional-content li {
		margin: 0 28px 0 0;
	}
	#responsive-menu-pro-container .responsive-menu-pro-search-box {
		width: 100%;
		padding: 0 2%;
		border-radius: 2px;
		height: 50px;
		-webkit-appearance: none;
		background-image: url(https://www.sweetashoney.co/wp-content/uploads/search.png)!important;
		background-repeat: no-repeat!important;
		background-position: 0px 12px !important;
			padding-left: 35px!important;
	}*/

}

@media all and (max-width: 768px) {
    /*.wprm-recipe-template-customtemplate .wprm-recipe-name {
    width: 90%!important;
    padding-left: 0px!important;
}*/
    .banner-ribbon .inner {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
        padding-left: 150px;
}
.banner-ribbon .inner img {
    width: 125px;
    position: absolute;
    right: inherit;
    left: 0;
    top: 22px;
    transform: rotate(6deg);
}
.banner-ribbon .inner .img {
    width: 212px;
    position: absolute;
    right: inherit;
    left: -68px;
    top: -10px;
    /*transform: rotate(6deg);*/
}
.post-comments .banner-ribbon .inner .img {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: inherit;
    top: 43px;
    left: 24px;
    /*transform: rotate(10deg);
    border: 5px solid black;
    border-radius: 7px;*/
}
.post-comments .banner-ribbon .inner {
    padding: 30px 10px 30px 160px;
}
.post-comments .banner-ribbon .inner img {
        left: 18px;
}
.banner-ribbon .inner .left {
    width: 100%;
	text-align:center;
}
.banner-ribbon .inner .right {
    width: 100%;
    text-align: left;
}
    .wprm-recipe-template-customtemplate .wprm-recipe-name, .wprm-recipe-template-customtemplate .wprm-recipe-header {
        text-align: center;
    }
    .wprm-recipe-image img {
    max-height: inherit!important;
    /*width: 70%!important;*/
    margin: 0 auto 0;
}
/*.wprm-recipe-servings-container {
    text-align: center;
}*/
    /*.wprm-recipe-template-customtemplate .wprm-recipe-name {
    
    color: #000000!important;
    line-height: 1.3em!important;
    font-size: 20px!important;
    font-weight: 500!important;
    position: absolute!important;
    top: 44px!important;
    width: 83%;
}*/
.wprm-container-float-right {
    float: none;
    margin: -12px 0 18px;
    text-align: left;
}
/*.wprm-recipe-image img {
    max-height: inherit!important;
    width: 70%!important;
    margin: 0;
}*/
.wprm-recipe .wprm-recipe-print {
    color: #333333;
    position: relative;
    right: inherit;
    text-align: center;
    width: 100%;
    margin-top: inherit;
    text-transform: uppercase;
    font-weight: 700!important;
    letter-spacing: 0.13rem!important;
    display: block!important;
}
.wprm-recipe-rating {
    white-space: nowrap;
    /*border-top: 1px solid #ebb1d1;*/
    text-align: center;
    width: 100%;
    padding-top: 15px;
    /*padding-right: 0;*/
    /*margin-top: 10px;*/
    position: relative;
}
.wprm-recipe-jump-to-comments {
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
/*.wprm-recipe-rating:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #ebb1d1;
    top: 85px;
    left: 0;
    right: 0;
}*/
    .the-header .top-header #menu-top-bar {
        display: none;
    }
    .wrap-it {
    max-width: 500px;
    margin: 0 auto;
    }
    .mr-posts {
flex-wrap:wrap;
-ms-flex-wrap:wrap;
-webkit-flex-wrap:wrap;
    }
    .wrap-it .latest-title:before {
    width: 49%;
}
.mr-posts li {
    width: 48%;
    text-align: center;
    margin: 0 0 30px;
}
.wrap-it .latest-title p {

    font-weight: 300;
    font-size: 27px;
    margin: 45px 0 0 0;
    text-align: left;
    padding-bottom: 20px;
}
.wrap-it .latest-title:before {
    width: 235px;
    top: 19px;
    left: inherit;
    right: 0;
    margin: auto;
}
/*.home .mr-posts li:nth-child(4) {
    display: block;
}
.post-break .pb-wrap {
    flex-direction: column-reverse;
     -ms-flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
    max-width: 500px;
}

.post-break .pb-wrap .left {
    min-height: 380px;
    width: 100%;
}
.post-break .pb-wrap .right {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
}*/
/*.explore-wrap {
    margin: 56px auto 50px;
    max-width: 500px;
}
.explore-wrap .lower ul {
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.explore-wrap .lower ul li {
    width: 47%;
    text-align: center;
}
.explore-wrap .lower #hero-image {
    height: 290px;
}
.post-break-two .pb-wrap {
        margin: 65px auto 0;
    max-width: 500px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.post-break-two .pb-wrap .right {
    width:100%;
}
.post-break-two .pb-wrap .left {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}*/
.lc-flex {
    max-width: 500px;
}
.lc-flex .single-lc ul li #hero-image {
    height: 280px;
}
/*.home-shop-wrap .inner .top div {
    margin: 0 15px;
}
#prod-slider {
    max-width: 500px;
}
.the-footer .inner {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.the-footer .upper {
     flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.the-footer .upper .left {
    width: 100%;
    min-height: 330px;
    padding: 5px 0 50px;
}
.the-footer .upper .left .form {
    top: -11px;
}
.the-footer .upper .right {
    width:100%;
}
.the-footer .upper .left h6 {
    color: #ce3c8c;
    font-size: 59px;
    font-family: 'Homemade Apple';
    font-weight: 100;
    line-height: 1.5;
    opacity: 0.15;
    position: absolute;
    transform: rotate(-5deg);
    top: 42px;
    bottom: 0;
    left: 29px;
    margin: auto;
    z-index: 0;
    height: auto;
    width: 50%;
    right: 0;
}*/
.recipe-upper .inner {
    max-width: 500px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
        margin: 0 auto 10px;
}
.sf-field-submit, .facetwp-btn {
    top: 58px!important;
    right: 0!important;
    left: 0!important;
    margin: auto;
    padding-right: 30px;
}
.facetwp-btn:before {
    right:110px;
}
.facetwp-facet {
    margin-bottom: 40px!important;
    margin-top: 30px!important;
}
.recipe-upper .inner .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
}
.recipe-upper .inner .right {
    width: 100%;
    padding-left: 0;
    position: relative;
    text-align: center;
    margin: 0 auto 0;
}
.recipe-upper .inner .left .desc {
    margin-bottom:0;
}
.recipe-upper .inner .right h5.title {

    font-size: 35px;
    font-weight: 300;
    margin: 10px 0 -10px;
    letter-spacing: 0.025rem;
}
.recipe-upper .inner .right:before {
    display: none;
}
.recipe-list {
        max-width: 500px;
    margin: 45px auto 50px;
    padding: 0;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.recipe-list .fixme {
    margin: 0 auto;
}
.recipe-list .recipe-mobile-open {
    text-align: center;
}
.recipe-list .right {
    width: 100%;
    margin: 40px auto 0;
}
.searchandfilter ul li ul {
    overflow:hidden;
    height:0px;
}
.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0px 0 0!important;
    margin: 0;
    margin-bottom: 0;
}
.recipe-list .fixme ul.shorter, .facetwp-facet.shorter {
    overflow: hidden;
    height: auto;
}
.sf-field-submit:after {
    top:-9px;
}
.shop-upper .inner {
    max-width: 500px;
    margin: 0 auto 0;
}
.about-mp {
    max-width: 500px;
}
.sys {
    max-width: 500px;
    margin: 0 auto;
}
.sys ul {
        column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
}
.pink-box .inner {
    max-width: 500px;
    margin: 0 auto;
}
.pink-box .desc{
        column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
}
.option-one, .option-two {
    max-width: 500px;
}
.option-one .upper-flex{
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.option-two .upper-flex {
    flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
}
.option-one .upper-flex .left, .option-two .upper-flex .right {
    width: 100%;
}
.option-one .upper-flex .right, .option-two .upper-flex .left {
    width: 100%;
}
.archive-wrap {
    max-width: 500px;
}
/*.archive-wrap article {
    width: 47.3%;
    margin: 0 5px 30px;
}
.archive-wrap #hero-image {
    height: 365px;
}
.archive-wrap #hero-image .title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 15px 0;
    margin: 7px auto 0;
    letter-spacing: 0.05rem;
    background: rgba(206, 60, 140, 0.7);
    position: absolute;
    bottom: 0;
    height: 125px;
    line-height: 1.75;
    color: white;
    text-align: center;
    width: 100%;
}
.favorites .similar-posts #hero-image {
    width: 100%;
    height: 170px;
}*/
.single-post .mr-posts li {
    width: 245px;
    text-align: center;
}
.single-post .wrap-it .latest-title:before {
    display: none;
}
.single-post .wrap-it .latest-title{
        text-align: center;
    padding: 0;
}
.single-post .wrap-it .latest-title p {
    text-align: center;
}
.single-post .mr-posts {
    padding:0;
}
.single-post .mr-posts li {
    width:49%;
}

#gform_submit_button_1 {
    text-align: center;
}

}

@media all and (max-width:550px) {
    .the-button a button {
        line-height:1.3;
    }
    .single-post .banner-ribbon {
            position: relative;
        margin: 60px 0 -35px;
    }
    .banner-ribbon .inner img {
    width: 85px;
    position: absolute;
    right: inherit;
    left: 0;
    top: 7px;
    transform: rotate(6deg);
}
.banner-ribbon .inner .img {
    width: 160px;
    height: 160px;
    position: absolute;
    right: inherit;
    /*left: -41px;*/
    top: 4px;
    /*transform: rotate(6deg);*/
}
.post-comments .banner-ribbon .inner .img {
    width: 83px;
    height: 113px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: inherit;
    top: 2px;
    left: -10px;
    /*transform: rotate(10deg);
    border: 5px solid black;
    border-radius: 7px;*/
}
.post-comments .banner-ribbon .inner {
    padding: 15px 10px 6px 85px;
}
.post-comments .banner-ribbon {
    margin-bottom:50px;
}

.banner-ribbon .inner {
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding-left: 95px;
    padding-bottom:7px;
}
.banner-ribbon .inner h3 {
    color: black;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    margin: -24px 0 0 0;
    line-height: 1.2;
}
.banner-ribbon .inner h5 {
    
    font-size: 15px;
    font-weight: 100;
    margin: -1px 0 -5px;
    color: white;
    line-height: 1.1;
    letter-spacing: 0;
}
.banner-ribbon .inner button {
    background-color: #000;
    text-align: center;
    margin: 14px 0px 0;
    text-transform: uppercase;
    
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.11rem;
    color: white;
    width: 153px;
    height: 29px;
    line-height: 1;
	float: right;
    margin-right: 10px;
}
.post-comments .banner-ribbon .inner h3 {
    color: black;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    margin: -11px 0 0 0;
    line-height: 1.2;
}
.post-comments .banner-ribbon .inner h5 {
    
    font-size: 15px;
    font-weight: 100;
    margin: -1px 0 -5px;
    color: white;
    line-height: 1.1;
    letter-spacing: 0;
}
.post-comments .banner-ribbon .inner button {
    background-color: #000;
    text-align: center;
    margin: -2px 0px 0;
    text-transform: uppercase;
    
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.11rem;
    color: white;
    width: 103px;
    height: 29px;
    line-height: 1;
}





    /*.the-footer .upper .left #gform_fields_1 {
        flex-direction:column;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
    }
    .the-footer .upper .left .gform_title {
            margin: 86px 0 -20px;
    }
    .the-footer .upper .left #field_1_1, .the-footer .upper .left #field_1_2, .the-footer .upper .left #field_1_3, .the-footer .upper .left #field_11_1, .the-footer .upper .left #field_11_2, .the-footer .upper .left #field_11_3 {
    width: 90%;
    margin: 0 auto!important;
    }*/
    .single-blog {
            margin: 10px auto 0;
    }
.fixed-sidebar {
    left: 0;
    right: 0;
    top: 55px;
    background: #e695c2;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    height: 45px;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    text-align: left;
        padding: 5px 5% 0;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
        z-index: 8;
}
.fixed-sidebar p {
    color: #fff;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    transform: rotate(0deg);
    position: relative;
    width: inherit;
    left: inherit;
    bottom: inherit;
    margin: 0;
        margin: 2px 7px 0 0;
}
.fixed-sidebar p:after {
    content:"-";
    display: inline-block;
        margin: 0 8px 0 10px;
}
.fixed-sidebar ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.fixed-sidebar ul li {
    margin: 0 5px 0 0;
}
}
@media all and (max-width:400px) {
	.banner-ribbon .inner .img {
		width: 150px;
		height: 150px;
		position: absolute;
		right: inherit;
		left: -40px;
		top: 4px;
	}
}
@media all and (max-width: 500px) {
	.share-bottom {
    	margin: 0 0px 0;
	}
    /*.wprm-recipe-template-customtemplate {
            padding: 70px 15px 50px!important;
    }*/
    .wprm-nutrition-label strong {
    text-transform: uppercase;
    font-size: 11px!important;
}
.wprm-nutrition-label, html body .wprm-recipe-container .wprm-nutrition-label {
    padding: 10px!important;
}
    .the-footer .upper .right {
        display: none;
    }
    .facetwp-btn:before {
    right: 86px;
}
    .the-footer .mobile-insta {
        display: block;
    }

    .wrap-it {
    max-width: 95%;
    margin: 0 auto;
}
/*.the-header .flex {
    max-width: 1020px;
    width: 90%;
}*/
.wrap-it .latest-title:before {
    width: 40%;
    top: 19px;
    left: inherit;
    right: 0;
    margin: auto;
}
/*.mr-posts {
        margin: 5px auto 0;
}
.mr-posts #hero-image {
    height: 290px;
}
.mr-posts .title {
    padding: 25px 10px 0;
    font-size: 13px;
    height: 115px;
}*/


/*button#responsive-menu-pro-button {
    right:2%!important;
}
.post-break .pb-wrap .left h3.desc {
    font-size: 34px;
}
.post-break .pb-wrap .left {
    min-height: auto;
    width: 100%;
    padding: 40px 0;
}
.post-break .pb-wrap .left .link {
        margin: 35px 0 0;
}
.explore-wrap {
    margin: 56px auto 50px;
    max-width:95%;
}
.explore-wrap .top ul {
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.explore-wrap .top ul li {
    margin: 0 3px 20px;
    font-size: 9px;
    letter-spacing: 0.05rem;
    color: white;
    width:30%;
    height: 36px;
    padding-top: 3px;
}

.explore-wrap .lower ul li {
    width: 50%;
    max-width: 47%;
    text-align: center;
    margin: 0 auto 20px;
}
.post-break-two .pb-wrap .right {
    padding: 25px 20px 25px;
    min-height: auto;
}
.lc-flex {
    max-width: 300px;
}
.lc-flex .single-lc {
    width: 100%;
    padding: 20px 20px 20px 20px;
}
.lc-flex .single-lc h2.title {

    text-align: center;
    text-transform: lowercase;
    font-size: 23px;
    margin: 52px 0;
    letter-spacing: 0.01rem;
    font-weight: 100;
    background: white;
    position: absolute;
    top: -68px;
    left: 6px;
    padding: 0 14px;
}
.lc-flex .single-lc ul {
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.lc-flex .single-lc ul li {
    width: 100%;
}
/*.home-shop-wrap .inner .top div {
    margin: 0 15px;
    line-height: 1.3;
}
.home-shop-wrap .inner .top {
        max-width: 300px;
    margin: 25px auto 35px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.home-shop-wrap .inner .top div {
    margin: 0 15px 10px;
    line-height: 1.3;
}
#prod-slider {
    max-width: 300px;
    padding: 40px 10px;
}
.the-footer .inner {
    max-width: 275px;
    line-height: 1.7;
}
#gform_submit_button_1 {
    text-align: center;
}
.the-footer .upper .left h6 {
    color: #ce3c8c;
    font-size: 52px;
    font-family: 'Homemade Apple';
    font-weight: 100;
    line-height: 1.5;
    opacity: 0.15;
    position: absolute;
    transform: rotate(-5deg);
    top: 93px;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    height: auto;
    width: 92%;
    right: 0;
}*/
/*.about-page-mp {
    max-width: 300px;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.about-page-mp .right {
    width: 100%;
    height: 295px;
}
.about-page-mp .left {
    width: 100%;
    padding-left: 0;
}
.pink-box-two .inner {
    max-width: 300px;
    margin: 34px auto 0;
}
.pink-box-two .desc {
        column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
}
.pink-box-two .inner .headline {
    font-size: 25px;
    margin-bottom: 40px;
}
.food-phil {
    text-align: center;
    margin: 0 auto 0;
    max-width: 300px;
}
.food-phil .desc {
    font-size: 22px;
    text-align: justify;
}
.lifestyles .single-lifestyle {
    max-width: 90%;
}
.single-lifestyle .title {
    margin: 10px 0 49px;
    position: relative;
    text-align: center;
}
.single-lifestyle .title:before {
    width: 100%;
    top: 47px;
}
.single-lifestyle .flex .l-flex {
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.single-lifestyle .flex .l-flex .image {
    width: 100%;
    height: 400px;
}
.single-lifestyle .flex .l-flex .desc {
    width: 100%;
    padding: 20px 10px 30px;
}
.about-form {
    max-width: 300px;
}
.about-form #gform_fields_2 li {
    padding: 0;
    margin: 0;
    width: 100%;
}
.about-form #gform_fields_2 li#field_2_1 {
        margin-bottom: -12px;
}
#gform_submit_button_2 {
    padding:0!important;
}
.recipe-upper .inner {
    max-width: 300px;
}
.recipe-upper .inner .left .desc {
    margin-bottom: 0;
    font-size: 18px;
}

.sf-field-search input, .facetwp-search {
    width: 300px;
} 
.recipe-list .right {
    width: 100%;
    margin: 0;
}
.recipe-list .right .single-posty {
    width: 48%;
    margin: 0 auto 46px;
	
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.recipe-list .right .single-posty #hero-image {
    height: 150px;
}
.page-id-16960 .lc-flex {
    max-width: 300px;
}*/
h2.page-title {
    font-size: 28px;
}
/*.meal-plans-upper .inner {
    max-width: 300px;
}
.meal-plans-upper .inner-flex {
        padding: 10px 30px 25px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.meal-plans-upper .image {
    width: 100%;
}
.meal-plans-upper .inner-flex .right {
    width: 100%;
    background: #fdf7fa;
    padding: 15px 10px 20px 10px;
    font-size: 25px;

    font-weight: 100;
    line-height: 1.3;
    letter-spacing: 0.015rem;
}
.meal-plans-upper .inner .title {
    color: white;
    background: #e28aba;

    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.155rem;
    padding: 25px 20px 25px;
    line-height: 1.4;
}
.about-mp {
    max-width: 300px;
}
.about-mp .right {
    width: 100%;
    margin: 0 auto;
    height: 300px;
}*/
/*.sys .title {

    text-align: center;
    font-size: 29px;
    font-weight: 500;
    margin: 50px auto 30px;
    letter-spacing: 0.03rem;
    line-height: 1.2;
}
.sys {
    max-width: 300px;
    margin: 0 auto;
}
.pink-box .inner {
    max-width: 300px;
    margin: 0 auto;
}
.option-one, .option-two {
    max-width: 300px;
}
.option-one .upper-flex .left, .option-two .upper-flex .right {
    height: 300px;
}*/
.more-wrap {
    background: #fdf7fa;
    margin: 54px 0 91px;
    padding: 23px 20px;
}
.more-wrap .inner .left {
    width: 100%;
    padding: 20px;
}
/*.shop-upper .inner {
    max-width: 300px;
    margin: 0 auto 0;
}
.recipe-list .right .search-filter-results, .recipe-grid-wrapper {
    padding:0;
}*/
.single-product {
    width: 100%;
    margin: 0 auto 30px;
}
/*.archive-wrap {
    max-width: 300px;
}
.archive-wrap article {
    width: 100%;
    margin: 0 5px 30px;
}
.archive-wrap #hero-image {
    height: 415px;
}*/
.single-blog .left {
    padding-left: 0;
}
.single-blog .left .sb-header .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    margin: 10px 0;

    font-weight: 900;
    letter-spacing: 0;
    padding: 0 10px;
    line-height: 1;
}
/*.favorites .similar-posts {
    flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
}
.favorites .similar-posts .single-fave {
    width: 100%;
    margin-bottom: 15px;
}
.favorites .similar-posts #hero-image {
    width: 100%;
    height: 270px;
}*/
.single-blog .right {
    width: 100%;
    padding-right: 0;
}
/*#execphp-4 ul #hero-image {
    width: 100%;
    height: 175px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
#execphp-4 ul li {
    width: 48%;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}*/
.post-comments {
    max-width: 100%;
    padding-left: 0;
}
.the-footer .upper .left .gform_title {
    font-size:31px;
}

.comment-form p {
    width: 100%;
}

/*#trending-mr li:first-child {
    width:100%;
}
#trending-mr  li:first-child #hero-image {
    height: 450px;
}
#trending-mr  li:first-child .title {
    width:100%;
}*/
.search .wrap-it .latest-title p, .archive .wrap-it .latest-title p {
    text-align:center;
}
}
@media all and (max-width: 480px) {
    .single-lifestyle .flex .l-flex .image {
        height: 300px;
    }
    .single-lifestyle .flex .right .r-more button {
    width: 100%;
}
.option-one, .option-two {
    max-width: 90%;
}
.about-form input {
        padding: 7px 0 6px 20px!important;
        height: auto!important;
        font-size: 12px;
        line-height:1.5;
}
.explore-wrap .lower ul {
    margin-top:5px;
}
}

@media all and (max-width:460px) {
    .wrap-it .latest-title p span {
    
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    margin-left: 6px;
}/*.mr-posts .title {
    padding: 25px 6px 0;
    font-size: 12px;
    height: 115px;
}
.explore-wrap .lower #hero-image {
    height: 250px;
}
#trending-mr li:first-child #hero-image {
    height: 360px;
}*/
/*.wprm-recipe-author-container, .wprm-recipe-servings-container {
    text-align: center;
}*/
}


@media all and (max-width: 420px) {
    /*.mr-posts #hero-image {
    height: 235px;
}
.mr-posts .title {
    padding: 14px 6px 0;
    font-size: 11px;
    height: 86px;
    letter-spacing: 0.05rem;
}*/
}

@media all and (max-width:400px) {
    .wrap-it .latest-title p {
        font-size:25px;
    }
    .wrap-it .latest-title:before {
    width: 36%;
    top: 17px;
    left: inherit;
    right: 0;
    margin: auto;
}
}
/*
*[tooltip]{
    position:relative
}
*[tooltip]:hover::after{
    background:rgba(0,0,0,0.9);
    border-radius:5px 5px 5px 0;
    bottom:23px;
    color:#fff;
    content:attr(tooltip);
    padding:10px 5px;
    position:absolute;
    z-index:98;
    left:2px;
    width:230px;
    text-shadow:none;
    font-size:12px;
    line-height:1.5em
}
*[tooltip]:hover::before{
    border:solid;
    border-color:#222 transparent;
    border-width:6px 6px 0;
    bottom:17px;
    content:'';
    left:2px;
    position:absolute;
    z-index:99
}
.tooltip-element{
    color:#fff;
    background:#000;
    width:16px;
    height:16px;
    border-radius:8px;
    display:inline-block;
    text-align:center;
    line-height:16px;
    margin:0 5px;
    font-size:12px
}

.btn {
  border: 3px solid #cf3d8c;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: background 600ms ease, color 600ms ease;
  transition: background 600ms ease, color 600ms ease;
}

input[type="radio"].toggle {
  display: none;
}
input[type="radio"].toggle + label {
  cursor: pointer;
  min-width: 100px;
}
input[type="radio"].toggle + label:hover {
  background: none;
  color: #cf3d8c;
}
input[type="radio"].toggle + label:after {
  background: #cf3d8c;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
}
input[type="radio"].toggle.toggle-left + label:after {
  left: 100%;
}
input[type="radio"].toggle.toggle-centre + label {
  border-right: 0;
  border-left: 0;
}
input[type="radio"].toggle.toggle-centre + label:after {
  left: 50%;
  right: 50%;
}

input[type="radio"].toggle.toggle-right + label {
  margin-left: -5px;
}
input[type="radio"].toggle.toggle-right + label:after {
  left: -100%;
}
input[type="radio"].toggle:checked + label {
  cursor: default;
  color: #fff;
  -webkit-transition: color 200ms;
  transition: color 200ms;
	background-color: #cf3d8c;
}
input[type="radio"].toggle:checked + label:after {
  left: 0;
}
#unitMetric:checked ~ .conditionalMetric,
#unitUS:checked ~ .conditionalUS{
				clip: auto;
				height: auto;
				margin: 0;
				overflow: visible;
				position: static;
				width: auto;
			}

#unitMetric:checked ~ .conditionalUS,
#unitUS:checked ~ .conditionalMetric{
				border: 0;
				clip: rect(0 0 0 0);
				height: 1px;
				margin: -1px;
				overflow: hidden;
				padding: 0;
				position: absolute;
				width: 1px;
			}

.button-link {
  text-decoration: none;
}

.btns {
  background-color: #de7ab0;
  z-index: 0;
  height: 83px;
  float: none;
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  border-radius: 10px;
  display: block;
  box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
  font-size:0.8em;
}
.btns input {
  display: none;
}
.btns label {
  display: table;
  float: left;
  padding: 0;
  width: 20%;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.btns.btns3  label{
 width:33.334%;
}
.btns.btns2  label{
 width:50%;
}

.btns.btns4  label{
 width:25%;
}
.btns label:first-child {
  border-left: none;
  border-radius: 10px 0 0 10px;
}
.btns label:last-child {
  border-radius: 0 10px 10px 0;
}
.btns .btnal {
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
  -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns2 .btnal{
	font-size:1.2em;
}
.btns .btnal:hover {
  box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btnal:after {
  margin-left: -10px;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .first {
  border-radius: 10px 0 0 10px;
}
.btns .last {
  border-radius: 0 10px 10px 0;
}
.btns input:checked + .btnal {
  text-shadow: none;
	background-color:#cf3d8c;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(85%, rgba(25, 25, 25, 0)), to(rgba(25, 25, 25, 0.08)));
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 85%, rgba(25, 25, 25, 0.08));
  box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
  -webkit-transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
}
.btns input:checked + .btnal:after {
  margin-left: 12px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  -webkit-transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}
.faqlink{
	color:white !important;
	display:block;
}

#radios label {
	cursor: pointer;
	position: relative;
	font-family: Roboto, -apple-system, "Open Sans";
}

#radios label + label {
	margin-left: 15px;
}

#radios input[type="radio"] {
	opacity: 0;
	position: absolute;
}

#radios input[type="radio"] + span {
	font-family: 'Material Icons';
	color: #B3CEFB;
	border-radius: 50%;
	padding: 12px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

#radios input[type="radio"]:checked + span {
	color: #D9E7FD;
  background-color: #4285F4;
}

#radios input[type="radio"]:focus + span {
	color: #fff;
}
*/
/* ================ TOOLTIPS ================= */
/*
#radios label:hover::before {
	content: attr(for);
	font-family: Roboto, -apple-system, "Open Sans";
	text-transform: capitalize;
	font-size: 11px;
	position: absolute;
	top: 170%;
	left: 0;
	right: 0;
	opacity: 0.75;
	background-color: #323232;
	color: #fff;	
	padding: 4px;
	border-radius: 3px;
  display: block;
}
#carbintake{
	background-color:#cf3d8c;
	color:#fff;
}
#proteinintake{
	background-color:#ebb0d1;
	color:#fff;
}
#fatintake{
	background-color:#d69429;
	color:#fff;
}
#rendered-form {
	line-height:1.2em;
}
#rendered-form input {
	padding: 2px;
}
.rendered-form{
	max-width:600px;
	margin: 0 auto;
	background-color: #fefafd;
    padding: 20px 30px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}
.rendered-form fieldset{
	border: 1px dashed #ce3c8c;
}
.rendered-form .inputs p{
	margin:0;
}
.rendered-form .form-padding{
	padding:3px 6px !important;
}
.anchor::target {
  display: block;
  position: relative;
  top: -520px; 
  visibility: hidden;
}
.anchor > h4{
	
    font-size: 20px;
    font-weight: 100;
}
#converter input, #converter select {
	max-width:180px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:0.8em;
	line-height:28px;
	max-height:28px;
	vertical-align: bottom;
}
#converter select{
	-webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
 }

#converter .short{
	max-width:100px;
}
#converter .shorter{
	max-width:45px;
}
#converter option{
	min-height: 0.8em;
}

.chosen-value, .chosen-value2 {
  border: 1px solid black;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	max-width:250px;
}
.chosen-value::-webkit-input-placeholder,.chosen-value2::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:hover,.chosen-value2:hover {
  background-color: #e28aba;
  cursor: pointer;
}
.chosen-value:hover::-webkit-input-placeholder,.chosen-value2:hover::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:focus, .chosen-value.open,.chosen-value2:focus, .chosen-value2.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: #e28aba;
  color: #000;
}
.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder,.chosen-value2:focus::-webkit-input-placeholder, .chosen-value.open2::-webkit-input-placeholder {
  color: #000;
}

.value-list,.value-list2 {
  list-style: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	position: relative;
	top:-20px;
}
.value-list.open, .value-list2.open {
  max-height: 320px;
  overflow: auto;
}
.value-list li,.value-list2 li {
  position: relative;
  background-color: white;
  font-size: 0.9rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  opacity: 1;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:20px;
}
.value-list2{
	text-align: right;
	float: right;
	background-color:white;
}
.value-list{
	text-align: left;
	float: left;
	background-color:white;
}
.value-list li:hover,.value-list2 li:hover {
  background-color: #e28aba;
}
.value-list li.closed, .value-list2 li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
#convertedsweetener{
	background-color: #e28aba;
	border:none;
	width:100% !important;
	font-size:1em !important;
	text-align:center;
	margin-top:20px;
	padding:4px;
	display:block;
}
#warning{
	display: none;
	color:white;
	font-weight:bold;
	background-color:#e28aba;
	border-color:red;
	font-size:1em;
	padding:5px;
	text-align:center;
}
.modal {
  display: none; 
  position: fixed;  
  z-index: 1;  
  left: 0;
  top: 0;
  width: 100%;  
  height: 100%;  
  overflow: auto;  
  background-color: rgb(0,0,0);  
  background-color: rgba(0,0,0,0.4);  
}

 
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;  
  padding: 20px;
  border: 1px solid #888;
  width: 80%;  
	max-width:800px;
}
 
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#converterModal{
	background-color:#e28aba;
}
.netcarbshighlight{
	color:#e28aba;
	font-weight:bolder;
	font-size:1.2em;
}
.smallhighlight{
	color:#e28aba;
	font-weight:bolder;
}
code{
	background-color:#fbeff6 !important;
	
	padding-left:5px;
	padding-right:5px;
}
.largerh2 h3{
	text-transform: uppercase;
}
.calculatorblock{
	display:block;
	padding:20px;
	margin:10px;
	background-color:#fbeff6;
	border:1px solid #e28aba;
}
.calculatorblock h3{
	text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.21rem;
    font-weight: 700;
	text-align: center;
}
#sweetbutton{
	display: block;
	background-color:#fbeff6;
	border:1px solid #e28aba;
	text-align: left;
}
@media all and (max-width: 420px) {
    #converter input,select {
	max-width:250px;
	}
}
.columnLarge {
  float: left;
  width: 40%;
  padding: 2px;
	text-align:right;
}
.columnSmall {
  float: left;
  width: 20%;
  padding: 1px;
	text-align:right;
	font-size:0.9em;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.columnLarge span{
	font-weight:bolder;
}
#resultTable{
	display: none;
	line-height:1.2;
	font-size:18px;
}
.tableHeads{
	font-size:1em;
	font-weight:bolder;
}
.subhead{
	font-size:0.9em !important;
	font-weight:200 !important;
}
.tablerow{
	text-align:right;
}
.tablerow.first{
	font-size:0.8em;
}
.thincolumn{
	width:20%
}
.widecolumn{
	width:40%
}
.sweetcomp tr:nth-child(even){background-color: #fcf8fa}
.sweetcomp th{
	background-color:#efbfd9;
}
.sweetcomp td{
	font-size:0.9em;
	padding-right:6px;
}
.sweetcomp{
	width:100%;
}
@media screen and (max-width: 1030px){
	button#responsive-menu-pro-button {
    z-index: 9999998 !important;
}
}
.wprm-recipe-template-breadroundup .wprm-recipe-rating:after{
	width: 0px !important;
}
.wprm-recipe-template-breadroundup .wprm-recipe-rating{
	text-align: left !important;
	padding: 0px !important;
}
@media screen and (min-width: 768px){
.nutrition-warning:after{
	content:"\A The carbs value does not include erythritol as it is not metabolized. \A Remember to always consult a doctor before starting with the ketogenic diet!";
	top:15px;
	white-space: pre;
	}}
@media screen and (max-width: 768px){
.nutrition-warning:after{
	content:"\A The carbohydrate value does not include\A any erythritol used as it is not metabolized.  \A Remember to always consult a doctor before \Astarting with the ketogenic diet!";
	top:15px;
	white-space: pre;
	}}
.wprm-recipe-rating{
	overflow:hidden;
}
/*.the-footer input[type="radio"]+label{
	color:white;
	display:block !important;
	padding: 5px 4px !important;
	margin-left:20px !important;
	background-color: #de7ab0;
}

.the-footer input[type="radio"]:checked+label{
	background-color:#ce3c8c;
	display:block;
	padding: 5px 4px;	
	text-decoration: underline;
}
.the-footer label{
	color:white;
}

.the-footer #field_11_4 .ginput_container{
	margin:0 !important;
	
}
.the-footer .gfield_radio{
	margin:0 !important;
}
.the-footer .gform_body .gfield{
	width:100% !important;
}
.the-footer .gform_body .gfield input[type="radio"]{
	display:none;
}
.the-footer .gform_button{
	display: block !important;
    text-align: center;
    padding-left: 20px;
    background-color: #cf3d8c;
    width: 100% !important;
    padding-top: 5px;
    padding-bottom: 5px;
	color:white;
	
}*/

.woocommerce-message:before {
    color: #cf3d8c;
}

.product h1 {

    font-weight: 300;
	font-size: 40px;
  margin-top:10px !important;
}
.product #somdn-form-submit-button {
	background-color: #cf3d8c;
	color:white;
}
@media screen and (max-width: 1030px){
 button#responsive-menu-pro-button {
	 width: 105px !important;
	}
}
/*.wprm-recipe-template-customtemplate .wprm-recipe-ingredients-header:before {
	content:"As an Amazon and iHerb affiliate I earn from qualifying purchases through the underlined pink links in this recipe card. I only recommend brands I use and enjoy in my recipes.";
	    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: minion-3, serif;
	display:block;
	text-transform:initial;
	font-style:italic;	
	letter-spacing:0.05rem;
	margin: 5px 0 30px;
}*/
/*.wprm-unit-conversion-container:before{
	content:"Click on Metric/US Customary to change the unit system";
	    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    
	display:block;
	text-transform:initial;
	font-style:italic;	
	letter-spacing:0.05rem;
	margin: 5px 0 10px;
}*/
.wprm-unit-conversion-container{
	margin-bottom:10px;
	border-bottom: 1px dashed #edbad7;
}
.wprm-unit-conversion{
		font-size:15px !important;
}
.wprm-recipe-instructions-header:after{
	content:"Click on the highlighted times to start a handy timer to help you!";
	    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    
	display:block;
	text-transform:initial;
	font-style:italic;	
	letter-spacing:0.05rem;
	margin: 5px 0 10px;
}
/*#gform_wrapper_6{
	   background: #e28aba;
    color: white;
    text-align: center;
    padding: 30px;
}*/
.wprm-recipe-template-customtemplate .wprm-recipe-name {
	width:100%!important;
	/*padding-left:35px!important;*/
}
.wprm-block-image-normal{
	    /*max-height: 275px;*/
    overflow: hidden;
}
/*#gform_wrapper_6  h3.gform_title {

    font-weight: 300!important;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.01rem!important;
	text-align:center!important;
	padding:0 20px;
}
#gform_wrapper_6 label {
	display:none;
}
#gform_wrapper_6 #field_6_2 input {
	    background: #ce3c8c;
width: 100%;
	max-width:100%;
    height: 41px;
    border: none;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    color: white;
    padding-left: 7%;
}
#gform_wrapper_6 div.validation_error{
	color:white!important;
}
#gform_wrapper_6 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color:white!important;
}
#gform_wrapper_6 #field_6_1 input{
	    background: #ce3c8c;
    width: 100%;
	max-width:100%;
    height: 41px;
    border: none;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    color: white;
    padding-left: 7%;
}
#gform_wrapper_6 #gform_ajax_spinner {
	display:none!important;
}
#gform_wrapper_6 .gform_ajax_spinner {
	display:none!important;
}
#gform_wrapper_6 #field_6_3 label {
	display:block;
	    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    color: white;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
}
#gform_confirmation_message_6 {
	    background: #e28aba;
    
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.01rem;
    padding: 20px 0 1px;
    margin-bottom: 30px;
    color: white;
}
#gform_wrapper_6 #field_6_3 select {
	    background: #ce3c8c;
    width: 100%;
    max-width: 100%;
    height: 41px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
    color: white;
    padding-left: 7%;
    margin: -6px auto 0!important;
}
#gform_wrapper_6 #field_6_3 {width:100%;
padding:0;}
#gform_wrapper_6 li {
	padding:0;
	width:48%;
}
#gform_fields_6 {
	    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;
    margin: -17px auto 0!important;
    max-width: 560px;
    padding-left: 34px;
}
#gform_submit_button_6{
	    background: transparent;
    
    font-size: 11px!important;
    letter-spacing: 0.1rem!important;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: 700;
text-align:center;
}
#gform_wrapper_6 .gform_footer {
	padding:0;
	margin: 15px auto 0;
	text-align:center;
}
#gform_wrapper_6 input::placeholder { 
  color: white;
  opacity: 1;
}

#gform_wrapper_6 input:-ms-input-placeholder { 
  color: white;
}

#gform_wrapper_6 input::-ms-input-placeholder { 
  color: white;
}

*/



.single-product h3 {
	line-height:1.5;
}
/*.the-button a.gumroad-button {
	background-color: #e28aba!important;
    margin: 31px 0 0;
    color: white!important;
    
    text-transform: uppercase;
    font-size: 11px!important;
    font-weight: 700!important;
    letter-spacing: 0.11rem;
    padding: 5px 30px!important;
	    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 2px !important;
	background-image:none!important;
	    line-height: 30px !important;
}
.the-button a.gumroad-button .gumroad-button-logo {
	display:none!important;
}*/

@media all and (max-width:1030px) {
	.the-footer .inner {
		flex-direction:column;
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
	}
}
@media all and (max-width:768px){
	#gform_fields_6 {
		padding-left:0;
	}
}
@media all and (max-width:640px){
#gform_wrapper_6 li {
    padding: 0;
    width: 100%;
}
	#gform_wrapper_6 li#field_6_1 {
		margin: 0 auto 10px!important;
	}
}

/*@media all and (max-width:768px){
	.wprm-recipe-template-customtemplate .wprm-recipe-name {
    width: 90%!important;
    padding-left: 0px!important;
}
}*/
@media all and (max-width:500px){
	.wprm-container-float-left {
    float: none;
    margin: 0 auto 0;
}
	.wprm-block-image-normal {
    max-height: inherit;
    overflow: hidden;
		margin-top:27px;
}
	/*.wprm-recipe-servings-container {
    text-align: center;
    padding-top: 14px;
    margin-bottom: -7px;
}*/
}
@media screen and (max-width: 1030px){
	button#responsive-menu-pro-button {
    z-index: 99999998 !important;
}
}
@media (max-width: 800px){.pushdesktop{display:none;}}
@media (min-width: 800px){.pushmobile{display:none;}}
#FAQ ul li{
list-style-type: circle;
}
/*.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: -5px !important;
}*/

/*.popmake-content{
	
}
.modalForm-title{
	text-align: center;
    text-transform: uppercase;
    
}
.modalContent-image {
    position: absolute;
    top: 0px;
    display: block;
    clear: both;
    min-height: 200px;
    width: 100%;
    background-position: 50% 50%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://www.sweetashoney.co/wp-content/uploads/Keto-twix-bars.jpg");
    background-size: cover;
}
.modalContent-form {
    clear: both;
    width: 100%;
    padding: 200px 10px 10px;
    margin-left: auto;
    margin-right: auto;
}
.modalContent-form .gform_description{
		display:none;
	}

.modalContent-form #input_10_1{
		width:100%;
	}
.modalContent-form #label_10_2_1{
		width:90%;
	}
.modalContent-form .gform_heading{
		display:none;
	}
.modalContent-form .gform_body{
		width:100%;
		display:flex;
    	flex-direction:column;
	}
.modalContent-form .gform_footer{
		width:100%;
		display:flex;
    	flex-direction:column;
	}
.modalContent-form #gform_submit_button_10{
		background-color:#ce3c8c;
		padding: 5px 4px;
		margin-top:5px;
		color:white;
		text-align:center;
               margin-bottom:0px;
	}
.modalContent-form .gform_footer {
     padding: 0 !important; 
     margin: 21px 0 0 0 !important;
    width:auto !important;
}
.modalContent-form div.ginput_container {
    margin-top: 0px !important; 
}
.modalContent-form .gform_confirmation_message_10{
		font-size:28px;
		font-weight:700;
	}
.modalContent-form .gform_wrapper li.hidden_label input {
    margin-top: 0px; 
}
.modalContent-form .gfield_label{
  display:none !important;
}
.modalContent-form body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
.modalContent-form .modalForm-title{
 padding: 10px 5px 0px 10px;
    font-weight: bold;
    font-size: larger;
}
.modalContent-form input[type="checkbox"]{
 width:auto;
	-webkit-appearance: checkbox;
}
.modalContent-form input[type="radio"]{
  -webkit-appearance: radio;
  margin-left:20px !important;
}
.modalContent-form div.validation_error {
margin-bottom: 0px;
padding:0;
}
.modalContent-form  .gform_footer::before{
   content:"by subscribing, you agree with our privacy policy";
  font-size:0.8em;
}
.modalContent-form .get-newsletter{
/*background-image: url(https://www.sweetashoney.co/wp-content/uploads/Sweetashoney-14-day-Keto-Meal-Plan-Small-279x300.png);
    background-position: 100% 70%;
    background-repeat: no-repeat;
    background-size: 111px 120px;*/
}*/
.ubermenu .ubermenu-submenu-id-20955 .ubermenu-column-1-3 {
    width: 33.33%!important;
    float: left!important;
}
#featured-post-44 article{
	float:left;
}
.wprm-recipe-template-customtemplate {
  box-shadow : rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.wprm-recipe-template-breadroundup {
  box-shadow : rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}
.wprm-checkbox{
	width: .9em;
    height: .9em;
	margin-left: -10px !important;
}
.wprm-checkbox-container{
	margin-left: -10px !important;
    margin-top: 3px !important;
}
@media (max-width: 600px){
	.wprm-checkbox{
			margin-left: 1px !important;
}
	.wprm-recipe-template-customtemplate ol, .wprm-recipe-template-customtemplate ul {
    	margin: 0 0 0 10px !important;
	}
	/*.wprm-checkbox-container{
			margin-left: 12px !important;
	}*/
 }


#commentform input[type="radio"]{
	-webkit-appearance: radio !important;
	margin-bottom: 30px !important;
	padding-left:0px !important
}

.asp_post_item .asp_product_buy_button .asp_product_buy_btn{
		background-color: #ce3c8c;
    margin-bottom: 20px;
    display: block;
    min-width: 200px;
    color: white;
}
.agree_termscond{
	-webkit-appearance: checkbox;
	width:auto;
}
.tk-brandon-grotesque { font-family: "brandon-grotesque","Open Sans"; }
.tk-minion-3 { /*"minion-3",serif;*/ }
.wooco_component_product_selection .dd-selected-image {
    max-width: 90px !important;
}
.wooco_component_product_image img {
    width: 90px !important;
}
.recipe-disclaimer{
	
    font-size: 11px;
}
.add_to_cart_inline{
	border:none !important;
}
.add_to_cart_inline .amount{
	font-size:55px;
}
.add_to_cart_inline ins{
	text-decoration:none;
}
.add_to_cart_inline ins .amount{
	font-size:62px;
}
.type-product .price{
	color:black !important;
}
.type-product ins .amount{
	font-size:25px;
	color:black ;
}
.type-product del .amount{
	color:#cf3d8c;
	font-size:20px;
}


.add_to_cart_inline del .amount{
	color:#cf3d8c;
}
.add_to_cart_inline a.add_to_cart_button, .type-product a.add_to_cart_button  {
	background-color:#cf3d8c !important;
	color:white !important;
	margin:0px 10px !important;
	padding: 15px 20px;
	min-width:150px;
	font-size:100%;
} 
.products .add_to_cart_inline a.add_to_cart_button{
	font-size:200% !important;
}
.products .add_to_cart_inline a.add_to_cart_button{
	font-size:200%;
}
.yith-wacp-related a.add_to_cart_button{
	font-size:50%;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 20px;
    color: white;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 17px;
   	right: -14px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, "Open Sans";
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}
@media (max-width: 1030px){
	.cart-contents{
		margin-left:15px !important;
	}
	.cart-contents-count{
		margin-left:10px !important;
		right:unset;
	}
}
@media (max-width: 550px){
	.woocommerce-page .woocommerce-message .button {
    width: 100%;
	}
}
@media (max-width: 768px){
	.br_cart_suggestions .brcs_product {
    	 width: 50% !important;
	}
	.gen-content h1.page-title {
		margin: 20px 0 10px;
	}
}
.woocommerce-cart table.cart img, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 70px;
}
.woocommerce span.onsale {
	background-color: #cf3d8c !important;
	    line-height: inherit !important;
}
.woocommerce .woocommerce-loop-product__title{
	text-transform: uppercase;
}
.brcs_products .woocommerce-loop-product__title {
	font-size: 20px;
}
.brcs_products a.add_to_cart_button{
	margin: 0 10px !important;
    padding: 5px 20px !important;
    min-width: 90px;
}
.brcs_products  del .amount {
    color: #cf3d8c;
	font-size: 18px;
}
.brcs_products ins .amount {
    font-size: 20px;
}
.br_cart_suggestions_cart  h4{
	
	font-size:35px;
	text-transform: uppercase;
	margin: 15px 0 25px;
}
.woocommerce-info {
    border-top-color: #cf3d8c !important;
}
.woocommerce-info:before {
    color: #cf3d8c !important;
}
.woocommerce a.added_to_cart{
    color: #cf3d8c;
    font-size: 25px;
    display: inline-block;
    background-color: lightgrey;
    padding: 10px 15px;
    border-radius: 3px;
	min-width:150px;
	margin: 0px 10px;
}
.woocommerce .woolentor-cart a.added_to_cart{
    background-color: var( --e-global-color-primary );
}
.woocommerce-message {
    border-top-color: #cf3d8c !important;
}
.woocommerce-message:before {
    content: "\e015";
    color: #cf3d8c !important;
}
.woocommerce .woocommerce-message a.button{
    background-color: #cf3d8c;
}

div#ez-toc-container{
	border-radius: 0px;
	background-color:#fdf7fa !important;
}
#ez-toc-container a {
	font-weight:400;
}

.wprm-recipe-jump{
	display: inline-block;
    background-color: black;
    color: white !important;
    padding: 5px 15px;
}
.recipe-block .wprm-recipe-jump,.recipe-block .wprm-recipe-print{
	display: inline-block;
    background-color: black;
    color: white !important;
    padding: 3px 10px;
	font-size:9px !important;
}
.elementor-inner li{
	list-style-type: initial;
	margin-left:30px;
}
.elementor-inner .elementor-text-editor a{
	color:  #cf3d8c;
}
.screen-reader-text{
	clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    right: 0;
    display: none;
}
.elementor .elementor-text-editor a{
	color: #cf3d8c;
	text-decoration:underline;
}
.elementor .ht-product-action ul li{
	list-style-type: none; 
}
#featured-post-46 .widget-title{
	background-color: #000;
    text-align: center;
    text-transform: uppercase;
    
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.11rem;
    color: white;
    width: 176px;
    height: 41px;
    padding-top: 6px;
    position: relative;
    padding: 6px 0 0;
    margin: 37px auto 33px;
}
#featured-post-46 h4.widget-title:after {
    content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #000;
    clear: both;
}
#featured-post-46 article{
	float: left;
    width: 50%;
	padding:5px 1%;
}
#featured-post-46 h2{
    
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.045rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
	min-height:40px;
}
#featured-post-46 .alignnone{
	margin-bottom:0;
}
.adthrive-footer-message {
    margin-bottom: 0px !important;
}


@media (max-width: 600px){
	.type-product del .amount{
		font-size:20px;
	}
	.type-product ins .amount{
		font-size:24px;
	}
	.woocommerce .woocommerce-loop-product__title{
		line-height:1;
		font-size: 0.8em;
	}
	.type-product a.add_to_cart_button{
		padding-top:9px;
		padding-bottom:9px;
		font-size: 80% !important;
	}
	#yith-wacp-popup .yith-wacp-message{
		margin-bottom: 10px;
		padding: 5px 15px;
	}
	#yith-wacp-popup .yith-wacp-main {
    	padding: 5px 0;
	}
	.yith-wacp-content table.cart-list td {
    	padding: 2px;
		line-height:1;
	}
	.yith-wacp-content table.cart-list .item-quantity{
		display:none;
	}
	#yith-wacp-popup .yith-wacp-content a.button{
		background-color:  #cf3d8c;
		color:white;
	}
	.yith-wacp-content .yith-wacp-related ul.products.columns-4 li.product{
		width: 100% !important;
	}
	.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product .product-image {
		max-width: 40%;
		float:left;
	}
	.yith-wacp-content .yith-wacp-related .onsale{
		display:none;
	}
	.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product img {
    	max-width: 100%;
			margin:0;
	}
	#yith-wacp-popup .yith-wacp-content a.button{
		/*font-size: 60% !important;*/
		display:flex;
		padding: 5px 10px;
	}
	#yith-wacp-popup .yith-wacp-main {
    	padding: 5px 0;
	}
	.yith-wacp-content h3.cart-list-title {
		margin-bottom: 0;	
	}
	#yith-wacp-popup .yith-wacp-content table.cart-list td {
    	padding: 2px;
	}
	.woocommerce-info{
		padding: 0.2em 0.1em 0.2em 3em !important;
		margin: 0 0 0.2em !important;
		font-size: 15px;
	}
	.woocommerce-info::before{
		top:0  !important;
	}
	.woocommerce-billing-fields__field-wrapper{
		font-size: 14px;
		line-height: 1;
	}
	.woocommerce form .form-row {
     padding: 0px;
		font-size: 13px;
	}
	.woocommerce table.shop_table td{
		line-height: 1;
		font-size: 13px;
	}
	.woocommerce table.shop_table th {
		padding: 6px 12px;
		line-height: 1;
		font-size: 15px;
	}
	#payment{
		font-size: 14px;
	}
	#payment p {
    	margin: 0 0 2px;
	}
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    	margin: 0.1em 0 0;
	}
	.woocommerce-cart-form table.shop_table td{
		padding: 2px 12px !important;
	}
	.woocommerce-message{
		    padding: 0.1em 0.2em 0.1em 2.7em;
    		margin: 0 0 0.2em;
		font-size:14px;
		line-height: 1.5em;
	}
	.br_cart_suggestions_cart h4 {
		font-size: 16px;
    margin: 5px 0 5px;
	}
	.br_cart_suggestions_cart a{
		font-size: 15px;
    	line-height: 1;
	}
	.br_cart_suggestions_cart a.button{
		padding: 5px !important;
    	font-size: 14px !important;
    	line-height: 1 !important;
	}
}
.woocommerce-cart-form .product-quantity, .woocommerce-cart-form .product-subtotal{
	display:none !important;
}
.elementor p{
	margin:0;
}
/*.wprm-block-text-normal.wprm-recipe-add-to-collection{
	background-color:#ce3c8c;
	padding:3px 10px;
	
    letter-spacing: 0.12rem;
    font-weight: 700;
	font-size:16px !important;
	line-height:30px;
	display:inline-block;
}*/
body{ margin:0 !important; }
.cart-contents-count {
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, "Open Sans";
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}
.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 20px;
    color: white;
}
.wprm-recipe-template-customtemplate .wprm-recipe-add-to-collection{
	text-decoration: none;
	text-transform: uppercase;
}
.post-date{
	 text-transform: uppercase;
    
    font-size: 11px;
    letter-spacing: 0.12rem;
    font-weight: 700;
}


#afwc_resources_wrapper #afwc_id_change_wrap .fa-pencil-alt:after{
	content:"Edit";
}
#afwc_resources_wrapper #afwc_id_change_wrap  button,#afwc_resources_wrapper #afwc_save_account_button{
	background-color: #CF3D8C;
	color:white;
	width:auto;
}

.second-header{
	max-height: 57px;
    background-color: #f7f7f7;
	position: -webkit-sticky; /* Safari */
	  position: sticky;
	  top: 0;
	box-shadow: 0px 0px 13px 1px #aaa;
}
.logo-wrapper{
	display: inline-block;
    /*vertical-align: middle;*/
}
.menu-wrapper{
	/*width: 60%;*/
    display: inline-block;
    min-width: 800px;
}
@media (max-width: 1000px){
	.menu-wrapper {
		min-width: 100%;
		float: left;
	}
    .site-container {;
    width: 100%;
	}
	.menu-wrapper{
		background-color:#f7f7f7;
	}
	.logo-wrapper {
		display: block;
		/*vertical-align: middle;*/
		position: absolute;
		right: 30px;
	}
}

.mymacros-charts{
	max-width: 270px;
    display: inline-block;
}