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

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

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

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

@font-face {
    font-family: 'Source Code Pro';
    src: url('../MTT_Custom_Theme/fonts/SourceCodePro-Regular.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/SourceCodePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Source Sans ProI';
    src: url('../MTT_Custom_Theme/fonts/SourceSansPro-Italic.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/SourceSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../MTT_Custom_Theme/fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../MTT_Custom_Theme/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Louis George Cafe Bold';
    src: url('../MTT_Custom_Theme/fonts/LouisGeorgeCafe-Bold.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/LouisGeorgeCafe-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../MTT_Custom_Theme/fonts/LouisGeorgeCafe.woff2') format('woff2'),
        url('../MTT_Custom_Theme/fonts/LouisGeorgeCafe.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



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

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

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

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

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

body {
	color: #000000;
	font-family: 'Montserrat';
	font-size: 12px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

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

table {
	border: none;
}

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

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

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

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

blockquote p {
	margin-bottom: 0;
}

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

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

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

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

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


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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
}

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

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

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

.form-hidden {
    position: fixed;
    top: 153px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    display: none;
    transition: all 0.2s;
}
.form-hidden.scrolled {
    top: 93px;
}
.form-hidden.toggle-open {
    display: block;
}
.form-hidden .inner {
    width: 1054px;
    background: white;
    position: absolute;
    padding: 64px 68px;
    left: 0;
    right: 0;
    top: 150px;
    margin: auto;
    height: 200px;
    border: 3px solid #DBE5ED;
}
.form-hidden .inner .close {
        font-size: 20px;
    font-weight: 100;
    font-family: sans-serif;
    position: absolute;
    top: 11px;
    right: 15px;
}
.form-hidden .inner .close:hover {
    cursor: pointer;
}
.form-hidden .inner #s {
    background: #DBE5ED;
    border: none;
    text-align: left;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 100;
    letter-spacing: 0.13rem;
    padding: 28px 42px;
    width: 73%;
    margin: 0;
    display: block;
    -webkit-appearance:none;
}
.form-hidden .inner #searchform {
    display: flex;
    justify-content: space-between;
}
.form-hidden .inner input[type="submit"]{
        border: none;
    background: #070B0B;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    width: 26%;
}
/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}
.the-header {
    background: white;
    height: 96px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0s;
    border-bottom: 1px solid #bfbfbf;
    z-index: 99;
}
.the-header.fixme {
	background: black;
}
.the-header .flex {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.the-header .flex .left, .the-header .flex .right {
	width:40%;
}
.the-header .flex .left a {
    font-family: 'Montserrat';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-weight: 500;
    transition: all 0.5s;
}
.the-header.fixme .flex .left a{
	color:white;
}
.the-header .flex .left #menu-left-menu{
    margin-top: 42px;
    display: flex;
}
.the-header .flex .left #menu-left-menu li {
    margin-right: 30px;
}
.the-header .flex .right{
    display: flex;
    justify-content: flex-end;
    margin-top: 42px;
}
.the-header .flex .right .social ul {
	display: flex;
    margin-left: 63px;
    position: relative;
}
.the-header .flex .right .social ul:before {
    content: "";
    display: block;
    width: 1px;
    height: 47px;
    background: #bfbfbf;
    position: absolute;
    left: -22px;
    top: -15px;
    transition: all 0.5s;
}
.the-header.fixme .flex .right .social ul:before {
	background-color: white;
}
.the-header .flex .right .social ul li i {
	transition: all 0.5s;
}
.the-header .flex .right .social ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #DBE5ED;
    position: absolute;
    bottom: -43px;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
}
.the-header .flex .left a, .the-header .flex .right .ubermenu .ubermenu-target-text {
    position: relative;
}
.the-header .flex .left a:after, .the-header .flex .right .ubermenu .ubermenu-target-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #DBE5ED;
    position: absolute;
    bottom: -42px;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
}
.the-header .flex .left a:hover:after, .the-header .flex .right .ubermenu .ubermenu-target-text:hover:after {
    opacity: 1;
}
.the-header .flex .right .social ul li:hover:after {
    opacity: 1;
}
.the-header .flex .right .social ul li:hover {
    cursor: pointer;
}
.the-header .flex .right .social ul li {
    margin-left: 23px;
    font-size: 11px;
    position: relative;
}
.the-header.fixme .flex .right .social ul li i {
	color:white;
}
.the-header .flex .right .ubermenu .ubermenu-target-text{
    font-family: 'Montserrat';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-weight: 500;
    transition: all 0.5s;
}
.the-header.fixme .flex .right .ubermenu .ubermenu-target-text {
	color:white;
}
.the-header .flex .center {
    width: 198px;
    margin: 20px 0 0;
    text-align: center;
    background: white;
}
.the-header .flex .right .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target{
	padding:0!important;
}
.the-header .flex .right .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
    margin-left: 28px;
}
.the-header.fixme .flex .center {
	background: transparent;
}
.the-header .flex .center img {
    display: block;
    width: 99px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.the-header.fixme .flex .center img {
	display: none;
}
.the-header .flex .center .scrolled-logo {
display: none;
    transition: all 0.5s;
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Louis George Cafe Bold';
    font-weight: 500;
    letter-spacing: 0.09rem;
    border-bottom: 2px solid white;
    margin: 0;
    padding: 21px 0 5px;
    width: 185px;
}
.the-header.fixme .flex .center .scrolled-logo {
	display: block;
	color: #FFF;
}
.nav-primary {
    display: none;
}
.the-header .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    max-width: 915px;
    border: 3px solid #DBE5ED;
    left: inherit;
    right: 50px;
    top: 95px;
    padding: 30px 0;
}
.the-header  .ubermenu .ubermenu-row {
    display: flex;
    justify-content: space-between;
}
.the-header  .ubermenu .ubermenu-submenu .ubermenu-column-auto {
    min-width: 115px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.the-header  ul.menu-posts {
        display: flex;
    justify-content: space-between;
}
.the-header  ul.menu-posts li img {
    width: 208px;
    height: 307px;
}
.the-header  ul.menu-posts li  {
    width: 208px;
    margin: 0 8px;
}
.the-header .flex .right .ubermenu .ubermenu-submenu .ubermenu-target-text {
    color:black!important;
}
.the-header .flex .right .ubermenu .ubermenu-submenu .nolink .ubermenu-target-text {
    font-family: 'MontserratB';
    font-size: 13px;
    letter-spacing: 0.15rem;
    margin-top: 40px;
    margin-bottom: 20px;
}
.the-header .flex .right .ubermenu .ubermenu-submenu .all .ubermenu-target-text{
    font-size: 9px;
    position: absolute;
    bottom: -6px;
    background: #DBE5ED;
    padding: 10px 18px;
}
.the-header  .ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
    height: 321px;
    position: relative;
}
.the-header  .ubermenu .ubermenu-active .ubermenu-submenu  .all {
        position: absolute;
    bottom: 0;
    left: 0;
}
.the-header .flex .right .ubermenu .ubermenu-submenu .ubermenu-target-text:after {
	display:none!important;
}
/* Headings
--------------------------------------------- */

h1 {
font-family: 'Source Sans Pro';
font-weight: 100;
}

h2 {
	font-family: 'Source Sans Pro';
	font-weight: 100;
}

h1.entry-title, h2.entry-title {
font-family: 'Source Sans Pro';
font-weight: 100;
}

h3 {
	font-family: 'Source Sans Pro';
	font-weight: 100;
}

h4 {
    
}

h5 {

}

h6 {
	
}

