/*
	Theme Name: Daily Dish Pro
	Theme URI: https://my.studiopress.com/themes/daily-dish/
	Description: A mouth-watering moble responsive food-blogging theme.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.0.0

	Tags: one-column, three-columns, two-columns, custom-colors, custom-header, custom-menu, e-commerce, accessibility-ready, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.5.2

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

	Text Domain: daily-dish-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- 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
	- Skip Links
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Header Search
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*Headline Font*/

@font-face {
	font-family: 'ZCOOLXiaoWei-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('ZCOOLXiaoWei-Regular'), url('fonts/ZCOOLXiaoWei-Regular.ttf') format('truetype');
	font-display: swap;
}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-attachment: fixed;
	background-color: #f5f5f5;
	background-position: top left;
	background-repeat: repeat;
	color: #000;
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.625;
}

body {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

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

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

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

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

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

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

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

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

a:focus,
a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	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;
}

mark {
	background: #ddd;
	color: #000;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */
.single-post .content .post h1,
.single-post .content .post h2,
.single-post .content .post h3 {
	font-family: 'ZCOOLXiaoWei-Regular', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Georgia',Arial,sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

img {
	height: auto;
	vertical-align: top;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 10px 15px;
	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: #757575;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #757575;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 15px;
	text-align: center;
	white-space: normal;
	width: 100%;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #d9037f;
	color: #fff;
	text-decoration: none;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
	background-color: #d9037f;
	color: #fff;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #565656;
	cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
	margin: 40px auto;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1280px;
}

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

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

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

/* Content */

.content {
	float: right;
	padding-top: 20px;
	width: 780px;
}

.daily-dish-home .content {
	padding-top: 0;
}

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

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

/* Primary Sidebar */

.sidebar {
	float: right;
	width: 320px;
}

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


/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

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

.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 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: -10px;
	text-align: center;
	color: #888;
}

.breadcrumb a {
	color: #888;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	color: #d9037f;
}


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

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
	margin-top: 4px;
}

.author-box p {
	font-size: 18px;
	font-size: 1.8rem;
}

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


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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.header-search-wrap 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;
}

.header-search-wrap input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	outline: 0;
	padding: 14px 23px;
	right: 2px;
	top: 2px;
}

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

.archive-title {
	font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
}
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	text-transform: none;
}

.sidebar .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #d9037f;
	text-decoration: none;
}

.widget-title {
	background-color: #f5f5f5;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	padding: 15px 15px 14px;
	position: relative;
	line-height: 1.15;
}
.title-before {
	position: absolute;
    left: 0px;
    top: 0;
    width: 4px;
    height: 100%;
    content: '';
    background: #d9037f;
}
/* 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;
}
.before-footer-widgets .entry-title {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.4;
}
.before-footer-widgets img {
	margin-bottom: 10px;
}
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 {
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 30px;
}


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

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

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

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

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

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

.home-bottom,
.home-middle,
.home-top {
	overflow: hidden;
}

.home-middle,
.home-top {
	margin-bottom: 10px;
}

.home-middle .featuredpost .entry {
	float: left;
	width: 340px;
}

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

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

.home-middle .featured-content .alignnone {
	margin-bottom: 32px;
}

.home-bottom .featured-content .entry-title,
.home-middle .featured-content .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 40px;
}
.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

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


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

/* Easy Recipe
--------------------------------------------- */

div.easyrecipe {
	margin-bottom: 30px;
}

.ERComment .ERRateBG {
	margin-left: 5px;
	margin-top: 7px;
}

span.ERComment {
	margin-bottom: 20px !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews p {
	margin-bottom: 20px;
}

.enews form + p {
	margin-top: 20px;
}

.enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="email"] {
	font-size: 18px;
	font-size: 1.8rem;
}

.enews-widget input[type="submit"] {
	background-color: #000;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	background-color: #d9037f;
	color: #fff;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.daily-dish-home .content #genesis-responsive-slider,
.daily-dish-home .content .genesis_responsive_slider li {
	border: none;
}

.daily-dish-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt,
.daily-dish-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt-border {
	background: rgba( 0, 0, 0, 0.8 );
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 24px;
}

.daily-dish-home .content #genesis-responsive-slider,
.daily-dish-home .content .genesis_responsive_slider .slides li,
.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.daily-dish-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.daily-dish-home .content .genesis_responsive_slider h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	text-transform: none;
}

