/*
	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.1
  
	Template: genesis
	Template Version: 2.0.1
 
	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: 'Georgia', 'Times New Roman', serif;
    font-size: 1.6em;
    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: #eb4866;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #fbb039;
}

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

strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px auto;
    padding: 2%;
border: 2px solid #e0ecef;
}

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 {
  font-family: Arial, sans-serif;
	color: #036578;
	margin: 0 0 5px;
font-weight: 700;
line-height: 1.3;
    letter-spacing: -1px;
}

h1 {
	font-size: 28px;
}

h2{
	font-size: 26px;
}

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

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

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

.archive .content .entry-title,
.archive .content .entry-title a,
.search .content .entry-title,
.search .content .entry-title a{
	font-size: 16px;
text-align: center;
}

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

h6 {
	font-size: 16px;
}

/* 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;
border: none;
	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 {
    font-family: Arial, sans-serif;
	background-color: #fbb039;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
font-weight: 700;
	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: #009EBA;
	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: 1140px;
}

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

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

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

/* Archive and Search Content */

.archive .content,
.search .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.archive .content .entry,
.search .content .entry{
	background: #fff;
    width: calc(1/3 * 100% - 2%);
	border: 1px solid #eee;
	float: none;
  margin-bottom: 25px;
padding-bottom: 0;
}

/* Primary Sidebar */

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

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


 .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: #fff5ef;
text-align: center;
font-size: 16px;
	padding: 40px;
color: #444445;
}

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


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

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

.custom-archive-description{
padding: 1% 2%;
text-align: left;
}

h1.archive-title{
color: #eb4866;
    font-size: 32px;
}

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

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
padding: 5px 20px;;
color: #fff;
background: #046578;
}

.catsub a:hover{
background: #FFB137;
}

.archive-description{
	width: 100%;
	max-width: 1100px;
padding: 10px;
text-align: left;
}

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


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


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

.site-header .wrap {
	padding: 1% 2%;
}

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

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

.header-image .title-area {
	padding: 0;
	position: relative;
	width: 50%;
}


.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0;
	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{
width: 100%;
}

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

.header-image .site-title:before{
content: '';
background: url(images/crystal.jpg) center no-repeat;
background-size: contain;
width: 110px;
height: 110px;
float: left;
border-radius: 50%;
    margin-right: 10px;
}

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

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

.site-header .widget-area {
    float: right;
    width: 40%;
    margin: 35px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
align-items: center;
}

.site-header .widget-area .widget{
}

.site-header .widget-area .search-form{
width: 100%;
min-width: 240px;
}

.site-header #social{
	float: right;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink {
	background: #fff;
	position:fixed;
	top: 0;
	z-index: 999;
    font-size: 14px;
	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);
}

.site-header.shrink .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.site-header.shrink .widget-area{
	width: 16%;
	margin: 5px auto 0;
}

.site-header.shrink .widget-area {
display: none;
}

.shrink .head-info{
	display: none;
}

.admin-bar .site-header.shrink {
    top: 32px;
}

.site-header.shrink .wrap{
	position: relative;
overflow: visible;
}

.site-header.shrink .title-area{
	width: 24%;
	float: left;
}

.site-header.shrink .site-title a{
min-height: 66px;
width: 180px;
	float: left;
}

.site-header.shrink .site-title:before{
	display: none;
}

.shrink .wrap {
	padding: 0;
	max-width: 1240px;
	margin: 0 auto;
}

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

.shrink .search-form{
	margin: 9px auto;
}

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

/* Top Navigation
--------------------------------------------- */

.nav-top {
  font-family: Arial, sans-serif;
clear: both;
margin: 0px auto;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
	border-bottom: 1px solid #e0ecef;
    z-index: 999;
    position: relative;
}

.nav-top .menu{
max-width: 1100px;
margin: 0 auto;
text-align: left;
	position: relative;
}

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

.nav-top a {
	border: none;
	color: #046578;
	display: block;
	padding: 10px 14px;
	position: relative;
	transition: .5s;
}

.nav-top .menu-item:hover {
	background: #046578;
}

.nav-top .menu-item:hover a{
	color: #fff;
}

.nav-top .strong a{
font-weight: 900;
}

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

.nav-top .current-menu-item > a {
	color: #046578;
}