/* Custom Theme Styles
--------------------------------------------- */
.image-fit {
        object-fit: cover;
    object-position: center;
}
.recipe-list {
    max-width: 1390px;
    margin: 56px auto 0;
    display: flex;
    justify-content: space-between;
}
.recipe-list .left {
    width: 363px;
}
.recipe-list .left .inner {
    background: white;
    border: 1px solid #231F20;
}
.recipe-list .left .ri-title {
        border-bottom: 1px solid #231F20;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.21rem;
    font-family: 'MontserratB';
    padding: 48px 0 53px;
    margin-bottom: 59px;
}
.recipe-list .left .searchandfilter ul>li>ul:not(.children) {
    margin-left: 29px;
    padding: 12px 0;
}
.recipe-list .left .searchandfilter ul li li {
    padding: 5px 0;
    margin-bottom: 8px;
}
#search-filter-form-20295 {
        padding: 0px 31px;
}
#search-filter-form-20295 .sf-field-search label {
    display: block;
    margin-bottom: 16px;
}
.searchandfilter ul li input[type=checkbox]{
width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #232020;
    -webkit-appearance: none;
    margin: 0 0 -2px;
}
.searchandfilter ul li input[type=checkbox]:checked {
    background:#232020;
}
.searchandfilter ul li label {
        font-family: 'Source Sans Pro';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.searchandfilter ul li h4 {
        margin-bottom: 20px;
    background: white;
    border: 1px solid #231F20;
    padding: 14px 28px;
    font-size: 9px;
    font-weight: 100;
    font-family: 'Montserrat';
    letter-spacing: 0.1rem;
    position: relative;
}
.searchandfilter ul li h4:after {
    content: "-";
    display: block;
    position: absolute;
    right: 23px;
    top: 34%;
}
.searchandfilter ul li h4:hover {
    cursor: pointer;
}
.searchandfilter ul li.open h4:after {
    content: "+";
    display: block;
    position: absolute;
    right: 23px;
    top: 34%;
}
.sf-field-taxonomy-type ul {
        height: 0;
    overflow: hidden;
    padding: 0!important;
}
.sf-field-taxonomy-method ul {
        height: 0;
    overflow: hidden;
    padding: 0!important;
}
.sf-field-taxonomy-ingredient ul {
        height: 0;
    overflow: hidden;
    padding: 0!important;
}
.sf-field-taxonomy-diet ul {
        height: 0;
    overflow: hidden;
    padding: 0!important;
}
.sf-field-taxonomy-type.open ul {
    height:auto;
    padding:12px 0!important;
}
.sf-field-taxonomy-method.open ul {
    height:auto;
    padding:12px 0!important;
}
.sf-field-taxonomy-ingredient.open ul {
    height:auto;
    padding:12px 0!important;
}
.sf-field-taxonomy-diet.open ul {
    height:auto;
    padding:12px 0!important;
}
.food-image {
        width: 200px;
    display: block;
    margin: 18px 0 54px 63px;
}
#search-filter-form-20295 .sf-field-search input {
        border: none;
    background: #DBE5ED;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 9px;
    font-weight: 100;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 16px 29px;
    max-width: 100%;
}
.recipe-list .recipe-results{
    width: 71.5%;
}
.recipe-list .search-filter-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recipe-list .search-filter-results .pagination {
	    width: 100%;
    text-align: center;
    margin: 0 auto 100px;
    font-family: 'Source Sans Pro';
    font-size: 15px;
    line-height: 20px;
}
.recipe-list .search-filter-results .wp-pagenavi a, .recipe-list .search-filter-results .wp-pagenavi span {
	border:none;
}
.recipe-list .search-filter-results .single-posty {
width: 309px;
    text-align: center;
    margin-bottom: 58px;
}
.recipe-list .search-filter-results .single-posty h5 {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 36px 0 0;
    padding: 0 10px;
}
.recipe-list .search-filter-results .single-posty img {
        border: 1px solid #231F20;
    width: 100%;
    height: 433px;
}
.page-id-19122 .wrap-it {
    background: #F0E6DD;
    padding: 20px 0;
    margin-bottom: -4px;
}
.blue-wrap {
    background: #DBE5ED;
    padding: 10px 0;
    position: relative;
}
.blue-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 1272px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/bluegraphic3_1.png);
    background-color: white;
    background-position: top center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
}
.arch-topper {
    max-width: 1387px;
    margin: 68px auto 97px;
    background: white;
    border: 1px solid #231f20;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.arch-topper .toggle-open {
    display: none;
}
.arch-topper h3 {
    font-family: 'MontserratB';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #232020;
    padding: 37px 0 48px;
    margin-bottom: -1px;
}
.arch-topper ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 17px 0 0;
}
.arch-topper ul li{
    max-width: 111px;
    margin: 34px 48px 55px;
}
.arch-topper ul li img {
    display: block;
    width: 111px;
    margin: 0 auto 31px;
    padding: 0!important;
    border-radius: 50%;
}
.arch-topper ul li span {
        padding: 0!important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-family: 'Montserrat';
    line-height: 18px;
}
.archive-wrap, .alm-listing .alm-reveal {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#ajax-load-more {
        position: relative;
    z-index: 1;
}
.archive-wrap article, .alm-listing .alm-reveal article {
    width: 314px;
    margin: 0 22px 50px;
    text-align: center;
}
.archive-wrap article img, .alm-listing .alm-reveal article img {
    border: 1px solid #231f20;
    height: 433px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.archive-wrap article h2, .alm-listing .alm-reveal article h2 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    margin: 35px 0 15px;
}
.alm-btn-wrap .alm-load-more-btn {
    opacity: 0!important;
}
.blog-topper {
    max-width: 1380px;
    margin: 26px auto 70px;
    position: relative;
}
.blog-topper .hero-image {
    border: 1px solid #070B0B;
    width: 100%;
    height: 693px;
}
.home-latest .flex .left .hero-img a:after, .home-latest .flex .right .hero-img a:after, ul.list-flexed li a:after, .archive-wrap article .image-wrap a:after, .alm-listing .alm-reveal article .image-wrap a:after {
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/readnow@2x.png);
    background-color: rgba(219, 229, 237, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
	opacity:0;
	transition: all 0.5s;
}
.home-latest .flex .left .hero-img a:after, .home-latest .flex .right .hero-img a:after, .recipe-list .search-filter-results .single-posty a:after {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/readnow@2x.png);
        background-color: rgba(239, 229, 220, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
	opacity:0;
	transition: all 0.5s;
}
.results-flex .clicked-1 ul li a.posi:after, .results-flex .clicked-2 ul li a.posi:after, .results-flex .clicked-3 ul li a.posi:after {
	content:"";
	display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/readnow@2x.png);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
	opacity:0;
	transition: all 0.5s;
}
.home-daily .slick-slide .image-wrap {
	position:relative;
}
.home-daily .slick-slide .image-wrap:after {
	content:"";
	display: block;
    width: 273px;
    height: 380px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/readnow@2x.png);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
	right:0;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
	opacity:0;
	transition: all 0.5s;
	margin:auto;
}
.page-template-page-shop ul.list-flexed li a:after {
	display:none;
}
.home-daily .slick-slide .image-wrap:hover:after {
	opacity:1;
}
.results-flex .clicked-1 ul li a.posi:hover:after, .results-flex .clicked-2 ul li a.posi:hover:after, .results-flex .clicked-3 ul li a.posi:hover:after, .archive-wrap article .image-wrap a:hover:after, .alm-listing .alm-reveal article .image-wrap a:hover:after {
	opacity:1;
}
.home-latest .flex .left .hero-img a:hover:after, .home-latest .flex .right .hero-img a:hover:after, ul.list-flexed li a:hover:after, .recipe-list .search-filter-results .single-posty a:hover:after {
	opacity:1;
}
.home-latest .flex .left .hero-img a, .home-latest .flex .right .hero-img a, .archive-wrap article .image-wrap a, .alm-listing .alm-reveal article .image-wrap a{
	    display: block;
    width: 100%;
    height: 100%;
	position:relative;
}
ul.list-flexed li a, .recipe-list .search-filter-results .single-posty a{
	display: block;
    width: 100%;
    height: 433px;
	position:relative;
}
ul.list-flexed li a.title, .recipe-list .search-filter-results .single-posty a.title {
	height:auto;
}
ul.list-flexed li a.title:after, .recipe-list .search-filter-results .single-posty a.title:after {
	display:none;
}
.results-flex .clicked-1 ul li a.posi, .results-flex .clicked-2 ul li a.posi, .results-flex .clicked-3 ul li a.posi{
	    display: block;
    position: relative;
    width: 338px;
    height: 100%;
}
.blog-topper .navleft {
    position: absolute;
    left:0;
    top: 345px;
    font-family: 'MontserratB';
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.blog-topper .navleft img {
    width:20px;
    margin:0 22px 0 0;
}
.blog-topper .navright img {
    width:20px;
    margin:0 0 0 22px;
}
.blog-topper .navright {
    position: absolute;
    right: 0;
    top: 345px;
    font-family: 'MontserratB';
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.blog-topper .in .meta {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0 0 10px;
    display: block;
}
.blog-topper .in .author{
	    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 0 0 30px;
    display: block;
}
.blog-topper .in .meta .date {
	    border-left: 1px solid black;
    margin: 0 0 0 5px;
    padding-left: 10px;
}
.blog-topper .in h1.title {
        font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin: 0 0 50px;
    padding: 0 0px;
}
.blog-topper .in .exc p {
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 29px;
    letter-spacing: 0.03rem;
    text-align-last: center;
}
.topper-flex {
        max-width: 951px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topper-flex .right .down {
        width: 53px;
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: auto;
}
.topper-flex .right .wprm-jump-to-recipe-shortcode{
    color: white!important;
    background: black;
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: auto;
    width: 166px;
    font-family: 'MontserratB'!important;
    height: 43px;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 15px 0 0;
    line-height: 1.5!important;
    display: block;
}
.topper-flex .right .down.hide {
    display: none;
}
.topper-flex .left {
        width: 496px;
}
.topper-flex .right {
    width: 436px;
    text-align: center;
    padding: 40px 50px;
    border: 1px solid #070B0B;
    display: table;
    height: 693px;
    position: relative;
}
.topper-flex .right .in {
        display: table-cell;
    vertical-align: middle;
}
.beige {
    background: #F9F9F9;
    padding: 50px 0;
    margin: 0 auto;
}
.full-post {
    max-width: 970px;
    margin: 0 auto;
    background: white;
        padding: 10px 0;
}
.full-post figure {
    margin: 0;
	padding:30px 50px;
}
.full-post .wp-block-group .wp-block-group__inner-container{
        border: 1px solid #231F20;
    background: #DBE5ED;
}
.full-post .wp-block-group .wp-block-group__inner-container .archive-wrap article {
    margin: 0;
    text-align: center;
    display: block;
    width: 31%;
    padding: 25px 0 44px;
}
.full-post .wp-block-group .wp-block-group__inner-container .archive-wrap .image-wrap {
    width: 111px;
    height: 111px;
    margin: 0 auto;
}
.full-post .wp-block-group .wp-block-group__inner-container .archive-wrap .image-wrap a {
	width:100%;
	height:100%;
}
.full-post .wp-block-group .wp-block-group__inner-container a {
    border-bottom: none;
    width: 62%;
    height: auto;
}
.full-post .wp-block-group .wp-block-group__inner-container a:after {
	display:none;
}
.full-post .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
    border:none;
}
.full-post .wp-block-group {
    border-top: 50px solid #f9f9f9;
    border-bottom: 50px solid #f9f9f9;
}
.full-post .wp-block-group .wp-block-group {
    border-top:none;
    border-bottom: none;
}
.full-post .wp-block-group .wp-block-group__inner-container h2 {
    border-bottom: 1px solid #231F20;
    text-align: center;
    font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.23rem;
    padding: 12px 0 40px;
}
.full-post .wp-block-group .wp-block-group__inner-container .archive-wrap h2{
    font-size: 12px;
    margin: 20px 0 0;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-family: 'Montserrat';
    line-height: 18px;
    font-weight: 200;
    padding: 0 20px;
}
.full-post .wp-block-group .wp-block-group__inner-container img {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    border: none;
}
.full-post p {
    font-size: 18px;
    line-height: 32px;
    padding: 0 50px;
    font-family: 'Montserrat';
    letter-spacing: 0.04rem;
    margin: 30px 0;
}
.full-post ul {
        font-size: 18px;
    line-height: 32px;
    padding: 0 50px;
    font-family: 'Montserrat';
    letter-spacing: 0.04rem;
    margin: 30px 0;
}
.full-post ul li {
    list-style-type: disc;
}
.full-post ol li {
    list-style-type: decimal;
    font-size: 18px;
    margin-bottom: 10px;
}
.full-post ol {
        font-size: 12px;
    line-height: 32px;
    padding: 0 50px;
    font-family: 'Montserrat';
    letter-spacing: 0.04rem;
    margin: 30px 0;
}
.full-post p strong {
        font-family: 'MontserratB';
}
.full-post p a {
    font-family: 'MontserratB';
    border-bottom: 3px solid #AFB371;
    color: black!important;
}
.full-post a {
 border-bottom: 3px solid #AFB371;
    color: black!important;   
	font-weight:800;
}
.full-post h2 {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 600;
    margin: 30px 0;
    letter-spacing: 0.1rem;
}
.full-post h3 {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 600;
    margin: 40px 0 16px;
    letter-spacing: 0.1rem;
}

.full-post h4 {
    font-size: 24px !important;
    line-height: 1.5em;
    font-family: 'Source Sans Pro';
}

.full-post h3, .full-post h4, .full-post h5, .full-post h6 {
    padding: 0 50px;
    line-height: 1.5;
}
.full-post ul, .full-post ol {
    padding: 0 70px;
}
.full-post p span, .full-post ul li span, .full-post ol li span {
    font-size: 18px!important;
    line-height: 32px!important;
}
.full-post .wprm-recipe-ingredient-group ul li span {
	font-size: 15px!important;
}
.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name {
    margin-top: 0.8em !important;
    font-size: 16px !important;
    font-weight: 900!important;
    font-family: 'MontserratB';
    letter-spacing: 0.1rem;
}
/*.full-post img {
    border-bottom: 50px solid #f9f9f9;
    border-top: 50px solid #f9f9f9;
}*/
.full-post .boutique-widget {
    display: flex;
    justify-content: center;
}
.full-post pre {
        background: black;
    color: white;
    font-family: 'MontserratB';
    text-transform: uppercase;
    font-size: 11px;
    width: 166px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    letter-spacing: 0.1rem;
}
.full-post .wprm-recipe-container {
        background: #F0E6DD;
    padding: 50px;
    position: relative;
}
.full-post .wprm-recipe-container .wprm-recipe-print{
position: absolute;
    background: black;
    color: white!important;
    border: none!important;
    font-family: 'MontserratB'!important;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    left: 0;
    width: 150px;
    height: 40px;
    text-align: center;
    padding: 13px 0 0!important;
    top: 95px;
    line-height: 1.5!important;
}
.full-post .wprm-recipe-container .wprm-recipe-pin{
    position: absolute;
    background: black;
    color: white!important;
    border: none;
    font-family: 'MontserratB'!important;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    left: 0;
    width: 150px;
    height: 40px;
    text-align: center;
    padding: 13px 0 0;
    top: 145px;
    line-height: 1.5!important;
}
.full-post .wprm-recipe-container .white-flex {
    background: white;
    border: 1px solid #010101;
    position: relative;
    padding: 53px 30px;
}
.full-post .wprm-recipe-container .white-flex .flex {
        display: flex;
    justify-content: space-between;
}
.full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-ingredients-container{
    width: 37%;
}
.full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-ingredients-container li {
        font-size: 13px!important;
    line-height: 36px!important;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 600;
    font-family: 'Source Sans Pro';
}
.full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-ingredients-container h3 {
    font-family: 'Source Sans Pro';
    font-size: 17px!important;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}
.full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-instructions-container {
    width: 62%;
}
.full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-instructions-container li {
    font-family: 'Montserrat';
    font-size: 11px!important;
    line-height: 30px;
    margin-bottom: 15px;
}
.full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-instructions-container h3 {
    font-family: 'Source Sans Pro';
    font-size: 17px!important;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}
.full-post .wprm-recipe-container .white-flex .icon {
        border: none;
    width: 123px;
    position: absolute;
    top: -73px;
    right: -42px;
}
.full-post .wprm-recipe-container .dym {
background: #070B0B;
    margin: 40px auto 0;
    position: relative;
    color: white;
    padding: 60px 0;
    text-align: center;
}
.full-post .wprm-recipe-container .dym img {
        width: 45px;
    border: none;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.full-post .wprm-recipe-container .dym p {
    font-size: 17px!important;
    line-height: 37px!important;
    font-family: 'Source Sans Pro';
    letter-spacing: 0.1rem;
    font-weight: 600;
}
.full-post .wprm-recipe-container .dym p a {
    color: white!important;
    border: none;
    font-family: 'Source Sans Pro';
}
.recipe-right .wprm-recipe-author-container {
        font-size: 13px!important;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
}
.recipe-right .wprm-recipe-author-container span {
    min-width: auto;
    margin-right:5px;
        font-size: 13px!important;
    text-transform: uppercase;
    font-weight: 600;
}
.wprm-recipe-container .wprm-recipe {
	padding:0!important;
}
.recipe-right h2.wprm-recipe-name {
    font-size: 26px!important;
    line-height: 37px;
    font-family: 'Source Sans Pro'!important;
    font-weight: 100!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem!important;
    margin: 15px 0 20px!important;
    color: black;
}
.recipe-right .wprm-recipe-rating {
        margin: 0 0 21px;
}
.recipe-right .wprm-recipe-servings-container a, .recipe-right .wprm-recipe-servings-container span a {
    border-bottom: none;
}
.recipe-right .wprm-recipe-summary {
        font-family: 'Montserrat';
    font-size: 11px!important;
    line-height: 27px;
    letter-spacing: 0.04rem;
    margin: 0 0 30px;
}
.recipe-right .wprm-recipe-summary em {
    font-style: inherit;
}
.recipe-right .wprm-recipe-servings-container, .recipe-right .wprm-recipe-servings-container span {
        font-size: 13px!important;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    letter-spacing: 0.1rem;
    font-weight: 600;
}
.recipe-right .wprm-recipe-meta-container {
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}
.recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container {
padding: 15px 4px;
}
.recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container:nth-child(2) {
        border-right: 1px solid #010101;
    border-left: 1px solid #010101;
}
.recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container .wprm-block-text-bold {
    font-size: 16px!important;
    text-transform: uppercase;
    font-weight: 500!important;
    letter-spacing: 0.1rem;
    font-family: 'Source Sans Pro';
    margin-bottom: 15px;
}
.recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container .wprm-block-text-normal{
    font-size: 13px!important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-family: 'MontserratB';
}
.recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container .wprm-block-text-normal span {
    font-size: 11px!important;
    font-weight: 100!important;
    letter-spacing: 0.1rem;
}
.full-post .wprm-recipe-container .wprm-recipe {
    overflow: visible;
}
.recipe-header .recipe-right {
    text-align: center;
    border: 1px solid #010101;
    position: relative;
    width: 58%;
    padding: 65px 40px 0;
}
.recipe-header .recipe-right img {
    width: 176px;
    position: absolute;
    border: none;
    top: -28px;
    right: -41px;
}
.recipe-header {
        display: flex;
    justify-content: space-between;
    margin: 0 auto 45px;
}
.archive-footer.ymal{
    background: #DBE5ED;
    padding: 30px;
    margin: 102px auto 50px;
}
.ymal .titleflex {
    max-width: 1170px;
    margin: 52px auto 84px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 42px;
}
.ymal .titleflex h2 {
    margin: 0;
    font-family: 'MontserratB';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.ymal .titleflex .post-category {
        font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 100;
}
.ymal .titleflex .post-category img {
    width:20px;
    margin:0 0 0 20px;
}
.backtoall {
    text-align: center;
    margin: 76px auto 73px;
}
.backtoall a {
        color: white;
    background: black;
    font-family: 'MontserratB';
    font-size: 10px;
    text-transform: uppercase;
    padding: 15px 30px;
    letter-spacing: 0.1rem;
}
p#breadcrumbs {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
    margin: 50px auto -19px;
}
.single-post .nav-next {
        background: #F0E6DD;
    width: 423px;
    position: fixed;
    right: 27px;
    z-index: 9;
    bottom:40px;
    border: 1px solid #070B0B;
    height:220px;
}
.single-post .nav-next .readme {
    padding: 0px 20px 0 175px;
    position: absolute;
    bottom: 30px;
    font-family: 'MontserratB';
    font-size: 7px;
    letter-spacing: 0.05rem;
}
.single-post .nav-next img {
    object-fit: cover;
    object-position: center;
    width: 156px;
    height: 218px;
    position: absolute;
    left: 0;
    top:0;
}
.single-post .nav-next .meta-nav {
    border-bottom: 1px solid black;
    padding: 21px 0 18px 176px;
    width: 100%;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.single-post .nav-next .post-title {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    line-height: 20px;
    padding: 32px 20px 0 175px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.single-post .nav-next .readme img {
    width: 15px;
    height: auto;
    top: 3px;
    right: -238px;
}
.single-post .nav-previous {
        background: #F0E6DD;
    width: 423px;
    position: fixed;
    left: 27px;
    z-index: 9;
    bottom:40px;
    border: 1px solid #070B0B;
    height:220px;
}
.single-post .nav-previous img {
    object-fit: cover;
    object-position: center;
    width: 156px;
    height: 218px;
    position: absolute;
    right: 0;
    top:0;
}
.single-post .nav-previous .readme {
    padding: 0px 175px 0 175px;
    position: absolute;
    bottom: 30px;
    font-family: 'MontserratB';
    font-size: 7px;
    letter-spacing: 0.05rem;
    text-align: right;
}
.single-post .nav-previous .readme img {
        width: 15px;
    height: auto;
    top: 3px;
    left: -91px;
}
.single-post .nav-previous .meta-nav {
    border-bottom: 1px solid black;
    padding: 21px 176px 18px 0px;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.single-post .nav-previous .post-title {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    line-height: 20px;
    padding: 32px 175px 0 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    text-align: right;
}
.extra-pagi{
    display: none;
}
.extra-pagi .screen-reader-text {
    display: none;
}
.single-post.food .backtoall {
    display: none;
}
.single-post.food .archive-footer.ymal {
    margin-bottom: -4px;
}
.post-comments {
        border: 1px solid #231F20;
    max-width: 970px;
    margin: 50px auto 50px;
}
.post-comments .ftitle h3 {
        border-bottom: 1px solid #231F20;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'MontserratB';
    text-align: center;
    margin: 0;
    padding: 55px 0 47px;
    letter-spacing: 0.2rem;
}
.comments-form {
    padding: 50px 70px;
}
.comments-form input {
        border: none;
    background: #DBE5ED;
    padding: 18px 28px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.1rem;
}
.comments-form textarea {
    border: none;
    background: #DBE5ED;
    padding: 26px 28px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.1rem;
    height: 150px;
}
.comments-form label {
    font-size: 14px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-family: 'MontserratB';
    margin: 0 0 5px;
    display: block;
}
.comments-form #commentform {
        position: relative;
}
.comments-form .comment-form-wprm-rating label {
    font-size: 16px;
    letter-spacing: 0.2rem;
    margin: 30px auto 10px;
}
.comments-form .form-submit {
    display: flex;
    justify-content: flex-end;
}
.comments-form .comment-notes, .comments-form .comment-form-cookies-consent {
    display: none;
}
.comments-form input[type="submit"] {
    background: #070B0B;
    color: white;
    font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0px 0 0;
    max-width: 172px;
    height: 52px;
    margin:0;
}
.commentlist {
    padding: 10px 70px 50px;
}
.commentlist li {
    margin-bottom: 30px;
}
.commentlist li ul.children {
	padding: 30px 0 0 30px;
}
.commentlist .comment-author {
        font-size: 14px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-family: 'MontserratB';
    margin: 0 0 5px;
    display: block;
}
.commentlist .comment-author .says {
    display: none;
}
.commentlist .comment-metadata {
    display: none;
}
.commentlist .comment-content p {
    font-size: 12px;
    line-height: 32px;
    padding: 0 50px 0 0;
    font-family: 'Montserrat';
    letter-spacing: 0.04rem;
    margin: 10px 0;
}

/* Shop Styles
--------------------------------------------- */
.shop-header {
    background: #F0E6DD;
    padding: 95px 0 110px;
    margin: 4px auto 45px;
    overflow: hidden;
}
.shop-header .flex {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.shop-header .flex .left img {
        width: 330px;
    height: 439px;
    border: 1px solid #231F20;
}
.shop-header .flex .left:after {
    content: "";
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/tape@2x.png);
    width: 211px;
    height: 185px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -63px;
    left: -49px;
    background-repeat: no-repeat;
}
.shop-header .flex .left {
    position: relative;
    width: 330px;
    margin: 0 0 0 165px;
}
.shop-header .flex .left:before {
    content: "";
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/faves@2x.png);
    width: 203px;
    height: 211px;
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    left: -209px;
    top: 79px;
}
.shop-header .flex .right {
    width: 61%;
    text-align: center;
    padding: 83px 45px 0;
}
.shop-header .flex .right p.brand {
    font-family: 'Montserrat';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0 0 9px;
}
.shop-header .flex .right h3.title {
        font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0 50px;
    margin: 0;
}
.shop-header .flex .right .slick-slide img {
    width: 175px;
    height: 233px;
    border: 1px solid #232020;
    margin-bottom: 28px;
}
.shop-header .flex .right .slick-slide  a {
    display: block;
    position: relative;
}
.shop-header .flex .right .slick-slide a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 175px;
    height: 233px;
    margin:auto;
    background: rgba(240, 230, 221, 0.6);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    max-width: 217px;
    margin: auto;
}
.shop-header .flex .right .slick-slide a:hover .overlay {
    opacity: 1;
}
.shop-header .flex .right .slick-slide a .overlay img {
    width: 20px;
    height: auto;
    margin: 0 0 0 3px;
    border: none;
    display: inline;
}
.shop-header .flex .right .slick-slide a .overlay span {
    font-size: 8px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}



.shop-header .flex .right .slick-prev {
    position: absolute;
    width: 20px;
    top: 111px;
    left: -30px;
    z-index: 9;
}
.shop-header .flex .right .slick-next {
    position: absolute;
    width: 20px;
    top: 111px;
    right: -15px;
    z-index: 9;
}
.shop-results {
    max-width: 1390px;
    margin: 0 auto 113px;
    border: 1px solid #231F20;
    text-align: center;
}
.shop-results .menu-shop-container {
    border-bottom: 1px solid #231F20;
    padding: 66px 20px 39px;
}
.shop-results .menu-shop-container ul {
    display: flex;
    justify-content: center;
    font-size: 10px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.01rem;
}
.shop-results .menu-shop-container ul li {
    position: relative;
    text-align: center;
    margin: 0px 10px 10px;
    padding: 0px 5px;
}
.shop-results .menu-shop-container ul li.current-menu-item a {
        font-family: 'MontserratB';
}
.shop-results .menu-shop-container ul li.current-menu-item:after{
    content: "";
    background-color: #AFB371;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -53px;
    left: 0;
}
.shop-results .menu-shop-container ul li a {
        font-family: 'Montserrat';
    letter-spacing: 0.1rem;
    position: relative;
    display: block;
}
.shop-results ul.list-flexed {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1386px;
    margin: 68px auto -39px;
}
.shop-results ul.list-flexed li {
    text-align: center;
    width: 220px;
    margin: 0 33px 111px;
}
.shopicon {
        display: block;
    width: 123px;
    margin: 0 auto -20px;
}
.shop-results .results-lower {
    padding: 30px 50px;
        align-items: center;
}
.shop-results .results-lower .boutique-widget {
    display: flex;
    justify-content: center;
}
.shop-results p.brand {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    margin: 0 0 14px;
}
.shop-results h3.title {
font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    padding: 0 19px;
    margin: 0;
}
.shop-results img {
    width: 220px;
    height: 292px;
    border: 1px solid #232020;
    margin-bottom: 55px;
}
/* Home Styles
--------------------------------------------- */
.home-latest {
    background: #F0E6DD;
    padding: 54px 0 566px;
}
.home-latest .flex {
        max-width: 1385px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.home-latest .flex .left {
    width: 947px;
    display: flex;
    justify-content: space-between;
}
.home-latest .flex .left .hero-img {
    width: 496px;
    border: 1px solid #010101;
    position: relative;
    height: 693px;
}
.home-latest .flex .left .hero-img img {
        width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.home-latest .flex .left .hero-img img:hover {
    opacity: 0.7;
}
.home-latest .flex .left .txt {
    border: 1px solid #010101;
    width: 436px;
    display: table;
    height: 693px;
    padding: 40px 50px;
    position: relative;
}
.home-latest .flex .left .txt .in {
        display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-latest .flex .left .txt .in a.rmore {
    display: block;
    width: 147px;
    height: 43px;
    background: black;
    text-align: center;
    margin: 60px auto 0;
    color: white;
    font-size: 11px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    padding: 14px 0 0 0;
}
.home-latest .flex .left .txt .in a.rmore img {
    width:20px;
    margin-left: 5px;
}
.about-text h5 strong {
	transition: all 0.5s;
}
.intro-wrap {
	overflow:hidden;
}
.intro-wrap .flex .right h5 a:hover {
	color:#dbe5ed;
}
.the-header .flex .right .ubermenu .ubermenu-submenu .all .ubermenu-target-text:hover {
    background: black;
    color: white!important;
}
.home-latest .flex .left .txt .in a.rmore:hover, .results-flex .clicked-1 ul li .green .rread:hover, .results-flex .clicked-2 ul li .green .rread:hover, .results-flex .clicked-3 ul li .green .rread:hover, .allbutton button:hover, .about-text h5 strong:hover, .contact-flex .cform .gform_footer #gform_submit_button_1:hover, .backtoall a:hover, .topper-flex .right .wprm-jump-to-recipe-shortcode:hover{
	    background: #dbe5ed;
}
.allbutton button:hover, .sub-wrap .flex .cform #gform_submit_button_2:hover, .comments-form input[type="submit"]:hover {
	 background: #dbe5ed;
	border:1px solid #dbe5ed;
}
.home-latest .flex .right .whiteblock .rmore:hover, .home-daily .titleflex a:hover, .home-shop .titleflex a:hover, .fixed-site-nav a:hover, .the-footer .footer-flex .right ul li a:hover, .the-footer .footer-flex .left .social ul li a:hover, .blog-topper .navright a:hover, .blog-topper .navleft a:hover {
	opacity:0.5;
}
.current-look .inner .right a:hover {
	opacity:0.5;
}
.home-latest .flex .left .txt .in .post-category {
        font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0 0 30px;
    display: block;
}
.home-latest .flex .left .txt .in h3 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    margin: 0 0 60px;
    padding: 0 9px;
}
.home-latest .flex .left .txt .in .exc p {
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 29px;
    letter-spacing: 0.03rem;
    text-align-last: center;
}
.home-latest .flex .left .hero-img span {
        display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    background: #070B0B;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-family: 'MontserratB';
    font-size: 9px;
    letter-spacing: 0.08rem;
    padding: 22px 0 0 0;
    top: 20px;
    left: 18px;
}
.home-latest .flex .right {
    width:423px;
}
.home-latest .flex .right ul li {
    display: flex;
    border: 1px solid #010101;
    margin: 0 0 15px;
    height: 221px;
}
.home-latest .flex .right .hero-img {
        width: 156px;
    height: 100%;
}
.home-latest .flex .right .whiteblock {
        width: 265px;
}
.home-latest .flex .right .whiteblock .post-category {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #010101;
    width: 100%;
    display: block;
    padding: 19px 0 19px 21px;
}
.home-latest .flex .right .whiteblock h3 {
    padding: 19px 20px 19px 21px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.home-latest .flex .right .whiteblock .rmore {
        padding: 19px 20px 19px 21px;
    font-family: 'MontserratB';
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.home-latest .flex .right .whiteblock .rmore img {
    max-width: 15px;
    margin-left: 4px;
}
.home-latest .flex .right .hero-img img {
        width: 157px;
    height: 100%;
    transition: all 0.5s;
}
.home-latest .flex .right .hero-img img:hover {
    opacity: 0.7;
}
.foodimg {
    width: 268px;
    margin: -557px auto 126px;
    display: block;
    z-index: 1;
    position: relative;
}
.readerfaves {
    max-width: 1386px;
    margin: -175px auto 120px;
    background: white;
    border: 1px solid #231F20;
    padding: 72px 107px 55px;
}
.results-flex .clickedon-1 li .post-category, .results-flex .clickedon-2 li .post-category, .results-flex .clickedon-3 li .post-category {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 0.08rem;
    margin: 0;
}
.results-flex .clickedon-1 li h3, .results-flex .clickedon-2 li h3, .results-flex .clickedon-3 li h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.results-flex .clickedon-1 li .therightside, .results-flex .clickedon-2 li .therightside, .results-flex .clickedon-3 li .therightside {
        width: 70%;
    padding: 10px 0 0 6px;
}
.readerfaves .titlearea{
        display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 43px;
}
.titlearea {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 20px;
}
.titlearea h2 {
        font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.2rem;
    margin: 0;
}
.titlearea ul {
        display: flex;
    justify-content: flex-end;
}
.titlearea ul li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    margin: 0 -8px 0 31px;
    font-family: 'Montserrat';
    padding: 0 13px;
    position: relative;
}
.titlearea ul li.active {
    font-family: 'MontserratB';
}
.titlearea ul li.active:after{
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #AFB371;
    position: absolute;
    bottom: -47px;
    left: 0;
    transition: all 0.5s;
    opacity: 1;
}
.titlearea ul li:hover {
    cursor: pointer;
}
.results-flex {
    display: flex;
    justify-content: space-between;
    margin: 84px 0 0;
}
.results-flex .clicked-1, .results-flex .clicked-2, .results-flex .clicked-3 {
    display: none;
}
.results-flex .clickedon-1, .results-flex .clickedon-2, .results-flex .clickedon-3 {
    display: none;
}
.results-flex .clicked-1.show, .results-flex .clicked-2.show, .results-flex .clicked-3.show {
    display: block;
}
.results-flex .clickedon-1.show, .results-flex .clickedon-2.show, .results-flex .clickedon-3.show {
    display: block;
}
.results-flex .clickedon-1, .results-flex .clickedon-2, .results-flex .clickedon-3{
width: 433px;
}
.results-flex .clickedon-1 li, .results-flex .clickedon-2 li, .results-flex .clickedon-3 li {
display: flex;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.results-flex .clickedon-1 li:hover, .results-flex .clickedon-2 li:hover, .results-flex .clickedon-3 li:hover {
    opacity: 0.7;
}
.results-flex .clickedon-1 li img, .results-flex .clickedon-2 li img, .results-flex .clickedon-3 li img {
        width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-right: 30px;
}
.results-flex .clicked-1 ul li, .results-flex .clicked-2 ul li, .results-flex .clicked-3 ul li {
        width: 684px;
    display: flex;
    justify-content: space-between;
}
.results-flex .clicked-1 ul li img, .results-flex .clicked-2 ul li img, .results-flex .clicked-3 ul li img {
    width: 338px;
    height: 468px;
}
.results-flex .clicked-1 ul li .green, .results-flex .clicked-2 ul li .green, .results-flex .clicked-3 ul li .green {
    width: 341px;
    background: #AFB371;
    padding: 10px;
    height: 468px;
    display: table;
    text-align: center;
    position: relative;
}
.results-flex .clicked-1 ul li .green .rread, .results-flex .clicked-2 ul li .green .rread, .results-flex .clicked-3 ul li .green .rread {
    display: block;
    background: black;
    color: white;
    font-family: 'MontserratB';
    font-size: 11px;
    letter-spacing: 0.1rem;
    width: 195px;
    padding: 14px 0;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
}
.results-flex .clicked-1 ul li .green .in, .results-flex .clicked-2 ul li .green .in, .results-flex .clicked-3 ul li .green .in {
        display: table-cell;
    vertical-align: middle;
}
.results-flex .clicked-1 ul li .green .in .circledown, .results-flex .clicked-2 ul li .green .in .circledown, .results-flex .clicked-3 ul li .green .in .circledown {
    width: 53px;
    height: 53px;
    display: block;
}
.results-flex .clicked-1 ul li .green .post-category a, .results-flex .clicked-2 ul li .green .post-category a, .results-flex .clicked-3 ul li .green .post-category a {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0 0 30px;
    display: block;
    color: white;
}
.results-flex .clicked-1 ul li .green h3, .results-flex .clicked-2 ul li .green h3, .results-flex .clicked-3 ul li .green h3 {
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    margin: 0 0 35px;
    padding: 0 22px;
    color: white;
}
.pop-wrap {
        background: #DBE5ED;
    margin: 80px auto 0;
    padding: 40px 0;
}
.pop-wrap .inner {
    max-width: 1386px;
    margin: 59px auto 17px;
    background: white;
    border: 1px solid #231F20;
    padding: 33px 0;
}
.pop-wrap .inner .slick-prev img {
    width: 20px;
    position: absolute;
    left: -87px;
    z-index: 9;
    top: 65px;
}
.pop-wrap .inner .slick-next img {
    width: 20px;
    position: absolute;
    right: -50px;
    z-index: 9;
    top: 65px;
}
.pop-wrap .inner .slick-prev:hover, .pop-wrap .inner .slick-next:hover {
    cursor: pointer;
}
.pop-wrap .inner .pad {
    padding: 81px 90px 8px 117px;
}
.pop-wrap .inner .pad .slick-slide {
    transition: all 0.5s;
}
.pop-wrap .inner .pad .slick-slide:hover{
    opacity: 0.7;
}
.pop-wrap .inner h3 {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-family: 'Montserrat';
    line-height: 18px;
    padding: 10px 20px;
}
.pop-wrap .inner .title {
    width: 100%;
    border-bottom: 1px solid #231f20;
    text-align: center;
    font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    padding: 20px 0 50px;
}
.pop-wrap .inner .slick-slide img {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    float: none;
}
.latest-wrap {
    background: #DBE5ED;
    margin: 0px auto 0px;
    padding: 40px 0 168px;
    position: relative;
}
.latest-wrap:after{
    content: "";
    display: block;
    width: 100%;
    height: 753px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/bluegraphic3_1.png);
    background-color: white;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: -115px;
    z-index: 0;
    background-repeat: no-repeat;
}
.allbutton button {
        background: black;
    color: white;
    font-family: 'MontserratB';
    font-weight: 400;
    font-size: 11px;
    padding: 14px 29px;
    letter-spacing: 0.1rem;
    margin: -43px auto 0;
}
.latest-wrap .results {
        position: relative;
    z-index: 1;
}
.titleflex {
    max-width: 1385px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 43px;
    position: relative;
}
.titleflex .left {
    font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.2rem;
    margin: 0;
    position: relative;
    padding: 0 0 0 77px;
}
.titleflex .left img {
        width: 43px;
    height: auto;
    position: absolute;
    left: 6px;
    top: -51px;
}
.titleflex ul {
        display: flex;
    justify-content: flex-end;
}
.titleflex ul li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14rem;
    margin: 0 -8px 0 31px;
    font-family: 'Montserrat';
    padding: 0 13px;
    position: relative;
}
.titleflex ul li.active {
        font-family: 'MontserratB';
}
.titleflex ul li.active:after{
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #070B0B;
    position: absolute;
    bottom: -47px;
    left: 0;
    transition: all 0.5s;
    opacity: 1;
}
.titleflex ul li:hover {
    cursor: pointer;
}
.cat-results .the-results {
    display: none;
}
.cat-results .the-results.show {
    display: block;
}
ul.list-flexed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1386px;
    margin: 50px auto 0;
}
ul.list-flexed li {
    text-align: center;
    width: 309px;
    margin: 0 0 95px;
}
ul.list-flexed li img {
    border: 1px solid #231F20;
    width: 100%;
    height: 433px;
    margin-bottom: 14px;
    transition: all 0.5s;
}

.page-template-page-shop ul.list-flexed li img {
        border: 1px solid #231F20;
    width: 100%;
    height: 289px;
    margin-bottom: 57px;
}
.page-template-page-shop ul.list-flexed li a {
    position: relative;
    display: block;
}
.page-template-page-shop ul.list-flexed li a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 289px;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    margin: auto;
}
.page-template-page-shop ul.list-flexed li a:hover .overlay {
    opacity: 1;
}
.page-template-page-shop ul.list-flexed li a .overlay img {
    width: 20px;
    height: auto;
    margin: 0 0 0 3px;
    border: none;
    display: inline;
}
.page-template-page-shop ul.list-flexed li a .overlay span {
    font-size: 8px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}


ul.list-flexed li h5 {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    margin: 20px auto 0;
}
.home-daily {
max-width: 1385px;
    margin: 0px auto 0;
    background: white;
    border: 1px solid #231F20;
    padding: 83px 104px 94px;
    position: relative;
    z-index: 1;
}
.home-daily .titleflex {
        max-width: 1385px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 39px;
    position: relative;
}
.home-daily .titleflex h2 {
    margin: 0;
    font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.2rem;
    padding: 0 0 0 8px;
}
.home-daily .titleflex a {
font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 4px 0 0;
}
.home-daily .titleflex a img {
    width: 20px;
    margin: 0 0 0 10px;
}
.home-daily .slick-prev {
    width: 20px;
    position: absolute;
    left: -64px;
    z-index: 99;
    bottom: 119px;
}
.home-daily .slick-next {
        width: 20px;
    position: absolute;
    right: -46px;
    bottom: 119px;
    z-index: 99;
}
.home-daily .slick-slide .image-wrap img {
        width: 273px;
    height: 380px;
    border: 1px solid #231F20;
    position: relative;
    margin: 0 auto;
    transition: all 0.5s;
}
.home-daily .slick-slide .date {
        border: 1px solid #231F20;
    background: white;
    width: 116px;
    margin: -14px auto 0;
    text-align: center;
    font-size: 11px;
    font-family: 'MontserratB';
    letter-spacing: 0.1rem;
    font-weight: 100;
    padding: 14px 0;
    position: relative;
}
.home-daily .want {
        position: absolute;
    width: 272px;
    top: -152px;
    right: 253px;
    margin: auto;
}
.home-shop .titleflex {
max-width: 1170px;
    margin: 59px auto 99px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 39px;
    position: relative;
}
.home-shop .titleflex h2 {
        font-family: 'MontserratB';
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.2rem;
}
.home-shop .titleflex a {
        font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 4px 0 0;
}
.home-shop .titleflex a img {
        width: 20px;
    margin: 0 0 0 10px;
}
.home-shop {
    background: #F0E6DD;
    padding: 250px 0 132px;
    margin: -221px 0 0;
    z-index: 0;
    position: relative;
}
.home-shop .flex {
        max-width: 1385px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.home-shop .flex .left .imgone {
    width: 291px;
    height: 429px;
    border: 11px solid white;
    position: absolute;
    left: 130px;
    top: 130px;
}
.home-shop .flex .left .tape {
    width: 174px;
    position: absolute;
    left: 85px;
    top: 106px;
}
.home-shop .flex .left .ll-logo {
    width: 124px;
    position: absolute;
    right: -59px;
    bottom: -5px;
}
.home-shop .flex .left .imgtwo {
    width: 441px;
    height: 648px;
    border: 11px solid white;
}
.home-shop .flex .left {
    width: 734px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.home-shop .flex .right {
    width: 554px;
    padding-right: 118px;
}
.home-shop .flex .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-shop .flex .right ul li{
    width: 207px;
    height: 303px;
    border: 7px solid white;
    margin: 0 0px 39px;
    background: white;
}
.home-shop .flex .right ul li a {
        display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.home-shop .flex .right ul li a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 230, 221, 0.6);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}
.home-shop .flex .right ul li a:hover .overlay {
    opacity: 1;
}
.home-shop .flex .right ul li a .overlay img {
        width: 20px;
    height: auto;
    margin: 0 0 0 3px;
}
.home-shop .flex .right ul li a .overlay span {
    font-size: 8px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.home-shop .flex .right ul li img {
        width: 100%;
    height: 100%;
}
.home-about {
    overflow: hidden;
}
.home-about .inner {
    max-width: 1315px;
    margin: 280px auto 188px;
    display: flex;
    justify-content: center;
    position: relative;
}
.home-about .inner  .aimgone {
    width: 336px;
    height: 468px;
    left: 30px;
    position: absolute;
    top: 97px;
    z-index: 1;
}
.home-about .inner .aimgtwo {
    width: 413px;
    height: 570px;
    right: 27px;
    position: absolute;
    top: -81px;
}
.home-about {
    background: #DBE5ED;
    padding: 1px 0;
    position: relative;
    margin-bottom: -4px;
}
.home-about:before {
    content: "";
    display: block;
    width: 100%;
    height: 604px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/bluegraphic3_1.png);
    background-color: white;
    background-position: 0 -286px;
    background-size: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.about-text {
    width: 910px;
    background: #AFB371;
    text-align: center;
    color: white;
    padding: 158px 270px 0 218px;
    min-height: 659px;
    position: relative;
}
.about-text:before {
content: "";
    display: block;
    width: 202px;
    height: 468px;
    position: absolute;
    left: -202px;
    background: white;
    top: 127px;
}
.about-text:after {
content: "";
    display: block;
    width: 204px;
    height: 566px;
    position: absolute;
    right: -204px;
    background: white;
    top: -48px;
}
.about-text h2 {
    font-size: 44px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.3rem;
    margin: 4px 0 39px;
}
.about-text p {
    font-size: 12px;
    line-height: 34px;
    font-family: 'Montserrat';
    text-align: justify;
    letter-spacing: 0.045rem;
    margin: 0;
}
.about-text h5 {
    text-align: right;
    margin: 74px 0 0;
}
.about-text h5 strong {
    background: black;
    color: white;
    font-family: 'MontserratB';
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 26px;
    letter-spacing: 0.08rem;
}
.about-text h5 a {
    color:white;
}
.about-text .friends {
    width: 303px;
    position: absolute;
    top: -183px;
    left: 55px;
}
.home-about .tape2 {
    width: 217px;
    height: auto;
    position: absolute;
    top: -112px;
    right: -52px;
    z-index: 1;
}
.fixed-site-nav {
    width: 357px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #070B0B;
    padding: 51px 56px 43px;
    color: white;
}
.fixed-site-nav a {
    font-family: 'Montserrat';
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.13rem;
}
.fixed-site-nav ul {
column-count: 2;
    padding-right: 65px;
}
.fixed-site-nav ul li {
    margin-bottom: 20px;
}
.fixed-site-nav ul li:nth-child(5){
        width: 137%;
}
.fixed-site-nav .b2t {
color: white;
    font-family: 'MontserratB';
    font-size: 10px;
    letter-spacing: 0.1rem;
    position: absolute;
    right: -21px;
    transform: rotate(-90deg);
    top: 107px;
}
.fixed-site-nav .b2t img {
    width: 16px;
    margin: 0 0 0 7px;
}
.fixed-site-nav .b2t:hover {
    cursor: pointer;
}


.b2t2 {
color: white;
    font-family: 'MontserratB';
    font-size: 10px;
    letter-spacing: 0.1rem;
    position: absolute;
    right: -21px;
    transform: rotate(-90deg);
    top: 107px;
	display:none;
}
.b2t2 img {
    width: 16px;
    margin: 0 0 0 7px;
}
.b2t2:hover {
    cursor: pointer;
}
.fixed-site-nav h4 {
    margin: 0 0 53px;
    font-size: 14px;
    font-family: 'MontserratB';
    letter-spacing: 0.12rem;
}
/* About Styles
--------------------------------------------- */
.intro-wrap {
        background: #F0E6DD;
    padding: 40px 0;
}
.intro-wrap .flex {
    max-width: 1087px;
    margin: 49px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 121px;
}
.intro-wrap .flex .quote {
position: absolute;
    left: -140px;
    bottom: 43px;
    width: 539px;
    z-index: 1;
}
.intro-wrap .flex .right {
    width: 545px;
    background: #AFB371;
    text-align: center;
    color: white;
    padding: 105px 61px 40px;
    margin: 73px 0 0 0;
}
.intro-wrap .flex .right h2 {
    font-family: 'MontserratB';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 0 0 41px;
}
.intro-wrap .flex .right p {
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.04rem;
    text-align: justify;
    text-align-last: center;
    margin: 0 0 35px;
}
.intro-wrap .flex .right h5 {
    text-align: center;
    margin: 86px 0 -47px;
}
.intro-wrap .flex .right h5 strong {
    background: black;
    color: white;
    font-family: 'MontserratB';
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 26px;
    letter-spacing: 0.08rem;
}
.intro-wrap .flex .right h5 a {
    color:white;
}
.intro-wrap .flex .left {
    width: 460px;
    position: relative;
}
.intro-wrap .flex .left img {
    width: 100%;
    height: 574px;
    position: relative;
}
.intro-wrap .flex .left:before {
    width: 454px;
    height: 542px;
    background: white;
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: -23px;
    z-index: 0;
}
.intro-wrap .flex .left .tape2 {
    width: 207px;
    position: absolute;
    left: -45px;
    top: -57px;
    height: auto;
    z-index: 1;
}
.current-look {
        background: #DBE5ED;
    padding: 40px 0;
}
.current-look .inner {
    max-width: 1170px;
    margin: 0 auto;
    border-bottom: 1px solid #231F20;
    padding-bottom: 116px;
    position: relative;
    z-index: 1;
}
.current-look .inner .title-flex {
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #231F20;
    padding-bottom: 38px;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}
.current-look .inner .title-flex .center {
font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.18rem;
    margin: 0;
    padding: 2px 0 0 13px;
}
.current-look .inner .right a {
    font-size: 12px;
    font-family: 'MontserratB';
}
.current-look .inner .right img {
        width: 17px;
    margin: 0 0 0 9px;
}
.current-look .inner .shop-flex .righty .slick-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
     width: 175px;
     margin:auto;
    height: 233px;
        background: rgba(219, 229, 237, 0.8);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}
.current-look .inner .shop-flex .righty .slick-slide:hover .overlay {
    opacity: 1;
}
.current-look .inner .shop-flex .righty .slick-slide .overlay img {
    width: 20px;
    height: auto;
    margin: 0 0 0 3px;
    border: none;
    display: inline;
}
.current-look .inner .shop-flex .righty .slick-slide .overlay span {
    font-size: 8px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.current-look .inner .shop-flex .righty .slick-slide a {
    display: block;
    position: relative;
}
.current-look .inner .shop-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 112px;
}
.current-look .inner .shop-flex .lefty {
    width: 335px;
    border: 1px solid #231F20;
    position: relative;
}
.current-look .inner .shop-flex .lefty img {
        width: 100%;
    height: 100%;
}
.current-look .inner .shop-flex .lefty span {
width: 60px;
    height: 60px;
    background: black;
    color: white;
    display: block;
    position: absolute;
    bottom: 17px;
    right: 14px;
    border-radius: 50%;
    font-family: 'MontserratB';
    text-align: center;
    font-size: 8px;
    letter-spacing: 0.04rem;
    line-height: 11px;
    padding: 19px 0
}
.current-look .inner .shop-flex .righty {
    width: 65%;
    text-align: center;
    padding: 61px 37px 0 22px;
}
.current-look .inner .shop-flex .righty p.brand {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 28px auto 8px;
}
.current-look .inner .shop-flex .righty p.title {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    padding: 0 37px;
}
.current-look .inner .shop-flex .righty .slick-slide img {
        border: 1px solid #231F20;
    width: 175px;
    height: 233px;
    margin: 0 auto;
}
.current-look .inner .shop-flex .righty .slick-prev {
    width: 20px;
    position: absolute;
    left: -27px;
    z-index: 1;
    top: 112px;
}
.current-look .inner .shop-flex .righty .slick-next {
    width: 20px;
    position: absolute;
    right: -30px;
    top: 112px;
    z-index: 1;
}
.funfacts {
    background: #DBE5ED;
    padding: 62px 0;
    position: relative;
}
.funfacts:after {
    content: "";
    display: block;
    width: 100%;
    height: 972px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/bluegraphic3_1.png);
    background-color: white;
    background-position: 0 -120px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
}
.funfacts .flex {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.funfacts .flex .left {
    width: 500px;
}
.funfacts .flex .left:before {
    content: "";
    display: block;
    width: 491px;
    height: 616px;
    background: white;
    position: absolute;
    top: 110px;
    left: -20px;
}
.funfacts .flex .left .main {
    width: 491px;
    height: 685px;
    margin: 1px 0 0 10px;
    position: relative;
}
.funfacts .flex .left .titleimg {
    width: 505px;
    display: block;
    margin: -14px 0 -36px -2px;
    position: relative;
    z-index: 1;
}
.funfacts .flex .right {
    width: 506px;
    margin: 52px 0 0 0;
}
.funfacts .flex .right ul li {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.04rem;
    border-bottom: 1px solid #010101;
    padding: 0 0 37px;
    margin-bottom: 38px;
    position: relative;
}
.funfacts .flex .right ul li:last-child {
    border-bottom: none;
}
.funfacts .flex .right ul li strong {
display: block;
    width: 60px;
    height: 60px;
    background: #070B0B;
    color: white;
    font-family: 'MontserratB';
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -99px;
    padding: 14px 0 0 0;
}
.contact-intro {
    max-width: 1170px;
    margin: 0px auto 108px;
    position: relative;
    background: #AFB371;
    text-align: center;
    color: white;
    padding: 75px 0 35px;
    position: relative;
}
.contact-intro p {
    font-size: 12px;
    text-align: justify;
    line-height: 33px;
    text-align-last: center;
    max-width: 680px;
    margin: 0 auto 37px;
    letter-spacing: 0.04rem;
}
.contact-intro a {
    color:white;
}
.contact-intro img.icon {
    width: 148px;
    position: absolute;
    top: -37px;
    left: -44px;
}
.contact-intro img.arrow {
        width: 69px;
    position: absolute;
    right: 233px;
    bottom: -57px;
}
.contact-flex {
    background: white;
    margin: 50px auto;
    max-width: 1170px;
    border: 1px solid #231F20;
    display: flex;
    justify-content: space-between;
}
.contact-flex img {
    width: 546px;
    margin: 0;
    height: 100%;
}
.contact-flex .cform {
    width: 54%;
    text-align: center;
}
.contact-flex .cform h2 {
        border-bottom: 1px solid #231F20;
    font-family: 'MontserratB';
    font-size: 18px;
    text-transform: uppercase;
    padding: 56px 0 45px;
    margin: 0 0 56px;
    letter-spacing: 0.18rem;
}
.contact-flex .cform fieldset, .contact-flex .cform .gfield {
    border: none;
    margin: 3px 0;
    padding: 0 65px;
}

.contact-flex .cform input {
    border: none;
    background: #DBE5ED;
    padding: 26px 28px!important;
    text-align: left;
    font-size: 14px!important;
    letter-spacing: 0.1rem;
}
.contact-flex .cform select {
    border: none;
    background: #DBE5ED;
    padding: 26px 28px!important;
    text-align: left;
    font-size: 14px!important;
    -webkit-appearance:none;
    letter-spacing: 0.1rem;
}
.contact-flex .cform #field_1_3 {
    position: relative;
}
.contact-flex .cform #field_1_3:before {
    content: "+";
    display: block;
    position: absolute;
    font-size: 14px;
    letter-spacing: 0.1rem;
    right: 101px;
    top: 28px;
}
.contact-flex .cform textarea {
    border: none;
    background: #DBE5ED;
    padding: 26px 28px!important;
    text-align: left;
    font-size: 14px!important;
    letter-spacing: 0.1rem;
        height: 244px!important;
}
.contact-flex .cform .gform_footer #gform_submit_button_1{
    background: #070B0B;
    color: white;
    font-family: 'MontserratB';
    font-size: 12px!important;
    text-transform: uppercase;
    text-align: center;
    padding: 0 28px 0 0!important;
    max-width: 172px;
    height: 52px;
}
.contact-flex .cform .gform_footer {
        position: relative;
    margin: 32px auto -28px!important;
    max-width: 172px;
	padding:0!important;
}
.contact-flex .cform .gform_footer:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/arrowright@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 21px;
    right: 37px;
}
.contact-flex .cform #field_1_5 {
    display: none;
}
.contact-flex .cform fieldset label {
    display: none;
}
.sub-wrap {
    margin: 177px auto 137px;
    background: #F0E6DD;
    position: relative;
}
.sub-wrap .flex {
        max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sub-wrap .flex .friends {
        width: 250px;
    position: absolute;
    top: -122px;
    left: 6.5%;
    height: auto;
}
.sub-wrap .flex img {
    width: 49.5%;
    margin: 0;
    height: 100%;
}
.sub-wrap .flex .cform {
    width: 50%;
    text-align: center;
    padding: 40px 141px 0 174px;
}
.sub-wrap .flex .cform h3 {
    font-family: 'MontserratB';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.19rem;
    margin: 58px 0 43px
}
.sub-wrap .flex .cform p {
    text-align: center;
    font-size: 12px;
    line-height: 34px;
    margin: 0 0 35px;
    letter-spacing: 0.04rem;
}
.sub-wrap .flex .cform fieldset {
    border:none;
    margin:0;
    padding:0;
}
.sub-wrap .flex .cform label {
        font-family: 'Source Sans Pro';
    font-size: 13px!important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
	max-width:100%!important;
}
.sub-wrap .flex .cform input[type=checkbox] {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid black;
    border-radius: 50%;
    margin: 0 4px -1px 0;
}
.sub-wrap .flex .cform input[type=checkbox]:checked {
    background:black;
}
.sub-wrap .flex .cform #field_2_4 {
    display: none;
}
.sub-wrap .flex .cform #field_2_3 input, .sub-wrap .flex .cform input{
    border: 1px solid #070B0B;
    background: white;
    text-align: left;
    font-size: 13px;
    font-family: 'Montserrat';
    letter-spacing: 0.1rem;
    padding: 26px 24px;
    margin: 0 0 15px;
}
.sub-wrap .flex .cform #input_2_2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 61px;
}
.sub-wrap .flex .cform .ff__button img {
	width:20px;
	height:auto;
}
.sub-wrap .flex .cform #gform_submit_button_2, .sub-wrap .flex .cform .ff__button{
    background: #070B0B;
    color: white;
    font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
