/*
	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: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 18px;
    line-height: 1.7625;
	margin: 0;
	overflow-x: hidden;
}

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: #ce1c41;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #F15A87;
}

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 {
	color: #242424;
	margin: 0 0 5px;
font-weight: 700;
line-height: 1.5;
}

h1 {
	font-size: 26px;
}
h2{
	font-size: 22px;
}

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

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

.single .content .entry-title{
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 28px;
line-height: 1.4;
}

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

h4 {
	font-size: 18px;
}

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

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5{
	text-transform: uppercase;
letter-spacing: 1px;
font-weight: 900;
}

.single .content h2{
	font-size: 28px;
}

.single .content h3{
	font-size: 26px;
}

.single .content h4{
	font-size: 24px;
}

.single .content h5{
	font-size: 22px;
}

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

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

/* 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;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    width: calc(1/4 * 100% - 2%);
	border: 1px solid #eee;
	padding-bottom: 10px;
	margin: 0 auto 20px;
}

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

.blog .content .entry{
	background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    width: calc(1/2 * 100% - 2%);
	border: 1px solid #eee;
	padding-bottom: 0px;
	margin: 0 auto 20px;
	text-align: center;
}

.blog .content .entry-title,
.blog .content .entry-title a{
	font-size: 22px;
}

.blog .content .more-link{
background: #91D2C4;
padding: 8px;
color: #242424;
display: block;
margin: 20px auto 0;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
font-weight: 700;
text-decoration: none;
	width: 100%;
	max-width: 90%;
}

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


 .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: #242424;
}

.breadcrumb a{
color: #242424;
}

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

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


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

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

.custom-archive-description{
	color: #242424;
padding: 2%;
text-align: center;
}

h1.archive-title{
    font-size: 30px;
	color: #242424;
	text-transform: uppercase;
Letter-spacing: 2px;
	font-weight: 700;
}

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

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

.catsub a:nth-of-type(4n+1){
border: 2px solid #F15A87;
}

.catsub a:nth-of-type(4n+2){
	border: 2px solid #90D3C4;
}

.catsub a:nth-of-type(4n+3){
	border: 2px solid #F58330;
}

.catsub a:nth-of-type(4n+4){
	border: 2px solid #FFC51A;
}

.catsub a:hover{
	border: 2px solid #242424;
}

.archive-description{
	width: 100%;
	max-width: 1200px;
}


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

.cat-feature{
width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.cat-feature h4{
    font-size: 28px;
	margin: 20px 0 0;
text-align: left;
Width: 100%;
	padding-left: 2%;
}

.cat-feature .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cat-feat-row{
    width: calc(35% - 2%);
	position: relative;
}

.cat-feat-row:nth-of-type(2){
    width: calc(65% - 2%);
	padding: 4%;
	text-align: center;
}

.cat-feat-row:nth-of-type(2) h2{
font-size: 28px;
}

.cat-feat-row:first-of-type h2{
    border: 2px solid #f15a87;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #fff;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    display: block;
    position: absolute;
	width: 100%;
	max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    transition: .5s;
}

.cat-feat-row:nth-of-type(2) form input{
padding: 15px;
	width: 100%;
	margin: 5px auto;
}

.cat-feat-row:nth-of-type(2) form input[type="submit"],
.cat-feat-row:nth-of-type(2) form button{
background: #F15A87;
	font-size: 16px;
font-weight: 700;
	letter-spacing: 2px;
}

/* 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;
	border-bottom: 1px solid #eee;
}

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

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

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

.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.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/header.svg), none;
	background-position: center !important;
	background-size: contain !important;
min-height: 90px;
width: 100%;
margin: 0px auto;
	position: relative;
z-index: 99;
}

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

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


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

.site-header.shrink {
	background: #fff;
	position:fixed;
	padding: 4px;
	top: 0;
	z-index: 999;
    font-size: 15px;
	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 .widget-area{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.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: 25%;
	float: left;
}

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

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

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

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


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


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

.nav-primary {
float: right;
width: 65%;
margin: 0px auto;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
	font-weight: 700;
}

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

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

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

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

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

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

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

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

.nav-primary .sub-menu a:hover {
	color: #242424;
	background: #FFC51A;
}

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

.menu-item.search {
    margin-left: 0px;
}

.nav-primary .genesis-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
}

.search .search-form {
    text-align: center;
}

.search .search-form input[type="search"] {
    position: relative;
    width: 1px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;
}

.search .search-form input[type="search"]:focus {
    width: 250px;
    outline: 0;
    background-color: #fff;
    cursor: text;
}

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

.search .search-form:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-primary .search-form{
border: none;
	padding: 10px;
}

.nav-primary .search .search-form input[type="search"]{
border-radius: 50%;
background-color: #f58331;
background-image: url (images/search2.svg) center no-repeat;
	background-size: 20px 20px;
	width: 40px;
height: 40px;
text-indent: -9999px;
}

.nav-primary .search .search-form input[type="search"]:focus{
background: none;
border: 1px solid #eee;
border-radius: 25px;
	width: 250px;
height: auto;
text-indent: 0px;
}

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

.nav-secondary {
clear: both;
margin: 10px auto;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
	color: #444;
}

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

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

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

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

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


.nav-secondary a:hover{
color: #F15A89;
}

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

/*
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: 1px solid #fafafa;
	margin-bottom: 15px;
}

.post-disclosure{
font-size: 12px;
font-style: italic;
}

.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: #444445;
}

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

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

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

/* 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: #242424;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
border: 2px solid #F15A87;
	margin: 0 2px;
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
    color: #242424;
	background: #F15A87;

}

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

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

.entry-comments{
margin: 40px auto;
}

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

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


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

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

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

.bypostauthor {
}

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

h3#reply-title,
.entry-comments h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    z-index: 99;
    display: block;
	position: relative;
}

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

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

.comment-reply{
color: #242424;
background: #FFC51A;
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: #242424;
}

.comment-respond{
	padding: 4%;
	border: 15px solid #F15A87;
	margin: 6px auto 40px;
}

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

#respond h3#reply-title{
	font-size: 18px;
}

/*
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 {
	clear: both;
}

.footer-widgets .wrap{
max-width: 100%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 100%;
}

.footer-widgets .widget{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-widgets .widgettitle{
font-weight: 700;
text-transform: none;
font-size: 30px;
}

.footer-widgets-1{
padding: 2%;
}

.footer-widgets ul{
margin-left: 0;
}

.footer-widgets .menu-item{
	color: #242424;
font-weight: 700;
text-transform: uppercase;
Letter-spacing: 2px;
	list-style-type: none;
	display: inline-block;
padding: 8px 15px;
    width: calc(1/4 * 100% - 2%);
	text-align: center;
	margin: 5px;
	transition: .5s;
}

.footer-widgets li a{
	color: #242424;
}

.footer-widgets .menu-item:nth-of-type(8n+1),
.footer-widgets .menu-item:nth-of-type(8n+8){
border: 2px solid #90D3C4;
}

.footer-widgets .menu-item:nth-of-type(8n+2),
.footer-widgets .menu-item:nth-of-type(8n+7){
border: 2px solid #F15A89;
}

.footer-widgets .menu-item:nth-of-type(8n+3),
.footer-widgets .menu-item:nth-of-type(8n+6){
border: 2px solid #F58330;
}

.footer-widgets .menu-item:nth-of-type(8n+4),
.footer-widgets .menu-item:nth-of-type(8n+5){
border: 2px solid #FFC41B;
}

.footer-widgets .menu-item:hover{
border: 2px solid #242424;
}

.footer-widgets-2{
background: url(/wp-content/themes/pmd-savvy/images/shop.jpg) center no-repeat;
background-size: cover;
	padding: 3% 2%;
}

.footer-widgets-2 .widget{
	background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
margin: 0 auto;
	padding: 2%;
}

.footer-widgets-2 .shop-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}

.footer-widgets-2 .shop-title,
.footer-widgets-2 .shop-link{
margin: 0 2%;
}

.footer-widgets-2 h4{
    font-weight: 700;
    text-transform: none;
    font-size: 30px;
	margin: 0 auto;
}

.footer-widgets-2 .shop-link a{
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 700;
color: #242424;
padding: 5px 15px;
border: 2px solid #F58330;
border-radius: 25px;
display: block;
	width: 100%;
	max-width: 260px;
text-align: center;
	transition: .5s;
}


.footer-widgets-2 .shop-link a:hover{
border: 2px solid #90D3C4;
}


/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #F15A89;
	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: #242424;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: center;
}

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

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


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

.foot-logo img{
width: 100%;
max-width: 200px;
margin: 0 auto;
display: block;
}

.foot-disclosure{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.foot-disclosure p{
	font-size: 12px;
	text-transform: none;
letter-spacing: 0;
	margin: 0 auto 15px;
}

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

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


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

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

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

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


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

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

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

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

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

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

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

.landing-page .mobile-content,
.landing-page .design,
.landing-page .site-footer{
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-pink-background-color {
    background-color: #f05a88 !important;
}

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

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

.has-light-pink-color {
    color: #f6c4bb;
}

.has-teal-background-color {
    background-color: #83ccc1 !important;
}

.has-teal-color {
    color: #83ccc1;
}

.has-light-teal-background-color {
    background-color: #d3f2ec !important;
}

.has-light-teal-color {
    color: #d3f2ec;
}

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

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

.has-yellow-background-color {
    background-color: #ffc71a !important;
}

.has-yellow-color {
    color: #ffc71a;
}

.alignfull .wp-block-group__inner-container{
max-width: 1200px;
margin: 0 auto;
}

.alignwide{
max-width: 1200px;
margin: 0 auto;
}

/*
Homepage Blocks
---------------------------------------------------------------------------------------------------- */

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


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

