@charset 'UTF-8';
/**
 * Theme Name:  Corporate Pro
 * Theme URI:   http://seothemes.com/themes/corporate-pro/
 * Description: Corporate Pro child theme for the Genesis Framework.
 * Author:      SEO Themes
 * Author URI:  http://seothemes.com/
 * Version:     1.0.0
 * Text Domain: corporate-pro
 * 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
 * Template:    genesis
 * Template     Version: 2.6.1
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub URI:  https://github.com/seothemes/corporate-pro
 */
/* # Table of Contents

- Reset
	- Normalize 7.0
- Defaults
	- Box Sizing
	- Float Clearing
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
	- Pricing Tables
- Common
	- Avatars
	- Genesis
	- Search Form
	- Contact Form
	- WordPress
	- Gutenberg
- Header
	- Site Header
	- Title Area
	- Before Header
	- Header Right
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggle
	- Sub Menu Toggle
- Content
	- Entries
	- Entry Content
	- Entry Titles
	- Entry Meta
	- Entry Footer
	- Pagination
	- Comments
- Sidebars
	- Sidebars
	- Widgets
- Footer
	- Site Footer
	- Before Footer
	- Footer Widgets
- Plugins
	- Genesis eNews Extended
	- Genesis Portfolio Pro
	- Genesis Simple FAQ
	- Genesis Simple Share
	- Genesis Testimonial Slider
	- Google Map
	- Ninja Forms
	- SEO Slider
	- Simple Social Icons
	- WP Featherlight
	- WooCommerce Menu Cart
	- jQuery Calx 2
- Home
	- Front Page Widgets
- Print
	- Print Styles
*/
button,
hr,
input {
	overflow: visible;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

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

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

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

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

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

figure {
	margin: 1em 4rem;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #fdffb6;
	color: #000000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a > i.fa-external-link {
	margin-left: 2px;
	position: relative;
	top: -0.45em;
	vertical-align: baseline;
	font-size: 65%;
	line-height: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

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

button,
select {
	text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 0.1rem;
}

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

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

textarea {
	overflow: auto;
	resize: none;
}

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -0.2rem;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

.stealth {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	box-sizing: border-box;
}

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

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

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

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

::-moz-selection {
	background-color: #cbeafb;
}

::selection {
	background-color: #cbeafb;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	color: #2a3139;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.618;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	max-width: 100vw;
	overflow-x: hidden;
}

body.boxed-page {
	background-color: #f6f8fa;
}

body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

p {
	margin: 0 0 1.382em;
	padding: 0;
}

a {
	color: #009cff;
	word-wrap: break-word;
}

a:hover,
a:focus {
	color: #2a3139;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #eceef1;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 2px solid #009cff;
	margin: 0 0 1.382em;
	padding: 0 1em;
}

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

pre,
code,
kbd,
samp {
	font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', 'Droid Sans Mono', 'Source Code Pro', monospace;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.236;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.7em;
}

h6 {
	font-size: 1.6em;
}

/* ## Forms
--------------------------------------------- */

:focus {
	outline: none;
}

::-moz-placeholder {
	color: #90959f;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #90959f;
}

input,
select,
textarea {
	color: #2a3139;
	font-family: 'Nunito Sans', sans-serif;
	background-color: #fbfcfd;
	border: 2px solid #eceef1;
	border-radius: 1rem;
	padding: 0 1em;
	width: 100%;
	min-height: 46px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #009cff;
}

textarea {
	border-radius: 1rem;
	padding: 1em;
	height: auto;
	line-height: 1.618em;
}

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

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

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.wp-block-button a,
.entry-content a.button {
	border: 0;
	border-radius: 1rem;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	width: auto;
	line-height: 3em;
	height: 3em;
	padding: 0 2.5em;
	box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
	background: #0072ff;
	background: -moz-linear-gradient(left, #00c6ff 0%, #0072ff 50%, #00c6ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00c6ff 0%,#0072ff 50%,#00c6ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00c6ff 0%,#0072ff 50%,#00c6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#0072ff',GradientType=1 ); /* IE6-9 */
	background-size: 200% auto;
}

.entry-content a.button {
	margin-bottom: 1em;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.wp-block-button a:hover,
.wp-block-button a:focus,
.entry-content a.button:hover,
.entry-content a.button:focus {
	color: #ffffff;
	box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 156, 255, 0.4);
	background-position: right center;
}

.button.outline,
button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline,
.wp-block-button a.outline,
.entry-content a.button.outline {
	color: #009cff;
	font-weight: 700 !important;
	background: transparent;
	box-shadow: inset 0 0 0 2px #009cff;
}

.button.outline:hover,
.button.outline:focus,
button.outline:hover,
button.outline:focus,
input[type='button'].outline:hover,
input[type='button'].outline:focus,
input[type='reset'].outline:hover,
input[type='reset'].outline:focus,
input[type='submit'].outline:hover,
input[type='submit'].outline:focus,
.wp-block-button a.outline:hover,
.wp-block-button a.outline:focus,
.entry-content a.button.outline:hover,
.entry-content a.button.outline:focus {
	color: #ffffff;
	background-color: #009cff;
	box-shadow: none;
}

.button.white,
button.white,
input[type='button'].white,
input[type='reset'].white,
input[type='submit'].white,
.wp-block-button a.white
.entry-content a.button.white {
	background: #ffffff;
	color: #2a3139;
	box-shadow: 0 0.25rem 2rem rgba(198, 202, 206, 0.05);
}

.button.white:hover,
.button.white:focus,
button.white:hover,
button.white:focus,
input[type='button'].white:hover,
input[type='button'].white:focus,
input[type='reset'].white:hover,
input[type='reset'].white:focus,
input[type='submit'].white:hover,
input[type='submit'].white:focus,
.wp-block-button a.white:hover,
.wp-block-button a.white:focus,
.entry-content a.button.white:hover,
.entry-content a.button.white:focus {
	color: #2a3139;
	background: #ffffff;
	box-shadow: 0 1rem 2rem rgba(198, 202, 206, 0.15);
}

.button.white.outline,
button.white.outline,
input[type='button'].white.outline,
input[type='reset'].white.outline,
input[type='submit'].white.outline,
.wp-block-button a.white.outline,
.entry-content a.button.white.outline {
	color: #ffffff;
	background: transparent;
	box-shadow: inset 0 0 0 2px #ffffff;
}

.button.white.outline:hover,
.button.white.outline:focus,
button.white.outline:hover,
button.white.outline:focus,
input[type='button'].white.outline:hover,
input[type='button'].white.outline:focus,
input[type='reset'].white.outline:hover,
input[type='reset'].white.outline:focus,
input[type='submit'].white.outline:hover,
input[type='submit'].white.outline:focus,
.wp-block-button a.white.outline:hover,
.wp-block-button a.white.outline:focus,
.entry-content a.button.white.outline:hover,
.entry-content a.button.white.outline:focus {
	color: #2a3139;
	background: #ffffff;
	box-shadow: inset 0 0 0 0 #ffffff;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.wp-block-button a.small,
.entry-content a.small {
	font-size: 14px;
	font-size: 1.4rem;
	height: 2.36em;
	line-height: 2.36em;
	border-radius: 0.7rem;
	padding: 0 2em;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large,
.wp-block-button a.large,
.entry-content a.large {
	font-size: 19px;
	font-size: 1.9rem;
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled,
.wp-block-button a:disabled,
.entry-content a:disabled {
	background: #eceef1;
	border-width: 0;
	color: #c6cace;
	cursor: not-allowed;
	box-shadow: none;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button,
.wp-block-button a + button,
.wp-block-button a + .button,
.entry-content a + button,
.entry-content a + .button {
	margin-top: 1em;
	clear: both;
}

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

fieldset {
	margin-bottom: 1em;
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	object-fit: cover;
}

.no-js .wp-video-shortcode {
	background-color: #f6f8fa;
	border: 1px solid #eceef1;
	width: 100%;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: #ffffff;
	border: 1px solid #eceef1;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 4rem;
	width: 100%;
}

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

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 1px solid #eceef1;
	border-right: 1px solid #eceef1;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	background-color: #ffffff;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(42, 49, 57, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

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

/* ## Site Containers
--------------------------------------------- */
.boxed-page .site-container {
	box-shadow: 0 0 0 1px #eceef1, 0 0 10rem rgba(198, 202, 206, 0.1);
	max-width: 1152px;
	margin: 0 auto;
	background-color: #ffffff;
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-left: 6vw;
	padding-right: 6vw;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	max-width: 100%;
	width: auto;
	padding: 0;
}

.site-inner {
	clear: both;
}

.blog .site-inner,
.archive .site-inner,
.search-results .site-inner {
	background-color: #f6f8fa;
}

.page-builder .site-inner {
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
}

.contact-page .site-inner {
	padding-top: 6rem;
}

.content-sidebar-wrap {
	max-width: 1152px;
	position: relative;
	z-index: 1;
}

/* ## Content Widths and Positions
--------------------------------------------- */
.content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	padding: 4rem 0;
	min-height: 40rem;
}

.home.page .content {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.blog .content,
.archive .content,
.search-results .content {
	margin-top: 0;
	padding: 4rem 0;
	background-color: transparent;
}

.blog .content:before,
.archive .content:before,
.search-results .content:before {
	display: none;
}

.home.page .content {
	background-color: transparent;
}

.page .content,
.single .content,
.error404 .content {
	position: relative;
	border-radius: 1px;
	background-color: #ffffff;
}

.page .content:before,
.single .content:before,
.error404 .content:before {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40rem;
	box-shadow: 0 -10rem 10rem rgba(42, 49, 57, 0.05);
	pointer-events: none;
}

.sidebar-primary {
	padding-bottom: 5rem;
}

/* ## Column Classes (including fifths)
--------------------------------------------- */
.full-width {
	width: 100%;
	display: block;
	clear: both;
}

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

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery a,
.gallery img {
	display: block;
}

.single .gallery {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 1.618em auto;
	width: 100vw;
	max-width: 768px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.gallery-caption {
	display: block;
}

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

/* ## Pricing Tables
--------------------------------------------- */
.pricing-table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eceef1;
	border-radius: 3px;
	margin: 0 auto;
	clear: both;
}

.pricing-table:before,
.pricing-table:after {
	clear: both;
	display: block;
	content: '';
}

.pricing-table + .pricing-table {
	margin: 5rem auto;
}

.pricing-table + hr {
	margin: 5rem 0;
	padding: 0;
}

.pricing-table div {
	text-align: center;
	padding: 3rem;
	border-radius: 3px;
}

.pricing-table div ul {
	margin: 1em 0;
}

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

.pricing-table .featured {
	background-color: #ffffff;
	box-shadow: 0 2rem 5rem -1rem rgba(42, 49, 57, 0.0618);
	border: 1px solid #eceef1;
	transform: scale(1.05);
}

.pricing-table h4 {
	font-size: 20px;
	font-size: 2rem;
}

.pricing-table p {
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	max-width: 768px;
}

.pricing-table strong {
	font-size: 2.8em;
	font-weight: 700;
	display: block;
	color: #009cff;
}

.pricing-table em {
	display: block;
	color: #4d5968;
	font-size: small;
}

.pricing-table button,
.pricing-table .button {
	margin-bottom: 0.5em;
}

.pricing-table .one-fourth strong {
	font-size: 2.4em;
}

.pricing-table .one-fourth button,
.pricing-table .one-fourth .button {
	padding-left: 2em;
	padding-right: 2em;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	margin-right: 2rem;
	float: left;
}

.alignright .avatar {
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin: 0 0 1.8em;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #6d7885;
}

.breadcrumb a {
	color: #6d7885;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #4d5968;
}

.after-entry {
	background-color: #f6f8fa;
	border: 1px solid #eceef1;
	border-radius: 3px;
	margin: 2rem auto;
	padding: 6vw;
	width: 100%;
	text-align: center;
}

.after-entry .enews form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1em 0 0;
}

.after-entry .enews input {
	width: 100%;
	margin-bottom: 1em;
	background-color: #ffffff;
}

.author-box {
	padding: 6vw 0;
	width: 100%;
	max-width: 768px;
}

.author .author-box {
	background-color: #ffffff;
	border: 1px solid #eceef1;
	border-radius: 3px;
	padding: 4rem;
	margin-bottom: 4rem;
	max-width: 100%;
}

.author-box p {
	color: #4d5968;
}

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

.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: '';
}

.search-form .search-toggle {
	display: none;
	height: 2.5rem;
	width: 2.5rem;
	background-image: url('assets/images/search.svg');
	background-size: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.shrink .search-form .search-toggle {
	background-image: url('assets/images/search.svg');
}

.search-form .search-toggle.active {
	background-size: 1.4rem;
	background-image: url('assets/images/close.svg');
}

.shrink .search-form .search-toggle.active {
	background-image: url('assets/images/close.svg');
}

.search-form input[type='search'] {
	width: 30rem;
	margin-right: 1em;
	background-color: rgba(255, 255, 255, 0.2);
}

.site-header .search-form input[type='search'] {
	max-width: 79vw;
	display: block;
	background-color: #f6f8fa;
}

.site-header.shrink .search-form input[type='search'] {
	color: #2a3139;
	border: 1px solid #eceef1;
}

.entry-content .search-form input[type='search'] {
	background-color: #f6f8fa;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 4rem;
}

/* ## Contact Form
--------------------------------------------- */
div.wpcf7 {
	padding: 1rem 0;
}

div.wpcf7 p {
	margin-bottom: 0.8em;
}

div.wpcf7 p:first-of-type {
	margin-bottom: 1.382em;
}

span.wpcf7-not-valid-tip {
	margin-top: -0.8em;
}

.req {
	color: #f00;
	font-weight: 700;	
}

.wpcf7-recaptcha {
	margin-bottom: 1.8em;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

.wp-caption-text {
	max-width: 60rem;
	margin: 5px auto 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

.wp-caption-text::before {
	content: '\f129\00a0\00a0';
	font-family: 'fontawesome';
}

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

.sticky,
.bypostauthor {
	background-color: transparent;
}

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

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

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

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

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

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

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

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

.wp-block-button:before,
.wp-block-button:after {
	clear: both;
	display: block;
	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: 'Nunito Sans', sans-serif;
	font-weight: 400;
}

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

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

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

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	font-family: 'Rubik', sans-serif;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

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

.sticky-header .site-header.shrink {
	background-color: #ffffff;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.05);
}

.no-js .site-header {
	position: relative;
}

.boxed-page .site-header {
	max-width: 1152px;
	margin: 0 auto;
}

.contact-page .site-header {
	background-color: #ffffff;
}

.site-header > .wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 10rem;
	-webkit-transition: height 0.3s ease;
			transition: height 0.3s ease;
}

.site-header.shrink > .wrap {
	height: 8rem;
}

.no-js .site-header > .wrap {
	height: auto;
	padding: 3rem 6vw;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	margin: 0 auto 0 0;
	position: relative;
	display: block;
	width: 15rem;
}

.site-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	color: #2a3139;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.shrink .site-title a {
	color: #2a3139;
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1;
	opacity: 0.618;
	position: absolute !important;
	background-color: #ffffff;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.custom-logo {
	width: 18.6rem;
	display: block;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.shrink .custom-logo {
	width: 14.8rem;
	display: block;
}

.secondary-logo {
	display: none;
}

.shrink .secondary-logo {
	display: none;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
	background-color: #f6f8fa;
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	border-top: 1px solid rgba(198, 202, 206, 0.3);
	position: relative;
	color: #3f454c;
	height: 4.5rem;
	font-size: 13px;
	font-size: 1.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.no-js .before-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	height: auto;
}

.menu .before-header {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 3em 0 0;
	padding: 3em 0 0;
	background-color: transparent;
	border-bottom: none;
	height: auto;
	clear: both;
}

.menu .before-header:before,
.menu .before-header:after {
	clear: both;
	display: block;
	content: '';
}

.menu .before-header .widget {
	margin-bottom: 1em;
}

.menu .before-header .simple-social-icons {
	margin-left: -0.5em;
}

.menu .before-header .simple-social-icons a {
	margin: 0 0.5em 0 0;
}

.before-header .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.before-header .wrap:before,
.before-header .wrap:after {
	display: none;
}

.before-header .widget {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.before-header .widget:last-of-type {
	margin-bottom: 0;
}

.before-header .widget-wrap {
	width: 100%;
}

.before-header a {
	color: #3f454c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.before-header a:hover {
	color: #009cff;
}

.before-header p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.before-header .fa {
	margin-right: 0.5em;
}

.before-header .fa:before {
	line-height: 1.618;
}

.before-header .simple-social-icons ul li a {
	background-color: transparent !important;
}

.ssi-facebook a:hover {
	color: #404f93 !important;
}

.ssi-gplus a:hover {
	color: #ce4e40 !important;
}

.ssi-gplus svg {
	display: none !important;
}

.ssi-gplus a::before {
	content: '\f1a0';
	font-family: 'fontawesome';
}

.ssi-instagram a:hover {
	color: #d6249f !important;
}

.ssi-twitter a:hover {
	color: #4793f2 !important;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
	margin: 0 1em 0 0;
	display: none;
}

.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
	background-color: #f6f8fa;
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid #eceef1;
	text-align: center;
	position: relative;
	padding: 15.5rem 0 6rem;
}

.hero-section:before {
	content: '';
	display: block !important;
	position: absolute;
	background: rgba(42, 49, 57, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

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

.hero-section h1 {
	width: 100%;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

.hero-section p {
	width: 100%;
	max-width: 512px;
	color: #ffffff;
	margin: 0.5em auto 0;
	text-align: center;
}

/* ## Menus
--------------------------------------------- */
.menu {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}

.menu:before,
.menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu .right {
	margin-left: auto;
}

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	margin-top: 1em;
}

.menu .rss {
	margin-left: 0;
}

.menu .rss a {
	margin-left: 1em;
}

.menu-item {
	display: block;
	padding: 1rem 0;
	width: 100%;
	position: relative;
	-ms-flex-order: -1;
	order: -1;
}

.menu-item.button {
	padding: 0;
	background: transparent;
	font-size: 12px;
	font-size: 1.2rem;
	box-shadow: none;
	margin: 1em 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.menu-item.button:last-of-type a {
	padding-right: 3em;
}

.menu-item.button a {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
	border-radius: 9rem;
	padding: 1em 3em;
	color: #ffffff;
}

.shrink .menu-item.button a {
	color: #ffffff;
}

.menu-item.button a:hover,
.menu-item.button a:focus,
.menu-item.button.current-menu-item > a {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, 0.1);
}

.menu-item a {
	margin: 2px;
	display: inline-block;
	color: #2a3139;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a,
#menu-item-1952 a:hover {
	color: #009cff !important;
}

.menu-item span {
	display: block;
}

#menu-item-1952 a {
	color: #2a3139 !important;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu:before {
	content: '';
	position: absolute;
	top: -0.5rem;
	left: 3rem;
	height: 1rem;
	width: 1rem;
	background-color: #f6f8fa;
	border-top: 1px solid #eceef1;
	border-left: 1px solid #eceef1;
	transform: rotate(45deg);
	z-index: 98;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	display: none;
}

.sub-menu .menu-item {
	width: 100%;
	height: auto;
	padding: 0.5em 0;
}

.sub-menu .menu-item:first-of-type {
	margin-top: 1em;
}

.sub-menu a {
	padding-left: 0.618em;
	color: #6b6f76;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	width: 93vw;
	max-width: 40rem;
	margin: 0;
	padding: 0 4rem;
	background-color: #ffffff;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	position: absolute;
	right: -40rem;
	top: 0;
	bottom: 0;
	height: 100vh;
	overflow: auto;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.nav-primary.activated,
.nav-secondary.activated {
	right: 0;
	left: auto;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	right: auto;
	border: 0;
	padding: 0;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0;
}

.no-js .nav-primary .menu,
.no-js
.nav-secondary .menu {
	padding: 0;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
	padding: 5em 0 7.5em;
	position: relative;
}

.nav-secondary {
	width: 100%;
}

.nav-secondary .sub-menu .menu-item {
	height: auto;
}

.site-footer .menu {
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.site-footer .menu-item {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu-footer-menu-1 .menu-item:last-of-type {
	margin-bottom: 0;
}

#menu-footer-menu-1 .menu-item:last-of-type a {
	margin-bottom: 2px;
}

.site-footer .menu-item a {
	padding: 0;
	margin-bottom: 1em;
	color: #4d5968;
}

.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus,
.site-footer .menu-item.current-menu-item > a {
	color: #009cff;
}

#menu-locations-menu li {
	width: 50%;
}

#menu-locations-menu li a {
	color: #4d5968 !important;
}

#menu-locations-menu li a:hover,
#menu-locations-menu li a:focus {
	color: #009cff !important;
}

#menu-locations-menu li a i {
	margin-right: 3px;
	position: relative;
	top: 1px;
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
	padding: 1em 0.5em;
	margin-right: -0.5em;
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	display: block;
	height: auto;
	position: relative;
	color: #2a3139;
	z-index: 1;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	box-shadow: none;
	color: #2a3139;
}

.menu-toggle.activated,
.shrink .menu-toggle {
	color: #2a3139;
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
	background: #2a3139;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after,
.shrink .menu-toggle span:before,
.shrink .menu-toggle span:after {
	background: #2a3139;
}

.menu-toggle span {
	width: 2rem;
	height: 0.2rem;
	border-radius: 0.3rem;
	display: block;
	float: right;
	position: relative;
	background: #2a3139;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #2a3139;
	border-radius: 0.3rem;
	content: ' ';
}

.menu-toggle span::before {
	top: -0.5rem;
	-webkit-transition: top 0.2s 0.2s, transform 0.2s 0s;
			transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -5px;
	bottom: -0.5rem;
	-webkit-transition: bottom 0.2s 0.2s, transform 0.2s 0s;
			transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

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

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

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
	position: absolute;
	right: 3em;
	height: auto;
	top: 0.1em;
	background: none;
	padding: 1em;
	margin: 0 -1em;
	box-shadow: none;
}

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

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 0.2rem 0 -0.2rem;
	border: 0.4rem solid transparent;
	border-top-color: #2a3139;
}

.sub-menu-toggle.activated:before {
	transform: rotate(180deg);
	margin: -0.2rem 0 0.2rem;
}

/* ## Entries
--------------------------------------------- */
.content .entry {
	background-color: #ffffff;
	border: 1px solid #eceef1;
	margin-bottom: 6vw;
	position: relative;
}

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

.page .content .entry,
.single .content .entry,
.error404 .content .entry {
	border: 0;
	width: 100%;
}

.home .content .entry,
.blog .content .entry,
.archive .content .entry,
.search-results .content .entry {
	width: 100%;
	padding: 3rem;
	margin-bottom: 6vw;
	border: 1px solid #eceef1;
	border-radius: 0.3rem;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.home .content .entry:hover,
.home .content .entry:focus,
.blog .content .entry:hover,
.blog .content .entry:focus,
.archive .content .entry:hover,
.archive .content .entry:focus,
.search-results .content .entry:hover,
.search-results .content .entry:focus {
	box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.3);
	transform: translateY(-5px);
}

.search-no-results .content .entry {
	border: 0;
}

.blog .content .entry a.entry-image-link img,
.archive .content .entry a.entry-image-link img,
.search-results .content .entry a.entry-image-link img {
	opacity: 0.9;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.blog .content .entry:hover a.entry-image-link img,
.blog .content .entry:focus a.entry-image-link img,
.archive .content .entry:hover a.entry-image-link img,
.archive .content .entry:focus a.entry-image-link img,
.search-results .content .entry:hover a.entry-image-link img,
.search-results .content .entry:focus a.entry-image-link img {
	opacity: 1;
}

/* ## Entry Content
--------------------------------------------- */
.entry-content a {
	border-bottom: 1px solid #2a3139;
	color: #2a3139;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 1px solid transparent;
	color: #4d5968;
}


.entry-content a.stealth {
	border: 0;
	display: inline-block;
	color: #4d5968;
	text-decoration: none;
}

.entry-content p {
	color: #4d5968;
}

.entry-content div.alert {
	margin: 2rem 0 3rem;
    padding: 2rem 2.5rem 1.5rem;
    background: #eceef1;
}

.entry-content div.alert p {
    margin: 0 0 0 2.2rem;
    display: inline-block;
    position: relative;
}

.entry-content div.alert p:before {
    content: '\f06a';
    position: absolute;
    top: 0;
    left: -2.2rem;
	color: #f00;
    font-family: 'fontawesome';
}

.blog .entry-content p::after,
.archive .entry-content p::after {
	content: '\00a0\2026';
	display: inline-block;
}

.entry-content p.footnote {
	line-height: 1.3;
}

.search-results .entry-content .more-link {
	display: none;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	padding-top: 0.618em;
}

.entry-content h4.geonum {
	margin-bottom: 1.382em;
	padding: 0.4em 0 0;
	font-size: 1.65em;
}

.entry-content h4.geonum a:link,
.entry-content h4.geonum a:visited {
	border: 0;
	color: #0073e6;
}

.entry-content h4.geonum a:hover {
	opacity: 0.7;
}

.entry-content h5 {
	margin-bottom: 1.382em;
	font-size: 1.125em;
}

.entry-content h6 {
	margin-bottom: 1.382em;
	font-size: 1em;
}

.entry-content ol,
.entry-content ul {
	color: #4d5968;
	margin-bottom: 1.618em;
	margin-left: 4rem;
	line-height: 2;
}

.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 4rem;
}

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

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

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

.entry-content ul li {
	margin-bottom: 0.8em;
	line-height: 1.618;
}

.contact-page .entry-content ul li {
	margin-bottom: 0;
}

.entry-content ul li i {
    font-size: 2rem;
	color: #009cff;
}

.entry-content ul li i.tick {
	color: #8bd300;
}

.entry-content ul li i.excl {
	color: #f00;
}

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

.entry-content img {
	padding: 1em 0;
	width: 100%;
	max-width: 60rem;
}

.entry-content figure img {
	margin-bottom: 0 !important;
	padding-bottom: 0;	
}

.entry-content img.icon {
	width: 90%;
	max-width: 32rem;
}

.entry-content code {
	background-color: #f6f8fa;
	border: 1px solid #eceef1;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.4rem 0.8rem;
	line-height: 2;
}

.entry-content pre {
	background-color: #f6f8fa;
	display: block;
	padding: 1rem 2rem;
	border: 1px solid #eceef1;
	border-radius: 0.3rem;
	margin: 0 0 1.382em;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-content pre code {
	background-color: transparent;
	border: none;
	padding: 0;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
}

.entry-content iframe,
.entry-content video {
	width: 100%;
}

.entry-content blockquote {
	display: block;
	padding: 0 6rem 2em;
	margin: 3em 0;
	border: 0;
	background-color: #ffffff;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	width: 896px;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
}

.entry-content blockquote:before {
	content: '“';
	display: block;
	font-size: 8rem;
	font-family: 'Georgia', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
	line-height: 1;
	margin: -0.25em auto;
	color: rgba(42, 49, 57, 0.2);
	background-color: #ffffff;
	width: 1em;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
	clear: both;
}

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

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link {
	margin: -31px -31px 30px;
	margin: -3.1rem -3.1rem 3rem;
	border-radius: 3px 3px 0 0;
	display: block;
	width: calc(100% + 6rem + 0.2rem);
}

.entry-image-link img {
	border-radius: 3px 3px 0 0;
	display: block;
	margin: 0;
}

/* ## Entry Titles
--------------------------------------------- */
.entry-title a {
	display: block;
	color: #2a3139;
	text-decoration: none;
	font-size: 2rem;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #009cff;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
	font-size: small;
	width: 100%;
}

.entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-categories,
.entry-tags {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0.2em;
}

.entry-categories img,
.entry-tags img {
	opacity: 0.618;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.entry-categories a,
.entry-tags a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none;
	font-weight: 600;
	margin-left: 0.2em;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.entry-author-name {
	text-transform: capitalize;
}

.archive-description {
	padding: 15rem 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color: #c6cace;
	border-bottom: 1px solid #eceef1;
}

.archive-description h1 {
	color: #ffffff;
	max-width: 512px;
	text-align: center;
	margin: 0 auto;
}

/* ## Entry Footer
--------------------------------------------- */
.entry-footer {
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	margin: 5vw 0;
	padding: 5vw 0;
}

.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer {
	padding: 0;
	border: 0;
	margin: 0;
}

.single-portfolio .entry-footer {
	display: none;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	padding: 6vw 0;
	clear: both;
}

.pagination:before,
.pagination:after {
	clear: both;
	display: block;
	content: '';
}

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

.archive-pagination {
	width: 100%;
}

.archive-pagination ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
}

.archive-pagination a {
	color: #2a3139;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
	color: #009cff;
}

.archive-pagination .active a {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
	color: #ffffff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 6vw 0;
	width: 100%;
	max-width: 768px;
	border-radius: 3px;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-respond label {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.comment-respond input,
.comment-respond textarea {
	width: 100%;
	display: block;
}

.comment-respond input[type='submit'] {
	width: auto;
}

.comment-author span:first-of-type {
	font-weight: 700;
	text-transform: capitalize;
}

.comment-list li {
	padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
	padding-left: 5vw;
}

.comment-list > .comment-respond {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-meta .comment-time a {
	color: #c6cace;
	text-decoration: none;
	font-size: small;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 1rem;
}

.comment-reply-title a {
	font-size: 15px;
	font-size: 1.5rem;
}

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

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

/* ## Sidebars
--------------------------------------------- */
.sidebar {
	position: relative;
	z-index: 1;
}

.sidebar ol,
.sidebar ul {
	color: #4d5968;
	margin-left: 1em;
	line-height: 2;
}

.sidebar ol > li {
	list-style-type: decimal;
}

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

.sidebar li li {
	list-style-type: circle;
}

.sidebar p {
	line-height: 1.4;
}

.sidebar a {
	color: #3f454c;
}

.sidebar a:hover,
.sidebar a:focus {
	color: #009cff;
}

.sidebar .widgettitle,
.sidebar .widget-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .entry-title {
	margin: 0;
	line-height: 1.4;
}

.sidebar .entry-title a {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .featuredpage div {
	max-width: 500px;
	margin-bottom: 0.5em;
}

.sidebar .featuredpage div::before,
.sidebar .featuredpage div::after {
	content: '';
    display: block;
    clear: both;
}

.sidebar .featuredpage img {
	width: 80px;
	height: 80px;
}
.sidebar .featuredpage p {
	margin-bottom: 1.5em;
	overflow: hidden;
}

.sidebar .simple-social-icons,
.sidebar #custom_html-51 {
	padding-top: 0.6rem !important;
}

/* ## Widgets
--------------------------------------------- */
.sidebar .widget {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 2.5rem 0;
}

.sidebar .widget:first-of-type {
	padding-top: 0;
}

.widget_calendar table {
	width: 100%;
}

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

.sidebar #custom_html-51 i {
	margin-right: 5px;
	position: relative;
	color: #ffcd53;
	font-size: 2.4em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/* Cover if rating drops below 5
.sidebar #custom_html-51 i:last-of-type::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -5px;
	background: #fff;
} */

.sidebar #custom_html-51 .review-rating {
	margin-top: 0.3em;
}

.sidebar #custom_html-51 .review-rating span {
	font-weight: 700;
}

.sidebar #custom_html-51 .review-body {
	margin: 2em 0 0.3em 30px;
	margin: 2em 0 0.3em 3rem;
	position: relative;
}

.sidebar #custom_html-51 .review-body::before {
	content: '\f10d';
	position: absolute;
	top: -30px;
	left: -30px;
	opacity: 0.1;
	font-family: 'fontawesome';
	font-size: 3em;	
}

.sidebar #custom_html-51 .review-author {
	margin-left: 30px;
	margin-left: 3rem;
	font-weight: 700;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	color: #4d5968;
	border-top: 1px solid #eceef1;
	position: relative;
}

.site-footer a {
	color: #3f454c;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #009cff;
}

/* ## Before Footer
--------------------------------------------- */
.before-footer {
	background-color: #f6f8fa;
	border-bottom: 1px solid #eceef1;
	padding: 5rem 0;
}

.blog .before-footer,
.archive .before-footer,
.search-results .before-footer {
	background-color: #ffffff;
}

.before-footer .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.before-footer .wrap:before,
.before-footer .wrap:after {
	display: none;
}

.before-footer .widget {
	margin-bottom: 0;
}

.before-footer .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer h2,
.before-footer h3,
.before-footer h4,
.before-footer h5,
.before-footer h6 {
	color: #2a3139;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	padding: 5rem 0 0;
	position: relative;
	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

.footer-widgets .widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1em;
	color: #2a3139;
}

.footer-widgets .widget-area {
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area.footer-widgets-1 i {
	margin-top: 0.2em;
	margin-right: 0.618em;
	display: inline-block;
	float: left;
}

.footer-widgets .widget-area .widget {
	display: block;
	margin-bottom: 4rem;
}

#text-10,
#text-11 {
	margin: 0;
}

#text-11 {
	display: none;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-area .widget.widget_nav_menu {
	margin-bottom: 0;
}

.footer-widgets-5 {
	width: 100%;
	margin: -2rem 0 0 !important;
	text-align: center;
}

.footer-widgets-5 img {
	width: 16.9rem;
	height: 15rem;
	margin: 1rem 5rem;
	display: inline-block;
}

.footer-widgets-5 img:nth-of-type(2) {
	width: 15rem;
}

/* ## Footer Business Profile Card

--------------------------------------------- */

.widget_bpfwp_contact_card_widget .widgettitle {	
	margin-bottom: 0;
	opacity: 0.8;
	font-size: 15px;	
	font-size: 1.5rem;
	text-transform: uppercase;
	
}

.bp-contact-card > div {
	margin-top: 0 !important;	
}

.bp-directions::before,
.bp-phone::before, 
.bp-contact::before, 
.bp-booking::before, 
.bp-opening-hours-brief::before, 
.bp-opening-hours .bp-title::before {
	font-family: 'fontawesome' !important;
	font-size: 1.2em !important;
	line-height: 1.3 !important;	
}

.bp-phone::before {
	content: '\f095' !important;
}

.bp-contact::before {
	content: '\f0e0' !important;
}

.bp-contact a {
	display: inline-block !important;
}

.bp-contact a::before {
	content: '\00a0' !important;
}

/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
	width: 100%;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 8rem 0 4rem;
	border-top: 1px solid #eceef1;
	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

.footer-credits .simple-social-icons {
	margin-left: -1em;
	position: absolute;
	bottom: 8rem;
	left: 4vw;
}

.footer-credits .menu-item {
	width: auto;
	margin-left: 2em;
}

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

/* ## Back to top button
--------------------------------------------- */

.site-footer .back-to-top {
	position: absolute;
	right: 4vw;
	bottom: 8.5rem;
	background-color: #ccc;
	border-radius: 0.4rem;
	width: 3rem;
	height: 3rem;
	text-align: center;
}

.site-footer .back-to-top:hover {
	background-color: #999;
}

.site-footer .back-to-top:before,
.site-footer .back-to-top:after {
	content: '';
	display: block;
	height: 2px;
	width: 8px;
	background-color: #fff;
	position: absolute;
	top: 1.3rem;
	left: 0.9rem;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.site-footer .back-to-top:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	left: 1.3rem;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews input {
	margin-bottom: 1em;
}

.site-footer .enews form {
	position: relative;
	margin-top: 0.618em;
}

.site-footer .enews input[type='text'],
.site-footer .enews input[type='email'] {
	margin-top: 1rem;
}

.site-footer .enews input[type='submit'] {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent;
	box-shadow: none;
	color: transparent;
	padding-right: 0;
}

.site-footer .enews input[type='submit']:hover + .send-icon,
.site-footer .enews input[type='submit']:focus + .send-icon {
	opacity: 1;
}

.site-footer .enews .send-icon {
	display: block;
	height: 1.8rem;
	width: 1.8rem;
	background-image: url('assets/images/paper-plane.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 2em;
	bottom: 1em;
	margin: 0;
	pointer-events: none;
	opacity: 0.236;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

/* ## Genesis Portfolio Pro
--------------------------------------------- */
.archive.genesis-pro-portfolio .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.archive.genesis-pro-portfolio .entry {
	padding: 0;
	border: 0;
	width: 100%;
	margin: 0 0 6vw;
}

.archive.genesis-pro-portfolio .entry:before {
	content: '';
	display: block !important;
	position: absolute;
	background: rgba(42, 49, 57, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry:before {
	opacity: 0;
}

.archive.genesis-pro-portfolio .entry:hover:before,
.archive.genesis-pro-portfolio .entry:focus:before {
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry:hover .entry-header,
.archive.genesis-pro-portfolio .entry:focus .entry-header {
	top: 0;
	bottom: 0;
	margin: 0;
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry-header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry-header a {
	color: #ffffff;
}

/* ## Genesis Simple FAQs
--------------------------------------------- */
div.gs-faq {
	padding: 0;
	border-top: 1px solid #eceef1;
	box-shadow: 0 2rem 5rem -0.618rem rgba(42, 49, 57, 0.0618);
}

div.gs-faq .gs-faq__question {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #2a3139;
	background: transparent;
	border-radius: 0;
	background-color: #ffffff;
	box-shadow: none;
	margin: 0;
	padding: 1.5em 3em 1.5em 1.5em;
	height: auto;
	line-height: 1;
	display: block;
	border: 1px solid #eceef1;
	border-top: 0;
	z-index: 1;
	position: relative;
}

div.gs-faq .gs-faq__question:hover,
div.gs-faq .gs-faq__question:focus {
	color: #009cff;
}

div.gs-faq .gs-faq__question:after {
	content: '+';
	position: absolute;
	right: 1em;
	top: 1.5em;
	line-height: 1;
}

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

div.gs-faq .gs-faq__question:last-of-type {
	margin-bottom: 0;
}

div.gs-faq .gs-faq__answer {
	padding: 3rem;
	margin: 0;
	border: 1px solid #eceef1;
	border-top: 0;
	background-color: #ffffff;
}

/* ## Genesis Simple Share
--------------------------------------------- */
.share-after {
	margin-top: 4rem;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.widget_gts_widget {
	margin-bottom: 6rem;
}

.lSSlideWrapper {
	max-width: calc(100% + 4em);
	margin: 0 -2em;
}

.gts-rating {
	margin: 2rem auto;
}

.lSSlideOuter {
	width: 100%;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	height: auto !important;
}

ul.testimonials-list li blockquote:before {
	content: '“';
	display: inline;
}

ul.testimonials-list li blockquote:after {
	content: '”';
	display: inline;
}

ul.testimonials-list blockquote {
	padding: 0 2em 1em;
	border: 0;
}

ul.testimonials-list img {
	width: 8rem;
	margin: 2rem auto 2.5rem;
}

ul.testimonials-list h5 {
	font-size: 1em;
	color: #2a3139;
}

ul.testimonials-list h5 a {
	color: #2a3139 !important;
	text-decoration: none !important;
	cursor: inherit !important;
}

.widget_gts_widget .lSAction {
	text-align: center;
}

.widget_gts_widget .lSAction > a {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	opacity: 0.7;
	background: transparent;
	text-align: center;
	-webkit-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
}

.widget_gts_widget .lSAction > a:hover {
	opacity: 1;
}

.widget_gts_widget .lSAction > a.lSPrev::after,
.widget_gts_widget .lSAction > a.lSNext::after {
	content: '\f053';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #2a3139;
	font-family: 'fontawesome';
	font-size: 30px;
	line-height: 30px;
}

.widget_gts_widget .lSAction > a.lSNext::after {
	content: '\f054';
}

.lSSlideOuter .lSPager.lSpg {
	display: none;
}

.lSSlideOuter .lSPager.lSpg > li {
	padding: 0 6px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	width: 10px;
	height: 10px;
	opacity: 0.1;
	background-color: #2a3139;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li:focus a {
	opacity: 0.3;
	background-color: #2a3139;
}

.gts-company {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 1em;
}

/* ## Google Map
--------------------------------------------- */

.contact-page .agm-canvas {
	height: 30rem !important;
	margin-top: 2rem !important;
	border-bottom: 1px solid #eceef1;
}

.contact-page .agm-canvas:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(42, 49, 57, 0.618);
	z-index: 1;
}

/* ## Ninja Forms
--------------------------------------------- */
.nf-field .nf-field-element input,
.nf-field .nf-field-element select {
	height: 3em;
}

/* ## SEO Slider
--------------------------------------------- */
.no-js .slick-slide:first-of-type {
	display: block;
	width: 100%;
}

.slick-arrow {
	box-shadow: none;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
	border-radius: 50% !important;
	margin: 2px;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.simple-social-icons ul.aligncenter {
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* ## WP Featherlight
--------------------------------------------- */
.featherlight .featherlight-close-icon {
	box-shadow: none;
}

/* ## WooCommerce Menu Cart
--------------------------------------------- */
.wpmenucartli {
	margin-top: 1em;
}

.wpmenucart-contents {
	text-decoration: none;
	color: #2a3139;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 1em;
	position: relative;
}

.wpmenucart-contents .cartcontents {
	position: absolute;
	right: -0.4rem;
	top: -0.4rem;
	box-shadow: 0 0 0 1px #ffffff;
	background-color: #009cff;
	color: #ffffff;
	height: 1.2rem;
	width: 1.2rem;
	border-radius: 1.2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 7px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 12px;
	line-height: 1.2rem;
}

/* ## Quote Builder
--------------------------------------------- */

#wpcf7-f2999-p3000-o1 .wpcf7-form-control-wrap[class*=" window-or-door"],
#wpcf7-f2999-p3000-o1 .wpcf7-form-control-wrap[class*=" patterned"],
#wpcf7-f2999-p3000-o1 .wpcf7-form-control-wrap[class*=" style"] {
	width: 100%;
	display: block;
	text-align: center;
}

#wpcf7-f2999-p3000-o1 p:first-of-type {
	margin: 0;
}

#wpcf7-f2999-p3000-o1 > form > div p {
	margin-bottom: 0 !important;
}

#wpcf7-f2999-p3000-o1 > form > div p.info,
#wpcf7-f2999-p3000-o1 > form > div p.warning {
	margin-bottom: 1em !important;
}

#wpcf7-f2999-p3000-o1 p.info,
#wpcf7-f2999-p3000-o1 p.warning {
	display: inline-block;
	position: relative;
	margin-left: 2.2rem;
}

#wpcf7-f2999-p3000-o1 p.info:before,
#wpcf7-f2999-p3000-o1 p.warning:before {
	content: '\f05a';
	position: absolute;
	top: 0;
	left: -2.2rem;
	font-family: 'fontawesome';	
}

#wpcf7-f2999-p3000-o1 p.info + p.info:before {
	content: '';
}

#wpcf7-f2999-p3000-o1 p.warning:before {
	content: '\f071';
	color: #f00;
}

#wpcf7-f2999-p3000-o1 p.warning.too-small,
#wpcf7-f2999-p3000-o1 p.warning.too-large {
	display: none;
}

#wpcf7-f2999-p3000-o1 h5.panel-header {
	margin: 0 0 1.5rem;
	padding: 0;
	position: relative;
	top: -14px;
}

#wpcf7-f2999-p3000-o1 h5.panel-header span {
	background-color: #fff;
}

#wpcf7-f2999-p3000-o1 h6 {
	margin: 0 0 0.8em;
	font-size: 16px;
	font-size: 1.6rem;
}

#wpcf7-f2999-p3000-o1 hr {
	margin: 0;
	margin-top: 5rem;
	border-width: 2px;
	border-color: rgba(42, 49, 57, 0.5);
}

#wpcf7-f2999-p3000-o1 hr:first-of-type {
	margin-top: 0;
}

