/*!
Theme Name: awfences
Theme URI: https://mausmediagroup.com/
Author: Maus Media Group
Author URI: https://mausmediagroup.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: awfences
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Base */
/* Underscores */
/* ***************************************** */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

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

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  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 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* General */
/* ***************************************** */
/* Fonts */
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
}

input, textarea {
  font-family: "aktiv-grotesk", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "aktiv-grotesk", sans-serif;
}

/* Hover Transition */
a, input[type="submit"] {
  transition: 0.5s ease all;
}

/* Reset Underscores Theme: Removing Padding, Margin, Outline, and Text Decoration */
a, a:hover {
  text-decoration: none;
}

a:active, a:focus, input:active, input:focus, textarea:active, textarea:focus, button:active, button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.page {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.widget {
  margin: 0;
}

.site-footer ul {
  list-style-type: none;
}

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

/* Components */
/* Header */
/* ***************************************** */
/* Header */
.site-header {
  background-color: #001c3e;
  height: 160px;
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: 0.5s ease all;
}

/* All pages, for fixed header spacing */
#content {
  padding-top: 160px;
}

/* Logo */
.site-branding img {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  transition: 0.5s ease all;
  height: 266px;
}

/* Left and Right Primary Menus */
#primary-left, #primary-right {
  text-align: center;
}
#primary-left > li > a, #primary-right > li > a {
  padding: 40px 0 35px 0;
  margin: 0 10px;
}
#primary-left > li > a:hover, #primary-right > li > a:hover {
  color: #D02030;
}

/* Main Navigation */
.main-navigation {
  text-align: center;
  /* Sub Menu */
}
.main-navigation #primary-menu {
  text-align: right;
}
.main-navigation a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-navigation li {
  float: none;
  display: inline-block;
}
.main-navigation li:last-child a {
  margin-right: 0;
}
.main-navigation .cta-btn a {
  background-color: #D02030;
  padding: 5px 15px !important;
}
.main-navigation .cta-btn a:hover {
  background-color: #fff;
  color: #001c3e;
}
.main-navigation .menu-item-has-children img {
  margin-left: 5px;
}
.main-navigation .sub-menu {
  text-align: left;
  background-color: #222;
}
.main-navigation .sub-menu .menu-item-has-children img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation .sub-menu .current-menu-item > a:after {
  content: none;
}
.main-navigation .sub-menu li a {
  padding: 25px 10px;
  width: 180px;
  margin-right: 0;
}
.main-navigation .sub-menu li a:hover {
  background-color: #D02030;
}

/* Current Item */
.current-menu-item a, .current_page_ancestor a {
  position: relative;
}
.current-menu-item > a, .current_page_ancestor > a {
  position: relative;
}
.current-menu-item > a:after, .current_page_ancestor > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  border-bottom: 2px solid #D02030;
}

/* Fixed Navigation */
.fixed-nav {
  height: 100px;
}
.fixed-nav .site-branding img {
  margin-top: 11px;
  height: 75px;
}

/* Mobile Menu */
.header-mobile {
  display: none;
}

/* Toggled */
.menu-toggle {
  padding: 0;
  background: none;
  border: none;
  float: right;
  margin: 32px 0;
}
.menu-toggle div {
  width: 42px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 11px;
}
.menu-toggle div:last-child {
  margin-bottom: 0;
}