.square-post{
padding: 4% 0;
text-align: center;
}

.square-post .favorite-title h3,
.printable-row h3,
.cover-inner h3{
font-size: 30px;
}

.square-post .favorite-posts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0;
}

.square-post .favorite-posts li{
    width: calc(1/4 * 100% - 1%);
	list-style-type: none;
    background: #fff;
    padding: 0px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    margin: 0 auto 20px;
text-align: center;
}

.square-post .favorite-posts li h2{
color: #242424;
	font-size: 17px;
	padding: 0 2%;
}


.square-post .favorite-posts li h2 a{
color: #242424;
text-decoration: none;
	font-size: 17px;
}

.see-more{
	border: 2px solid #F15A87;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
	color: #242424;
text-decoration: none !important;
	padding: 10px 20px;
	transition: .5s;
}

.square-post:nth-of-type(3n+1) .see-more{
	border: 2px solid #F15A87;
}

.square-post:nth-of-type(3n+2) .see-more{
	border: 2px solid #91D2C4;
}

.square-post:nth-of-type(3n+3) .see-more{
	border: 2px solid #F58330;
}

.see-more:hover,
.printable-row a:hover,
.block-cover a:hover{
border: 2px solid #242424 !important;
}

/*
Block - Feature
--------------------------------------------- */

