@charset 'UTF-8';
/**
* Theme Name:  bfptx-2018
* Theme URI:   http://seothemes.com/themes/corporate-pro/
* Description: Based off the Corporate Pro child theme for the Genesis Framework.
* Author:      Gruen Agency
* Author URI:  https://gruenagency.com/
* Version:     1.0.0
* Text Domain: corporate-pro
* Tags:        one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready.
* Template:    genesis
* Template     Version: 2.6.1
* License:     GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* GitHub URI:  https://github.com/seothemes/corporate-pro
*/
/* # Table of Contents

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

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");

button,
hr,
input {
  overflow: visible;
}

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

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

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

html {
  line-height: 1.15;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

figure {
  margin: 1em 40px;
  margin: 1em 4rem;
}

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

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

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;

  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

  height: 0;
}

img {
  border-style: none;
}

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

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

  margin: 0;
}

button,
select {
  text-transform: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;

  border-style: none;
}

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

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

legend {
  display: table;

  max-width: 100%;

  white-space: normal;

  color: inherit;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  outline-offset: -2px;
  outline-offset: -0.2rem;

  -webkit-appearance: textfield;
}

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

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

  -webkit-appearance: button;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

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

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

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

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

  content: "";
}

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

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

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

html {
  font-size: 62.5%;

  overflow-x: hidden;

  max-width: 100vw;
}

body {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.618;

  overflow-x: hidden;

  max-width: 100vw;
  margin: 0;

  color: #2a3139;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

a {
  word-wrap: break-word;

  color: #3990c9;
  color: #2a6c98;
}

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

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

li {
  list-style-type: inherit;
}

hr {
  clear: both;

  margin: 0 0 2em;
  padding: 1em 0 0;

  border-collapse: collapse;

  border: 0;
  border-bottom: 1px solid #eceef1;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1.382em;
  padding: 0 1em;

  border-left: 2px solid #3990c9;
}

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

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

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
  font-family: "Arvo", serif;
  margin: 0 0 0.3em;
  /*color: #075675;*/
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

/* ## Forms
--------------------------------------------- */
:focus {
  outline: 2px solid #eceef1;
}

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

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

input,
select,
textarea {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3em;

  width: 100%;
  height: 3em;
  padding: 0 1.5em;

  color: #2a3139;
  border: 1px solid #eceef1;
  border-radius: 10px;
  background-color: #fbfcfd;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #3990c9;
  outline: none;
}

/*textarea
{
line-height: 1.618em;

height: auto;
padding: 1.5em;

border-radius: 2.5rem;
}*/

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

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

.ss-cta-wrap {
  clear: both;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  max-width: 88vw;
  margin: 0 auto;
}
.ss-cta {
  background: #e42d48 !important;
  padding: 0 2.36em !important;
}

.button.phone,
.button--orange a {
  color: white !important;
  background: #ff7220 !important;
  box-shadow: none !important;
  font-weight: bold;
}
.before-footer .button.phone {
  margin: 10px 0;
}

.button.cta-quote-btn,
.button.schedule-header,
.button--red a {
  margin-right: 1.1em;
  color: white;
  background: #e42d48 !important;
  background: #c21933 !important;
  box-shadow: none;
}
.button.cta-quote-btn:hover,
.button.schedule-header:hover,
.button.phone:hover,
.button--orange a:hover,
.button--red a:hover {
  background: #2a3139 !important;
  background: #de6621 !important;
  color: white !important;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button a {
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3em;
  display: inline-block;
  width: auto;
  height: 3em;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background: #2c7cc6;
  background: linear-gradient(135deg, #01569f 0%, #2c7cc6 100%);
  box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button a:hover,
.wp-block-button a:focus {
  color: #fff;
  box-shadow: 0 0.5rem 2rem -0.5rem rgba(0, 156, 255, 0.3);
  background: linear-gradient(135deg, #2c7cc6 0%, #01569f 100%);
}

.button.outline,
button.outline,
input[type="button"].outline,
input[type="reset"].outline,
input[type="submit"].outline,
.wp-block-button a.outline {
  color: #2c7cc6;
  color: #2a6c98;
  background: transparent;
  box-shadow: inset 0 0 0 2px #2c7cc6;
}

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

.button.outline:hover,
.button.outline:focus,
button.outline:hover,
button.outline:focus,
input[type="button"].outline:hover,
input[type="button"].outline:focus,
input[type="reset"].outline:hover,
input[type="reset"].outline:focus,
input[type="submit"].outline:hover,
input[type="submit"].outline:focus,
.wp-block-button a.outline:hover,
.wp-block-button a.outline:focus {
  color: #fff;
  background: linear-gradient(135deg, #2c7cc6 0%, #01569f 100%);
  box-shadow: none;
}

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

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

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

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

.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.wp-block-button a.small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.36em;
  height: 2.36em;
  padding: 0 2.36em;
}

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

.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.wp-block-button a:disabled {
  cursor: not-allowed;

  color: #c6cace;
  border-width: 0;
  background: #eceef1;
  box-shadow: none;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type="button"] + button,
input[type="button"] + .button,
input[type="reset"] + button,
input[type="reset"] + .button,
input[type="submit"] + button,
input[type="submit"] + .button,
.wp-block-button a + button,
.wp-block-button a + .button {
  clear: both;

  margin-top: 1em;
}

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

fieldset {
  margin-bottom: 1em;
}

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

  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

video {
  object-fit: cover;
}

.no-js .wp-video-shortcode {
  width: 100%;

  border: 1px solid #eceef1;
  background-color: #f6f8fa;
}

/* ## Tables
--------------------------------------------- */
table {
  line-height: 1;

  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 4rem;

  border-spacing: 0;
  border-collapse: collapse;

  border: 1px solid #eceef1;
  background-color: #fff;
}

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

td,
th {
  padding: 0.618em;

  text-align: left;

  border-top: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  position: absolute !important;

  overflow: hidden;
  clip: rect(0, 0, 0, 0);

  width: 1px;
  width: 0.1rem;
  height: 1px;
  height: 0.1rem;

  border: 0;
  background-color: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  z-index: 100000;

  display: block;
  clip: auto !important;

  width: auto;
  height: auto;
  padding: 10px 20px;
  padding: 1rem 2rem;

  text-decoration: none;

  box-shadow: 0 0 0.2rem 0.2rem rgba(42, 49, 57, 0.1);
}

.more-link {
  font-style: normal;

  position: relative;
}

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

.genesis-skip-link li {
  width: 0;
  height: 0;

  list-style: none;
}

/* ## Site Containers
--------------------------------------------- */
.boxed-page .site-container {
  max-width: 1152px;
  margin: 0 auto;

  background-color: #fff;
  box-shadow: 0 0 0 1px #eceef1, 0 0 10rem rgba(198, 202, 206, 0.1);
}

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

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

.site-inner {
  clear: both;
}

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

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

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

.content-sidebar-wrap {
  position: relative;
  z-index: 1;

  max-width: 1152px;
}

/* ## Content Widths and Positions
--------------------------------------------- */
.content {
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  min-height: 400px;
  min-height: 40rem;
  padding: 40px 0;
  padding: 4rem 0;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.blog .content,
.archive .content,
.search-results .content {
  margin-top: 0;
  padding: 40px 0;
  padding: 4rem 0;

  background-color: transparent;
}

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

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

.page .content,
.single .content,
.error404 .content {
  position: relative;

  border-radius: 1px;
  background-color: #fff;
}

.page .content:before,
.single .content:before,
.error404 .content:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  display: none;

  height: 400px;
  height: 40rem;

  content: "";
  pointer-events: none;

  box-shadow: 0 -5rem 10rem rgba(42, 49, 57, 0.05);
}

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

.page-template-template-thank-you .content {
  padding: 6rem 5rem;
  min-height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  max-width: 700px;
}

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

  width: 100%;
}

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

  content: "";
}

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  position: relative;
}

.front-page-2 .gallery .prevArrow,
.front-page-2 .gallery .nextArrow {
  width: 35px;
  height: 54px;
  padding: 0;
}

.front-page-2 .gallery .prevArrow:hover,
.front-page-2 .gallery .nextArrow:hover {
  cursor: pointer;
}

.front-page-2 .slick-list {
  max-width: 80%;
  overflow: hidden;
}

.front-page-2 .slick-arrow {
  position: absolute;
  /* 	top:50%;
	transform:(translateY(-50%)); */
  background: none;
  z-index: 3;
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 25px;
}

.front-page-2 .slick-arrow.slick-prev {
  left: 0;
}

.front-page-2 .slick-arrow.slick-next {
  right: 0;
}

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

.single .gallery {
  position: relative;
  left: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: 100vw;
  max-width: 768px;
  margin: 1.618em auto;

  transform: translate(-50%);
}

.gallery-caption {
  display: block;
}

.gallery-item {
  display: block;

  width: 100%;
  margin: 0 0 6vw;

  text-align: center;
}

.gallery-highlight {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;

  justify-content: center;
  align-items: center;

  margin: 20px auto 30px;
}

.gallery-highlight div {
  padding: 0 10px;
  max-width: 140px;
}

.gallery-highlight div:first-child img {
  float: right;
}

.gallery-highlight .gallery-highlight--main img {
  width: 100%;
}

/* ## Pricing Tables
--------------------------------------------- */
.pricing-table {
  display: -ms-flexbox;
  display: flex;
  clear: both;

  margin: 0 auto;

  border: 1px solid #eceef1;
  border-radius: 3px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

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

  content: "";
}

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

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

.pricing-table div {
  padding: 30px;
  padding: 3rem;

  text-align: center;

  border-radius: 3px;
}

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

.pricing-table div ul li {
  margin: 0;

  list-style-type: none;
}

.pricing-table .featured {
  transform: scale(1.05);

  border: 1px solid #eceef1;
  background-color: #fff;
  box-shadow: 0 2rem 5rem -1rem rgba(42, 49, 57, 0.0618);
}

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

.pricing-table p {
  position: relative;

  max-width: 768px;
  margin: 0 auto;
  padding: 0 5%;
}

.pricing-table strong {
  font-size: 2.8em;
  font-weight: 700;

  display: block;

  color: #3990c9;
}

.pricing-table em {
  font-size: small;

  display: block;

  color: #4d5968;
}

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

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

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

/* ## Avatars
--------------------------------------------- */
.avatar {
  float: left;

  margin-right: 20px;
  margin-right: 2rem;

  border-radius: 50%;
}

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  font-size: 16px;
  width: 100%;
  padding: 10px 0 0;
  padding: 1rem 0 0;

  text-align: center;

  color: #c6cace;
}

