/*
	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: #212121;
font-family: 'Zilla Slab', serif;
    font-size: 18px;
    line-height: 1.7625;
        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: #df6591;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #9bcabf;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #e89cb5;
}

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 {
	font-family: 'Roboto', sans-serif;
	color: #212121;
	margin: 0 0 5px;
font-weight: 600;
line-height: 1.5;
}

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

.entry-title {
	font-size: 20px;
	text-transform: uppercase;
Letter-spacing: 2px;
}

.entry-title a{
	color: #212121;
	font-size: 20px;
	text-transform: uppercase;
Letter-spacing: 2px;
}

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

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


h3 {
	font-size: 22px;
}

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
text-transform: uppercase;
Letter-spacing: 1px;
}

/* 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 #212121;
	color: #212121;
	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 #212121;
	outline: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #bec96f;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	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: #eccc3d;
	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-evenly;
}

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

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

.breadcrumb a{
color: #212121;
}

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

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


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

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

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

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

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

.catsub a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
    font-family: 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
border-radius: 25px;
padding: 5px 20px;
color: #212121;
border: 2px solid #212121;
}


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

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

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

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

.catsub a:nth-of-type(4n+1):hover{ 
background: #97c6cc;
}

.catsub a:nth-of-type(4n+2):hover{ 
background: #bec96f;
}

.catsub a:nth-of-type(4n+3):hover{ 
background: #e89cb5;
}

.catsub a:nth-of-type(4n+4):hover{ 
background: #9bcabf;
}

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


/* 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;
	padding: 20px 0;
}

.site-header .wrap {
}

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

.title-area {
	margin: 0 auto;
	width: 30%;
}

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

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

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

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

/* Full width header, no widgets */


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

/* Logo, hide text */

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

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

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

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

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

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

.site-header.shrink {
	background: #fff;
	position:fixed;
	padding: 4px;
	top: 0;
	z-index: 999;
    font-size: 15px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.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{
	background-image: url(images/header-shrink.svg), none;
min-height: 40px;
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;
}

/* Before Site Bar
--------------------------------------------- */

.before-site{
width: 100%;
clear: both;
border-bottom: 1px solid #eee;
	position: relative;
	z-index: 998;
}

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

.before-site .widget{
	width: 15%;
	min-width: 200px;
}

.before-site .widget:first-of-type{
width: 60%;
}

.before-site #social{
float: right;
	margin-right: 15px;
}

.before-site .menu {
margin: 0 auto;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
font-weight: 500;
}

.shrink .before-site .menu{
display: block;
}

.before-site .wrap{
text-align: left;
margin: 0px auto;
overflow: hidden;
}

.before-site .menu .menu-item {
	display: inline-block;
	text-align: center;
}

.before-site .menu a {
	border: none;
	color: #212121;
	display: block;
	padding: 13px 14px;
	position: relative;
	transition: .5s;
}

.before-site .menu > .menu-item > a {
	text-transform: uppercase;
}

.before-site .menu a:hover,
.before-site .menu .current-menu-item > a {
	color: #212121;
}

.before-site .menu .menu-item:nth-of-type(4n+1) a:hover{
color: #9BCABF;
}

.before-site .menu .menu-item:nth-of-type(4n+2) a:hover{
color: #ECCC3D;
}

.before-site .menu .menu-item:nth-of-type(4n+3) a:hover{
color: #e89cb5;
}

.before-site .menu .menu-item:nth-of-type(4n+4) a:hover{
color: #BEC96F;
}


.before-site .menu .sub-menu{
background: #fff;
	color: #212121;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.before-site .menu .sub-menu a{
	color: #212121;
background: #fff;
	font-size: 12px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	transition: .5s;
}

.before-site .menu .sub-menu a:hover {
color: #9BCABF;
}

.before-site .menu .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.before-site .menu .menu-item:hover {
	position: static;
}

.before-site .menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.before-site .menu > .first > a {
	padding-left: 0;
}

.before-site .menu > .last > a {
	padding-right: 0;
}

.before-site .search-form{
border: none;
	border-left: 1px solid #eee;
border-radius: 0;
	width: 160px;
}


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


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

