/*
	Theme Name: Chani Nicholas 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
---------------------------------------------------------------------------------------------------- */

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

.wf-loading  {
    /* Hide stuff while web fonts are loading */
}


body {
	background-attachment: fixed;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat;
	color: #323232;
	font-family: brandon-grotesque, brandon, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
	-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: #e48cb8;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	color: #999;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	letter-spacing: 6px;
}

h4 {
	color: #000;
	font-size: 20px;
}


h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

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

img {
	height: auto;
}

a img:hover {
	opacity: .9;
}

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

.fl-subscribe-form .fl-form-field input {
	padding-top: 14px !important;
		padding-bottom: 14px !important;
}

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

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



::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.bolder .fl-button {
    font-weight: 700 !important ;
	letter-spacing: 1px ;
	padding: 12px 24px ;
}

.fl-button {
    font-weight: 700 ;
	letter-spacing: 1px ;
	padding: 12px 24px ;

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	color: #e48cb8;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 24px ;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e48cb8;
	color: #000;
}

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

.button {
	display: inline-block;
}

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 {
    border-top: 0px solid #000;
    clear: both;
    margin: 0px 0 40px;
}



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

.content-sidebar .content-sidebar-wrap {
	     max-width: 1070px;
	padding: 20px;
    margin: 20px auto;
}


/* Content */

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

.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: 685px;
}

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

/* Primary Sidebar */

.sidebar-primary {	    
	margin-top: 9px;
	float: right;
	width: 260px;
}

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


/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

.breadcrumb,
.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #e48cb8;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 40px;
	padding: 20px;
}

h1.archive-title {
	margin-bottom: 0px;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

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

input.search-form-input {
	width: 80%;
	border: 1px solid #000;
	padding: 12.5px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	
	 content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 25px/1 'dashicons';
    vertical-align: middle;
    background: #000;
    border: none;
	width: 20%;
		float: right;
	    padding: 12.5px 5px;
}

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

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

.entry-title {

}

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

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

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

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

.widget-title h2 {
	color: #e48cb8;
}

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

.sticky {
}


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

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

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

.widget li {
	border-bottom: 1px dotted #ddd;
	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;
}

/* Featured Content
--------------------------------------------- */

.daily-dish-home .entry,
.sidebar .featured-content .entry {
	margin-bottom: 30px;
}

.before-footer-widgets .featuredpost .entry {
	display: inline-block;
	max-width: 180px;
	margin-bottom: 10px;
	vertical-align: top;
}

.before-footer-widgets .featuredpost h2 {
	font-size: 16px;
}

.daily-dish-home .entry-content p:last-child {
	margin-bottom: 0;
}



.featured-content .entry ~ .widget-title {
	clear: both;
}

.featured-content .entry ~ .widget-title + ul li {
	border: none;
	margin: 0;
	padding: 0;
}


.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}



/*
Dec 2020 Edits
---------------------------------------------------------------------------------------------------- */

.uabb-offcanvas {
	background-color: transparent !important;
	padding: 0px 0px 6px 6px;
}

.uabb-offcanvas-content {
	background-color: #fff;
	box-shadow: #ccc 0 0 5px 0px;
}

.page-id-5468 .before-header {
    display: none;
}

.page-id-5468 .site-inner {
    border-top: 0px solid #000;
    clear: both;
    margin: 0px 0 40px;
}

/* Allow Sticky Header on All Sizes */
@media (max-width:991px) {
	.page-id-5468 header[data-type="header"]{
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}


	.page-id-5468.admin-bar header[data-type="header"] {
		top: 32px;
	}
	
	.page-id-5468 .site-inner {
    margin: 60px 0 40px;
    }
}


.header-search input:hover[type="submit"] {
    background: #fff !important;
}





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



.home-slider-row .fl-row-fixed-width {
    max-width: 2000px !important;
} 

.fl-slide-foreground {
	display: none;
}



.hero .fl-row-content-wrap {
    height: 225px;
}


.fl-slide-text {
	text-transform: none;
    font-size: 28px;
    letter-spacing: 3px;
    text-shadow: 0 0 0px rgba(0,0,0,0) !important;

}

.fb-like,
.fb_iframe_widget {
	margin-bottom: 3px !important;
}

.fl-content-slider-navigation path {
    fill: #e48cb8 !important;
}


