/*
 * Theme Name: Fitness Pro
 * Theme URI: https://seothemes.com/fitness-pro/
 * Author: SEO Themes
 * Author URI: https://seothemes.com
 * Description: A config based Genesis child theme with Gulp and Sass.
 * Version: 2.0.0
 * License: GPL-2.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: child-theme-library
 * Domain Path: /languages
 * Template: genesis
 */
@charset 'UTF-8';
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Column Classes
	- Site Container
	- Site Inner
	- Pricing Table
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Gutenberg
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Google Map
	- Jetpack
- Skip Links
- Site Header
	- Before Header
	- Hero Section
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- After Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Site Footer
	- Before Footer
	- Footer Widgets
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,700|Hind:400,700&display=swap');


button,
hr,
input {
	overflow: visible;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

[type='checkbox'],
[type='radio'],
legend {
	box-sizing: border-box;
	padding: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

h1.big {
	font-size: 5em;
	color: #3E3F40;
	}
	
.fpa-more-link {
	margin-top: 30px!important;
	}

hr {
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	        text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

.front-page-2 a:hover img {
	opacity: 0.6!important;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	max-width: 100%;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	display: table;
	content: ' ';
}

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 2rem!important;
}

body {
	margin: 0;
	color: #333;
	background-color: #ffffff;
	font-family: 'barlow condensed', helvetica, arial, sans-serif;
	font-size: 1.6rem!important;
	font-weight: 400;
	line-height: 1.7;
}

body.page-boxed {
	max-width: 1024px;
	margin: 0 auto;
	background-color: #f9fafb;
	box-shadow: 0 0 20px rgba(69, 79, 86, 0.075);
}

button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #00c8b4;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #454f56;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	clear: both;
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #f9fafb;
	border-collapse: collapse;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #d2d3dd;
}

blockquote {
	margin: 30px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-family: 'hind', 'barlow condensed', helvetica, arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 5rem;
	color: #3E3F40;
	text-transform: uppercase;
	font-style: italic;
}

h2 {
	font-size: 4.5rem;
}

h3 {
	font-size: 3.2rem;
	color: #434a9f;
}

h3.light {
	color: #3E3F40;
	}

h4 {
	font-size: 2.8rem;
}

h5 {
	font-size: 2rem;
	margin-bottom: 5px;
}

h6 {
	font-size: 1.8rem;
}

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

iframe,
video {
	width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery img {
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #888e99;
	outline: none;
}

.gallery-item {
	float: left;
	margin: 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
	clear: left;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	width: 100%;
	padding: 1.5em;
	border: 0;
	border-radius: 0;
	color: #454f56;
	background-color: #f9fafb;
	box-shadow: 0 0 1rem rgba(136, 142, 153, 0);
	font-size: 1.6rem;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

input:hover,
select:hover,
textarea:hover {
	box-shadow: 0 1rem 4rem rgba(136, 142, 153, 0.1);
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: 0 1rem 4rem rgba(136, 142, 153, 0.15);
}

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

::-moz-placeholder {
	opacity: 1;
	color: #454f56;
}

::-webkit-input-placeholder {
	color: #454f56;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	display: inline-block;
	width: auto;
	padding: 1em 2em;
	border: 0;
	border-radius: 0;
	color: #222;
	background-color: #00c8b4;
	box-shadow: 0 1rem 4rem -1rem rgba(0, 200, 180, 0.1);
	font-size: 1.7rem;
	font-weight: 400;
	white-space: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover,
.button:focus,
.button:hover {
	color: #ffffff;
	box-shadow: 0 1.5rem 6rem -1rem rgba(0, 200, 180, 0.6);
}

button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.button.small {
	padding: 1rem 2rem;
	font-size: small;
}

button.alt,
input[type='button'].alt,
input[type='reset'].alt,
input[type='submit'].alt,
.button.alt {
	color: #00c8b4;
	box-shadow: 0 1rem 4rem -1rem rgba(0, 200, 180, 0.1), inset 0 0 0 9rem rgba(255, 255, 255, 0.9);
}

button.alt:hover,
button.alt:focus,
input[type='button'].alt:hover,
input[type='button'].alt:focus,
input[type='reset'].alt:hover,
input[type='reset'].alt:focus,
input[type='submit'].alt:hover,
input[type='submit'].alt:focus,
.button.alt:hover,
.button.alt:focus {
	color: #ffffff;
	box-shadow: 0 1.5rem 6rem -1rem rgba(0, 200, 180, 0.6), inset 0 0 0 9rem rgba(255, 255, 255, 0);
}

button .entry-content:focus,
button .entry-content:hover,
input[type='button'] .entry-content:focus,
input[type='button'] .entry-content:hover,
input[type='reset'] .entry-content:focus,
input[type='reset'] .entry-content:hover,
input[type='submit'] .entry-content:focus,
input[type='submit'] .entry-content:hover,
.button .entry-content:focus,
.button .entry-content:hover {
	color: #ffffff;
}

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

/* ## Tables
--------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 40px;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 2;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #f9fafb;
}

td {
	padding: 6px;
	border-top: 1px solid #f9fafb;
	text-align: left;
}

td:first-child {
	padding-left: 0;
}

th {
	padding: 0 6px;
	font-weight: 400;
	text-align: left;
}

th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type='submit']:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	/* Above WP toolbar. */
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: #454f56;
	background: #ffffff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
}

.more-link {
	position: relative;
	border: 3px solid #434a9f;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
}

.front-page-2 .more-link {
	display: inline-block;
}

.more-link:hover {
	position: relative;
	background-color: #434a9f;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Container
--------------------------------------------- */
.site-container {
	background-color: #fff;
	word-wrap: break-word;
	-webkit-animation: fadein 1s;
	        animation: fadein 1s;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type='button']:disabled,
.site-container input[type='button']:disabled:hover,
.site-container input[type='reset']:disabled,
.site-container input[type='reset']:disabled:hover,
.site-container input[type='submit']:disabled,
.site-container input[type='submit']:disabled:hover {
	border-width: 0;
	color: #606a77;
	background-color: #eeeeee;
	cursor: not-allowed;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.wrap,
.content-sidebar-wrap {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.wrap .wrap,
.content-sidebar-wrap .wrap {
	width: 100%;
	min-width: 100%;
}

.content-sidebar-wrap {
	margin: 4rem auto;
}

/* ## Site Inner
--------------------------------------------- */
.site-inner {
	clear: both;
	margin: 0 auto;
}

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

/* ## Column Classes
--------------------------------------------- */
.full-width {
	width: 100%;
	clear: both;
}

.full-width:before,
.full-width:after {
	display: block;
	clear: both;
	content: '';
}

/* ## Pricing Table
--------------------------------------------- */
.pricing-table > div {
	padding: 6rem 3rem;
	text-align: center;
	box-shadow: 0 1rem 6rem rgba(136, 142, 153, 0.1);
}

.pricing-table > div ul {
	margin: 0;
	color: #888e99;
}

.pricing-table > div ul > li {
	list-style-type: none;
}

.pricing-table p:last-of-type {
	margin-bottom: 0;
}

.pricing-table small {
	display: inline-block;
	margin-left: -0.5em;
	-webkit-transform: translateY(-1em);
	        transform: translateY(-1em);
}

.pricing-table b {
	font-size: xx-large;
	font-weight: 700;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
	border-radius: 50%;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* ## Genesis
--------------------------------------------- */
.after-entry {
	margin-bottom: 40px;
	padding: 20px 30px;
	box-shadow: 0 0 20px rgba(69, 79, 86, 0.075);
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f9fafb;
	font-size: 1.6rem;
}

.archive-description {
	margin-bottom: 40px;
}

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

.archive-description .entry-title {
	margin-bottom: 10px;
	font-size: 2rem;
}

.author-box {
	margin-bottom: 40px;
}

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

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
	margin-bottom: 40px;
}

.post-password-form input[type='submit'],
.search-form input[type='submit'] {
	margin-top: 10px;
}

.widget_search input[type='submit'] {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

/* ## Titles
--------------------------------------------- */
.author-box-title {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 600;
}

.entry-title {
	margin-bottom: 1em;
	font-size: 5rem;
	text-shadow: 0px 0px 5px #777;
	color: #fff;
}

.entry-title a {
	color: #454f56;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #00c8b4;
}

.widget-title {
	margin-bottom: 20px;
	font-size: 2.8rem;
}

.sidebar .widget-title a {
	color: #454f56;
	text-decoration: none;
}

.widget-title a {
	text-decoration: none;
	}
	
	
.elementor-570 .elementor-element.elementor-element-f21fa1:not(.elementor-motion-effects-element-type-background), .elementor-570 .elementor-element.elementor-element-f21fa1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #434a9f!important;
}

.elementor-570 .elementor-element.elementor-element-64f90890 {
	font-size: 20px!important;
	}
	
	.elementor-570 .elementor-element.elementor-element-64f90890 > .elementor-widget-container {
padding: 100px 10px 50px 10px;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title h3 {
	font-family: 'hind'!important;
	}
	
.elementor-image-box-content {
	padding: 20px 50px;
		line-height: 1.4!important;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
	color: #222!important;
}

	
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{
	font-family: 'hind', 'barlow condensed', helvetica, arial, sans-serif;
}


.elementor ul li{
	list-style-type:disc;
	margin-bottom:10px;
	margin-left:40px !important;
}
	
.elementor ul.gform_fields li{
	margin-left:0 !important;
}

	

/* WordPress Editor
--------------------------------------------- */
.has-light-gray-background-color {
	background-color: #f9fafb;
}

.has-light-gray-color {
	color: #f9fafb;
}

.has-medium-gray-background-color {
	background-color: #888e99;
}

.has-medium-gray-color {
	color: #888e99;
}

.has-dark-gray-background-color {
	background-color: #454f56;
}

.has-dark-gray-color {
	color: #454f56;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

.gallery-caption,
.wp-caption-text {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

.post-edit-link {
	display: none;
}

.single .post-edit-link {
	display: block;
}

/* ## Gutenberg
--------------------------------------------- */
.alignwide {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 1024px;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.alignwide img {
	display: inline-block;
	margin: 1.618em auto;
}

.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
}

.content-sidebar .alignfull,
.sidebar-content .alignfull {
	max-width: calc(100% + 12rem);
}

.alignfull img {
	display: inline-block;
	width: 100%;
	margin: 1.618em auto;
}

.wp-block-image figcaption {
	margin: 0 auto 2em;
}

.wp-block-button {
	display: block;
	width: 100%;
	background: transparent;
	text-align: center;
	clear: both;
}

.wp-block-button:before,
.wp-block-button:after {
	display: block;
	clear: both;
	content: '';
}

.wp-block-button a {
	display: inline-block;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #ffffff;
}

.wp-block-pullquote > p {
	font-family: 'barlow condensed', helvetica, arial, sans-serif;
	font-weight: 400;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.wp-block-gallery .blocks-gallery-image {
	margin-right: 0;
}

.blocks-gallery-image {
	display: block;
	width: 100%;
	margin: 0 0 6vw;
	text-align: center;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget p:last-child,
.sidebar .widget ul > li:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget ul > li {
	margin-bottom: 10px;
}

.sidebar .widget ul > li:last-of-type {
	padding-bottom: 0;
}

.sidebar .widget ol > li {
	padding-left: 20px;
	text-indent: -20px;
	list-style-position: inside;
	list-style-type: decimal;
}

.sidebar .widget li li {
	margin: 0 0 0 30px;
	padding: 0;
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #f9fafb;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.featured-content .entry-title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.6rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews form + p {
	margin-top: 20px;
}

.after-entry .enews {
	padding: 10px;
	text-align: center;
}

.sidebar .enews {
	padding: 30px;
	background-color: #f9fafb;
}

.enews-widget input {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.enews-widget input[type='submit'] {
	width: 100%;
	margin: 0;
}

.after-entry .enews-widget input {
	text-align: center;
}

/* ## Genesis Simple FAQ
--------------------------------------------- */
.gs-faq {
	padding: 5px 0;
}

.gs-faq__answer p:last-of-type {
	margin-bottom: 0;
}

.js .gs-faq__answer {
	display: none;
	padding: 5px;
}

.gs-faq__answer.no-animation.gs-faq--expanded {
	display: block;
}

.gs-faq__question {
	display: none;
	width: 100%;
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
	border-bottom: 1px solid #f9fafb;
	color: #454f56;
	background: transparent;
	text-align: left;
	white-space: normal;
	justify-content: space-between;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	color: #00c8b4;
	background: transparent;
}

.gs-faq__question:after {
	content: '+';
}

.gs-faq__question:first-of-type {
	margin-top: 0;
}

.gs-faq__question.gs-faq--expanded:after {
	content: '−';
}

.js .gs-faq__question {
	display: flex;
}

.js .gs-faq__answer__heading {
	display: none;
}

/* ## Google Map
--------------------------------------------- */
.hero-section .agm-canvas {
	position: absolute;
	height: 100% !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	width: 0;
	height: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: #cccccc solid 1px;
	color: #454f56;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Before Header
--------------------------------------------- */
.before-header {
	display: flex;
	height: 3.5rem;
	background-color: #00c8b4;
	font-size: small;
	font-weight: 600;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.before-header a {
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}

.site-header {
	position: absolute;
	position: relative;
	z-index: 9998;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 6rem rgba(96, 106, 119, 0.075);
}

.has-sticky-header .site-header {
	position: fixed;
}

.page-boxed .site-header {
	max-width: 1024px;
}

.site-header > .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.site-header > .wrap:before,
.site-header > .wrap:after {
	position: absolute;
}


.error404 .search-form{
	display:none;
}



/* ## Shop
--------------------------------------------- */

.single-product .summary h1.product_title{
	color:#434A9F;
	text-shadow:none;
}

.single-product .site-inner h2{
	color:#3E3F40;
}

.sidebar li.cat-item{
	font-weight:bold;
	font-size:18px;
}
.sidebar ul.children li.cat-item{
	font-weight:normal;
	font-size:16px;
}

.sidebar .widget_product_categories{
	background-color: #ffffff;
    box-shadow: 0 1rem 4rem rgba(136, 142, 153, 0.5);	
	padding:25px;
}




/* ## Title Area
--------------------------------------------- */
.title-area {
	display: flex;
	align-items: center;
	padding: 0;
}

.wp-custom-logo .title-area {
	width: 100%;
	max-width: 15rem;
}

.wp-custom-logo .title-area img {
	width: auto;
	max-width: 19rem!important;
}

.title-area a {
	display: block;
}

.site-title {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #454f56;
	text-decoration: none;
}

.wp-custom-logo .site-title {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

.site-description {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	padding: 12rem 0 6rem;
	background-position: center!important;
	background-size: cover;
	text-align: center;
}

.hero-section .wrap {
	position: relative;
	z-index: 1;
}

.hero-section h1 {
	max-width: 896px;
	font-size: 6.4rem!important;
	color: #222;
	line-height: 1;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	width: 100%;
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .menu-item.button {
	padding: 1em 0 2em;
	background-color: transparent;
	box-shadow: none;
}

.genesis-nav-menu .menu-item.button a {
	width: auto;
	padding: 1.5em 3em;
	color: #ffffff;
	background-color: #00c8b4;
	box-shadow: 0 1rem 4rem -1rem rgba(0, 200, 180, 0.1);
	transition: all 0.2s ease-in-out;
}

.genesis-nav-menu .menu-item.button a:hover,
.genesis-nav-menu .menu-item.button a:focus {
	color: #ffffff;
	background-color: #00c8b4;
	box-shadow: 0 1.5rem 6rem -1rem rgba(0, 200, 180, 0.6);
}

.genesis-nav-menu .menu-item.button.alt a {
	color: #00c8b4;
	background-color: #e9f9f7;
}

.genesis-nav-menu .menu-item.button.alt a:hover,
.genesis-nav-menu .menu-item.button.alt a:focus {
	color: #ffffff;
	background-color: #00c8b4;
}

.genesis-nav-menu a {
	display: block;
	width: 74.35897%;
	padding: 1em 0;
	outline-offset: -1px;
	color: #454f56;
	text-shadow: 0 0 3rem #ffffff;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #00c8b4;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	display: block;
	clear: both;
	position: static;
	z-index: 99;
	width: 100%;
	margin: 0;
	padding-left: 15px;
	opacity: 1;
}

.genesis-nav-menu .sub-menu:focus-within {
	opacity: 1;
}

.genesis-nav-menu .sub-menu .menu-item:first-of-type a {
	padding-top: 2em;
}

.genesis-nav-menu .sub-menu .menu-item:last-of-type a {
	padding-bottom: 2em;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	background-color: #ffffff;
	font-size: 1.3rem;
	word-wrap: break-word;
}

/* ## Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

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

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu {
	display: none;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu {
	display: none;
	clear: both;
	position: static;
	z-index: 99;
	left: -9999px;
	width: 100%;
	margin: 0;
	padding-left: 15px;
	opacity: 1;
}

.menu-toggle {
	display: block;
	visibility: visible;
	position: relative;
	z-index: 1000;
	padding: 1.25em 0 1.25em 1.25em;
	border-width: 0;
	color: #454f56;
	background-color: transparent;
	box-shadow: none;
	line-height: 1;
	text-align: center;
}

.menu-toggle:focus,
.menu-toggle:hover {
	border-width: 0;
	color: #454f56;
	background-color: transparent;
	box-shadow: none;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #454f56;
	content: '';
	transition: background-color 0.2s ease-in-out;
}

.menu-toggle span {
	top: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
}

.menu-toggle span:before {
	top: -4px;
}

.menu-toggle span:after {
	bottom: -4px;
}

.menu-toggle.activated span {
	background-color: transparent;
}

.menu-toggle.activated span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sub-menu-toggle {
	position: relative;
	width: 3.6rem;
	height: 3.6rem;
	padding: 0;
	background: transparent;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:before,
.sub-menu-toggle:after {
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 2px;
	background-color: #454f56;
	content: '';
}

.sub-menu-toggle:before {
	left: 1.2rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sub-menu-toggle:after {
	right: 1.2rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sub-menu-toggle.activated:before {
	left: 1.2rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sub-menu-toggle.activated:after {
	right: 1.2rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	width: 100%;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-top: 1px solid #f9fafb;
	background-color: #ffffff;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .menu .menu-item {
	margin-bottom: 0.618em;
}

.site-footer .menu .fa:before {
	width: 1em;
	margin-right: 0.5em;
	text-align: center;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entry Content
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
}

.page .entry:last-of-type {
	margin-bottom: 0;
}

.entry-content p.has-background {
	padding: 25px 30px;
}

.entry-content p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.entry-content p.has-background.light-text a {
	color: #ffffff;
	text-decoration: underline;
}

.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
	text-decoration: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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 pre {
	display: block;
	padding: 1em;
	background-color: #f9fafb;
}

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

.entry-content .caption {
	margin-top: -20px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

.entry-image-link {
	display: block;
	margin-bottom: 3rem;
	clear: both;
}

.entry-image-link:before,
.entry-image-link:after {
	display: block;
	clear: both;
	content: '';
}

.content .sticky {
	padding: 30px;
	background-color: #f9fafb;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta p {
	margin-bottom: 0;
	font-size: 1.6rem;
}

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

.entry-footer .entry-meta {
	padding-top: 20px;
	border-top: 1px solid #f9fafb;
}

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

.entry-comments-link:before {
	margin: 0 6px 0 2px;
	content: '\2014';
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	color: #454f56;
	background-color: #f9fafb;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #ffffff;
	background-color: #454f56;
}

/* ## Entry Comments
--------------------------------------------- */
.entry-comments {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
	font-size: inherit;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.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-header p {
	margin-bottom: 0;
}

.entry-pings {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

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

/* # Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
/* ## Front Page 1
--------------------------------------------- */
.front-page-1 {
	position: relative;
	padding: 6rem 0;
	background-position: center;
	text-align: left;
	font-size: 2.2rem;
}

.front-page-1:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: none!important;
	content: '';
}

.front-page-1 .wrap:before {
	display: block;
	position: absolute;
	top: -26rem;
	right: 100%;
	width: 100%;
	height: calc(100% + 46rem);
	content: '';
}

.front-page-1 b a {
	color: #454f56;
	text-decoration: none;
}

.front-page-1 b a:hover,
.front-page-1 b a:focus {
	color: #00c8b4;
}

.front-page-1 small {
	display: block;
	padding: 1em 0;
}

.wp-custom-header {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
}

.wp-custom-header iframe {
	position: absolute;
	top: -20%;
	right: -20%;
	bottom: -20%;
	left: -20%;
	width: 140%;
	min-width: 100%;
	max-width: 140%;
	height: 140%;
	min-height: 56.25vw;
	max-height: none;
	margin: auto;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Front Page 2
--------------------------------------------- */
.front-page-2 {
	padding: 6rem 0;
	text-align: center;
}

.front-page-2 .widget {
	margin-bottom: 5rem;
}

.front-page-2 .widget:first-of-type {
	margin-bottom: 3rem;
}

.front-page-2 .widget:first-of-type .widget-title {
	font-size: 4.7rem;
	color: #3E3F40;
	text-transform: uppercase;
	font-style: italic;
}

.front-page-2 .widget:last-of-type {
	margin-bottom: 0;
}

.front-page-2 .widget p {
	color: #555;
}

.front-page-2 .widget p:last-of-type {
	margin-bottom: 0;
}

.front-page-2 i {
	display: block;
	width: 2em;
	height: 2em;
	margin: 0 auto;
	border-radius: 9rem;
	background-color: #e9f9f7;
	line-height: 2;
}

/* ## Front Page 3
--------------------------------------------- */
.front-page-3 {
	padding: 6rem 0;
	background-color: #f9fafb;
	text-align: center;
}

.front-page-3 .widget-title {
	width: 100%;
	margin-bottom: 4rem;
	font-size: 2.7rem;
}

.front-page-3 .widget-wrap {
	display: flex;
	flex-wrap: wrap;
}

.front-page-3 .entry {
	padding: 3rem;
	background-color: #ffffff;
}

.front-page-3 .entry:last-of-type {
	margin-bottom: 2rem;
}

.front-page-3 .entry > a {
	display: block;
	width: calc(100% + 6rem);
	max-width: calc(100% + 6rem);
	margin: -3rem -3rem 3rem;
}

.front-page-3 .entry img {
	width: 100%;
}

.front-page-3 .entry p {
	display: flex;
	color: #888e99;
	flex-wrap: wrap;
}

.front-page-3 .entry p:last-of-type {
	margin-bottom: 0;
}

.front-page-3 .entry .entry-title {
	margin-bottom: 0.618em;
	font-size: 2rem;
}

.front-page-3 .more-link {
	margin: 1em auto 0;
	padding: 1em 2em;
	color: #00c8b4;
	background-color: #e9f9f7;
	box-shadow: 0 1rem 4rem -1rem rgba(0, 200, 180, 0.1);
	font-size: small;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.front-page-3 .more-link:hover,
.front-page-3 .more-link:focus {
	color: #ffffff;
	background-color: #00c8b4;
	box-shadow: 0 1.5rem 6rem -1rem rgba(0, 200, 180, 0.6);
}

/* ## Front Page 4
--------------------------------------------- */
.front-page-4 {
	position: relative;
	padding: 6rem 0;
	background: #98999b;
	color: #fff;
}

.front-page-4 .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.front-page-4 .widget {
	position: relative;
}

.front-page-4 .widget-title {
	font-size: 3.7rem;
	color: #3E3F40;
	font-style: italic;
	text-transform: uppercase;
}

.front-page-4 h3 {
	font-size: 2.4rem;
	}

.front-page-4 .widget_media_image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.front-page-4 .widget_media_image .widget-wrap {
	height: 100%;
}

.front-page-4 .widget_media_image img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
}

.front-page-4 .widget_custom_html {
	padding: 3rem;
	background-color: #ffffff;
	box-shadow: 0 1rem 7rem rgba(69, 79, 86, 0.1);
}

.front-page-4 .widget_custom_html p {
	color: #888e99;
}

.front-page-4 .widget_custom_html p:last-of-type {
	margin-bottom: 0;
}

.front-page-4 .widget_custom_html a {
	display: block;
	margin-top: 1.5em;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.front-page-4 .widget_custom_html a:hover,
.front-page-4 .widget_custom_html a:focus {
	color: #fff;
}

#text-5 {
	padding-left: 50px;
}

/* ## Front Page 5
--------------------------------------------- */
.front-page-5 {
	position: relative;
	padding: 6rem 0;
	text-align: center;
}

.front-page-5 .widget {
	padding: 6rem 0;
	box-shadow: 0 1rem 6rem rgba(136, 142, 153, 0.1);
}

.front-page-5 .widget:first-of-type {
	margin-bottom: 4rem;
	padding: 0;
	box-shadow: none;
}

.front-page-5 .widget:first-of-type .widget-title {
	font-size: 2.7rem;
}

.front-page-5 ul {
	margin-bottom: 3rem;
	color: #888e99;
}

.front-page-5 p:last-of-type {
	margin-bottom: 0;
}

.front-page-5 strong {
	font-size: xx-large;
}

.front-page-5 .widget:first-of-type .widget-title {
	color: #434a9f;
	}
/* ## Front Page 6
--------------------------------------------- */
.front-page-6 {
	padding: 6rem 0;
	background-color: #fff;
	text-align: center;
}

.front-page-6 .widget-title {
	font-size: 2.7rem;
	text-transform: uppercase;
	color: #434a9f!important;
}

.front-page-6 .testimonials-list li {
	padding-top: 5rem;
	background-color: #ffffff;
}

.front-page-6 .testimonials-list li img {
	width: 8rem;
	height: 8rem;
	margin-bottom: 2rem;
	box-shadow: 0 2rem 4rem -1rem rgba(69, 79, 86, 0.2);
}

.front-page-6 blockquote {
	margin: 0;
	padding: 1rem 6rem 2rem;
	color: #555;
}

.front-page-6 h5 {
	margin-bottom: 0;
}

.front-page-6 .gts-company {
	font-size: small;
}

.front-page-6 .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #d2d3dd;
}

.front-page-6 .lSSlideOuter .lSPager.lSpg > li.active a,
.front-page-6 .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #00c8b4;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
/* ## Before Footer
--------------------------------------------- */
.before-footer {
	position: relative;
	background: linear-gradient(to bottom, white 0%, white 50%, #3E3F40 50%, #3E3F40 100%);
}

.home .before-footer {
}
/*
.page-builder .before-footer {
	background: #ffffff;
}
*/

.before-footer > .wrap {
	padding: 3rem;
	background-color: #ffffff;
	box-shadow: 0 1rem 4rem rgba(136, 142, 153, 0.5);
}
/*
.page-builder .before-footer > .wrap {
	padding: 6rem 0;
	box-shadow: none;
}
*/

.before-footer .enews h3 {
	font-size: 2.7rem;
	color: #3E3F40;
}

.before-footer .enews p {
	margin: 0;
	color: #888e99;
}

.before-footer .enews input {
	height: 4em;
	margin: 2rem 0;
	padding: 0 1em;
	border: none;
	font-size: 1.5rem;
}

.before-footer .enews input[type='submit'] {
	margin: 0;
}

.footer-widgets {
	clear: both;
	padding: 6rem 0 1rem;
	font-size: 1.5rem;
	text-align: left;
	color: #fff;
}

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

.footer-widgets .wrap:before,
.footer-widgets .wrap:after {
	position: absolute;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 1.6rem;
}

.footer-widget-area {
	width: 31.62393%;
	margin-bottom: 4rem;
}

.footer-widget-area:first-of-type {
	width: 100%;
}

.footer-widget-area:last-child {
	margin-bottom: 0;
}

.site-footer {
	background-color: #3E3F40;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #fff;
}

.home .site-footer {
	background-color: #3E3F40;
}

.site-footer > .wrap {
	margin: 5rem auto;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0.618em;
}

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

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

.site-footer a:hover,
.site-footer a:focus {
	color: #00c8b4;
}


.hero-screen{
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:rgba(46,61,114,0.3);
	z-index:999;
}
.pg_top_img{
	position:relative; 
}
.page header.entry-header, .error404 header.entry-header, .single header.entry-header{
	padding-top:150px;
	padding-bottom:150px;
	text-align:center;
	color:#ffffff;
	background-size:cover;
	position:relative; 
	background-position: center;
}

.page header.entry-header h1, .error404 header.entry-header h1, .single header.entry-header h1{
	z-index:9998;
	position:relative;
}

.post-type-archive-product.woocommerce ul.products li.product span.price{
    display:none;
}
.home-tel{
	color:#fff;
	text-decoration:none;
}
.home-tel:hover{
	text-decoration:none;
	color:#fff;
}

/* Woocommerce Product Styling
---------------------------------------------------------------------------------------------------- */

.single-product .site-inner {
	padding: 50px 5%;
}

.woocommerce div.product div.images ol.flex-control-thumbs {
	margin: 10px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	max-width: 100px;
	margin: 0 5px;
}

.single-product h1,
.single-product h2 {
	font-size: 40px;
}

.woocommerce ul.products li.product .button {
	color: black!important;
}

/* # Per page hero adjustments
---------------------------------------------------------------------------------------------------- */

.page-id-570 header.entry-header {
	background-position:top center;
}

.page-id-35 header.entry-header {
	background-position:center center;
}

.page-id-465 header.entry-header {
	background-position:bottom center;
}

.page-id-474 header.entry-header {
	background-position:center center;
}

.page-id-470 header.entry-header {
	background-position:center center;
}

.page-id-34 header.entry-header {
	background-position:center center;
}


.page-id-354 header.entry-header {
	background-position:50% 75%;
}

.page-id-350 header.entry-header {
	background-position: 50% 75%;
}

.page-id-37 header.entry-header {
	background-position: center center;
}

.page-id-36 header.entry-header {
	background-position: center center;
}

.page-id-552 header.entry-header {
	background-position: center center;
}

.page-id-485 header.entry-header {
	background-position: center center;
}

.page-id-502 header.entry-header {
	background-position: center center;
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media (min-width: 512px) {
	.blocks-gallery-image {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}
}

@media (min-width: 896px) {
	body > div {
		font-size: 1.8rem;
	}
	body {
		font-size: 1.8rem;
	}
	button,
	input[type='button'],
	input[type='reset'],
	input[type='submit'],
	.button {
		padding: 1.5em 3em;
	}
	.content-sidebar-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 6rem auto;
	}
	.sidebar-content .content-sidebar-wrap {
		flex-direction: row-reverse;
	}
	.center-content .content-sidebar-wrap,
	.full-width-content .content-sidebar-wrap {
		justify-content: center;
	}
	.content {
		width: 65%;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.5641%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.71795%;
	}
	.one-third,
	.two-sixths {
		width: 31.62393%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81197%;
	}
	.one-fourth {
		width: 23.07692%;
	}
	.three-fourths {
		width: 74.35897%;
	}
	.one-fifth {
		width: 17.94872%;
	}
	.two-fifths {
		width: 38.46154%;
	}
	.three-fifths {
		width: 58.97436%;
	}
	.four-fifths {
		width: 79.48718%;
	}
	.one-sixth {
		width: 14.52991%;
	}
	.five-sixths {
		width: 82.90598%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.after-entry {
		margin-bottom: 60px;
		padding: 40px 60px;
	}
	.archive-description {
		margin-bottom: 60px;
	}
	.author-box {
		margin-bottom: 60px;
		padding: 30px;
		background-color: #f9fafb;
	}
	.blocks-gallery-image {
		margin-bottom: 2.5641%;
		margin-left: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image {
		width: 48.71795%;
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image {
		width: 31.62393%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image {
		width: 23.07692%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image {
		width: 17.94872%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image {
		width: 14.52991%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image {
		width: 12.08791%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image {
		width: 10.25641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image {
		width: 8.83191%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.after-entry .enews {
		padding-right: 30px;
		padding-left: 30px;
	}
	.site-header > .wrap {
		height: 12rem;
	}
	.hero-section {
		padding: 16rem 0 10rem;
	}
	.has-nav-secondary .hero-section {
		padding: 21rem 0 10rem;
	}
	.hero-section h1 {
		font-size: 5.4rem;
	}
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item:focus .sub-menu:focus,
	.genesis-nav-menu .menu-item:focus .sub-menu:hover,
	.genesis-nav-menu .menu-item:hover .sub-menu:focus,
	.genesis-nav-menu .menu-item:hover .sub-menu:hover {
		z-index: 100;
	}
	.genesis-nav-menu .menu-item.button {
		padding: 0 0 0 2em;
	}
	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}
	.genesis-nav-menu > .menu-highlight > a {
		margin-left: 15px;
		padding-right: 20px;
		padding-left: 20px;
		border-radius: 3px;
		color: #ffffff;
		background-color: #454f56;
		font-weight: 600;
	}
	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #00c8b4;
	}
	.genesis-nav-menu a {
		width: auto;
		padding: 1.2em;
	}
	.genesis-nav-menu .sub-menu {
		position: absolute;
		width: 20rem;
		padding-left: 0;
		opacity: 0;
		box-shadow: 0 0.5rem 4rem rgba(136, 142, 153, 0.1);
		transition: opacity 0.2s ease-in-out;
	}
	.genesis-nav-menu .sub-menu a {
		width: 20rem;
		padding: 1em 2em;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	.genesis-responsive-menu {
		display: block;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		position: absolute;
		width: 20rem;
		padding-left: 0;
		opacity: 0;
		transition: opacity 0.4s ease-in-out;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.nav-primary {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		padding: 0.618em 0 0.618em 2.5em;
	}
	.entry {
		margin-bottom: 60px;
	}
	.entry-comments {
		margin-bottom: 60px;
	}
	.comment-respond {
		margin-bottom: 60px;
	}
	.entry-pings {
		margin-bottom: 60px;
	}
	.sidebar {
		width: 30%;
	}
	.front-page-1 {
		padding: 20rem 0 30rem;
		background-position: center;
	}
	.front-page-1:before {
		background: linear-gradient(to right, #f9fafb 33%, rgba(249, 250, 251, 0) 100%);
	}
	.front-page-1 small {
		display: inline-block;
		padding: 0 1.5em;
	}
	.front-page-2 {
		padding: 20rem 0;
	}
	.front-page-2 .widget {
		margin-bottom: 0;
	}
	.front-page-2 .widget:first-of-type {
		margin-bottom: 3rem;
	}
	.front-page-3 {
		padding: 12rem 0;
	}
	.front-page-3 .widget-title {
		margin-bottom: 4rem;
	}
	.front-page-3 .widget-wrap {
		justify-content: space-between;
	}
	.front-page-3 .entry {
		width: 31.62393%;
	}
	.front-page-4 {
		padding: 9rem 0;
	}
	.front-page-4 .widget_media_image {
		right: 50vw;
		left: auto;
		width: 50vw;
	}
	.front-page-4 .widget_custom_html {
		padding: 6rem;
	}
	.front-page-5 {
		padding: 12rem 0;
	}
	.front-page-6 {
		padding: 12rem 0 10rem;
	}
	.before-footer > .wrap {
		padding: 6rem;
	}
	.before-footer .enews {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.before-footer .enews h3 {
		width: 23.07692%;
		margin: 0;
		padding-right: 1em;
	}
	.before-footer .enews p {
		width: 23.07692%;
	}
	.before-footer .enews form {
		display: flex;
		width: 48.71795%;
		align-items: center;
		justify-content: flex-end;
	}
	.before-footer .enews input {
		width: 65.81197%;
		margin: 0;
	}
	.before-footer .enews input[type='submit'] {
		width: 31.62393%;
	}
	.footer-widgets {
		padding: 8rem 0 0;
	}
	.footer-widget-area {
		float: left;
		width: 24%;
		margin-bottom: 0;
	}
	.footer-widget-area:first-of-type {
		width: 25%;
	}
}

@media (max-width: 895px) {
	.spu-content{
		display:table;
	}
	.spu-content .one-half img{
		display: block;
		float: none;
		width: 100%;
		margin: 8px auto 20px;
	}
	.spu-content .one-half + .one-half {
		display: table-header-group;
	}
	#text-5 {
		padding-left: 0px;
	}
}
@media (max-width: 768px) {
	.elementor-34 .elementor-element.elementor-element-90677f2 .gallery#gallery-1 {
		margin: 0;
	}
	.elementor-34 .elementor-element.elementor-element-90677f2 .gallery-item {
		padding: 5px;
		float: none;
		width: 50%;
		max-width: 50%;
	}
	.elementor-485 .elementor-element.elementor-element-f4d0d84 .elementor-image-box-wrapper{
		text-align:center;
	}
}
@media (max-width: 600px) {
	.footer-widget-area {
		width: 100%;
	}
	.elementor-502 .elementor-element.elementor-element-0c04bc8 > .elementor-widget-container {
		padding: 0;
	}
}
@media (max-width: 450px) {
	.hero-section h1 {
		font-size: 60px !important;
		font-size: 6.0rem !important;
	}
}

@media print {
	*,
	*:before,
	*:after {
		color: #333333 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		width: 100%;
		text-align: center;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		position: relative;
		top: -100px;
		padding-top: 0;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/*# sourceMappingURL=style.css.map */