padding: 0 35px;
    max-width: 100%;
    height: 70px;
    letter-spacing: 0.1rem;
}
.sub-wrap .flex .cform .gform_footer {
    position: relative;
    padding: 0;
    margin: 0;
}
.sub-wrap .flex .cform .gform_footer:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/arrowright@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    right: 173px;
}
/* Daily Looks Styles
--------------------------------------------- */
.single-daily-looks .blue-wrap {
        margin: 263px auto 0;
}
.single-daily-looks .blue-wrap:after{
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    top: inherit;
    height: 840px;
}
.blue-in {
    position: relative;
    z-index: 9;
    max-width: 1380px;
    margin: 0 auto;
    padding-bottom: 173px;
}
.blue-in .hero-image {
        width: 539px;
    height: 692px;
    margin: -265px auto 0;
    display: block;
    border: 1px solid #010101;
}
.blue-in .pagi {
    border-bottom: 1px solid #010101;
    display: flex;
    justify-content: center;
    margin: 46px auto 0;
    padding: 0 0 37px;
    font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    position: relative;
}
.blue-in .pagi .nav-previous {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.09rem;
}
.blue-in .pagi .nav-previous img {
    width: 20px;
    margin: 0 13px 0 0;
}
.blue-in .pagi .nav-next img {
    width: 20px;
    margin: 0 0px 0 13px;
}
.blue-in .pagi .nav-next {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 0.09rem;
}
.outfit-deets {
    font-size: 16px;
    letter-spacing: 0.08rem;
    text-align: center;
    margin: 40px auto 60px;
}
.outfit-deets p {
    font-family: 'Source Sans Pro';
    font-size: 16px;
}
.dail-shop-area .stp-outer {
    background: white!important;
}
.single-daily-looks .the-footer .insta {
    display: none;
}
.dail-shop-area .slick-slide img {
        width: 217px;
    height: 288px;
    border: 1px solid #010101;
}
.dail-shop-area .slick-slide a {
    display: block;
    position: relative;
}
.dail-shop-area .slick-slide a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 230, 221, 0.6);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    max-width: 217px;
    margin: auto;
}
.dail-shop-area .slick-slide a:hover .overlay {
    opacity: 1;
}
.dail-shop-area .slick-slide a .overlay img {
    width: 20px;
    height: auto;
    margin: 0 0 0 3px;
    border: none;
    display: inline;
}
.dail-shop-area .slick-slide a .overlay span {
    font-size: 8px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.dail-shop-area .slick-prev {
    width: 20px;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 99;
}
.dail-shop-area .slick-next {
    width: 20px;
    position: absolute;
    right: 0;
    top: 102px;
    z-index: 99;
}
.slick-prev:hover, .slick-next:hover {
    cursor: pointer;
}
.dail-shop-area 
.slick-slider {
        max-width: 1186px;
    margin: 0 auto;
    padding: 0 90px;
}
/* Footer Widgets Styles
--------------------------------------------- */
.the-footer {
	overflow: hidden;
}
.the-footer .insta {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 10px);
    display: flex;
    justify-content: space-between;
}
.the-footer .insta #sb_instagram {
	    width: 75%;
}
.the-footer .insta .instablock {
    width: 20%;
    color: white;
    text-align: center;
    padding: 4px 0 8px;
}
.the-footer .insta .instablock .ins{
    background: black;
    color: white;
    text-align: center;
    height: 100%;
}
.the-footer .insta .instablock span {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Louis George Cafe Bold';
    font-weight: 500;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid white;
    margin: 0 auto 30px;
    padding: 69px 0 3px;
    max-width: 112px;
    display: block;
    text-align: center;
    line-height: 1.8;
}
.the-footer .insta .instablock a {
    color: white;
    text-align: center;
    display: block;
}
.the-footer .insta .instablock i {
	    font-size: 25px;
    display: block;
    margin: 25px auto 0;
}
.the-footer .footer-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 59px auto;
    padding: 0 0 0 0px;
}
.the-footer .footer-flex .left img {
	    width: 168px;
	    margin: 0 auto 30px;
}
.the-footer .footer-flex .left .social ul {
    display: flex;
    justify-content: center;
    font-size: 15px;
}
.the-footer .footer-flex .left .social ul li {
    margin: 0 15px;
    font-size: 12px;
}
.the-footer .footer-flex .left {
    width: 28%;
    text-align: center;
}
.the-footer .footer-flex .right {
    width: 48.5%;
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0 0;
}
.the-footer .footer-flex .right ul li a {
        font-family: 'Montserrat';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
    font-weight: 500;
    transition: all 0.5s;
}
.the-footer .footer-flex .right ul li {
    margin-bottom: 20px;
}
.the-footer .footer-flex .right ul li:nth-child(1)  {
    margin-bottom: 31px;
}
.the-footer .footer-flex .right ul li:nth-child(1) a {
font-family: 'MontserratB';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    font-weight: 500;
}
.creds {
	    background: #DBE5ED;
    padding: 30px 0 28px;
    text-align: center;
    margin: auto;
    font-size: 10px;
    letter-spacing: 0.1rem;
}
.creds span {
        margin: 0 5px;
}
.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.error404 .entry-content, .error404 aside {
	display: none;
}
.error404 h1.entry-title {
	    font-size: 46px;
    text-transform: uppercase;
    text-align: center;
    margin: 150px auto 200px;
}
#site-general-content {
	    width: 95%;
    margin: 0 auto 50px;
    max-width: 1400px;
}
#site-general-content p {
        font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.02rem;
}
#site-general-content h4 {
    font-family: 'MontserratB';
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.05rem;
}
#site-general-content ol, #site-general-content ul {
        font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.02rem;
}
 #site-general-content ul li {
