/*!
Theme Name: Moynihan
Theme URI: http://underscores.me/
Author: Me
Author URI: http://Me
Description: Moynihan
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: moynihan
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.
Moynihan 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
--------------------------------------------------------------*/

/* 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: #404040;
  font-family: -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 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

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: #fff;
  outline: none !important;
}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.05);
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* 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: 0.6em 1em 0.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%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  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;
}

.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 {
  width: 200px;
}

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 64em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.custom-logo {
  object-fit: contain;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
  align-items: center;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.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 {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.post,
.page {
  margin-bottom: 0;
}

#subscribe .gform_body {
  display: inline-block;
  width: calc(100% - 144px);
  vertical-align: middle;
}
@media (max-width: 1024px) {
  #subscribe .gform_body {
    width: 100%;
  }
}

#subscribe .gf_left_third {
  width: 49% !important;
  vertical-align: middle;
  border-style: none;
  background-color: initial;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

#subscribe .gf_middle_third {
  width: 50% !important;
  padding: 0;
  padding-left: 1%;
  background-color: initial;
  border-style: none;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  #subscribe .gf_left_third,
  #subscribe .gf_middle_third {
    width: 100% !important;
    padding: 0;
    margin: 15.5px 0 !important;
  }

  #subscribe .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  #subscribe .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  #subscribe .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
  }
}

#subscribe .gfield {
  margin: 0;
}

#subscribe .gfield input {
  margin: 0;
  height: 44px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Mallory", Sans-serif;
  font-weight: 400;
}
#subscribe .gfield .ginput_container {
  margin: 0;
}

#subscribe .gfield .name_first {
  padding: 0;
}

#subscribe .gform_footer {
  display: inline-block;
  width: 140px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  #subscribe .gform_footer {
    width: 100%;
    margin: 25px auto 75px;
    text-align: center;
  }
}

#subscribe .gform_footer input {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 15.2px 0px;
  border-style: none;
  border-radius: 0;
  background-color: #1a2b3b;
  font-family: "Mallory", Sans-serif;
}
@media (max-width: 1024px) {
  #subscribe .gform_footer input {
    max-width: 450px;
    padding: 10px 0;
  }
}

#subscribe .validation_message {
  display: none;
}

#subscribe .validation_error {
  border-style: none;
  margin-bottom: 2px;
  padding: 0;
}

#subscribe .gform_wrapper .gform_heading {
  margin-bottom: 0;
}

.admin-bar #search-form {
  top: 207px;
}

.admin-bar .elementor-sticky--active #search-form {
  top: 185px;
}

@media (max-width: 1024px) {
  .admin-bar #search-form {
    top: 180px;
  }
}

@media (max-width: 428px) {
  .admin-bar #search-form {
    top: 194px;
  }
}

@media (max-width: 1024px) {
  .admin-bar .elementor-sticky--active #search-form {
    top: 173px;
  }
}
@media (max-width: 600px) {
  .admin-bar .elementor-sticky--active #search-form {
    top: 122px;
  }
}
@media (max-width: 428px) {
  .admin-bar .elementor-sticky--active #search-form {
    top: 146px;
  }
}

#search-form .elementor-search-form__container {
  background-color: initial;
  background-color: rgb(26 43 59 / 79%) !important;
}

#search-form .elementor-search-form input,
#search-form .elementor-search-form button {
  height: 75px;
  color: #ffffff;
  border-radius: 0 !important;
}

#search-form .elementor-search-form input {
  font-size: 16px;
  font-family: "Mallory", Sans-serif;
  font-weight: 400;
  padding-left: 13vw;
}

#search-form .elementor-search-form input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

#search-form .elementor-search-form button {
  width: 22%;
  border-left-style: solid;
  border-width: 1px;
  height: 60px;
  margin-top: 7px;
  background-color: initial;
  cursor: pointer;
  font-size: 18px;
  font-family: "Mallory", Sans-serif;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #search-form .elementor-search-form input,
  #search-form .elementor-search-form button {
    height: 55px;
  }
  #search-form .elementor-search-form button {
    font-size: 22px;
    font-weight: 900;
    border-style: none;
    margin-top: 0;
    height: 50px;
  }
}

.wpcf7 br {
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 36%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="submit"] {
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Mallory", Sans-serif;
  border-style: none;
  border-radius: 0;
  height: 47px;
}

.wpcf7 input[type="email"] {
  margin-left: 0.4%;
}

.wpcf7 input[type="submit"] {
  position: relative;
  font-weight: 700 !important;
  height: 47px;
  left: -4px;
}

.wpcf7 p {
  text-align: center;
}

@media (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="submit"] {
    width: 100%;
    margin: 10px 0;
    left: 0;
  }
  .wpcf7 span:first-of-type input {
    margin-top: 30px;
  }
  .wpcf7 input[type="submit"] {
    margin-top: 30px;
  }
}

#wpcf7-f2803-p2767-o2 input[type="text"],
#wpcf7-f2803-p2767-o2 input[type="email"],
#wpcf7-f2803-p2767-o2 textarea {
  border-style: none;
  background-color: #f4f5f7;
  margin: 32.5px 0;
  padding: 8px 16px;
  font-family: "Mallory", Sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #wpcf7-f2803-p2767-o2 input[type="text"],
  #wpcf7-f2803-p2767-o2 input[type="email"],
  #wpcf7-f2803-p2767-o2 textarea {
    margin: 15px 0;
  }
}

#wpcf7-f2803-p2767-o2 textarea {
  height: 308px;
  resize: none;
}

#wpcf7-f2803-p2767-o2 input[type="text"],
#wpcf7-f2803-p2767-o2 input[type="email"] {
  width: 100%;
}

#wpcf7-f2803-p2767-o2 input[type="text"].half-field {
  width: 48.7%;
}

#wpcf7-f2803-p2767-o2 input[type="text"].half-field.left {
  margin-right: 1%;
}

#wpcf7-f2803-p2767-o2 input[type="text"].half-field.right {
  margin-left: 1%;
}

@media (max-width: 767px) {
  #wpcf7-f2803-p2767-o2 input[type="text"].half-field {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #wpcf7-f2803-p2767-o2 textarea {
    height: 205px;
  }
}

#wpcf7-f2803-p2767-o2 .wpcf7-cancel,
#wpcf7-f2803-p2767-o2 .wpcf7-submit {
  float: right;
  padding: 14px 24px;
  border-style: none;
  height: 47px;
  margin-left: 1.5%;
  font-family: "Mallory", Sans-serif;
  font-size: 14px !important;
}

#wpcf7-f2803-p2767-o2 .wpcf7-cancel {
  background-color: #dedfe0;
  color: #131415;
  font-weight: 700;
}
@media (max-width: 767px) {
  #wpcf7-f2803-p2767-o2 .wpcf7-cancel {
    width: 100%;
    margin-top: 0;
  }
  #wpcf7-f2803-p2767-o2 .wpcf7-submit {
    margin-bottom: 10px;
  }
  #wpcf7-f2803-p2767-o2 .ajax-loader {
    display: none;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-style: solid !important;
  border-color: red !important;
}

.wpcf7-response-output {
  border-style: solid;
  border-color: red !important;
  font-family: "Mallory", Sans-serif;
  font-size: 14px !important;
  background-color: #fff;
}

@media (max-width: 767px) {
  #wpcf7-f2803-p2767-o2 .wpcf7-response-output {
    margin-top: 146px !important;
  }
}

/* mega menu list */
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  height: 55px;
  background: #fff;
  z-index: 5;
}

