/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.0.2
  
	Template: genesis
	Template Version: 2.0.2
 
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/



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

/* Baseline Normalize
	normalize.css v2.1.2 | 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]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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:bold}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:-0.5em}sub{bottom:-0.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
--------------------------------------------- */

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

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


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

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

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

body {
	background-color: #fff;
    color: #414141;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: 1.7625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #333;
	color: #fff;
}

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

a {
	color: #2f8781;
	text-decoration: none;
	transition: .5s;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #66717a;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #8a7780;
}

blockquote {
	margin: 40px auto;
    text-align: center;
font-size: 24px;
    font-weight: 600;
    padding: 0 10%;
}

blockquote p:last-of-type{
margin: 0 auto;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
	color: #66717a;
	margin: 0 0 5px;
font-weight: 500;
line-height: 1.5;
}

h1 {
	font-size: 32px;
}
h2{
	font-size: 28px;
}

.entry-title {
text-transform: none;
	font-size: 28px;
}

.entry-title a{
	color: #66717a;
	font-size: 28px;
}

.single .content .entry-title{
font-size: 34px;
	font-weight: 600;
}

.archive .content .entry-title,
.archive .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a{
	font-size: 24px;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widgettitle{
    text-align: center;
	font-size: 15px;
	text-transform: uppercase;
letter-spacing: 1px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

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

.wp-caption {
padding: 5px;
}


img {
	height: auto;
max-width: 100%;
}

.screen-reader-text{
display: none;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	font-size: 12px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

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

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

::-moz-placeholder {
	color: #444;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #444;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #b1c2b9;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
	transition: .5s;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #8a7780;
	color: #fff;
}

.button {
	display: inline-block;
}

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


/* 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;
	text-transform: uppercase;
}

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


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

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

.page-template-recipes .site-inner,
.page-template-homepage .site-inner{
	max-width: 100%;
	padding: 0;
}


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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

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

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 110px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

.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
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

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

.alignright .avatar {
	margin-left: 24px;
}
.search-form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    line-height: 1;
}

.search-form input[type=search] {
    background: none;
    padding: 5px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    width: 80%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.search-form input[type=submit] {
    background: url(images/search.svg) right center no-repeat;
    background-size: 16px 16px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}

.sticky {
}

 .aligncenter {
	
display: block;
	
margin: 0 auto 5px;

}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
color: #999;
}

.breadcrumb a{
color: #999;
}

.author-box {
	background: #f5f7f7;
text-align: center;
font-size: 16px;
	padding: 40px;
color: #66717a;
}

.author-box-title {
font-weight: 600;
	font-size: 22px;
	margin-bottom: 4px;
color: #66717a;
}


.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
margin: 0 auto 5px;
	border-radius: 50%;
	float: none;
}

#cat-bar{
	background: #66717a;
padding: 2% 2%;
	text-align: center;
}

.cattitle{
display: inline-block;
	vertical-align: middle;
width: 49%;
text-align: left;
}

#cat-bar h1{
	font-weight: 300;
	text-transform: capitalize;
letter-spacing: 0;
font-size: 38px;
	color: #fff;
}

.catsub{
	width: 100%;
	max-width: 1240px;
	clear: both;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	margin: 20px auto;
	text-align: center;
}

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
border-radius: 25px;
padding: 5px 20px;;
color: #fff;
	background: #b1c2b9;
border: 2px solid #b1c2b9;
}

.catsub a:hover{
	color: #b1c2b9;
	background: #fff;
}

.archive-description{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0px;
	padding: 25px 0 0;
text-align: center;
	font-size: 18px;
}

.archive-description p{
	max-width: 1100px;
	margin: 0 auto;
}

.archive-description p:last-of-type{
margin-bottom: 0;
}

.pop-cat{
background: #F4F7F7;
	width: 100%;
	max-width: 100%;
	padding: 2%;
	margin: 55px auto;
	position: relative;
}

.display-posts-listing{
	width: 100%;
	max-width: 1200px;
margin: 0 auto;
}

.display-posts-listing:before{
	content: 'Currently Trending';
    font-family: 'Oswald',sans-serif;
    font-size: 32px;
    font-weight: 300;
		display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 60px;
    color: #66717a;
}

.display-posts-listing li{
	list-style-type: none;
width: 33%;
	display: inline-block;
	vertical-align: top;
padding: 2%;
line-height: 1.1;
}

.display-posts-listing a.title{
    color: #66717a;
	font-family: 'Oswald',sans-serif;
font-size: 24px;
font-weight: 400;
}

.catsearch {
display: inline-block;
	vertical-align: middle;
width: 48%;
	margin: 0 auto;
padding: 0px 0;
}

.catsearch .search-form{
	width: 100%;
	background: #fff;
border: none;
border-radius: 20px;
padding: 7px 15px;
max-width: 280px;
	float: right;
}

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Screen reader text
--------------------------------------------- */

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	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;
}

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

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

.featured-content{
overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}

.sidebar .featured-content .entry{
width: 48% !Important;
padding: 1%;
display: inline-block;
vertical-align: top;
margin: 0 auto 5px;
}


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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

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

.site-header {
	background-color: #fff;
	width: 100%;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.08);
position: relative;
z-index: 999;
}

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

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 30%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
    height: 0;
}