body h2.fl-post-feed-title,
.entry-title {
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 40px;
	letter-spacing: 4px;
	line-height: 1.2;
}

h2.fl-post-feed-title a {
	color: #000;
}

h2.fl-post-feed-title a:hover {
	color: #e48cb8;
}

.fl-module-sidebar .entry-title,
.sidebar .entry-title {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1;
}




.upw-posts article {
    display: block;
    margin-bottom: 15px !important;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.fl-post-feed-post {
	border-bottom: 0px !important;
}

.fl-post-feed-more {
    background: #000;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: 700;
	color: #e48cb8;
    letter-spacing: 4px;
	font-size: 16px;
margin-top: -140px ;
margin-top: 20px !important;

    display: block !important;
    width: 170px !important;
}

.page p.no-break {
	    margin-top: 80px !important;
    display: block !important;
    margin-bottom: -80px !important;
}

.fl-post-feed-more,
a.fl-button,
input[type="submit"],
a.uabb-creative-button {
	background-color: #000 !important;
	color: #f8e7df !important;
}

/* 

.fl-post-feed-more:hover,
a.fl-button:hover,
input:hover[type="submit"],
a.uabb-creative-button:hover {
    background-color: #f8e7df;
	background: #f8e7df url('https://chaninicholas.com/wp-content/uploads/2019/11/rainbow-v2.gif') center center no-repeat !important;
	color: #000 !important;
}

*/

.fl-post-feed-more:hover,
a.fl-button:hover,
input:hover[type="submit"],
a.uabb-creative-button:hover {
    background-color: #F1EEF3 !important;
    background: #F1EEF3 !important;
	color: #000 !important;
}


.mailchimp-sidebar {
	background: url('https://chaninicholas.com/wp-content/uploads/Moon-Banner1.jpg') top center no-repeat;
	background-size: cover;
    padding: 15px;
    color: #fff;
    font-size: 15px;
	
	}

.mailchimp-sidebar .button {
	background: #e48cb8;
    border: 1px solid #e48cb8;
	color: #000;
	padding: 10px;
	font-weight: 700;
}

.mailchimp-sidebar .button:hover {
	background: #000;
    border: 1px solid #000;
	color: #e48cb8;
	padding: 10px;
	font-weight: 700;
}

.mailchimp-sidebar input {
    padding: 10px;
    margin-bottom: 5px;
}


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

.before-header {
    DISPLAY: NONE;
	background: #fff;
	color: #000;
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto 0px;
	text-align: center;
	width: 100%;
}

.before-header .wrap {
	padding: 0px 20px;
	max-width: 900px;
	margin: 0 auto 0;
}

.before-header p:last-child {
	margin-bottom: 0;
}

.before-header .support {	
	width: 30%;
	text-align: center;
	float: left;
	border-left: 2px solid #e48cb8;
	border-right: 2px solid #e48cb8;
	border-bottom: 2px solid #e48cb8;
	padding: 10px;

}

.before-header .support a  {
	color: #e48cb8;
}

.before-header .connect {	
	width: 30%;
	text-align: center;
	float: right;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	    padding: 8.5px 30px;
}

.before-header .connect .label {
	float: left;
	display: inline-block;
}

.before-header .connect .buttons {
	float: right;
	display: inline-block;
}

.before-header .connect img {
	height: 22px;
	background: #000;
	display: block;
    float: right;
    margin-top: -5px;
}

.before-header .connect img:hover {
	background: #e48cb8;
}
	




.before-content {
	   
}


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

.site-header {
	padding: 20px;
	text-align: center;
}

.site-title {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-description,
.site-title a,
.site-title a:hover {
	color: #000;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	height: 65px;
	margin: 0 auto;
	max-width: 1030px;
}

.site-description {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: none;
}

.header-image .site-description {
	height: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

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

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e48cb8;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	letter-spacing: 0;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {

}

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #ddd;
	border-top: none;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #e48cb8;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #222;
}

.nav-secondary,
.nav-secondary a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #e48cb8;
}

.nav-secondary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #e48cb8;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

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

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

.entry {
	margin-bottom: 40px;
}

.archive .entry {
	border-bottom: 1px dotted #ddd;
}



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

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

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

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

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 {
	color: #ccc;
	display: inline-block;
	font: normal 18px/1 'dashicons';
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
	margin-right: 15px;
}

.entry-tags {
	float: right;
}

.entry-author::before {
	content: "\f110";
}

.entry-categories::before {
	content: "\f318";
}

.entry-comments-link::before {
	content: "\f101";
	margin-top: 2px;
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f469";
}

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



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

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

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

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

.comment-list li li {
	margin-right: -32px;
}

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

.bypostauthor {
}


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

.sidebar {
	font-size: 18px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

/*
Before Footer Widgets
---------------------------------------------------------------------------------------------------- */

.home .before-footer-widgets {
	display: none;
}

.before-footer-widgets {
	margin-top: 0px;
	text-align: center;
}

.before-footer-widgets .wrap {
}


.before-footer-widgets p.no-break {
	display: none;
}

.footer-row {
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-row a {
	color: #000;
	text-decoration: underline;
}	

.social img,
.footer-row .social img {
	background: #000;
	height: 30px;
}


.social-sidebar img {
	background: #000;
	height: 45px;
}


.social-sidebar img:hover,
.social img:hover,
.footer-row .social img:hover {
	background: #e48cb8;
}





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

.footer-widgets {
	border-top: double #ddd;
	clear: both;
	padding: 20px 0 20px;
}

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 320px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	display: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 40px 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #222;
}

.site-footer a:hover {
	color: #e48cb8;
}

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


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

.after-footer {
	color: #999;
	font-size: 16px;
	line-height: 1;
	margin: -40px auto 0;
	max-width: 1140px;
	text-align: center;
}

.after-footer .wrap {
	padding: 20px 0;
}

.after-footer p:last-child {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.footer-row {
	 padding-left: 20px;
	 padding-right: 20px;

	}




	.sidebar-primary {
		width: 250px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		width: 270px;
	}

	.footer-widgets-2 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

}

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

		.book-align img {
		max-width: 33% !important;
	}
	
.social-sidebar img {
	background: #000;
	height: 40px !important;
}

.single .sidebar-primary {
	width: 30%  !important;;
    max-width: 210px  !important;;
}

.single .content {
	width: 65% !important;
}


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

	.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-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}


/* Allow Sticky Header */
@media (max-width:991px) {
	header[data-type="header"]{
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}


	.admin-bar header[data-type="header"] {
		top: 32px;
	}
	
	.site-inner {
	    margin: 58px 0 40px;
    }
}


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


.hero .fl-row-content-wrap {
    height: 100px;
}

.before-header .support,
.before-header .connect {
    width: 48%;
	max-width: 260px; 
}


.before-header .connect {
    padding: 9.5px 10px;
}

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


	

	.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;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu:after,
	.genesis-nav-menu.responsive-menu .sub-menu:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}
	
	.nav-secondary .genesis-nav-menu.responsive-menu a,
	.nav-secondary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 14px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

}


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



