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

*/


@font-face {
    font-family: 'beautysalon_scriptregular';
    src: url('webfont/beautysalon_script_regular-webfont.woff2') format('woff2'),
         url('webfont/beautysalon_script_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*
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: #222;
font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.7625;
}

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

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

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

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

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

a:hover {
	color: #017d9e;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote a{
	color: #b31f69;
}

blockquote {
	margin: 40px auto;
    text-align: center;
font-size: 28px;
    padding: 0 10%;
font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif;
	color: #222;
	margin: 0 0 5px;
	font-weight: 600;
line-height: 1.5;
}

h1 {
font-size: 38px;
}

h2{
font-size: 34px;
}

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

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

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

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

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


h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

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

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.script{
    font-family: 'beautysalon_scriptregular';
}

/* 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: #dc9a1d;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	letter-spacing: 2px;
	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: #017d9e;
	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%;
}

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

.sidebar-pack{
    background: #b31f69;
padding: 10% 6%;
text-align: center;
	color: #fff;
}

.sidebar-pack h4{
	color: #fff;
font-size: 20px;
text-transform: uppercase;
Letter-spacing: 1px;
}

.sidebar-pack a{
width: 100%;
display: block;
color: #fff;
padding: 10px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
margin: 20px auto 0;
    background: #e1a32e;
}




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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.sticky {
}

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

}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

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

.breadcrumb a{
	color: #222;
}


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

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


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

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

.custom-archive-description{
display: none;
}

.archive .custom-archive-description{
display: block;
	background: url(images/hero-top.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	padding: 6% 2%;
}

.archive .custom-archive-description:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.8);
    z-index: 98;
}

.archive-description{
position: relative;
z-index: 99;
background: none;
color: #fff;
text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.archive-description h1{
color: #fff;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 500;
font-size: 34px;
}

.catsub{
	display: none;
}

.archive .catsub{
	background: #017d9e;
	width: 100%;
	padding: 1% 2%;
	clear: both;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	margin: 0 auto;
	text-align: center;
	display: block;
}

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

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

.archive .content,
.search .content,
.blog .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

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

.blog .content .entry{
border: 1px solid #eee;
	margin: .5%;
text-align: left;
	font-size: 14px;
	position: relative;
}

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

.blog .content .entry-title,
.blog .content .entry-title a{
	font-size: 20px;
text-align: left;
}

.blog .content,
.archive .content,
.search .content{
	padding: 0 2%;
}

.blog .site-inner{
padding-top: 0;
}

.more-link{
display: block;
margin-top: 10px;
text-transform: uppercase;
Letter-spacing: 2px;
font-weight: 700;
	text-decoration: none !important;
	
}


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

.site-header .wrap {
}

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

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

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

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

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

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

.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: 60px;
width: 180px;
	float: left;
}

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

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


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


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

.nav-primary {
font-family: 'Oswald', sans-serif;
width: 70%;
	float: right;
margin: 8px auto 0;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 1px;
    font-weight: 400;
}

.shrink .nav-primary{
margin: 10px auto;
font-size: 19px;
}

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

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

.nav-primary a {
	border: none;
    color: #222;
	display: block;
	padding: 5px 14px;
	position: relative;
	transition: .5s;
    background-image: linear-gradient(180deg, transparent 95%, #e1a32e 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
}

.nav-primary a:hover{
    background-size: 100% 100%;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

.nav-primary .search-form{
	border: none;
float: right;
width: 150px;
	padding: 0 5px;
}

.nav-primary input[type="search"]{
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
    font-weight: 400;
}

.nav-primary li.right.search{
	display: inline-block;
vertical-align: middle;
}

.nav-primary .enroll{
background: #e1a32e;
color: #fff;
	transition: .5s;
}

.nav-primary .enroll:hover{
background: #017d9e;
}

.nav-primary .enroll a{
	padding: 2px 14px;
color: #fff;
	background-image: none;
}

.nav-primary .enroll .sub-menu a{
color: #222;
}

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

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

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

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

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

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

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

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

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

.overlay h4{
	color: #222;
font-size: 24px;
	text-transform: uppercase;
letter-spacing: 2px;
}

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

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

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

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

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

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

}

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

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

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

}

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

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

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

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

}

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

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

}

/* secondary Navigation
--------------------------------------------- */

.nav-secondary {
font-family: 'Oswald', sans-serif;
width: 100%;
clear: both;
margin: 0 auto 0;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
    font-weight: 400;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
	display: none;
}

.blog .nav-secondary{
	display: block;
}

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

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

.nav-secondary a {
	border: none;
    color: #222;
	display: block;
	padding: 5px 14px;
	position: relative;
	transition: .5s;
    background-image: linear-gradient(180deg, transparent 95%, #e1a32e 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
    user-select: none;
}

.nav-secondary a:hover{
    background-size: 100% 100%;
    cursor: pointer;
}

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

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

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

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

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

.nav-secondary .sub-menu a:hover {
    color: #e1a32e;
}

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

.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 {
	color: #222;
	font-size: 12px;
}

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

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

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




/* 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: #222;
cursor: pointer;
display: inline-block;
padding: 4px 10px;	
	border-bottom: 2px solid #fff;
}


.archive-pagination li a:hover,
.archive-pagination li.active a {
    color: #222;
	border-bottom: 2px solid #017D9E;

}

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

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


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

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

.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;
	text-transform: uppercase;
    display: block;
    margin-bottom: 1em;
	position: relative;
}

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

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

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

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

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

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

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

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

.footer-widgets {
	clear: both;
	padding: 40px 2%;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: calc(1/3 * 100% - 1% );
    align-items: center;
}

.footer-widgets-1 img,
.footer-widgets-1 #social{
	display: block;
	margin: 0 auto 15px;
}

.footer-widgets .widgettitle{
	text-align: left;
font-size: 20px;
}

.footer-widgets .featured-content .entry{
padding-bottom: 0;
}

.footer-widgets .featured-content .entry-title,
.footer-widgets .featured-content .entry-title a{
	font-size: 20px;
}

.footer-widgets li a{
	font-size: 16px;
color: #414141;
}

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

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


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

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

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

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


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

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

.newsletter{ 
margin: 0 auto;
 } 

.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: 240px;
height:40px;
}

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

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

#facebook,
#pinterest,
#instagram,
#contact,
#youtube{
width: 40px;
height: 40px;
background-size: 40px 40px;
	transition: .5s;
}

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

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

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

#youtube {
background: url(https://www.noguiltmom.com/wp-content/uploads/2021/05/youtube.svg) center no-repeat ;
left: 150px;
}

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


#facebook:hover,
#pinterest:hover,
#instagram:hover,
#contact:hover,
#youtube:hover {
  transform: scale(1.1);
}

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

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

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

#home-hero,
#home-banner,
#home-intro,
#home-about,
#home-featured,
#home-testimonials,
#home-how,
#home-cta{
width: 100%;
clear: both;
padding: 2%;
}


/*
Home Hero
--------------------------------------------- */

#home-hero{
	background: url(images/hero-top.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	padding: 10% 2%;
}

#home-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    z-index: 98;
}

.home-hero{
position: relative;
z-index: 99;
text-align: center;
color: #fff;
}

.home-hero h2{
	color: #fff;
font-size: 58px;
text-transform: uppercase;
Letter-spacing: 2px;
Font-weight: 600;
}


.home-hero h3{
	color: #fff;
font-size: 26px;
text-transform: uppercase;
Letter-spacing: 1px;
Font-weight: 400;
margin: 0 auto 30px;
	width: 100%;
	max-width: 50%;
}

.home-hero a{
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
Letter-spacing: 2px;
padding: 15px 40px;
font-size: 24px;
background: #e1a32e;
color: #fff;
	font-weight: 600;
	transition: .5s;
}

.home-hero a:hover{
background: #017d9e;
}

/*
Home Banner
--------------------------------------------- */

#home-banner{
background: #b31f69;
padding: 2%;
}