.nav-top .sub-menu{
	color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

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

.nav-top .sub-menu a:hover {
color: #056478;
	background: #fff;
}

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

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

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

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

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


.nav-top .skip-deals{
background: #eb4866;
color: #fff;
font-size: 11px;
position: absolute;
right: 10px;
    top: 0;
    text-transform: none;
    letter-spacing: 0;
	transition: .4s;
    width: 125px;
	z-index: 99;
}

.nav-top .skip-deals:hover{
position: absolute;
background: #1c9ebb !important;
}

.nav-top .skip-deals a{
color: #fff;
}

.nav-top .skip-deals strong{
	display: block;
	color: #f6d0d7;
font-size: 14px;
}


.nav-top .skip-deals:hover strong{
color: #e0ecef;
}

.nav-top .fb-broadcast{
background: #056478;
color: #fff;
font-size: 11px;
position: absolute;
right: 150px;
    top: 0;
    text-transform: none;
    letter-spacing: 0;
	transition: .4s;
    width: 125px;
	z-index: 99;
}

.nav-top .fb-broadcast:hover{
position: absolute;
background: #FFB137 !important;
}

.nav-top .fb-broadcast a{
color: #fff;
}

.nav-top .fb-broadcast strong{
	display: block;
	color: #d0e8ed;
font-size: 14px;
}


.nav-top .fb-broadcast:hover strong{
color: #fff;
}

.fb-broadcast-mobile{
background: #EB4865;
text-align: center;
    padding: 16px 5px !important;
    font-size: 14px;
width: 100%;
display: block;
}

.fb-broadcast-mobile .broadcast-small{
font-size: 10px;
display: block;
margin: 0 auto 10px;
}

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

.nav-primary {
  font-family: Arial, sans-serif;
width: 70%;
margin: 10px auto;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
display: none;
	vertical-align: middle;
}

.shrink .nav-primary{
	display: block;
}

.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: #046578;
	display: block;
	padding: 10px 10px;
	position: relative;
	transition: .5s;
}

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

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

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

.nav-primary .sub-menu{
	color: #046578;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

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

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

.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 li.search{
display: inline-block;
vertical-align: middle;
position: relative;
}

.nav-primary .search-form{
	color: #046578;
font-size: 14px;
width: 170px;
}

.nav-primary input[type="search"]{
	color: #046578;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


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

.nav-secondary {
  font-family: Arial, sans-serif;
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #fff;
background: #046578;
}

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

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
	font-weight: 900;
}


.nav-secondary .menu-item em{
font-weight: normal;
	text-transform: none;
letter-spacing: 0;
}

.nav-secondary a {
	border: none;
	color: #fff;
	display: block;
	padding: 12px 14px;
	position: relative;
	transition: .5s;
}

.nav-secondary .menu-item a em{
color: #e0ecef;
}

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

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


.nav-secondary a:hover{
color: #046578;
	background: #e0ecef;
}

.nav-secondary .menu-item a:hover em{
color: #046578;
}

.nav-secondary .sub-menu{
	color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #fff;
background: #046578;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
	font-weight: 600;
}

.nav-secondary .sub-menu a:hover {
color: #046578;
	background: #e0ecef;
}

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

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

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



/* Footer Navigation
--------------------------------------------- */

.nav-footer {
  font-family: Arial, sans-serif;
clear: both;
margin: 0px auto;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #fff;
background: #046578;
text-align: center;
}

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

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

.nav-footer a {
	border: none;
	color: #fff;
	display: block;
	padding: 13px 14px;
	position: relative;
	transition: .5s;
}

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

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

.nav-footer a:hover{
	color: #046578;
background: #fff;
}

.nav-footer .sub-menu{
	display: none;
}



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

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

.entry {
	margin-bottom: 40px;
}

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

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

.entry-content p{
	margin-bottom: 15px;
}

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



.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 {
  font-family: Arial, sans-serif;
	color: #777;
	font-size: 12px;
}

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

.entry-meta a{
	color: #777;
	text-decoration: underline;
}

.home .content .entry-header,
.single .content .entry-header{
border-bottom: 2px solid #e0ecef;
	margin-bottom: 15px;
}

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

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

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

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

.single .entry-footer{
	text-align: center;
	font-size: 14px;
}

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

.entry-footer .entry-categories{
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 11px;
}

.entry-footer .entry-categories a{
background: #036578;
color: #fff;
padding: 5px 10px;
display: inline-block;
vertical-align: middle;
margin: 4px;
}

.entry-footer .entry-categories a:hover{
background: #009EBA;
}

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

.archive-pagination,
.entry-pagination {
font-size: 11px;	
margin: 10px auto 40px;
width: 100%;	
text-align: left;	
clear: both;
  font-family: Arial, sans-serif;
	color: #036578;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 600;
font-size: 14px;
}


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
	color: #fff;
background: #00a0bc;
cursor: pointer;
display: inline-block;
padding: 8px 15px;	
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
    color: #fff;
	background: #036578;

}

