/*!
Theme Name: shutters
Theme URI: 
Author: Alex Wright
Author URI: 
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shutters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

shutters is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Normalize
# Typography
# Elements
	## Header
	## Footer
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Edits by Alex Wright*/
ol{
	list-style: disc outside;
}

ul{
	list-style: decimal outside;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #555;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

#header-bottom-row,
.front-page-header #hdr-content,
.front-page-header .menu-toggle,
.front-page-header #primary-menu > li:hover,
#primary-menu > li:last-child,
#primary-menu > li:last-child:hover,
.site-footer,
.product-label,
.badge-circle,
#footer-top-row {
	color: #fff;
}

a,
.front-page-header #site-navigation,
.front-page-header #primary-menu,
.front-page-header #primary-menu > li {
	color: inherit;
}

h2 {
	color: #fff;
	background: #aaa;
	padding: 10px;
}

/* MED-DARK BLUE */
h1,
.front-page-main h2,
.menu-item,
.menu-toggle {
	color: #1d57a5;	
}
.large-banner p {
	color: #214a81;
}
#banner,
#footer-top-row {
	background: #214a81;
}

/* MEDIUM BLUE */
.featured-label,
.read-more,
.badge {
	color: #4494ff;
}
.badge-circle {
	background: #4494ff;
}

/* HOVER BLUE */
.read-more:hover,
#primary-menu li:hover,
.site-footer .email:hover {
	color: #67ccfc;
}
.guide-link p,
.video-link p {
	color: #404e66;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	height: 100%;
}

html, body {
	width: 100%;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */	
}

.site {
	min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background: #fff;
	width: 100%;
}

#header-top-row {
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0.5% 10px;
}

.site-branding {
	line-height: normal;
}
.custom-logo-link {
	display: inline-block;
	height: 60px;
}
.custom-logo {
	object-fit: contain;
	height: 100%;
	width: auto;
}
#quick-contact, #banner, #phone-number {
	margin: 0;
	border: none;
	line-height: 1.2;
}
#quick-contact > *, #banner > * {
	padding: 8px 20px 5px 20px;
}
#quick-contact {
	order: 1;
	text-transform: uppercase;
}
#phone-number {
	-webkit-align-items: center;
	align-items: center;
	background: #0e2f5b;
}
#phone-number p:first-child {
	font-size: 0.9em;
	margin-top: 0px;
}
#phone-number p:last-child {
	font-size: 1.3em;
	font-family: "Fjalla One", sans-serif;
	margin-left: 10px;
}
.contact-btn {
	-webkit-align-items: center;
	align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    background: #ffa514;
}
.contact-btn:hover {
	font-weight: 700;
	background: #ffc31e;
}
.contact-btn i {
    margin-right: 4px;
}
#call-btn, #message-btn {
	display: none;
}
#banner {
	text-align: center;
	font-size: 1.3em;
	font-family: "Fjalla One", sans-serif;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
#banner:hover {
	background: #2363ba;
}
#banner a {
	display: inline-block;
	width: 100%;
}