.feature-pages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 2% 2%;
}


.feature-pages .feature-page{
    width: calc(1/3 * 100% - 2%);
position: relative;
max-width: 550px;
}

.feature-page h2{
border: 2px solid #91D2C4;
text-transform: uppercase;
letter-spacing: 2px;
background: #fff;
	font-size: 20px;
padding: 5px 15px;
text-align: center;
display: inline-block;
position: absolute;
width: 100%;
	max-width: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
	bottom: -20px;
	transition: .5s;
}

.feature-page:nth-of-type(4n+1) h2{
border: 2px solid #91D2C4;
}

.feature-page:nth-of-type(4n+2) h2{
border: 2px solid #F15A87;
}

.feature-page:nth-of-type(4n+3) h2{
border: 2px solid #F58330;
}

.feature-page:nth-of-type(4n+4) h2{
border: 2px solid #FFC51A;
}

.feature-page h2:hover{
border: 2px solid #FFC51A;
}

.feature-page a{
text-decoration: none;
}

.feature-pages .feature-page:last-of-type{
display: none;
}


/*
Block - About
--------------------------------------------- */

.about-block{
padding: 2%;
}

.about-block .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 2% 2% 4%;
	align-items: center;
}


.about-block .about-row{
width: 30%;
}

.about-block .about-row:last-of-type{
width: 60%;
	padding: 0 4%;
}

.about-img{
position: relative;
}

.about-img:after {
    background-color: #F58330;
    content: "";
    display: block;
    width: 80%;
    height: 40%;
    z-index: -1;
    position: absolute;
    bottom: -10px;
    left: -15px;
    transition: .5s;
}

.about-row h3{
font-size: 30px;
}

.about-block #social{
margin: 0;
}

.about-block p a{
text-transform: uppercase;
Letter-spacing: 2px;
    border: 2px solid #91d2c4;
color: #222;
text-decoration: none;
font-size: 14px;
	font-weight: 700;
	padding: 5px 15px;
}

/*
Block - Favorites
--------------------------------------------- */

.block-fav .favorite-title h3{
text-align: right;
}

.block-fav .square-post{
padding: 2% 0;
}

/*
Block - Cover
--------------------------------------------- */

.cover-block,
.cover-block2{
	padding: 2%;
}

.printable-block .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.printable-block .printable-row{
    width: calc(1/2 * 100% - 2%);
text-align: center;
	font-size: 20px;
}

.printable-block .printable-row:first-of-type{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}

.printable-row .printable1{
    width: 45%;
	max-width: 300px;
	position: relative;
z-index: 2;
	margin-top: 10px;
}

.printable-row .printable2{
    width: 45%;
	max-width: 300px;
    transform: rotate(4deg);
	position: relative;
z-index: 1;
	margin-left: -60px;
	transition: .5s;
}

.printable-row .printable2:hover{
z-index: 3;
}