.breadcrumb a {
  text-decoration: none;

  color: #fff;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

.after-entry {
  width: 100%;
  margin: 20px auto;
  margin: 2rem auto;
  padding: 6vw;

  text-align: center;

  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #f6f8fa;
}

.after-entry .enews form {
  display: -ms-flexbox;
  display: flex;

  margin: 1em 0 0;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.after-entry .enews input {
  width: 100%;
  margin-bottom: 1em;

  background-color: #fff;
}

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

.author .author-box {
  max-width: 100%;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 40px;
  padding: 4rem;

  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #fff;
}

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

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

.author-box-title {
  font-size: 20px;
  font-size: 2rem;

  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  position: relative;

  display: -ms-flexbox;
  display: flex;
  clear: both;

  width: 100%;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

  content: "";
}

.search-form .search-toggle {
  display: none;

  width: 25px;
  width: 2.5rem;
  height: 25px;
  height: 2.5rem;

  cursor: pointer;

  background-image: url("assets/images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.75rem;
}

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

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

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

.search-form input[type="search"] {
  width: 300px;
  width: 30rem;
  margin-right: 1em;

  background-color: rgba(255, 255, 255, 0.2);
}

.site-header .search-form input[type="search"] {
  display: block;

  max-width: 79vw;

  background-color: #f6f8fa;
}

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

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

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

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

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;

  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;

  text-align: left;
}

.alignright {
  float: right;

  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;

  margin: 0 auto 1em;
}

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

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

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

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;

  margin: 0;

  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 1em;
}

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

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

/* ## Gutenberg
--------------------------------------------- */
.alignwide {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 896px;

  transform: translate(-50%);
}

.alignwide img {
  display: inline-block;

  margin: 1.618em auto;
}

.alignfull {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: none;
  margin-left: -50vw;
}

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

.alignfull img {
  display: inline-block;

  width: 100%;
  margin: 1.618em auto;
}

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

.wp-block-button {
  display: block;
  clear: both;

  width: 100%;

  text-align: center;

  background: transparent;
}

.wp-block-button:before,
.wp-block-button:after {
  display: block;
  clear: both;

  content: "";
}

.wp-block-button--inline {
  display: inline-block;
  margin: 0 10px;
  width: auto;
}

.wp-block-button a {
  display: inline-block;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
  color: #fff;
}

.wp-block-pullquote > p {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

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

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

.blocks-gallery-image {
  display: block;

  width: 100%;
  margin: 0 0 6vw;

  text-align: center;
}

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

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

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

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

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

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

.site-header > .wrap {
  position: relative;

  display: -ms-flexbox;
  display: flex;

  height: 60px;
  height: 6rem;

  transition: height 0.3s ease;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

/* ## Title Area
--------------------------------------------- */
.title-area {
  position: relative;

  display: block;

  width: 150px;
  width: 15rem;
  margin: 0 auto 0 0;
}

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

  margin-bottom: 0;
}

.site-title a {
  transition: all 0.3s ease;
  text-decoration: none;

  color: #2a3139;
}

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

.site-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;

  position: absolute !important;

  overflow: hidden;
  clip: rect(0, 0, 0, 0);

  width: 1px;
  width: 0.1rem;
  height: 1px;
  height: 0.1rem;
  margin-bottom: 0;

  opacity: 0.618;
  border: 0;
  background-color: #fff;
}

.custom-logo {
  display: block;
}

.shrink .custom-logo {
  display: block;
}

.secondary-logo {
  display: none;
}

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

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

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

.menu .before-header {
  display: -ms-flexbox;
  display: flex;
  clear: both;

  width: 100%;
  height: auto;
  margin: 3em 0 0;
  padding: 3em 0 0;

  border-bottom: none;
  background-color: transparent;
}

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

  content: "";
}

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

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

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

.before-header .wrap {
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.before-header .widget {
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 0;

  -ms-flex-align: center;
  align-items: center;
}

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

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

.before-header p {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.top-header-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-header-fields.mobile {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .top-header-fields.desktop {
    display: none;
  }

  .top-header-fields.mobile {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
  }

  .top-header-fields.mobile .call-text {
    width: 80%;
    font-size: 35px;
    color: #4d5968;
  }

  .top-header-fields.mobile .img-24-7-container {
    width: 20%;
  }

  .top-header-fields.mobile .top-header-phone {
    display: block;
    width: 100%;
    font-size: clamp(2.6875rem, 0.0477rem + 13.1991vw, 6.375rem);
    line-height: 1;
    padding-left: 0;
  }
}

.img-24-7 {
  width: 54px;
}

.top-header-phone,
.rpdp-phone-link,
.call-text {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 26px;
}

.call-text {
  text-transform: uppercase;
  font-style: italic;
  padding-right: 9px;
}

.top-header-phone,
.rpdp-phone-link {
  padding-left: 9px;
  text-decoration: none;
  color: #2155a4;
}

.rpdp-phone-link a {
  text-decoration: none;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
  display: none;

  margin: 0 1em 0 0;
}

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

/* ## Hero Section
--------------------------------------------- */
.hero-section {
  position: relative;
  padding: 120px 0 60px;
  padding: 12rem 0 6rem;

  text-align: center;

  border-bottom: 1px solid #eceef1;
  background-color: #f6f8fa;
  background-position: center;
  background-size: cover;
}

.hero-section:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block !important;

  width: 100%;
  height: 100%;

  content: "";
  transition: all 0.3s ease;
  pointer-events: none;

  background: rgba(42, 49, 57, 0.5);
}

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

.hero-section h1 {
  width: 100%;
  margin: 0 auto;

  text-align: center;

  color: #fff;
}

.hero-section p {
  width: 100%;
  max-width: 512px;
  margin: 0.5em auto 0;

  text-align: center;

  color: #fff;
}

/* ## Menus
--------------------------------------------- */
.menu {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;

  display: -ms-flexbox;
  display: flex;
  clear: both;

  width: 100%;

  text-align: left;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

  content: "";
}

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

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
  display: -ms-flexbox;
  display: flex;

  margin-top: 1em;
  margin-left: 0;

  -ms-flex-align: center;
  align-items: center;
}

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

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

.menu-item {
  position: relative;

  display: block;

  width: 100%;
  padding: 10px 0;
  padding: 1rem 0;

  -ms-flex-order: -1;
  order: -1;
}

.menu-item.button {
  font-size: 12px;
  font-size: 1.2rem;

  display: -ms-flexbox;
  display: flex;

  margin: 1em 0;
  padding: 0;

  background: transparent;
  box-shadow: none;

  -ms-flex-align: center;
  align-items: center;
}

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

.menu-item.button a {
  padding: 1em 3em;

  color: #fff;
  border-radius: 10px;
  background: #0072ff;
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
}

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

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

.menu-item a {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #2a3139;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
  color: #3990c9;
}

.menu-item span {
  display: block;
}

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

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

  content: "";
}

.sub-menu:before {
  position: absolute;
  z-index: 98;
  top: -5px;
  top: -0.5rem;
  left: 30px;
  left: 3rem;

  display: none;

  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;

  content: "";
  transition-delay: 0.3s;
  transform: rotate(45deg);

  opacity: 1;
  border-top: 1px solid #eceef1;
  border-left: 1px solid #eceef1;
  background-color: #f6f8fa;
}

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

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

.sub-menu a {
  padding-left: 0.618em;
}

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

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
  position: absolute;
  top: 0;
  right: -400px;
  right: -40rem;
  bottom: 0;

  overflow: auto;

  width: 93vw;
  max-width: 400px;
  max-width: 40rem;
  height: 100vh;
  margin: 0;
  padding: 0 40px;
  padding: 0 4rem;

  transition: all 0.3s ease;

  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  background-color: #fff;
}

.nav-primary.activated,
.nav-secondary.activated {
  right: 0;
  left: auto;

  box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js .nav-secondary {
  position: relative;
  right: auto;

  display: block;

  width: 100%;
  height: auto;
  padding: 0;

  border: 0;
}

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

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

.no-js .nav-primary .menu-item,
.no-js .nav-secondary .menu-item {
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: auto;
  padding-right: 10px;
  padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
  position: relative;

  padding: 5em 0 7.5em;
}

.nav-secondary {
  width: 100%;
}

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

.site-footer .menu {
  font-size: 14px;
  font-size: 1.4rem;

  margin-bottom: 0;

  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.site-footer .menu-item a {
  margin-bottom: 1em;
  padding: 0;

  color: #fff;
}

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

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
  position: relative;
  z-index: 1;

  display: block;

  height: auto;
  margin-right: -0.5em;
  padding: 1em 0.5em;

  cursor: pointer;

  color: #2a3139;
  background: transparent;
  box-shadow: none;
}

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

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

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

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

.menu-toggle span {
  position: relative;

  display: block;
  float: right;

  width: 20px;
  width: 2rem;
  height: 2px;

  border-radius: 3px;
  background: #2a3139;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  left: 0;

  display: block;

  width: 100%;
  height: 2px;

  content: " ";

  border-radius: 3px;
  background-color: #2a3139;
}

.menu-toggle span::before {
  top: -5px;
  top: -0.5rem;

  transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span::after {
  bottom: -5px;
  bottom: -0.5rem;

  transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

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

.menu-toggle.activated span::before {
  top: 0;

  transition: top 0.2s 0s, transform 0.2s 0.2s;
  transform: rotate(45deg);
}

.menu-toggle.activated span::after {
  bottom: 0;

  transition: bottom 0.2s 0s, transform 0.2s 0.2s;
  transform: rotate(-45deg);
}

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
  position: absolute;
  top: 0.1em;
  right: 3em;

  height: auto;
  margin: 0 -1em;
  padding: 1em;

  background: none;
  box-shadow: none;
}

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

.sub-menu-toggle:focus {
  outline: 2px solid #eceef1;
}

.sub-menu-toggle:before {
  display: block;

  margin: 2px 0 -2px;
  margin: 0.2rem 0 -0.2rem;

  content: "";

  border: 4px solid transparent;
  border: 0.4rem solid transparent;
  border-top-color: #2a3139;
}

.sub-menu-toggle.activated:before {
  margin: -2px 0 2px;
  margin: -0.2rem 0 0.2rem;

  transform: rotate(180deg);
}

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

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

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

.home .content .entry,
.blog .content .entry,
.archive .content .entry,
.search-results .content .entry {
  width: 100%;
  margin-bottom: 6vw;
  padding: 30px;
  padding: 3rem;

  transition: all 0.3s ease;

  border: 1px solid #eceef1;
  border-radius: 3px;
}

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

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

/* ## Entry Content
--------------------------------------------- */
.entry-content p {
  color: #4d5968;
}

.entry-content p a:not(.button) {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #4d5968;
  box-shadow: inset 0 -1.5px 0 #3990c9;
}

.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus {
  color: #3990c9;
}

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

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

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

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

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

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

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

.entry-content code {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;

  padding: 4px 8px;
  padding: 0.4rem 0.8rem;

  border: 1px solid #eceef1;
  background-color: #f6f8fa;
}

.entry-content pre {
  font-size: 14px;
  font-size: 1.4rem;

  display: block;

  margin: 0 0 1.382em;
  padding: 10px 20px;
  padding: 1rem 2rem;

  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #f6f8fa;
}

.entry-content pre code {
  padding: 0;

  border: none;
  background-color: transparent;
}

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

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

.entry-content blockquote {
  position: relative;
  left: 50%;

  display: block;

  width: 896px;
  max-width: 100vw;
  margin: 3em 0;
  padding: 0 60px 2em;
  padding: 0 6rem 2em;

  transform: translate(-50%);
  text-align: center;

  border: 0;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  background-color: #fff;
}

.entry-content blockquote:before {
  font-family: "Georgia", "Apple Garamond", "Baskerville", "Times New Roman",
    "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;

  display: block;

  width: 1em;
  margin: -0.25em auto;

  content: "“";

  color: rgba(42, 49, 57, 0.2);
  background-color: #fff;
}

.entry-image-link {
  display: block;
  clear: both;

  margin-bottom: 1em;
}

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

  content: "";
}

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link {
  display: block;

  width: calc(100% + 6rem + 0.2rem);
  margin: -31px -31px 30px;
  margin: -3.1rem -3.1rem 3rem;

  border-radius: 3px 3px 0 0;
}

.entry-image-link img {
  display: block;

  margin: 0;

  border-radius: 3px 3px 0 0;
}

/* ## Entry Titles
--------------------------------------------- */
.entry-title a {
  font-size: 20px;
  font-size: 2rem;

  display: block;

  transition: all 0.3s ease;
  text-decoration: none;

  color: #2a3139;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #3990c9;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: small;

  width: 100%;
}

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

.entry-categories,
.entry-tags {
  display: -ms-flexbox;
  display: flex;

  margin-top: 0.2em;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

  opacity: 0.618;
}

.entry-categories a,
.entry-tags a {
  font-weight: 600;

  display: -ms-inline-flexbox;
  display: inline-flex;

  margin-left: 0.2em;

  transition: all 0.3s ease;
  text-decoration: none;
}

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

.archive-description {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 150px 0;
  padding: 15rem 0;

  border-bottom: 1px solid #eceef1;
  background-color: #c6cace;
}

.archive-description h1 {
  max-width: 512px;
  margin: 0 auto;

  text-align: center;

  color: #fff;
}

/* ## Entry Footer
--------------------------------------------- */
.entry-footer {
  margin-top: 5vw;
  padding: 5vw 0;

  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
}

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

  border: 0;
}

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

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;

  padding: 6vw 0;
}

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

  content: "";
}

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

.archive-pagination {
  width: 100%;
}

.archive-pagination ul {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: center;
  justify-content: center;
}

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