/*======= LARGE HEADER STYLING =======*/
/*== Header Background ==*/
.front-page-header {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#hdr-background, #hdr-glow, #hdr-flare, #hdr-tint, #hdr-content {
	position: absolute;
	width: 100%;
	height: 100%;
}
#hdr-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#hdr-tint {
	background: rgba(0, 98, 255, 0.5);
}
#hdr-flare {
	overflow: hidden;
	margin-left: 10%;
	-webkit-transform-origin: 0% top;
	-ms-transform-origin: 0% top;
	transform-origin: 0% top;
}
.flare-initial {
	-webkit-transform: scale(1.3) rotate(-35deg);
	-ms-transform: scale(1.3) rotate(-35deg);
	transform: scale(1.3) rotate(-35deg);
}
.flare-animation {
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}
.hdr-flare-circ {
	position: absolute;
	border-radius: 50%;
}
.circ-inner {
	background: rgba(255,255,255,0.3);
	background: -webkit-radial-gradient(center, circle, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.9) 100%);
	background: -webkit-radial-gradient(circle at center, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.9) 100%);
	background: -moz-radial-gradient(circle at center, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.9) 100%);
	background: -o-radial-gradient(circle at center, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.9) 100%);
	background: radial-gradient(circle at center, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.9) 100%);
}
.circ-outer {
	background: rgba(255,255,255,0.1);
	background: -webkit-radial-gradient(center, circle, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.7) 100%);
	background: -webkit-radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.7) 100%);
	background: -moz-radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.7) 100%);
	background: -o-radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.7) 100%);
	background: radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.7) 100%);
}
#hdr-flare-c1 {
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	top: 25%;
	left: 25%;
}
#hdr-flare-c2 {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	top: 31%;
	left: 31%;
}
#hdr-flare-c3 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	top: 37%;
	left: 37%;
}
#hdr-flare-c4 {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	top: 45%;
	left: 45%;
}
#hdr-flare-c5 {
	width: 70px;
	height: 70px;
	margin-top: -40px;
	margin-left: -40px;
	top: 61%;
	left: 61%;
}
#hdr-flare-c6 {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	top: 65%;
	left: 65%;
}
#hdr-flare-c7 {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	top: 75%;
	left: 75%;
}
#hdr-flare-c8 {
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	top: 80%;
	left: 80%;
}
#hdr-flare-c9 {
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
	top: 70%;
	left: 70%;
	background: rgba(255,255,255,0.1);
	background: -webkit-radial-gradient(center, circle, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.4) 100%);
	background: -webkit-radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.4) 100%);
	background: -moz-radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.4) 100%);
	background: -o-radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.4) 100%);
	background: radial-gradient(circle at center, rgba(255,255,255,0.1) 50%, rgba(255,255,255,.4) 100%);
}
#hdr-glow {
	background: -webkit-radial-gradient(15% 0%, circle, rgba(255,255,255, 1) 5%, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0) 30%);
	background: -webkit-radial-gradient(circle at 15% 0%, rgba(255,255,255, 1) 5%, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.1) 30%);
	background: -moz-radial-gradient(circle at 15% 0%, rgba(255,255,255, 1) 5%, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.1) 30%);
	background: -o-radial-gradient(circle at 15% 0%, rgba(255,255,255, 1) 5%, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.1) 30%);
	background: radial-gradient(circle at 15% 0%, rgba(255,255,255, 1) 5%, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.1) 30%);
}
/*== Header Content ==*/
.front-page-header #hdr-content {
	z-index: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.9em;
}
.front-page-header #header-top-row {
	justify-content: space-between;
	padding: .6em 20px;
	align-items: flex-start;
}
.front-page-header .site-branding {
	padding: 0;
	margin: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.front-page-header .site-branding img {
	height: 5em;
	margin: 0;
}
.front-page-header #quick-contact {
	text-transform: uppercase;
	margin-top: 1em;
	padding: 0;
	order: 0;
}
.front-page-header #quick-contact #phone-number {
	margin: 0;
	padding: 0;
	-webkit-align-items: center;
	align-items: center;
	background: none;
}
.front-page-header #phone-number > * {
	margin-left: 10px;
}
.front-page-header #phone-number span {
	display: block;
	text-align: right;
	line-height: 1em;
}
.front-page-header #phone-number p:first-child {
	font-size: 1em;
	margin-top: .06em;
}
.front-page-header #phone-number p:last-child {
	font-size: 2em;
	font-family: "Fjalla One", sans-serif;
}
.front-page-header #quick-contact .contact-btn {
	margin: 0;
	padding: 0;
	border: solid 1px #fff;
	margin-left: 10px;
	margin-top: -1px;
	padding: .5em 10px;
	font-size: 1em;
	text-align: center;
	background: #ffa514;
}
.front-page-header #quick-contact .contact-btn:hover {
	font-weight: 400;
	background: #ffb847;
}
.front-page-header #call-btn {
	display: none;
}
.front-page-header #header-mid-row {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 2%;
	text-transform: uppercase;
	font-family: "Quicksand", serif;
	font-size: 3.5em;
	line-height: 1.4em;
}
.front-page-header #header-mid-row > * {
	display: block;
}
.front-page-header #header-bottom-row {
	background: rgba(5, 21, 48, 0.5);
}
.front-page-header .menu-toggle {
	display: none;
	position: static;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0.5em 0 0.5em 31px;
	line-height: 1em;
	margin: 0;
}
.front-page-header .menu-toggle i {
	vertical-align: -25%;
}
.front-page-header #site-navigation {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
	flex-grow: 0;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-transform: uppercase;
} 
.front-page-header #primary-menu {
	-webkit-align-items: stretch;
	align-items: stretch;
	font-size: 1em;
}
.front-page-header #primary-menu > li {
	font-size: 1em;
	padding: 1em 20px;
	max-width: 200px;
	line-height: 1.2em;
	margin: 0;
}
.front-page-header #primary-menu > li:hover {
	background: rgba(255,255,255,0.2);
}
.front-page-header #primary-menu > li:last-child {
	background: none;
}
.front-page-header #primary-menu > li:last-child:hover {
	background: rgba(255,255,255,0.2);
}
.front-page-header #scroll {
	position: absolute;
	right: 31px;
	bottom: 2em;
}
.front-page-header #scroll i {
	margin-right: 5px;
}