nav.toggled .menu-main-menu-container {
  margin-top: 92px;
}
nav.toggled li {
  display: block;
  text-align: left;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .main-navigation a {
    font-size: 14px;
  }

  #primary-left > li > a, #primary-right > li > a {
    margin: 0 4px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .main-navigation a {
    font-size: 12px;
  }

  .header-mobile {
    display: block;
    background-color: #001c3e;
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  .header-mobile img {
    width: 70px;
    height: auto;
    position: absolute;
    left: 35px;
    top: 8px;
  }

  #primary-mobile {
    background-color: #00224d;
    position: fixed;
    left: 0px;
    top: 92px;
    width: 100%;
  }
  #primary-mobile li {
    display: block;
  }
  #primary-mobile .current-menu-item > a:after, #primary-mobile .current_page_ancestor > a:after {
    content: normal;
  }

  #content {
    padding-top: 92px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header {
    display: none;
  }

  .main-navigation ul {
    display: none;
  }
  .main-navigation a {
    font-size: 18px;
    padding: 12px 0 12px 38px;
    text-align: left;
  }
  .main-navigation .menu-item-has-children a {
    width: 100%;
  }
  .main-navigation .menu-item-has-children img {
    width: auto;
    margin: 0;
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-114px);
    transform: translateX(-114px);
    top: 0;
    padding: 25px 50px;
  }
  .main-navigation .sub-menu {
    background-color: #ECEDEF;
    position: relative;
    left: 0;
    float: none;
  }
  .main-navigation .sub-menu li a {
    padding: 12px 0 12px 55px;
    width: 100%;
    color: #1C2024;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Subpage */
/* ***************************************** */
article.page {
  margin-bottom: 60px;
}

.page-regular {
  color: #1A1923;
}
.page-regular .entry-header {
  font-size: 19px;
  text-align: center;
  font-weight: 700;
}
.page-regular .entry-header h1 {
  font-size: 102px;
  line-height: 1.2;
  color: #1A1923;
  font-weight: 700;
  text-transform: uppercase;
  margin: 45px 0;
}
.page-regular .entry-header img {
  margin-bottom: 65px;
}
.page-regular .entry-header h2 {
  color: #D02030;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-regular .entry-header h2:last-child {
  margin-bottom: 0;
}
.page-regular .entry-header span {
  color: #D02030;
}
.page-regular .entry-header p {
  line-height: 1.5;
  margin-bottom: 38px;
}
.page-regular .entry-header p:last-child {
  margin-bottom: 0;
}
.page-regular .entry-content {
  font-size: 18px;
}

.subpage-header {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 190px;
}
.subpage-header .separator {
  width: 376px;
  height: 4px;
  background-color: #D02030;
}

.subpage-banner {
  margin-top: 90px;
  height: 329px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subpage-banner-message {
  padding: 45px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1923;
}
.subpage-banner-message p {
  margin-bottom: 15px;
}
.subpage-banner-message ol {
  list-style-position: inside;
}
.subpage-banner-message ol li {
  margin-bottom: 20px;
}
.subpage-banner-message ol li:last-child {
  margin-bottom: 0;
}
.subpage-banner-message ol li strong {
  margin: 0 5px 0 10px;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .page-regular .entry-header h1 {
    font-size: 95px;
    margin-bottom: 32px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-regular .entry-header h1 {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-regular .entry-header h1 {
    font-size: 52px;
    margin-bottom: 12px;
    line-height: 75px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-regular .entry-header h1 {
    font-size: 48px;
  }
}
/* Footer */
/* ***************************************** */
.site-footer {
  background-image: linear-gradient(#00387B, #001C3E);
  color: #fff;
  padding: 50px 0 32px 0;
  font-size: 16px;
  font-weight: 300;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #C82132;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.site-footer ul {
  list-style: none;
}
.site-footer ul li:before {
  content: "\2022";
  color: #C82132;
  margin-right: 10px;
}
.site-footer .contact-info p {
  margin-bottom: 10px;
}
.site-footer .contact-info p:last-child {
  margin-bottom: 0;
}

.site-info {
  text-align: center;
  margin-top: 22px;
}

.footer-tagline {
  font-size: 20px;
  line-height: 1.15;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-footer .footer-widgets > div {
    margin-bottom: 30px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Pages */
/* Homepage */
/* ***************************************** */
/* Homepage Slider */
/* Homepage General */
.blue-triangle {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #001C3E;
  margin: auto;
  position: relative;
}

.homepage-message, .homepage-featured-products, .homepage-why-choose-us {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-service-area, .homepage-contact-us {
  background-image: linear-gradient(#00387B, #001C3E);
}

/* Homepage Message */
.homepage-message {
  padding: 32px 0 42px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 6px #000;
}
.homepage-message h1, .homepage-message a {
  font-weight: bold;
}
.homepage-message h1 {
  font-size: 66px;
  line-height: 1.29;
  margin-bottom: 31px;
}
.homepage-message p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.41;
  margin-bottom: 50px;
}
.homepage-message a {
  font-size: 17px;
  line-height: 1.12;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 12px 60px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 1px 6px #000;
  text-transform: uppercase;
}
.homepage-message a:hover {
  background-color: #D02030;
  border-color: #D02030;
  text-shadow: none;
  box-shadow: none;
}

/* Homepage Service Area */
.homepage-service-area {
  color: #fff;
  background-color: #00387B;
  padding-top: 25px;
}
.homepage-service-area h2, .homepage-service-area .message {
  font-weight: bold;
}
.homepage-service-area h2, .homepage-service-area .states {
  text-transform: uppercase;
}
.homepage-service-area h2 {
  font-size: 52px;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 45px;
}
.homepage-service-area .message {
  font-size: 32px;
  line-height: 1.09;
  margin-bottom: 62px;
}
.homepage-service-area .states {
  font-size: 34px;
  line-height: 1.29;
}
.homepage-service-area span {
  color: #D02030;
}
.homepage-service-area img {
  position: relative;
  top: -75px;
}
.homepage-service-area .blue-triangle {
  bottom: -34px;
}

/* Homepage Featured Products */
.homepage-featured-products {
  padding: 50px 0;
}
.homepage-featured-products .container .row:last-child {
  text-align: center;
}
.homepage-featured-products img {
  width: 100%;
}
.homepage-featured-products h2 {
  text-transform: uppercase;
  text-shadow: 0 3px 6px #000;
}
.homepage-featured-products h2, .homepage-featured-products h3 {
  font-weight: bold;
}
.homepage-featured-products h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.24;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.homepage-featured-products .btn a {
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 12px 62px;
  color: #fff;
  margin-top: 37px;
  display: inline-block;
  box-shadow: 0 1px 6px #000;
  text-transform: uppercase;
  text-shadow: 0 3px 6px #000;
}
.homepage-featured-products .btn a:hover {
  background-color: #D02030;
  border-color: #D02030;
  text-shadow: none;
  box-shadow: none;
}

.homepage-featured-products .col-12.col-md-6.col-lg-4 {
  margin-bottom: 40px;
}

.homepage-product-container {
  height: 100%;
  background-color: #fff;
}

.homepage-product {
  /*background-color: #fff;*/
  color: #1A1923;
  padding: 10px 10px 15px 10px;
  /*margin-bottom: 40px;*/
}
.homepage-product h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.homepage-product p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/* Homepage Contact Us */
.homepage-contact-us {
  color: #fff;
  background-color: #00387B;
  padding: 70px 0;
  text-align: center;
}
.homepage-contact-us h2, .homepage-contact-us a {
  text-transform: uppercase;
}
.homepage-contact-us h2 {
  font-size: 50px;
  line-height: 1.24;
  font-weight: bold;
  margin-bottom: 65px;
}
.homepage-contact-us p {
  font-size: 22px;
  line-height: 1.21;
  margin-bottom: 70px;
}
.homepage-contact-us a {
  color: #fff;
  background-color: #D02030;
  padding: 13px 60px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 17px;
  line-height: 1.12;
}
.homepage-contact-us a:hover {
  background-color: #fff;
  color: #00387B;
}
.homepage-contact-us .blue-triangle {
  bottom: -104px;
}

/* Homepage Why Choose Us */
.homepage-why-choose-us {
  color: #fff;
  padding: 50px 0;
  text-shadow: 0 3px 6px #000;
}
.homepage-why-choose-us img {
  display: block;
  margin: 0 auto 20px auto;
  width: 160px;
}
.homepage-why-choose-us h3, .homepage-why-choose-us p {
  text-align: center;
}
.homepage-why-choose-us p, .homepage-why-choose-us h2, .homepage-why-choose-us h3 {
  font-weight: bold;
}
.homepage-why-choose-us h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 45px;
}
.homepage-why-choose-us h3 {
  font-size: 24px;
  line-height: 1.38;
  margin-bottom: 25px;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .homepage-message {
    padding: 30px 0;
  }
  .homepage-message h1 {
    line-height: 1;
    margin-bottom: 22px;
  }
  .homepage-message p {
    margin-bottom: 20px;
  }
  .homepage-message a {
    padding: 10px 68px;
  }

  .homepage-service-area h2 {
    font-size: 46px;
    margin-bottom: 55px;
  }
  .homepage-service-area .message {
    font-size: 26px;
    margin-bottom: 42px;
  }
  .homepage-service-area .states {
    font-size: 28px;
  }
  .homepage-service-area img {
    top: -90px;
  }

  .homepage-featured-products h2 {
    font-size: 46px;
    margin-bottom: 72px;
  }
  .homepage-featured-products .btn a {
    font-size: 26px;
  }

  .homepage-product {
    background-color: #F0F0F0;
  }

  .homepage-contact-us h2 {
    font-size: 45px;
    margin-bottom: 36px;
  }
  .homepage-contact-us p {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .homepage-contact-us a {
    font-size: 26px;
    padding: 10px 75px;
  }

  .homepage-why-choose-us h2 {
    font-size: 55px;
  }
  .homepage-why-choose-us h3 {
    font-size: 34px;
  }
  .homepage-why-choose-us p {
    font-size: 15px;
  }
  .homepage-why-choose-us img {
    width: 220px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .homepage-message h1 {
    font-size: 47px;
  }
  .homepage-message a {
    font-size: 21px;
  }

  .homepage-service-area h2 {
    font-size: 36px;
  }
  .homepage-service-area .message {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .homepage-service-area .states {
    font-size: 20px;
  }
  .homepage-service-area img {
    top: -58px;
  }

  .homepage-featured-products h2 {
    font-size: 36px;
    margin-bottom: 65px;
  }
  .homepage-featured-products .btn a {
    font-size: 18px;
    padding: 9px 50px;
  }

  .homepage-contact-us h2 {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .homepage-contact-us p {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .homepage-contact-us a {
    font-size: 21px;
    padding: 9px 55px;
  }

  .homepage-why-choose-us h2 {
    font-size: 43px;
  }
  .homepage-why-choose-us h3 {
    font-size: 27px;
  }
  .homepage-why-choose-us img {
    width: 170px;
  }
  .homepage-why-choose-us p {
    margin-bottom: 25px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .homepage-message h1 {
    font-size: 36px;
  }
  .homepage-message a {
    font-size: 16px;
  }

  .homepage-service-area h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .homepage-service-area .message {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .homepage-service-area .states {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .homepage-service-area img {
    display: none;
  }

  .homepage-featured-products {
    background-image: none !important;
    background-color: #333;
  }
  .homepage-featured-products h2 {
    font-size: 28px;
    margin-bottom: 52px;
  }
  .homepage-featured-products .btn a {
    font-size: 16px;
    padding: 7px 34px;
  }

  .homepage-product h3 {
    font-size: 38px;
  }

  .homepage-contact-us h2 {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .homepage-contact-us p {
    margin-bottom: 28px;
  }
  .homepage-contact-us p br {
    display: none;
  }
  .homepage-contact-us a {
    font-size: 16px;
    padding: 7px 40px;
  }

  .homepage-why-choose-us h2 {
    font-size: 33px;
  }
  .homepage-why-choose-us h3 {
    font-size: 21px;
  }
  .homepage-why-choose-us img {
    width: 130px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .homepage-service-area .message {
    font-size: 26px;
  }
  .homepage-service-area .states {
    font-size: 28px;
    text-align: center;
  }

  .homepage-product h3 {
    font-size: 28px;
  }

  .homepage-contact-us h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .homepage-contact-us p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 45px;
  }
}
/* Products Page */
/* ***************************************** */
#post-11 .entry-header p {
  text-align: left;
}
#post-11 .entry-header p:last-child {
  text-align: center;
}
#post-11 h2 {
  font-size: 51px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
#post-11 .services {
  background-color: #F0F0F0;
  padding: 40px 0;
}
#post-11 .service {
  position: relative;
  margin-bottom: 30px;
}
#post-11 .service h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 15px;
  text-align: right;
}
#post-11 .service .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 122, 0.58);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
#post-11 .brands {
  padding-top: 40px;
}
#post-11 .brands img {
  display: block;
  margin: 0 auto 50px auto;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  #post-11 h2 {
    font-size: 48px;
  }
  #post-11 h3 {
    font-size: 28px;
  }
  #post-11 .services .row > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  #post-11 .service {
    margin-bottom: 24px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  #post-11 h2 {
    font-size: 38px;
  }
  #post-11 h3 {
    font-size: 22px;
  }
  #post-11 .services .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #post-11 .service {
    margin-bottom: 20px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  #post-11 h2 {
    font-size: 28px;
  }
  #post-11 h3 {
    font-size: 18px;
  }
  #post-11 .services .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  #post-11 .service {
    margin-bottom: 30px;
  }
  #post-11 .service img {
    width: 100%;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Single Product Pages */
/* ***************************************** */
.single-products h1, .product-page h1 {
  font-size: 98px;
  line-height: 109px;
  font-weight: 700;
  color: #1A1923;
  text-transform: uppercase;
  text-align: center;
  margin: 65px 0 60px 0;
}
.single-products .entry-header, .product-page .entry-header {
  text-align: center;
}
.single-products .entry-header img, .product-page .entry-header img {
  margin-bottom: 70px;
}
.single-products p, .single-products ul, .product-page p, .product-page ul {
  font-size: 18px;
}

.product-information {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
}
.product-information p {
  margin-bottom: 20px;
}
.product-information p:last-of-type {
  margin-bottom: 0;
}
.product-information a {
  text-decoration: underline;
  color: #D02030;
}
.product-information a:hover {
  color: #00387B;
}
.product-information img {
  display: block;
  margin: 65px auto 0 auto;
}

.product-gallery {
  padding: 65px;
}
.product-gallery h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
  color: #1A1923;
}
.product-gallery img {
  display: block;
  margin: auto;
}
.product-gallery .first {
  margin-bottom: 5px;
}
.product-gallery .no-gutters {
  padding: 0 37px;
}

.product-options {
  background-color: #F0F0F0;
  padding: 45px 0;
}
.product-options h2 {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-options h2 span {
  color: #D02030;
}
.product-options h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-options ul {
  list-style-type: none;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}
.product-options ul li {
  margin-bottom: 5px;
}
.product-options ul li:last-of-type {
  margin-bottom: 0;
}

.product-locations {
  padding-top: 45px;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .single-products .entry-header h1, .product-page .entry-header h1 {
    font-size: 95px;
    margin-bottom: 32px;
  }
  .single-products h2, .product-page h2 {
    font-size: 28px;
  }

  .product-gallery h2 {
    font-size: 48px;
  }
  .product-gallery .first {
    margin-bottom: 0;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .single-products .entry-header h1, .product-page .entry-header h1 {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .single-products h2, .product-page h2 {
    font-size: 22px;
  }

  .product-gallery h2 {
    font-size: 38px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .single-products .entry-header h1, .product-page .entry-header h1 {
    font-size: 52px;
    margin-bottom: 12px;
    line-height: 75px;
  }
  .single-products h2, .product-page h2 {
    font-size: 18px;
  }

  .product-gallery {
    padding: 65px 0 65px 0;
  }
  .product-gallery h2 {
    font-size: 28px;
  }
  .product-gallery .no-gutters {
    padding: 0;
  }

  .product-locations {
    font-size: 18px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .single-products .entry-header h1, .product-page .entry-header h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
/* Oranamental */
/* ***************************************** */
.page-id-93 .entry-header h1 {
  font-size: 57px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-id-93 .entry-header h1 span {
  display: inline-block;
}
.page-id-93 .entry-header h1 span:first-child, .page-id-93 .entry-header h1 span:last-child {
  width: 430px;
}
.page-id-93 .entry-header h1 span:nth-child(2) {
  font-size: 127px;
  font-weight: 400;
  line-height: 136px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-id-93 .entry-header h1 {
    font-size: 45px;
  }
  .page-id-93 .entry-header h1 span {
    display: inline-block;
  }
  .page-id-93 .entry-header h1 span:first-child, .page-id-93 .entry-header h1 span:last-child {
    width: 320px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .page-id-93 .entry-header h1 {
    font-size: 38px;
  }
  .page-id-93 .entry-header h1 span {
    display: inline-block;
  }
  .page-id-93 .entry-header h1 span:first-child, .page-id-93 .entry-header h1 span:last-child {
    width: 270px;
  }
}
/* Our Company */
/* ***************************************** */
#post-30 .subpage-footer {
  text-align: center;
  font-weight: bold;
  color: #1a1923;
}
#post-30 .subpage-footer p:first-child {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 48px;
}
#post-30 .subpage-footer p:nth-child(2) {
  font-size: 39px;
  line-height: 1.46;
  margin-bottom: 38px;
}
#post-30 .subpage-footer p:nth-child(3) {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 12px;
}
#post-30 .subpage-footer p:last-child {
  font-size: 25px;
  font-weight: 700;
}
#post-30 .subpage-footer span {
  color: #D02030;
}
#post-30 .subpage-footer a {
  color: #D02030;
}
#post-30 .subpage-footer a:hover {
  color: #00387B;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  #post-30 .subpage-footer p:first-child {
    font-size: 33px;
  }
  #post-30 .subpage-footer p:nth-child(2) {
    font-size: 32px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  #post-30 .subpage-footer p:first-child {
    font-size: 26px;
  }
  #post-30 .subpage-footer p:nth-child(2) {
    font-size: 25px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  #post-30 .subpage-footer p:first-child {
    font-size: 20px;
  }
  #post-30 .subpage-footer p:nth-child(2) {
    font-size: 19px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Why Choose Us */
/* ***************************************** */
#post-28 .services {
  padding: 40px 0;
}
#post-28 .services h3 {
  font-size: 22px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