list-style-type: disc;
margin-bottom:30px;
list-style-position: inside;
 }
  #site-general-content ol li{
    list-style-type: decimal;
    margin-bottom: 30px;
    list-style-position: inside;
 }
#site-general-content h1.page-title {
	    font-size: 46px;
    text-align: center;
    margin: 50px auto;
}

#site-general-content p a {
    text-decoration: underline;
}
/* Form Styles
------------------------------------------------------------ */

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

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

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

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

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

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

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

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

.gfield_label, .gfield_required {
    display: none;
}

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

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

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

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

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

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

.inner-general {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;
}

#site-general-content h1.entry-title {
    display: none;
}

.gallery {
    padding: 0 35px 25px;
    display: table;
}

.gallery .gallery-item {
    float: left;
    padding: 15px !important;
}

.full-post .gallery a {
    border-bottom: 0;
}

.full-post figure.wp-block-gallery {
    padding: 0px 35px;
}

.full-post li.blocks-gallery-item figure {
    padding: 0 15px !important;
}

ul.blocks-gallery-grid {
    padding: 0 !important;
}

.hero-img.mobile-only, .mobile-only {
    display: none;
}

/* Responsive Styles
--------------------------------------------- */

@media all and (max-width:1500px) {
    .latest-wrap:after{
    background-position: 0 -120px;  

    }
}