@media screen and (max-width: 900px) {
	.front-page-header #site-navigation {
		display: block;
	}
	.front-page-header #primary-menu {
		display: none;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		bottom: 2.5em;
		left: 0;
		background: rgba(5, 21, 48, 0.9);
	}
	.front-page-header #primary-menu > li {
		border: none;
		border-bottom: solid 1px #fff;
		text-align: left;
		width: 100%;
		max-width: none;
	}
	.front-page-header .menu-toggle {
		display: block;
	}
	.front-page-header #scroll {
		font-size: 1em;
		bottom: 0.5em;
	}
	.front-page-header .main-navigation ul ul {
		bottom: unset;
		top: 100%;
		display: block;
	}
	.front-page-header .main-navigation ul ul > li {
		display: block;
		width: 100%;
	}
	.front-page-header #header-top-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.front-page-header #quick-contact {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
}
@media screen and (max-width: 500px) {
	.front-page-header #header-top-row {
		padding: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.front-page-header .site-branding {
		padding-top: 2px;
		padding-left: 3px;
	}
	.front-page-header #quick-contact {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0;
		padding: 0;
	}
	.front-page-header #quick-contact .contact-btn {
		margin: 0;
	}
	.front-page-header #header-mid-row {
		font-size: 2.5em;
	}
	.front-page-header #phone-number {
		display: none;
	}
	.front-page-header .contact-btn {
		border: solid 1px #fff;
	}
	.front-page-header #call-btn {
		display: inline-block;
	}
	.front-page-header #primary-menu > li {
		padding-left: 32px;
	}
	.front-page-header .menu-toggle {
		padding-left: 5px;
	}
	.front-page-header #scroll {
		right: 5px;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	font-size : 0.9em;
	line-height: 1.5;
	background: #0e2f5b;
}
.site-footer > * {
	padding: 0px 5px;
}
#footer-top-row {
	width: 100%;
	text-align: center;
	font-family: "Fjalla One", sans-serif;
	font-size: 1.7em;
	padding: 0.25rem 0;
}
#footer-mid-row {
	width: 100%;
	max-width: 900px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding-top: 10px;
}
#footer-mid-row > * {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 5px;
	width: 325px;
}
#footer-mid-row address li {
	margin-bottom: 7px;
}
.footer-header {
	text-transform: uppercase;
}
.region {
	display: inline-block;
	width: 150px;
}
.site-footer .phone-number {
	font-family: "PT Mono", monospace;
}
.site-footer .email {
}
.site-footer .bottom-row {
	font-size: 0.9em;
}
.site-footer address ul {
	margin: 0;
}
#footer-bottom-row {
	padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
	#header-bottom-row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#quick-contact {
		width: 100%;
	}
	#quick-contact > * {
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#phone-number {
		display: none;
	}
	.contact-btn {
		-webkit-flex-basis: 50%;
		-ms-flex-basis: 50%;
		flex-basis: 50%;
		border: solid 1px #fff;
		border-right-width: 0.5px;
		border-left-width: 0.5px;
		font-size: 1em;
	}
	#call-btn, #message-btn {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