#wpcf7-f2999-p3000-o1 > form > div {
	margin: 1.5rem 0 0;
}

#wpcf7-f2999-p3000-o1 .wpcf7-form-control-wrap { /* reCAPTCHA top margin */
	margin: 0 !important;
}

#wpcf7-f2999-p3000-o1 div#five-plus-warning {
	margin: 0 !important;
}

#wpcf7-f2999-p3000-o1 > form > div input,
#wpcf7-f2999-p3000-o1 > form > div number,
#wpcf7-f2999-p3000-o1 > form > div select {
	margin-bottom: 2rem;
}

#wpcf7-f2999-p3000-o1 input[type=checkbox],
#wpcf7-f2999-p3000-o1 input[type=radio] {
	height: auto;
	min-height: auto;
}

#wpcf7-f2999-p3000-o1 .no-panels {
	width: auto;
}

#wpcf7-f2999-p3000-o1 .dimensions,
#wpcf7-f2999-p3000-o1 .cost,
#wpcf7-f2999-p3000-o1 .total-cost {
	width: auto;
}

#wpcf7-f2999-p3000-o1 .wpcf7-form-control-wrap.width .wpcf7-not-valid-tip,
#wpcf7-f2999-p3000-o1 .wpcf7-form-control-wrap.height .wpcf7-not-valid-tip {
	display: none;
}