.daily-dish-home .content .genesis_responsive_slider h2 a,
.daily-dish-home .content .genesis_responsive_slider p {
	color: #fff;
}

.daily-dish-home .content .genesis_responsive_slider a:focus,
.daily-dish-home .content .genesis_responsive_slider a:hover {
	color: #fff;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a:focus,
.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}

.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}

.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a:focus.prev,
.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


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

.before-header {
	line-height: 1;
	margin: 0 auto -40px;
	max-width: 1280px;
	text-align: center;
}

.before-header,
.before-header p {
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
}

.before-header .wrap {
	padding: 10px 0;
}

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


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

.site-header {
	padding: 70px 0 60px;
	text-align: center;
}

.site-title {
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 5px;
}

.site-description,
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
}

.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: 80px;
	margin: 0 auto;
	max-width: 400px;
}

.site-description {
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	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,
.genesis-nav-menu .toggle-header-search {
	display: inline-block;
	text-align: center;
}

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

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #000;
	display: block;
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 18px 20px 16px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #d9037f;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	padding-top: 11px;
	position: absolute;
	top: calc( 100% - 11px );
	-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;
	top: -9px;
}

.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;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	border-bottom: double #ddd;
	border-top: double #ddd;
}

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

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

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

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #d9037f;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu:first-of-type a {
	border-top-width: 1px;
}

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

.menu-wrap {
	position: relative;
}

.header-search-wrap {
	display: none;
}

.header-search-wrap:focus {
	outline: none;
}

.js .header-search-wrap {
	left: 0;
	padding: 10px 20px;
	position: absolute;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	width: 100%;
	z-index: 1001; /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: 100%;
}

.search-visible .header-search-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #000;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px,0,0);
	transition: transform .2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}

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

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

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

.nav-secondary .genesis-nav-menu a {
	font-weight: 300;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
	color: #d9037f;
}

.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 #000;
	border-top-width: 0;
	color: #000;
}

.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #d9037f;
}

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

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu:first-of-type a {
	border-top-width: 1px;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: relative;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

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

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


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

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

.entry {
	margin-bottom: 40px;
}

.page .entry {
	margin-bottom: 0;
}
.home .home-bottom .entry {
	margin-bottom: 30px;
}
.single .entry {
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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;
}

.caption {
	margin-top: -20px;
	text-align: center;
}

/* Entry Meta
--------------------------------------------- */
.single-post p.entry-meta,
.blog p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
} 
p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
}

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

p.entry-meta a:focus,
p.entry-meta a:hover {
	color: #d9037f;
}

.single p.entry-meta {
	margin-bottom: 0;
}

.page .content .entry-header,
.single .content .entry-header {
	text-align: center;
}
.home .content .entry-header {
	text-align: left;
}
.featured-content .entry-header {
	margin-bottom: 10px;
}
.page .content .entry-header::after,
.single .content .entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 30px;
	width: 2.5%;
}
.home .content .entry-header::after {
	border-bottom: 0px solid #000;
	content: "";
	display: initial;
}
.entry-footer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* 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;
	font-size: 1.6rem;
	padding: 8px 18px;
}

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

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

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

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

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-list .comment-respond {
	margin-bottom: 0;
	padding-top: 40px;
}

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


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar p {
	margin-bottom: 20px;
}

.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: 40px;
	overflow: hidden;
}


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

.before-footer-widgets {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -40px;
	text-align: center;
}

.before-footer-widgets .wrap {
	padding: 20px 0px 5px 0px;
}


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

.footer-widgets {
	border-top: double #ddd;
	clear: both;
	padding: 32px 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: 352px;
}

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

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

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


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

.site-footer {
	border-top: double #ddd;
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	padding: 25px 20px;
	text-align: center;
}

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

.site-footer a:focus,
.site-footer a:hover {
	color: #d9037f;
}

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

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

.after-footer {
	line-height: 1;
	margin: -40px auto 0;
	max-width: 100%;
	text-align: center;
}

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

.after-footer,
.after-footer p {
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
}

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