.printable-row .printable1 img,
.printable-row .printable2 img{
    box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 15%);
}

.printable-row a,
.block-cover a{
    border: 2px solid #F15A87;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #242424;
    text-decoration: none !important;
    padding: 10px 20px;
    transition: .5s;
background: #fff;
border-radius: 25px;
	font-size: 18px;
}

.cover-block2 .printable-block .wrap{
	flex-direction: row-reverse;
}

/*
Block - Cover Image
--------------------------------------------- */

.block-cover .cover-box{
Padding: 2%;
	overflow: hidden;
background-size: cover;
}

.block-cover .cover-inner{
background: #fff;
width: 50%;
max-width: 500px;
margin: 0 auto;
float: right;
padding: 4%;
	text-align: center;
border-bottom: 10px solid #FFC51A;
}


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

.sidebar-about{
border: 1px solid #eee;
width: 100%;
max-width: 400px;
margin: 0 auto;
text-align: center;
font-size: 14px;
line-height: 1.4;
}

.sidebar-about p{
padding: 4% 4% 4%;
	margin-bottom: 0;
}

.sidebar-about h4{
background: #F15A87;
color: #fff;
margin: -5px auto 0;
	padding: 10px;
text-transform: uppercase;
Letter-spacing: 2px;
}

.sidebar-about #social{
margin: 5px auto 20px;
}

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

	.site-header .widget-area {
		width: 400px;
	}

	.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;
padding: 0;
}
	
	.site-header .title-area,
	.site-header.shrink .title-area{
float: none;
width: 50%;
		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-inner {
padding: 2%;
	}


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

	.content {
		max-width: 100%;
	}


}

@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;
	}
	
	.feature-page h2{
		font-size: 16px;
		position: relative;
left: auto;
bottom: auto;
width: 100%;
		max-width: 90%;
		margin: -40px auto 0;
display: block;
		padding: 5px 10px;
    transform: translate(0%,0%);
	}
	
	.feature-pages .feature-page{
    width: calc(1/2 * 100% - 2%);
		margin: 0 auto 2%;
}
	
	.feature-pages .feature-page:last-of-type{
		display: block;
	}
	
	.about-block .about-row:last-of-type{
width: 100%;
		text-align: center;
}
	
	.about-block .about-row:first-of-type{
display: none;
}

	.about-row #social{
		margin: 0 auto;
	}
	
	.block-fav .favorite-title h3{
text-align: center;
}
	
	.square-post .wrap,
	.printable-block .wrap{
overflow: hidden;
}
	
	.square-post .favorite-posts{
padding: 2% 4%;
}
	
	.square-post .favorite-posts li {
    width: calc(1/2 * 100% - 1%);
	}
	
	.see-more,
	.printable-row a, .block-cover a{
display: block;
width: 100%;
	max-width: 90%;
margin: 10px auto;
}
	
	.printable-block .printable-row{
		width: 100%;
	}
	
	.printable-block .printable-row:first-of-type{
max-width: 400px;
	margin: 0 auto 10px;
}
	
	.block-cover .cover-inner{
		float: none;
margin: 0 auto;
		width: 100%;
		max-width: 70%;
	}
	
	.footer-widgets .menu-item{
    width: calc(1/2 * 100% - 1%);
margin: 0 auto 1%;
}
	
	.footer-widgets-2 .shop-items{
display: block;
margin: 0 auto;
	text-align: center;
}
	
	.footer-widgets-2 .shop-link a{
display: block;
margin: 10px auto 0;
}
	
	.cat-feature{
padding: 0 4%;
}
	
	.cat-feat-row,
	.cat-feat-row:nth-of-type(2){
width: 100%;
		min-height: 200px;
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%;
	}
	
	
    
    .archive .content .entry,
.search .content .entry{
	background: #fff;
    width: calc(1/2 * 100% - 2%);
    }
	
	.footer-widgets .menu-item{
width: 100%;
}
	
	.catsub a{
display: block;
}
	
	.blog .content .entry{
width: 100%;
margin: 0 auto 20px;
}
    
}

/* 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: 290px;
    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: #242424;
    background-color: #fff;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
}

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


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

.side-menu .menu li{
list-style-type: none;
	width: 100%;
	border-bottom: 1px solid #eee;
display: block;
}

.side-menu .sub-menu{
background: #D3F2EC;
}

.side-menu .sub-menu li{
border: none;
	padding: 6px 0;
	border-bottom: 1px solid #fff;
}

.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 .menu a {
    display: block;
    padding: 10px 25px;
    color: #242424;
    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: #242424;
    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: #242424;
	}
 
	.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: #F15A87;
	}
 
	.slideout-menu .menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.slideout-menu .menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 0px;
		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;
    }
}