#post-28 .services p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
#post-28 .services .details {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#post-28 .services .service {
  margin-bottom: 50px;
}
#post-28 .message {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}
#post-28 .message span {
  color: #D02030;
}
#post-28 .subpage-banner-message {
  text-align: center;
}

/* Responsive Why Choose Us */
/* ***************************************** */
/* 992px to 1199px */
/* 768px to 991px */
/* 0px to 576px to 767px */
@media (max-width: 767px) {
  #post-28 .services {
    padding: 15px 0 25px 0;
  }
  #post-28 .services .service img {
    display: none;
  }
}
/* Resources */
/* ***************************************** */
#post-13 .entry-header p {
  margin-bottom: 15px;
}
#post-13 .entry-header p:last-child {
  margin-bottom: 0;
}
#post-13 h2 {
  font-size: 51px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 95px;
}

.warranties {
  padding-top: 65px;
}

.warranty {
  border: 1px solid #EFEFEF;
  margin-bottom: 50px;
}

.warranty.last {
  margin-bottom: 0;
}

/* Responsive Resources */
/* ***************************************** */
/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  #post-13 h2 {
    font-size: 48px;
    margin-bottom: 42px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  #post-13 h2 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  #post-13 h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .warranty {
    margin-bottom: 35px;
  }
}
/* Contact Us */
/* ***************************************** */
#post-17 .entry-header p {
  text-align: left;
}
#post-17 .entry-header p:last-child {
  text-align: center;
}
#post-17 .contact-and-details {
  padding-top: 75px;
}
#post-17 h2 {
  color: #D02030;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 22px;
}
#post-17 .wpcf7 {
  text-transform: uppercase;
  font-size: 18px;
}
#post-17 label {
  width: 100%;
}
#post-17 input, #post-17 textarea {
  background-color: #F8F8F8;
  color: #1A1923;
  border-color: #ccc;
  width: 100%;
  padding: 22px;
}
#post-17 textarea {
  height: 310px;
}
#post-17 input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 45px;
  background-color: #D02030;
  color: #fff;
  width: auto;
  border: none;
}
#post-17 input[type="submit"]:hover {
  background-color: #00387B;
}
#post-17 input, #post-17 textarea, #post-17 input[type="submit"] {
  text-transform: uppercase;
}
#post-17 .details, #post-17 .hours {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 58px;
}
#post-17 .details p, #post-17 .hours p {
  margin-bottom: 15px;
}
#post-17 .details {
  font-size: 17px;
  margin-bottom: 130px;
}
#post-17 .details img {
  margin-right: 16px;
}
#post-17 .details a {
  color: #1A1923;
}
#post-17 .details a:hover {
  text-decoration: underline;
}
#post-17 .hours p {
  position: relative;
}
#post-17 .hours p span {
  position: absolute;
  right: 0;
}
#post-17 .hours img {
  margin: 0 0 5px 11px;
}