#wpcf7-f2999-p3000-o1 .cost,
#wpcf7-f2999-p3000-o1 .total-cost {
	height: auto;
	min-height: auto;
	border: 0;
	padding: 0;
	padding-left: 0;
	background: transparent;
}

#wpcf7-f2999-p3000-o1 .total,
#wpcf7-f2999-p3000-o1 .sub-total {
	margin: 2rem 0 3rem;
	padding: 2rem 2.5rem 1.5rem;
	background: #eceef1;
}

#wpcf7-f2999-p3000-o1 .total h5,
#wpcf7-f2999-p3000-o1 .sub-total h5 {
	margin-bottom: 0.8em;
}

#wpcf7-f2999-p3000-o1 .total p,
#wpcf7-f2999-p3000-o1 .total input,
#wpcf7-f2999-p3000-o1 .sub-total p,
#wpcf7-f2999-p3000-o1 .sub-total input {
	color: #2a3139;
	font-size: 20px;
	font-size: 2rem;
}

#wpcf7-f2999-p3000-o1 .total input,
#wpcf7-f2999-p3000-o1 .sub-total input {
	width: auto;
}

#wpcf7-f2999-p3000-o1 .sub-total input {
	margin-bottom: 1.5rem !important;
}

#wpcf7-f2999-p3000-o1 .total p.info,
#wpcf7-f2999-p3000-o1 .total p.warning {
	color: #4d5968;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