.nav-primary {
float: right;
width: 70%;
margin: 0px auto 0;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
font-weight: 600;
	display: none;
}

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

.nav-primary .menu-item:nth-of-type(4n+1) a:hover,
.nav-primary .menu-item:nth-of-type(4n+1) .sub-menu a:hover{
color: #9BCABF;
}

.nav-primary .menu-item:nth-of-type(4n+2) a:hover,
.nav-primary .menu-item:nth-of-type(4n+2) .sub-menu a:hover{
color: #ECCC3D;
}

.nav-primary .menu-item:nth-of-type(4n+3) a:hover,
.nav-primary .menu-item:nth-of-type(4n+3) .sub-menu a:hover{
color: #e89cb5;
}

.nav-primary .menu-item:nth-of-type(4n+4) a:hover,
.nav-primary .menu-item:nth-of-type(4n+4) .sub-menu a:hover{
color: #BEC96F;
}


.nav-primary .sub-menu{
	color: #212121;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

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

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

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


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

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
font-weight: 600;
	border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

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

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

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

.nav-secondary .menu-item:nth-of-type(4n+1) a:hover,
.nav-secondary .menu-item:nth-of-type(4n+1) .sub-menu a:hover{
color: #9BCABF;
}

.nav-secondary .menu-item:nth-of-type(4n+2) a:hover,
.nav-secondary .menu-item:nth-of-type(4n+2) .sub-menu a:hover{
color: #ECCC3D;
}

.nav-secondary .menu-item:nth-of-type(4n+3) a:hover,
.nav-secondary .menu-item:nth-of-type(4n+3) .sub-menu a:hover{
color: #e89cb5;
}

.nav-secondary .menu-item:nth-of-type(4n+4) a:hover,
.nav-secondary .menu-item:nth-of-type(4n+4) .sub-menu a:hover{
color: #BEC96F;
}


.nav-secondary .sub-menu{
	color: #212121;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

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

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

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

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

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

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

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

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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

.entry-meta {
	font-family: 'Roboto', sans-serif;
	color: #212121;
	font-size: 11px;
	text-transform: uppercase;
Letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 5px;
}

.single .entry-meta{
letter-spacing: .5px;
	text-transform: none;
font-weight: 400;
}

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

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

.single .content .entry-header{
border-bottom: 1px solid #9bcabf;
	margin-bottom: 15px;
}

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

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

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

.single .entry-footer a{
display: inline-block;
	padding: 3px 20px;
vertical-align: middle;
color: #212121;
}


.single .entry-footer a:nth-of-type(5n+1){
background: #9bcabf;
}

.single .entry-footer a:nth-of-type(5n+2){
background: #e89cb5;
}

.single .entry-footer a:nth-of-type(5n+3){
background: #bec96f;
}

.single .entry-footer a:nth-of-type(5n+4){
background: #97c6cc;
}

.single .entry-footer a:nth-of-type(5n+5){
background: #e7cd59;
}

.single .entry-footer a:hover{
	color: #fff;
background: #212121;
}


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

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


.archive-pagination li {	
display: inline;
}


.archive-pagination li a {	
    color: #212121;
border-bottom: 1px solid #fff;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
    color: #212121;
border-bottom: 1px solid #e89cb5;

}

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

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

.entry-comments {
	clear: both;
}

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

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

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

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

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


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

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

.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;
    margin-bottom: 1em;
	position: relative;
}

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

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

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

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

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

.comment-respond{
	padding: 4%;
    border: 1px solid #212121;
background: #fff;
	margin: 40px auto;
}

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

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

.comment-respond label{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
	color: #212121;
font-weight: 600;
}

.comment-form-comment{
	margin-top: 15px;
}

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

.footer-widgets .wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-evenly;
}

.footer-widgets-1{
width: 30%;
}

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

.footer-widgets-3 {
width: 40%;
}

.footer-widgets-1 img{
width: 100%;
max-width: 280px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 2px;
	word-wrap: break-word;
	font-size: 14px;
}

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

.footer-widgets-3{
	font-size: 14px;
line-height: 1.5;
}

.footer-widgets #social{
	margin: 0;
}

.footer-widgets .widgettitle{
	text-align: left;
}

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

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

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

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


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


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

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