/* ***************************************** */
@media (max-width: 1199px) {
  #post-17 h2 {
    margin-bottom: 70px;
  }
  #post-17 .wpcf7, #post-17 input[type="submit"] {
    font-size: 28px;
  }
  #post-17 input, #post-17 textarea {
    padding: 28px 28px 35px 28px;
  }
  #post-17 input[type="submit"] {
    padding: 18px 44px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  #post-17 h2 {
    font-size: 52px;
    margin-bottom: 53px;
  }
  #post-17 .wpcf7, #post-17 input[type="submit"] {
    font-size: 21px;
  }
  #post-17 input, #post-17 textarea {
    padding: 20px 20px 27px 20px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  #post-17 h2 {
    font-size: 40px;
    margin-bottom: 45px;
  }
  #post-17 .wpcf7, #post-17 input[type="submit"] {
    font-size: 16px;
  }
  #post-17 input, #post-17 textarea {
    padding: 15px 15px 20px 15px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Blog */
/* ***************************************** */
.blog-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 40px 0 80px;
}
.blog-header h1 {
  color: #1A1923;
  font-size: 117px;
  line-height: 138px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.blog {
  /*.blog-header {
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	text-align: center;
  	padding: 40px 0 80px; 
  	h1 {
  		color: #1A1923;
  		font-size: 117px;
  		line-height: 138px;
  		font-weight: 700;
  		text-transform: uppercase;
  		margin-bottom: 35px;
  	}
  }*/
}
.blog .blog-title {
  margin-bottom: 36px;
}
.blog .blog-title h1 {
  color: #000;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  /*font-family: $font-body;*/
}
.blog .blog-title h1 span {
  color: #D02030;
}
.blog .blog-posts {
  padding: 24px 0 50px 0;
  background-color: #F0F0F0;
  /*img {
  	margin-bottom: 40px;
  }*/
  /*.entry-meta {
  	margin-bottom: 23px;
  	.author {
  		a {
  			color: #000;
  			font-size: 18px;
  			line-height: 27px;
  			font-weight: 700;
  		}
  	}
  }*/
}
.blog .blog-posts .post {
  height: 100%;
  margin-bottom: 60px;
  /*margin-bottom: 0;*/
  position: relative;
}
.blog .blog-posts .entry-title {
  margin-bottom: 10px;
}
.blog .blog-posts .entry-title a {
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  /*font-family: $font-body;*/
}
.blog .blog-posts .entry-title a:hover {
  color: #D02030;
}
.blog .blog-posts .entry-content {
  /*margin-bottom: 50px;*/
}
.blog .blog-posts .entry-content p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  /*font-family: $font-body;*/
  margin-bottom: 15px;
}
.blog .blog-posts .entry-content .btn {
  position: relative;
  height: 48px;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}