#wpcf7-f2999-p3000-o1 span.wpcf7-list-item {
	margin: 0 0.8em;
}

#wpcf7-f2999-p3000-o1 span.window-or-door label,
#wpcf7-f2999-p3000-o1 span.patterned label,
#wpcf7-f2999-p3000-o1 span.style label {
	max-width: 100px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
	vertical-align: top;
}

#wpcf7-f2999-p3000-o1 [type=radio],
#wpcf7-f2999-p3000-o1 [type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#wpcf7-f2999-p3000-o1 [type=radio] + div,
#wpcf7-f2999-p3000-o1 [type=checkbox] + div {
	width: 100px;
	height: 100px;
	z-index: 2;
	cursor: pointer;
}

#wpcf7-f2999-p3000-o1 [type=radio] + div,
#wpcf7-f2999-p3000-o1 [type=checkbox] + div {
	background-position: center;
	background-size: cover;
}

#wpcf7-f2999-p3000-o1 .wpcf7-form-control.window-or-door span:first-of-type [type=radio] + div { background-image: url('assets/images/quote_window-or-door_window.png'); }
#wpcf7-f2999-p3000-o1 .wpcf7-form-control.window-or-door span:last-of-type [type=radio] + div { background-image: url('assets/images/quote_window-or-door_door.png'); }
#wpcf7-f2999-p3000-o1 .wpcf7-form-control.patterned [type=checkbox] + div { background-image: url('assets/images/quote_patterned.png'); }
#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(1) [type=radio] + div { background-image: url('assets/images/quote_style_none.png'); }
#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(2) [type=radio] + div { background-image: url('assets/images/quote_style_leaded.png'); }
#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(3) [type=radio] + div { background-image: url('assets/images/quote_style_bars.png'); }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.window-or-door span:first-of-type [type=radio] + div { background-image: url('assets/images/quote_window-or-door_window@2x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.window-or-door span:last-of-type [type=radio] + div { background-image: url('assets/images/quote_window-or-door_door@2x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.patterned [type=checkbox] + div { background-image: url('assets/images/quote_patterned@2x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(1) [type=radio] + div { background-image: url('assets/images/quote_style_none@2x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(2) [type=radio] + div { background-image: url('assets/images/quote_style_leaded@2x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(3) [type=radio] + div { background-image: url('assets/images/quote_style_bars@2x.png'); }
}