.after-footer .nav-secondary li {
	border-bottom: 0px dotted #ddd;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.after-footer .nav-secondary li a {
	padding: 15px;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.genesis_responsive_slider #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}

}

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

	.after-footer{
		max-width: 100%;
	}
	.before-header,
	.site-container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		width: 1000px;
	}

	.home-middle .featured-content .entry {
		width: 275px;
	}

	.content {
		width: 630px;
	}

	.sidebar {
		width: 280px;
	}

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

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

	.footer-widgets-1 {
		margin-right: 40px;
	}
	.before-footer-widgets .featuredpost .entry {
		display: inline-block;
		max-width: 220px;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.post-table {
		font-size: 16px;
	}
	.post-table .corporate-btns {
		font-size: 15px;
	}

}

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

	.after-footer {
		width: 100%;
	}
	.before-header,
	.site-container {
		width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar {
		width: 100%;
	}

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

	.widget:last-child {
		margin-bottom: 0px;
	}
	.home-middle a.alignnone,
	.home-middle a.alignnone img {
		width: 100%;		
	}
	.before-footer-widgets .featuredpost .entry {
    	display: inline-block;
    	max-width: 310px;
    	margin-bottom: 10px;
    	vertical-align: top;
	}

}

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

	.daily-dish-landing .site-container,
	.site-container {
		width: 90%;
	}

	.after-footer,
	.before-header {
		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 Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #000;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		color: #d9037f
	}

	#genesis-mobile-nav-secondary,
	#genesis-mobile-nav-primary {
		padding: 12px 10px 10px;
	}

	#genesis-mobile-nav-secondary,
	.nav-secondary .sub-menu-toggle {
		color: #fff;
	}

	.nav-secondary .sub-menu-toggle:focus,
	.nav-secondary .sub-menu-toggle:hover,
	#genesis-mobile-nav-secondary:focus,
	#genesis-mobile-nav-secondary:hover {
		background: #000;
		color: #d9037f;
	}

	#genesis-mobile-nav-primary {
		background: #fff;
		border-bottom: double #ddd;
		border-top: double #ddd;
		color: #000;
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #d9037f;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		font-size: 1.45em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu.nav-primary {
		border-top: 0;
		padding-top: 1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover {
		color: #d9037f;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu.nav-secondary .genesis-nav-menu .sub-menu a {
		background-color: #000;
		color: #fff;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: #fff;
		color: #000;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
		padding-top: 0;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.home-middle a.alignnone,
	.home-middle a.alignnone img {
		width: 100%;		
	}
	.before-footer-widgets .featuredpost .entry {
    	display: inline-block;
    	max-width: 280px;
    	margin-bottom: 10px;
    	vertical-align: top;
	}
	
}
@media only screen and (max-width: 534px) {
	.relpost-thumb-wrapper h4 {
		text-align: center;
	}
	.relpost-block-single > div {
		width: 100%!important;
		height: auto!important;
	}
	.relpost-block-single-image {
		width: 100%!important;
		height: 200px!important;
	}
}

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

	.daily-dish-landing .site-container,
	.site-container {
		margin-bottom: 0;
		margin-top: 0;
		width: 100%;
	}

	.after-footer,
	.before-header,
	.site-container {
		padding-left: 20px;
		padding-right: 20px;
	}

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

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

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

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

	.entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

}

/*Readmore Button*/

.home a.more-link {
	margin-top: -10px;
}
a.more-link {
	float: right;
    margin-top: 20px;
	position: relative;
  	color: inherit;
  	text-decoration: none;
  	line-height: 24px;
}
.textwidget a.more-link {
	margin-top: 0;
}
.blog a.more-link {
	margin-top: 8px;
	margin-bottom: 25px;
}
.widget_recent_entries ol li a,
.widget_recent_entries ul li a {
	position: relative;
  	color: inherit;
  	text-decoration: none;
  	line-height: 24px;
}

a.more-link:before, 
a.more-link:after,
.widget_recent_entries ol li a:before,
.widget_recent_entries ol li a:after,
.widget_recent_entries ul li a:before,
.widget_recent_entries ul li a:after {
  	content: "";
  	position: absolute;
  	transition: transform 0.5s ease;
}

.more-link,
.widget_recent_entries ol li a,
.widget_recent_entries ul li a {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.more-link:before,
.widget_recent_entries ol li a:before,
.widget_recent_entries ul li a:before {
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 2px;
  	background: #0883a4;
  	transform: scaleX(0);
}
.more-link:hover:before,
.widget_recent_entries ol li a:hover:before,
.widget_recent_entries ul li a:hover:before {
  transform: scaleX(1);
}

a.more-link:hover {
	text-decoration: none;
}
.home-top a.more-link {
	margin-top: 10px;
}

/* Preloader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    transition: all 0.4s ease-out;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#3498db */ #969696;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#e74c3c*/ #9f9f9f;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#f9c922*/ #c6c6c6;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /*background: #222;*/
    background: #fff;
    z-index: 1000;
}


#loader-wrapper .loader-section.section-left {
    left: 0;
    display:none;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
    display:none;
}

/* Loaded styles Win-OS*/
.js #loader-wrapper .loader-section.section-left {
    background: transparent;
    transition: all 0.9s ease-out;

    /*-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateX(-100%);  /* IE 9 */
    /*transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.js #loader-wrapper .loader-section.section-right {
    background: transparent;
    transition: all 0.9s ease-out;

    /*-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateX(100%);  /* IE 9 */
    /*transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.js #loader {
    opacity: 0;

    /*-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.js #loader-wrapper {
    background: transparent;
    visibility: hidden;

    /*-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateY(-100%);  /* IE 9 */
    /*transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    /*transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/*Animation Button Effect*/
/*Button CSS*/
.corporate-btns {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	border-radius: 9rem;
	width: auto;
	color: #ffffff;
	display: table-cell;
}
.post-table .corporate-btns {
	display: block;
}
.header-widget-area .corporate-btns {
	width: auto;
}
.button.outline {
	color: #ffffff!important;
}
.post-table .corporate-btns a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 5.5px 12px;
}
.corporate-btns{
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 5.5px 20px;
}
.corporate-btns a:hover {
	color: #fff;
}
.corporate-btns::before, 
.corporate-btns::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.corporate-btns::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.corporate-btns:hover::before, 
.corporate-btns:hover::after {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}


.corporate-btn {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	width: auto;
	color: #ffffff;
	display: table-cell;
}
.header-widget-area .corporate-btn {
	width: auto;
}
.button.outline {
	color: #ffffff!important;
}
.corporate-btn a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
}
.corporate-btn a:hover {
	color: #fff;
}
.corporate-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.corporate-btn::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.corporate-btn::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.corporate-btn:hover::before, 
.corporate-btn:hover::after {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}
.btn-effect a:hover,
.btn-effect a:focus,
.btn-effect a:visited {
	color: #ffffff;
	text-decoration: none;
}
.btn-effect {
	display: inline-block;
}
/*Button*/

.su-button {
	color: #FFFFFF;
  background-color: #dd3333;
  border-color: #b12929;
  padding: 3px;
  border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.su-button span {
	color: #FFFFFF;
  padding: 4px 15px;
  font-size: 18px;
  line-height: 30px;
  border-color: #e77070;
  border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
	margin: 1px;
}
/*Notification Style*/
.notification-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Georgia',Arial,sans-serif;
	margin-bottom: 25px;
	padding: 10px 14px 10px 44px;
	position: relative;
	box-shadow: 0px 1px 5px #999;
}
.notification-box:before {
	font-size: 21px;
	left: 14px;
	position: absolute;
}
.nots-information {
	background-color: #109cfb;
}

.nots-information:before {	
	margin-left: 4px;
	margin-top: 5px!important;
}
.nots-success {
	background-color: #04af4c;
}

.nots-success:before {	
	margin-left: 4px;
	margin-top: 5px!important;
}
.nots-notice {
background-color: #585858;
}

.nots-notice:before {
	margin-left: 4px;
	margin-top: 5px!important;
}
.nots-tip {
	background-color: #fb9504;
}

.nots-tip:before {
	margin-left: 4px;
	margin-top: 5px!important;
}
.nots-failure {
	background-color: #e62f1c;
}
.nots-failure:before {
	margin-left: 4px;
	margin-top: 5px!important;
}
.dasicon-list {
		padding: 15px
}
/*Dash Icon*/
a:hover.nots-success:before,
a:hover.nots-tip:before,
a:hover.nots-notice:before,
a:hover.nots-failure:before,
a:hover.dashicons-links:before,
a:hover.dashicons-media:before,
a:hover.dashicons-external:before,
a:hover.dashicons-arrow-right-alt:before,
a:hover.dashicons-controls:before,
a:hover.dashicons-video:before,
a:hover.dashicon-nots:before,
a:hover.dashicon-success:before,
a:hover.dashicon-megaphone:before,
a:hover.dashicon-lightbulb:before,
a:hover.dashicon-no:before,
a:hover.dashicons-controls-play:before,
a:hover.dashicons-controls-forward:before,
a:hover.dashicons-redo:before,
a:hover.dashicons-visibility:before,
a:hover.dashicons-arrow-right:before,
a:hover.dashicons-arrow-right-alt2:before,
a:hover.dashicons-share-alt2:before,
a:hover.dashicons-migrate:before,
a:hover.dashicons-admin-page:before,
a:hover.dashicons-download:before,
a:hover.dashicons-yes-alt:before,
a:hover.dashicons-star-filled:before,
a:hover.dashicons-thumbs-up:before,
a:hover.dashicons-thumbs-down:before,	
a:hover .single-post .entry-author::before, 
a:hover .single-post .entry-categories::before, 
a:hover .single-post .entry-comments-link::before, 
a:hover .single-post .entry-tags::before, 
a:hover .single-post .entry-time::before,
a:hover .nots-success:before,
a:hover .nots-tip:before,
a:hover .nots-notice:before,
a:hover .nots-failure:before,
a:hover .dashicons-links:before,
a:hover .dashicons-media:before,
a:hover .dashicons-external:before,
a:hover .dashicons-arrow-right-alt:before,
a:hover .dashicons-controls:before,
a:hover .dashicons-video:before,
a:hover .dashicon-nots:before,
a:hover .dashicon-success:before,
a:hover .dashicon-megaphone:before,
a:hover .dashicon-lightbulb:before,
a:hover .dashicon-no:before,
a:hover .dashicons-controls-play:before,
a:hover .dashicons-controls-forward:before,
a:hover .dashicons-redo:before,
a:hover .dashicons-visibility:before,
a:hover .dashicons-arrow-right:before,
a:hover .dashicons-arrow-right-alt2:before,
a:hover .dashicons-share-alt2:before,
a:hover .dashicons-migrate:before,
a:hover .dashicons-admin-page:before,
a:hover .dashicons-download:before,
a:hover .dashicons-yes-alt:before,
a:hover .dashicons-star-filled:before,
a:hover .dashicons-thumbs-up:before,
a:hover .dashicons-thumbs-down:before {
	-webkit-animation: bounceright 0.3s alternate ease;
    animation: bounceright 0.3s alternate ease;
}

.nots-success:before,
.nots-tip:before,
.nots-notice:before,
.nots-failure:before,
.dashicons-links:before,
.dashicons-media:before,
.dashicons-external:before,
.dashicons-arrow-right-alt:before,
.dashicons-controls:before,
.dashicons-video:before,
.dashicon-nots:before,
.dashicon-success:before,
.dashicon-megaphone:before,
.dashicon-lightbulb:before,
.dashicon-no:before,
.dashicons-controls-play:before,
.dashicons-controls-forward:before,
.dashicons-redo:before,
.dashicons-visibility:before,
.dashicons-arrow-right:before,
.dashicons-arrow-right-alt2:before,
.dashicons-share-alt2:before,
.dashicons-migrate:before,
.dashicons-admin-page:before,
.dashicons-download:before,
.dashicons-yes-alt:before,
.dashicons-star-filled:before,
.dashicons-thumbs-up:before,
.dashicons-thumbs-down:before {
	display: inline-block;
	font: bold 18px/1 'dashicons';
	margin-right: 5px;
	margin-top: 4px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;	
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}