.archive-pagination a {
  font-size: 16px;
  font-size: 1.6rem;

  display: block;

  padding: 5px 10px;
  padding: 0.5rem 1rem;

  transition: all 0.3s ease;
  text-decoration: none;

  color: #2a3139;
  border-radius: 3px;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
  color: #3990c9;
}

.archive-pagination .active a {
  color: #fff;
  background: #0072ff;
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 16px;
  font-size: 1.6rem;

  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 6vw 0;

  border-radius: 3px;
}

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

.comment-respond label {
  display: block;

  width: 100%;
  margin-bottom: 1em;
}

.comment-respond input,
.comment-respond textarea {
  display: block;

  width: 100%;
}

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

.comment-author span:first-of-type {
  font-weight: 700;

  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

  padding: 0;
}

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

  word-break: break-all;
}

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

.comment-meta .comment-time a {
  font-size: small;

  text-decoration: none;

  color: #c6cace;
}

.comment-content {
  clear: both;
}

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

.comment-respond input[type="email"] label,
.comment-respond input[type="text"] label,
.comment-respond input[type="url"] label {
  display: block;

  margin-right: 10px;
  margin-right: 1rem;
}

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

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

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

/* ## Sidebars
--------------------------------------------- */

.sidebar #gform_widget-2 {
  background-color: #ffca38;
  padding: 25px 20px 5px 20px;
  border-radius: 10px;
}
.sidebar #gform_widget-2 .widget-title {
  font-size: 1.9em;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.sidebar #custom_html-35,
.sidebar #custom_html-36 {
  padding: 0 0 3rem 0;
}
.sidebar .widget-title {
  border-bottom: solid 2px #ffca38;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.testimonials .sidebar #gpr_widget-4,
.testimonials .sidebar #custom_html-35 {
  display: none;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
  }
  .gform_wrapper .gform_footer,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type="submit"] {
    width: 100% !important;
    margin: 0 !important;
  }
}

.sidebar {
  position: relative;
  z-index: 1;
}

.sidebar ol,
.sidebar ul {
  line-height: 2;

  margin-left: 1em;

  color: #4d5968;
}

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

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

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

.sidebar a {
  color: #3f454c;
}

.sidebar a:hover,
.sidebar a:focus {
  color: #3990c9;
}

.sidebar a.button {
  width: 100%;

  text-align: center;
  text-decoration: none;

  color: #fff;
}

.sidebar a.button:hover,
.sidebar a.button:focus {
  text-decoration: none;

  color: #fff;
}

.sidebar a.button.outline {
  color: #3990c9;
}

.sidebar a.button.outline:hover,
.sidebar a.button.outline:focus {
  color: #fff;
}

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

  padding: 3.5vw 0;
}

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

.blog .sidebar .widget,
.archive .sidebar .widget {
  margin-bottom: 7vw;
  padding: 3.5vw;

  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #fff;
}

.widget_calendar table {
  width: 100%;
}

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

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  color: #fff;
  background: #2055a3;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #3990c9;
}

/* ## Before Footer
--------------------------------------------- */
.before-footer {
  padding: 50px 0;
  padding: 5rem 0;
  background-color: #2c7dc6;
}
.before-footer::before {
  background-image: url(/wp-content/themes/bfptx-2018/assets/images/water-border.png);
  content: "";
  position: absolute;
  margin-top: -113px;
  left: -14px;
  right: 0;
  height: 92px;
  display: block;
  z-index: 10;
}

.before-footer .wrap {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.before-footer h2,
.before-footer h3,
.before-footer h4,
.before-footer h5,
.before-footer h6,
.before-footer p {
  color: #fff;
  margin-bottom: 0;
}
.before-footer h4 {
  font-size: 2em;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding: 50px 0 0;
  padding: 5rem 0 0;
}

.footer-widgets .widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
  color: #fff;
}

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

.footer-widgets .widget-area.footer-widgets-1 i {
  display: inline-block;
  float: left;

  margin-top: 0.2em;
  margin-right: 0.618em;
}

.footer-widgets .widget-area.footer-widgets-2 {
  display: -ms-flexbox;
  display: flex;
}

.footer-widgets .widget-area.footer-widgets-2 .widget {
  width: 48.71795%;
}

.footer-widgets .widget-area .widget {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

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

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

/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
  font-size: 14px;
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  padding: 2rem 0;
  border-top: 2px solid #2c7cc6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.footer-credits .simple-social-icons {
  margin-bottom: 1em;
  margin-left: -1em;
}

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

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

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

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

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

.site-footer .enews input[type='submit']
{
position: absolute;
right: 0;
bottom: 0;

padding-right: 0;

color: transparent;
background: transparent;
box-shadow: none;
}

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

.site-footer .enews .send-icon
{
position: absolute;
right: 2em;
bottom: 1em;

display: block;

width: 18px;
width: 1.8rem;
height: 18px;
height: 1.8rem;
margin: 0;

transition: all .3s ease;
pointer-events: none;

opacity: .236;
background-image: url('assets/images/paper-plane.svg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}*/

/* ## Genesis Portfolio Pro
--------------------------------------------- */
/*.archive.genesis-pro-portfolio .content
{
display: -ms-flexbox;
display: flex;

-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}

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

border: 0;
}

.archive.genesis-pro-portfolio .entry:before
{
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;

display: block !important;

width: 100%;
height: 100%;

content: '';
transition: all .3s ease;
pointer-events: none;

background: rgba(42, 49, 57, .5);
}

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

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

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

margin: 0;

opacity: 1;
}

.archive.genesis-pro-portfolio .entry-header
{
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;

display: -ms-flexbox;
display: flex;

margin-top: 100%;

transition: all .3s ease;
pointer-events: none;

opacity: 0;

-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}

.archive.genesis-pro-portfolio .entry-header a
{
color: #fff;
}*/

/* ## Genesis Simple FAQs
--------------------------------------------- */
div.gs-faq {
  padding: 0;

  border-top: 1px solid #eceef1;
  box-shadow: 0 2rem 5rem -0.618rem rgba(42, 49, 57, 0.0618);
}

div.gs-faq .gs-faq__question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;

  position: relative;
  z-index: 1;

  display: block;

  height: auto;
  margin: 0;
  padding: 1.5em 3em 1.5em 1.5em;

  color: #2a3139;
  border: 1px solid #eceef1;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  background-color: #fff;
  box-shadow: none;
}

div.gs-faq .gs-faq__question:hover,
div.gs-faq .gs-faq__question:focus {
  color: #3990c9;
}

div.gs-faq .gs-faq__question:after {
  line-height: 1;

  position: absolute;
  top: 1.5em;
  right: 1em;

  content: "+";
}

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

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

div.gs-faq .gs-faq__answer {
  margin: 0;
  padding: 30px;
  padding: 3rem;

  border: 1px solid #eceef1;
  border-top: 0;
  background-color: #fff;
}

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

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.lSSlideWrapper {
  max-width: calc(100% + 4em);
  margin: 0 -2em;
}

.gts-rating {
  margin: 1em auto -1em;
}

.lSSlideOuter {
  width: 100%;
}

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

ul.testimonials-list li:before {
  font-family: "Georgia", "Apple Garamond", "Baskerville", "Times New Roman",
    "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;

  display: block;

  margin: 0 0 -0.5em;

  content: "“";

  color: rgba(42, 49, 57, 0.2);
}

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

  border: 0;
}

ul.testimonials-list img {
  width: 60px;
  width: 6rem;
  margin: 20px auto;
  margin: 2rem auto;
}

ul.testimonials-list h5 {
  font-size: 1em;

  color: #2a3139;
}

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

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

.gts-company {
  font-size: small;

  display: block;

  margin-bottom: 1em;
}

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

.contact-page .agm-canvas:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;

  background-color: rgba(42, 49, 57, 0.618);
}

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

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

  width: 100%;
}

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

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

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
  display: inline-block;

  width: 1em;
  height: 1em;

  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.simple-social-icons ul {
  display: -ms-flexbox;
  display: flex;

  margin: -0.5em -0.5em 0 0;
  padding: 0;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.simple-social-icons ul li {
  margin: 0.5em 0.5em 0 0;
  padding: 0;

  list-style-type: none;

  border: none;
  background: none;
}

.simple-social-icons ul li a {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;

  display: inline-block;

  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin: 2px;

  text-align: center;
  text-decoration: none;
  text-transform: none;

  border: none;
}

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

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

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

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

.wpmenucart-contents {
  font-size: 18px;
  font-size: 1.8rem;

  position: relative;

  margin-top: 1em;

  text-decoration: none;

  color: #2a3139;
}

.wpmenucart-contents .cartcontents {
  font-size: 7px;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 12px;
  line-height: 1.2rem;

  position: absolute;
  top: -4px;
  top: -0.4rem;
  right: -4px;
  right: -0.4rem;

  display: -ms-flexbox;
  display: flex;

  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;

  text-align: center;

  color: #fff;
  border-radius: 1.2rem;
  background-color: #3990c9;
  box-shadow: 0 0 0 1px #fff;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

/* ## Front Page
--------------------------------------------- */
.front-page-widget {
  position: relative;

  width: 100%;
  padding: 60px 0;
  padding: 6rem 0;
}

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

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

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

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

/* ## Home Hero */

#home-hero {
  margin-top: 150px;
  width: 100%;
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

#home-hero .inner {
  padding: 132px 165px;
  display: flex;
}

.hero-content {
  padding: 10px 25px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 24px;
  max-width: 100%;
  /* width:841px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title,
.hero-subtitle,
.hero-secondary-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Arvo", serif;
}

.hero-subtitle {
  color: #fecd00;
  font-size: 43px;
  font-weight: 700;
}

.hero-title {
  color: #fff;
  font-size: 152px;
  line-height: 0.8;
  font-weight: 700;
}

.hero-title sup {
  font-size: 50%;
  position: relative;
  top: -52px;
}

.hero-secondary-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.hero-badges {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0;
}

.hero-badge-img:nth-child(1) {
  width: 120px;
  height: 48px;
}

.hero-badge-img:nth-child(2) {
  width: 91px;
  height: 60px;
}

.hero-badge-img:nth-child(3) {
  width: 150px;
  height: 49px;
}

.hero-btn-outer {
  text-align: center;
}

.hero-btn {
  display: inline-block;
  color: #184f6d;
  background-color: #fecd00;
  padding: 8px 20px;
  width: 100%;
  max-width: 751px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.hero-after-text {
  color: #fff;
  text-align: right;
  font-size: 14px;
}

@media (max-width: 1140px) {
  #home-hero .inner {
    padding: 132px 55px;
  }

  .hero-subtitle {
    font-size: 36px;
  }

  .hero-title {
    font-size: 133px;
  }

  .hero-title sup {
    font-size: 50%;
    top: -52px;
  }

  .hero-secondary-title {
    font-size: 34px;
  }

  .hero-btn {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  #home-hero {
    background-image: url(/wp-content/uploads/shane-plumber-1-scaled-e1715285230663.jpeg) !important;
    min-height: 800px;
    margin-top: 0;
  }
  #home-hero .inner {
    padding-top: 15px;
  }

  .hero-content {
    width: 100%;
  }

  #home-hero .inner {
    padding: 20px;
  }
}

@media (max-width: 620px) {
  .hero-subtitle {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 104px;
  }

  .hero-title sup {
    top: -31px;
  }

  .hero-secondary-title {
    font-size: 26px;
  }

  .hero-btn {
    font-size: 32px;
  }
}

@media (max-width: 490px) {
  .hero-subtitle {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-secondary-title {
    font-size: 18px;
  }

  .hero-btn {
    font-size: 18px;
  }

  .hero-badge-img:nth-child(1) {
    width: 81px;
    height: 31px;
  }

  .hero-badge-img:nth-child(2) {
    width: 66px;
    height: 40px;
  }

  .hero-badge-img:nth-child(3) {
    width: auto;
    height: auto;
  }
	
  .hero-badge-img:nth-child(3) img  {
    width: auto;
    height: 30px;
  }

  .hero-badge-img[src*="google-g"] {
    width: 80px;
  }
}

/* ## Coupons */
.checkmark-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 27px 10px 12px;
  background-color: #2155a4;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.checkmark-row .checkmark-item {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.checkmark-item .checkmark-text {
  font-size: 23px;
  color: #fff;
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  padding-left: 7px;
}

@media (max-width: 767px) {
  .checkmark-row {
    justify-content: flex-start;
  }

  .checkmark-row .checkmark-item {
    margin-left: 20%;
  }
}

@media (max-width: 500px) {
  .checkmark-item .checkmark-text {
    font-size: 19px;
  }

  .checkmark-row .checkmark-item {
    margin-left: 8%;
  }
}

#home-coupons {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
}