/* 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;
background: #f0f5f6;
	border: 1px solid #046578;
color: #046578;
}

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


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

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

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

.bypostauthor {
}

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

h3#reply-title,
.entry-comments h3 {
	font-family: Arial, sans-serif;
    font-size: 24px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
    margin-bottom: 1em;
	position: relative;
color: #046578;
}

.comment-header,
.author-box-title{
	font-family: Arial, sans-serif;
	text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color: #046578;
	font-size: 12px;
}

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

.comment-reply{
color: #fff;
background: #046578;
padding: 2px;
width: 60px;
font-size: 10px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
letter-spacing: 1px;
	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: 6%;
	margin: 40px auto;
background: #046578;
color: #fff;
}

#respond h3#reply-title,
.comment-respond a{
color: #fff;
}

.comment-respond a{
font-size: 14px;
position: relative;
}


.comment-form-cookies-consent label{
display: inline-block;
}

.policy-box{
width: 100%;
clear: both;
text-align: left;
padding: 1%;
font-size: 16px;
    border-bottom: 1px solid #e0ecef;
}

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

.policy-box h4{
font-size: 26px;
	position: relative;
display: inline-block;
	vertical-align: middle;
margin: 0 auto 15px;
}

.policy-box h4:before{
content: '';
background: url(images/chat.svg) center no-repeat;
width: 35px;
height: 35px;
display: inline-block;
	vertical-align: middle;
float: left;
margin-right: 10px;
}

.policy-box a{
	font-style: italic;
}

/*
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: url(images/hot-deals.jpg) center no-repeat;
background-size: cover;
	clear: both;
	position: relative;
	padding: 4%;
}

.footer-widgets:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 98;
}

.footer-widgets .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
    z-index: 99;
}

.footer-widgets-1{
width: 100%;
	max-width: 900px;
	margin: 0 auto;
color: #fff;
text-align: center;
font-size: 16px;
}

.footer-widgets h4{
color: #fff;
font-size: 30px;
text-transform: uppercase;
Letter-spacing: 2px;
}

.footer-widgets h4 span{
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 400;
font-size: 20px;
	display: block;
}

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

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

.footer-widgets .F16663_sb_fbz_form{
	border: none;
width: 100%;
margin: 0 auto;
}

.footer-widgets .infusion-field,
.footer-widgets .infusion-submit{
display: inline-block;
width: 33%;
vertical-align: middle;
font-size: 16px !important;
line-height: 1.5 !important;
margin: 0 auto !important;
}

.footer-widgets .infusion-submit button{
width: 100%;
}

.footer-widgets .infusion-field input,
.footer-widgets .infusion-submit button{
padding: 15px;
}

.F16663_sb_fbz_row td{
display: block !important;
width: 100%;
}

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

.site-footer {
	background: #e0ecef;
	color: #046578;
	font-size: 14px;
	padding: 2%;
	text-align: center;
	font-style: italic;
}

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

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


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


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

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

.newsletter{
	font-family: Arial, sans-serif;
text-align: center;
font-size: 16px;
}

.newsletter h4{
text-align: center;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 1px;
}

.newsletter h4 span{
display: block;
font-weight: 400;
font-size: 22px;
}

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

 .newsletter input[type="submit"],
.newsletter button{ 
background: #fbb039;
padding: 10px; 
margin: 0px auto;
 color: #fff; 
display: block;
 }

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

.newsletter form{
display: flex !important;
	flex-wrap: wrap;
	justify-content: space-evenly;
	clear: both;
width: 100%;
}

.newsletter input[type="text"], .newsletter input[type="email"]{
    width: 49% !important;
padding: 5px !important;
	height: 50px !important;
	font-size: 16px !important;
margin: 0 1% 0 0 !important;
}

.newsletter .F16641_sb_fbz_button[type="button"]{
    width: 100% !important;
padding: 5px !important;
	height: 50px !important;
	font-size: 16px !important;
margin: 6px auto 0 !important;
}

.newsletter small{
width: 100%;
clear: both;
margin: 5px auto 0;
clear: both;
}


.before-content{
background: #e0ecef;
	padding: 2% 2% 0;
	margin: 0 auto 25px;
width: 100%;
	overflow: hidden;
	font-weight: 600;
	color: #036578;
	box-shadow: 6px 8px 5px -4px rgba(0,0,0,0.22);
-webkit-box-shadow: 6px 8px 5px -4px rgba(0,0,0,0.22);
-moz-box-shadow: 6px 8px 5px -4px rgba(0,0,0,0.22);
}

.before-content .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.before-content p{
	margin-bottom: 5px;
}

.before-content .widget:nth-of-type(1){
width: 40%;
}

.before-content .widget:nth-of-type(2){
width: 60%;
}

.before-content .widget:nth-of-type(1) img{
	width: 100%;
    max-width: 250px;
    display: block;
    margin: 10px auto -100px;
}

.before-content tbody,
.before-content tr,
.before-content td{
	border: none;
}

/* 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,
#twitter,
#pinterest,
#instagram,
#tiktok{
width: 30px;
height: 30px;
}

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

#twitter {
background: url(https://moneysavingmom.com/wp-content/uploads/2024/09/twitter.svg) center no-repeat ;
background-size: 26px 26px;
left: 40px;
}

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

#instagram {
background: url(images/instagram.svg) center no-repeat ;
background-size: 26px 26px;
left: 120px;
}

#tiktok{
background: url(https://moneysavingmom.com/wp-content/uploads/2024/09/tiktok.svg) center no-repeat ;
background-size: 26px 26px;
left: 160px;
}


#contact{
background: url(https://moneysavingmom.com/wp-content/uploads/2022/02/contact.svg) center no-repeat ;
background-size: 26px 26px;
left: 200px;
width: 30px;
height: 30px;
}

#facebook:hover,
#pinterest:hover,
#instagram:hover,
#twitter:hover,
#tiktok:hover{
  transform: rotate(10deg);
}

.landing-page .site-header,
.landing-page .footer-widgets,
.landing-page .mobile-content,
.landing-page .social-bar,
.landing-page .site-footer,
.landing-page .nav-footer,
.landing-page .entry-header,
.landing-page .entry-title,
.landing-page .nav-top{
display: none;
}


/* Block Colors
------------------------------------------------------ */