.site-content, .content-area, .site-main {
	width: 100%;
}
.site-content {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-align-self: center;
	align-self: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.6;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5 {
	line-height: 1.2;
}
.site-main {
	max-width: 900px;
	margin: 0px auto;
	padding: 0 2%;
}
.front-page-main {
	padding: 0;
}
main h1, main h2, main h3, main p {
	margin-bottom: 1rem;
}
main h1, main h2, main h3 {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	margin-top: 1rem;
}
main h1 {
	font-size: 1.5em;
}
main h2 {
	font-size: 1.1em;
	clear: none;
}
main h3 {
	font-weight: 700;
}
main p {
	text-align: justify;
}
.read-more {
	text-decoration: underline;
}
figure {
	padding: 0;
	margin: 0;
}
figure img {
	width: 100%;
}
figcaption {
	font-size: 0.8em;
	text-align: center;
}
main ul {
	list-style: disc;
}

.product-excerpt, .blog-excerpt {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: solid 1px #ddd;
	padding: 5px;
	margin-bottom: 15px;
}
.product-excerpt div, .blog-excerpt div {
	min-width: 300px;
	-webkit-flex-basis: 50%;
	-ms-flex-basis: 50%;
	flex-basis: 50%;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.product-excerpt h2, .blog-excerpt h2 {
	background: none;
	color: inherit;
	padding: 0;
}
.product-excerpt-text, .blog-excerpt-text {
	padding: 2% 3%;
}
.product-excerpt-img {
	height: 300px;
}
.product-excerpt img, .blog-excerpt-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featured-label {
	text-transform: uppercase;
	font-size: 0.9em;
}
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.front-page-main {
	width: 100%;
	max-width: none;
	margin: 0;
}
.front-page-main h2, .front-page-main h2 + p {
	width: 100%;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.front-page-main h2 {
	padding: 0;
	background: none;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.25em;
	-webkit-transition: letter-spacing 1s;
	-moz-transition: letter-spacing 1s;
	transition: letter-spacing 1.5s;
}
.front-page-main h2 a {
	display: inline;
}
.front-page-main .header-hover {
	letter-spacing: 0.2em;
}
.front-page-main h2 + p {
	padding: 0 5px;
	margin-bottom: 2rem;
}
.front-page-main p {
	margin-left: 1rem;
	margin-right: 1rem;
}
.front-page-row {
	width: 100%;
	border-bottom: solid 2px #ddd;
}
.front-page-row > * {
	width: 90%;
	margin: 0 auto;
	padding: 2rem 0 2.25rem;
}
.large-banner {
	position: relative;
	height: 80vh;
	margin-bottom: 2.25rem;
}
.large-banner > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.large-banner a {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
}
.large-banner p {
	font-size: 2.5em;
	font-family: "Fjalla One", sans-serif;
	margin: 0;
}
.large-banner p > span {
	display: block;
}
.sale-number {
	font-size: 2em;
}
.about-row .row-content {
	max-width: 700px;
}
.about-row p {
	text-align: center;
	font-size: 2em;
}
.products-row-content, .products-row-itm, .products-row-itm a, .product-label, .products-row-content img {
	margin: 0;
	padding: 0;
}
.products-row-content {
	list-style: none;
	width: 100%;
	height: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.products-row-itm {
	-webkit-flex-basis: 32.8%;
	-ms-flex-basis: 32.8%;
	flex-basis: 32.8%;
	position: relative;
	height: 400px;
	margin: 0;
	overflow: hidden;
}
.products-row-itm > a {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.product-label {
	background: rgba(75,75,75,0.6);
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	z-index: 1;
}
.products-row-itm img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-o-transition-duration: 4s;
	transition-duration: 4s;
}
.img-hover {
	transform: scale(1.2);
}
.extras-row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.extras-row > * {
	-webkit-flex-basis: 45%;
	-ms-flex-basis: 45%;
	flex-basis: 45%;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	min-width: 300px;
	margin-bottom: 1rem;
}
.expertise-row {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.expertise-row > div {
	-webkit-flex-basis: 30%;
	-ms-flex-basis: 30%;
	flex-basis: 30%;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border: solid 1px #ddd;
	padding-top: 1em;
	margin-bottom: 1rem;
	/*border-radius: 1em;*/
	overflow: hidden;
}
.expertise-row > div + div {
	margin-left: 1em;
}
.expertise-row > div > p:first-child {
	text-align: center;
	font-family: "Fjalla One", sans-serif;
	/*color: #1d57a5;*/
	font-size: 1.5em;
	/*font-weight: 700;*/
	line-height: 1.2;
}
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
	cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
}
.expertise-img {
	background: blue;
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.expertise-img img {
	position: absolute;
	width: 100%;
	top: -16.84%;
	left: 0;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.values-list + p {
	text-align: right;
}
.badges {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	margin: 1rem auto 0;
	max-width: 1000px;
}
.badges > * {
	margin: 10px 10px 0;
}
.badges > *:first-child {
	margin-left: 0;
}
.badges > *:last-child {
	margin-right: 0;
}
.badges img {
	max-height: 125px;
}
.badge {
	font-size: 0.7em;
	text-transform: uppercase;
	width: 100px;
	font-weight: 700;
}
.badge span {
	display: block;
	text-align: center;
}
.badge-circle {
	padding-top: 5px;
	font-weight: 400;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	margin: auto;
}
.badge-number {
	font-size: 4.2em;
	line-height: 1.2;
}
.yelp-badge img {
	width: 150px;
	height: 66px;
}
.green-badge {
	width: 150px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	background: #92c947;
	border-radius: 10px;
	padding: 5px 0;
	line-height: 1.5;
}
.green-badge > span {
	display: block;
}
.green-cert {
	font-size: 1.4em;
	font-weight: 700;
}

.testimonials ul {
	list-style-type: none;
	margin: 0;
}
.testimonial p:last-child {
	font-style: italic;
}
.testimonial span {
	font-weight: 700;
}

@media screen and (max-width: 900px) {
	.expertise-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.expertise-row > div {
		-webkit-flex-basis: 45%;
		-ms-flex-basis: 45%;
		flex-basis: 45%;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	.expertise-row > div:last-child {
		margin-left: 0;
	}
	.values-list {
		list-style: none;
		margin-left: 1em;
	}
	.values-list li {
		display: inline-block;
		margin-right: 1em;
		padding-right: 1em;
		border-right: solid 1px #ddd;
	}
	.values-list li:last-child {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
}
@media screen and (max-width: 500px) {
	.front-page-row > * {
		width: 100%;
	}
	.guide-link {
		margin-right: 0;
	}
	.video-link {
		padding-left: 0;
	}
	.expertise-row > div {
		-webkit-flex-basis: 90%;
		-ms-flex-basis: 90%;
		flex-basis: 90%;
	}
	.expertise-row > div + div {
		margin-left: 0;
	}
	.badges > * {
		flex-grow: 1;
	}
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

#footer-mid-row .gform_wrapper {
	margin: 0;
}
#footer-mid-row .gform_wrapper input.large,
#footer-mid-row .gform_wrapper textarea {
	width: 100%;
}
#footer-mid-row .gform_wrapper ul li.gfield {
	margin-top: 1px;
	padding: 0;
}
#footer-mid-row .gform_wrapper ul.gform_fields.left_label li.gfield {
	/*margin-top: 1px;*/
	margin-bottom: 5px;
	padding: 0;
}
#footer-mid-row .gform_wrapper label.gfield_label {
	font-weight: 400;
	margin: 0;
	padding: 0;
}
#footer-mid-row .gform_wrapper textarea.medium {
	height: 40px;
	padding: 2px;
}
#footer-mid-row .gform_wrapper .gform_footer {
	margin: 0 auto;
	padding: 0;
	width: fit-content;
}
#footer-mid-row .gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	color: #333;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
}
#footer-mid-row .gform_wrapper .gform_footer .top_label {
	margin: 0;
	padding: 0;
}
#footer-mid-row .ginput_container input {
	padding: 2px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:visited {
}

