/*!
Theme Name: Looking Up
Theme URI: https://lookingupgaragedoors.com/
Author: Boom Visibility
Author URI: https://www.boomvisibility.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: looking-up
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.

Looking Up is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Site Colors:

   Primary Color: #122570
   Secondary Color: #F37D19
   Tertiary Color: #1DB0EC
   Dark Background Color: #242134


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #4C4A5A;
	font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Archivo Narrow', sans-serif;
	margin: 0;
	margin-block-start: .5rem;
    margin-block-end: 1rem;
	line-height: 1.2;
}

h1 {
	font-size: clamp(30px, 5.5vw, 70px);
}
h2 {
	font-size: clamp(24px, 3.5vw, 52px);
}
h3 {
	font-size: clamp(20px, 3vw, 36px);
}
h4 {
	font-size: clamp(18px, 1.75vw, 24px);
}
h5 {
	font-size: clamp(16px, 1.5vw, 20px);
}
h6 {
	font-size: clamp(15px, 1.25vw, 18px);
}

p {
	margin-block-start: 0;
    margin-block-end: .9rem;
	letter-spacing: 0.75px;
	font-size: 16px;
}

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

blockquote {
	padding: 1.5em;
    border-left: 5px solid #160D4E;
    margin: 1.5em 0;
}
blockquote h5 {
	text-align: right;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F2F1F0;
}

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

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
	font-size: 16px;
	line-height: 1.6;
}
.entry-content ul {
	list-style: none;
}
.entry-content ul li:before {
	content: "\2022";
    color:#1FB0EC;
    display: inline-block;
    width: 1em;
    margin-left: -0.75em;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

.textalign-center {
 text-align: center;
}
.textalign-right {
 text-align: right;
}

/* Links
--------------------------------------------- */
a, a:visited {
	color: #160D4E;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.entry-content a,
a:hover,
a:focus,
a:active {
	color: #F28E00;
}

.entry-content a:hover {
	color: #160D4E;
}

a:focus {
	outline: thin dotted;
}

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

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	width: 100%;
}

th,
td {
	padding: 12px 15px;
	text-align: left;
}

th {
	background: #122570;
	color: #fff;
}

tr:nth-child(even) {
	background: #F2F1F0;
}

/* Forms
--------------------------------------------- */
button,
a.button,
li.button a,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.wp-block-post-excerpt__more-link {
	display: inline-block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: clamp(15px, 1.6vw, 20px);
	font-weight: 500;
	border-radius: 26px;
	background-color: #F27D1A;
	color: #fff;
	border: 1.5px solid #fff;
	line-height: 1;
	padding: 10px 20px;
	transform: scale(0.98);
}
a.button.schedule {
	font-size: clamp(18px, 2vw, 26px);
	transform: scale(0.98);
}

button:hover,
a.button:hover,
li.button a:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.wp-block-post-excerpt__more-link:hover {
	background-color: #122570;
	color: #fff;
	transform: scale(1);
}

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"],
select,
textarea {
	background: transparent;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: clamp(15px, 1.6vw, 18px) !important;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #FBD7B8;
	border-radius: 0px;
	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;
}

textarea {
	width: 100%;
}
.wp-block-post .wp-block-post-excerpt__more-text {
	margin: 1em 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.container {
	margin: 0 auto;
	max-width: 90%;
}
.flex-container {
	display: flex;
	flex-wrap: wrap; }
.flex-center, section.flex-center .flex-container {align-items: center;}
.flex-top {align-items: flex-start;}
.flex-between {justify-content: space-between;}
.justify-center {justify-content: center;}
.flex-container.flex-2 > *, .flex-container.flex-3 > *, .flex-container.flex-4 > * {flex-basis: 100%;}
.mobile-reverse .flex-container{flex-direction: column-reverse;}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
  overflow: hidden;
  margin: 0;}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site-branding {flex-basis: 150px;}