#home-coupons .inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.coupons-title {
  font-family: "Arvo", serif;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  margin-top: 15px;
}

.coupons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#home-coupons .coupon {
  width: 33.33%;
}

#home-coupons .coupon a {
  display: inline-block;
  margin: 15px 15px;
}

#home-coupons .coupon img {
  max-width: 100%;
}

@media (max-width: 767px) {
  #home-coupons .coupon {
    width: 100%;
  }
}

/* ## Truck Section */

#home-truck-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 711px;
}

.truck-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.67);
}

.truck-row {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 270px auto 0;
  padding: 0 25px;
}

.truck-content-col,
.icon-col {
  color: #fff;
  position: relative;
  z-index: 3;
}

.icon-col img {
  max-width: 200px;
}

.truck-title {
  max-width: 600px;
}

.truck-text {
  max-width: 570px;
}

.truck-img {
  position: absolute;
  max-width: 720px;
  bottom: -140px;
  right: -50px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .truck-row {
    margin-top: 200px;
  }

  .truck-img {
    max-width: 520px;
    bottom: -100px;
  }

  .truck-title,
  .truck-text {
    max-width: 780px;
  }
}

@media (max-width: 900px) {
  .truck-row {
    flex-direction: column;
    margin-top: 50px;
  }

  .truck-img {
    position: static;
  }
}

/* ## Front Page 1
--------------------------------------------- */

.front-page-features a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.feature-image img {
  margin: 0 auto 30px;
}

.front-page-1 {
  background-image: url(/wp-content/themes/bfptx-2018/assets/images/bfptx-background1.jpg);
  background-position: 50% 50%;
  padding: 6rem 0 !important;
  background-size: cover;
}

.front-page-1 > .wrap {
  padding: 40px 0;
  padding: 4rem 0;
}
.front-page-1 h1 {
  text-align: center;
  color: white;
}

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

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

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

.front-page-1 .slick-wrap {
  max-width: 88vw;
  padding-top: 40px;
  padding-top: 4rem;
}

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

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

.front-page-1 p {
  line-height: 1.382;

  max-width: 512px;
}

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

.front-page-2 {
  background-color: #eceef3;
}
.front-page-2 .wrap {
  padding: 0;
}
.front-page-2 .widget-title {
  text-align: center;
  font-style: italic;
  font-size: 24px;
}
.front-page-2 .gallery img {
  width: 100%;
  height: auto;
  min-height: 10px;
  min-height: 1rem;
  margin: 2px;
  padding: 0 6vw;
}

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

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

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

.front-page-2 .slick-track {
  display: -ms-flexbox;
  display: flex;

  min-width: 100%;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ## Front Page 3
--------------------------------------------- */

/*.front-page-3 {
background-image: url(https://www.benfranklin365.com/images/panels/contact-bg-dark.jpg);
background-position: 50% 50%;
}*/
.front-page-3 .wrap {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.front-page-3 .wrap:before,
.front-page-3 .wrap:after {
  display: none;
}
/*.front-page-3 h2, 
.front-page-3.front-page-widget p {
color: white;
}*/

#front-page-3 #gform_widget-3 {
  /* background-color: #FFCA38; */
  padding: 25px 30px 5px;
  border-radius: 10px;
}
/*
.front-page-3 .widget hr
{
margin: 50px 0;
margin: 5rem 0;
}

.front-page-3 .icon_widget
{
-ms-flex-item-align: start;
align-self: flex-start;
}

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

.front-page-3 .icon_widget i
{
display: inline-block;
}

.front-page-3 .mejs-container
{
min-width: 86vw !important;
max-width: 86vw;

border-radius: 6px;
background-color: #f6f8fa;
}

.front-page-3 .mejs-mediaelement
{
overflow: hidden;

padding: 0;

border-radius: 5px;
box-shadow: 0 2rem 6rem -2rem rgba(42, 49, 57, .236);
}

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

.front-page-3 .mejs-overlay-button
{
display: -ms-flexbox;
display: flex;

width: 60px;
width: 6rem;
height: 60px;
height: 6rem;

transition: all .3s ease;

border-radius: 9rem;
background-color: #fff;
box-shadow: 0 2rem 3rem -1rem rgba(42, 49, 57, .5);

-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}

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

.front-page-3 .mejs-overlay-button:after
{
line-height: 1;

display: block;

content: '►';

color: #2a3139;
}

.front-page-3 iframe
{
transform: scale(1.01);
}*/
@media screen and (min-width: 768px) {
  .front-page-3 p:last-child {
    margin-bottom: 0;
  }
}

/* ## Front Page 4
--------------------------------------------- */

.front-page-4 {
  background-image: url(assets/images/ben.png);
  background-repeat: no-repeat;
  background-position: -60px 60%;
}

.front-page-4 .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 750px;
}
.front-page-4 .widget-wrap {
  height: 530px;
}

#wpgmza_map_widget-2 {
  margin: auto;
  float: none;
}

#custom_html-10 {
  height: 200px;
}

#custom_html-10 a.button {
  margin-bottom: 2.5px;
}

/* ## Front Page 5
--------------------------------------------- */
.front-page-5 {
  padding: 0;

  text-align: center;

  border: none !important;
}

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

.front-page-5 .widget-title {
  margin: 0 0 50px;
  margin: 0 0 5rem;

  text-align: center;
}

.front-page-5 .widget-subtitle {
  margin: 100px 0 1em;
  margin: 10rem 0 1em;

  text-align: center;
}

.front-page-5 .display-posts-listing {
  display: -ms-flexbox;
  display: flex;

  width: 100vw;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.front-page-5 .listing-item {
  position: relative;

  overflow: hidden;

  width: 100vw;
  margin: 0;
  padding: 0;

  text-align: center;
}

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

.front-page-5 .image:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block !important;

  width: 100%;
  height: 100%;

  content: "";
  transition: all 0.3s ease;
  pointer-events: none;

  background: rgba(42, 49, 57, 0.5);
}

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

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

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

  opacity: 1;
}

.front-page-5 .title {
  font-size: 1em;
  font-weight: 700;

  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;

  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  text-decoration: none;
  pointer-events: none;

  opacity: 0;
  color: #fff;
}

.front-page-5 img {
  min-width: 100%;

  transition: all 0.3s ease;
}

/* ## Front Page 6
--------------------------------------------- */
.front-page-6 {
  color: #fff;
  border: none !important;
  background: #0072ff;
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$one', endColorstr='$two',GradientType=1 );
}

.front-page-6 .wrap {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.front-page-6 p {
  max-width: 768px;

  color: #fff;
}

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

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

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

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

.front-page-7 .gpr-reviews-wrap {
  display: flex;
  flex-direction: column;
}

.front-page-7 .gpr-review {
  /*width: 50%;
	float: left;*/
  flex: 1 0 0;
  padding: 40px !important;
}
.front-page-7 .gpr-review-header {
  max-width: 240px;
  /* margin: 0 auto; */
}
.front-page-7 .gpr-alert,
.front-page-7 [id*="gpr_widget"] div.gpr-review-content > p {
  font-size: inherit;
}
.front-page-7 .grp-reviewer-name,
.front-page-7 .gpr-rating-time {
  text-align: left;
}
.front-page-7 .button {
  margin: 0 auto;
}

/*.front-page-7 .widget
{
width: 100%;
}
.front-page-7 .pricing-table
{
margin-right: 6vw;
margin-left: 6vw;
}

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

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

/* ## Front Page 8
--------------------------------------------- */
/*.front-page-8 {
background-image: url(/wp-content/themes/bfptx-2018/assets/images/bfptx-background2.jpg);
}*/

.front-page-8 .wrap {
  position: relative;
}

.front-page-8 .widget-wrap {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.front-page-8 .widget_text p {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 2.618em;
}

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

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

.front-page-8 .entry > a {
  display: block;

  width: calc(100% + 6rem);
  max-width: calc(100% + 6rem);
  margin: 0;
  margin: -30px -30px 30px;
  margin: -3rem -3rem 3rem;

  border-radius: 3px 3px 0 0;
}

.front-page-8 .entry > a img {
  border-radius: 3px 3px 0 0;
}

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

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

.front-page-8 p.entry-meta {
  font-size: small;

  -ms-flex-order: 1;
  order: 1;
}

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

/* ## Front Page 9
--------------------------------------------- */
.front-page-9 {
  position: relative;

  text-align: center;

  color: #fff;
  background-position: center;
  background-size: cover;
}

.front-page-9:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block !important;

  width: 100%;
  height: 100%;

  content: "";
  transition: all 0.3s ease;
  pointer-events: none;

  background: rgba(42, 49, 57, 0.5);
}

.front-page-9 .widget {
  position: relative;
  z-index: 2;

  max-width: 768px;
  margin: 0 auto;
}

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

.front-page-9 .widget_media_image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  max-width: 100%;
  padding: 0;
}

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

.front-page-9 .widget_media_image img {
  width: 100%;
  height: 100% !important;

  object-fit: cover;
  object-position: center;
}

.front-page-9 .widget_media_image figcaption {
  position: absolute !important;

  overflow: hidden;
  clip: rect(0, 0, 0, 0);

  width: 1px;
  width: 0.1rem;
  height: 1px;
  height: 0.1rem;

  border: 0;
  background-color: #fff;
}

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

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

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

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

.front-page-9 input {
  display: block;

  margin: 0 auto 1em;

  transition: all 0.3s ease;

  color: #fff;
  border: 0;
  background-color: rgba(255, 255, 255, 0.25);
}

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

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

/* ## Front Page 10
--------------------------------------------- */