a:hover, a:focus, a:active {
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9em;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	margin-left: 5%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.front-page-header .main-navigation ul ul {
	top: unset;
	bottom: 100%;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
#primary-menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#primary-menu li {
	padding: 10px;
}
#primary-menu > li {
	margin-left: 1%;
	max-width: 150px;
	line-height: 1.2;
}
#primary-menu > li:last-child {
	background: #ffa514;
}
#primary-menu > li:last-child:hover {
	background: #ffc31e;
}
.sub-menu {
	background: #fff;
	text-align: left;
	text-transform: none;
}

/* Small menu. */
.menu-toggle {
	display: none;
	position: absolute;
	z-index: 1;
	top: 16px;
	right: 5px;
	font-size: inherit;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	padding-right: 0;
}
.menu-toggle i {
	vertical-align: -30%;
}

@media screen and (max-width: 900px) {
	.main-navigation {
		margin-left: 0;
	}
	.menu-toggle {
		display: block;
	}
	#primary-menu {
		display: none;
	}
	.main-navigation.toggled #primary-menu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#header-top-row, #primary-menu {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	#header-top-row, 
	.main-navigation, 
	#primary-menu, 
	#primary-menu > li {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	#header-top-row, 
	.main-navigation, 
	#primary-menu {
		padding: 0;
	}
	.site-branding {
		-webkit-align-self: flex-start;
		align-self: flex-start;
		padding: 5px 2px;
	}
	.main-navigation {
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		font-size: 1em;
	}
	#primary-menu > li {
		text-align: left;
		border-top: solid 1px #ddd;
	}
	#primary-menu > li:last-child {
		border: none;
                border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		color: inherit;
		background: none;
	}
	#primary-menu > li:last-child:hover {
		background: none;
		color: #67ccfc;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Flex Layout