.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #fff;
width: 100%; 
padding: 14px; 
margin: 0px auto;
 display: block; 
	font-size: 16px;
	line-height: 1.4;
}

 .newsletter input[type="submit"],
.newsletter button{ 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
background: #e89cb5;
 padding: 14px; 
margin: 0px auto;
 color: #fff; 
	font-size: 16px;
	line-height: 1.4;
display: block;
 }

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

.newsletter-content{
	padding: 2% 0 4%;
width: 100%;
	clear: both;
}

.newsletter-content .widgettitle{
	font-size: 20px;
letter-spacing: 2px;
position: relative;
}

.newsletter-content .widgettitle:before{
	content: '';
	background: url(images/sidebar.svg) center no-repeat;
	display: block;
	width: 150px;
	height: 40px;
margin: 0 auto 10px;
}

.newsletter-content .newsletter input[type="submit"], .newsletter-content .newsletter button {
	color: #df6591;
background: none;
}

.newsletter-content .newsletter .ff__grid{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
	position: relative;
	overflow: visible;
}

.newsletter-content .newsletter input[type="text"],
.newsletter-content .newsletter input[type="email"]{
	border: 1px solid #212121;
	width: calc(1/3 * 100%);
	position: relative;
	border-right: 0;
}

.newsletter-content .newsletter input[type="submit"],
.newsletter-content .newsletter button{
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
letter-spacing: 1px;
	border: 1px solid #212121;
	width: calc(1/3 * 100%);
	position: relative;
	border-left: 0;
	font-size: 16px;
	line-height: 1.4;
}

.newsletter-content .newsletter input:nth-of-type(1){
border-right: 0;
}

.newsletter-content .newsletter input:nth-of-type(2){
	border-left: 0;
border-right: 0;
}

.newsletter-content .newsletter input{
	position: relative;
}

.newsletter-content .newsletter .ff__grid:before{
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    border-left: 1px solid #212121;
    position: absolute;
    left: 33%;
    top: -20px;
    bottom: -15px;
	z-index: 99;
}

.newsletter-content .newsletter .ff__grid:after{
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    border-left: 1px solid #212121;
    position: absolute;
    right: 33%;
    top: -20px;
    bottom: -15px;
	z-index: 99;
}


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

.social-box{
position: relative;
border-top: 1px solid #212121;
border-bottom: 1px solid #212121;
padding: 10px;
	position: relative;
}

.social-box:before{
    content: '';
    display: block;
    height: 80px;
    width: 1px;
    border-left: 1px solid #212121;
    position: absolute;
    left: 10%;
    top: -15px;
    bottom: -15px;
	z-index: 99;
}

.social-box:after{
    content: '';
    display: block;
    height: 80px;
    width: 1px;
    border-left: 1px solid #212121;
    position: absolute;
    right: 10%;
    top: -15px;
    bottom: -15px;
	z-index: 99;
}

#social{
margin: 0px auto;
position:relative;
width: 190px;
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,
#twitter,
#youtube{
width: 30px;
height: 30px;
}

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

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

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

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

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

#facebook:hover,
#pinterest:hover,
#instagram:hover,
#twitter:hover,
#youtube: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-background-color:hover {
    background-color: #111111 !important;
}

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

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

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

.has-teal-background-color {
    background-color: #9bcabf !important;
}


.has-teal-background-color:hover {
    background-color: #80b9ac !important;
}

.has-teal-color {
    color: #9bcabf;
}

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


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

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

.has-green-background-color {
    background-color: #bec96f !important;
}


.has-green-background-color:hover {
    background-color: #b5bc61 !important;
}

.has-green-color {
    color: #bec96f;
}


.has-blue-background-color {
    background-color: #97c6cc !important;
}


.has-blue-background-color:hover {
    background-color: #86bbbf !important;
}

.has-blue-color {
    color: #97c6cc;
}


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


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

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


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


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

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


/* Related Posts
------------------------------------------------------ */

.related-posts{
width: 100%;
clear: both;
text-align: center;
	padding: 2%;
margin: 120px auto 20px;
 border: 1px solid #212121;
}

.related-posts-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