.front-page-10 {
  background-image: url(https://www.punctualplumberdallas.com/wp-content/uploads/Component-1-–-1-scaled.jpg);
  background-position: 50% 50%;
  /* margin-top: 140px; */
  padding: 6rem 0 !important;
  background-size: cover;
}

.front-page-10 > .wrap {
  /* padding: 40px 0; */
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-page-10 > .wrap {
    padding: 4rem 0;
    flex-direction: row;
  }
}
.front-page-10 h1 {
  text-align: center;
  color: white;
}
.front-page-10 .two-column-list {
  columns: 1;
}
@media screen and (min-width: 768px) {
  .front-page-10 .two-column-list {
    columns: 2;
  }
}
.front-page-10 .slick-slider {
  max-height: 100vh;
}

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

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

.front-page-10 .slick-wrap {
  max-width: 88vw;
  padding-top: 40px;
  padding-top: 4rem;
}

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

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

.front-page-10 p {
  line-height: 1.382;
}
/* ## Front Page 3-1
--------------------------------------------- */
.front-page-widget.front-page-3-1 {
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
  padding: 4rem 0;
}
.front-page-3-1 > .wrap {
  /* padding: 40px 0; */
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page-3-1 .textwidget p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .front-page-3-1 > .wrap {
    padding: 0 0 4rem;
    flex-direction: row;
  }
  .front-page-3-1 .widget_text {
    padding-left: 4rem;
  }
}

/* ## Front Page 11
--------------------------------------------- */
.front-page-widget.front-page-11 {
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
  padding: 4rem 0;
}
.front-page-11 > .wrap {
  /* padding: 40px 0; */
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page-11 .textwidget p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .front-page-11 > .wrap {
    padding: 2rem 0;
    flex-direction: row;
  }
  .front-page-11 .widget_text {
    padding-left: 4rem;
  }
}

/* ## Front Page 12
--------------------------------------------- */

.front-page-12 {
  background-image: url(/wp-content/themes/bfptx-2018/assets/images/bfptx-background1.jpg);
  background-position: 50% 50%;
  /* margin-top: 140px; */
  padding: 6rem 0 !important;
  background-size: cover;
}

.front-page-12 > .wrap {
  /* padding: 40px 0; */
  padding: 4rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-page-12 > .wrap {
    padding: 4rem 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.front-page-12 h1 {
  text-align: center;
  color: white;
}

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

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

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

.front-page-12 .slick-wrap {
  max-width: 88vw;
  padding-top: 40px;
  padding-top: 4rem;
}

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

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

.front-page-12 p {
  line-height: 1.382;
}

.front-page-12 p a {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .front-page-12 #media_image-7 {
    width: 40%;
    margin: 0 auto 2rem;
  }
}
/* General Section Styles
--------------------------------------------- */
.bg-blue {
  background: #ebeef3;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
}

.section--cushion {
  padding: 3em 0;
}

.section--cushion--bottomPlus {
  padding-bottom: 5em;
}

.section--cushion .wrap {
  padding: 0 6vw;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex--center {
  justify-content: center;
}

.flex--center > * {
  margin: 0 10px;
}

.marginVert30 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.mobile-buttons {
  display: none;
}

.mobile-only {
  display: block;
}
.mobile-hide {
  display: none;
}

.phone {
  margin-right: 1em;

  text-decoration: none;
}

.phone .fa {
  line-height: normal;

  position: relative;
  top: -1px;

  vertical-align: text-top;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  text-indent: 10px;
}

/* SIDEBAR */
.coupon-callout-a {
  text-decoration: none;
}

.coupon-callout-a:hover,
.coupon-callout-a:focus {
  text-decoration: none !important;
}

.coupon-callout {
  font-size: 2em;
  line-height: 1.4;

  width: 100%;
  padding: 30px 20px;

  text-align: center;

  color: #ed1c24;
  border: dashed 4px #ed1c24;
  background-color: #ffedee;
}

.coupon-callout:hover,
.coupon-callout:focus {
  background-color: #fddcdd;
}

/* COUPON PAGE - PREVIOUS STYLES*/
.the-coupon-container {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.the-coupon-container .coupon-grid {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 2em 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.the-coupon-container .coupon-grid a {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  padding: 2% 2% 0;
  text-align: center;
  text-decoration: none;
  border: 4px dashed #3a8fc9;
  border-radius: 10px;
  background-color: #f6f8fa;
}
.the-coupon-container .coupon-grid a:nth-child(even) {
  margin-right: 0;
}

.the-coupon-container .coupon-grid a:hover,
.the-coupon-container .coupon-grid a:focus {
  background-color: #e6f5ff;
}

.the-coupon-container img {
  margin: 0 auto 5px;
}

/* LOCATION PAGE STYLES */
.location-button,
.review-button {
  margin: 0 0 30px 0;
}

.google_reviews_widget .gpr-minimal-light-style,
.google_reviews_widget [id*="gpr_widget"].gpr-minimal-light-style {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}

/* HOMEPAGE STYLES */
#front-page-1 .featurette {
  display: block;
  text-align: center;
  text-decoration: none;
}

#front-page-1 .featurette.f2 .feature-image img {
  margin-top: 14px;
}

#front-page-1 .featurette.f3 .feature-image img {
  margin-top: 9px;
}

#front-page-1 .featurette.f4 .feature-image img {
  margin-top: 11px;
}

#front-page-1 .featurette .feature-image {
  margin-bottom: 30px;
}

#front-page-1 .featurette .feature-image img {
  margin: 0 auto;
}

#front-page-1 .featurette .feature-heading {
  font-size: 32px;
  font-weight: 700;
  margin: 10px auto;
  color: #fff;
  line-height: 1.1;
}

#front-page-1 .featurette .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 10px;
  color: #fff;
}

.footer-widgets-3 img {
  display: inline-block;
}

.site-footer .before-footer a.btn-info,
.site-footer .before-footer a.btn-info:hover,
.site-footer .before-footer a.btn-info:focus {
  color: #fff;
}

.before-header .widget_search {
  display: none;
}

/* FORM STYLES */
.ginput_container.ginput_container_fileupload input.medium {
  padding: 0;

  border: none;
  border-radius: 0;
  background: none;
}

#gform_wrapper_7 {
  background-color: #ebeef3;
  padding: 25px 20px 5px 20px;
  border-radius: 10px;
}

.gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
  margin-top: 0;
  padding: 0 5px;

  border-top: none;
  border-bottom: none;
}
.gform_wrapper div.charleft.warningTextareaInfo {
  color: #4f5969 !important;
}

/* * Date Picker Slider and Form */

.textSize16 {
  font-size: 16px;
}

.gf_service_date__slider {
  position: relative;
  padding: 0 40px;
}

.gf_slider--button {
  width: 40px;
  height: 70px;
  background: url("assets/images/arrow-dark.svg") center center no-repeat;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  opacity: 0.5;
  transition: all ease-in-out 0.1s;
  z-index: 5;
}

.gf_slider--button:hover,
.gf_slider--button:focus {
  background: url("assets/images/arrow-dark.svg") center center no-repeat;
  box-shadow: none;
  opacity: 0.9;
  outline: none;
}

.gf_slider--button.slick-disabled {
  opacity: 0;
  cursor: default;
}

.gf_slider--next {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}

.gf_service_date__slider .slick-list {
  overflow: hidden;
}

.gf_service_date__slider .slick-track {
  display: flex;
  min-width: 100%;
}

.gf_service_date__week {
  text-align: center;
}

div.gform_wrapper .gfield_radio .gf_service_date {
  position: relative;
  display: inline-block;
  margin: 10px;
}

div.gform_wrapper .gfield_radio .gf_service_date__day,
div.gform_wrapper .radio-fancy .gfield_radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: -1;
}

div.gform_wrapper .gfield_radio .gf_service_date__day--button,
div.gform_wrapper .radio-fancy .gfield_radio label {
  background: #fff;
  border: 2px solid #3990c9;
  border-radius: 10px;
  box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);
  color: #3990c9;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 1.5em;
  padding: 5px 5px;
  text-align: center;
  transition: all 0.3s ease;
  width: 60px;
}

/* time select buttons */

div.gform_wrapper .radio-fancy .gfield_radio {
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
}

div.gform_wrapper li.radio-fancy li {
  width: 50%;
  display: inline-block;
  text-align: center;
  overflow: visible;
}

div.gform_wrapper .radio-fancy .gfield_radio label {
  width: calc(100% - 20px);
  max-width: 100%;
  font-size: 15px;
  padding: 10px 15px;
  margin: 0 10px;
}

div.gform_wrapper .gfield_radio .gf_service_date__day--button span {
  display: block;
  font-size: 22px;
}

div.gform_wrapper .gfield_radio .gf_service_date__day--button:hover,
.gform_wrapper .gfield_radio .gf_service_date__day--button:focus,
div.gform_wrapper .radio-fancy .gfield_radio label:hover,
div.gform_wrapper .radio-fancy .gfield_radio label:focus {
  background: #ebeef3;
  color: #3990c9;
}

div.gform_wrapper
  .gfield_radio
  input.gf_service_date__day:checked
  + .gf_service_date__day--button,
div.gform_wrapper
  .radio-fancy
  .gfield_radio
  input[type="radio"]:checked
  + label {
  background: #3990c9;
  color: #fff;
}
div.gform_wrapper
  .gfield_radio
  input.gf_service_date__day:disabled
  + .gf_service_date__day--button,
div.gform_wrapper
  .radio-fancy
  .gfield_radio
  input[type="radio"]:disabled
  + label {
  color: #c6cace;
  border-color: #c6cace;
  cursor: not-allowed;
}

div.gform_wrapper
  .gfield_radio
  input.gf_service_date__day:disabled
  + .gf_service_date__day--button:hover,
div.gform_wrapper
  .gfield_radio
  input.gf_service_date__day:disabled
  + .gf_service_date__day--button:focus,
div.gform_wrapper
  .radio-fancy
  .gfield_radio
  input[type="radio"]:disabled
  + label:hover,
div.gform_wrapper
  .radio-fancy
  .gfield_radio
  input[type="radio"]:disabled
  + label:focus {
  background: #fff;
  color: #c6cace;
}

/* * sidebar */
.sidebar div.gform_wrapper .radio-fancy li {
  width: 100%;
}

.sidebar .gf_slider--button {
  bottom: 80px;
}

@media (max-width: 767px) {
  .gform_wrapper .ginput_container .gf_service_date span:not(.ginput_price) {
    margin-bottom: 0;
  }

  div.gform_wrapper .radio-fancy li {
    width: 100%;
  }

  .gf_slider--button {
    bottom: 60px;
  }
}