.single .sidebar-primary,
.sidebar-primary {
	width: 100%  !important;;
    max-width: 400px  !important;
	text-align: center;
	margin: 0 auto 0;
	float: none;
	clear: both;
}

.single .content,
.content {
    width: 100% !important;
}

.fl-node-5893af700fdbb {
	font-size: 10px;
	padding: 30px 5px;
}

	
.fl-slide-text * {
	color: #fff !important;
}

.fl-slide-content {
    background-color: #000 !important;
}

}

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

	.book-align img {
		max-width: 100% !important;
		float: none !important;
	}

}



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


	.book-align img {
		max-width: 100% !important;
		float: none !important;
    margin: 0 0 0px 0px;

	}
 
.fl-slide {
    width: 490px !important;
    margin-left: -60px !important;
}

.fl-content-slider-navigation {
	    margin-top: 30px !important;
}

.fl-content-slider-navigation .fl-content-slider-svg-container {
    position: relative;
    width: 20px !important;
    height: 20px !important;
}



.before-header .support,
.before-header .connect {
    width: 48%;
	max-width: 260px;
	 
}

.before-header .support {
    padding: 14px 20px;
}


.before-header .connect .label,
.before-header .connect .buttons {
	float: none;
	text-align: center;
	margin: 3px auto 0;
	clear: both;
}


	body {
		font-size: 90% !important;
		padding-left: 0;
		padding-right: 0;
	}

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

	

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

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

	

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

	body h2.fl-post-feed-title,
	 .entry-title {
		font-size: 24px;
	}

}