.home-banner{
	text-align: center;
}

.home-banner h2{
font-size: 38px;
color: #fff;
}


/*
Home Intro
--------------------------------------------- */

#home-intro{
padding: 2% 2% 4%;
}

.home-intro{
	text-align: center;
font-size: 20px;
}

.home-intro .script{
	font-size: 38px;
	margin-bottom: 20px;
}

.home-intro h3{
font-size: 38px;
	font-weight: 600;
text-transform: uppercase;
Letter-spacing: 1px;
}

.home-intro p{
	margin-bottom: 30px;
}

/*
Home About
--------------------------------------------- */

.home-about{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	font-size: 20px;
}

.home-about .widget{
    width: calc(1/2 * 100% - 2% );
    align-items: center;
}

.home-about .widget:last-of-type{
padding-right: 5%;
}

.home-about img{
width: 100%;
max-width: 400px;
	margin: 0 auto;
display: block;
	outline: 3px solid #017d9e;
outline-offset: 15px;
	transition: .5s;
}

.home-about img:hover{
  transform: scale(1.02);
}

.home-about .widget:first-of-type{
position: relative;
}

.home-about .widget:first-of-type:before{
content: '';
border-top: 3px solid #017d9e;
	display: block;
	width: 90px;
	height: 3px;
position: absolute;
top: 50px;
	right: 0;
}