@media all and (max-width:1450px) {
    .blog-topper, .blue-in, .shop-header .flex, .shop-results, .recipe-list, .arch-topper, .home-shop .flex, .the-header .flex, .home-latest .flex, .readerfaves, .pop-wrap .inner, .titleflex, ul.list-flexed, .home-daily {
        max-width: 1320px;
    }
    .single-post .nav-previous {
    background: #F0E6DD;
    width: 355px;
    position: fixed;
    left: 10px;
    z-index: 9;
    bottom: 15px;
    border: 1px solid #070B0B;
    height: 220px;
    }
    .single-post .nav-previous .readme {
        padding: 0px 175px 0 128px;
    }
    .single-post .nav-next {
    background: #F0E6DD;
    width: 355px;
    position: fixed;
    right: 10px;
    z-index: 9;
    bottom: 15px;
    border: 1px solid #070B0B;
    height: 220px;
    }
    .single-post .nav-previous .readme img {
    width: 15px;
    height: auto;
    top: 3px;
    left: -134px;
    }
    .recipe-list .left {
        width: 330px;
    }
    .archive-wrap article, .alm-listing .alm-reveal article {
        margin: 0 10px 50px;
    }
    .home-shop .flex .left {
        width:678px;
    }
    .home-shop .flex .left .imgone {
        left:60px;
    }
    .home-shop .flex .left .tape {
        left:26px;
    }
    .home-daily .slick-prev {
            left: -43px;
    }
    .home-daily {
        padding: 83px 70px 94px;
    }
    .home-latest .flex .left {
            width: 883px;
    }
    .home-latest .flex .left .hero-img {
        width:440px;
    }
    .readerfaves {
        padding: 72px 70px 55px;
    }
    .sub-wrap .flex .cform .gform_footer:before {
    right: 152px;
    }
}