#site-navigation {flex-basis: calc(100% - 300px);}
@media(min-width: 767px){
	.site-branding {flex-basis: 300px;}
	.flex-container.flex-4 > * {flex-basis: 48%;}
	.flex-container.flex-4.flex-flush > * {flex-basis: 50%;}
}
@media(min-width: 1025px) {
	.flex-container.flex-2 > * {flex-basis: 48%;}
	.flex-container.flex-3 > * {flex-basis: 31%;}
	.flex-container.flex-4 > * {flex-basis: 24%;}
	.flex-container.flex-2.flex-flush > * {flex-basis: 50%;}
	.flex-container.flex-3.flex-flush > * {flex-basis: 33.33333%;}
	.flex-container.flex-4.flex-flush > * {flex-basis: 25%;}
	.mobile-reverse .flex-container{flex-direction: row;}
	.flex-reverse {flex-direction: row-reverse;}
	#site-navigation {
		flex-basis: 75%;
	    display: flex;
        align-items: center;
        justify-content: space-between;}
}

@media(min-width: 1250px){
	.container {max-width: 1200px;}
}

/* Home Page */
.hero-image {
	background-position: center;
	background-size: cover;
    padding: clamp(100px, 15vw, 220px) 0 0 0;
	background-color: rgba(25, 25, 77, 0.3);
    background-blend-mode: multiply;
}
.hero-image .container {
	max-width: 100%;
}
.hero-image .left-side, .hero-image .right-side {
	flex-basis: 100%; }
.hero-image .left-side {
	padding:clamp(30px, 5vw, 50px);
	margin-bottom: clamp(30px, 5vw, 50px);}
.hero-image .right-side {
	margin-bottom: -3px;
    line-height: 1;
}
.hero-image a.button {
    font-size: 26px;
    display: block;
    position: relative;
    z-index: 99;
    text-align: center;
    border-radius: 36px;
    width: 83%;
}
.form-container{
    background: #F27D1A;
	border: 1px solid #fff;
	color: #fff;
    padding: 30px;
	width: 100%;
	border-radius: 22px;
	position: relative;
    z-index: 99;
}
.form-container ::placeholder, .form-container .gform_wrapper.gravity-theme .gfield select{
	color: rgba(255,255,255,0.71);
	font-weight: 300;}
.form-container .gform_wrapper.gravity-theme .gfield select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
.form-container .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
	background: #fff;
	color: #F27D1A;
	transform: scale(0.98);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.form-container .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full:hover {
	background: #FFB700;
	transform: scale(1);
	color: #fff;
}
.entry-content .form-container h2 {
	color: #fff;
	font-size: clamp(20px, 3vw, 34px);
	text-align: left;
	margin: 0 0 20px 0;
}
.hero-image h1 {
	color: #fff;
	font-size: clamp(40px, 6.5vw, 85px);
	line-height: 1;
	margin-bottom: 10px;
    mix-blend-mode: luminosity;}