@media screen and (min-width: 64em) {
  .nav-header {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    position: relative;
    height: auto;
    max-width: 1190px;
    margin: 0 auto;
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 70%;
}

@media screen and (min-width: 64em) {
  .nav-logo {
    grid-column: 1/25;
    grid-row: 1;
    max-width: 500px;
    margin: 45px auto 20px auto;
  }
}

@media screen and (max-width: 40em) {
  .nav-mega-menu-main {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    background: #1a2b3b;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: 300ms all ease;
    visibility: hidden;
    overflow: auto;
    z-index: 2;
  }
  .nav-mega-menu-main-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 63.9375em) {
  .nav-mega-menu-main {
    padding: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .nav-mega-menu-main {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 90vh;
    width: 60vw;
    background: #1a2b3b;
    border: solid #009cde;
    border-radius: 10px;
    opacity: 0;
    overflow: auto;
    transform: translate3d(-50%, -100vh, 0);
    transition: 300ms all ease;
    visibility: hidden;
    z-index: 2;
  }
  .nav-mega-menu-main-active {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    visibility: visible;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav-mega-menu-main {
    grid-column: 3/18 !important;
  }
}

@media screen and (min-width: 64em) {
  .nav-mega-menu-main {
    display: block;
    grid-column: 6/20;
    grid-row: 2;
    position: relative;
    background: transparent;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  #wpcf7-f2803-p2767-o2 .wpcf7-response-output {
    margin-top: 146px !important;
  }
}

.nav-social {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav-social {
    grid-column: 19/23 !important;
  }
}

@media screen and (min-width: 64em) {
  .nav-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 22/25;
    grid-row: 2;
  }
}

.nav-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1rem;
  min-width: 1rem;
}

.nav-social-search,
.nav-social-email,
.nav-social-insta,
.nav-social-fb,
.nav-social-wifi {
  display: flex;
}

.nav-social-item:hover .nav-social-search svg path,
.nav-social-item:hover .nav-social-wifi svg path {
  stroke: black;
}

.nav-social-item:hover .nav-social-email svg path,
.nav-social-item:hover .nav-social-insta svg path,
.nav-social-item:hover .nav-social-fb svg path,
.nav-social-item:hover .nav-social-wifi svg ellipse {
  fill: black;
}

.nav-hamburger-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 15%;
}

@media screen and (min-width: 64em) {
  .nav-hamburger-wrapper {
    display: none;
  }
}

.nav-hamburger-open,
.nav-hamburger-close {
  color: #0071bc !important;
  background: transparent !important;
  border: none !important;
  appearance: none;
  padding: 12px;
  border-radius: 10px !important;
}

.nav-hamburger-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff !important;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .nav-hamburger-close {
    display: none;
  }
}

.nav-hamburger-close .nav-icon-close {
  justify-content: flex-end;
}

.nav-search-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 15%;
}

.nav-search-toggle {
  appearance: none;
  background: none !important;
  border: none;
  border-radius: 10px !important;
  color: #0071bc !important;
  padding: 10px;
}

@media screen and (min-width: 64em) {
  .nav-search-toggle {
    border-radius: 0 !important;
    padding: 0;
  }
}

.nav-search-mobile > .nav-social-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .nav-search-mobile {
    display: none;
  }
}

.nav-search-form {
  position: absolute;
  top: 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #1a2b3b;
  padding: 8px;
}

@media screen and (min-width: 64em) {
  .nav-search-form {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
  }
}

.nav-search-form-input {
  flex: 0 1 auto;
  background: #1a2b3b;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px !important;
  color: #fff !important;
  width: calc(100% - 100px);
}

.nav-search-form-input::placeholder {
  color: #fff !important;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .nav-search-form-input {
    width: 80%;
  }
}

.nav-search-form-submit {
  appearance: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: solid;
  flex: 1 1 auto;
  width: 100px;
}

@media screen and (min-width: 40em) {
  .nav-search-form-submit {
    width: 20%;
  }
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

/* a top level navigation item in the mega menu */
.nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* first descendant link within a top level navigation item */
.nav-item > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 -1px 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all ease 300ms;
}

@media screen and (min-width: 64em) {
  .nav-item > a {
    border-bottom: 5px solid transparent;
  }
}

/* focus/open states of first descendant link within a top level 
   navigation item */
.nav-item > a:hover,
.nav-item > a:focus,
.nav-item > a.open,
.nav-item > .nav-item-current {
  border-bottom: 1px solid #009cde;
}

@media screen and (min-width: 64em) {
  .nav-item > a:hover,
  .nav-item > a:focus,
  .nav-item > a.open,
  .nav-item > .nav-item-current {
    font-weight: bold;
    border-bottom: 5px solid #009cde;
  }
}

/* open state of first descendant link within a top level 
   navigation item */
.nav-item > a.open {
  background-color: #ffffff;
  border-bottom: 1px solid #009cde;
  z-index: 1;
}

/* sub-navigation panel */
.sub-nav {
  position: absolute;
  top: 2.6rem;
  margin-top: -1px;
  padding: 1rem 0 1.5rem 0;
  background-color: #ffffff;
  width: max-content;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
}

@media screen and (min-width: 64em) {
  .sub-nav {
    max-width: 280px;
  }
}

/* sub-navigation panel open state */
.sub-nav.open {
  opacity: 1;
  visibility: visible;
}

/* list of items within sub-navigation panel */
.sub-nav ul {
  vertical-align: top;
  margin: auto;
  padding: 0;
}

/* list item within sub-navigation panel */
.sub-nav-item {
  display: flex;
  list-style-type: none;
  padding: 0;
}

.nav-parent {
  font-family: "Mallory", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.sub-nav-item a {
  font-size: 1rem;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  width: 100%;
  transition: all ease 300ms;
}

@media screen and (min-width: 64em) {
  .sub-nav-item a {
    font-weight: bold;
  }
  .sub-nav-item a:hover,
  .sub-nav-item a:focus,
  .sub-nav-item-current > a {
    background: #55595c;
    color: #fff !important;
  }
}

.nav-hamburger {
  display: none;
}

.nav-icon-hamburger,
.nav-icon-close {
  display: flex;
}

.menu-icon-caret,
.menu-icon-close,
.menu-icon-hamburger {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .nav-menu {
    background: #1a2b3b;
  }
  .nav-item {
    flex: 0 1 100%;
  }
  .nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff !important;
    width: 100%;
    padding: 1rem 0;
    background: transparent;
  }
  .nav-item > a.open {
    background-color: transparent;
  }
  .nav-item > a {
    border-bottom: 1px solid #ffffff;
  }
  .nav-item-current {
    border-bottom: 1px solid #009cde;
  }
  .nav-item:last-of-type > a {
    border: none;
  }
  .nav-item:last-of-type .sub-nav.open {
    border-bottom: 1px solid transparent;
  }
  .sub-nav {
    top: auto;
    border: none;
    width: 100%;
    max-height: 0;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    z-index: 99;
  }
  .sub-nav-item a {
    padding: 1rem;
  }
  .sub-nav.open {
    position: relative;
    border-bottom: 1px solid #fff;
    max-height: 100vh;
  }
  .sub-nav-group {
    display: none;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: all ease-in 300ms;
  }
  .sub-nav.open > .sub-nav-group {
    display: block;
    opacity: 1;
  }
  .nav-hamburger {
    display: block;
  }
  .menu-icon-caret,
  .menu-icon-close,
  .menu-icon-hamburger {
    display: flex;
  }
}

button,
[role="button"],
input[type="submit"] {
  cursor: pointer;
}

a:focus,
button:focus,
input:focus,
[role="button"]:focus,
[tabindex="0"]:focus {
  outline: solid currentColor !important;
  z-index: 1;
}
/* Footer */
.footer-mth {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer-container {
    max-width: 1155px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 29.999%;
    margin: 0px;
    padding: 0px 50px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: auto;
    padding-bottom: 15px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    width: 75%;
    max-width: 500px;
    margin-left: -20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    border-left: 1px solid #000;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-logo img {
    display: box;
    box-pack: center;
    box-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer-first-section {
    min-height: 100px;
    display: flex;
    align-items: center;
  }
}
.footer-logo {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .map-overhead {
    width: 50%;
    margin: auto;
    padding: 0;
    position: relative;
    text-align: center;
    display: block;
  }
}
.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icons:not(:last-of-type) {
  margin-right: 1rem;
}

.footer-icons .nav-social-email svg {
  width: 35px;
  height: 35px;
}

.footer-icons .nav-social-insta svg,
.footer-icons .nav-social-fb svg {
  width: 23px;
  height: 23px;
}

.footer-icons .nav-social-wifi svg {
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 768px) {
  .footer-images {
    width: 30px;
    height: 30px;
    filter: invert(45%) sepia(97%) saturate(1413%) hue-rotate(165deg)
      brightness(90%) contrast(101%);
  }
}
@media only screen and (max-width: 767px) {
  .footer-images {
    width: 50px;
    height: 50px;
    filter: invert(45%) sepia(97%) saturate(1413%) hue-rotate(165deg)
      brightness(90%) contrast(101%);
  }
}
.footer-images:hover {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%)
    contrast(104%);
}
.footer-address {
  color: #131415;
  font-family: "Mallory", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
}
.top-address {
  padding-top: 20px;
}
.bottom-address {
  padding-bottom: 20px;
}
.footer-text {
  color: #131415;
  font-family: "Mallory", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .footer-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-text {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-block {
    display: inline;
    width: 29.999%;
    margin: 0px;
    padding: 30px 50px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-block {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 974px) {
  .footer-menu-row {
    display: inline;
    width: 75%;
    margin: 0 0 0 55px;
    padding-left: 25px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 973px) {
  .footer-menu-row {
    display: inline;
    width: 75%;
    padding-top: 25px;
    margin: 0 0 0 55px;
  }
}
@media only screen and (min-width: 974px) {
  .footer-menu-block {
    display: inline-block;
    width: 24%;
    margin: 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 973px) {
  .footer-menu-block {
    display: inline-block;
    width: 24%;
    margin: 0 0 0 25px;
    padding-right: 10px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) and (max-width: 973px) {
  .footer-menu-two {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu-block {
    padding-left: 6%;
    vertical-align: top;
  }
}
.footer_menus {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.footer_menu .menu-item,
.footer_menu .menu-item,
.footer_menu .menu-item,
.footer_menu .menu-item {
  padding-bottom: 10px;
}
.footer_menu a,
.footer_menu a,
.footer_menu a,
.footer_menu a {
  color: #131415;
  padding: 0 0px 0px 0px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.footer-nav-title {
  color: #131415;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-address,
  .footer-text {
    text-align: center;
  }
}
img:focus {
  outline: 2px solid blue;
}
/* Copyright */
@media only screen and (min-width: 953px) {
  #copyright {
    background-color: #1a2b3be8;
    width: 100%;
    height: 45px;
    padding-top: 10px;
    margin-top: 100px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 952px) {
  #copyright {
    background-color: #1a2b3be8;
    width: 100%;
    height: 75px;
    padding-top: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    background-color: #1a2b3be8;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }
}
.copyright-container {
  max-width: 1155px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 869px) {
  .copyright-left {
    float: left;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 868px) {
  .copyright-left {
    float: left;
    width: 60%;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .copyright-text-left {
    display: inline;
    vertical-align: middle;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-text-left {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 820px) {
  .copyright-right {
    float: right;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 770px) and (max-width: 819px) {
  .copyright-right {
    float: right;
    margin-right: 30px;
    margin-top: -50px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  .copyright-right {
    text-align: center;
  }
}
#menu-footer-blue .menu-item {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-footer-blue a {
  vertical-align: middle;
  color: #fff;
  font-family: "Lato", Sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-decoration: none;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  #menu-footer-blue {
    margin: 0;
    padding: 0;
  }
}
/* Back To Top */
#backupthepage {
  display: none;
  color: black;
  appearance: none;
  width: auto !important;
  padding: 12px 24px;
  z-index: 98;
  float: right;
}
@media only screen and (max-width: 767px) {
  #backupthepage {
    margin: 0 1rem 1rem 0;
  }
}
#backupthepage.showbackupthepage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#backupthepage .nav-arrow-circled {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .backup-block {
    display: block;
    position: absolute;
    top: 70%;
    left: 0;
    right: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .backup-block {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.back {
  color: #131415;
  font-size: 12px;
  font-weight: 700;
  font-family: "Mallory", Sans-serif;
  display: block;
  text-align: center;
}
/* Homepage slider */
#slider-container .current-slide-count, button.slick-prev.slick-arrow, .count-separator, .total-slide-count, button.slick-next.slick-arrow {
    background-color: transparent !important;
    padding-bottom: 1px;
}
@media only screen and (min-width: 769px) {
.elementor-slick-slider .pafe-slider-builder .slick-next {
    color: #131415;
    bottom: 0px;
    top: 95%;
	left: 95%;
	}}
@media only screen and (max-width: 768px) {
.elementor-slick-slider .pafe-slider-builder .slick-next {
    color: #131415;
    bottom: 0px;
    top: 95%;
	right: 15%;
		height: 30px;
	}}
@media only screen and (min-width: 769px) {
#slider-container button.slick-prev.slick-arrow {
    color: #131415;
    bottom: 0px;
    top: 95%;	
	left: 85%;
	}}
@media only screen and (max-width: 768px) {
#slider-container button.slick-prev.slick-arrow {
    color: #131415;
    bottom: 0px;
    top: 95%;	
	left: 75%;
	height: 30px;
	}}
.elementor-slick-slider .pafe-slider-builder .slick-prev {
	background-color: transparent !important;
}
/* Signup Form */
.wpcf7 p {
    text-align: left;
}
@media only screen and (min-width: 753px) {
.namelabel, .emaillabel {
	margin-top: -35px !important;
	position: absolute;
}	
}
@media only screen and (max-width: 752px) {
.namelabel, .emaillabel {
	float: left !important;
}	
}
/* wifi icon background */
.st0 {
  filter: opacity(0%) !important;
}
/* hide old header */
.elementor-18 .elementor-element.elementor-element-23b98c4:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-23b98c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	display: none;
}
.elementor-18 .elementor-element.elementor-element-56c7022:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-56c7022 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	display: none;
}
/* footer top space */
.footer-mth {
	padding-top: 80px;
}
/* changes breadcrumb blue */
a.elementor-button-link.elementor-button.elementor-size-xs {
	color: #0071bc !important;
}
.elementor-button-link:focus {
  outline: dashed currentColor !important;
  outline-offset: -5px;
}