--------------------------------------------------------------*/
.flex-cont {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/*--------------------------------------------------------------
# Sticky Header Contact Buttons
--------------------------------------------------------------*/
#sticky-contact {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20;
	opacity: 0;
}
#sticky-contact > * {
	color: #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 0.5em 1em;	
}
#sticky-contact > *:first-child {
	border-bottom-left-radius: 1em;
}
#sticky-contact.unhide {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget-title {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.galleries {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
}
.galleries, .gallery-link, .gallery-link a, .gallery-title, .galleries img {
	margin: 0;
	padding: 0;
}

.gallery-link {
	-webkit-flex-basis: 49%;
	-ms-flex-basis: 49%;
	flex-basis: 50%;
	min-width: 300px;
	height: 400px;
	position: relative;
	border: solid 1px #fff;
	overflow: hidden;
}
@media screen and (max-width: 900px) {
	.gallery-link {
		flex-basis: 100%;
	}
}
.gallery-link > a {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.gallery-title {
	color: #fff;
	background: rgba(75,75,75,0.6);
	padding: 10px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	z-index: 1;
}
.gallery-link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: transform 4s;
	-moz-transition: transform 4s;
	-o-transition: transform 4s;
	transition: transform 4s;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*NextGen Gallery*/
.ngg-galleria-parent, 
.nextgen_pro_horizontal_filmstrip, 
.ngg-galleria, 
.galleria-container, 
.galleria-stage, 
.galleria-images {
}

.galleria-image {
}
.galleria-image img {
}