.entry-header .entry-meta a:hover {
	color: #333;
}
.blog .entry-author::before,
.blog .entry-categories::before,
.blog .entry-comments-link::before,
.blog .entry-tags::before,
.blog .entry-time::before,
.single-post .entry-author::before,
.single-post .entry-categories::before,
.single-post .entry-comments-link::before,
.single-post .entry-tags::before,
.single-post .entry-time::before{
	display: inline-block;
	font: normal 16px/1 'dashicons';
	margin-right: 2px;
	margin-top: 4px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 2px;
	margin-top: 4px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
.dasicon-list .entry-author::before,
.dasicon-list .entry-categories::before,
.dasicon-list .entry-comments-link::before,
.dasicon-list .entry-tags::before,
.dasicon-list .entry-time::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
	margin: 0 1px 0 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

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

.entry-comments-link::before {
	content: "\f101";
}

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

.entry-time::before {
	content: "\f469";
}
.dashicon-nots:before {
	content: "\f534";
}
.dashicon-success:before {
	content: "\f147";
}
.dashicon-megaphone:before {
	content: "\f488";
}
.dashicon-lightbulb:before {
	content: "\f339";
}
.dashicon-no:before {
	content: "\f158";	
}
.dashicons-controls-play:before {
	content: "\f522";
}
.dashicons-controls-forward:before {
	content: "\f519";
}
.dashicons-redo:before {
	content: "\f172";
}
.dashicons-visibility:before {
	content: "\f177";
}
.dashicons-arrow-right:before {
	content: "\f139";
}
.dashicons-arrow-right-alt2:before {
	content: "\f345";
}
.dashicons-share-alt2:before {
	content: "\f242";
}
.dashicons-migrate:before {
	content: "\f310";
}
.dashicons-admin-page:before {
	content: "\f105";
}
.dashicons-download:before {
	content: "\f316";
}
.dashicons-yes-alt:before {
	content: "\f12a";
}
.dashicons-star-filled:before {
	content: "\f155";
}
.dashicons-thumbs-up:before {
	content: "\f529";
}
.dashicons-thumbs-down:before {
	content: "\f542";
}
.dashicons-links:before {
	content: "\f103";
}
/*Icon effect*/
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
/*Shortcode Ultimate*/
.su-box.cons {
	border-color: #e60e0e!important;
}
.su-row .su-column {
    margin: 0 0 0 2%!important;
}
.su-column-size-1-2 {
    width: 49%!important;
}
.su-row .su-column:first-child {
    margin-left: 0!important;
}
.su-box-content {
	color: #000!important;
}
@media only screen and (max-width: 768px) {
.su-row .su-column {
    width: 100%!important;
    margin: 0 0 1.5em;
    float: none;
	}
}
.home-con {
	margin-top: 20px;
	font-size: 24px;
}
/*Blockquote CSS*/
.entry-content blockquote {
    display: block;
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 100vw;
    margin: 3em 0;
    padding: 0 60px 2.5em;
    padding: 0 6rem 2.5em;
    border: 0;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    background-color: #f3f3f3;
    text-align: center;
    transform: translate(-50%);
}

.entry-content blockquote:before {
    display: block;
    width: 1em;
    margin: -0.26em auto;
    color: rgba(42, 49, 57, 0.2);
    background-color: #ffffff00;
    font-family: 'Georgia',Arial,sans-serif;
    font-size: 120px;
    font-size: 12rem;
    line-height: 1;
    content: '“';
	font-style: normal;
}

p.first-child:first-letter {
  color: #7029ef;
  float: left;
  font-family: 'Georgia',Arial,sans-serif;
  font-size: 65px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.lwptoc_i {
	padding: 8px 18px 4px!important;
}
.widget_recent_entries .widget-wrap ul li:before {
    display: inline-block;
    font: bold 18px/1 'dashicons';
    margin-right: 0px;
    margin-top: 5px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}
.widget_recent_entries .widget-wrap ul li:before {
    content: "\f139";
}

.sep-img {    
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page .sep-img,
.single-post .sep-img {
	display: none;
}
.archive article:last-of-type img.sep-img,
.blog article:last-of-type img.sep-img {
  display: none;
}
.blog article:last-of-type {
	margin-bottom: 0;
}

/*Post Table*/
.post-table table tr {
	text-align: center;
    border: 1px solid #ef3838;
}
.post-table table tr th {
	text-align: center;
    background-color: #f55959;
	border: 1px solid #ef3838;
    color: #fff;
    font-weight: 400;
	padding: 2px;
}
.post-table td {
    text-align: left;
    border: 1px solid #ef3838;
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
}
.post-table ul {
	margin-bottom: 0px;
    margin-left: 20px;
}
/*Footer Css*/
.footer-widgets .flexible-widgets .wrap {
	padding-bottom: 0;
}
.site-footer .nav-secondary {
    border-bottom: 2.5px solid #d6d2d2;
}

.site-footer .footer-d {
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 16px;
    color: #888;
    line-height: 1.5;
    letter-spacing: .5px;
    padding-top: 8px;
}
.site-footer .footer-c {
	font-family: 'Georgia',Arial,sans-serif;
	font-size: 16px;
    color: #888;
    line-height: 1.5;
    letter-spacing: .5px;
}
/*Responsive Table*/
@media (max-width: 800px) {

    .responsive-table tr,
    .responsive-table td {
    	display: block;
        clear: both;
        height: auto;
    }

    .responsive-table td {
    	text-align: left;
        width: auto;
        box-sizing: border-box;
        overflow: auto;
    }

    .responsive-table tr:nth-child(even),
    .responsive-table tr:nth-child(even) td {
        background: #ffffff;
    }

    .responsive-table tr:nth-child(odd),
    .responsive-table tr:nth-child(odd) td {
        background: #fff;
    }

    .responsive-table td {
        padding: 12px 10px!important;
		padding-top: 16px!important;
    }

    .responsive-table td[data-my-column]:before {
    	display: inline-block;
    	content: attr(data-my-column);
    	float: left;
        text-align: left;
        white-space: pre-line;
    }

    .responsive-table tr:first-of-type {
    	display: none;
    }

    .responsive-table .my-div {
        max-width: 49%;
        display: inline-block;
    }

    .responsive-table td[data-my-column]:before {
        max-width: 49%;
    }
	.responsive-table tr {
		margin-bottom: 20px;
	}
	.post-table a.cp-btn {
		font-size: 18px;
	}
	.post-table table {
		border: 0px!important;
	}
	.post-table tr td:last-child {
    	text-align: center
	}
	.alignright {
    	float: none;
	}
}

/*Table Button*/
.post-table a.ef-btn {
    width: 8em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    font-family: 'Georgia',Arial,sans-serif;
    position: relative;
    transition: 0.5s;
    margin: 0.4em;
	padding: 16px;
}

.post-table a.ef-btn::before,
.post-table a.ef-btn::after {
    content: '';
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    background-color: #f55959;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.5, -0.5, 0.25, 1.5);
    top: calc(50% - 0.6em / 2);
}

.post-table a.ef-btn::before {left: 0; z-index: -1;}
.post-table a.ef-btn::after {right: 0; z-index: -2;}

.post-table a.ef-btn:hover {
    color: white;
}

.post-table a.ef-btn:hover::before,
.post-table a.ef-btn:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #f55959;
}

.post-table a.ef-btn:hover::before {
    top: 0;
}

.post-table a.ef-btn:hover::after {
    right: -0.4em;
    filter: brightness(0.8);
}

.dashicons-twitter a:before {
    content: "\f301";
}
.dashicons, .dashicons-before a:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}

/*nave Menu & search fonts */
@font-face {
    font-family: "Ionicons";
    src: url("fonts/ionicons.eot?v=4.1.1");
    src: url("fonts/ionicons.eot?v=4.1.1#iefix") format("embedded-opentype"), url("fonts/ionicons.woff2?v=4.1.1") format("woff2"), url("fonts/ionicons.woff?v=4.1.1") format("woff"), url("fonts/ionicons.ttf?v=4.1.1") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ion, .ionicons, 
.ion-ios-search:before, 
.ion-ios-close-empty:before {
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-ios-search:before {
    content: "\f4a5";
}
.ion-ios-close-empty:before {
	content:"\f406"
}
/*Related Post CSS*/
.relpost-block-single {
	margin: 4px!important;
}
.relpost-block-single-text {
	margin: 10px 0 0!important;
	line-height: 1.4!important;
}
.relpost-block-single:hover {
	text-decoration: none;
}
.relpost-thumb-container h4 {
	margin-bottom: 5px;
	font-weight: 600;
}

.single-post .entry-content a {
	text-decoration: underline;
}
.single-post .entry-content a:focus,
.single-post .entry-content a:hover,
.single-post .entry-content a:visited {
	color: #888;
	text-decoration: none;
}
.single-post .entry-content .post-table a.corporate-btns:focus,
.single-post .entry-content .post-table a.corporate-btns:hover,
.single-post .entry-content .post-table a.corporate-btns:visited {
	color: #fff;
}
.single-post .entry-content a.corporate-btns:focus,
.single-post .entry-content a.corporate-btns:hover,
.single-post .entry-content a.corporate-btns:visited {
	color: #fff;
	text-decoration: none;
}
.single-post .entry-content ul li a,
.single-post .entry-content ol li a,
.single-post .entry-content a.corporate-btns,
.single-post .entry-content .post-table a,
.relpost-block-single {
	text-decoration: none!important;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}