.hero-image h2 {
	font-size: clamp(20px, 3.5vw, 44px);
	font-family: 'Yellowtail', cursive;
 	color: #fff;
 	font-weight: 400;
}
.hero-text {
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: clamp(15px, 1.6vw, 20px);
	margin-bottom: 30px;
	line-height: 1.2;
}
.form-container .gform_wrapper.gravity-theme .ginput_container_address span.address_zip {
	flex-basis: 100%;
}
.form-container .gform_wrapper.gravity-theme .ginput_container_address.has_street span.address_zip {
	margin-top: 8px;
}
.form-container h2 {
	color: #fff;
	font-size: clamp(20px, 3vw, 34px);
	text-align: left;
	margin: 0 0 20px 0;
}
section.about-section {
	background: #232134;
	color: #fff;
	position: relative;
	padding: clamp(35px, 5vw, 75px) 0 0 0;
}
section.about-section h2.section-header {
	color: #fff;
}
section.about-section .section-subheader {
	color: #1FB0EC;
}
section.styles-section {
    padding: 25px 0 clamp(35px, 5vw, 75px) 0;
}
section.about-section .about-icon {
	position: absolute;
	bottom: -65px;
    left: -65px;
    max-width: 300px;
}
section.about-section .about-icon img{
	max-width: 150px;
	margin: 0 auto;
	opacity: 0.2;
}
section.about-section .about-icon:before {
	content: '';
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #1FB0EC;
    position: absolute;
    bottom: -250px;
    z-index: -1;
    left: -65px;
	opacity: 0.2;
}
section.about-section .container {max-width: 100%;}
.about-section .left-side {
	position: relative;
}
.about-section .left-side:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/about-background.svg);
	background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.about-section .left-side-image {
    background-size: cover;
    background-position: center;
    height: 0;
    padding-bottom: 68%;
    width: 100%;
	position: relative;
}
section.about-section .container .right-side {padding: clamp(35px, 5vw, 75px);}
.button-container {
    margin-top: clamp(15px, 2vw, 25px);
}
.services-section {
	padding: clamp(35px, 5vw, 75px) 0 0 0;
	background-color: #1FB0EC;
}
.services-section:after {
	content: '';
	background-image: url(images/service-background.png);
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 0;
    padding-bottom: 27%;
	margin-top: -6%;
}
.section-subheader {
 	font-size: clamp(24px, 3vw, 37px);
 	font-family: 'Yellowtail', cursive;
 	line-height: 1;
	margin-bottom: 0px;
}
.services-section .section-subheader {
	color: #122570;
}
h2.section-header {
	color: #160D4E;
	margin: 0 0 clamp(25px, 3vw, 50px) 0;
}
.services-header h2.section-header {
	color: #fff;
}
.service h3 {
	color: #fff;
	font-weight: 400;
 	font-size: clamp(30px, 3vw, 40px);
 	margin: 0;
}
.service h3 a {color: #fff;}
.service-item {
	background-color: #122570;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;}
.service-image {
	width: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    height: 0;
    padding-bottom: 83%;
}
.service-content {
    flex-basis: 67%;
    padding: clamp(15px, 2vw, 30px) 10px;
}
.service {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.styles-section {
	background: #242134;
}
.styles-section .section-description {
	padding: 0 0 clamp(35px, 5vw, 75px) 0;
	max-width: 850px;
    margin: 0 auto;
}
.styles-section .section-description p {
	color: #fff;
}
.styles-section .section-description p a {
	color: #F37D19;
	text-decoration: none;
}
section.transition {
	margin-top: -43px;
	min-height: 43px;
    position: relative;
    z-index: 100;}
.transition-section {
    position: absolute;
    width: 100%;
    padding-bottom: 19%;
    background-size: cover;
    bottom: 0;
    left: 0px;
}
.styles-section h2.section-header {
	color: #1FB0EC;
}
.styles-section .section-subheader {
	color: #fff;
}
.style-image {
   	width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
    margin-top: -100px;
}
.style-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 125px;
}
.style-item h3 {
	font-weight: 400;
	color:#160D4E;
}
@media(min-width: 767px) {
	.hero-image .left-side {flex-basis: 40%;margin: 0;padding: 0 0 75px 35px;}
	.hero-image .right-side {
		flex-basis: calc(55% + 16vw);
        margin-left: -16vw;
    	margin-bottom: 0px;
		position: relative;}
	.hero-image .right-side img {
		max-width: 100%;
		position: absolute;
		bottom: -10px;
		right: 0;
		margin: auto;
	}
}
@media(min-width: 1025px) {
	.about-section:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background-image: url(images/about-background.svg);
		background-size: contain;
    	background-position: bottom left;
    	background-repeat: no-repeat;
	}
	.about-section .left-side:before {display: none;}
	section.about-section .about-icon img, section.about-section .about-icon:before{opacity: 1;}
	.about-section .left-side .left-side-container {
    	max-width: 800px;
    	position: absolute;
    	bottom: 0;
   	 	right: 0;
    	width: 100%;}
	.about-section .left-side-image {
    	position: absolute;
    	bottom: 0; }
}

@media(min-width: 1168px) {
	.hero-image .container {max-width: 100%;}
	.hero-image .left-side {flex-basis: 45%;padding: 0 0 clamp(45px, 5vw, 75px) calc(50% - 570px);}
	section.about-section .container .right-side {padding: 0 calc(50% - 570px) 75px 0;}
	.hero-image .right-side {
		flex-basis: calc(55% + 16vw);
        margin-left: -16vw;
    }
}

/* Default Page */
section.title-hero {
    text-align: center;
    color: #fff;
    padding: clamp(100px, 15vw, 220px) 0 clamp(70px, 10vw, 125px) 0;
    background-position: center;
    background-color: rgba(36, 33, 52, 0.8);
    background-blend-mode: multiply;
	background-size: cover;
}
section.title-hero a {
	color: #F28E00;
	text-decoration: none;
}
.title-hero .section-subheader {
	font-family: 'Yellowtail', cursive;
	color: #1DB0EC;
	font-size: clamp(24px, 3vw, 37px);
	margin-bottom: 0;
}
h1.title-hero__subtitle {
	font-size: clamp(30px, 4vw, 52px);
	margin: 0;
}
article.page {
    padding: clamp(35px, 5vw, 75px) 0 0 0;
	background: #fff;
}
article.default-page,
article.post,
article.portfolio {padding: clamp(35px, 5vw, 75px) 0;}
article.page#post-2163 {
	padding-top: 0;
}
.entry-content h2 {
	font-size: clamp(24px, 3.3vw, 44px);
	color: #160D4E;
}
section.section-styles .entry-content p a:not(.button) {
	color: #F37D19;
}
.posts-container.style-container {
	padding: 0;
}
.top-transition:after {
	content: '';
	background-image: url(images/top-transition.jpg);
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 0;
    padding-bottom: 27%;
}