.has-black-background-color {
    background-color: #212121 !important;
}


.has-black-color {
    color: #212121;
}


.has-white-background-color {
    background-color: #fff !important;
}

.has-white-color {
    color: #fff;
}

.has-dark-blue-color{
	    color: #026479;
}

.has-dark-blue-background-color{
background-color: #026479 !important;
}

.has-light-blue-color{
	    color: #009DBA;
}

.has-light-blue-background-color{
background-color: #009DBA !important;
}


.has-faded-blue-color{
	    color: #e0ecef;
}

.has-faded-blue-background-color{
background-color:#e0ecef !important;
}


.has-orange-color{
	    color: #eba935;
}

.has-orange-background-color{
background-color: #eba935 !important;
}


.has-pink-color{
	    color: #eb4866;
}

.has-pink-background-color{
background-color: #eb4866 !important;
}

.wp-block-group .has-background{
	padding: 2%;
}

.wp-block-group .has-background p:last-of-type{
margin-bottom: 0;
}

/* Recipe Fields
------------------------------------------------------ */

.recipe-blocks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.recipe-block{
	background: #fff;
    width: calc(1/4 * 100% - 2%);
	float: none;
  margin-bottom: 25px;
padding-bottom: 0;
background: #046578;
}

.recipe-block img{
margin: 0 auto -10px;
}

.recipe-block h2{
color: #fff;
width: 100%;
display: block;
text-align: center;
font-size: 20px;
padding: 5px;
}

.recipe-block h2 span{
	font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
font-style: italic;
}


/* Social Bar
------------------------------------------------------ */

.social-bar{
width: 100%;
	border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 1%;
display: block;
text-align: right;
    margin: -40px auto 0;
}

.heateor_sss_sharing_container {
	margin: 40px auto 0;
}

.heateorSssFacebookBackground {
    background-color: #009DBA !important;
	transition: .5s;
}

.heateorSssPinterestBackground {
    background-color: #eb4866 !important;
	transition: .5s;
}

.heateorSssEmailBackground {
    background-color: #FFB137 !important;
	transition: .5s;
}

.heateorSssPrintBackground {
    background-color: #036578 !important;
	transition: .5s;
}

.heateorSssFacebookBackground:hover,
.heateorSssPinterestBackground:hover,
.heateorSssEmailBackground:hover,
.heateorSssPrintBackground:hover {
        -webkit-transform: scale(.97);
        -ms-transform: scale(.97);
        transform: scale(.97);
}

.social-bar .entry-comments-link{
position: relative;
    font-family: Arial, sans-serif;
Font-weight: 900;
text-transform: uppercase;
	letter-spacing: 1px;
font-size: 16px;
}

.social-bar .entry-comments-link:before{
    content: '';
    background: url(images/chat2.svg) center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#classicGridWrap.gridView .entry .social-bar,
.archive .content .entry .social-bar,
.search .content .entry .social-bar{
display: none !important;
}

/* Series Styling
----------------------------------------------------------------------- */
#seriesList {
	clear: both;
	margin: 25px 0 15px;
	border-top: 8px solid #009dbb;
	padding: 20px;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
}

#seriesList ol {
	margin-left: 30px;
}

#seriesList li {
	margin-bottom: 10px;
}

#seriesList a {
	font-weight: 700;
}

#seriesTOCTitle {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
}

#seriesTOC {
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 15px 0 30px 25px;
	width: 100%;
}

#seriesTOC a {
	font-weight: 700;
}

#seriesTOC li {
	line-height: 1.3;
	margin-bottom: 10px;
}

#popularSeries {
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	border-top: 1px solid #ddd;
	padding-top:6px;
	margin-bottom: 30px;
}

#seriesItem {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding: 3px 0 9px;
}

#seriesItem:after {
	content: '';
	clear: both;
	display: table;
}

#seriesTitle {
display: inline-block;
width: 70%;
}

#seriesLinks {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	text-align: right;

}

#seriesLinks a {
	font-size: 11px;
	margin: 0 5px;
	white-space: nowrap;
	font-weight: 300;
}

#seriesLinks a:hover {
}

#classicGridSwitch {
    margin-top: 2rem;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gridView #classicGridSwitch {
	margin-bottom: 0;
}

#classicSwitch,
#gridSwitch {
	cursor: pointer;
	width: 32%;
	box-sizing: border-box;
	padding: 4px 7px 2px;
	text-align: center;
	font-family: Arial, sans-serif;
	transition: .3s ease all;
	background: #046578;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

#switchSearch {
	width: 32%;
	position: relative;
}
#switchSearch button {
	position: absolute;
	right: 0;
	padding: 7px;
	background: transparent;
	color: #eb4866;
}

#switchSearch input::placeholder, #switchSearch input::-webkit-input-placeholder, #switchSearch input {
	color: #046578;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#classicSwitch {
	border: 1px solid #ddd;
	border-width: 1px 1px 0 1px;
	color: #fff;
}