h3.related-title{
    font-size: 18px;
	text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
	margin: 0 auto 10px;
background: #fff;
width: 50%;
    margin: -80px auto 20px;
	position: relative;
}

h3.related-title:before{
	content: '';
	background: url(images/sidebar.svg) center no-repeat;
	display: block;
	width: 150px;
	height: 40px;
margin: 0 auto 10px;
}

.related-posts .related{
    width: calc(1/3 * 100% - 1%);
padding: 0 2%;
line-height: 1.2;
}

.related-post-title{
    font-family: 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
display: block;
	margin-top: 5px;
}

.related a{
    color: #212121;
font-weight: 600;
	font-size: 14px;
}


/* Feature Categories
--------------------------------------------- */

#feature-content{
background: #f2f7f5;
width: 100%;
	padding: 2% 0;
}

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

.feature-content .widget{ 
	width: calc(1/4 * 100% - 1%);
}

.feature-content img{
	outline: 1px solid #fff;
outline-offset: -10px;
}

.feature-content .wp-caption-text{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	margin-bottom: 0;
}


/* Homepage Posts
--------------------------------------------- */

.latest{
	width: 100%;
	clear: both;
}

.latest h4{
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}

.content .first-post{
background: #f6ebef;
	text-align: center;
	max-width: 800px;
	margin:0 auto 40px;
}

.home .entry img{
float: left;
	margin: 0 15px 15px 0;
}

.home .content .first-post img{
float: none;
margin: 0 auto;
}

.content .first-post .entry-content{
padding: 0 2%;
}

.content .first-post .entry-title{
padding: 2% 2% 1%;
}

.more-link{ 
border: 1px solid #97c6cc;
background: #fff;
width: 100%;
	max-width: 150px;
text-align: center;
border-radius: 25px;
	font-family: 'Roboto', sans-serif;
display: block;
text-decoration: none;
overflow: hidden;
text-transform: uppercase;
Letter-spacing: 2px;
font-size: 12px;
font-weight: 600;
	padding: 6px;
	margin-top: 15px;
}

.first-post .more-link{
margin: 15px auto 0;
background: #97c6cc;
}

a.more-link{
	text-decoration: none;
}


.entry:nth-of-type(4n+1) .more-link{ 
border: 1px solid #97c6cc;
}

.entry:nth-of-type(4n+2) .more-link{ 
border: 1px solid #bec96f;
}

.entry:nth-of-type(4n+3) .more-link{ 
border: 1px solid #e89cb5;
}

.entry:nth-of-type(4n+4) .more-link{ 
border: 1px solid #9bcabf;
}

.entry:nth-of-type(4n+1) .more-link:hover{ 
background: #97c6cc;
}

.entry:nth-of-type(4n+2) .more-link:hover{ 
background: #bec96f;
}

.entry:nth-of-type(4n+3) .more-link:hover{ 
background: #e89cb5;
}

.entry:nth-of-type(4n+4) .more-link:hover{ 
background: #9bcabf;
}

.first-post a.more-link{
color: #fff !important;
}

a.more-link{
	color: #212121;
}

/* Category Posts
--------------------------------------------- */

.category-content{
width: 100%;
clear: both;
}

.category-content .widget{
margin: 0 auto 40px;
}

.category-content .widgettitle{
text-align: left;
font-size: 22px;
letter-spacing: 2px;
	position: relative;
	margin-bottom: 10px;
}

.category-content .widgettitle:before{
    content: '';
    background: url(images/confetti-cat.svg) center no-repeat;
    display: inline-block;
	vertical-align: bottom;
    width: 80px;
    height: 35px;
    margin: 0 10px 0 0;
}