.home-about h2{
font-size: 38px;
	font-weight: 600;
text-transform: uppercase;
Letter-spacing: 1px;
}

.home-about p em{
    font-family: 'beautysalon_scriptregular';
	font-size: 32px;
}

.home-about p em,
.home-about p strong{
	transition: .5s;
}

.home-about p em:hover,
.home-about p strong:hover{
color: #b31f69;
}

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

.home-featured .feat-logos{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home-featured .feat-logo{
    width: calc(1/4 * 100% - 1% );
	max-width: 300px;
    align-items: center;
	padding: 0 2%;
	transition: .5s;
}

.home-featured .feat-logo:hover{
  transform: scale(1.02);
}

.home-featured{
	text-align: center;
}

.home-featured .widgettitle{
text-align: right;
text-transform: none;
letter-spacing: 0;
    font-family: 'beautysalon_scriptregular';
font-size: 32px;
	padding: 0 8%;
}


/*
Home Testimonials
--------------------------------------------- */

#home-testimonials{
background: #017d9e;
	color: #fff;
	font-size: 16px;
	padding: 4% 2%;
	position: relative;
	padding-bottom: 120px;
	margin-bottom: 100px;
}

.home-testimonials {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.home-testimonials .widget{
    width: 60%;
    align-items: center;
	text-align: left;
}

.home-testimonials .widget:first-of-type{
width: 30%;
	text-align: left;
	position: relative;
}

.home-testimonials .widget:first-of-type:after{
content: '';
border-top: 5px solid #e1a32e;
width: 150px;
height: 5px;
display: block;
margin-top: 20px;
	transition: .5s;
}


.home-testimonials .widget:first-of-type:hover:after{
border-top: 5px solid #b31f69;
}

.home-testimonials h3{
color: #fff;
font-size: 38px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 600;
}

.home-testimonials h3 span{
display: block;
font-size: 22px;
}

.home-testimonials .widget:last-of-type{
padding: 0 4%;
}

.home-testimonials .widget:last-of-type p strong{
	font-weight: normal;
    font-family: 'beautysalon_scriptregular';
	font-size: 24px;
}

.home-testimonials .sa_owl_theme .owl-dots{
display: none !Important;
}

.test-images{
width: 100%;
	max-width: 1200px;
	margin: 0 auto;
clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	position: absolute;
bottom: -120px;
}

.test-images .test-img{
    width: calc(1/7 * 100% );
    align-items: center;
}

.test-img .test1,
.test-img .test2,
.test-img .test3,
.test-img .test4,
.test-img .test5,
.test-img .test6,
.test-img .test7{
width: 200px;
height: 200px;
border: 10px solid #fff;
	border-bottom: 25px solid #fff;
border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50,50,50,.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50,50,50,.15);
    box-shadow: 0px 0px 10px 0px rgba(50,50,50,.15);
	position: relative;
	transition: .5s;
}


.test-img .test1{
background: url(images/test6.jpg) center no-repeat;
    transform: rotate(-4deg);
	margin: 0 -20px;
	z-index: 80;
}


.test-img .test2{
background: url(images/test2.jpg) center no-repeat;
	margin: 0 -20px;
	z-index: 81;
}


.test-img .test3{
background: url(images/test3.jpg) center no-repeat;
    transform: rotate(4deg);
	margin: 0 -20px;
	z-index: 80;
}


.test-img .test4{
background: url(images/test4.jpg) center no-repeat;
    transform: rotate(-4deg);
	margin: 0 -20px;
	z-index: 81;
}


.test-img .test5{
background: url(images/test5.jpg) center no-repeat;
    transform: rotate(4deg);
	margin: 0 -20px;
	z-index: 81;
}