.blog .blog-posts .entry-content .btn img {
  float: right;
  margin-left: 6px;
}
.blog .blog-posts .entry-content .btn a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  /*font-family: $font-body;*/
  padding: 12px 17px 12px 14px;
  background-color: #D02030;
  border-radius: 3px;
  /*box-shadow: 1px 1px 0 0px #D02030;*/
  display: inline-block;
  /*position: absolute;
  right: 0;
  top: 0;*/
}
.blog .blog-posts .entry-content .btn a:hover {
  background-color: #333;
  color: #fff;
}
.blog .blog-posts .entry-content .btn a span {
  display: inline-block;
  padding-top: 2px;
}
.blog .blog-pagination {
  text-align: center;
  margin-bottom: 90px;
}
.blog .blog-pagination li {
  display: inline;
  margin: 0 4px;
}
.blog .blog-pagination a {
  color: #1A1923;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
  /*font-family: $font-body;*/
  text-decoration: underline;
}
.blog .blog-pagination a:hover {
  color: #D02030;
}
.blog .blog-pagination li {
  color: #1A1923;
  font-size: 42px;
  line-height: 51px;
  font-weight: 700;
}
.blog .blog-pagination .active a {
  color: #D02030;
}

.single-post .header-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 363px;
  border-bottom: 5px solid #D02030;
}
.single-post .entry-title {
  color: #1A1923;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.single-post .featured-image {
  text-align: center;
  margin-bottom: 35px;
}
.single-post h2 {
  margin-bottom: 15px;
}
.single-post .entry-content {
  color: #1A1923;
  padding: 0 0 60px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.single-post .entry-content p {
  margin-bottom: 35px;
}
.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-content ul {
  margin: 0 0 35px 100px;
}
.single-post .entry-content ul:last-child {
  margin-bottom: 0;
}
.single-post .entry-content li {
  margin-bottom: 10px;
}
.single-post .entry-content li:last-child {
  margin-bottom: 0;
}
.single-post .entry-content a {
  color: #D02030;
  text-decoration: underline;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .blog .blog-subtitle h3 {
    font-size: 42px;
    line-height: 51px;
  }
  .blog .entry-content .btn {
    margin-top: 28px;
  }

  .single-post .header-section {
    height: 145px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .blog-header {
    padding: 27px 0;
  }
  .blog-header h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .blog {
    		/*.blog-header {
    			padding: 27px 0;
    			h1 {
    				font-size: 50px;
        			line-height: 62px;
    			}
    		}*/
  }
  .blog .blog-posts {
    padding: 25px 0;
  }
  .blog .blog-posts .post {
    margin-bottom: 30px;
  }
  .blog .blog-pagination a {
    font-size: 30px;
  }

  .single-post .header-section {
    height: 60px;
  }
  .single-post .entry-header {
    padding: 75px 0;
  }
  .single-post .entry-header h1 {
    font-size: 40px;
    line-height: 52px;
  }

  /*.single-post {
  	.entry-header {
  		h1 {
  			font-size: 72px;
  			line-height: 72px;
  		}
  	}
  }*/
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  /*.blog {
  	.blog-header {
  		padding: 27px 0;
  	}
  	.blog-posts {
  		padding: 75px 0 25px 0;
  		.post {
  			margin-bottom: 30px;
  		}
  	}
  	.blog-pagination {
  		a {
  			font-size: 30px;
  		}
  	}
  }
  .single-post {
  	.header-section {
  		height: 60px;
  	}
  	.entry-header {
  		padding: 75px 0;
  		h1 {
  			font-size: 40px;
  			line-height: 52px;
  		}
  	}
  }*/
}
/* Pages */
/* General Template */
/* ***************************************** */
.page-template-general .section {
  padding: 50px 0;
}
.page-template-general .section.white {
  background-color: #fff;
}
.page-template-general .section.white a {
  color: #D02030;
  font-weight: 700;
  text-decoration: underline;
}
.page-template-general .text-center {
  text-align: center;
}
.page-template-general .image-center {
  display: block;
  margin: auto;
}
.page-template-general .title-one {
  color: #1A1923;
  font-size: 102px;
  line-height: 1.2;
  color: #1A1923;
  font-weight: 700;
  text-transform: uppercase;
  margin: 45px 0;
}
.page-template-general .title-two {
  color: #1A1923;
  font-size: 31px;
  line-height: 41px;
  font-weight: 800;
  margin-bottom: 13px;
}
.page-template-general p {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-template-general .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 329px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .page-template-general .title-one {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .page-template-general .title-one {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 12px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */