/*
	Theme Name: The Wonder Jam Child Theme
	Theme URI: http://my.studiopress.com/themes/daily-dish/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.1

	Tags: black, white, one-column, three-columns, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Easy Recipe
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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


/*
Defaults
---------------------------------------------------------------------------------------------------- */

.wf-loading  {
    /* Hide stuff while web fonts are loading */
    color: #fff;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-attachment: fixed;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat;
	color: #221F20;
	font-family: dunbar-text, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #FE3E01;
	text-decoration: underline;
}

a:hover {
	color: #221F20;
}

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

p.intro {
	font-family: superclarendon, serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
	font-size: 26px;
	line-height: 1.2;
}

blockquote::before {
	
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #221F20;
	font-family: dunbar-low, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}

h1 {
	font-size: 48px;
	text-transform: capitalize;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
	line-height: 1.1;
	text-transform: capitalize;
}

h4 {
	font-size: 22px;
	text-transform: capitalize;
}

h5 {
	font-size: 13px;
	text-transform: uppercase;
}

h6 {
	font-size: 18px;
	font-weight: 350;
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
}

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

.featured-content img,
.gallery img {
	width: auto;
}



/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #221F20;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #221F20;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
a.fl-button {
	background-color: #fff;
	border: 1px solid #221F20;
	border-radius: 100px;
	color: #221F20;
	cursor: pointer;
	font-family: news-gothic-std,sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 15px 35px;
	text-align: center;
	text-transform: uppercase;
}

.button {
	display: inline-block;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.fl-button:hover {
	background-color: #221F20;
	color: #fff;
}

button.black:hover,
.button.black:hover {
	background-color: #221F20;
	color: #fff;
}

button.blue:hover,
.button.blue:hover {
	background-color: #1334ED;
	border-color: #1334ED;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

.daily-dish-landing .site-container {
	max-width: 768px;
}

.site-inner {
	clear: both;
	margin: 0px 0;
}

/* Column Widths and Positions
--------------------------------------------- */



/* Content */

.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}




/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 90px;
	margin-right: 30px;
	width: 90px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.sidebar .avatar {
	margin-right: 20px;
	max-width: 115px;
}




/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

/*.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
}

.sidebar .entry-title {
	font-size: 20px;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #e14d43;
}

.widget-title {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}*/

/* WordPress
--------------------------------------------- */

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

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

a.alignnone {
    display: inline-block;
}

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

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

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

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

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

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignnone,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

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

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

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

.gallery-caption {
	margin: 0 0 10px;
}



/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget li:last-child {
	border: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Blog Defaults
--------------------------------------------- */

.blog-sidebar .fl-module {
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.pp-categories::before {
	content: "Browse by Category" !important;
	text-align: center;
	display: block !important;
	font-size: 20px;
}

.single-post p {
	font-size: 20px;
	line-height: 1.5;
	font-family: superclarendon,serif;
}

.single-post .wp-block-column p {
	font-family: dunbar-text,sans-serif	;
	font-size: 18px;
	line-height: 1.3;
}
	

.single-post .uabb-image-carousel .slick-prev, 
.single-post .uabb-image-carousel .slick-prev:hover {
    left: -70px;
}


.single-post .uabb-image-carousel .slick-next, 
.single-post .uabb-image-carousel .slick-next:hover {
    right: -70px;
}

.single-post .post-title h1.fl-heading {
	background: #fff;
	margin-top: -70px !important;
}

.single-post .wp-block-buttons {
	margin-bottom: 30px;
}

.single-post .wp-block-button__link {
	font-family: news-gothic-std,sans-serif;
	font-size: 15px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.single-post .wp-block-button__link:hover {
	background-color: #02A20B !important;
}

.single-post h2,
.single-post h3 {
	margin: 40px 0;
}



/* ----- TASTY RECIPES TWEAKS ----- */

.tasty-recipes {
	border: 3px solid #221F20 !important;
	padding: 20px !important;
	    margin-top: 5em !important;
    margin-bottom: 3em !important;
}

.tasty-recipes-details,
.tasty-recipes-rating,
.tasty-recipes-entry-header hr,
.tasty-recipes-image {
	display: none !important;
}

h2.tasty-recipes-title {
	font-size: 46px !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	color: #221F20 !important;
	background: #fff;
	margin: -65px 0 !important;
}

header.tasty-recipes-entry-header {
	background-color: #fff !important;
	    display: inline-block !important;
    margin-bottom: 20px !important;
	width: 100% !important;
	transform: translateY(-25px);
}

.tasty-recipes-entry-content {
	padding-top: 0px !important;
}

.tasty-recipes-entry-content .tasty-recipes-buttons a {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #221F20 !important;
    background-color: #fff  !important;
    font-size: 15px  !important;
    line-height: 1.375em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    margin-top: 0;
    border: 1px solid #221F20  !important;
    border-radius: 50px  !important;
    text-decoration: none;
}

.tasty-recipes-ingredients-clipboard-container h3,
.tasty-recipes-instructions-header h3{
	color: #221F20  !important;
	font-size: 22px !important;
	font-weight: 700 !important;

}

.tasty-recipes-entry-content hr {
	    background-color: #221F20 !important;
    border: 2px solid #221F20 !important;
	margin: 40px -20px !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol>li, .tasty-recipes-entry-content .tasty-recipes-instructions ol>li {
    list-style-type: decimal !important;
	padding-left: 10px !important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol>li:before, .tasty-recipes-entry-content .tasty-recipes-instructions ol>li:before {
    display: none !important;
}

.tasty-recipes-instructions p {
	font-family: 'dunbar-low' !important;
}


.tasty-recipes-footer-content svg {
	display: none !important;
}

.tasty-recipes-footer-content {
	padding-bottom: 20px !important;
}

.tasty-recipes-entry-footer {

	background-color: #fff !important;
    color: #221F20 !important;
    padding: 20px 40px 0 40px;
    border-top: 3px solid #221F20;
    margin: 0 -20px;
}

.tasty-recipes-footer-content:before {
	display: block;
	content: "";
	width: 120px;
	height: 80px;
	background: url('https://danpelosi.com/wp-content/uploads/badge-did_you_make_this-blue.png') top center no-repeat;
	background-size: contain;
}


.tasty-recipes-entry-footer p {
    font-size: 22px !important;
	line-height: 1.3 !important;

}

.tasty-recipes-footer-copy p {
	font-family: 'dunbar-low';
}

.tasty-recipes-quick-links a {
	font-family: dunbar-low, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #221F20;
	border-bottom: 2px solid #221F20;
	padding: 5px 0 !important;
	margin: 0 20px;
}


.tasty-recipes-quick-links a:hover {
	color: #02A20B;
	border-bottom: 2px solid #02A20B;

}

.tasty-recipes-quick-links span {
	display: none;
}


/* ----- TASTY RECIPES PRINT VIEW CSS IS IN WP CUSTOMIZER ----- */


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* ----- HEADER ----- */
#menu-main-menu li:last-child {
	margin-right: -20px;
}

.pp-menu-search-item .menu-item-text {
    color: #02A20B;
    font-size: 25px;
}

.pp-advanced-menu-mobile {
	justify-content: flex-end !important;
}

/* ----- FOOTER ----- */
.checkered-bg .fl-row-content-wrap {
    background-size: auto 39px !important;
}

.footer-nav p {
    margin-bottom: 0;
}

.subscribe-form .uabb-form-wrap {
    border: 1px solid #221F20;
    border-radius: 120px;
    padding: 2px 1px;
    justify-content: space-between !important;
	align-items: center !important;
}

.subscribe-form .uabb-creative-button-wrap a {
    border-radius: 100px !important;
    border: 0;
}

.subscribe-form .uabb-form-field {
    width: calc(100% - 172px) !important;
    vertical-align: middle !important;
	padding-left: 15px !important;
}

.subscribe-form .uabb-form-button {
    width: 172px !important;
	vertical-align: middle !important;
}

.subscribe-form .uabb-form-field input {
    border-radius: 120px !important;
} 

/* ----- BADGES ----- */
.column-with-badge {
    position: relative;
}

.badge-top-left {
    position: absolute;
    left: 0;
    top: 0;
}

.badge-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.badge-left-center {
    position: absolute;
    left: -20px;
}

.badge-top-right {
    position: absolute;
    top: -20px;
    right: -20px;
}

/* ----- BUTTON GROUP ----- */
.fl-button-group-buttons {
	gap: 10px;
}

.button-group .fl-button-group-buttons {
	display: grid !important;
    grid-auto-flow: row;
}

.button-group-two-cols .fl-button-group-buttons {
    grid-template-columns: 50% 50%;
}

/* ----- SEARCH FORM ----- */
.pp-search-form--button-type-text .pp-search-form__submit {
    margin: 5px !important;
    border-radius: 120px !important;
    padding: 15px 50px !important;
}

.pp-search-form__input {
    margin-top: 5px !important;
}

/* ----- RECIPE CAROUSEL ----- */
.uabb-blog-posts .slick-prev {
	left: -35px !important;
}
	
.uabb-blog-posts .slick-next {
	right: -35px !important;
}

.recipe-carousel-row .carousel-heading .uabb-second-heading-text {
    border-bottom: 2px solid #221F20;
}

.recipe-carousel-row .carousel-heading.no-underline .uabb-second-heading-text {
    border-bottom: 0px solid #ffffff;
}

.recipe-carousel-row .carousel-heading span {
    vertical-align: middle;
}

.recipe-carousel-row .carousel-heading h2 span {
    display: inline !important;
}

.recipe-carousel-row .carousel-heading a:hover .uabb-second-heading-text{
	color: #02A20B !important;
	border-bottom: 2px solid #02A20B;
}

.recipe-carousel-row .carousel-heading .uabb-first-heading-text::after {
    content: "\e902";
    font-family: icons-gp;
    font-size: 19px;
    line-height: 45px;
    margin-left: 18px;
    margin-right: 18px;
    vertical-align: top;
}

.recipe-carousel a {
	color: #221F20;
}

.recipe-carousel .carousel-post-wrapper {
    margin-top: -7px;
    border: 1px solid #221F20;
    z-index: 1;
    padding: 16px;
}

.recipe-carousel .pp-content-grid-post .carousel-post-wrapper {
	margin-top: -27px;
}

.recipe-carousel.no-meta .carousel-post-wrapper {
    margin-top: 0;
}
.recipe-carousel .uabb-post-meta {
	width: calc(100% - 20px);
	text-align: center;
}

.recipe-carousel .uabb-post-meta a,
.recipe-carousel .uabb-post-meta .post-type {
    background-color: #fff;
    z-index: 999;
    padding-left: 10px;
    padding-right: 10px;
}

.recipe-carousel .owl-item .uabb-post-meta {
	margin-bottom: 0;
}

/*.recipe-carousel .uabb-blog-post-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}*/

.recipe-carousel .carousel-post-wrapper {
    /*height: 360px !important;*/
    display: flex;
    flex-direction: column;
    box-shadow: 16px 14px 0 #fff;
    margin-bottom: 16px;
    margin-right: 17px;
	aspect-ratio: 1 / 1.24;
	/*height: 100%;*/
}

.recipe-carousel .uabb-post-heading {
    font-family: dunbar-low, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
	height: 46px;
}

.recipe-carousel .uabb-post-thumbnail {
    margin: 6px auto 16px;
    /*width: 256px;
    height: 256px;*/
	width: 100%;
	aspect-ratio: 1;
}

.recipe-carousel .uabb-post-thumbnail img {
	width: 100%;
	aspect-ratio: 1;
    object-fit: cover;
}

.no-square .uabb-post-thumbnail img {
	width: 100%;
	aspect-ratio: initial;
    object-fit: contain;
	
}

/* ----- CATEGORY COLORS ----- */
/* VEGETARIAN */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.vegetarian,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.vegetarian,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.vegetarian {
    box-shadow: 16px 14px 0 #02A20B, 16px 14px 0 1px #221F20;
}

/* PASTA */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.pasta,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.pasta,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.pasta {
    box-shadow: 16px 14px 0 #FE3E01, 16px 14px 0 1px #221F20;
}

/* SALADS & SIDES */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.salads-sides,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.salads-sides,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.salads-sides {
    box-shadow: 16px 14px 0 #F6E2AB, 16px 14px 0 1px #221F20;
}

/* APPETIZERS */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.appetizers,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.appetizers,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.appetizers {
    box-shadow: 16px 14px 0 #00B7C2, 16px 14px 0 1px #221F20;
}

/* SWEETS*/
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.sweets,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.sweets,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.sweets {
    box-shadow: 16px 14px 0 #F6BAB3, 16px 14px 0 1px #221F20;
}

/* MEAT & FISH */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.meat-fish,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.meat-fish,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.meat-fish {
    box-shadow: 16px 14px 0 #1334ED, 16px 14px 0 1px #221F20;
}

/* EGGS */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.eggs,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.eggs,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.eggs {
    box-shadow: 16px 14px 0 #FFCB00, 16px 14px 0 1px #221F20;
}

/* CONDIMENTS */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.condiments,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.condiments,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.condiments {
    box-shadow: 16px 14px 0 #B6D9CC, 16px 14px 0 1px #221F20;
}

/* HOLIDAY */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.holiday,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.holiday,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.holiday {
    box-shadow: 16px 14px 0 #B3DBB7, 16px 14px 0 1px #221F20;
}

/* LIFESTYLE */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.lifestyle,
.recipe-carousel .owl-item:hover .carousel-post-wrapper.lifestyle,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.lifestyle,
.recipe-carousel-row .guide_categories-lifestyle:hover .carousel-post-wrapper {
    box-shadow: 16px 14px 0 #A2D2EE, 16px 14px 0 1px #221F20;
}

/* LOCATION */
.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper.location,
.recipe-carousel .owl-item:hover .type-guides .carousel-post-wrapper.location,
.recipe-carousel .pp-content-grid-post:hover .carousel-post-wrapper.location,
.recipe-carousel-row .guide_categories-location:hover .carousel-post-wrapper {
    box-shadow: 16px 14px 0 #B3DBB7, 16px 14px 0 1px #221F20;
}

/* GROSSERY LIST - HOME */
.home .recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper,
.home .recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper,
.home .recipe-carousel .pp-content-grid-post:hover .type-grossery-list-items .carousel-post-wrapper {
    box-shadow: 16px 14px 0 #221F20, 16px 14px 0 1px #221F20;
}

/* GROSSERY LIST - FAVORITE CHARITIES */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.favorite-charities,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.favorite-charities,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.favorite-charities {
    box-shadow: 16px 14px 0 #B6D9CC, 16px 14px 0 1px #221F20;
}

/* GROSSERY LIST - OFFER CODES */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.offer-codes,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.offer-codes,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.offer-codes {
    box-shadow: 16px 14px 0 #221F20, 16px 14px 0 1px #221F20;
}


/* GROSSERY LIST - KITCHEN ESSENTIALS */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.kitchen-essentials,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.kitchen-essentials,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.kitchen-essentials {
    box-shadow: 16px 14px 0 #FFCB00, 16px 14px 0 1px #221F20;
}



/* GROSSERY LIST - MUST HAVE INGREDIENTS */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.must-have-ingredients,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.must-have-ingredients,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.must-have-ingredients {
    box-shadow: 16px 14px 0 #00B7C2, 16px 14px 0 1px #221F20;
}

/* GROSSERY LIST - GO TO COOKBOOKS */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.go-to-cookbooks,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.go-to-cookbooks,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.go-to-cookbooks {
    box-shadow: 16px 14px 0 #02A20B, 16px 14px 0 1px #221F20;
}

/* GROSSERY LIST - HOME ESSENTIALS */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.home-essentials,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.home-essentials,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.home-essentials {
    box-shadow: 16px 14px 0 #FE3E01, 16px 14px 0 1px #221F20;
}

/* GROSSERY LIST - APPAREL & MORE */
.recipe-carousel .uabb-post-wrapper:hover .type-grossery-list-items .carousel-post-wrapper.apparel-more,
.recipe-carousel .owl-item:hover .type-grossery-list-items .carousel-post-wrapper.apparel-more,
.recipe-carousel .pp-content-grid-post.type-grossery-list-items:hover .carousel-post-wrapper.apparel-more {
    box-shadow: 16px 14px 0 #1334ED, 16px 14px 0 1px #221F20;
}

/* ----- PRESS PAGE ----- */
.logo-image {
    height: 98px !important;
    width: auto !important;
}

.press-item .pp-infobox-title-wrapper {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: flex-start;
}

.press-item .pp-infobox-title-wrapper::after {
     content: "\e901";
     font-family: icons-gp;
     color: #221F20;
     margin-left: 45px;
     padding-top: 10px;
}

.press-item .pp-infobox-link:hover .pp-infobox-title-prefix,
.press-item .pp-infobox-link:hover .pp-infobox-title,
.press-item .pp-infobox-link:hover .pp-infobox-title-wrapper::after {
    color: #02A20B !important;
}

/* ----- TOUR PAGE ----- */
.tour-item .pp-infobox {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.tour-item .pp-heading-wrapper {
    width: 70%;
}

.tour-item .pp-infobox-description {
	width: 30%;
}

.tour-item .pp-infobox-button {
    text-align: right;
    max-width: 170px;
    margin-left: auto;
}

.tour-item .pp-infobox-title {
    margin-bottom: 0 !important;
}

/* ----- VIDEOS PAGE ----- */

.videos-grid h6.video-post-publication {
    text-transform: uppercase;
    font-size: 13px;
	font-weight: 700;
	margin: 5px 0 10px;
}

.videos-grid h4.video-post-title {
        font-size: 22px;
}

.videos-grid .pp-content-grid-post-image img {
    object-fit: cover;
    aspect-ratio: 16/9;
}

.videos-grid a.video-link:hover img {
	opacity: .9;
}

.videos-grid a.video-link:hover h4.video-post-title {
	color: #02A20B;
}

/* ----- GROSSERY LIST ----- */

.grossery-list-buttons .fl-button-group-button {
    flex-grow: 0;
    width: 290px;
}

/* ----- COOKBOOK PAGE ----- */
.cookbook-review h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.cookbook-logos img.logo-image {
    height: 122px !important;
    width: auto !important;
}

/* ----- GUIDES TEMPLATES ----- */
.guides .entry-header {
    display: none;
}

.guides .fl-photo img {
    padding: 10px;
}

.guides .fl-rich-text ul li {
    margin-bottom: 20px !important;
    list-style-type: square !important;
}

.guides .fl-rich-text ol li {
    margin-bottom: 30px !important;
    list-style-type: decimel !important;
	padding-left: 30px;
	
}

.guides .fl-rich-text ol li::marker {
    font-size: 20px;

}

.guides .fl-rich-text ul {
    margin-left: 0;
}

.guides .fl-rich-text ol {
    margin-left: 25px;
    margin-top: 40px;
}

.guides .uabb-image-carousel-content img {
    padding: 10px;
    border: 1px solid #221F20;
}

.guides .uabb-image-carousel .slick-prev i {
    font-family: icons-gp !important;
    content: "\e900" !important;
}

.guides .uabb-image-carousel .slick-next i {
    font-family: icons-gp !important;
    content: "\e901" !important;
}

.guides .underlined .fl-heading {
    border-bottom: 1px solid #221F20;
    padding-bottom: 20px !important;
}

.guide-post-footer.lifestyle .guides-meta,
.guide-post-footer.lifestyle .guides-meta a {
    color: #A2D2EE !important;
}

.guide-post-footer.location .guides-meta,
.guide-post-footer.location .guides-meta a {
    color: #FE3E01 !important;
}

.print-button input[type="button"] {
	max-width: 300px; 
	margin: 0; 
	display: block; 
	border-radius: 40px; 
	float: right; 
	color: #fe3e01; 
	border-color: #fe3e01;
}

.print-button.left-button input[type="button"] {
	float: left; 
}
	
.print-button input:hover[type="button"] {
	color: #fff !important;
	background: #fe3e01 !important;
}


.tasty-recipes-print-text-size-large .tasty-recipes {
    font-size: 22px !important;
}

.columns-2 {
	columns:2;
}

.blend img {
	mix-blend-mode: multiply;
}

.under {
	position: relative;
	z-index: 5;
}

.over {
	position: relative;
	z-index: 10;
}

.fl-menu-horizontal {
	padding: 0 30px !important;
}

.fl-menu .menu li {
   list-style-type: none !important;
}

.nf-form-fields-required {
	display: none;
}

.nf-form-content {
    padding: 5px 0px 0px 5px !important;
}

.nf-cell:nth-of-type(1) {
	    width: calc(100% - 190px) !important;
}

.nf-cell:nth-of-type(2) {
	    width: 190px !important;
}



/* UABB Advanced Menu Thinner Hamburger icon
--------------------------------------------- */

.uabb-hamburger-menu-top,
.uabb-hamburger-menu-middle,
.uabb-hamburger-menu-bottom {
	height: 4px !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	width: 25px !important;
    margin-top: 0px !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-creative-menu-mobile-toggle-label, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-creative-menu-mobile-toggle-label {
   margin-bottom: 8px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	height: 1.1em !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu, 
.uabb-creative-menu-mobile-toggle.hamburger-label .hamburger-menu {
    top: -6px !important;
}


/* Beaver Builder MOBILE ONLY Labels
--------------------------------------------- */


.fl-visible-mobile .fl-block-overlay-active,
.fl-visible-mobile.fl-block-overlay-active,
.fl-visible-medium-mobile .fl-block-overlay-active,
.fl-visible-medium-mobile.fl-block-overlay-active,
.fl-visible-medium .fl-block-overlay-active,
.fl-visible-medium.fl-block-overlay-active {
	border: 2px solid #cc0000;

}

.fl-col.fl-visible-mobile .fl-block-overlay-active::after {	
	content: "MOBILE-ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-mobile .fl-block-overlay-active::after {	
	content: "MOBILE-ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-mobile.fl-block-overlay-active::after {	
	content: "MOBILE-ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-col.fl-visible-medium-mobile .fl-block-overlay-active::after {
		content: "MOBILE+TABLET ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-medium-mobile .fl-block-overlay-active::after {	
	content: "MOBILE+TABLET ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-medium-mobile.fl-block-overlay-active::after {	
	content: "MOBILE+TABLET ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-col.fl-visible-medium .fl-block-overlay-active::after {
		content: "TABLET ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-medium .fl-block-overlay-active::after {	
	content: "TABLET ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-medium.fl-block-overlay-active::after {	
	content: "TABLET ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.menu-item a {
	color: #221F20;
	font-family: dunbar-low, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.archive .entry {
}

.page .entry {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul,
.site-inner ol,
.site-inner ul {
	margin-bottom: 28px;
	margin-left: 40px;
	
}

.entry-content ol > li,
.site-inner ol > li,
.fl-rich-text ol > li  {
	list-style-type: decimal;
	margin-bottom: 10px;

}

.entry-content ul > li,
.site-inner ul > li,
.fl-rich-text ul > li {
	list-style-type: disc;
	margin-bottom: 10px;
}

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

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.entry-header p.entry-meta {
	margin-top: 0px;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #000;
}

p.entry-meta:last-child {
	margin-bottom: 20px;
}

.entry-footer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	
}

.entry-author,
.entry-comments-link,
.entry-time {
}

.entry-tags {
}

.entry-author::before {
}

.entry-categories::before {
}

.entry-comments-link::before {

}

.entry-tags::before {
}

.entry-time::before {
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 60px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e14d43;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

ol.comment-list {
	margin-bottom: 28px;
    margin-left: 0px;
}

li.comment {
	list-style-type: none;
    background-color: #fff;
    border: 2px solid #ccc;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	    margin-right: -20px;
    border: 2px solid #eae5da;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-author-name {

    font-size: 26px;
}

.bypostauthor {
}

.entry-comments h3 {
	   text-align: center;
    text-transform: uppercase;
}

.comment-time {
	display: none;
}

.comment-content {
	    font-size: 19px;
}

.comment-reply a {
	color: inherit;
    text-decoration: underline;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}





/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-header,
.site-footer {
		display: none;
}


/*
After Footer
---------------------------------------------------------------------------------------------------- */

.wp-core-ui .attachment .thumbnail .centered img {

    max-width: 150px !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
    .pp-advanced-menu .menu a {
        font-size: 14px;
    }
	
	.pp-advanced-menu .menu > li {
		margin-left: 35px !important;
	}
}


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

	/* ----- HEADER ----- */
	.pp-advanced-menu .menu > li {
		margin-left: 20px !important;
	}
	
	/* ----- SUBSCRIBE FORM ----- */
	.about-subscribe .subscribe-form .uabb-form-wrap {
		border: 0;
		border-radius: 0;
		flex-direction: column;
	}
	
	.about-subscribe .subscribe-form .uabb-form-field {
		width: 100% !important;
		padding-left: 0 !important;
		margin-bottom: 5px;
	}
	
	.about-subscribe .subscribe-form .uabb-form-button,
	.about-subscribe .subscribe-form .uabb-form-button a,
	.about-subscribe .subscribe-form .fl-builder-content .uabb-button-left {
		width: 100% !important;
	}
	
	.about-subscribe .subscribe-form .fl-builder-content .uabb-button-left,
	.about-subscribe .uabb-subscribe-form .uabb-creative-button-width-auto {
		display: block !important;
	}
	
	.about-subscribe .subscribe-form .uabb-form-field input {
		border-radius: 120px !important;
		border: 1px solid #221F20 !important;
	}
	

}

@media only screen and (max-width: 992px) {
	
	/* ----- GALLERY ARROWS ON SINGLE POST ----- */

	.uabb-image-carousel .slick-prev, 
	.uabb-image-carousel .slick-next, 
	.uabb-image-carousel .slick-prev:hover, 
	.uabb-image-carousel .slick-prev:focus, 
	.uabb-image-carousel .slick-next:hover, 
	.uabb-image-carousel .slick-next:focus {
		top: 105% !important;
		left: 0 !important;
		right: 0 !important;
	}
	
	/* ----- BADGE ON ABOUT PAGE ----- */
	.page-id-1242 .badge-top-left,
	.page-id-1241 .badge-top-right {
        position: relative;
    }
	
	/* ----- BUTTON GROUP ----- */
	.button-group .fl-button-group-buttons {
		grid-template-columns: 100%;
	}
	
	.logo-image {
        height: 70px !important;
    }
    
    .badge-bottom-left-mobile {
		position: absolute;
		left: 0;
		bottom: -20px;
	}
	
	/* ----- SEARCH FORM ----- */
	.uabb-offcanvas .pp-search-form__container {
		flex-direction: column !important;
		border: 0 !important;
		border-radius: 0 !important;
	}
	
	.uabb-offcanvas .pp-search-form--button-type-text .pp-search-form__submit {
		padding: 15px 20px !important;
		margin: 5px 0 !important;
		width: 100%;
	}
	
	.uabb-offcanvas .pp-search-form__input {
		margin-top: 5px !important;
		width: 100%;
		border: 1px solid #221F20 !important;
		border-radius: 120px;
		background-color: #fff !important;
	}
	
	.uabb-offcanvas .pp-search-form__container {
		background: transparent !important;
	}
	
	/* ----- GUIDES TEMPLATE ----- */
	.guides .uabb-image-carousel .slick-next {
		top: 100%;
		bottom: 0 !important;
		right: 20px;
	}
	
	.guides .uabb-image-carousel .slick-prev {
		top: 100%;
		bottom: 0 !important;
		left: 20px;
	}
	
	/* ----- COOKBOOK PAGE ----- */
	.cookbook-logos img.logo-image {
		height: 80px !important;    
    }


	.after-footer,
	.before-header,
	.site-container {
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}


}

@media only screen and (max-width: 760px) {
	
		/* ----- GALLERY ARROWS ON SINGLE POST ----- */

	.uabb-image-carousel .slick-prev, 
	.uabb-image-carousel .slick-next, 
	.uabb-image-carousel .slick-prev:hover, 
	.uabb-image-carousel .slick-prev:focus, 
	.uabb-image-carousel .slick-next:hover, 
	.uabb-image-carousel .slick-next:focus {
		top: 105% !important;
		left: 10px !important;
		right: 10px !important;
	}
	
	
	h2.tasty-recipes-title {
    	font-size: 32px !important;
	}
	
	.tasty-recipes {
    	border: 3px solid #221F20 !important;
    	padding: 20px 10px !important;
   	 	margin-top: 5em !important;
    	margin-bottom: 3em !important;
	}
	
	.tasty-recipes-entry-content hr {
    	margin: 40px -10px !important;
	}
	
	.tasty-recipes-instructions {
		padding-bottom: 20px !important;
	}
	
	.tasty-recipes-entry-footer {
    	margin: 0 -10px;
		padding: 20px 20px 0 20px;
	}
	
	.tasty-recipes-footer-content:before {
		margin: 0 auto;
	}
	
	.print-button input[type="button"] {
		float: none;
	}
	
	.no-diamond-mobile .uabb-first-heading-text::after {
		display: none;
	}
 	
	.dan-photo img {
		object-fit: cover;
		aspect-ratio: 1.36/1;
	}
	
	.guides .fl-rich-text ul li {

    margin-left: 20px;
	}
	
	/* ----- RECIPE CAROUSEL ----- */
	.recipe-carousel .uabb-post-meta {
		width: 100%;
	}
	
	.recipe-carousel .owl-nav {
		display: none;
	}
	
	/* ----- CATEGORY COLORS ----- */
	/* VEGETARIAN */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.vegetarian,
	.recipe-carousel .owl-item .carousel-post-wrapper.vegetarian,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.vegetarian {
	    box-shadow: 16px 14px 0 #02A20B, 16px 14px 0 1px #221F20;
	}

	/* PASTA */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.pasta,
	.recipe-carousel .owl-item .carousel-post-wrapper.pasta,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.pasta {
	    box-shadow: 16px 14px 0 #FE3E01, 16px 14px 0 1px #221F20;
	}

	/* SALADS & SIDES */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.salads-sides,
	.recipe-carousel .owl-item .carousel-post-wrapper.salads-sides,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.salads-sides {
	    box-shadow: 16px 14px 0 #F6E2AB, 16px 14px 0 1px #221F20;
	}

	/* APPETIZERS */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.appetizers,
	.recipe-carousel .owl-item .carousel-post-wrapper.appetizers,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.appetizers {
	    box-shadow: 16px 14px 0 #00B7C2, 16px 14px 0 1px #221F20;
	}

	/* SWEETS*/
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.sweets,
	.recipe-carousel .owl-item .carousel-post-wrapper.sweets,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.sweets {
	    box-shadow: 16px 14px 0 #F6BAB3, 16px 14px 0 1px #221F20;
	}

	/* MEAT & FISH */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.meat-fish,
	.recipe-carousel .owl-item .carousel-post-wrapper.meat-fish,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.meat-fish {
	    box-shadow: 16px 14px 0 #1334ED, 16px 14px 0 1px #221F20;
	}

	/* EGGS */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.eggs,
	.recipe-carousel .owl-item .carousel-post-wrapper.eggs,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.eggs {
	    box-shadow: 16px 14px 0 #FFCB00, 16px 14px 0 1px #221F20;
	}

	/* CONDIMENTS */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.condiments,
	.recipe-carousel .owl-item .carousel-post-wrapper.condiments,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.condiments {
	    box-shadow: 16px 14px 0 #B6D9CC, 16px 14px 0 1px #221F20;
	}
	
	/* HOLIDAY */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.holiday,
	.recipe-carousel .owl-item .carousel-post-wrapper.holiday,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.holiday {
	    box-shadow: 16px 14px 0 #B3DBB7, 16px 14px 0 1px #221F20;
	}

	/* LIFESTYLE */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.lifestyle,
	.recipe-carousel .owl-item .carousel-post-wrapper.lifestyle,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.lifestyle,
	.recipe-carousel-row .guide_categories-lifestyle .carousel-post-wrapper{
	    box-shadow: 16px 14px 0 #A2D2EE, 16px 14px 0 1px #221F20;
	}

	/* LOCATION */
	.recipe-carousel .uabb-post-wrapper .carousel-post-wrapper.location,
	.recipe-carousel .owl-item .carousel-post-wrapper.location,
	.recipe-carousel .pp-content-grid-post .carousel-post-wrapper.location,
	.recipe-carousel-row .guide_categories-location .carousel-post-wrapper {
	    box-shadow: 16px 14px 0 #B3DBB7, 16px 14px 0 1px #221F20;
	}

	/* GROSSERY LIST - HOME */
	.home .recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper,
	.home .recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper,
	.home .recipe-carousel .pp-content-grid-post .type-grossery-list-items .carousel-post-wrapper {
	    box-shadow: 16px 14px 0 #221F20, 16px 14px 0 1px #221F20;
	}
	
	/* GROSSERY LIST - FAVORITE CHARITIES */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.favorite-charities,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.favorite-charities,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.favorite-charities {
	    box-shadow: 16px 14px 0 #B6D9CC, 16px 14px 0 1px #221F20;
	}
	
	/* GROSSERY LIST - OFFER CODES */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.offer-codes,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.offer-codes,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.offer-codes {
	    box-shadow: 16px 14px 0 #221F20, 16px 14px 0 1px #221F20;
	}

	/* GROSSERY LIST - KITCHEN ESSENTIALS */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.kitchen-essentials,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.kitchen-essentials,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.kitchen-essentials {
	    box-shadow: 16px 14px 0 #FFCB00, 16px 14px 0 1px #221F20;
	}

	/* GROSSERY LIST - MUST HAVE INGREDIENTS */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.must-have-ingredients,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.must-have-ingredients,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.must-have-ingredients {
	    box-shadow: 16px 14px 0 #00B7C2, 16px 14px 0 1px #221F20;
	}

	/* GROSSERY LIST - GO TO COOKBOOKS */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.go-to-cookbooks,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.go-to-cookbooks,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.go-to-cookbooks {
	    box-shadow: 16px 14px 0 #02A20B, 16px 14px 0 1px #221F20;
	}

	/* GROSSERY LIST - HOME ESSENTIALS */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.home-essentials,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.home-essentials,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.home-essentials {
	    box-shadow: 16px 14px 0 #FE3E01, 16px 14px 0 1px #221F20;
	}

	/* GROSSERY LIST - APPAREL & MORE */
	.recipe-carousel .uabb-post-wrapper .type-grossery-list-items .carousel-post-wrapper.apparel-more,
	.recipe-carousel .owl-item .type-grossery-list-items .carousel-post-wrapper.apparel-more,
	.recipe-carousel .pp-content-grid-post.type-grossery-list-items .carousel-post-wrapper.apparel-more {
	    box-shadow: 16px 14px 0 #1334ED, 16px 14px 0 1px #221F20;
	}
	
	/* ----- TOUR PAGE ----- */
	.tour-item .pp-infobox {
        flex-direction: column;
    }
    
    .tour-item .pp-heading-wrapper,
    .tour-item .pp-infobox-description {
        width: 100%;
    }
    
    .tour-item .pp-infobox-button  {
        margin-right: auto;
    }
    
    .tour-item .fl-module-content {
        margin-left: 0;
        margin-right: 0;
    }
    
    .tour-item .pp-infobox-title {
        margin-bottom: 30px !important;
    }
	
	
	blockquote {
	margin: 30px;
	font-size: 18px;
	line-height: 1.2;
	}

	.site-container {
		max-width: 100%;
		overflow: hidden;
	}
	
	body {
		font-size: 16px;
	}

	.after-footer,
	.before-header,
	.daily-dish-landing .site-container,
	.site-container {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-tags {
		float: left;
	}
	
	
	.nf-cell:nth-of-type(1) {
	    width: 100% !important;
		text-align: center;
}

	.nf-cell:nth-of-type(2) {
	    width: 100% !important;
		text-align: center;
	}
	
	.nf-field-container .nf-field-element,
	.nf-form-content input:not([type=button]) {
		text-align: center !important;
		width: 100% !important;
	}
	
	.pp-ninja-form-content {
    
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding-top: 0px !important;
    padding-right: 2px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
	}

	

}

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


	
	/* ----- RECIPE CAROUSEL ----- */
	.recipe-carousel .uabb-post-thumbnail {
		margin: 12px auto;
		/*width: 183px;
		height: 183px;*/
	}
	
	.recipe-carousel .uabb-post-thumbnail img {
		/*width: 183px;
		height: 183px;*/
	}
	
	.recipe-carousel .uabb-post-meta a {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.recipe-carousel .carousel-post-wrapper {
		/*height: 270px !important;*/
		box-shadow: 8px 7px 0 #fff;
		margin-bottom: 8px;
		margin-right: 8px;
		aspect-ratio: 1/1.7;
	}
	
	.recipe-carousel.no-meta .carousel-post-wrapper,
	.recipe-carousel.less-tall .carousel-post-wrapper {
				aspect-ratio: 1/1.4;
	}
	
	.recipe-carousel .uabb-post-wrapper:hover .carousel-post-wrapper {
		box-shadow: 8px 7px 0 #00B7C2, 8px 7px 0 1px #221F20;
	}
	
	.guide-post-footer .recipe-carousel .carousel-post-wrapper {
		margin-bottom: 17px;
		margin-right: 17px;
	}
	
	/* ----- SEARCH FORM ----- */
	.pp-search-form__container {
		flex-direction: column !important;
		border: 0 !important;
		border-radius: 0 !important;
	}
	
	.pp-search-form--button-type-text .pp-search-form__submit {
		padding: 15px 20px !important;
		margin: 5px 0 !important;
		width: 100%;
	}
	
	.pp-search-form__input {
		margin-top: 5px !important;
		width: 100%;
		border: 1px solid #221F20 !important;
		border-radius: 120px;
		background-color: #fff !important;
	}
	
	.pp-search-form__container {
		background: transparent !important;
	}
	
	/* ----- SUBSCRIBE FORM ----- */
	.subscribe-form .uabb-form-wrap {
    border: 0;
    border-radius: 0;
		flex-direction: column;
	}
	
	.subscribe-form .uabb-form-field {
		width: 100% !important;
		padding-left: 0 !important;
		margin-bottom: 5px;
	}
	
	.subscribe-form .uabb-form-button,
	.subscribe-form .uabb-form-button a,
	.subscribe-form .fl-builder-content .uabb-button-left {
		width: 100% !important;
	}
	
	.subscribe-form .fl-builder-content .uabb-button-left,
	.uabb-subscribe-form .uabb-creative-button-width-auto {
		display: block !important;
	}
	
	.subscribe-form .uabb-form-field input {
		border-radius: 120px !important;
		border: 1px solid #221F20 !important;
	}
	
	

	body {
		padding-left: 0;
		padding-right: 0;
	}

	.site-container {
		margin-bottom: 0;
		margin-top: 0;
	}

	.after-footer,
	.before-header,
	.site-container {
		
	}

	.before-header {
		margin-bottom: 0;
	}

	.after-footer {
		margin-top: 0;
	}

	.site-header {
		padding: 40px 0;
	}

	.site-title {
		font-size: 30px;
	}

	.entry-title {
		font-size: 24px;
	}

}



@media print {

	.single-guides .fl-module-photo,
	.single-guides .fl-module-uabb-image-carousel,
	.guide-post-footer,
	.single-guides .fl-module-button-group,
	.single-guides footer,
	.single-guides header,
	.single-guides .fl-module-pp-content-grid,
	.print-button input[type="button"],
	.single-guides .fl-module-button
	{
    	display:  none;
  	}
	
	h1 {
		font-size: 30px !important;
	}
	
	h2 {
		font-size: 24px !important;
	}

  

}