.test-img .test6{
background: url(images/test7.jpg) center no-repeat;
	margin: 0 -20px;
	z-index: 81;
}


.test-img .test7{
background: url(images/test1.jpg) center no-repeat;
    transform: rotate(-4deg);
	margin: 0 -20px;
	z-index: 80;
}

.test-img .test1:hover,
.test-img .test2:hover,
.test-img .test3:hover,
.test-img .test4:hover,
.test-img .test5:hover,
.test-img .test6:hover,
.test-img .test7:hover{
  transform: scale(1.1);
	z-index: 88;
}

/*
Home How
--------------------------------------------- */

#home-how{
	padding: 4% 2%;
}

.home-how{
width: 100%;
	max-width: 1000px;
margin: 0 auto;
}

.home-how .widgettitle{
	text-align: left;
font-size: 38px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 20px;
}

.home-how h4{
	text-align: left;
font-size: 26px;
	text-transform: uppercase;
letter-spacing: 1px;
	font-weight: 600;
}

.ico1{
background: url(images/ico1.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 80px;
	float: left;
margin-right: 25px;
	transition: .5s;
}

.ico2{
background: url(images/ico2.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 80px;
	float: left;
margin-right: 25px;
	transition: .5s;
}

.ico3{
background: url(images/ico3.svg) center no-repeat;
background-size: contain;
width: 80px;
height: 80px;
	float: left;
margin-right: 25px;
	transition: .5s;
}

.how-line:hover .ico1,
.how-line:hover .ico2,
.how-line:hover .ico3{
  transform: scale(1.1);
}

.how-line{
width: 100%;
	position: relative;
	clear: both;
display: block;
	margin: 0 auto 15px;
}

.how-line:last-of-type{
	margin-bottom: 0;
}

.arrow-box{
min-height: 50px;
margin: 50px 0 0 15px;
	clear: both;
display: block;
}

.arrow {
  background: #222;
  height: 2px;
  width: 50px;
  position: relative;
	display: block;
    transform: rotate(90deg);
}

  .arrow:before,
  .arrow:after {
    content: "";
    background: #222;
    position: absolute;
    height: 2px;
    width: 15px;
  }

  .arrow:before {
    right: -3px;
    bottom: -5px;
    transform: rotate(-45deg);
  }

  .arrow:after {
    right: -3px;
    top: -5px;
    transform: rotate(45deg);
  }


/*
Home CTA
--------------------------------------------- */

#home-cta{
	background: url(images/hero-bottom.jpg) bottom center no-repeat fixed;
	background-size: cover;
	position: relative;
	padding: 4% 2%;
}

#home-cta:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.7);
    z-index: 98;
}

.home-cta{
position: relative;
z-index: 99;
text-align: center;
color: #fff;
}


.home-cta h3{
	color: #fff;
font-size: 42px;
text-transform: uppercase;
Letter-spacing: 2px;
Font-weight: 600;
	margin: 0 auto 40px;
}


.home-cta a{
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
Letter-spacing: 2px;
padding: 15px 40px;
font-size: 24px;
background: #e1a32e;
color: #fff;
	font-weight: 600;
	transition: .5s;
}

.home-cta a:hover{
background: #017d9e;
}


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

.before-footer{
background: #b31f69;
padding: 4% 2%;
	text-align: center;
}

.before-footer h4{
font-size: 38px;
color: #fff;
	text-align: left;
	text-transform: uppercase;
Letter-spacing: 1px;
font-weight: 600;
}

.before-footer h4 span{
font-size: 24px;
display: block;
	margin-top: 15px;
	margin-bottom: 25px;
}

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

.before-footer .widget{
    width: calc(1/2 * 100% - 1% );
    align-items: center;
	padding: 0 3%;
	text-align: left;
}

.before-footer a{
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
Letter-spacing: 2px;
padding: 10px 20px;
font-size: 24px;
background: #017d9e;
color: #fff;
	font-weight: 600;
	transition: .5s;
}

.before-footer a:hover{
background: #e1a32e;
}


/*
Single Banner
---------------------------------------------------------------------------------------------------- */

.single-banner{
    background: #017d9e;
    color: #fff;
    padding: 2%;
    position: relative;
    font-family: 'Oswald', sans-serif;
	background: url(images/hero-top.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.single-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0,0,0,.75);
    z-index: 98;
}

.single-banner .wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
z-index: 99;
	overflow: hidden;
}