/* Blog Page */
.posts-container {
	padding: clamp(35px, 5vw, 75px) 0;
}
.box {
	background: #fff;
	margin-top: 0px;
	margin-bottom: clamp(30px, 5vw, 50px);
	border-radius: 8px;
	position: relative;
}
h2.box-title {
	font-size: clamp(20px, 3vw, 36px);
	font-weight: 400;
	color: #160D4E;
}
.box-image {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 66%;
    background-size: cover;
	background-position: center;
    margin-left: 15px;
    margin-top: 15px;
}
.box-body {
	padding: clamp(15px, 2.5vw, 25px);
}
.box-content {
    margin: 15px 0 0 0;
    padding-bottom: 75px;
}
.box.no-link .box-content {
	padding-bottom: 0;
}
.read-more {
	position: absolute;
	bottom: 0;
	left: clamp(15px, 2.5vw, 25px);
	right: 0;
	padding: 20px 0;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: clamp(15px, 1.25vw, 18px);
	border-top: 1px solid #F28E00;
	width: calc(100% - clamp(30px, 5vw, 50px));
	color: #F28E00;
}
.read-more:visited {
	color: #F28E00;
}
span.cat-links, span.tag-links, span.edit-link{display: block;}
footer.entry-footer {
	margin-top: clamp(30px, 5vw, 50px);
	padding: clamp(15px, 2.5vw, 25px) 0 0 0;
	border-top: 1px solid #160D4E;
}
div#comments {
    background: #fff;
    padding: clamp(15px, 3vw, 30px);
	margin-bottom: clamp(30px, 5vw, 50px);
}
@media(min-width: 1025px) {
	.posts-container .flex-container.flex-3 > * {
        flex-basis: 32.3333%;
    }
}

/* Single Posts */
.single h1.title-hero__title {font-size: clamp(30px, 4vw, 52px);}
.single main#primary {background: #fff;}

/* Portfolio Page */
.portfolio-header {
	padding: clamp(20px, 5vw, 40px) 0;
}
.portfolio-header .flex-container.flex-4 > * {
    background: #eaeaea;
    padding: 20px;
    border-radius: 8px;
	margin-bottom: 8px;
}
.portfolio-header p {
	color: #160D4E;
	font-size: clamp(15px, 2vw, 20px);
	line-height: clamp(22px, 2.5vw, 29px);
	margin-block-end: 0;
}
.portfolio-header h2 {
	font-size: clamp(20px, 3vw, 36px);
	line-height: 1;
	font-weight: 400;
	color: #160D4E;
	margin: 0;
}

@media(min-width: 767px) {
	.portfolio-images .flex-between {
		justify-content: center;
	}
	.portfolio-images .flex-3.flex-between > a {
		flex-basis: 48%;
		margin: 1%;
	}
}

@media(min-width: 1025px) {
	.portfolio-images .flex-3.flex-between > a {
		flex-basis: 31%;
	}
}

/* Header */
header#masthead {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