.gridView #classicSwitch:hover,
#gridSwitch:hover {
color: #fff;
background: #009DBA;
}

#gridSwitch {

	color: #fff;
}
#gridSwitch.active {
	background: #009cb8;
	color: #fff;
	background: #eb4866;
}
#classicSwitch.active {
	background: #eb4866;
}

.gridView #classicSwitch {
	background: #009cb8;
	color: #fff;
}

#classicGridWrap.gridView {
	text-align: center;
	background: transparent;
    padding: 15px 0 10px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#classicGridWrap.gridView .entry {
	background-origin: border-box;
	background: #fff;
    text-align: center;
    width: calc(1/3 * 100% - 2%);
    position: relative;
    transition: .3s ease all;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	margin-bottom: 2%;

}
#classicGridWrap .gridView .entry-title a, #classicGridWrap .gridView .entry-title {
	font-size: 1.8rem;
	line-height: 1.1;
	padding: 0 .75rem 50px;
	text-align: center;
}
#classicGridWrap.classicView .gridView {
	display: none;
}
#classicGridWrap.gridView .gridView {
	display: block;
}
#classicGridWrap.gridView .entry-header, #classicGridWrap.gridView .entry-content,#classicGridWrap.gridView .entry-footer {
	display: none;
}

.dateComments {
	font-size: 12px;
	text-transform: uppercase;
	background: transparent;
	color: #666;
	letter-spacing: 1px;    font-family: Arial, sans-serif;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
}
.dateComments a {
	color: #333;
}
.gridDate, .gridComments {
	width: 100%;
	text-align: center;
	padding: 3px;
}

.gridComments{
	display: none;
}
.gridComments {
	border-right: none;
}

.gridView .readMore .button {
	font-size: 16px;
	letter-spacing: 2px;
	transition: .3s ease all;
	background: #eb4866;
	position: absolute;
	width: 100%;
	margin-left: 0;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-family: 'Open Sans', Helvetica, sans-serif;
	letter-spacing: 0;
	padding: 5px 24px;
}
a.gridThumb {
}
a.gridThumb img {
	margin-bottom: 0;
    height:auto;
}




/* 404 Page
----------------------------------------------------------------------- */

.error404 .entry{
	text-align: center;
}

.error404 .entry h2{
	color: #EB4967;
	margin: 20px auto 10px;
}

.error404 .entry h3{
	margin: 15px auto;
	color: #01555E;
}

.error404 .greybox{
    padding: 2% 4%;
    max-width: 800px;
    background: #f5f5f5;
    margin: 25px auto;
}

.error404 ul {
	margin-left: 0;
}

.error404 ul li{
list-style-type: none;
}

.error404-news{
background: #DFECEE;
padding: 2% 2% 0;
}

.error404-news h4{
	font-size: 34px;
}


/*
OLD Custom CSS
---------------------------------------------------------------------------------------------------- */

.page-id-300089 .header,
.page-id-300089 .divider,
.page-id-300089 .footer-nav,
.page-id-300089 .shareWrap,
.page-id-300089 .entryTitle,
.page-id-300089 #favePosts,
.page-id-300089 .helloBar,
.page-id-300089 .footer,
.page-id-309857 .header,
.page-id-309857 .divider,
.page-id-309857 .footer-nav,
.page-id-309857 .entryTitle,
.page-id-309857 .helloBar,
.page-id-309857 .footer,
.page-id-309857 .shareWrap,
.page-id-309857 #faveposts,
.page-id-350438 .header,
.page-id-350438 .divider,
.page-id-350438 .footer-nav,
.page-id-350438 .entryTitle,
.page-id-350438 #favePosts,
.page-id-350438 .helloBar,
.page-id-350438 .footer{
display: none !important;
}

.landing-page .site-inner,
.landing-page .entry{
width: 100%;
max-width: 100%;
padding: 0;
}

.page-id-300089,
.page-id-309857{
}

.page-id-300089 .entry,
.page-id-309857 .entry{
	background: none;
}

.page-id-300089 .entry{
width: 100%;
	max-width: 100%;
	padding: 0;
	background: #DEF1F0;
	height: 100vh;
text-align: center;
}

.page-id-300089 .groceryimg{
    left: 2%;
	width: 49.67%;
	display: inline-block;
	vertical-align: middle;
    top: 10%;
}

.page-id-300089 .groceryimg .aligncenter{
    margin: 5% auto;
    display: block;
    width: 100%;
    max-width: 90%;
}

.page-id-300089 .grocerybudget{
background: #006577;
height: 100vh;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
padding: 5%;
color: #fff;
font-size: 22px;
}

.page-id-300089 .content h4,
.page-id-309857 .content h4{
	color: #fff;
font-size: 42px;
}

.page-id-300089 .wrap{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.page-id-300089 form{
	margin: 0 auto;
padding: 0;
	width: 100%;
}

.page-id-300089 .grocerybudget button,
.page-id-300089 .content input[type="text"]{
	width: 100%;
	padding: 2%;
	margin: 15px auto;
display: block;
}

.page-id-309857{
width: 100%;
	max-width: 100%;
	padding: 0;
	background: url(https://moneysavingmom.com/wp-content/uploads/2019/06/hotdeal.jpg) center no-repeat;
	background-size: cover;
	height: 80vh;
}

.page-id-309857 .hotdeals{
    background: #FF3164;
    padding: 4%;
    width: 100%;
    max-width: 700px;
    color: #fff;
    font-size: 20px;
    margin: 10% auto;
    text-align: center;
}


.page-id-309857 .content input[type="text"]{
	width: 100%;
	padding: 2%;
	margin: 15px auto;
display: block;
}

.page-id-309857 .content button{
	width: 100%;
	padding: 2%;
	margin: 15px auto;
display: block;
	background: #006577;
}

.page-id-309857 .content form{
	margin: -25px auto 0;
padding: 0;
	width: 100%;
}


.page-id-318969 .content .entry{
	text-align: center;
}

.page-id-318969 .content h2{
	color: #EB4967;
	margin: 20px auto 10px;
}

.page-id-318969 .content h3{
	margin: 15px auto;
	color: #01555E;
}

.page-id-318969 .greybox{
    padding: 2% 4%;
    max-width: 800px;
    background: #f5f5f5;
    margin: 25px auto;
}

.page-id-350438{
	background: #fff;
}


.page-id-350438 .wrap{
width: 100%;
	max-width: 100%;
	padding: 0;
	background: #DEF1F0;
	height: 100vh;
text-align: center;
}

.page-id-350438 .salesBox1,
.page-id-350438 .salesBox2,
.page-id-350438 .salesBox3,
.page-id-350438 .salesBox4,
.page-id-350438 .salesBox5,
.page-id-350438 .salesBox6,
.page-id-350438 .salesBox7{
	padding: 8% 3%;
	position: relative;
font-size: 20px;
	width: 100%;
	clear: both;
    font-family: "Open Sans", Helvetica, sans-serif;
	position: relative;
}

.page-id-350438 .sales-wrap{
max-width: 1100px;
margin: 0 auto;
	position: relative;
    z-index: 998;
}


.page-id-350438 .salesBox1{
background: url(https://moneysavingmom.com/wp-content/uploads/2020/01/coach4.jpg) center no-repeat;
background-size: cover;
position: relative;
}
 
.page-id-350438 .salesBox1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.0);
}

.page-id-350438 .boxintro{
	position: relative;
z-index: 99;
	max-width: 700px;
width: 100%;
background: #fff;
padding: 5%;
color: #006577;
	font-size: 20px;
font-weight: 400;
}

.page-id-350438 .boxintro ul{
text-align: left;
}

.page-id-350438 .boxintro ul li{
padding: 0 0 10px 0;
}

.page-id-350438 h2.p1{
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 42px;
color: #258B9D;
}

.page-id-350438 h2.p1 strong{
display: block;
	color: #FF3364;
font-size: 36px;
	margin: 15px auto 0;
}


.page-id-350438 .salesBox2{
background: #24889a;
	background: rgb(36,136,154);
background: linear-gradient(141deg, rgba(36,136,154,1) 0%, rgba(66,179,199,1) 100%);
	color: #fff;
}

.page-id-350438 .salesBox4{
background: #fff;
}

.page-id-350438 .sales-img{
width: 32%;
display: inline-block;
vertical-align: middle;
padding: 0 2%;
}

.page-id-350438 .sales-img img{
	border: 4px solid #fff;
}

.page-id-350438 .sales-info{
width: 64%;
display: inline-block;
vertical-align: middle;
padding: 0 2%;
	text-align: left;
}

.page-id-350438 .sales-info a{
	color: #fff;
text-decoration: underline;
}

.page-id-350438 h3.p6{
	font-size: 36px;
    color: #FF3364;
}

.page-id-350438 .salesBox6{
background: #24889a;
	background: rgb(36,136,154);
background: linear-gradient(141deg, rgba(36,136,154,1) 0%, rgba(66,179,199,1) 100%);
	color: #fff;
}

.page-id-350438 .salesBox3:before{
    content: '';
    width: 1px;
    height: 100px;
    display: block;
    border-top: 1px solid #FFB237;
    border-left: 1px solid #FFB237;
    background: 0 0;
    position: absolute;
    left: 50%;
    top: -55px;
    z-index: 2;
}

.page-id-350438 .salesBox3 img{
	max-width: 80px;
	margin: 0 auto 45px;
}

.page-id-350438 .salesBox6 h3.p6,
.page-id-350438 .salesBox5 h3.p6{
	color: #fff;
}

.page-id-350438 .salesBox6{
background: url(https://moneysavingmom.com/wp-content/uploads/2020/01/coach1.jpg) center no-repeat;
	position: relative;
}

.page-id-350438 .salesBox6:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(56,159,173,.96);
}

.page-id-350438 .salesBox4 .sales-img{
    width: 100%;
	max-width: 350px;
    display: block;
	padding: 0;
	margin: -200px auto 40px;
}

.page-id-350438 .salesBox4 .sales-img img,
.page-id-350438 .salesBox5 .sales-img img{
	border: none;
}

.page-id-350438 .salesBox4 ul{
	max-width: 100%;
	margin: 0 auto;
	padding: 4% 8%;
	margin: 25px auto 0;
margin: 25px auto;
padding: 4% 8%;
	width: 100%;
  list-style: none;
}


.page-id-350438 .salesBox4 ul li{
	margin: 0 auto 30px;
text-align: left;
	font-size: 18px;
  position: relative;
  padding-left: 1.5em;
}

.page-id-350438 .salesBox5{
background: #24889a;
	background: rgb(36,136,154);
background: linear-gradient(141deg, rgba(36,136,154,1) 0%, rgba(66,179,199,1) 100%);
	color: #fff;
}

.page-id-350438 .salesBox3{
	text-align: center;
}

.page-id-350438 .salesBox5 .sales-img{
display: block;
}

.page-id-350438 .salesBox5 .sales-img{
    width: 180px;
	height: 180px;
background: #FFB237;
border-radius: 50%;
    display: block;
	padding: 3% 2%;
	margin: -200px auto 40px;
}

.page-id-350438 .salesBox5 .sales-img img{
filter: brightness(0) invert(1);
}

.page-id-350438 .salesBox5 ul{
background: #fff;
margin: 25px auto;
padding: 4% 8%;
color: #2A90A3;
	max-width: 1000px;
	width: 100%;
  list-style: none;
}

.page-id-350438 .salesBox5 ul li:before,
.page-id-350438 .salesBox4 ul li:before{
  content: '✓';
	color: #FFB237;
	font-size: 24px;
	margin-right: 15px; 
  position: absolute;
  left: 0;  
  width: 1em;
  height: 1em;
}

.page-id-350438 .salesBox5 ul li{
text-align: left;
margin: 0 auto 25px;
	font-size: 18px;
  position: relative;
  padding-left: 1.5em;
}

.page-id-350438 .salesBox3 .sales-head strong{
display: block;
    font-size: 32px;
    color: #FF3364;
	margin: 0 auto 5px;
}

.page-id-350438 .salesBox7{
    background: #24889a;
    background: rgb(36,136,154);
    background: linear-gradient(141deg, rgba(36,136,154,1) 0%, rgba(66,179,199,1) 100%);
    color: #fff;
}

.page-id-350438 .salesBox7 b{
	font-size: 34px;
}

.page-id-350438 .salesBox7 a{
	display: block;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 38px;
padding: 18px;
	border-radius: 10px;
margin: 40px auto;
	width: 100%;
	max-width: 400px;
	text-align: center;
    background: #ffb237;
    color: #fff;
}

@media only screen and (max-width: 768px) {
	
	.page-id-350438 .salesBox4 .sales-img {
    margin: -0px auto 40px;
}
	
	.page-id-350438 .sales-img
	{
    width: 100%;
		max-width: 300px;
margin: 0 auto;
    display: block;
	}
	
	.page-id-350438 .sales-info {
    width: 100%;
margin: 0 auto;
    display: block;
	}
	
		.page-id-350438 .salesBox5 .sales-img{
margin: 0 auto 25px;
			width: 140px;
			height: 140px;
	}
	
	.page-id-350438 .salesBox5 .sales-img img{
max-width: 80px;
	height: auto;
}
	
	.page-id-300089 .entry,
	.page-id-309857 .entry{
		padding: 0;
background: none;
	}
	
.page-id-300089 .groceryimg,
	.page-id-300089 .grocerybudget,
	.page-id-309857 .hotdeals{
		width: 100%;
		position: relative;
right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		height: auto;
	}

	.page-id-300089 h4{
		font-size: 28px;
		line-height: 1.5;
	}
}

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

.page-id-350438 h2.p1,
	.page-id-350438 h2.p1 strong,
	.page-id-350438 h3.p6,
	.page-id-350438 .salesBox3 .sales-head strong{
    font-size: 28px;
}

}