/* REMOVE CONTACT CTA from CONTACT PAGE */
.page-id-16 .before-footer.widget-area {
  display: none !important;
}
@media (min-width: 384px) {
  .before-header p {
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 0 1em 0 0;
  }
  .front-page-1 h2 {
    font-family: "Arvo", serif;
    font-size: 26px;
    line-height: 1;
  }
  .front-page-1 p {
    line-height: 1.618;
  }
}
@media (min-width: 768px) {
  .button + button,
  .button + .button,
  button + button,
  button + .button,
  input[type="button"] + button,
  input[type="button"] + .button,
  input[type="reset"] + button,
  input[type="reset"] + .button,
  input[type="submit"] + button,
  input[type="submit"] + .button,
  .wp-block-button a + button,
  .wp-block-button a + .button {
    clear: none;

    margin-top: 0;
  }
}
@media (min-width: 512px) {
  .gallery-item {
    width: 48.71795%;
    margin-bottom: 2.5rem;
  }
  .gallery-item:nth-of-type(odd) {
    clear: both;

    margin-left: 0;
  }
  .after-entry .enews input {
    max-width: 38.46154%;
    margin-left: 2.5641%;
  }
  .after-entry .enews input:first-of-type {
    margin-left: 0;
  }
  .blocks-gallery-image {
    width: 48.71795%;
    margin-bottom: 2.5641%;
  }
  .blocks-gallery-image:nth-of-type(odd) {
    clear: both;

    margin-left: 0;
  }
  .home .content .entry,
  .blog .content .entry,
  .archive .content .entry,
  .search-results .content .entry {
    width: 48.71795%;
    margin-bottom: 2.5rem;
    margin-left: 2.5641%;
  }
  .home .content .entry:nth-of-type(odd),
  .blog .content .entry:nth-of-type(odd),
  .archive .content .entry:nth-of-type(odd),
  .search-results .content .entry:nth-of-type(odd) {
    margin-left: 0;
  }
  .archive.genesis-pro-portfolio .entry {
    width: 48.71795%;
    margin-bottom: 2.5rem;
    margin-left: 2.5641%;
  }
  .archive.genesis-pro-portfolio .entry:nth-of-type(odd) {
    margin-left: 0;
  }
  .front-page-1 .slick-arrow {
    visibility: visible;
  }
  .front-page-5 .listing-item {
    width: 50vw;
  }
  .front-page-9 input {
    display: inline-block;

    width: auto;
    margin: 0 0.2em 1em;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
  body {
    font-size: 1.8rem;
  }
  body > div {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 3em;
  }
  .wp-video-shortcode {
    width: auto;
  }
  .content-sidebar-wrap,
  .wrap {
    width: 88%;
    max-width: 1152px;
    padding-right: 0;
    padding-left: 0;
  }
  .contact-page .site-inner {
    padding-top: 10rem;
  }
  .contact-page.has-before-header .site-inner {
    padding-top: 14rem;
  }
  .content {
    padding: 6rem 1.5rem 6rem 5rem;
  }
  .home.page .content {
    margin: 0;
  }
  .blog .content,
  .archive .content,
  .search-results .content {
    padding: 6rem 0;
  }
  .page .content,
  .single .content,
  .error404 .content {
    margin: -6rem auto 0;
  }
  .page .content:before,
  .single .content:before,
  .error404 .content:before {
    display: block;
  }
  .landing-page .content {
    margin-top: 0;
  }
  .landing-page .content:before {
    display: none;
  }
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .two-thirds,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .four-fifths,
  .four-sixths,
  .five-sixths {
    float: left;
    clear: none;

    margin-left: 2.5641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.71795%;
  }
  .one-third,
  .two-sixths {
    width: 31.62393%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.81197%;
  }
  .one-fourth {
    width: 23.07692%;
  }
  .three-fourths {
    width: 74.35897%;
  }
  .one-fifth {
    width: 17.94872%;
  }
  .two-fifths {
    width: 38.46154%;
  }
  .three-fifths {
    width: 58.97436%;
  }
  .four-fifths {
    width: 79.48718%;
  }
  .one-sixth {
    width: 14.52991%;
  }
  .five-sixths {
    width: 82.90598%;
  }
  .first {
    clear: both;

    margin-left: 0;
  }
  .gallery-item {
    margin-bottom: 2.5rem;
    margin-left: 2.5641%;
  }
  .gallery-item:nth-of-type(odd) {
    margin-left: 2.5641%;
  }
  .gallery-columns-2 .gallery-item {
    width: 48.71795%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(odd) {
    margin-left: 0;
  }
  .gallery-columns-3 .gallery-item {
    width: 31.62393%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(odd) {
    margin-left: 2.5641%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .gallery-columns-4 .gallery-item {
    width: 23.07692%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(3n + 1) {
    margin-left: 2.5641%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item {
    width: 17.94872%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(4n + 1) {
    margin-left: 2.5641%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .gallery-columns-6 .gallery-item {
    width: 14.52991%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(5n + 1) {
    margin-left: 2.5641%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .gallery-columns-7 .gallery-item {
    width: 12.08791%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(6n + 1) {
    margin-left: 2.5641%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    margin-left: 0;
  }
  .gallery-columns-8 .gallery-item {
    width: 10.25641%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(7n + 1) {
    margin-left: 2.5641%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    margin-left: 0;
  }
  .gallery-columns-9 .gallery-item {
    width: 8.83191%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(8n + 1) {
    margin-left: 2.5641%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    margin-left: 0;
  }
  .pricing-table + .pricing-table {
    margin: 10rem 0;
  }
  .pricing-table + hr {
    margin: 10rem 0;
  }
  .author-box {
    padding: 6rem 0;
  }
  .blocks-gallery-image {
    margin-bottom: 2.5641%;
    margin-left: 2.5641%;
  }
  .blocks-gallery-image:nth-of-type(odd) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image {
    width: 48.71795%;
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image {
    width: 31.62393%;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image {
    width: 23.07692%;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image {
    width: 17.94872%;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image {
    width: 14.52991%;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image {
    width: 12.08791%;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image {
    width: 10.25641%;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
    margin-left: 0;
  }
  .wp-block-gallery.columns-9 .blocks-gallery-image {
    width: 8.83191%;
  }
  .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
    margin-left: 2.5641%;
  }
  .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
    margin-left: 0;
  }
  .hero-section {
    padding: 16rem 0 16rem;
  }
  .blog .hero-section,
  .archive .hero-section,
  .search-results .hero-section {
    padding-bottom: 10rem;
  }
  .hero-section .wrap {
    max-width: 896px;
  }
  .nav-primary,
  .nav-secondary {
    right: calc(-40rem + -6vw);
  }
  .nav-primary.activated,
  .nav-secondary.activated {
    right: -6vw;
  }
  .entry-footer {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  .comment-respond,
  .entry-comments,
  .entry-pings {
    padding: 6rem 0;
  }
  .comment-header {
    margin-bottom: 2em;
  }
  .sidebar .widget {
    padding: 3rem 0;
  }
  .sidebar .widget:first-of-type {
    padding-top: 3rem;
  }
  .blog .sidebar .widget,
  .archive .sidebar .widget {
    margin-bottom: 3rem;
    padding: 3rem;
  }
  .site-footer .widget-area {
    margin-bottom: 0;
  }
  .before-footer {
    padding: 7.5rem 0;
  }
  .before-footer p {
    margin: 0;
  }
  .footer-widgets {
    padding: 6rem 0 0;
  }
  .footer-widgets .wrap {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-widgets .widget-area {
    width: 31.62393%;
    margin-left: 2.5641%;
  }
  .footer-widgets .widget-area.footer-widgets-1 {
    margin-left: 0;
  }
  .footer-widgets .widget-area.footer-widgets-2 {
    margin-bottom: 0;
  }
  .footer-credits {
    margin-top: 6rem;
  }
  .footer-credits .wrap {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-credits .widget:last-of-type {
    text-align: right;
  }
  .footer-credits .simple-social-icons {
    margin-bottom: 0;
  }
  .front-page-widget {
    padding: 4rem 0;
  }
  .front-page-1 {
    padding: 0;
  }
  .front-page-1 .slick-slider {
    max-height: 100vh;
  }
  .front-page-1 .slick-arrow {
    top: 50%;
  }
  .front-page-1 h1 {
    font-size: 3em;
  }
  .front-page-2 {
    padding: 3rem 0;
  }
  .front-page-2 .widget-wrap {
    width: calc(100% + 10vw);
    max-width: calc(100% + 10vw);
    margin: 0 -5vw;
  }
  .front-page-2 .gallery img {
    padding: 0 5vw;
  }
  .no-js .front-page-2 .gallery img {
    padding: 0 1rem;
  }
  .front-page-2 .gallery-item {
    margin: 0 !important;
  }
  .no-js .front-page-2 .gallery-item {
    max-width: 100%;
  }
  .front-page-3 .widget hr {
    margin: 7.5rem 0;
  }
  .front-page-3 .mejs-container {
    min-width: 100% !important;
    max-width: 100%;
  }
  .front-page-3 .mejs-mediaelement {
    box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236);
  }
  .front-page-3 .mejs-overlay-button {
    width: 8rem;
    height: 8rem;
  }
  .front-page-4 .pull-left {
    position: relative;
    right: 0;

    width: 150%;
    max-width: 150% !important;
    margin-left: -50%;
  }
  .front-page-5 {
    padding: 0;
  }
  .front-page-5 .listing-item {
    width: 33.33333333333333vw;
  }
  .front-page-6 {
    padding: 10rem 0;
  }
  .front-page-6 .widget {
    margin-bottom: 0;
  }
  .front-page-6 p {
    margin-bottom: 0;
  }
  .front-page-7 .pricing-table {
    margin-top: 5rem;
    margin-right: 0;
    margin-left: 0;
  }
  .front-page-7 hr {
    max-width: 100%;
  }
  .front-page-7 ul blockquote {
    padding-right: 2em;
    padding-left: 2em;
  }
  .front-page-8 .entry {
    clear: none;

    width: 31.62393%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2.5641%;
  }
  .front-page-8 .entry:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .front-page-8 .entry:nth-of-type(1n + 4) {
    margin-top: 2.5641%;
  }
  .front-page-9 .wrap {
    padding: 5rem 0;
  }
  .front-page-9 input {
    margin-bottom: 0;
  }
}
@media (min-width: 896px) {
  .content-sidebar-wrap {
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-sidebar-wrap:before,
  .content-sidebar-wrap:after {
    display: none;
  }
  .sidebar-content .content-sidebar-wrap {
    flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
  }
  .single .content,
  .contact-page .content {
    width: 768px;
  }
  .single-product .content {
    width: 896px;
  }
  .content {
    width: 100%;
  }
  .sidebar-primary {
    width: calc(34%);
    margin-top: -6rem;
    padding: 6rem 5rem 6rem 3rem;
    background-color: #fff;
    border-top-right-radius: 10px;
  }
  .blog .sidebar-primary,
  .archive .sidebar-primary {
    padding-top: 6rem;
  }
  .sidebar-content .content,
  .content-sidebar .content {
    width: calc(66%);
    margin-right: 0;
    margin-left: 0;
    border-top-left-radius: 10px;
  }
  .single .gallery {
    max-width: 896px;
  }
  .after-entry {
    width: calc(100% + 12rem);
    max-width: calc(100% + 12rem);
    margin: 0 -6rem;
    padding: 6rem;
  }
  .search-form .search-toggle {
    display: block;
  }
  .site-header .search-form input[type="search"] {
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;

    display: none;

    margin: auto 1em auto 0;
  }
  .sticky-header .site-header.shrink > .wrap {
    height: 7rem;
  }
  .site-header > .wrap {
    height: 10rem;
    padding: 0;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .no-js .site-header > .wrap {
    padding: 0;
  }
  .site-description {
    line-height: 1.382;

    text-align: left;
  }
  .before-header {
    width: 100vw;
    max-width: 100%;
  }
  /* .sticky-header .shrink .before-header
	{
	margin-top: -5rem;
} */
  .before-header .wrap {
    width: 88%;
    max-width: 1152px;
    padding: 0;
  }
  .header-widget-area {
    display: block;

    margin: 0 0 0 0.5em;

    -ms-flex-order: 5;
    order: 5;
  }
  .hero-section {
    padding: 20rem 0 13rem;
  }
  .has-before-header .hero-section {
    padding-top: 26rem;
  }
  .has-nav-secondary .hero-section {
    padding-top: 26rem;
  }
  .has-before-header.has-nav-secondary .hero-section {
    padding-top: 30rem;
  }
  .blog .hero-section,
  .archive .hero-section,
  .search-results .hero-section {
    padding-bottom: 10rem;
  }
  .menu {
    font-size: 1.3rem;
  }
  .menu .rss,
  .menu .date,
  .menu .search,
  .menu .twitter {
    margin-top: 0;
    margin-left: 0.618em;
  }
  .menu-item {
    display: -ms-flexbox;
    display: flex;

    width: auto;
    /* 		height: 10rem; */
    padding: 0 0.618em;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: initial;
    order: initial;
  }
  .shrink .menu-item {
    height: 7rem;
  }
  .menu-item:first-of-type > a {
    padding-left: 0;
  }
  .menu-item:last-of-type a {
    padding-right: 0;
  }
  .menu-item.button {
    margin: 0 0 0 1em;
  }
  .sub-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;

    width: 22rem;
    margin-left: -1em;
    padding: 1em 0;

    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #f6f8fa;
  }
  .sub-menu:before {
    display: block;
  }
  .sub-menu .menu-item {
    height: auto;
    padding: 0.5em 1em;
  }
  .sub-menu .menu-item:first-of-type {
    margin-top: 0;
  }
  .sub-menu a {
    position: relative;

    padding: 0;

    word-wrap: break-word;

    color: #90959f;
  }
  .sub-menu .sub-menu {
    top: -0.5em;
    left: -0.1rem;

    margin: -0.1rem 0 0 19.9rem;
    padding-left: 0;

    border: 1px solid #eceef1;
  }
  .nav-primary,
  .nav-secondary {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    display: block;
    overflow: visible;

    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;

    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .nav-primary.activated,
  .nav-secondary.activated {
    right: auto;

    box-shadow: none;
  }
  .no-js .nav-primary,
  .no-js .nav-secondary {
    display: block;

    width: auto;
  }
  .nav-primary .menu,
  .nav-secondary .menu {
    padding: 0;
  }
  .nav-secondary {
    width: 100%;

    border-top: 1px solid rgba(198, 202, 206, 0.3);
  }
  .nav-secondary .menu-item {
    height: 6rem;
  }
  .sticky-header .shrink .nav-secondary .menu-item {
    height: 5rem;
  }
  .nav-secondary .menu > .menu-item:first-of-type {
    padding-left: 0;
  }
  .menu-toggle {
    display: none;
  }
  .sub-menu-toggle {
    display: none;
  }
  .home .content .entry,
  .blog .content .entry,
  .archive .content .entry,
  .search-results .content .entry {
    width: 31.62393%;
    margin-bottom: 2.5rem;
  }
  .home .content .entry:nth-of-type(odd),
  .blog .content .entry:nth-of-type(odd),
  .archive .content .entry:nth-of-type(odd),
  .search-results .content .entry:nth-of-type(odd) {
    margin-left: 2.5641%;
  }
  .home .content .entry:nth-of-type(3n + 1),
  .blog .content .entry:nth-of-type(3n + 1),
  .archive .content .entry:nth-of-type(3n + 1),
  .search-results .content .entry:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .pagination {
    padding: 5rem 0;
  }
  .wpmenucart-contents {
    margin-left: 1em;
  }
  .front-page-1 .slick-wrap {
    width: 88%;
    max-width: 1152px;
    padding-top: 10rem;
  }
  .has-before-header .front-page-1 .slick-wrap {
    padding-top: 14rem;
  }
  .has-nav-secondary .front-page-1 .slick-wrap {
    padding-top: 16rem;
  }
  .has-nav-secondary.has-before-header .front-page-1 .slick-wrap {
    padding-top: 20rem;
  }
}
@media (min-width: 1152px) {
  .header-widget-area {
    margin: 0 0 0 2em;
  }
  .menu-item {
    padding: 0 1em;
  }
  .front-page-2 {
    padding: 4rem 0;
  }
  .front-page-2 .widget-wrap {
    width: calc(100% + 7.5rem);
    max-width: calc(100% + 7.5rem);
    margin: 0 -3.75rem;
  }
  .front-page-2 .widget-title {
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
  }
  .front-page-2 .widget-title a {
    color: #000;
    text-decoration: none;
  }
  .front-page-2 .gallery img {
    padding: 0 3.75rem;
  }
}
@media (min-width: 1280px) {
  .hero-section {
    padding: 24rem 0 18rem;
  }
  .has-nav-secondary .hero-section {
    padding-top: 30rem;
  }
  .has-before-header.has-nav-secondary .hero-section {
    padding-top: 34rem;
  }
  .blog .hero-section,
  .archive .hero-section,
  .search-results .hero-section {
    padding-bottom: 14rem;
  }
  .menu .rss,
  .menu .date,
  .menu .search,
  .menu .twitter {
    margin-left: 1.5em;
  }
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .pricing-table div {
    width: 100%;
  }
  .contact-page .agm-canvas {
    height: 30rem !important;
  }
  .the-coupon-container .coupon-grid a {
    width: 100%;
    margin-right: 0%;
    padding: 2% 5%;
  }
}
@media screen and (max-width: 896px) {
  .front-page-2 .slick-list {
    width: 90%;
    margin: 0 auto;
  }
}
@media print {
  *,
  *:before,
  *:after {
    color: #2a3139 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #eceef1;

    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar,
  .has-before-header .hero-section,
  #simple-social-icons-2,
  #simple-social-icons-3,
  #nav_menu-2 {
    display: none !important;
  }
  .title-area {
    width: 100%;

    text-align: center;
  }
  .site-title > a {
    margin: 0;

    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    position: relative;

    padding-top: 0;
  }
  .page .content,
  .single .content,
  .error404 .content {
    margin: 0;
    padding: 0;
  }
  .sticky-header .site-header {
    position: relative;
  }
  .before-header,
  .site-header > .wrap,
  .sticky-header .site-header {
    border: none !important;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #2a3139 !important;
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  body > div {
    font-size: 1.3rem;
  }
  .the-coupon-container .coupon-grid h4 {
    font-size: 1em;
  }
  .the-coupon-container img {
    width: 100px;
  }
  .the-coupon-container .coupon-grid a {
    width: 48.5% !important;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 2% 2% 0;
    border-color: #999;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
  .site-footer,
  .site-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .front-page-4 {
    background-image: none;
  }

  .mobile-buttons {
    display: block;
    padding: 1em 30px;
    background: #164461;
  }
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .wp-block-button a {
    width: 100%;
    text-align: center;
  }
  .menu-toggle,
  .sub-menu-toggle {
    width: auto;

    text-align: inherit;
  }
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .two-thirds,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .four-fifths,
  .four-sixths,
  .five-sixths {
    margin-bottom: 1em;
  }
  .site-header > .wrap {
    height: 8rem;
  }
  .site-header .before-header .widget_search {
    display: block;

    width: 100%;
    margin-bottom: 0;
  }
  .site-header .before-header .widget_search .search-form input[type="search"] {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .nav-primary {
    padding: 0 3rem;
  }
  .sub-menu-toggle {
    right: 0;
  }
  .phone,
  .schedule-header {
    width: 100%;
    text-align: center;
  }
  .front-page-1 > .wrap {
    padding: 0;
  }
  #front-page-1 {
    margin-top: 8rem;
    padding: 0 0 2em 0 !important;
    background-image: none;
    background-color: #006592;
  }
  #front-page-1 .featurette {
    float: left;

    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }
  #front-page-1 .featurette:after {
    display: table;
    clear: both;

    content: "";
  }
  /*#front-page-1 .featurette.f1
	{
	border-right: 1px solid #b1b1b1;
}
	#front-page-1 .featurette.f3
	{
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
}
	#front-page-1 .featurette.f4
	{
	border-top: 1px solid #b1b1b1;
}*/
  #front-page-1 .featurette .feature-heading {
    width: 80%;
    margin: 4% 10%;
  }
  #front-page-1 .featurette .feature-image img {
    height: 50px !important;
  }
  #front-page-1 .featurette.f2 .feature-image img {
    margin: 0 auto !important;
  }
  .front-page-1 h1 {
    margin: 30px 0;
  }
  .front-page-1 h2 {
    font-size: 16px;
  }
  #front-page-1 .featurette .description {
    display: none;
  }
  .front-page-2 .widget-title {
    font-size: 1.4em;
    padding-right: 6vw;
    padding-left: 6vw;
  }
  #front-page-3 #gform_widget-3 {
    width: 100%;
  }
  .front-page-7 .gpr-review {
    width: 100%;
    margin: 0 auto !important;
    padding: 20px 0 !important;
  }
}

@media (max-width: 480px) {
  a.alignright,
  img.alignright,
  .wp-caption.alignright,
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
}

.gform_wrapper ul.gform_fields li#field_10_8.gfield {
  text-align: center;
}

/* HOMEPAGE COUPONS */
#front-page-coupons {
  background: #fff;
  text-align: center;
  padding-bottom: 4em;
}
#front-page-coupons .homepage-coupons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin: 3em 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #front-page-coupons .homepage-coupons {
    grid-template-columns: 1fr;
  }
}

/* Premier Program Page */
.premier-program-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 1.5em auto;
  padding: 1em;
}

.dealer-logo {
  padding: 1.5em 1em;
  background: rgba(217, 217, 217, 0.5);
  border-radius: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
}

.premier-logo {
  flex: 1;
}

.premier-nav {
  flex: 1;
}

.premier-nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

/* Premier Hero */
.premier-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 4em auto;
  padding: 1em;
}

@media screen and (max-width: 1240px) {
  #content-premier-program {
    margin: 2em auto 2em auto;
  }
  .premier-hero {
    flex-direction: column;
    align-items: start;
  }

  .hero-text {
    padding-bottom: 1em;
    padding-right: 0em !important;
  }
}

@media screen and (max-width: 414px) {
  .premier-hero {
    margin-top: 0em;
  }

  .premier-hero .hero-title {
    margin-top: 0;
  }
}

.premier-hero .hero-text {
  flex: 60%;
  padding-right: 5em;
}

.hero-images {
  flex: 40%;
}

.premier-hero .hero-title {
  font-size: 70px;
  color: rgba(0, 47, 108, 1);
  line-height: 84.2px;
}

.premier-hero .hero-text-inner {
  font-size: 15px;
  line-height: 25px;
  color: rgba(65, 71, 80, 1);
}

.premier-hero .hero-images {
  position: relative;
}

.premier-hero .hero-image {
  width: 100%;
  max-width: 420px;
  min-width: 420px;
  height: auto;
  border-radius: 24px;
}

.image-pill {
  display: flex;
  align-items: center;
  position: absolute;
  width: 277px;
  height: 123px;
  left: 225px;
  top: 265px;
  z-index: 2;
  background: #fcfcfc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
}

@media screen and (max-width: 520px) {
  .premier-hero .hero-image {
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    height: auto;
  }

  .image-pill {
    top: 160px;
    left: 15px;
    height: 97px;
  }
}

.premier-video-section {
  background: #f5f5f5;
  padding: 4em;
  margin-top: 2em;
}

@media only screen and (max-width: 414px) {
  .premier-video-section {
    padding: 1.5em;
  }
}

.premier-video-wrap {
  width: 100%;
  height: auto;
  max-width: 1250px;
  margin: 0 auto;
}

.premier-video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.premier-video-container iframe,
.premier-video-container object,
.premier-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Program Benefits section */
.program-benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.program-benefits-container {
  display: flex;
  justify-content: center;
  padding: 1.5em 0 3em 0;
  margin-bottom: 2em;
}

.program_benefits_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.program-benefits-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60.51px;
  text-align: center;
  color: rgba(0, 47, 108, 1);
  padding-top: 1em;
}

.benefit-item {
  flex-basis: calc(100% / 6); /* Six columns */
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 290px;
  padding: 1em;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  /* Adjust the number of columns and spacing on smaller screens */
  .benefit-item {
    flex-basis: calc(100% / 1); /* Three columns */
    margin-bottom: 1em;
  }

  .program_benefits_list {
    justify-content: center;
  }
}

.check-icon {
  padding-right: 1em;
}

.benefit-item p {
  margin-top: 0;
  font-size: 19px;
}

.page-template-premier-program h1,
h2,
h3,
span {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

.page-template-premier-program li,
p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

/* Table Section */
.table-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(245, 245, 245, 1);
  padding: 2em 2em 4em 2em;
}

.table-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2em;
  border-radius: 24px;
  overflow-x: auto;
}

.table-title-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.table-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60.51px;
  text-align: center;
  color: rgba(0, 47, 108, 1);
  padding: 0 0 1em 0;
}

.table-text-bold {
  font-size: 19px;
  margin: 0;
  font-weight: 700;
}

.table-text-light {
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

.table-logo {
  width: 100%;
  max-width: 140px;
  min-width: 140px;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 15px; /* Adjust the padding value as needed */
}

.custom-width-10 {
  width: 15%; /* Custom width for the specific th element */
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.col-h {
  margin: 0;
  padding: 0;
}

.x-icon,
.check-mark,
.check-mark-gray {
  width: 100%;
  max-width: 24px;
  min-width: 24px;
  height: auto;
}

.custom-width-25 {
  width: 20%; /* Custom width for the specific th element */
  text-align: center;
}

.mid {
  text-align: center;
}

/* FAQ section */
.faq-benefits-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.faq-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 1em;
  margin: 0 auto 4em auto;
}

.faq-benefits-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60.51px;
  text-align: center;
  color: rgba(0, 47, 108, 1);
  padding: 1em 0 1em 0;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
}

.faq-accordions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px; /* Add spacing between columns */
}

.accordion-container {
  flex-basis: calc(
    50% - 20px
  ); /* Set each accordion container to take 50% width minus half of the gap */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.accordion {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0;
  width: 100%; /* Set all buttons to the same width */
  background-color: #ffffff;
  cursor: pointer;
  border: none;
}

.accordion:hover {
  background-color: #ffffff;
  color: rgba(0, 47, 108, 1);
}

.question-text {
  margin: 0;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 0.5em;
  color: rgba(0, 47, 108, 1);
  text-transform: none;
}

.panel-text {
  margin-top: 0.4em;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.button-icon {
  margin-left: 10px; /* Add spacing between the question and plus sign */
  padding-top: 4px;
}

.panel {
  display: none;
  background-color: #fff;
  flex-grow: 1;
}

.accordion.active .panel {
  display: block;
}

@media (max-width: 768px) {
  .accordion-container {
    flex-basis: 100%; /* One column */
  }
}

.service-area-rows .column {
  max-width: 100%;
  width: 33.33%;
}
@media (max-width: 767px) {
  .service-area-rows .column {
    width: 50%;
  }
}

.home-promo-banner {
  background-color: #facc0b;
  padding: 30px 20px;
}

.white-popup-block {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 30px;
  max-width: 1200px;
  margin: auto;
}

.white-popup-block .popup-modal-dismiss {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

#modal-data .row {
  display: flex;
  flex-wrap: wrap;
}

.image-col,
.video-col {
  width: 50%;
}

.white-popup-block .image-col img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .white-popup-block {
    padding: 30px 10px !important;
  }

  .white-popup-block .popup-modal-dismiss {
    top: 10px;
    right: 15px;
  }

  .image-col,
  .video-col {
    width: 100%;
  }
}

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

WHO WE ARE 

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

.page-template-who-we-are div#home-hero {
  /* aspect-ratio: 1900/900;
  display: flex;
  align-items: center; */
}

.page-template-who-we-are div#home-hero .inner {
  width: 100%;
}

.page-template-who-we-are .lawton-content * {
  font-family: "Arvo", serif !important;
  font-size: 30px;
  font-weight: bold;
  color: #1369b0;
}

.page-template-who-we-are .lawton-content ol li img {
  display: inline-block;
  aspect-ratio: 1;
  object-fit: contain;
  width: 141px;
  margin-right: 30px;
}

.page-template-who-we-are .lawton-content ol {
  list-style-type: none;
  /* Remove default list marker */
  list-style-position: inside;
  /* Position the marker inside the list item */
  padding: 0;
  counter-reset: item;
  /* Remove default padding */
}

.page-template-who-we-are .lawton-content ol li {
  position: relative;
  /* Set position to relative to contain the absolute marker */
  padding-left: 70px;
  display: flex;
  align-items: start;
}

.page-template-who-we-are .lawton-content ol li::before {
  content: counter(item) ".";
  /* Use counter for the marker content */
  counter-increment: item;
  /* Increment the counter */
  position: absolute;
  /* Set position to absolute */
  left: 0;
  /* Adjust as needed to position the marker */
  font-size: 64px;
}

.page-template-who-we-are .lawton-content ol li .ol-title {
  font-size: 48px;
}

.page-template-who-we-are .lawton-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background-color: #fff;
}

.page-template-who-we-are .lawton-content > .content {
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background: transparent;
}

.page-template-who-we-are .lawton-content > .content-icon {
  max-width: calc(379px + 100px);
  min-width: 200px;
  width: 50%;
}

.page-template-who-we-are .lawton-content > .content > p b {
  font-size: 40px;
}

@media screen and (max-width: 1299px) {
  .page-template-who-we-are .lawton-content {
    flex-direction: column;
  }
  .page-template-who-we-are .lawton-content > .content-icon {
    padding: 30px;
  }
  .page-template-who-we-are .lawton-content * {
    font-size: 20px;
  }
  .page-template-who-we-are .lawton-content ol li::before,
  .page-template-who-we-are .lawton-content > .content > p b,
  .page-template-who-we-are .lawton-content ol li .ol-title {
    font-size: 28px;
  }
  .page-template-who-we-are .lawton-content ol li img {
    width: 100px;
  }
  .page-template-who-we-are .lawton-content > .content {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1300px) {
  .page-template-who-we-are .lawton-content {
    background-image: url(/wp-content/uploads/lowton-bg.jpg);
    background-size: cover;
    background-position: 18% 33%;
  }
  .page-template-who-we-are .lawton-content > .content {
    width: 62%;
  }

  .page-template-who-we-are .lawton-content > .content-icon {
    padding: 50px;
    width: 35%;
  }
}

body.no-js .site-header {
  position: fixed;
}

body.no-js .before-header {
  height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

body.no-js .site-header > .wrap {
  height: 6rem;
  padding: 0;
}

@media (min-width: 896px) {
  body.no-js .site-header > .wrap {
    height: 10rem;
    padding: 0;
    flex-wrap: nowrap;
  }
}

body.no-js .nav-primary .menu-item,
body.no-js .nav-secondary .menu-item {
  padding: 0 0.618em;
}

.menu-item {
  display: block;
}

@media (min-width: 1152px) {
  body.no-js .nav-primary .menu-item,
  body.no-js .nav-secondary .menu-item {
    padding: 0 1em;
  }
}

@media (min-width: 896px) {
  .menu-item {
    display: flex;
  }
}

.gpr-rating-time {
  color: #555 !important;
}

body .before-footer {
  background-color: #2155a3;
}

/* WATER HEATER QUIZ */

html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}

.quiz-popup:not(.active) {
  display: none !important;
}

.quiz-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999;
  inset: 0;
  cursor: pointer;
}

.quiz-popup__inner {
  flex: 0 0 740px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: calc(100% - 100px);
  color: white;
  position: relative;
  cursor: auto;
}

.quiz-popup__inner
  :is(
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    p,
    ol,
    ul,
    li,
    label
  ) {
  color: inherit;
}

.quiz-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid white;
  background-color: black;
  box-shadow: 0px 0px 5px 0px black;
  width: 28px;
  height: 28px;
  padding-top: 1px;
  color: white;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(50%, -50%, 0);
  cursor: pointer;
}

.quiz-popup__scrollwrap {
  overflow-y: auto;
  padding: 25px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 920px auto;
  background-color: #c4d9f6;
  background-attachment: local;
}

.quiz-popup__content {
  margin-left: 200px;
  margin-top: 96px;
}

.quiz-popup__content__heading {
  margin-bottom: 8px;
}

.quiz-popup__content__intro {
  margin-bottom: 15px;
}

.quiz-popup__content__intro h3 {
  margin-bottom: 6px;
}

.quiz-popup__content__form :is(.gfield_required, .validation_message) {
  display: none !important;
}

.quiz-popup__content__form [class*="col-"]:first-child {
  padding-left: 0;
}

.quiz-popup__content__form .gform_fields .gfield.form-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-popup__content__form .gform_fields .gfield.form-question > label {
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  font-size: 19px;
}

.quiz-popup__content__form .gform_fields .gfield.form-popup-total > label {
  color: black;
}

.quiz-popup__content__form .gform_fields .gfield.form-question > div {
  flex: 0 0 120px;
}

.quiz-popup__content__form .gfield--input-type-html,
.quiz-popup__content__form .gfield--input-type-html ~ .gfield {
  color: black;
}

.quiz-popup__content__form .gform_footer {
  padding-bottom: 0 !important;
}

.quiz-popup__content__form .gform_footer input {
  margin-bottom: 0 !important;
}

.quiz-popup__content__below {
  color: black;
}

.quiz-popup__content__form .gform_validation_errors {
  display: none !important;
}

@media (min-width: 768px) {
  .quiz-popup__content .mobile-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .quiz-popup__content__form .gform_fields .gfield.form-popup-total > label,
  .quiz-popup__content__form .gfield--input-type-html,
  .quiz-popup__content__form .gfield--input-type-html ~ .gfield {
    color: white;
  }

  .quiz-popup__scrollwrap {
    background-color: #1c549f;
    background-image: none !important;
  }

  .quiz-popup__content {
    margin: 0;
  }

  .quiz-popup__close {
    border: none;
    box-shadow: none;
    top: 3px;
    right: 3px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .quiz-popup__inner {
    max-height: 100%;
  }

  .quiz-popup__content__form [class*="col-"] {
    padding-right: 0;
  }
}

.quiz-popup__content {
  margin: 0;
  padding: 20px 0 20px 30px;
  background: #fff;
  position: relative;
}

.quiz-popup__scrollwrap {
  background: #0d6eaa;
  padding: 0;
}

.quiz-popup__content__form {
  background-image: url(/wp-content/uploads/iStock-658408422.jpg);
  background-size: cover;
  padding: 30px;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
  background-position: center;
}

.quiz-popup__content__form .gform_required_legend {
  display: none;
}

.quiz-popup__content__form select,
.quiz-popup__content__form input {
  border: 2px solid #1b3556 !important;
  border-radius: 100px !important;
  max-width: 340px !important;
}

.quiz-popup__content__form .gfield_label {
  color: #ffcc01;
  font-weight: bolder;
  font-family: "Oswald", sans-serif;
}

.quiz-popup-logo {
  width: 100%;
  max-width: 190px;
  position: absolute;
  bottom: 0;
  right: 40px;
  background: #fff;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}

.quiz-popup-logo > img {
  width: 100%;
}

.quiz-popup__content__form input[type="checkbox"],
.quiz-popup__content__form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}

.quiz-popup__content__form input[type="checkbox"]:checked,
.quiz-popup__content__form input[type="radio"]:checked {
  background-color: #000;
}

.quiz-popup__content__form input[type="checkbox"]:checked::after,
.quiz-popup__content__form input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  background-color: #ffcc01;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
  border-radius: 10px;
}

.quiz-popup__content__form input[type="checkbox"] {
  border-radius: 3px;
  /* Square checkbox */
}

.quiz-popup__content__form input[type="checkbox"]:checked::after {
  width: 15px;
  height: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .quiz-popup-logo {
    display: none;
  }
}

/* -----------------
 * Water quiz Result Page Template
 * ----------------- */

.results-container {
  position: relative;
  width: 100%;
  height: 400px;
}
.results-container img {
  width: 100%;
  height: 100%;
}
.results-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 65px;
  font-weight: bold;
  color: white;
  font-family: "Oswald", sans-serif;
}
.results-color {
  color: #0068a6;
}

.result-color-w-bg {
  color: #ffffff;
}

.result-content-bg {
  background-image: url("/wp-content/uploads/content-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.result-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 30px;
  max-width: 1500px;
  width: 100% !important;
}

.result-heading {
  font-size: 40px;
}

.result-text {
  font-size: 30px;
}

.result-form-field {
  color: #fdcd00;
}

.result-coupon {
  padding: 50px 100px;
  margin: 50px;
  background-color: #1d6fad;
  border-radius: 71px;
  border: 2px solid #0d173d;
  max-width: 1500px;
  width: 100% !important;
}

.full-width {
  max-width: 100%;
  width: 100% !important;
}

#gform_wrapper_17 .gform_heading {
  display: none;
}

#gform_fields_17 label {
  font-size: 34px !important;
  margin-top: 50px;
}