.dpe-flexible-posts{
width: 100%;
clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dpe-flexible-posts li{
    width: calc(1/2 * 100% - 1%);
    text-align: left;
list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 15px;
	border: 1px solid #eee;
}

.dpe-flexible-posts .flex-img{
width: 40%;
}

.dpe-flexible-posts .flex-info{
padding: 0 2%;
width: 60%;
}

.dpe-flexible-posts .flex-img img{
margin-bottom: 0;
}

.dpe-flexible-posts h2{
font-size: 14px;
text-transform: uppercase;
Letter-spacing: 1px;
}

.dpe-flexible-posts .entry-category{
	font-family: 'Roboto', sans-serif;
    color: #212121;
    font-size: 11px;
    text-transform: uppercase;
    Letter-spacing: 2px;
    font-weight: 600;
}

.dpe-flexible-posts .entry-category a{
    color: #df6591;
}

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

.about{
width: 100%;
max-width: 350px;
margin: 25px auto 0;
font-size: 14px;
	line-height: 1.4;
text-align: center;
border: 1px solid #212121;
padding: 0 4% 6%;
}

.about img{
border-radius: 50%;
margin: -25px auto 0;
width: 100%;
max-width: 150px !important;
}

.about a{
background: #e89cb5;
border-radius: 25px;
padding: 5px 15px;
color: #212121;
}

.about h4{
	font-size: 20px;
letter-spacing: 2px;
position: relative;
text-transform: uppercase;
}

.about h4:before{
	content: '';
	background: url(images/sidebar.svg) center no-repeat;
	display: block;
	width: 150px;
	height: 40px;
margin: 0 auto 10px;
}

.sidebar .widgettitle{
	font-size: 16px;
	position: relative;
	letter-spacing: 2px;
	margin: 0 auto 10px;
	width: 100%;
}

.sidebar .widgettitle:before{
	content: '';
	background: url(images/sidebar.svg) center no-repeat;
	display: block;
	width: 120px;
	height: 30px;
margin: 0 auto 10px;
}

.sidebar .featuredpost .widget-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}

.sidebar .featuredpost .widget-wrap .entry{
    width: calc(1/2 * 100% - 1%);
	margin-bottom: 4%;
padding-bottom: 0;
}

.sidebar .featuredpost .entry-title,
.sidebar .featuredpost .entry-title a{
	font-size: 12px;
text-align: center;
letter-spacing: 1px;
}

.sidebar .menu{
	display: block;
}

.sidebar .menu-item{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    Letter-spacing: 2px;
    font-weight: 600;
	width: 100%;
	text-align: center;
display: block;
}

.sidebar .menu-item a{
background: #df6591;
color: #212121;
	padding: 10px;
width: 100%;
	display: block;
}

.sidebar .menu-item:nth-of-type(5n+1) a{
background: #9bcabf;
}

.sidebar .menu-item:nth-of-type(5n+2) a{
background: #e89cb5;
}

.sidebar .menu-item:nth-of-type(5n+3) a{
background: #bec96f;
}

.sidebar .menu-item:nth-of-type(5n+4) a{
background: #97c6cc;
}

.sidebar .menu-item:nth-of-type(5n+5) a{
background: #e7cd59;
}

.sidebar .menu-item a:hover{
background: #212121;
color: #fff;
}


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

.before-footer .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0 auto 40px;
}

.before-footer .widget{
    width: calc(1/2 * 100% - 1%);
	padding: 4%;
	text-align: center;
align-self: top;
}

.before-footer .widget:first-of-type{
	background: #f2f7f5;
}

.before-footer .widget:last-of-type{
border: 1px solid #eee;
}