.single-banner .widget{
    align-items: center;
	padding: 0 2%;
}

.single-banner p{
	margin: 0 auto;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 24px;
}

.single-banner a{
border: 2px solid #fff;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
padding: 6px 25px;
	border-radius: 25px;
    display: inline-block;
}

.single-banner a:hover{
border: 2px solid #e1a32e;
color: #e1a32e;
}

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

	.blog .nav-secondary,
	.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;
	}
	
	.design{
		float: none;
text-align: center;
	}
	
	.home-hero h2{
		font-size: 42px;
	}
	
	.home-hero h3{
		max-width: 100%;
	}
	
.home-about .widget,
.home-about .widget:last-of-type,
	.home-testimonials .widget:first-of-type,
	.home-testimonials .widget:last-of-type{
    width: 100%;
		padding: 0 2%;
text-align: center;
}
	
.home-about img {
    max-width: 400px;
    outline: 3px solid #017d9e;
    outline-offset: 10px;
	}
	
	.home-about .widget:first-of-type:before{
		display: none;
	}
	
	#home-testimonials{
		padding: 4% 2%;
		margin: 0 auto;
	}
	
	.home-testimonials .widget{
overflow: hidden;
}
	
	.home-testimonials .widget:first-of-type:after{
margin: 15px auto 0;
}
	
	.test-images{
position: relative;
bottom: auto;
		overflow: hidden;
		height: auto;
		padding: 10px;
}
	
	.test-img .test1, .test-img .test2, .test-img .test3, .test-img .test4, .test-img .test5, .test-img .test6, .test-img .test7{
		background-color: #fff;
width: 100px;
height: 100px;
	background-size: contain;
border: 5px solid #fff;
border-bottom: 10px solid #fff;
margin: 0 -5px;
}

	.home-how,
	.home-how .widgettitle{
		text-align: center;
width: 100%;
		max-width: 100%;
	}
	
	.home-how h4{
text-align: center;
}
	
	.ico1,
	.ico2,
	.ico3{
float: none;
margin: 0 auto 10px;
display: block;
}
	
	.arrow{
		margin: 0 auto;
	}
	
	.before-footer .widget{
width: 100%;
		text-align: center;
		overflow: hidden;
}
	
	.before-footer h4{
text-align: center;
}
	
	.before-footer img{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
display: block;
	}
	
	.home-testimonials .widget-wrap{
    overflow: hidden;
}
	
	.single-banner .wrap{
		display: block;
	}
	
	.single-banner .widget{
		width: 100%;
		padding: 1%;
		margin: 5px auto;
overflow: hidden;
	}

}
 

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.home-about .widget{
		padding: 15px;
	}
	
	.home-about img{
max-width: 250px;
}
	
	.home-featured .widgettitle{
text-align: center;
}
	
	.home-featured .feat-logo {
    width: calc(1/2 * 100% - 1% );
	}
	
	.test-images{
flex: wrap;
}
	
.test-images .test-img{
    width: calc(1/3 * 100% );
	}
	
.test-img .test1,
.test-img .test2,
.test-img .test3,
.test-img .test4,
.test-img .test5,
.test-img .test6,
.test-img .test7{
		background-color: #fff;
width: 130px;
height: 130px;
	background-size: contain;
border: 5px solid #fff;
border-bottom: 10px solid #fff;
margin: -5px;
}
	
	.test-img .test7{
display: none;
}

	.home-hero a,
	.home-cta a,
	.before-footer a{
		display: block;
width: 80%;
		margin: 0 auto;
padding: 10px 5px;
font-size: 18px;
	}
	
	.home-hero h2{
font-size: 34px;
}
	
	.home-banner h2,
	.home-intro h3,
	.home-about h2,
	.home-testimonials h3,
	.home-how .widgettitle,
	.home-cta h3,
	.before-footer h4{
font-size: 30px;
}
	
	.archive .content .entry, .search .content .entry, .blog .content .entry {
    background: #fff;
    width: 100%;
	}
	
	#home-cta{
	background: url(images/hero-bottom.jpg) bottom center no-repeat scroll;
	background-size: cover;
	}
	
	.footer-widgets .widget{
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.footer-widgets .widgettitle{
		text-align: center;
}

}

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

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

.side-menu .menu-item{
font-size: 18px;
	text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
}


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

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

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

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

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

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

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

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

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

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

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

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

    -webkit-appearance: none;
}

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

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

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

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