#gform_submit_button_17,
.button.book-online {
  width: 100% !important;
  background: #fdcd00 !important;
  color: #0068a6;
  border: 2px solid #1b3556;
  font-size: 42px;
  font-family: "Oswald", sans-serif;
  line-height: normal !important;
  height: auto;
  padding: 10px 20px;
  max-width: 400px;
  border-radius: 30px;
  margin-top: 40px !important;
}

#gform_17 .gform_footer {
  justify-content: center;
}

.desktop-none {
  display: none;
}

h1.results-color {
  font-family: "Oswald", sans-serif;
	max-width:1300px;
	margin:auto;
	padding:0 30px;
}

@media screen and (max-width:1400px) {
	h1.results-color {
		font-size:1.7em;
	}
}

.result-heading {
  font-family: "Oswald", sans-serif !important;
  font-weight: bold;
}

div#gform_fields_17 label {
  font-family: "Oswald", sans-serif;
}

.result-text {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
}
/* Styles for phones */
@media (max-width: 767px) {
  .results-text {
    position: absolute;
    top: 50%;
    font-size: 75px;
  }

  .results-container {
    height: 263px;
  }

  .mobile-none {
    display: none;
  }

  .desktop-none {
    display: block;
  }

  .result-coupon {
    padding: 29px 32px;
    margin: 20px;
  }

  #gform_fields_17 label {
    font-size: 20px !important;
    margin-top: 0px;
  }

  #gform_submit_button_17 {
    width: 100% !important;
    font-size: 18px;
  }

  .result-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .result-heading {
    font-size: 20px;
  }

  .result-text {
    font-size: 18px;
  }
}