@media all and (max-width:1345px) {
    .home-about .inner, .blog-topper, .blue-in, .shop-header .flex, .shop-results, .recipe-list, .arch-topper, .home-shop .flex, .the-header .flex, .home-latest .flex, .readerfaves, .pop-wrap .inner, .titleflex, ul.list-flexed, .home-daily {
        max-width: 1200px;
    }
	ul.list-flexed li a, .recipe-list .search-filter-results .single-posty a {
		height:432px;
	}
    .home-latest .flex .left {
        width: 760px;
    }
    .home-latest .flex .left .txt {
        width:365px;
        padding: 40px 20px;
    }
    .home-latest .flex .left .hero-img {
        width: 376px;
    }
    .results-flex .clicked-1 ul li, .results-flex .clicked-2 ul li, .results-flex .clicked-3 ul li {
        width:600px;
    }
    .pop-wrap .inner h3 {
        padding-top:0;
    }
    ul.list-flexed li {
        width:290px;
    }
    .home-daily .slick-slide .image-wrap img {
        width:255px;
    }
    .home-shop .flex .right {
    width: 463px;
    padding-right: 15px;
    }
    .home-shop .flex .left {
        width: 655px;
    }
    .about-text:before {
    content: "";
    display: block;
    width: 142px;
    height: 468px;
    position: absolute;
    left: -142px;
    background: white;
    top: 127px;
    }
    .about-text:after {
    content: "";
    display: block;
    width: 142px;
    height: 566px;
    position: absolute;
    right: -142px;
    background: white;
    top: -48px;
    }
    .about-text {
        padding: 108px 316px 0 239px;
    }
    .intro-wrap .flex .quote {
    position: absolute;
    left: -43px;
    bottom: 88px;
    width: 434px;
    z-index: 1;
    }
    .sub-wrap .flex .cform {
    width: 50%;
    text-align: center;
    padding: 40px 5% 0 5%;
    }
    #gform_2 {
        max-width: 400px;
        margin: 0 auto;
    }
    .shop-header .flex .right {
    width: 56%;
    padding: 83px 20px 0 45px;
    }
    .shop-header .flex .right .slick-next {
            right: -27px;
    }
    .shop-results .results-lower {
    padding: 30px 15px;
    }
    .recipe-list .recipe-results {
        max-width: 69.5%;
    }
    .recipe-list .search-filter-results .single-posty {
    width: 263px;
    text-align: center;
    margin-bottom: 58px;
    }
    .recipe-list .search-filter-results .single-posty img {
        height:375px;
    }
    .archive-wrap article, .alm-listing .alm-reveal article {
        width:23%;
    }
    .archive-wrap article img, .alm-listing .alm-reveal article img {
        height:415px;
    }
    .topper-flex {
        max-width: 860px;
    }
    .topper-flex .left {
        width: 49%;
    }
    .topper-flex .right {
        width:49%;
    }
    .single-post .nav-previous {
        width:300px;
    }
    .single-post .nav-next {
        width:300px;
    }
    .single-post .nav-next .post-title {
            padding: 26px 10px 0 175px;
    }
    .single-post .nav-previous .post-title {
            padding: 22px 175px 0 8px;
    }
    .single-post .nav-previous .readme {
        padding: 0px 175px 0 68px;
    }
    .single-post .nav-previous .readme img {
        left: -187px;
    }
}

@media all and (max-width:1240px) {
    .post-comments, .ymal .titleflex, .intro-wrap .flex, .current-look .inner, .funfacts .flex, .contact-intro, .contact-flex, .sub-wrap .flex, .the-footer .footer-flex, .home-shop .titleflex, .home-about .inner, .blog-topper, .blue-in, .shop-header .flex, .shop-results, .recipe-list, .arch-topper, .home-shop .flex, .the-header .flex, .home-latest .flex, .readerfaves, .pop-wrap .inner, .titleflex, ul.list-flexed, .home-daily {
        max-width: 1000px;
    }
	ul.list-flexed li a, .recipe-list .search-filter-results .single-posty a {
    height: auto;
		}
    .the-footer .footer-flex .right {
            width: 61.5%;
    }
    .home-shop .flex .left .imgone {
        left: 0;
    }
    .funfacts .flex .right {
    width: 376px;
    margin: 52px 0 0 0;
    }
    .contact-flex img {
    width: 48%;
    margin: 0;
    height: auto;
    }
    .contact-flex .cform fieldset, .contact-flex .cform .gfield {
    border: none;
    margin: 0 0 18px;
    padding: 0 31px;
    }
    .contact-flex .cform textarea {
        height:237px;
    }
    .sub-wrap .flex .cform {
    width: 50%;
    text-align: center;
    padding: 40px 30px 30px 0;
    }
    .sub-wrap .flex img {
    width: 49.5%;
    margin: 0;
    height: auto;
    }
    .home-shop .flex .left .tape {
        left: -27px;
    }
    .home-shop .flex .left {
        width: 555px;
    }
    .home-shop .flex .right {
        width: 431px;
        padding-right: 0;
    }
    .home-about .inner .aimgone {
    width: 255px;
    height: 370px;
    left: -10px;
    position: absolute;
    top: 97px;
    z-index: 1;
    }
    .home-about .inner .aimgtwo {
    width: 318px;
    height: 472px;
    right: 0;
    position: absolute;
    top: -81px;
    }
    .about-text {
        padding: 108px 289px 0 216px;
    }
    .about-text:before {
    content: "";
    display: block;
    width: 74px;
    height: 357px;
    position: absolute;
    left: -74px;
    background: white;
    top: 127px;
    }
    .about-text:after {
    content: "";
    display: block;
    width: 67px;
    height: 458px;
    position: absolute;
    right: -67px;
    background: white;
    top: -48px;
    }
    .the-header .flex .right .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
        margin-left: 17px;
    }
    .the-header .flex .left, .the-header .flex .right {
        width: 42%;
    }
    .the-header .flex .right .social ul {
        margin-left: 15px;
    }
    .the-header .flex .right .social ul:before {
        left:2px;
    }
    .home-latest .flex .right {
        width: 335px;
    }
    .home-latest .flex .left {
        width: 65%;
    }
    .home-latest .flex .right .hero-img {
        width: 140px;
        height: 100%;
    }
    .home-latest .flex .right .whiteblock {
        width: 193px;
    }
    .home-latest .flex .left .hero-img {
        width: 49%;
    }
    .home-latest .flex .left .txt {
        width: 50%;
        padding: 40px 20px;
    }
    .results-flex .clickedon-1, .results-flex .clickedon-2, .results-flex .clickedon-3 {
        width: 330px;
    }
    .results-flex .clicked-1 ul li, .results-flex .clicked-2 ul li, .results-flex .clicked-3 ul li {
        width: 495px;
    }
    ul.list-flexed li {
        width: 24%;
    }
    ul.list-flexed li img {
        height:345px;
    }
    .the-footer .insta .instablock span {
            padding: 47px 0 3px;
    }
    .recipe-list .recipe-results {
        max-width: 57.5%;
    }
    .topper-flex {
        max-width: 680px;
    }
    .topper-flex .right {
    width: 49%;
    height: 490px;
    padding: 16px 20px;
    }
    .blog-topper .hero-image {
        height:490px;
    }
    .blog-topper .navleft {
        top:225px;
    }
    .blog-topper .navright {
        top:225px;
    }
    .blog-topper .in h1.title {
        margin: 0 0 5px;
    }
    .blog-topper .in .post-category {
            margin: 0 0 13px;
    }
    .topper-flex .right .wprm-jump-to-recipe-shortcode {
        bottom:30px;
    }
    .full-post {
    max-width: 90%;
    margin: 0 auto;
    background: white;
    padding: 20px;
    }
    .recipe-header .recipe-right {
    text-align: center;
    border: 1px solid #010101;
    position: relative;
    width: 58%;
    padding: 65px 11px 0;
    }
    .recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container .wprm-block-text-bold {
        font-size:13px;
    }
    .recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container .wprm-block-text-normal {
        font-size:10px;
    }
}

@media all and (max-width:1040px) {
    .post-comments, .ymal .titleflex, .intro-wrap .flex, .current-look .inner, .funfacts .flex, .contact-intro, .contact-flex, .sub-wrap .flex, .the-footer .footer-flex, .home-shop .titleflex, .home-about .inner, .blog-topper, .blue-in, .shop-header .flex, .shop-results, .recipe-list, .arch-topper, .home-shop .flex, .home-latest .flex, .readerfaves, .pop-wrap .inner, .titleflex, ul.list-flexed, .home-daily {
        max-width: 750px;
    }
    .the-header .flex {
        max-width: 95%;
    }
    .the-header.fixme {
        background: white;
    }
    .the-header.fixme .flex .center .scrolled-logo {
       display: block;
        color: black;
        margin: 0 auto;
    }
    .the-header .flex .center .scrolled-logo {
        border-bottom: 2px solid black;
    }
    .the-header.fixme .flex .right .social ul li i {
        color: black;
    }
    .the-header .flex .right {
        width: 200px;
    }
    .the-header .flex .right .social ul:before {
        display: none;
    }
    .the-header .flex .left {
        display: none;
    }
    #ubermenu-main-1331 {
        display: none!important;
    }
    .the-header .flex .center {
        width: 198px;
        text-align: center;
        background: white;
        position: absolute;
        left: 0;
        right: 0;
        margin: 20px auto 0;
    }
    .form-hidden .inner {
        width: 700px;
        background: white;
        position: absolute;
        padding: 40px 18px;
        left: 0;
        right: 0;
        top: 150px;
        margin: auto;
        height: 162px;
        border: 3px solid #DBE5ED;
    }
	#responsive-menu-pro-container #responsive-menu-pro-title {
		padding-bottom: 5px!important;
    	margin-bottom: 30px!important;
	}
	#responsive-menu-pro-container #responsive-menu-pro-additional-content {
    border-top: 1px solid #6b6b6b;
    margin-top: 10px;
	}
	.menu2 {
    border-bottom: 1px solid #6b6b6b;
    display: flex;
    justify-content: center;
    font-size: 10px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    padding: 20px 0!important;
    letter-spacing: 0.08rem;
    margin-bottom: 60px!important;
	}
	.menu2 li {
    	margin: 0 10px!important;
	}
	.menu2 li {
		margin: 0 10px;
	}
	.menu-cred {
		    text-align: center;
    font-family: 'Montserrat';
    font-size: 10px;
    letter-spacing: 0.05rem;
	}
    #responsive-menu-pro-container #responsive-menu-pro-additional-content {
        padding:25px 0!important;
    }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .menu-shop {
        display: block;
        border-bottom: 1px solid #6b6b6b;
        text-align: center;
        font-family: 'MontserratB';
        font-size: 13px;
        letter-spacing: 0.1rem;
        padding: 0 0 25px;
    }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .menus-social {
        border-bottom: 1px solid #6b6b6b;
        display: flex;
        justify-content: center;
        padding: 25px 0;
        font-size: 17px;
    }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .menus-social li {
        margin: 0 10px;
    }
    #responsive-menu-pro-container #responsive-menu-pro-search-box {
    padding: 0px 1.5% 10px!important;
    font-family: 'MontserratB';
    letter-spacing: 0.1rem;
    }
    #responsive-menu-pro-container .responsive-menu-pro-search-box {
        letter-spacing: 0.1rem;
    }
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    font-size: 12px;
    font-family: 'MontserratB';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    }
    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    font-size: 10px;
    text-align: left;
    font-family: 'Montserrat'!important;
    padding-left: 6%!important;
    }
    .the-header .flex {
        justify-content: flex-end;
    }
    .home-latest .flex {
        display: block;
    }
    .home-latest .flex .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-latest .flex .right {
        width: 100%;
    }
    .home-latest .flex .right .hero-img {
    width: 190px;
    height: 100%;
    }
    .home-latest .flex .right .hero-img img {
        width:190px;
    }
    .home-latest .flex .right .whiteblock {
        width: 75%;
    }
    .readerfaves .titlearea {
        display: block;
        text-align: center;
    }
    .titlearea ul {
        justify-content: center;
    }
    .titlearea ul li {
            margin: 30px 14px 0;
    }
    .results-flex {
        margin: 55px 0 0;
    display: block;
    }
    .results-flex .clicked-1 ul li, .results-flex .clicked-2 ul li, .results-flex .clicked-3 ul li {
    width: 100%;
    margin-bottom: 30px;
    }
    .results-flex .clickedon-1, .results-flex .clickedon-2, .results-flex .clickedon-3 {
    width: 100%;
    }
    ul.list-flexed li {
    width: 48%;
    margin-bottom: 40px;
    }
    ul.list-flexed li img {
        height: 445px;
    }
    .allbutton button {
            margin: 10px auto 0;
    }
    .home-shop .flex {
        display: block;
    }
    .home-shop .flex .left {
        width: 632px;
        margin: 0 auto 40px;
    }
    .home-shop .flex .right {
    width: 431px;
    padding-right: 0;
    margin: 0 auto;
    }
    .home-about .inner {
        display: block;
        position: relative;
    }
    .home-about .inner .aimgone {
    width: 355px;
    height: 465px;
    left: inherit;
    position: relative;
    top: inherit;
    z-index: 1;
       margin: -108px auto -72px;
    display: block;
    }
    .home-about .inner:after {
    content: "";
    display: block;
    width: 355px;
    height: 465px;
    position: absolute;
    background: white;
    bottom: -98px;
    left: 173px;
    }
    .home-about .inner:before {
    content: "";
    display: block;
    width: 375px;
    height: 472px;
    position: absolute;
    background: white;
    top: -176px;
    left: 212px;
    }
    .fixed-site-nav {
        z-index: 1;
    }
    .the-footer .insta .instablock span {
        padding: 29px 0 3px;
    }
    .the-footer .footer-flex .left {
        width:23%;
    }
    .the-footer .footer-flex .right {
        width: 68.5%;
    }
    .intro-wrap .flex {
        display: block;
    }
    .intro-wrap .flex .left {
        margin: 0 auto;
    }
    .intro-wrap .flex .right {
        margin: 125px auto 0;
    }
    .current-look .inner .shop-flex .righty {
        width:48%;
    }
    .funfacts .flex {
        display: block;
    }
    .funfacts .flex .left {
    width: 500px;
    margin: 0 auto;
    }
    .funfacts .flex .left:before {
    content: "";
    display: block;
    width: 491px;
    height: 665px;
    background: white;
    position: absolute;
    top: 110px;
    left: 96px;
    }
    .funfacts .flex .right {
        width: 500px;
        margin: 90px auto 0;
    }
    .contact-intro p {
        max-width: 68%;
    }
    .sub-wrap .flex .cform {
    width: 50%;
    text-align: center;
    padding: 40px 15px 30px 0;
    }
    .sub-wrap .flex .cform .gform_footer:before {
        right: 130px;
    }
    .intro-wrap .flex .quote {
    position: absolute;
    left: 0;
    top: 548px;
    width: 434px;
    z-index: 1;
    bottom: inherit;
    opacity: 1!important;
    }
    .home-shop {
            padding: 250px 0 37px;
    }
    .about-text {
    padding: 120px 50px 100px;
    max-width: 100%;
    margin: 0;
    }
    .about-text .friends {
    width: 303px;
    position: absolute;
    top: -183px;
    left: 0;
    z-index: 1;
    right: 0;
    }
    .about-text h2 {
        text-align: center;
    }
    .about-text h5 {
    text-align: center;
    margin: 65px 0 0;
    }
    .about-text:after, .about-text:before {
        display: none;
    }
    .home-about .inner .aimgtwo {
        width: 375px;
        height: 472px;
        position: relative;
        top: inherit;
        margin: -203px auto 179px!important;
        opacity: 1;
        display: block;
        right: 0;
        left: 0;
        transform: translate3d(0px,0,0);
    }
    .home-about .tape2 {
    width: 217px;
    height: auto;
    position: absolute;
    top: -239px;
    right: 125px;
    z-index: 1;
    }
    .home-about .inner {
    display: flex;
    flex-direction: column-reverse;
    }
    .home-latest .flex .left .hero-img {
        height:510px;
    }
    .home-latest .flex .left .txt {
        height:510px;
    }
    .archive-wrap, .alm-listing .alm-reveal {
        max-width: 700px;
    }
    .archive-wrap article, .alm-listing .alm-reveal article {
        width: 47%;
    }
    .recipe-list {
        display: block;
    }   
    .recipe-list .left {
    width: 330px;
    margin: 0 auto 30px;
    }
    .recipe-list .recipe-results {
    max-width: 100%;
    width: 586px;
    margin: 0 auto;
    }
    .arch-topper ul li {
    width: 111px;
    margin: 34px 24px 55px;
    }
    .topper-flex {
    max-width: 100%;
    }
    .blog-topper .navleft {
    top: inherit;
    bottom: -40px;
    }
    .blog-topper .navright {
    top: inherit;
    bottom: -40px;
    }
    .full-post {
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    }
    .single-post .nav-previous, .single-post .nav-next {
        position: relative;
    }
    .recipe-header {
        display: block;
    }
    .recipe-header .recipe-right {
    text-align: center;
    border: 1px solid #010101;
    position: relative;
    width: 100%;
    padding: 65px 11px 40px;
    margin: 30px auto 0;
    }
    .nav-links {
        max-width: 700px;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
    }
    .single-post .nav-next {
        width: 335px;
    }
    .single-post .nav-previous {
        width: 325px;
    }
    .comments-form #commentform {
        position: relative;
        padding-left: 252px;
    }
    .yarpp .archive-wrap article {
            width: 30%;
    }
     .yarpp .archive-wrap article img {
            height: 277px;
    }
}

@media all and (max-width:780px) {
	
		.gallery {
    padding: 0 !important;
    display: block !important;
}
	
	.gallery .gallery-item {
    width: 100% !important;
    padding: 0 0 35px !important;
    float: none !important;
}
    .post-comments, .ymal .titleflex, .intro-wrap .flex, .current-look .inner, .funfacts .flex, .contact-intro, .contact-flex, .sub-wrap .flex, .the-footer .footer-flex, .home-shop .titleflex, .home-about .inner, .blog-topper, .blue-in, .shop-header .flex, .shop-results, .recipe-list, .arch-topper, .home-shop .flex, .home-latest .flex, .readerfaves, .pop-wrap .inner, .titleflex, ul.list-flexed, .home-daily {
        max-width: 500px;
    }
    .home-latest .flex .left .hero-img {
    height: 560px;
    width: 100%;
    margin-bottom: 10px;
    }
    .home-latest .flex .left .txt {
    height: 510px;
    width: 100%;
    }
    .home-latest .flex .right .whiteblock {
    width: 62%;
    }
    .results-flex .clicked-1 ul li, .results-flex .clicked-2 ul li, .results-flex .clicked-3 ul li {
        display: block;
    }
    .results-flex .clicked-1 ul li img, .results-flex .clicked-2 ul li img, .results-flex .clicked-3 ul li img {
    width: 100%;
    height: 430px;
    }
    .results-flex .clicked-1 ul li .green, .results-flex .clicked-2 ul li .green, .results-flex .clicked-3 ul li .green {
    width: 100%;
    background: #AFB371;
    padding: 10px;
    height: 375px;
    display: table;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    }
    .pop-wrap {
    background: #DBE5ED;
    margin: 35px auto 0;
    padding: 1px 0 50px;
    }
    .pop-wrap .inner {
            margin: 42px auto 17px;
    }
    .titleflex {
        display: block;
        text-align: center;
    }
    .titleflex .left {
    font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.2rem;
    margin: 0 0 40px;
    position: relative;
    padding: 0;
    }
    .titleflex ul {
        justify-content: center;
    }
    .titleflex ul li {
        margin:0;
    }
    ul.list-flexed li img {
    height: 300px;
    }
    .latest-wrap {
        padding: 40px 0 72px;
    }
    .home-shop .flex .left {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    }
    .home-shop .flex {
        margin: -54px auto 0;
    }
    .home-shop .flex .left .imgone {
    left: 0;
    width: 220px;
    height: 284px;
    }
    .home-shop .flex .left .imgtwo {
    width: 365px;
    height: 492px;
    border: 11px solid white;
    }
    .home-shop .flex .left .ll-logo {
    width: 124px;
    position: absolute;
    right: -30px;
    bottom: -60px;
    }
    .home-about .tape2 {
    width: 217px;
    height: auto;
    position: absolute;
    top: -239px;
    right: -5px;
    z-index: 1;
    }
    .home-about .inner:before {
        left:89px;
    }
    .home-about:before {
            background-position: 0 -134px;
    }
    .about-text {
    padding: 64px 24px 100px;
    max-width: 100%;
    margin: 0;
    }
    .home-about .inner:after {
        left:99px;
    }
    .readerfaves {
    margin: -175px auto 39px;
    padding: 72px 70px 10px;
    }
    .titlearea ul li {
    margin: 30px 19px 0;
    padding: 0;
    }
    .home-latest .flex .left {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column-reverse;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(5), #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(4) {
        display: none;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 33.3%;
    }
    .current-look .inner .shop-flex .lefty {
        margin: 0 auto;
    }
    .current-look .inner .shop-flex .lefty img {
        display: block;
    }
    .current-look .inner .shop-flex .righty {
        width: 100%;
    }
    .funfacts .flex .left {
    width: 450px;
    margin: 0 auto;
    }
    .funfacts .flex .left .main {
    width: 491px;
    height: 589px;
    margin: 1px 0 0 10px;
    position: relative;
    }
    .funfacts .flex .left:before {
    content: "";
    display: block;
    width: 435px;
    height: 562px;
    background: white;
    position: absolute;
    top: 110px;
    left: 0;
    }
    .funfacts .flex .right {
    width: 80%;
    margin: 90px auto 0;
    }
    .contact-intro img.icon {
        top:-70px;
    }
    .contact-intro img.arrow {
        right:50px;
    }
    .contact-flex {
        flex-direction: column-reverse;
    }
    .contact-flex .cform {
    width: 100%;
    text-align: center;
    }
    .contact-flex img {
        width:100%;
    }
    .sub-wrap .flex {
        display: block;
    }
    .sub-wrap .flex .cform {
    width: 100%;
    text-align: center;
    padding: 40px 0 40px;
    }
    .sub-wrap .flex img {
        width:100%;
    }
    .recipe-list .recipe-results {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    }
    .recipe-list .search-filter-results .single-posty {
    width: 48%;
    text-align: center;
    margin-bottom: 58px;
    }
    .recipe-list .search-filter-results .single-posty img {
    height: 325px;
    }
    .topper-flex {
    max-width: 100%;
    display: block;
    }
    .topper-flex .left {
    width: 100%;
    }
    .blog-topper .in h1.title {
    margin: 22px 0 27px;
    }
    .full-post .wp-block-group .wp-block-group__inner-container .archive-wrap article {
    width: auto;
    margin: 0;
    text-align: left;
    display: flex;
    width: 58%;
    padding: 0px 0 33px;
    }
    .recipe-right .wprm-recipe-meta-container {
        display: block;
    }
    .recipe-right .wprm-recipe-meta-container .wprm-recipe-block-container:nth-child(2) {
    border-right: none;
    border-left: none;
    }
    .full-post .wprm-recipe-container .white-flex .flex {
        display: block;
    }
    .full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-ingredients-container {
    width: 100%;
    }
    .full-post .wprm-recipe-container .white-flex .flex .wprm-recipe-instructions-container {
    width: 100%;
    margin-top: 50px;
    }
    .full-post .wprm-recipe-container .dym img {
    width: 27px;
    border: none;
    position: absolute;
    left: 21px;
    top: 13px;
    bottom: inherit;
    margin: auto;
    }
    .comments-form #commentform {
    position: relative;
    padding-left: 0;
    }
    .comments-form .comment-form-wprm-rating {
    position: relative;
    left: inherit;
    background: inherit;
    top: inherit;
    bottom: inherit;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto;
    }
    .archive-wrap, .alm-listing .alm-reveal {
    max-width: 500px;
    }
    .yarpp .archive-wrap article {
    width: 28%;
    margin: 0 6px;
    }
    .yarpp .archive-wrap article img {
    height: 220px;
    }
    .beige {
    background: white;
    padding: 0;
    margin: 0 auto;
    }
    .topper-flex .right {
    width: 100%;
    height: auto;
    padding: 50px 50px 100px;
    }
    .the-footer .insta .instablock {
        width:35%;
    }
    .the-footer .footer-flex {
        display: block;
    }
    .the-footer .footer-flex .left {
    width: 35%;
    margin: 0 auto 50px;
    }
    .the-footer .footer-flex .right {
    width: 100%;
    }
    .current-look .inner .shop-flex {
        margin-top: 50px;
    display: block;
    }
    .form-hidden .inner {
    width: 93%;
    background: white;
    position: absolute;
    padding: 34px 10px;
    left: 0;
    right: 0;
    top: 87px;
    margin: auto;
    height: 144px;
    border: 3px solid #DBE5ED;
    }
	
.full-post li.blocks-gallery-item figure {
    padding: 0 !important;
}
	
	.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin: 30px auto;
}
	
	.full-post figure.wp-block-gallery {
    padding: 0 50px;
}
	
	ul.blocks-gallery-grid {
    margin-bottom: 0;
}
.results-flex .clicked-1 ul li a.posi, .results-flex .clicked-2 ul li a.posi, .results-flex .clicked-3 ul li a.posi {
    width: auto;}

}

@media all and (max-width: 575px) {
    .the-header .flex .right .social ul li {
        margin-left: 20px;
    }
	.full-post figure {
padding:0;}
	.archive-wrap article h2, .alm-listing .alm-reveal article h2 {
		margin: 19px 0 6px;
	}
	.b2t2 {
    display: block;
    color: black;
    right: -100px;
    top: 58px;
	}
	.footer-flex {
		position:relative;
	}
    button#responsive-menu-pro-button  {
        top: -4px!important;
        left: 1%!important;
    }
	ul.list-flexed li a, .recipe-list .search-filter-results .single-posty a {
    height: 325px;
}
	.recipe-list .search-filter-results .single-posty h5 {
		margin: 25px 0 0;
	}
    .the-header .flex .center img {
    width: 75px;
    margin-top: 21px;
    }
    .the-header.fixme {
    background: white;
    border-bottom: none;
    }
    .the-header.fixme .flex .center {
    width: auto;
    }
    .the-header .flex .center {
        width:126px;
    }
    .home-shop .flex .left .ll-logo {
        right:24px;
    }
    .home-shop .flex .left {
            margin: 0 auto 75px;
    }
    .the-header .flex {
    justify-content: flex-end;
    max-width: 100%;
    padding: 0 2%;
    }
    .the-header.fixme .flex {
        border-bottom: 1px solid #bfbfbf;
    }
    .the-header .flex .center .scrolled-logo {
            padding: 43px 0 5px;
    }
    .the-header .flex .right .social ul li:after {
        bottom:-16px;
    }
    .the-header .flex .right {
        width: auto;
        margin-top: 19px;
        margin-bottom: 12px;
    }
    .shop-results .menu-shop-container ul {
        flex-wrap: wrap;
    }
    .shop-results .menu-shop-container ul li {
        margin: 0px 10px 16px;
    }
    .shop-results .menu-shop-container ul li.current-menu-item:after {
        display: none;
    }
    .shop-results ul.list-flexed {
            margin: 20px auto 0;
    }
    .shop-results ul.list-flexed{
            margin: 0 33px 80px;
    }
	
	ul.list-flexed li a, .recipe-list .search-filter-results .single-posty a {
    height: auto;
}
	
	ul.list-flexed li img {
    height: 245px;
    margin-bottom: 0;
}
	
	.home-latest .flex .right .whiteblock h3 {
    padding: 19px 10px 19px 15px;
}
}