@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-device-pixel-ratio: 3) {
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.window-or-door span:first-of-type [type=radio] + div { background-image: url('assets/images/quote_window-or-door_window@3x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.window-or-door span:last-of-type [type=radio] + div { background-image: url('assets/images/quote_window-or-door_door@3x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.patterned [type=checkbox] + div { background-image: url('assets/images/quote_patterned@3x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(1) [type=radio] + div { background-image: url('assets/images/quote_style_none@3x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(2) [type=radio] + div { background-image: url('assets/images/quote_style_leaded@3x.png'); }
	#wpcf7-f2999-p3000-o1 .wpcf7-form-control.style span:nth-child(3) [type=radio] + div { background-image: url('assets/images/quote_style_bars@3x.png'); }
}

#wpcf7-f2999-p3000-o1 [type=radio]:checked + div::after,
#wpcf7-f2999-p3000-o1 [type=checkbox]:checked + div::after {
	content: '';
	width: 100px;
	height: 100px;
	display: block;
	background-image: url('assets/images/quote_on.png');
	background-position: center;
	background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) { #wpcf7-f2999-p3000-o1 [type=radio]:checked + div::after, #wpcf7-f2999-p3000-o1 [type=checkbox]:checked + div::after { background-image: url('assets/images/quote_on@2x.png'); } }
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-device-pixel-ratio: 3) { #wpcf7-f2999-p3000-o1 [type=radio]:checked + div::after, #wpcf7-f2999-p3000-o1 [type=checkbox]:checked + div::after { background-image: url('assets/images/quote_on@3x.png'); } }

#wpcf7-f2999-p3000-o1 span.window-or-door label span,
#wpcf7-f2999-p3000-o1 span.patterned label span,
#wpcf7-f2999-p3000-o1 span.style label span {
	margin: 0.8rem 0 1.8rem;
	display: block;
}

.postcode-note {
	margin: -1.25em 0 1.75em !important;
	font-size: 0.875em;
    line-height: 1.3;    
}

.quote-builder .breadcrumb {
	display: none;
}


/* ## Front Page
--------------------------------------------- */
.front-page-widget {
	width: 100%;
	padding: 6rem 0 5rem;
	position: relative;
}

.front-page-widget:nth-of-type(even) {
	background-color: #f6f8fa;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
}

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

.front-page-widget .textwidget {
	width: 100%;
}

.front-page-widget p,
.front-page-widget li {
	color: #4d5968;
}

/* ## Front Page 1
--------------------------------------------- */
.front-page-1 {
	margin-top: 4rem;
	padding: 0;
	background-color: #c6cace;
}

.front-page-1 > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.front-page-1 .slick-slider {
	max-height: 100vh;
}

.front-page-1 .slick-slide {
	min-height: 100%;
}

.front-page-1 .slick-slide .slick-image {
	position: relative;
}

.front-page-1 .slick-dots {
	line-height: 0;
}

.front-page-1 .slick-wrap {
	padding-top: 4rem;
	max-width: 88vw;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.front-page-1 .slick-content {
	max-width: 768px;
}

.front-page-1 .slick-arrow {
	visibility: hidden;
	overflow: hidden;
}

.front-page-1 .slick-arrow:hover,
.front-page-1 .slick-arrow:focus,
.front-page-1 .slick-arrow:active {
	background-position: center;
}

.front-page-1 h1,
.front-page-1 h2,
.front-page-1 .h2 {
    display: block;
	font-family: 'Rubik',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.236;
    margin: 0 0 0.5em;
	margin-bottom: 0.382em;
}

.front-page-1 p {
	max-width: 512px;
	line-height: 1.382;
}

/* ## Front Page 2
--------------------------------------------- */

.front-page-2 {
	padding: 2em 0 !important;
}

.front-page-2 .wrap {
	padding: 0;
}

.front-page-2 .gallery img {
	width: 100%;
	height: auto;
	min-height: 1rem;
	padding: 0 6vw;
	margin: 2px;
}

.front-page-2 .gallery-item {
	margin: 0;
}

.no-js .front-page-2 .gallery-item {
	max-width: 50%;
}

.front-page-2 .slick-list {
	width: 100%;
}

.front-page-2 .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 100%;
}

/* ## Front Page 3
--------------------------------------------- */
.front-page-3 .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: top;
	align-items: top;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.front-page-3 .wrap:before,
.front-page-3 .wrap:after {
	display: none;
}

.front-page-3 .widget hr {
	margin: 2rem 0 5rem;
}

.one-third {
	width: 100%;
}

.front-page-3 .icon_widget,
.front-page-3 .custom-html-widget {
	margin-bottom: 4rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: center;
}

.front-page-3 #custom_html-26 .custom-html-widget,
.front-page-3 #custom_html-48 .custom-html-widget {
	margin-bottom: 0;
}

.front-page-3 #custom_html-35 .custom-html-widget {
	text-align: left;
}

.front-page-3 #custom_html-30 .custom-html-widget {
	margin-bottom: 2rem;
}