/* Footer */
.site-footer {
	position: relative;
	padding: 0 0 35px 0;
}
.footer-top {
    max-width: clamp(300px, 30vw, 425px);
   	margin: -50px auto 0 auto;
    padding: 0;
}
.social-links {
    margin: 15px auto;
}
p.copyright {
    font-size: clamp(12px, 1.3vw, 15px);
    text-align: center;
    color: #160D4E;
}
p.copyright a {
	color: #F28E00;
	text-decoration: none;
	margin: 0 5px;
}
.copyright .separator:first-of-type {
	display: none;
}
.copyright .separator {
	margin: 0 5px;
}
ul.footer-links {
	list-style: none;
	padding: 0;
}
ul.footer-links li {
    line-height: 2;
}
ul.footer-links li, .footer-text p {
	font-family: 'Archivo Narrow', sans-serif;
	color: #160D4E;
	font-size: clamp(15px, 1.5vw, 20px);
}
div.social-links a.social {
    background-color: #160D4E;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
div.social-links a.social:hover {
	background-color: #F28E00;
}
div.social-links a.social .dashicons{
	line-height: 30px;
}
.address.flex-container span {margin-right: 10px;}
@media(min-width: 767px) {
	.social-links {
    	margin: 0px;
	}
	.footer-phone p, .footer-text p.address {margin: 0;}
	ul.footer-links {
		column-count: 2;
	}
	.footer-info.flex-3 > * {flex-basis: 31%; }
}
@media(min-width: 1025px) {
	.footer-top {
   		margin: clamp(-145px, -11vw, -40px) 0 0 0;
	}
	ul.footer-links {
		column-count: 3;
		column-gap: 2.5vw;
		margin-left: 0px;
	}
}

/* CTAs */
section.service-area {
	position: relative;
	background-color: #F27D1A;
	color: #fff;
	overflow: hidden;
	padding: clamp(35px, 5vw, 75px) 0 clamp(75px, 10vw, 125px) 0;
}
section.service-area:after {
	content: '';
	position: absolute;
	width: 100vw;
    height: 32vw;
    bottom: clamp(-500px, -21vw, -100px);
	background-image: url(images/yellow-dots.png);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
section.service-area .container{position: relative;z-index: 10;}
section.service-area .flex-container {
	padding: 15px;
	background-color: #122570;
	border-radius: 8px;
}
section.service-area .section-subheader {
	color: #122570;
}
section.service-area .right-side {margin-top: clamp(15px, 2.5vw, 25px);}
section.service-area .flex-container .service-area-map iframe,
section.service-area .flex-container .service-area-map img {border-radius: 8px;}
section.service-area .flex-container.flex-2 > .service-area-icon {
	position: absolute;
    right: 0;
    top: 0;
}
.service-area-icon img {
  	max-width: 25%;
}
section.section.section-styles.service-area .flex-container p {
	line-height: 1;
	margin: 0;}
ul.service-area-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media(min-width: 767px) {
	section.service-area .flex-container.flex-2 > .service-area-icon {
		flex-basis: 20%;
   	 	margin-left: -25%;
    	margin-right: -10%;
		position: relative;
	}
	.service-area-icon img {
  		max-width: 222px;
	}
}

ul.service-area-links li {
    line-height: 2;
    display: flex;
    align-items: center;
}
.entry-content ul.service-area-links li:before {
	content: '';
	width: 0;
	margin-left: 0;
}
ul.service-area-links li span {
	color: #1FB0EC;
	margin-right: 10px;}
ul.service-area-links li a {
	color: #fff;
}
ul.service-area-links li a:hover {
	color: #1FB0EC;
}
section.service-area .button-container {
	margin: clamp(45px, 7vw, 85px) 0 clamp(25px, 3.5vw, 50px) 0;
}
.cta-content {
    flex-basis: 100%;
}
.cta-content .section-subheader {
	color: #1FB0EC;
}
section.cta-section {
	position: relative;
    background-size: cover;
	background-position: center;
	background-color: #373841;
	background-blend-mode: soft-light;
	padding: clamp(35px, 5vw, 75px) 0 clamp(75px, 10vw, 125px) 0;
	color: #fff;
	overflow: hidden;
}
h2.cta-header {
	font-size: clamp(22px, 3.3vw, 40px);
	font-weight: 400;
	max-width: 700px;
	padding: clamp(20px, 2.5vw, 30px);
	margin: 0 auto;
}
.cta-form {flex-basis: 100%;}
.cta-image {
    max-width: 225px;
	margin: 0 auto;
}

/* Floating CTA */

.float-cta {
	position: fixed;
	bottom: -80px;
	background: #F27D1A;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 15px 15px 0 0;
	background-repeat: no-repeat;
	box-shadow: -10px 10px 10px rgba(0,0,0,0.1);
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	width: 100%;
}
.float-cta a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	}
.float-cta.visible-cta {bottom: 0px;}
@media(min-width: 767px) {
.float-cta {
	position: fixed;
	bottom: 45%;
	background: #F27D1A;
	right: -300px;
	z-index: 999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 15px 15px 0 0;
	background-repeat: no-repeat;
	box-shadow: -10px 10px 10px rgba(0,0,0,0.1);
	transform: rotate(270deg);
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	width: 400px;
}
.float-cta.visible-cta {bottom: 0px;}
.float-cta h3 {font-size: 20px;color: #fff;max-width: calc(100% - 85px);line-height: 1;text-align: left;}
.float-cta h3, .float-cta p{display:inline-block; vertical-align: middle;margin: 0 5px;}
.float-cta.visible-cta {bottom: 45%;right: -175px;}

}

/* Town Page */
.page-template-template-town-page main#primary {
	background: #fff;
}
section.second-content {
	padding: 25px 0 clamp(75px, 10vw, 140px) 0;
	background-color: #242134;
}
section.second-content, section.second-content h2 {
	color: #fff;
}

@media(min-width: 767px) {
	.service-area-links {
		column-count: 2;
		column-gap: 20px;}
}
@media(min-width: 1025px) {
	section.cta-section {
		padding: clamp(35px, 5vw, 75px) 0 0 0;
	}
	.cta-content {
		flex-basis: 55%;
        position: relative;
        z-index: 9;
        padding-bottom: clamp(75px, 10vw, 125px);
	}
	.cta-overlay {
		position: absolute;
    	top: 70%;
    	left: calc(50% - 750px);
    	width: 750px;
   	 	height: 300px;
    	background-image: url(images/logo-background.svg);
    	background-position: center;
    	background-size: cover;
    	background-repeat: no-repeat;
	}
	.cta-form {
    	flex-basis: clamp(250px, 28vw, 400px);
	}
	section.cta-section {padding: clamp(35px, 5vw, 75px) 0;}
	section.service-area .left-side {
		flex-basis: 45%;
	}
	section.service-area .right-side {
		flex-basis: 40%;
		margin-top: 0;
	}
}

/* FAQ */
.faq {
	background: #1DB0EC;
    margin: 0 0 25px 0;
}
.faq .entry-content h2 {text-align: center; color: #fff;margin-bottom: clamp(35px, 5vw, 75px);}
.faq-header .section-subheader {
	color: #122570;
}
.question {
    padding: 20px;
    background: #122570;
	border-radius: 7px;
}
.question h3 {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: normal;
	text-transform: initial;
	color: #122570;
}
.question a {
    display: flex;
    align-items: center;

}
.question a:hover {
	color: #1DB0EC;
}
.entry-content .faq h3 a {color: #fff;}
.entry-content .faq.open h3 a:focus {outline: none;}
span.caret {
   line-height: 30px;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 20px;
    color: #1DB0EC;
    height: 30px;
    width: 30px;
    transform: rotateZ(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
}
span.caret.open, .open span.caret {
	transform: rotateZ(0deg);
	color: #fff;
}
.answer-text {
    padding: 20px 40px;
    color: #fff;
}

/* Two Column */
section.two-column {
	padding: clamp(35px, 5vw, 75px) 0;
}

/* Fifty Blocks */
a.block-button {
	position: relative;
    padding-bottom: 30%;
    height: 0;
    background-size: cover;
    color: #fff;
    text-shadow: 0px 2px 0px #000;
    margin-bottom: 4%;
}
a.block-button h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
	margin: 0;
}

/* Columns */
.columns .block-title h2 {
	color: #160D4E;
	margin: 0 0 clamp(25px, 3vw, 50px) 0;
}
.columns.styles-section .block-title h2 {
	color: #fff;
}
.columns.styles-section a {
	color: #F37D19;
	text-decoration: none;
}
.column-flex {margin-top: clamp(25px, 3vw, 50px);}

/* Team */
.team-box {
	margin-bottom: clamp(30px, 5vw, 50px);
	padding-bottom: clamp(30px, 5vw, 50px);
	align-items: start;
	border-bottom: 2px solid #fff;
}
.team-members .team-box:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.team-image {
    background-position: top center;
    background-size: cover;
	flex-basis: 100%;
	padding-bottom: 400px;
}
@media(min-width: 767px){
.team-image {
    flex-basis: 33%;
}
.team-text {
    flex-basis: 60%;
}
}
@media(max-width: 767px) {
	.left-intro, .right-intro {
		flex-basis: 100% !important;
	}
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.menu-header-menu-container {
  	position: absolute;
	left: 0;
  	width: 100%;
  	z-index: 99;
	top: 100%;
}
.main-navigation ul {
	list-style: none;
}
.main-navigation .menu-header-menu-container > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.main-navigation ul.menu > li > a {
	font-weight: 400;
	padding: 5px 20px;
	font-size: clamp(16px, 1.25vw, 18px);
	font-family: 'Archivo Narrow', sans-serif;
	display: flex;
    justify-content: space-between;
}
.main-navigation ul.menu > li > a:hover {
	color: #F28E00;
}
.site-header {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.site-header.smaller {background: #fff;box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);}
.site-header.smaller .main-navigation ul.menu#primary-menu > li > a {
	color: #160D4E;
}
.main-navigation ul.menu > li > a:hover, .main-navigation ul.menu > li.current-menu-item > a {
	color: #122570;
}
.main-navigation ul.menu > li.current-menu-item.button > a {
	color: #fff;
}
.main-navigation ul ul {
	margin-left: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
}
.main-navigation ul ul a:hover {
	background:#38557C;
	color: #fff;
}
.main-navigation ul#primary-menu > li:first-of-type{
	border-top: 1px solid #38557C42;
}
.main-navigation ul#primary-menu > li {
	border-bottom: 1px solid #38557C42;
}
.mobile-menu-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul li > .sub-menu {margin: 0;}
.main-navigation .phone-button {display: none;}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation a.button {display: inline-block;}
.menu-item-has-children a span.plus {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #122570;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transform: rotate(0deg);
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    line-height: 1;
    vertical-align: middle;
}
.menu-item-has-children a span.plus.open {
	transform: rotate(45deg);
}
.header-phone {
    text-align: center;
}
.header-phone a {
	color: #fff;
}
.phone a, .header-phone a {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: clamp(20px, 3vw, 32px);
    text-align: center;
    margin-left: 8px;
}
.site-header.smaller .header-phone a {
	color: #160D4E;
}
/* Small menu. */
.menu-toggle {
	display: block;
}
ul#utility-menu li:not(.gray-back) {
    display: none;
}
nav#site-navigation .menu-toggle {
	position: relative;
    width: 45px;
    height: 45px;
    border-radius: 0;
    border: 0px solid transparent;
    z-index: 999;
}
nav#site-navigation .menu-toggle:hover {
	background: #1DB0EC;
}
.menu-toggle .menu-bar {
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 0.25em;
	margin-top: 0.5em;
	background-color: #122570;
	position: absolute;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.menu-toggle .menu-bar:first-of-type {top: 7px;}
.menu-toggle .menu-bar:nth-child(2) {top: 14px;}
.menu-toggle .menu-bar:nth-child(3) {top: 21px;}
.toggled .menu-toggle .menu-bar:nth-child(1) {
	top: 14px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.toggled .menu-toggle .menu-bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;}
.toggled .menu-toggle .menu-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}

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

	.menu-toggle {
		display: none;
	}
	.main-navigation {
		display: inline-block;
    	width: auto;}
	.menu-header-menu-container {
		position: relative;
		margin-bottom: 10px;
		border-top: 1px solid #fff;}
	.smaller .menu-header-menu-container {
		border-top: 1px solid #160D4E;
	}
	.header-phone {text-align: right;}
	.smaller .header-phone path {
		fill: #160D4E;
	}
	.main-navigation .menu-header-menu-container > ul {
		display: flex;
		align-items: center;
		justify-content: right;
		padding: 0px;
    	margin-left: auto;
		background: transparent;
	}
	.main-navigation ul#primary-menu > li,
	.main-navigation ul#primary-menu > li:first-of-type {
		border: 0px solid transparent;
		margin-left: 10px;
	}
	.main-navigation ul.menu#primary-menu > li > a {
		padding: 12px 20px;
		font-size: clamp(12px, 1.5vw, 18px);
		color: #fff;
	}
	.main-navigation ul#primary-menu.menu > li > a:hover, .main-navigation ul#primary-menu.menu > li.current-menu-item > a {
		color: #F28E00;
	}
	ul#utility-menu li:not(.gray-back) {display: block;}
	.main-navigation ul.menu#utility-menu > li.dark > a {
		background: #003061;
	}
	.main-navigation ul#primary-menu > li.button {
		border-radius: 26px;
		background-color: #2895CE; }
	.main-navigation ul#primary-menu > li.button > a {font-weight: 700;}
	.main-navigation .menu-header-menu-container > ul#primary-menu > li > a,
	.header-phone a {
		line-height: 1;
	}
	.header-phone {
   		margin-bottom: 16px;
        justify-content: right;
	}
	.header-phone a {
		font-size: clamp(20px, 3.5vw, 39px);
		color: #fff;
	}
	.menu-item-has-children a span.plus {
		display: none;
	}
	.main-navigation ul li > .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background: #fbe7c1;
		border-top: 5px solid #163683;
		border-left: 10px solid #163683;
		border-right: 10px solid #163683;
		border-bottom: 2px solid #163683;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 140%;
		z-index: 99999;
		left: -999em;
  		transition: all .3s ease-in-out;
  		line-height: 0;
		color: transparent;}
	.main-navigation ul li > .sub-menu:before {
  		content: " ";
        position: absolute;
        left: -15%;
        right: -15%;
        background: #163683;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        top: calc(-20% - 4px);
        width: 130%;
        height: 20%;
	}
	.main-navigation ul li:hover > ul.sub-menu {
		left: auto;
		line-height: 1.5;}
	.main-navigation ul li > .sub-menu li {
		border-bottom: 2px solid #fff;
	}
	.main-navigation ul li > .sub-menu li:last-of-type {
		border-bottom: none;
	}
	.main-navigation ul li > .sub-menu li a{
		color: #160D4E;
		font-size: clamp(12px, 1.5vw, 18px);
		font-family: 'Archivo Narrow', sans-serif;
	}
	.main-navigation ul li > .sub-menu li a:hover {
		color: #fff;
		background: #F28E00;
	}
}

@media(max-width: 1025px){
	.main-navigation ul li > .sub-menu {
		display: none;
        background-color: #1DB0EC;}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.navigation {text-align: center;margin-bottom: 30px;}
.navigation ul { display: inline-block; }
.navigation li { display: inline; }

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled, .navigation a{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #160D4E;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    min-width: 10px;}
.navigation a:hover, .navigation li a:hover, .navigation li.active a {
	background-color: #F28E00;
	color: #fff;
 }

/* Forms */
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    background-color: #1FB0EC;
    color: #fff;
    border: 0 solid transparent;
	margin: 0;
    padding: 10px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: clamp(15px, 1.6vw, 20px);
}

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

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 480px) {
	.gallery-columns-3 { grid-template-columns: repeat(3, 1fr);}
}

@media (min-width: 767px) {
	.gallery-columns-4 { grid-template-columns: repeat(4, 1fr);}
	.gallery-columns-5 {grid-template-columns: repeat(5, 1fr);}
}

@media (min-width: 1025px) {
	.gallery-columns-6 { grid-template-columns: repeat(6, 1fr);}
	.gallery-columns-7 { grid-template-columns: repeat(7, 1fr);}
	.gallery-columns-8 { grid-template-columns: repeat(8, 1fr);}
	.gallery-columns-9 { grid-template-columns: repeat(9, 1fr);}
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* image gallery styles based onResponsive Lightbox by dFactory*/

.imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  top: 50%;
  touch-action: none;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, .75); /* 50 */}

.imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */}

.imagelightbox-arrow {
	padding: 0;
  	width: 28px;
  	height: 109px;
  	top: 50%;
  	transform: translateY(-50%);
 	 z-index: 9999;
  	background: transparent;
  	border: 0;
 	 position: fixed; }

.imagelightbox-arrow-left {
  background-image: url(images/left-arrow.png);
  left: 10%; }

.imagelightbox-arrow-right {
  background-image: url(images/right-arrow.png);
  right: 10%; }

.imagelightbox-arrow-left:active, .imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:active, .imagelightbox-arrow-right:hover {
  background-color: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: none;}

.imagelightbox-close {
    cursor: pointer;
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    background-color: #666;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    border-radius: 50%;
    transition: color .3s ease;}

.imagelightbox-close:hover {background-color: #111;}

.imagelightbox-close:before,
.imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

.imagelightbox-close:before {transform: rotate(45deg);}
.imagelightbox-close:after {transform: rotate(-45deg);}

/* Alignments
--------------------------------------------- */

.aligncenter, .alignright, .alignleft {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

@media(min-width: 767px) {
	.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter, .alignright, .alignleft {
	margin-top: 0;
}
}