.before-footer ul{
    font-family: 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
	font-size: 12px;
margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.before-footer ul li{
    width: calc(1/2 * 100% - 1%);
	border-radius: 25px;
background: #df6591;
	padding: 10px;
	margin: 1% auto;
	list-style-type: none;
	overflow: hidden;
	transition: .5s;
}

.before-footer ul li:hover {
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
}

.before-footer ul li:nth-of-type(5n+1){
background: #bec96f;
}

.before-footer ul li:nth-of-type(5n+2){
background: #97c6cc;
}

.before-footer ul li:nth-of-type(5n+3){
background: #e89cb5;
}

.before-footer ul li:nth-of-type(5n+4){
background: #e7cd59;
}

.before-footer ul li:nth-of-type(5n+5){
background: #9bcabf;
}

.before-footer ul li a{
color: #212121;
}

.before-footer .widgettitle,
.before-footer h4{
	text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
	margin: 0 auto 10px;
}

.before-footer .widgettitle:before {
    content: '';
    background: url(images/sidebar.svg) center no-repeat;
    display: block;
    width: 150px;
    height: 40px;
    margin: 0 auto 10px;
}

.before-footer .newsletter input{
	width: 49%;
	display: inline-block;
	margin: 0 .5%;
	border: 1px solid #212121;
}

.before-footer .newsletter button{
	display: block;
	width: 99%;
	margin: 10px auto 0;
color: #212121;
background: #e89cb5;
border: 1px solid #e89cb5;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* Color Bars
--------------------------------------------- */

.green-bar{
width: 100%;
background: #c1c97a;
color: #fff;
text-align: center;
padding: 1%;
	margin: 0 auto 15px;
}

.green-bar h4{
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
margin-bottom: 0;
	position: relative;
}

.green-bar h4:after{
content: '';
background: url(images/right-arrow-white.svg) center no-repeat;
	width: 60px;
height: 15px;
display: inline-block;
	vertical-align: middle;
margin-left: 10px;
}

.blue-bar{
width: 100%;
clear: both;
text-align: center;
    background: #f2f7f5;
	padding: 1%;
}

.blue-bar h4{
text-transform: uppercase;
	letter-spacing: 2px;
font-size: 16px;
display: inline-block;
vertical-align: middle;
	margin-bottom: 0;
}

.blue-bar a{
	    font-family: 'Roboto', sans-serif;
text-transform: uppercase;
	letter-spacing: 2px;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding: 8px 20px; 
	border-radius: 25px;
background: #9bcabf;
color: #fff;
	margin-left: 10px;
}

/*
Woocommerce Settings
---------------------------------------------------------------------------------------------------- */
.single-product .entry-title{
	font-size: 24px;
}

.woocommerce div.product .product_title{
	color: #444;
	line-height: 1.4;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
color: #fff;
background: #70c4bc;
font-size: 14px;
border-radius: 25px;
}

.woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover{
	transform: none;
background: #E85C8A;
color: #fff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
color: #212121 !important;
	font-size: 18px;
	
}

.woocommerce ul.products li.product .price{
color: #212121 !important;
	font-size: 18px;
}

.woocommerce span.onsale{
background: #C5CE84 !important;
    font-size: .657em;
	height: 40px;
	width: 40px;
	padding: 0 0 5px;
}

.woocommerce ul.products.columns-3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	border: 1px solid #eee;
padding: 1% 1% 4%;
	position: relative;
text-align: center;
}

.woocommerce ul.products li.product .button{
	position: absolute;
bottom: 0;
	left: 0;
right: 0;
	border-radius: 0;
	width: 100%;
	text-align: center;
	padding: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 16px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
color: #fff;
background: #70c4bc;
font-size: 12px;
border-radius: 0px;
	padding: 10px;
}

.product_meta a{
display: inline-block;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}

.posted_in,
.tagged_as{
	display: block;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
margin: 10px auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	text-transform: uppercase;
Letter-spacing: 2px;
font-size: 15px;
border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #70c4bc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: 1px solid #ddd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
background: #70c4bc;
	color: #fff;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
background-color: #fff;
color: #212121;
margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
color: #70c4bc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
}

.single-product .woocommerce div.product form.cart{
position: relative;
}

.single-product .woocommerce div.product form.cart:before{
	content: '';
	background: url(images/sidebar.svg) center no-repeat;
	display: block;
	width: 150px;
	height: 40px;
    margin: 0 0 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
margin: 0 0 15px;
padding: 0;
}

.post-type-archive-product .content,
.archive.tax-product_cat .content{
	width: 100%;
		float: none;
}

.woocommerce .products ul, .woocommerce ul.products{
	width: 100% !important;
display: block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #e89cb5 !important;
    color: #212121 !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
background: #97c6cc !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
background: none !important;
border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{    font-family: 'Roboto', sans-serif;
    color: #212121 !important;
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
Letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
color: #f3ad1d !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
width: 100% !important;
float: none !important;
}

.woocommerce-MyAccount-navigation ul{
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation li{
	display: inline-block;
	list-style-type: none;
}

.woocommerce-MyAccount-navigation a{
	display: block;
	width: 100%;
		font-family: 'Roboto', sans-serif;
    color: #212121 !important;
    font-weight: 600;
	text-transform: uppercase;
Letter-spacing: 2px;
    background: #fff;
    border: 1px solid #212121;
color: #fff;
font-size: 14px;
margin: 5px 5px 5px 0;
text-align: center;
text-decoration: none;
	padding: 5px 15px;
}

.woocommerce-MyAccount-navigation a:hover{
background: #fff;
color: #e89cb5;
}

.woocommerce-info{
	border: none !important;
}

.woocommerce-message {
	border-top: none !important;
	border: 1px solid #212121 !important;
background-color: #fff !important;
}

.woocommerce-message::before {
    color: #E8CE59 !important;
}

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

	.content {
		max-width: 680px;
	}
	
	.sidebar-primary {
		width: 340px;
	}

}

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

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

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

	.content {
		max-width: 620px;
	}

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


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

	.sidebar-primary {
		width: 340px;
	}

}


@media only screen and (max-width: 1023px) {
	
	.site-header{
padding: 0;
}
	
	.site-header .title-area,
	.site-header.shrink .title-area{
float: none;
width: 50%;
		margin: 0 auto;
}
	
	.site-header .wrap{
overflow: hidden;
}
	
	.site-header.shrink .site-title a,
	.header-image .site-title a{
    background-image: url(images/header.svg), none;
    min-height: 80px;
    width: 100%;
    float: none;
}

	.before-site,
	.nav-secondary,
	.shrink .nav-primary{
display: none;
}


	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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;
	}
	
	.newsletter-content{
padding: 4%;
}
	
	.before-footer{
padding: 2%;
		margin: 0 auto;
}
	
	.dpe-flexible-posts li,
	.before-footer .widget{
		width: 100%;
		margin: 15px auto;
	}
	
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3{
		width: 100%;
		text-align: center;
		padding: 2%;
	}
	
	.footer-widgets .widgettitle{
text-align: center;
}
	
	.footer-widgets #social{
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%;
	}
	
	.feature-content .widget {
    width: calc(1/2 * 100% - 1%);
}
	
	.feature-content .wp-caption-text{
font-size: 12px;
}
    
    .archive .content .entry,