.menu-toggle {
	height: 24px;
	padding: 0;
}

.menu-toggle span {
	position: static;
}


.menu-toggle span,
.menu-toggle span::before, 
.menu-toggle span::after {
	width: 4rem;
	height: 4px;
}

.menu-toggle span::before {
	top: 0;
}

.menu-toggle span::after {
	bottom: 0;
}

.menu-toggle.activated span::before {
	top: 10px;
}

.menu-toggle.activated span::after {
	bottom: 9px;
}

.site-footer .rpdp-phone-link {
	padding-left: 0;
}

.site-footer .menu {
	padding-left: 0;
}

.site-footer .menu-item a {
	margin-bottom: 0.4em;
}

@media (max-width: 767px) {
	.top-header-fields.mobile .call-text {
		font-size: clamp(32px,10vw,50px);
	}
	
	#front-page-1 .featurette .feature-image img {
		width: auto;
	}
	
	.premier-banner-img {
		width: 100%;
	}
	
	.premier-banner-img img {
		width: 100%;
		height: auto;
	}
}



/* -----------------
 * Water quiz Button
 * ----------------- */

.mobile-quiz-button {
    width: 100%;
    max-width: 220px;
}

@media screen and (min-width:768px){
	.mobile-quiz-button {
		display: none;
	}
}

@media screen and (max-width:767px){
	.desktop-quiz-button {
		display: none;
	}
}

:is(.desktop-quiz-button, .mobile-quiz-button) :is(picture, img) {
	cursor: pointer;
}