/* Full width header, no widgets */


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

/* Logo, hide text */

.header-image .site-title a {
	background: url(images/header.svg) no-repeat;
	background-size: 100% auto;
	/*background-image: url(images/header.svg), none;*/
	background-position: center !important;
	background-size: contain !important;
min-height: 70px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}


.header-image .site-header .widget-area {
	padding: 10px 0;
}




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


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

.nav-primary {
float: right;
width: 68%;
margin: 0px auto;
font-size: 20px;
	font-weight: 300;
}

.nav-primary .wrap{
text-align: right;
margin: 0px auto;
overflow: hidden;
}

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

.nav-primary a {
	border: none;
	color: #66717a;
	display: block;
	padding: 5px 9px;
	position: relative;
	transition: .5s;
}

.shrink .nav-primary a{
	padding: 0 10px;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #66717a;
}

.nav-primary a:hover{
color: #b1c2b9;
}

.nav-primary .sub-menu{
	color: #66717a;
    -webkit-box-shadow: 0 0 10px 0 rgba(50,50,50,.15);
    -moz-box-shadow: 0 0 10px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 10px 0 rgba(50,50,50,.15);
    background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
	color: #66717a;
background: #fff;
	font-size: 15px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

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

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.nav-primary .menu-item:hover {
	position: static;
}

.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content a {
text-decoration: underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	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-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
}

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

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

.single .content .entry-header{
border-bottom: 5px solid #f5f7f7;
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
	margin: 0px auto;
padding: 0;
text-align: center;
display: none;
	width: 100%;
	clear: both;
}

.entry-footer h5{
font-size: 24px;
	font-weight: 600;
	color: #66717a;
}

.single .entry-footer .entry-meta {
display: block;
}

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

.single .entry-footer{
	border: 2px solid #f5f7f7;
padding: 2% 2% 1%;
	text-align: center;
	font-size: 14px;
}

.entry-footer h5{
	font-size: 15px;
	text-transform: uppercase;
letter-spacing: 2px;
	font-style: normal;
}

.meta-box{
	display: inline-block;
	vertical-align:top;
width: 33%;
padding: 2%;
}

.meta-box a{
	color: #66717a;
	padding: 5px;
}


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

.archive-pagination,
.entry-pagination {
font-size: 11px;	
margin: 10px auto 40px;
width: 100%;	
text-align: center;	
clear: both;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
font-size: 14px;
}


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
	color: #66717a;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #66717a;
	background: #f5f7f7;

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	font-size: 15px;
}

.entry-comments {
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	clear: both;
}

.comment-respond a,
.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-size: 15px;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
    margin-top: 16px;
    padding: 2%;
	position: relative;
	border: 1px solid #eee;
}

.comment-list li li {
    margin-left: 12px;
border: none;
}


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

.comment-list li.bypostauthor {
	background: #f5f7f7;
}

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

.bypostauthor {
}

.form-allowed-tags {
	font-size: 14px;
	padding: 24px;
display: none;
}

h3#reply-title,
.entry-comments h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    z-index: 99;
	text-transform: uppercase;
  color: #66717a;
    display: block;
    padding: 6px 5px;
    margin-bottom: 1em;
	position: relative;
}

.comment-header,
.author-box-title{
	text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
  color: #66717a;
	font-size: 12px;
}

.comment-header a{
  color: #66717a;
}

.comment-reply{
color: #fff;
background: #b1c2b9;
padding: 2px;
width: 60px;
font-size: 10px;
	text-transform: uppercase;
letter-spacing: 2px;
	text-align: center;
    position: absolute;
    top: 10px;
    right: 2%;
}

.comment-meta{
    position: absolute;
    top: 10px;
    right: 80px;
	font-size: 10px;
}

.comment-reply a{
color: #fff;
}

.comment-respond{
	padding: 1%;
	margin: 40px auto;
}

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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 5px;
}

.sidebar .enews-widget {
	background-color: #333;
}

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

.footer-widgets {
	background-color: #66717a;
	color: #fff;
	clear: both;
	padding: 20px;
	overflow: hidden;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 38%;
	padding: 2%;
	display: inline-block;
	vertical-align: middle;
}

.footer-widgets-1 {
	text-align: left;
	line-height: 1.6;
	font-size: 15px;
}

.footer-widgets-2{
	width: 24%;
}

.footer-widgets-2 img{
width: 100%;
max-width: 220px;
display: block;
margin: 0 auto;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets-3 .widget{
width: 48%;
display: inline-block;
vertical-align: top;
padding: 0 2%;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 24px;
	text-align: left;
}

.footer-widgets-3 .menu-item{
padding: 0;
text-transform: uppercase;
letter-spacing: 2px;
margin: 4px auto;
	font-size: 15px;
	list-style-type: none;
}


.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


.design{
display: inline-block;
text-align: right;
float: right;
}

/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #b1c2b9;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
	z-index: 9999;
}

.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}

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

.site-footer {
	background: #fff;
	color: #66717a;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px;
	text-align: left;
}

.site-footer a {
text-decoration: none;
	color: #66717a;
}

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


/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter{ 
margin: 0 auto;
	color: #fff;
	font-size: 12px;
 } 

.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 100%; 
 padding: 14px; 
margin: 10px auto;
 display: block; 
}

 .newsletter input[type="submit"],
.newsletter button{ 
width: 100%; 
background: #b1c2b9;
 padding: 14px; 
margin: 10px auto;
 color: #fff; 
display: block;
 }

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{ 
background: #8a7780; 
}

.newsletter input[type="checkbox"]{
display: inline-block;
}

.sidebar .newsletter{
background: #66717a url(/wp-content/themes/savingdollarssense/images/news.svg) top left no-repeat;
	background-size: 55%;
	text-align: center;
	padding: 10% 4%;
}

.sidebar .newsletter h3{
	color: #fff;
text-align: center;
font-size: 32px;
text-transform: none;
letter-spacing: 0;
}

.sidebar .newsletter p{
	color: #fff;
text-align: center;
font-size: 14px;
}

/* Social Icons 
------------------------------------------------------------ */

#social{
margin: 0px auto;
position:relative;
width: 230px;
height:30px;
}

#social li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social li, #social a{
height:30px;
display:block;
}

#facebook {
background: url(images/facebook.svg) center no-repeat ;
background-size: 30px 30px;
left: 0px;
width: 30px;
height: 30px;
}


#instagram {
background: url(images/instagram.svg) center no-repeat ;
background-size: 30px 30px;
left: 40px;
width: 30px;
height: 30px;
}


#pinterest {
background: url(images/pinterest.svg) center no-repeat ;
background-size: 30px 30px;
left: 80px;
width: 30px;
height: 30px;
}


#twitter {
background: url(images/twitter.svg) center no-repeat ;
background-size: 30px 30px;
left: 120px;
width: 30px;
height: 30px;
}


#youtube {
background: url(https://savingdollarsandsense.com/wp-content/uploads/2020/09/youtube.svg) center no-repeat ;
background-size: 30px 30px;
left: 160px;
width: 30px;
height: 30px;
}


#contact {
background: url(images/contact.svg) center no-repeat ;
background-size: 30px 30px;
left: 200px;
width: 30px;
height: 30px;
}

#twitter:hover,
#facebook:hover,
#pinterest:hover,
#instagram:hover,
#contact:hover{
filter:alpha(opacity=80); opacity:0.8;
}

.landing-page .mobile-content,
.landing-page .design,
.landing-page .site-footer{
display: none;
}

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

.page-template-homepage .site-inner{
max-width: 100%;
padding: 0;
}

#home-boxes,
#home-icons,
#home-featured,
#home-newsletter,
#home-categories,
#home-latest{
width: 100%;
clear: both;
padding: 2%;
}

.home-boxes,
.home-icons,
.home-featured,
.home-newsletter,
.home-categories,
.home-latest{
	overflow: hidden;
}

.page-template-homepage .featured-content .entry-title,
.page-template-homepage .featured-content .entry-title a{
	font-size: 20px;
text-align: left;
font-weight: 300;
	color: #444;
}

.page-template-homepage .featured-content{
position: relative;
}

.page-template-homepage .more-from-category{
	position: absolute;
top: 10px;
	right: 5px;
display: block;
	background: #8a7780;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
padding: 2px 18px;
	transition: .5s;
	font-weight: 600;
}

.page-template-homepage .more-from-category a{
	color: #fff;
}

.page-template-homepage .more-from-category:hover{
background: #b1c2b9;
}

/* Home Boxes
--------------------------------------------- */

#home-boxes{
background: #f5f7f7;
	padding: 2% 0;
	text-align: center;
}

.home-boxes .widget{
display: inline-block;
vertical-align: top;
width: 24.5%;
padding: 0;
	position: relative;
margin: 0 auto;
	transition: .5s;
}

.home-boxes img{
	margin: 0 auto;
	display: block;
}

.home-boxes a{
color: #fff;
}

.home-boxes .wp-caption-text{
position: absolute;
bottom: 5px;
	padding: 5px;
left: 5px;
	right: 5px;
margin: 0 auto;
	background: rgba(102, 113, 122, 0.9) 0 90%;
	color: #fff;
text-transform: uppercase;
font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	transition: .5s;
}

.home-boxes .widget:hover .wp-caption-text{
	background: rgba(177, 194, 185, 0.9) 0 90%;
}

/* Home Icons
--------------------------------------------- */

#home-icons{
border-bottom: 1px solid #eee;
	text-align: center;
}

.home-icons .widget{
width: 13.35%;
display: inline-block;
vertical-align: middle;
padding: 0 1%;
}

.home-icons .widget:first-of-type{
width: 15%;
text-align: center;
font-size: 12px;
}

.home-icons h4{
	font-weight: 300;
font-size: 28px;
}

.home-icons .widget:first-of-type a{
	background: #8a7780;
color: #fff;
padding: 3px;
margin: 4px auto;
display: block;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
font-weight: 600;
}

.home-icons .widget:first-of-type a:hover{
background: #b1c2b9;
}

.home-icons .wp-caption-text{
	margin: 0 auto;
text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 300;
font-size: 20px;
	color: #66717a;
}

.home-icons img{
	border-radius: 50%;
	transition: .5s;
}

.home-icons .widget:hover img{
filter:alpha(opacity=80); opacity:0.8;
}

/* Home Featured
--------------------------------------------- */

.home-featured .widgettitle{
	text-align: left;
font-size: 30px;
font-weight: 300;
color: #8a7780;
margin-bottom: 15px;
}

/* Home Newsletter
--------------------------------------------- */

#home-newsletter{
color: #fff;
background: #66717a;
	text-align: center;
	padding: 0;
}

.home-newsletter{
	background: url(/wp-content/themes/savingdollarssense/images/news.svg) left center no-repeat;
background-size: 22%;
padding: 4% 2%;
}

.home-newsletter .widget{
width: 40%;
display: inline-block;
vertical-align: middle;
	padding: 0 2%;
}

.home-newsletter h3{
text-align: left;
color: #fff;
font-size: 38px;
text-transform: none;
font-weight: 400;
line-height: 1.2;
}

.home-newsletter .widget:first-of-type p{
text-align: left;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	margin: 0 auto;
}

#category-newsletter{
background: #F4F7F7;
width: 100%;
margin: 0px auto;
	color: #fff;
text-align: center;
}

#category-newsletter .home-newsletter{
	padding: 1% 2%;
}

#single-newsletter{
background: #66717a;
width: 100%;
margin: 25px auto 25px;
	color: #fff;
text-align: center;
}

#category-newsletter .newsletter input[type=submit],
#category-newsletter .newsletter button{
background: #66717a;
}

#category-newsletter p{
color: #66717a;
	font-size: 14px;
}

#category-newsletter h3{
color: #66717a;
	font-size: 24px;
}

#category-newsletter .newsletter input[type=text],
#category-newsletter .newsletter input[type=email],
#category-newsletter .newsletter input[type=submit],
#category-newsletter .newsletter button{
	width: 48%;
		display: inline-block;
	vertical-align: middle;
margin: 0 .5%;
}

#single-newsletter h3{
	font-size: 32px;
}

#single-newsletter p{
	font-size: 14px;
}

/* Home Categories
--------------------------------------------- */

.home-categories .widgettitle{
	text-align: left;
font-size: 30px;
font-weight: 300;
color: #8a7780;
margin-bottom: 15px;
}

.home-categories .widget_text{
text-align: center;
margin: 0 auto 40px;
width: 100%;
max-width: 100%;
    background: #f5f7f7;
    padding: 4%;
}

.home-categories .widget_text .widgettitle{
	text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #66717a;
}


/* Home Latest
--------------------------------------------- */

#home-latest{
background: #f5f7f7;
}

.home-latest .widgettitle{
	text-align: left;
font-size: 30px;
font-weight: 300;
color: #66717a;
margin-bottom: 15px;
}

.before-footer{
padding: 2%;
Text-align: center;
}

.before-footer .widgettitle{
	text-align: center;
font-size: 22px;
font-weight: 300;
color: #8a7780;
margin-bottom: 15px;
}

.before-footer img{
	width: 100%;
	max-width: 1100px;
	display: block;
	margin: 0 auto;
}


/* Search Box in Full Screen Overlay
------------------------------------------------------ */

.overlay-slidedown.open {
	z-index: 100;
}

a.search-icon {
	font-size: 22px;
	padding: 2px 24px;
}

.genesis-nav-menu a.search-icon:hover {
    color: #66717a;
}

body .overlay {
	background: rgba(255,255,255,0.9);
}

body .overlay .overlay-close {
	background-image: url(images/cross.png);
}

.admin-bar .overlay .overlay-close {
	margin-top: 32px;
}

.overlay h4,
.overlay .search-form {
	text-align: center;
	position: relative;
	top: 40%;
	/*height: 60%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay .search-form{
	border: none;
border-radius: 0;
border-bottom: 2px solid #66717a;;
}

.overlay h4{
    color: #66717a;
font-size: 32px;
}

.overlay .search-form {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
text-align: center;
	background: none;
}

.overlay .search-form input[type="search"] {
	width: 500px;
	font-size: 18px;
}

.overlay .search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 55px;
	height: 55px;
	font-size: 55px;
	background: transparent;
    color: #66717a;
	position: static;
	margin-left: 10px;
	padding: 0;
	vertical-align: top;
}

.overlay .search-form input[type="submit"]:hover {
    color: #66717a;
}

@media screen and (max-height: 30.5em) {

	.overlay .search-form {
		/*height: 70%;*/
		font-size: 34px;
	}

}

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

	a.search-icon {
		font-size: 16px;
		padding: 20px 16px;
	}

	.overlay .search-form {
		height: 70%;
	}

}

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

	.overlay .search-form {
		height: auto;
	}

	.overlay .search-form input[type="search"] {
		width: 300px;
	}

	.overlay .search-form input[type="submit"] {
		vertical-align: middle;
	}

}

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

	.overlay .search-form input[type="search"] {
		width: 200px;
	}

}


#recipes-top,
#recipes-bottom{
width: 100%;
clear: both;
display: block;
padding: 2%;
}

.recipes-top,
.recipes-bottom{
	max-width: 1200px;
	margin: 0 auto;
}

#recipes-bottom{
background: #f5f7f7;
}

.recipes-top h1{
margin-bottom: 20px;
}

.recipes-top .widget{
width: 24%;
display: inline-block;
vertical-align: top;
}

.recipes-top .wp-caption-text{
	font-size: 24px;
	color: #66717a;
font-weight: 300;
}

	.recipes-top .widget:first-of-type,
.recipes-top .widget:nth-of-type(2){
display: block;
	width: 100%;
	text-align: center;
}

.recipes-top .widget-title,
.recipes-top h4{
	font-size: 24px;
text-transform: none;
letter-spacing: 0;
}

.recipes-top .search-form{
	border: 2px solid #ddd;
padding: 14px;
width: 100%;
	max-width: 500px;
margin: 15px auto 25px;
border-radius: 25px;
}

.recipes-bottom .menu{
	text-align: left;
}

.recipes-bottom .widget{
margin-bottom: 45px;
clear: both;
width: 100%;
}

.recipes-bottom .menu-item{
list-style-type: none;
font-weight: 400;
padding: 10px 5px;
	vertical-align: top;
width: 100%;
	display: inline-block;
}

.recipes-bottom ul{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    text-align: left;
}

.recipes-bottom a{
color: #66717a;
}


.recipes-bottom .widgettitle{
	text-align: left;
font-size: 28px;
letter-spacing: 0;
	text-transform: none;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}



/*
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) {


}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
overflow-x: hidden;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 850px;
	}

	.content {
		max-width: 650px;
	}

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

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

	.sidebar-primary {
		width: 320px;
	}

}


@media only screen and (max-width: 1023px) {
	
	.site-header .wrap{
overflow: hidden;
	}
	
	.site-header .title-area,
	.site-header.shrink .title-area{
float: none;
width: 65%;
		margin: 0 auto;
}
	
	.site-header.shrink .site-title a {
    min-height: 60px;
    width: 100%;
    float: none;
}

	.nav-primary{
display: none;
}

	.header-image .site-title a{
		min-height: 60px;
	}
	
	.site-header .wrap{
		padding: 5px 10px;
	}

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

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.content {
		max-width: 100%;
	}

	.home-boxes .wp-caption-text{
		font-size: 20px;
	}
	
	.home-icons .widget{
		width: 28%;
	}

	.home-icons .widget:first-of-type{
width: 100%;
	display: block;
margin: 0 auto 15px;
}
	
	.home-icons .widget:first-of-type a{
width: 100%;
	max-width: 250px;
	margin: 10px auto;
	padding: 10px;
}
	
	.home-newsletter .widget{
		width: 100%;
		text-align: center;
	}
	
	.home-newsletter h3,
	.home-newsletter .widget:first-of-type p{
		text-align: center;
	}
	
	.footer-widgets,
	.footer-widgets-1,
	.footer-widgets .widgettitle{
		text-align: center;
	}
}

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

	.comment-reply,
    .comment-meta{
		position: relative;
top: auto;
right: auto;
	}
	
	.site-footer{
		text-align: center;
		padding: 10px;
	}
	
	.design{
		float: none;
text-align: center;
	}
	
	.home-icons .widget,
	.home-boxes .widget{
		width: 48%;
	}
	
	.home-boxes .wp-caption-text{
		font-size: 16px;
	}
	
	.home-featured .widgettitle,
	.home-latest .widgettitle,
	.home-categories .widgettitle{
		text-align: center;
	}
	
.page-template-homepage .more-from-category{
position: relative;
overflow: hidden;
left: auto;
right: auto;
	text-align: center;
margin: 10px auto;
	clear: both;

	}
	
	.cattitle,
	.catsearch{
		display: block;
		text-align: center;
width: 100%;
	}
	
	.catsearch .search-form{
		float: none;
margin: 10px auto;
	}

}
 

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

	.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-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.display-posts-listing{
		text-align: center;
	}

	.blog .content .entry,
	.recipes-bottom .entry,
	.recipes-top .widget,
	.search .content .entry,
	.display-posts-listing li,
	.archive .content .entry,
	.home-latest .entry,
	.home-featured .entry,
	.home-categories .entry{
width: 48%;
	display: inline-block;
	vertical-align: top;
padding: 2% 2% 5%;
}
	
	.blog .content .entry:nth-of-type(3n+1),
	.recipes-bottom .entry:nth-of-type(3n+1),
	.searche .content .entry:nth-of-type(3n+1),
	.archive .content .entry:nth-of-type(3n+1),
		.home-latest .entry:nth-of-type(3n+1),
	.home-featured .entry:nth-of-type(3n+1),
	.home-categories .entry:nth-of-type(3n+1){
		clear: none;
	}
		
	.blog .content .entry:nth-of-type(2n+1),
	.recipes-bottom .entry:nth-of-type(2n+1),
	.display-posts-listing li:nth-of-type(2n+1),
	.archive .content .entry:nth-of-type(2n+1),
	.searche .content .entry:nth-of-type(2n+1),
		.home-latest .entry:nth-of-type(2n+1),
	.home-featured .entry:nth-of-type(2n+1),
	.home-categories .entry:nth-of-type(2n+1){
		clear: left;
	}
	
	.display-posts-listing li:last-of-type,
	.home-featured .entry:last-of-type,
	.home-categories .widget:last-of-type .entry:last-of-type{
display: none;
}
	
	.home-categories .widget{
	margin: 25px auto;
	}
	
	.blog .content .entry-title,
	.blog .content .entry-title a,
	.archive .content .entry-title,
	.archive .content .entry-title a,
	.search .content .entry-title,
	.search .content .entry-title a,
	.display-posts-listing li a.title,
	.page-template-homepage .featured-content .entry-title, .page-template-homepage .featured-content .entry-title a{
		font-size: 16px;
	}
	
	.design{
display: block;
	margin: 10px auto;
}
}

/* Responsive Menu
--------------------------------------------- */
 
.menu-toggle {
	display: none;
}

.site-header{
position: relative;
}

.mob-menu{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
	width: 100%;
}

.hamburger {
    overflow: visible;
	float: left;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
}

.search-btn {
    overflow: visible;
	float: right;
    margin: 0px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
	background: #fff url(images/search.svg) center no-repeat !important;
background-size: 45px 45px;
}

@media only screen and (min-width: 1023px) {

	.header-widget-area .widget_nav_menu,
    .hamburger,
    .search-btn{
        display: none;
    }
}

.hamburger:hover {
    opacity: 0.7;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box,
.search-box{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
}

.hamburger-inner,
.search-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #444;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger-inner::after {
    bottom: -12px;
}

/* Slideout */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 276px;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background-color: #fff;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.0);
}

/* Side menu */

.side-menu {
    display: none;
    color: #fff;
    background: #66717a;
    font-size: 16px;
	z-index: 999;
}

.side-menu .widget:first-of-type{
margin-top: 25px;
}

.side-menu .menu-item{
font-size: 20px;
}

.side-menu img, .side-menu #facebook, .side-menu #twitter, .side-menu #pinterest, .side-menu #instagram, .side-menu #youtube, .side-menu #contact {
    filter: brightness(0) invert(1);
}

.side-menu img{
	width: 100%;
	max-width: 150px;
display: block;
	margin: 0 auto;
}

.side-menu .widget{
	margin: 0 auto 15px;
}

.side-menu li{
list-style-type: none;
}

.side-menu > .wrap {
    position: relative;
    padding: 25px;
}

.side-menu .widget_nav_menu {
    margin-right: -25px;
    margin-left: -25px;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

.side-menu .widget:last-child {
    margin-bottom: 0;
}

.side-menu .widget-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding: 4px 8px;
    font-size: 15px;
}

.dashicons.close-icon {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.slideout-menu .menu > .menu-item > .sub-menu {
		display: none;
	}
 
	.slideout-menu .menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.slideout-menu .menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.slideout-menu .menu .menu-item:hover {
		position: static;
	}
 
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.slideout-menu .menu .current-menu-item > a,
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu a,
	.slideout-menu .menu a:hover {
	color: #fff;
	}
 
	.slideout-menu .menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.slideout-menu .menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.slideout-menu .menu > .menu-item-has-children:before {
		content: "+";
		font: normal 16px/1 'Fontawesome';
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
	}
	.slideout-menu .menu > .menu-item-has-children:before {
	color: #fff;
	}
 
	.slideout-menu .menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.slideout-menu .menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
 
	.slideout-menu .menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.slideout-menu .menu .sub-menu .current-menu-item > a:hover,
	.slideout-menu .menu .sub-menu li a,
	.slideout-menu .menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}

@media only screen and (min-width: 1023px) {
    .dashicons.close-icon {
        display: none;
    }
}