/*
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: 1240px) {
	
	.header-image .title-area{
		width: 48%;
	}


}

@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: 330px;
	}
	
		.before-content .wrap{
		overflow: hidden;
	}

}


@media only screen and (max-width: 1023px) {
	
	.site-header{
    -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);
}
	
	.site-header .title-area,
	.site-header.shrink .title-area{
float: none;
width: 50%;
		margin: 0 auto;
}
	
	.nav-top,
	.nav-secondary,
	.site-header .widget-area,
	.shrink .nav-primary{
display: none;
}
	
	.site-header .wrap{
		padding: 5px;
	}
	
	.site-header.shrink .site-title:before{
display: block;
}


	.header-image .site-title a{
    width: 60%;
		min-height: 100px;
	}
	

	.site-header.shrink .site-title a,
	.header-image .site-title a{
    width: 60%;
		min-height: 80px;
	}
	
	.header-image .site-title:before{
		width: 80px;
height: 80px;
	}
	
	.shrink .header-image .site-title:before{
display: block;
}


	.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-inner {
padding: 2%;
	}


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

	.content {
		max-width: 100%;
	}
	
	.sidebar-primary{
max-width: 330px;
	Margin: 0 auto;
		float: none;
		overflow: hidden;
	}


}

@media only screen and (max-width: 768px) {
	
	.site-header .title-area, .site-header.shrink .title-area {
    float: none;
    width: 50%;
	}
	
			.site-header.shrink .site-title a,
	.header-image .site-title a{
    width: 70%;
		min-height: 60px;
	}
	
	.header-image .site-title:before{
		width: 60px;
height: 60px;
	}

	.comment-reply,
    .comment-meta{
		position: relative;
top: auto;
right: auto;
	}
	
	.site-footer{
		text-align: center;
		padding: 10px;
	}
	
	.design{
		float: none;
text-align: center;
	}
	
	.nav-footer .menu-item {
padding: 5px;
margin: 5px auto;
    background: #005869;
    width: 48%;
}

#classicGridSwitch #classicSwitch, #classicGridSwitch #gridSwitch {
	display: none;
}
#classicGridSwitch #switchSearch {
	width: 100%;
}
#classicGridWrap.classicView .gridView {
	display: block;
}
#classicGridWrap.classicView .entry-header, #classicGridWrap.classicView .entry-content,#classicGridWrap.classicView .entry-footer {
	display: none;
}
	#classicGridWrap.classicView {
	text-align: center;
	background: transparent;
    padding: 15px 0 10px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#classicGridWrap.classicView .entry {
	background-origin: border-box;
	background: #fff;
    text-align: center;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: .3s ease all;
    box-shadow: 0 0 5px rgba(0,0,0,.55);

}
	a.gridThumb {
		height: auto;
	}
	a.gridThumb img {
		margin-bottom: 0;
	}
	
	.before-content .widget:nth-of-type(2){
		width: 100%;
	}
	.before-content .widget:nth-of-type(1){
		display: none;
	}
	
	.newsletter h4,
	.newsletter h4 span{
font-size: 15px;
		font-weight: 600;
		display: inline;
	}
	
	.newsletter h4 span{
margin-right: 5px;
}
	
	.newsletter{
		font-size: 10px;
	}
	
	#classicGridWrap.classicView .entry .social-bar{
display: none !important;
}
	.newsletter input[type="text"], .newsletter input[type="email"]{
	    width: 48% !important;
	font-size: 12px !important;
margin: 0 auto !important;
}

.newsletter .F16641_sb_fbz_button[type="button"]{
    width: 25% !important;
	font-size: 14px !important;
margin: 0 auto !important;
}
	
	#classicGridSwitch{
		display: none;
	}
	
	.single .content{
padding: 0 2%;
}
	
	#classicGridWrap.classicView .entry{
	width: 100%;
}

#classicGridWrap.classicView .gridView{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.gridImg{
width: 30%;
	margin-bottom: -10px;
}

.gridInfo{
width: 70%;
	align-self: center;
text-align: left;
	padding: 2%;
}

.gridDate,
#classicGridWrap .gridView .entry-title{
	text-align: left;
}

#classicGridWrap .gridView .entry-title a, #classicGridWrap .gridView .entry-title{
	padding: 0;
}

.dateComments{
	border: none;
}

.gridView .readMore .button{
	width: auto;
	left: auto;
right: 0;
}
		
}

 

@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%;
	}
	
		
	.site-header .title-area, .site-header.shrink .title-area {
    width: 65%;
	}
	
	.entry-title {
	font-size: 26px;
		line-height: 1.2;
}
    
    .archive .content .entry,
.search .content .entry{
	background: #fff;
    width: calc(1/2 * 100% - 2%);
    }
	
	.nav-footer a{
padding: 10px 5px;
}
	
	.footer-widgets .F16663_sb_fbz_row, .footer-widgets .F16663_sb_fbz_smartform{
width: 100%;
	display: block;
}
	
	.gridView .readMore .button{
font-size: 15px;
}
	
	.gridComments{
display: none;
}
    
	.gridDate{
width: 100%;
}
	
	#classicGridWrap .gridView .entry-title,
#classicGridWrap .gridView .entry-title a{
	font-size: 14px;
}

.dateComments{
display: block;
margin: 0;
	font-size: 10px;
}

.gridView .readMore .button{
	display: none;
}

#classicGridWrap.classicView .entry{
margin-bottom: 10px;
}
	
	.newsletter h4, .newsletter h4 span{
font-size: 14px;
}
	
	.before-content{
		margin: 0 auto 5px;
	}
	
	.newsletter input[type="text"], .newsletter input[type="email"]{
		height: 40px !important;
	}
	
	.footer-widgets .infusion-field,
.footer-widgets .infusion-submit{
display: block;
width: 100%;
margin: 5px auto !important;
	}
	
	.social-bar{
margin: 5px auto;
	text-align: center;
}
	
	h1.archive-title{
		font-size: 24px;
	}
	
	.recipe-block {
    width: calc(1/2 * 100% - 2%);
	}
	
	.newsletter .F16641_sb_fbz_button[type="button"]{
height: 42px !important;
}
	
}

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

.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-color: #046578;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
	padding-bottom: 80px;
}

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

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

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