.search .content .entry{
	background: #fff;
    width: calc(1/2 * 100% - 2%);
    }
	
	.newsletter-content .newsletter input[type="text"], .newsletter-content .newsletter input[type="email"],
	.newsletter-content .newsletter input[type="submit"], .newsletter-content .newsletter button{
    border: 1px solid #212121;
    width: 100%;
    position: relative;
margin: 5px auto;
}
	
	.newsletter-content .newsletter .ff__grid:before,
.newsletter-content .newsletter .ff__grid:after{
display: none;
}
	
	.home .entry img{
float: none;
margin: 0;
	}
	
	.dpe-flexible-posts h2{
font-size: 12px;
}
	
	.category-content .widgettitle{
text-align: center;
margin: 0 auto 5px;
}
	
	.category-content .widgettitle:before{
    background: url(images/sidebar.svg) center no-repeat;
		display: block;
margin: 0 auto 5px;
	}
	
	.before-footer ul li{
width: 100%;
	margin: 5px auto;
}
	
	.green-bar h4:after{
display: block;
margin: 5px auto;
	}
	
	.related {
    width: calc(1/2 * 100% - 1%);
	}
	
	.related:Last-of-type{
display: none;
}
	
	.comment-respond {
padding: 4%;
    border: 10px solid #f6ebef;
	}
	
	.blue-bar h4{
font-size: 14px;
}

.blue-bar a{
font-size: 12px;
	padding: 4px 15px;
	}
	
	
	.woocommerce ul.products li.product .button{
	position: relative;
bottom: auto;
left: auto;
		right: auto;
	}
    
}

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

.site-header{
position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slideout */

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

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

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

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

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

.slideout-panel {
    position: relative;
    background-color: #fff;
}

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

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

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

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

/* Side menu */

.side-menu {
    display: none;
    color: #212121;
    background-color: #fff;
    font-size: 16px;
    z-index: 999;
    min-height: 100vh;
}

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


.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: #212121;
    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: #212121;
    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: #212121;
	}
 
	.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: #9bcabf;
	}
 
	.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;
    }
}