@media all and (max-width:510px) {
			.hero-img.desktop-only, .desktop-only {
    display: none;
}
	
.hero-img.mobile-only, .mobile-only {
    display: block;
}
	
    .post-comments, .ymal .titleflex, .intro-wrap .flex, .current-look .inner, .funfacts .flex, .contact-intro, .contact-flex, .sub-wrap .flex, .the-footer .footer-flex, .home-shop .titleflex, .home-about .inner, .blog-topper, .beige, .blue-in, .shop-header .flex, .shop-results, .recipe-list, .arch-topper, .home-shop .flex, .home-latest .flex, .readerfaves, .pop-wrap .inner, .titleflex, ul.list-flexed, .home-daily {
        max-width: 90%;
    }
    .home-latest {
        background: #F0E6DD;
        padding: 37px 0 566px;
    }
    .home-latest .flex .left .txt {
    height: auto;
    width: 100%;
    padding: 40px 20px;
    }
    .home-latest .flex .right .hero-img, .home-latest .flex .right .hero-img img {
        width: 155px;
    }
    .home-latest .flex .right .whiteblock {
        width: 64.5%;
    }
    .titlearea h2 {
        line-height: 1.5;
    }
    .readerfaves {
        margin: -175px auto 39px;
        padding: 50px 26px 1px;
    }
    .titlearea ul li {
    margin: 30px 12px 0;
    padding: 0;
    }
    .results-flex .clicked-1 ul li img, .results-flex .clicked-2 ul li img, .results-flex .clicked-3 ul li img {
    width: 100%;
    height: 485px;
    margin-bottom: 10px;
    }
    .pop-wrap .inner .pad {
        padding: 81px 67px 46px 80px;
    }
    .pop-wrap .inner .slick-prev img {
        left:-55px;
    }
    .pop-wrap .inner .slick-next img {
        right: -46px;
    }
    .titleflex .left {
            text-align: left;
    padding: 0 0 0 61px;
    }
    .titleflex {
            margin: 0 auto 55px;
    }
    .latest-wrap {
        padding: 40px 0 195px;
    }
    .latest-wrap:after {
    background-position: 0 0px;
    bottom: -344px;
    }
    .home-daily .want {
        right:0;
        left:0;
    }
    .home-daily .titleflex {
            display: block;
    text-align: center;
    margin: 0 auto 45px;
    }
    .home-daily .titleflex h2, .home-shop .titleflex h2 {
    margin: 0 0 26px;
    font-family: 'MontserratB';
    font-size: 18px;
    letter-spacing: 0.2rem;
    padding: 0;
    }
    .home-daily {
        padding: 83px 58px 50px;
    }
    .home-shop .titleflex {
        display: block;
        text-align: center;
    }
    .home-daily .titleflex a img, .home-shop .titleflex a img {
        display: none;
    }
    .home-daily .titleflex a, .home-shop .titleflex a {
    font-family: 'MontserratB';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 4px 0 3px;
    border-bottom: 3px solid black;
    }   
    .home-shop .flex .left .imgone {
    left: 0;
    width: 220px;
    height: 284px;
    top: 0;
    }
    .home-shop .flex .left .tape {
    left: -27px;
    top: -22px;
    width: 144px;
    }
    .home-shop .flex .left {
    margin: 0 auto 75px;
    display: flex;
    justify-content: flex-end;
    max-width: 86%;
    }
    .home-shop .flex .left .imgtwo {
    width: 80%;
    height: 421px;
    border: 11px solid white;
    margin-top: 163px;
    display: block;
    }
    .home-shop .flex .left .ll-logo {
    right: 0;
    }
    .home-shop .flex .right {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    }
    .home-shop .flex .right ul li {
    width: 47%;
    height: 275px;
    border: 7px solid white;
    margin: 0 0px 28px;
    background: white;
    }
    .home-about .inner .aimgtwo {
            width: 300px;
    height: 394px;
    }
    .home-about .tape2 {
    width: 180px;
    height: auto;
    position: absolute;
    top: -239px;
    right: 16px;
    z-index: 1;
    }
    .home-about .inner:before {
    left: inherit;
    width: 300px;
    right: 38px;
    height: 389px;
    }
    .home-about:before {
    background-position: 0 -14px;
    }
    .about-text .friends {
    width: 279px;
    position: absolute;
    top: -163px;
    left: 0;
    z-index: 1;
    right: 0;
    }
    .home-about .inner .aimgone {
    width: 300px;
    height: 395px;
    left: inherit;
    position: relative;
    top: inherit;
    z-index: 1;
    margin: -108px auto 60px;
    display: block;
    }
    .home-about .inner:after {
    left: 10%;
    width: 266px;
    height: 370px;
    bottom: 37px;
    }
    .home-about {
            padding: 1px 0 100px;
    }
    .fixed-site-nav {
        bottom:90px;
    }
    .the-footer {
    overflow: visible;
    }
    .the-footer .insta {
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    display: block;
    margin: -44px auto 0;
    position: relative;
    z-index: 9;
    }
    .the-footer .insta .instablock {
    width: 100%;
    height: 200px;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(3), #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(2) {
        display: none;
    }
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width:100%;
    }
    .the-footer .insta .instablock span {
    padding: 36px 0 3px;
    }
    .the-footer .footer-flex .right {
    width: 100%;
    display: block;
    text-align: center;
    }
    .the-footer .footer-flex .right ul{
            margin-bottom: 50px;
    }
    .intro-wrap .flex .left {
    width: 87%;
    position: relative;
    }
    .intro-wrap .flex .left:before {
        width:100%;
    }
    .intro-wrap .flex .left .tape2 {
    width: 179px;
    position: absolute;
    left: -32px;
    top: -57px;
    height: auto;
    z-index: 1;
    }
    .intro-wrap .flex .quote {
    position: absolute;
    left: 0;
    top: 548px;
    width: 93%;
    z-index: 1;
    bottom: inherit;
    opacity: 1!important;
    }
    .intro-wrap .flex .right {
    margin: 125px auto 0;
    width: 100%;
    padding: 75px 30px 40px;
    }
    .intro-wrap .flex {
        padding-bottom:45px;
    }
    .current-look .inner .title-flex {
            display: block;
    text-align: center;
    position: relative;
    }
    .current-look .inner .title-flex .center {
            padding: 0;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    }
    .current-look .inner .title-flex .left {
            margin-bottom: 27px;
    }
    .current-look .inner {
        padding-bottom:35px;
    }
    .funfacts .flex .left {
    width: 100%;
    margin: 0 auto;
    }
    .funfacts .flex .left .titleimg {
        width:90%;
    }
    .funfacts .flex .left .main {
    width: 85%;
    height: 465px;
    margin: 1px 0 0 6%;
    position: relative;
    }
    .funfacts .flex .left:before {
    content: "";
    display: block;
    width: 72%;
    height: 463px;
    background: white;
    position: absolute;
    top: 68px;
    left: 0;
    }
    .funfacts .flex .right ul li strong {
    top: 0;
    left: 0;
    }
    .funfacts .flex .right ul li {
        padding-left:80px;
    }
    .contact-intro img.icon {
    top: -100px;
    left: 0;
    right: 0;
    }
    .contact-intro img.arrow {
    right: 17%;
    }
    .contact-flex {
            margin: -33px auto -44px;
    }
    .contact-flex .cform #field_1_3:before {
        right:70px;
    }
    .sub-wrap .flex .cform #input_2_2 {
    margin-bottom: 61px;
    display: block;
    text-align: left;
    max-width: 169px;
    margin: 0 auto 50px;
    }
    .sub-wrap .flex .cform #input_2_2 .gchoice {
        margin-bottom: 5px;
    }
    .sub-wrap {
        max-width: 90%;
    }
    .sub-wrap .flex img {
    width: 100%;
    height: 500px;
    margin: 0 0 -3px;
    }
    .recipe-list .left .ri-title {
            padding: 13px 0 29px;
    margin-bottom: 18px;
    }
    .recipe-list {
        margin-top:30px;
    }
    #search-filter-form-20295 .sf-field-search label {
            margin-bottom: 5px;
    }
    .searchandfilter ul li h4 {
        margin-bottom:5px;
    }
    .food-image {
    width: 200px;
    display: block;
    margin: -1px 0 15px 45px;
    }
    .recipe-list .search-filter-results .single-posty img {
    height: 290px;
    }
    .shop-header .flex {
        display: block;
    }
    .shop-header .flex .left {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    }
    .shop-header .flex .left:before {
    content: "";
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/mobilefaves@2x.png);
    width: 203px;
    height: 211px;
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    left: inherit;
    top: -148px;
    right: 0;
    }
    .shop-header .flex .left img {
    width: 300px;
    height: 366px;
    border: 1px solid #231F20;
    margin: 59px auto 0;
    display: block;
    }
    .funfacts .flex .right {
    width: 100%;
    margin: 90px auto 0;
    }
    .current-look .inner .right a img {
        display: none;
    }
    .current-look .inner .right a {
            border-bottom: 3px solid black;
    padding-bottom: 4px;
    }
    .shop-header .flex .left:after {
    content: "";
    background-image: url(https://www.alilyloveaffair.com/wp-content/uploads/2021/06/tape@2x.png);
    width: 169px;
    height: 185px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -63px;
    left: 33px;
    background-repeat: no-repeat;
    }
    .shop-header .flex .right {
    width: 85%;
    padding: 50px 0;
    margin: 0 auto;
    }
    .shop-header {
            padding: 95px 0 13px;
    }
        .archive-wrap article, .alm-listing .alm-reveal article {
    width: 100%;
    }
    .archive-wrap, .alm-listing .alm-reveal {
        max-width: 320px;
    }
    .full-post h2 {
        padding:0;
    }
    .full-post p {
        padding:0;
    }
    .full-post h3, .full-post h4, .full-post h5, .full-post h6 {
    padding: 0;
    line-height: 1.5;
    }
    .full-post ul, .full-post ol {
    padding: 0 20px;
    }
    .full-post .wp-block-group {
    border-top: none;
    border-bottom: none;
    }
    .full-post .wp-block-group .wp-block-group__inner-container .archive-wrap article {
        width:100%;
    }
    .full-post .wprm-recipe-container {
        padding:20px;
    }
    .recipe-header .recipe-right img {
    width: 145px;
    position: absolute;
    border: none;
    top: -19px;
    right: -21px;
    }
    .full-post .wprm-recipe-container .white-flex .icon {
        right: 0;
    left: 0;
    }
    .full-post .wprm-recipe-container .dym img {
    width: 36px;
    border: none;
    position: relative;
    left: 0;
    top: inherit;
    bottom: inherit;
    margin: -37px auto 19px;
    right: 0;
    }
    .full-post .wprm-recipe-container .dym p {
        font-size:14px;
    }
    .nav-links {
        display: block;
    }
    .single-post .nav-previous {
    width: 335px;
    margin: 0 auto 20px;
    left:inherit;
    }
    .single-post .nav-next {
        width: 335px;
        margin: 0 auto;
        right:inherit;
    }
    .ymal .titleflex {
        display: block;
        margin-bottom: 45px;
    }
    .yarpp .archive-wrap article {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 250px;
    }
    .yarpp .archive-wrap article img {
        height: 320px;
    }
    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
        padding-left:10%!important;
    }
    .ymal .titleflex .post-category img {
        display: none;
    }
    .ymal .titleflex .post-category {
        font-family: 'MontserratB';
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        font-weight: 100;
        border-bottom: 3px solid black;
        padding-bottom: 4px;
    }
    .ymal .titleflex h2 {
        margin: 0 0 20px;
        font-family: 'MontserratB';
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
    }
    .archive-wrap, .alm-listing .alm-reveal {
        max-width: 320px;
        display: block;
        margin: 0 auto 0;
    }
}

@media all and (max-width:424px) {
    ul.list-flexed li img {
        height: 245px;
    }
    .home-shop .flex .left .imgtwo {
    width: 86%;
    height: 360px;
    border: 11px solid white;
    margin-top: 163px;
    display: block;
    }
    .home-shop .flex .right ul li {
        height:224px;
    }
    .home-about .inner:before {
        right:inherit;
    }
    .about-text {
    padding: 64px 24px 168px;
    max-width: 100%;
    margin: 0;
    }
    .home-about .inner:after {
        left:4%;
    }
    .creds {
        letter-spacing: 0.05rem;
    }
    .titlearea ul li {
    margin: 30px 9px 0;
    padding: 0;
    letter-spacing: 0.1rem;
    }
    .results-flex .clicked-1 ul li img, .results-flex .clicked-2 ul li img, .results-flex .clicked-3 ul li img {
            height: 415px;
    }
    .pop-wrap .inner .pad {
        padding: 81px 36px 46px 45px;
    }
    .pop-wrap .inner .slick-prev img {
        left: -28px;
    }
    .pop-wrap .inner .slick-next img {
    right: -20px;
    }
    .titleflex ul li {
    margin: 0;
    letter-spacing: 0.1rem;
    }
    .home-daily .slick-slide .image-wrap img {
    width: 255px;
    height: 310px;
    }
    .home-shop .flex .left {
        max-width: 89%;
    }
    .home-shop .flex .left .imgone {
    left: 0;
    width: 195px;
    height: 263px;
    top: 0;
    }
    .home-shop .flex .left .imgtwo {
    width: 79%;
    height: 319px;
    border: 11px solid white;
    margin-top: 205px;
    display: block;
    }
    .home-about .inner .aimgtwo {
    width: 274px;
    height: 374px;
    }
    .home-about .tape2 {
        top: -230px;
    }
    .home-about .inner:before {
    left: inherit;
    width: 258px;
    right: 14px;
    height: 372px;
    }
    .home-about .inner .aimgone {
            width: 285px;
    }
    .intro-wrap .flex .left img {
            height: 430px;
    }
    .intro-wrap .flex .left:before {
    width: 100%;
    height: 425px;
    }
    .intro-wrap .flex .quote {
            top: 411px;
    }
    .sub-wrap .flex .cform .gform_footer:before {
        right: 103px;
    }
    .recipe-list .search-filter-results .single-posty img {
        height: 235px;
    }
    .shop-header .flex .left img {
    width: 242px;
    height: 295px;
    border: 1px solid #231F20;
    margin: 59px auto 0;
    display: block;
    }
    .archive-wrap article, .alm-listing .alm-reveal article {
    width: 100%;
    margin: 0 auto 30px;
    }
    .blue-in .hero-image {
    width: 100%;
    height: 450px;
    margin: -265px auto 0;
    display: block;
    border: 1px solid #010101;
    }
    .blue-in .pagi {
            padding-top: 67px;
    position: relative;
    }
    .dail-shop-area .slick-slider {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 50px;
    }
    .comments-form {
        padding: 30px;
    }
    .pop-wrap .inner h3 {
    padding-top: 0;
    padding-right: 10px;
    }
	

}