.front-page-3 .custom-html-widget img {
	max-height: 180px;
	margin: 10px 10px 0;
	display: inline-block;
}

.front-page-3 .custom-html-widget img.product {
	margin: 0 auto 1.5rem;
	width: 80px;
	height: 80px;
}

.front-page-3 .icon_widget .widget-title,
.front-page-3 .custom-html-widget .widget-title {
	font-size: 19px;
	font-size: 1.9rem;
}

.front-page-3 .icon_widget .widget-title a,
.front-page-3 .custom-html-widget .widget-title a {
	color: #2a3139;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-3 .icon_widget .widget-title a:hover,
.front-page-3 .custom-html-widget .widget-title a:hover {
	color: #009cff;
}

.front-page-3 .icon_widget i {
	margin-bottom: 1rem;
	display: inline-block;
}

.front-page-3 .mejs-container {
	max-width: 86vw;
	min-width: 86vw !important;
	border-radius: 6px;
	background-color: #f6f8fa;
}

.front-page-3 .mejs-mediaelement {
	overflow: hidden;
	box-shadow: 0 2rem 6rem -2rem rgba(42, 49, 57, 0.236);
	border-radius: 5px;
	padding: 0;
}

.front-page-3 .mejs-controls {
	display: none;
}

.front-page-3 .mejs-overlay-button {
	background-color: #ffffff;
	box-shadow: 0 2rem 3rem -1rem rgba(42, 49, 57, 0.5);
	border-radius: 9rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 6rem;
	width: 6rem;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-3 .mejs-overlay-button:hover,
.front-page-3 .mejs-overlay-button:focus {
	transform: scale(1.05);
}

.front-page-3 .mejs-overlay-button:after {
	content: '►';
	display: block;
	line-height: 1;
	color: #2a3139;
}

.front-page-3 iframe {
	transform: scale(1.01);
}

/* ## Front Page 4
--------------------------------------------- */
.front-page-4 .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.front-page-4 .widget:first-of-type {
	margin: 0 auto;
	text-align: center;
}

/* ## Front Page 5
--------------------------------------------- */
.front-page-5 {
	padding: 0;
	text-align: center;
	border: none !important;
}

.front-page-5 .wrap {
	width: 100%;
	min-width: 100%;
	padding: 0;
}

.front-page-5 .widget-title {
	text-align: center;
	margin: 0 0 5rem;
}

.front-page-5 .widget-subtitle {
	text-align: center;
	margin: 10rem 0 1em;
}

.front-page-5 .display-posts-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100vw;
}

.front-page-5 .listing-item {
	width: 100vw;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.front-page-5 .image {
	display: block;
}

.front-page-5 .image:before {
	content: '';
	display: block !important;
	position: absolute;
	background: rgba(42, 49, 57, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-5 .image:before {
	opacity: 0;
}

.front-page-5 .image:hover:before,
.front-page-5 .image:focus:before {
	opacity: 1;
}

.front-page-5 .image:hover + .title,
.front-page-5 .image:focus + .title {
	top: 50%;
}

.front-page-5 .title {
	position: absolute;
	left: 50%;
	top: 130%;
	transform: translate(-50%, -50%);
	font-size: 1em;
	z-index: 2;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-5 .title a {
	color: #ffffff;
	text-decoration: none;
}

.front-page-5 img {
	min-width: 100%;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

/* ## Front Page 6
--------------------------------------------- */
.front-page-6 {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
	border: none !important;
	color: #ffffff;
}

.front-page-6 .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.front-page-6 .wrap:before,
.front-page-6 .wrap:after {
	display: none;
}

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

.front-page-6 p {
	color: #ffffff;
	max-width: 768px;
}

.front-page-6 .alignright {
	margin-left: 0;
}

.front-page-6 .custom-html-widget img {
	max-height: 382px;
	margin: 4rem auto 0;
}


/* ## Front Page 7
--------------------------------------------- */
.front-page-7 {
	text-align: center;
}

.front-page-7 .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.front-page-7 .wrap:before,
.front-page-7 .wrap:after {
	display: none;
}

.front-page-7 .widget_custom_html {
	margin: 0 auto;
	padding: 0 6vw;
}

.front-page-7 .widget_custom_html h3 {
	font-size: 1.7em;
}

.front-page-7 hr {
	max-width: 88vw;
	margin-left: auto;
	margin-right: auto;
}

.front-page-7 ul blockquote {
	padding-left: calc(2em + 6vw);
	padding-right: calc(2em + 6vw);
}

.front-page-7 p a {
	color: #2a3139;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-7 p a:hover {
	color: #4d5968;
}


/* ## Front Page 8
--------------------------------------------- */
.front-page-8 .wrap {
	position: relative;
}

.front-page-8 .widget-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.front-page-8 .widget-title {
	text-align: center;
	width: 100%;
	margin-bottom: 1.618em;
}

.front-page-8 .widget-subtitle {
	text-align: center;
	width: 100%;
}

.front-page-8 .entry {
	border-radius: 5px !important;
	border: 1px solid #eceef1;
	padding: 3rem;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-8 .entry:hover,
.front-page-8 .entry:focus {
	box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.3) !important;
}

.front-page-8 .entry > a {
	display: block;
	margin: 0;
	width: calc(100% + 6rem);
	max-width: calc(100% + 6rem);
	margin: -3rem -3rem 3rem;
	border-radius: 5px 5px 0 0 !important;
}

.front-page-8 .entry > a img {
	border-radius: 5px 5px 0 0;
	opacity: 0.9;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.front-page-8 .entry:hover > a img {
	opacity: 1;
}

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

.front-page-8 .entry-title {
	-ms-flex-order: 2;
	order: 2;
}

.front-page-8 p.entry-meta {
	-ms-flex-order: 1;
	order: 1;
	font-size: small;
}

.front-page-8 p.entry-meta:last-of-type {
	margin-bottom: 1em;
}

/* ## Front Page 9
--------------------------------------------- */
.front-page-9 {
	background-size: cover;
	background-position: center;
	color: #ffffff;
	position: relative;
	text-align: center;
}

.front-page-9:before {
	content: '';
	display: block !important;
	position: absolute;
	background: rgba(42, 49, 57, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-9 .widget {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 768px;
}

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

.front-page-9 .widget_media_image {
	padding: 0;
	position: absolute;
	z-index: 0;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.front-page-9 .widget_media_image figure {
	min-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}

.front-page-9 .widget_media_image img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.front-page-9 .widget_media_image figcaption {
	position: absolute !important;
	background-color: #ffffff;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.front-page-9 p {
	color: #eceef1;
}

.front-page-9 form {
	margin-top: 1.382em;
}

.front-page-9 ::-moz-placeholder {
	color: #eceef1;
	opacity: 1;
}

.front-page-9 ::-webkit-input-placeholder {
	color: #eceef1;
}

.front-page-9 input {
	background-color: rgba(255, 255, 255, 0.25);
	border: 0;
	margin: 0 auto 1em;
	color: #ffffff;
	display: block;
	-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.front-page-9 input[type='submit'] {
	margin-bottom: 0;
	width: auto;
}

.front-page-9 input:hover,
.front-page-9 input:focus {
	background-color: rgba(255, 255, 255, 0.3);
}

.front-page-9 a.button {
	margin: 1em 6px 0;
}

/* ## Sitemap
--------------------------------------------- */
.sitemap ul li {
	font-weight: 700;
	list-style-type: disc;
}

.sitemap ul ul {
	margin-bottom: 0 !important;
}

.sitemap ul ul li {
	margin-bottom: 0em;
	font-weight: 400;
	list-style-type: circle;	
}

.sitemap ul ul ul {
	margin-bottom: 0.8em !important;
}

/* ## Google reCAPTCHA
--------------------------------------------- */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* ## Consent
--------------------------------------------- */
.cookies {
	width: 300px;
	height: auto;
	border-radius: 4px;
	padding: 1.5rem;
	display: none;
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 9999;
	background-color: rgba(136, 136, 136, 0.96);
	color: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.5px;
}

.cookies p {
	margin: 0 0 2rem
}

.cookies a:link,
.cookies a:visited {
	border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
	color: #fff;	
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.cookies a:hover,
.cookies a:focus {
	border-bottom-color: #fff;
}

.cookies a#consent {
	margin: 0;
	border-radius: 6px;
	padding: 0 2rem;
	background: #0a3;
}

.cookies a#consent:hover,
.cookies a#consent:focus {
	background: #070 !important;
	box-shadow: 0 5px 20px -5px rgba(0, 204, 51, 0.4) !important;
}

a:link#consent,
a:visited#consent {
	background-color: #666;
}



/* ## Media Queries
--------------------------------------------- */

@media (min-width: 384px) {
	.before-header p {
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0 1em 0 0;
	}
	.front-page-1 h1,
	.front-page-1 h2,
	.front-page-1 .h2 {
		font-size: 2.2em;
		line-height: 1.236;
	}
	.front-page-1 p {
		line-height: 1.618;
	}
	.footer-widgets .widget-area.footer-widgets-1,
	.footer-widgets .widget-area.footer-widgets-2 {
		width: 50%;
		margin: 0 0 4rem;
		float: left;
	}
	#text-11 {
		display: block;
	}
	.bp-contact {
		margin: 0 !important;
	}
}

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button,
	.wp-block-button a + button,
	.wp-block-button a + .button {
		margin-top: 0;
		clear: none;
	}
	.gallery-item {
		width: 48.71795%;
		margin-bottom: 2.5rem;
	}
	.gallery-item:nth-of-type(odd) {
		margin-left: 0;
		clear: both;
	}
	.after-entry .enews input {
		margin-left: 2.5641%;
		max-width: 38.46154%;
	}
	.after-entry .enews input:first-of-type {
		margin-left: 0;
	}
	.blocks-gallery-image {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		margin-left: 0;
		clear: both;
	}
	.home .content .entry,
	.blog .content .entry,
	.archive .content .entry,
	.search-results .content .entry {
		width: 48.71795%;
		margin-left: 2.5641%;
		margin-bottom: 2.5rem;
	}
	.home .content .entry:nth-of-type(odd),
	.blog .content .entry:nth-of-type(odd),
	.archive .content .entry:nth-of-type(odd),
	.search-results .content .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.archive.genesis-pro-portfolio .entry {
		width: 48.71795%;
		margin-bottom: 2.5rem;
		margin-left: 2.5641%;
	}
	.archive.genesis-pro-portfolio .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	#wpcf7-f2999-p3000-o1 span.window-or-door label,
	#wpcf7-f2999-p3000-o1 span.patterned label,
	#wpcf7-f2999-p3000-o1 span.style label {
		max-width: 120px;
	}
	#wpcf7-f2999-p3000-o1 [type=radio] + div,
	#wpcf7-f2999-p3000-o1 [type=checkbox] + div {
		width: 120px;
		height: 120px;
	}
	#wpcf7-f2999-p3000-o1 [type=radio]:checked + div::after,
	#wpcf7-f2999-p3000-o1 [type=checkbox]:checked + div::after {
		width: 120px;
		height: 120px;
	}
	.front-page-1 .slick-arrow {
		visibility: visible;
	}
	.front-page-5 .listing-item {
		width: 50vw;
	}
	.front-page-8 .entry {
		width: 100% !important;
	}
	.front-page-9 input {
		display: inline-block;
		margin: 0 0.2em 1em;
		width: auto;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}
	h1 {
		font-size: 30px;
		font-size: 3em;
	}
	.wp-video-shortcode {
		width: auto;
	}
	.content-sidebar-wrap,
	.wrap {
		width: 88%;
		max-width: 1152px;
		padding-left: 0;
		padding-right: 0;
	}
	.contact-page .site-inner {
		padding-top: 10rem;
	}
	.contact-page.has-before-header .site-inner {
		padding-top: 14rem;
	}
	.content {
		padding: 6rem;
	}
	.home.page .content {
		margin: 0;
	}
	.blog .content,
	.archive .content,
	.search-results .content {
		padding: 6rem 0;
	}
	.page .content,
	.single .content,
	.error404 .content {
		margin: -6rem auto 0;
	}
	.page .content:before,
	.single .content:before,
	.error404 .content:before {
		display: block;
	}
	.landing-page .content {
		margin-top: 0;
	}
	.landing-page .content:before {
		display: none;
	}
	.entry-content div.alert p {
		margin: 0 0 0 2.8rem;
	}
	.entry-content div.alert p:before {
		left: -2.8rem;
	}
	.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 {
		clear: none;
		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;
	}
	.gallery-item {
		margin-left: 2.5641%;
		margin-bottom: 2.5rem;
	}
	.gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.gallery-columns-2 .gallery-item {
		width: 48.71795%;
	}
	.gallery-columns-2 .gallery-item:nth-of-type(odd) {
		margin-left: 0;
	}
	.gallery-columns-3 .gallery-item {
		width: 31.62393%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.gallery-columns-4 .gallery-item {
		width: 23.07692%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.gallery-columns-5 .gallery-item {
		width: 17.94872%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.52991%;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.gallery-columns-7 .gallery-item {
		width: 12.08791%;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.gallery-columns-8 .gallery-item {
		width: 10.25641%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.gallery-columns-9 .gallery-item {
		width: 8.83191%;
	}
	.gallery-columns-9 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.pricing-table + .pricing-table {
		margin: 10rem 0;
	}
	.pricing-table + hr {
		margin: 10rem 0;
	}
	.author-box {
		padding: 6rem 0;
	}
	.blocks-gallery-image {
		margin-left: 2.5641%;
		margin-bottom: 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;
	}
	.hero-section {
		padding: 19.5rem 0 15.5rem;
	}
	.blog .hero-section,
	.archive .hero-section,
	.search-results .hero-section {
		padding-bottom: 10rem;
	}
	.hero-section .wrap {
		max-width: 896px;
	}
	.nav-primary,
	.nav-secondary {
		right: calc(-40rem/*!*/+/*!*/-6vw);
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		right: -6vw;
	}
	.entry-footer {
		margin: 4rem 0 3rem;
		padding: 3rem 0;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem 0;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		padding: 3rem 0;
	}
	.sidebar .widget:first-of-type {
		padding-top: 3rem;
	}
	.site-footer .widget-area {
		margin-bottom: 0;
	}
	.before-footer {
		padding: 7.5rem 0;
	}
	.before-footer p {
		margin: 0;
	}
	#custom_html-4 {
		text-align: right;
	}
	.footer-widgets {
		padding: 10rem 0 0;
	}
	.footer-widgets .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		margin-left: 1%;
	}
	.footer-widgets .widget-area.footer-widgets-1 {
		width: 22%;
		margin-left: 0;
	}
	.footer-widgets .widget-area.footer-widgets-1 .widget_text,
	.footer-widgets .widget-area.footer-widgets-2 .widget_text {
		margin-bottom: 0;
		padding-bottom: 4px;
	}
	.footer-widgets .widget-area.footer-widgets-2 {
		width: 22%;
		margin-bottom: 0;
	}
	.footer-widgets .widget-area.footer-widgets-3 {
		width: 23%;
	}
	.footer-widgets .widget-area.footer-widgets-4 {
		width: 29%;
	}
	.footer-widgets-5 {
		width: 100%;
		margin: 9rem 0 0 !important;
		text-align: center;
	}
	.footer-credits {
		margin-top: 10rem;
		padding-top: 4rem;
	}
	.footer-credits .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-credits .widget:last-of-type {
		text-align: right;
	}
	.footer-credits .simple-social-icons {
		margin-bottom: 0;
		position: static;
	}
	.site-footer .back-to-top {
		right: 2vw;
		bottom: 7.5rem;
	}
	#wpcf7-f2999-p3000-o1 p.info,
	#wpcf7-f2999-p3000-o1 p.warning {
		margin-left: 2.8rem;
	}

	#wpcf7-f2999-p3000-o1 p.info:before,
	#wpcf7-f2999-p3000-o1 p.warning:before {
		left: -2.8rem;
	}
	#wpcf7-f2999-p3000-o1 > form > div input, 
	#wpcf7-f2999-p3000-o1 > form > div select {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#wpcf7-f2999-p3000-o1 h6 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	#wpcf7-f2999-p3000-o1 > form > div {
		margin: 2rem 0 0;
	}
	#wpcf7-f2999-p3000-o1 > form > div input,
	#wpcf7-f2999-p3000-o1 > form > div number,
	#wpcf7-f2999-p3000-o1 > form > div select {
		margin-bottom: 2.5rem;
	}
	#wpcf7-f2999-p3000-o1 .total {
		margin: 3rem 0 4rem;
	}
	#wpcf7-f2999-p3000-o1 [type=radio] + div,
	#wpcf7-f2999-p3000-o1 [type=checkbox] + div {
		width: 140px;
		height: 140px;
	}
	#wpcf7-f2999-p3000-o1 .total p.info,
	#wpcf7-f2999-p3000-o1 .total p.warning {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#wpcf7-f2999-p3000-o1 span.window-or-door label,
	#wpcf7-f2999-p3000-o1 span.patterned label,
	#wpcf7-f2999-p3000-o1 span.style label {
		max-width: 140px;
	}
	#wpcf7-f2999-p3000-o1 [type=radio]:checked + div::after,
	#wpcf7-f2999-p3000-o1 [type=checkbox]:checked + div::after {
		width: 140px;
		height: 140px;
	}
	#wpcf7-f2999-p3000-o1 span.window-or-door label span,
	#wpcf7-f2999-p3000-o1 span.patterned label span,
	#wpcf7-f2999-p3000-o1 span.style label span {
		margin: 1rem 0 1.8rem;
	}
	.front-page-widget {
		padding: 10rem 0 9rem;
	}
	.front-page-1 {
		margin-top: 2.5rem;
		padding: 0;
	}
	.front-page-1 .slick-slider {
		max-height: 100vh;
	}
	.front-page-1 .slick-arrow {
		top: 50%;
	}
	.front-page-1 h1,
	.front-page-1 h2,
	.front-page-1 .h2 {
		font-size: 3em;
	}
	.front-page-2 .widget-wrap {
		max-width: calc(100% + 10vw);
		width: calc(100% + 10vw);
		margin: 0 -5vw;
	}
	.front-page-2 .gallery img {
		padding: 0 5vw;
	}
	.no-js .front-page-2 .gallery img {
		padding: 0 1rem;
	}
	.front-page-2 .gallery-item {
		margin: 0 !important;
	}
	.no-js .front-page-2 .gallery-item {
		max-width: 100%;
	}
	.front-page-3 .icon_widget,
	.front-page-3 .custom-html-widget {
		margin-bottom: 6rem;
	}
	.front-page-3 #custom_html-26 .custom-html-widget,
	.front-page-3 #custom_html-48 .custom-html-widget	{
		margin-bottom: 6rem;
	}
	.front-page-3 #custom_html-30 .custom-html-widget {
		margin-bottom: 4rem;
	}
	.front-page-3 .widget hr {
		margin: 3rem 0 7.5rem;
	}
	.front-page-3 .icon_widget {		
		margin-bottom: 0;
	}
	#icon-widget-1,
	#icon-widget-2,
	#icon-widget-3 {
		margin-bottom: 3rem;		
	}
	.front-page-3 .mejs-container {
		max-width: 100%;
		min-width: 100% !important;
	}
	.front-page-3 .mejs-mediaelement {
		box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236);
	}
	.front-page-3 .mejs-overlay-button {
		height: 8rem;
		width: 8rem;
	}
	.front-page-4 .pull-left {
		max-width: 150% !important;
		width: 150%;
		right: 0;
		position: relative;
		margin-left: -50%;
	}
	.front-page-5 {
		padding: 0;
	}
	.front-page-6 {
		padding: 10rem 0;
	}
	.front-page-6 .widget {
		margin-bottom: 0;
	}
	.front-page-6 p {
		margin-bottom: 0;
	}
	.front-page-6 .custom-html-widget img {
		margin: 0 auto;
	}
	.front-page-7 .widget_custom_html {
		margin: 0 auto;
		padding: 0;
		max-width: 64rem;
	}
	.front-page-7 hr {
		max-width: 100%;
	}
	.front-page-7 ul blockquote {
		padding-left: 2em;
		padding-right: 2em;
	}
	.front-page-8 .entry {
		width: 100% !important;
		margin-left: 2.5641%;
		clear: none;
		margin-bottom: 0;
		margin-top: 0;
	}
	.front-page-8 .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.front-page-8 .entry:nth-of-type(1n + 4) {
		margin-top: 2.5641%;
	}
	.front-page-9 .wrap {
		padding: 5rem 0;
	}
	.front-page-9 input {
		margin-bottom: 0;
	}
	.entry-content ol,
	.entry-content ul {
		margin-left: 6rem;
	}
	.contact-page .agm-canvas {
		margin-top: -60px !important;
	}
	.cookies {
		left: 2rem;
		bottom: 2rem;
	}
}

@media (min-width: 896px) {
	.content-sidebar-wrap {
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	.sidebar-content .content-sidebar-wrap {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
	.single .content,
	.contact-page .content {
		width: 768px;
	}
	.single-product .content {
		width: 896px;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 25%;
		padding-top: 3rem;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: calc(75% - 5rem);
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar .simple-social-icons,
	.sidebar #custom_html-51 {
		padding-top: 0 !important;
	}
	.single .gallery {
		max-width: 896px;
	}
	.after-entry {
		padding: 6rem;
		width: calc(100% + 12rem);
		max-width: calc(100% + 12rem);
		margin: 0 -6rem;
	}
	.search-form .search-toggle {
		display: block;
	}
	.site-header .search-form input[type='search'] {
		display: none;
		position: absolute;
		right: 2em;
		top: 0;
		bottom: 0;
		margin: auto 1em auto 0;
	}
	.sticky-header .site-header.shrink > .wrap {
		height: 9rem;
	}
	.site-header > .wrap {
		padding: 0;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		height: 12rem;
	}
	.custom-logo {
		width: 22.3rem;
		display: block;
	}
	.shrink .custom-logo {
		width: 16.2rem;
		display: block;
	}
	.no-js .site-header > .wrap {
		padding: 0;
	}
	.site-description {
		text-align: left;
		line-height: 1.382;
	}
	.before-header {
		width: 100vw;
		max-width: 100%;
	}
	.sticky-header .shrink .before-header {
		margin-top: -4rem;
	}
	.before-header .wrap {
		padding: 0;
		width: 88%;
		max-width: 1152px;
	}
	.header-widget-area {
		margin: 0 0 0 0.5em;
		display: block;
		-ms-flex-order: 5;
		order: 5;
	}
	.hero-section {
		padding: 26.5rem 0 16rem;
	}
	.blog .hero-section,
	.archive .hero-section,
	.search-results .hero-section {
		padding-bottom: 10rem;
	}
	.menu {
		font-size: 1.4rem;
	}
	.menu .rss,
	.menu .date,
	.menu .search,
	.menu .twitter {
		margin-top: 0;
		margin-left: 0.618em;
	}
	.menu-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-order: initial;
		order: initial;
		padding: 0 0.618em;
		width: auto;
		height: 12rem;
	}
	.shrink .menu-item {
		height: 9rem;
	}
	.menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-item:last-of-type a {
		padding-right: 0;
	}
	.menu-item.button {
		margin: 0 0 0 1em;
	}
	.sub-menu {
		background-color: #ecf0f4;
		top: 75%;
		left: 0;
		position: absolute;
		width: 22rem;
		z-index: 99;
		padding: 1em 0;
		opacity: 0.95;
	}
	.sub-menu .menu-item {
		padding: 0.5em 1em;
		height: auto;
	}
	.sub-menu .menu-item:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		padding: 0;
		position: relative;
		word-wrap: break-word;
		color: #6b6f76;
	}
	.sub-menu .sub-menu {
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		left: -0.1rem;
		top: -0.5em;
		border: 1px solid #eceef1;
	}
	.nav-primary,
	.nav-secondary {
		overflow: visible;
		border: none;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		height: auto;
		width: auto;
		max-width: none;
		display: block;
		margin: 0;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		box-shadow: none;
		right: auto;
	}
	.no-js .nav-primary,
	.no-js
	.nav-secondary {
		display: block;
		width: auto;
	}
	.nav-primary .menu,
	.nav-secondary .menu {
		padding: 0;
	}
	.nav-secondary {
		width: 100%;
		border-top: 1px solid rgba(198, 202, 206, 0.3);
	}
	.nav-secondary .menu-item {
		height: 6rem;
	}
	.sticky-header .shrink .nav-secondary .menu-item {
		height: 5rem;
	}
	.nav-secondary .menu > .menu-item:first-of-type {
		padding-left: 0;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.home .content .entry,
	.blog .content .entry,
	.archive .content .entry,
	.search-results .content .entry {
		width: 31.62393%;
		margin-bottom: 2.5rem;
	}
	.home .content .entry:nth-of-type(odd),
	.blog .content .entry:nth-of-type(odd),
	.archive .content .entry:nth-of-type(odd),
	.search-results .content .entry:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.home .content .entry:nth-of-type(3n + 1),
	.blog .content .entry:nth-of-type(3n + 1),
	.archive .content .entry:nth-of-type(3n + 1),
	.search-results .content .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.pagination {
		padding: 5rem 0;
	}
	.wpmenucart-contents {
		margin-left: 1em;
	}
	.front-page-1 .slick-wrap {
		width: 88%;
		max-width: 1152px;
		padding-top: 10rem;
	}
	.has-before-header .front-page-1 .slick-wrap {
		padding-top: 14rem;
	}
	.has-nav-secondary .front-page-1 .slick-wrap {
		padding-top: 16rem;
	}
	.has-nav-secondary.has-before-header .front-page-1 .slick-wrap {
		padding-top: 20rem;
	}
	.front-page-1 p {
		max-width: none;
	}
	.contact-page .agm-canvas {
		height: 40rem !important;
		margin-top: -45px !important;
	}
	.page-template-page-products .entry-content,
	.full-width-content .post-2251 .entry-content p,
	.full-width-content .post-2327 .entry-content p,
	.full-width-content .post-2330 .entry-content p	{
		max-width: 70%;
	}
	#menu-item-2537 {
		display: none;
	}
}

@media (min-width: 992px) {
	.front-page-5 .listing-item {
		width: 25vw;
	}
}

@media (min-width: 1152px) {
	.header-widget-area {
		margin: 0 0 0 2em;
	}
	.menu-item {
		padding: 0 1em;
	}
	.front-page-2 .widget-wrap {
		max-width: calc(100% + 7.5rem);
		width: calc(100% + 7.5rem);
		margin: 0 -3.75rem;
	}
	.front-page-2 .gallery img {
		padding: 0 3.75rem;
	}
}

@media (min-width: 1280px) {
	.hero-section {
		padding: 30rem 0 20rem;
	}
	.blog .hero-section,
	.archive .hero-section,
	.search-results .hero-section {
		padding-bottom: 14rem;
	}
	.menu .rss,
	.menu .date,
	.menu .search,
	.menu .twitter {
		margin-left: 1.5em;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
	.footer-widgets-4 img {
		margin: 0;
		padding: 2.5px 20px;
		display: inline;
	}
	.contact-page .agm-canvas {
		height: 50rem !important;
	}
}

@media (max-width: 768px) {
	.pricing-table div {
		width: 100%;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #2a3139 !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 #eceef1;
		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 {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}
	.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;
	}
}
