/*
Theme Name: Reliable Design-Build-Remodel
Theme URI: https://www.reliablerem.com/
Description: RDBR theme updated for PHP8.0
Author: John William Jones III
Author URI: https://reliablerem.com

Version: 2.8.1-dev

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: homexpertconstruction
*/

/* Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings*
  - Objects
  - Forms
  - Modal Form
  - Tables
  - Screen Reader Text
  - Slicks
  - Social Media
  - Gallery
- Structure and Layout
  - Site Container
  - Site Inner
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Skip Links
- Site Header
  - Title Area
  - Header Right
- Site Navigation
  - Responsive Menu
  - Header Menu
  - Footer Menu
- Content Area
  - Entry Content
  - Entry Meta
  - Pagination
  - Entry Comments
- Site Sections
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
  - Min-width: 1024px
    - Site Header
    - Header Right
    - Header Menu
    - Genesis Menu
    - Responsive Menu
    - Header Menu
    - Site Inner
    - Modal Form
    - Site Section
    - Content
    - Sidebar
    - Author Box
    - After Entry
    - Column Classes
    - Entry Misc.
    - Footer Widgets
  - Min-width: 992px
  - Max-width: 1023px
    - Site Header
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
  box-sizing: border-box;
}

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

:root {
  --secondary-font-family: "Merriweather", sans-serif;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

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

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

body {
  background-color: #fff;
  color: #363636;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #b6a175;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #b6a175;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

.secondary-font {
  font-family: var(--secondary-font-family);
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
}

h1 span {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #b6a175;
  font-weight: 500;
  display: block;	
}

h2 {
  font-size: 24px;
}

h3 {
  color: #b6a175;	
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1.underline-left {
  text-align: left;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
  position: relative;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  border: 1px solid #959595;
}

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

::-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #636363;
  opacity: 1;
}

::placeholder {
  color: #464646;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #010101;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="submit"]:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover,
.button:focus,
.button:hover {
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

.wpcf7 {
  position: relative;
}

form.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  left: auto;
  right: 1px;
  width: auto;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  top: -13px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232 !important;
  background-color: #dc3232;
  color: #fff;
  font-size: 12px;
}

div.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 0 0 20px 0;
  position: absolute;
  left: 0;
  right: 0;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.sfl-modal {
  z-index: 9999;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

form .wpcf7-submit {
  background: #958460;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

form.contact-us {
  max-width: 600px;
  margin: auto;
  background-color: rgb(0 0 0 / 70%);
  padding: 16px;
  position: relative;
  border-radius: 5px;
}

form.contact-us .form-icon {
  right: 14px;
}

.page-id-403 .page-banner .hero-form {
  display: none !important;
}

.footer-intro-text {
  font-size: 18px;
  margin-bottom: 8px;
}

.form-field label {
  text-transform: uppercase;
}

.wpcf7-form-control-wrap.interest {
  position: relative;
  z-index: 1;
}

.wpcf7-form-control-wrap.interest:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  font-size: 12px;
  color: #fff;
}

.grecaptcha-badge {
  opacity: 0;
}

.recatpcha-note {
  margin-bottom: 14px;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

/* Modal Form
--------------------------------------------- */
.modal-button {
  position: fixed;
  font-size: 18px;
  bottom: 0;
  left: auto;
  z-index: 999;
  max-width: 345px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 20px;
  font-family: "Merriweather", serif;
  background: #968664;
  background: -moz-linear-gradient(left, #968664 0%, #a99a71 56%, #b9a87c 100%);
  background: -webkit-linear-gradient(
    left,
    #968664 0%,
    #a99a71 56%,
    #b9a87c 100%
  );
  background: linear-gradient(to right, #968664 0%, #a99a71 56%, #b9a87c 100%);
}

.form-title {
  text-align: center;
  font-size: 22px;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.form-title i {
  color: #830f0a;
  font-size: 28px;
}

.form-container {
  background-color: rgb(0 0 0 / 70%);
  border: 1px solid #b6a175;
  color: #fff;
  padding: 4px 25px;
}

.hero-caption .hero-form {
  width: 100%;
  max-width: 1170px;
  margin-top: 100px;
  display: none;
}

.form-field .col-1 {
  position: relative;
  margin-bottom: 5px;
}

.hero-caption .form-field .col-1 {
  margin-bottom: 0;
}

.hero-caption .hero-form .flex-field {
  display: flex;
  gap: 12px;
  height: 48px;
}

.hero-caption .hero-form .flex-field > div {
  flex: 1;
}

.form-icon {
  position: absolute;
  right: 15px;
  color: #898989;
  top: 50%;
  transform: translatey(-50%);
}

.hero-form .recatpcha-note {
  text-align: center;
  color: #fff;
}

.hero-form form .wpcf7-submit {
  margin: auto;
}

.page-id-347 .hero-form {
  display: none;
}

.sfl-animate-opacity {
  animation: opac 0.8s;
}

.sfl-modal-content {
  margin: auto;
  position: relative;
  outline: 0;
  max-width: 450px;
  width: 100%;
}

.sfl-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.sfl-button {
  font-size: 2rem;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-weight: 600;
  background-color: #b10202;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recaptcha-note {
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}

.recaptcha-note a {
  color: #fff;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

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

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Slicks
--------------------------------------------- */

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 3.6 !important;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.card-slider-prev,
.card-slider-next {
  color: #1f6294;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 5px;
}

.slick-dots li button {
  font-size: 0;
  background-color: #acacac;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 2px;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
}

.hero-slider .slick-dots li button {
  border-radius: 0;
  width: 70px;
  height: 5px;
  margin-right: 15px;
  margin-left: 15px;
}

.hero-slider .slick-dots li.slick-active button {
  background-color: #3f4d4e;
}
.slick-slide img {
  margin: auto;
}

.testimonial-slider-prev,
.testimonial-slider-next {
  width: auto;
  font-size: 18px;
  background-color: rgb(0 0 0 / 40%);
  padding: 0 8px;
  transform: translateY(-90%);
  line-height: 2.6 !important;
}

.testimonial-slider-prev {
  left: 16px;
}

.testimonial-slider-next {
  right: 16px;
}

.badge-slider-next,
.badge-slider-prev {
  color: #fff;
  padding: 6px;
  background-color: rgb(62 62 62 / 60%);
  z-index: 1;
}

.badge-slider-prev {
  left: -20px;
  line-height: 2.6 !important;
}

.badge-slider-next {
  right: -20px;
  line-height: 2.6 !important;
}

/* Social Media
--------------------------------------------- */
.social-media {
  display: flex;
}

.social-media--icon {
  color: #fff;
  padding: 8px;
  width: 30px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

.social-media--icon:hover {
  color: #fff;
  background-color: #3b5998;
}

.social-media--icon.yelp:hover,
.footer-column .social-media--icon.yelp {
  background-color: #cf0000;
}

.social-media--icon.gmb:hover {
  background-color: #4a81e8;
}

.social-media--icon.facebook:hover {
  background-color: #3b5998;
}

.social-media--icon.youtube:hover {
  background-color: #bb0000;
}

.social-media--icon.twitter:hover,
.footer-column .social-media--icon.twitter {
  background-color: #2ca5da;
}

.social-media--icon.houzz:hover {
  background-color: #47ba00;
}

.social-media--icon.linkedin:hover,
.footer-column .social-media--icon.linkedin {
  background-color: #0073b1;
}

.social-media--icon.bbb:hover {
  background-color: #3a96a5;
}

.social-media--name {
  display: none;
}

/* Gallery
--------------------------------------------- */
.sfs-category-navigation {
  margin: 60px 0;
}

div.sfs-category-navigation .category-item {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #c3c3c3;
  color: #848484;
  text-transform: uppercase;
}

div.sfs-category-navigation .category-item.active,
div.sfs-category-navigation .category-item:hover,
div.sfs-custom-gallery .sfs-loadmore-btn:hover {
  background-color: #1f6294;
  color: #fff;
  border-color: #1f6294;
}

div.sfs-custom-gallery .sfs-loadmore-btn {
  background-color: #1f6294;
  color: #fff;
  padding: 8px;
  margin: 60px auto;
  max-width: 310px;
  width: 100%;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
}

/* Buttons
--------------------------------------------- */
.btn-group {
	display: flex;
    gap: 25px;
}

.btn {
  color: #fff;
  padding: 12px 24px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
}

.btn i {
  color: #b6a175;
  font-size: 12px;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.default-btn {
  border: 1px solid #000;	
}

.primary-btn {
  background-color: #b6a175;
  border-color: #b6a175;
}

.secondary-btn {
  background-color: #0c2849;
  border-color: #0c2849;
  color: #fff;
}

.dark-btn {
  background-color: #010101;
  border-color: #010101;
  cursor: pointer;
}

.light-btn {
	background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    color: #000;
}

.print-btn {
    color: #000;
    border-color: #d7d7d7;
}

.contact-us-btn {
  text-transform: uppercase;
}

.contact-us-btn a:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

div.site-container .wp-block-button .wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Merriweather", sans-serif;
}

div.site-container .wp-block-button .wp-block-button__link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 4px;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-bottom;
}

div.site-container .wp-block-button.double-check a:after {
  content: "\f560";
  font-size: 14px;
}

.sched-btn i {
    color: #000;
}

/* Custom
--------------------------------------------- */
.hero-caption .wrap {
  max-width: 1020px;
  text-align: center;
}
.hero-btn-group {
 justify-content: center;
}
.hero-btn-group .btn {
  margin: 0;
  border: 1px solid #fff;
  text-align: center;	
}

.caption-btn-center {
  width: 100%;
  max-width: 308px;
  margin-top: 28px;
}

.box-wrap {
  background-color: rgb(255 255 255 / 50%);
  box-shadow: 0 12px 12px rgb(0 0 0 / 15%);
  padding: 40px;
}

.is-bg-fixed {
  background-attachment: fixed;
}

.hidden {
  display: none;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}

.content-sidebar-wrap {
  margin: 0 auto 60px;
  padding: 30px;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

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

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

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

.breadcrumb {
  font-size: 12px;
  margin-bottom: 40px;
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  padding: 12px 24px;
  text-align: center;	
}

.breadcrumb .separator {
  margin: 0 8px;
}

.breadcrumb a {
  color: #fff;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  max-width: 560px;
  width: 100%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #1f6294;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* 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,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  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 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

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

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

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

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Skip Links
---------------------------------------------------------------------------- */

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

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #010101;
  outline: 0;
}

/* Site Header
---------------------------------------------------------------------------- */
.top-bar {
    display: none;
}

.top-bar > div {
  flex: 1;
}

.top-bar.sticky-head {
  background-color: rgb(107 90 55 / 95%);
}

.right-top-bar {
  padding-right: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  justify-content: flex-end;
}

.center-top-bar {
  color: #fff;
  text-align: center;
}

.center-top-bar i {
  margin: 0 12px;
}

.covid-update {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.covid-update:hover {
  color: #fff;
}

.right-top-bar i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #b6a175;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-top-bar a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header {
  position: fixed;
  padding: 0 60px;
  width: 100%;
  z-index: 9999;
  background-color: rgb(0 0 0 / 70%);
  box-shadow: 0 2px 5px rgb(150 150 150 / 30%);
}

/* Title Area
--------------------------------------------- */
.title-area a {
  top: 0;
}

.title-area img {
  background-color: #000000;
  transition: all 0.2s;
}

.sticky-head .title-area img {
  max-width: 172px;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

/* Header Right
--------------------------------------------- */

.header-right {
  display: flex;
  color: #fff;
  align-items: center;
}

.header-right i {
  font-size: 36px;
  color: #b6a175;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border: 2px solid #cfcfcf;
}

.phone-number {
  display: flex;
  flex-direction: column;
}

.phone-number span {
  font-size: 10px;
  font-weight: 700;
}

.phone-number a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.mobile-dot-nav {
  position: absolute;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  padding: 20px 0;
  width: 40px;
  text-align: center;
}

.mobile-dot-nav i {
  transform: rotate(90deg);
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  text-align: left;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #fff;
  display: block;
  font-size: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  line-height: 1.3;
}
/*
.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .current-menu-ancestor,
.genesis-nav-menu .current-menu-item {
  background-color: #b6a175;
  color: #fff;
  border-radius: 3px;
}
*/
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  background-color: #212020;
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff;
  text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

nav,
.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #010101;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  border-width: 0;
  color: #fff;
}

.menu-toggle {
  line-height: 20px;
  margin-top: 0;
  padding: 20px 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  border-radius: 0;
  width: 40px;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.menu-toggle:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
}

.site-header .dashicons-before::before {
  content: none;
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  padding: 9px 10px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.sub-menu-toggle:after {
  content: "\f0d7";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}

.header-nap {
  display: none;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  background-color: #010101;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

#menu-our-services-1 li,
#menu-service-areas-1 li,
#menu-quick-links-1 li {
  transition: 0.2s 0.1s;
  border-bottom: 1px solid #b7b7b7;
  padding: 12px 0;
}

#menu-our-services-1 li:before,
#menu-service-areas-1 li:before,
#menu-quick-links-1 li:before {
  content: "\f0da";
  font-weight: 900;
  padding-right: 8px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}

.footer-column ul li:hover {
  background-color: #fff;
  padding-left: 14px !important;
}

.footer-column ul li:hover a {
  color: #000;
}

#menu-our-services-1 li:hover:before,
#menu-service-areas-1 li:hover:before,
#menu-quick-links-1 li:hover:before {
  color: #b6a175;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

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

.entry-content ul > li {
  list-style-type: none;
  padding-left: 22px;
}

.entry-content ul > li:before {
  content: "\f061";
  color: #3f4d4e;
  font-family: "Font Awesome 5 Free";
  margin-right: 16px;
  margin-left: -28px;
  font-weight: 900;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: none;
}

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

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

.blog h1.title_style,
.archive h1.title_style {
  flex: 100%;
  text-align: center;
}

#blog-widget {
  position: relative;
  width: 100%;
}

.blog-widget-wrap {
  display: flex;
}

.blog-widget-wrap section {
  flex: 1;
  position: relative;
}

.blog-widget-wrap section:not(:last-of-type) {
  margin-right: 30px;
}

.blog-widget-wrap select {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #010101;
}

.blog-widget-wrap select:hover {
  background-color: #000;
  color: #fff;
}

.blog-widget-wrap h3 {
  display: none;
}

.blog-widget-wrap section select {
  text-transform: uppercase;
  font-weight: 700;
}

#blog-widget .widget-wrap:after {
  content: "\f0d7";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  pointer-events: none;
}

#blog-widget:hover .widget-wrap:after {
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 25px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select option {
  background-color: #830f0a;
  color: #fff;
}

.blog-post-article {
  display: flex;
  flex-wrap: wrap;
}

.blog-post-article article {
  margin-bottom: 30px;
  flex: 1 48%;
  max-width: 560px;
}

.blog-post-article article:nth-child(odd) {
  margin-right: 30px;
}

.blog-post-header {
  margin-bottom: 30px;
}

.article-block.post-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #fff;
}

.article-block.post-wrap > img {
    position: absolute;
}

.article-wrap {
  height: 100%;	
  width: 100%;
  padding: 15px 30px;
  color: #fff;	
}

.article-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
}

.article-wrap > * {
    z-index: 1;
    position: relative;
}

.post-title {
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.post-title a {
  color: #fff;
}

.post-info {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}

.post-info a {
  color: #fff;
}

.post-info i {
  color: #b6a175;
  margin-right: 5px;
}

.article-wrap:hover .post-info,
.article-wrap:hover .post-info i {
  color: #fff;
}

.read-post {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 0;
  font-family: "Merriweather", sans-serif;
}

.article-block.post-wrap:hover .read-post {
  color: #fff;
  text-decoration: underline;
}

.archive-pagination.pagination {
  flex: 100%;
}

.category-name {
  padding-top: 50px;
  margin-top: -30px;
  padding-left: 0 !important;
}

.category-name li:first-of-type {
  height: auto;
}

li.page_item.page-item-829,
li.page_item.page-item-827,
li.page_item.page-item-724,
li.page_item.page-item-722 {
  display: none;
}

.search-result article,
.search-result .more-link {
  margin-bottom: 0;
}

div.sfs-review.reviewpostbox-form button.sfcr-submit-review,
div.view-review-form button.sfcr-create-review {
  background-color: #830f0a;
  border-color: #830f0a;
  border-radius: 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
  text-align: center;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #ffffff;
  color: #0c2849;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 700;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #0c2849;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

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

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

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

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Site Sections
---------------------------------------------------------------------------- */
.hero-slider__image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 896px;
  background-position: inherit;
}

.hero-caption {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 112px 20px 0;
}

.home .hero-caption {
  padding-top: 190px;
}

.hero-caption__wrap {
  text-align: left;
}

.hero-caption-title {
  font-size: 70px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: table;
  padding: 2px 20px;
  margin: auto;
  position: relative;
}

.hero-caption-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}

.hero-caption-text-title {
  color: #fff;
  font-size: 46px;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero-btn {
  background-color: #3dae2b;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.hero-btn:hover {
  background-color: #1f6294;
  color: #fff;
}

.site-section {
  position: relative;
  padding: 60px 15px;
}

.page-banner {
  position: relative;
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner--overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.page-banner--overlay.disable {
  display: none;
}

.page-tagline {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-badge {
  margin-bottom: 20px;
}

.hero-title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Merriweather", serif;
  text-decoration: underline;
}

.section-title {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-family: "Merriweather", serif;
}

.section-title span {
  display: block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #b6a175;
}

h1:after,
.section-title:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #b6a175;
  display: block;
  margin: 16px auto 30px;
}

/* Content 
------------------------------------------*/
.tab-nav {
  display: flex;
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
    
.tab-item {
  flex: 1;
  text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}

.tab-item.active {
	border-bottom: 5px solid #b6a175;	
}

/* Sevices 
------------------------------------------*/

.services--item {
  display: flex;
  gap: 30px;
}

.services--item-container {
  flex: 1;
  border: 2px solid #b6a175;
  transition: all 0.3s;
}

.services--item-container:hover {
  transform: translateY(-20px);
}

.services--title {
  color: #ffffff;
  margin-bottom: 50px;
}

.services-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  position: relative;
}

.services--item-container:hover .service-overlay {
  background-color: rgb(0 0 0 / 80%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.services-item-text {
  display: none;
}

.services--item-container:hover .services-item-text {
  display: block;
}

.service-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 390px;
}

.services--item-container:hover .service-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  position: relative;
  color: #fff;
}

.service-item-title {
  font-family: "Merriweather", sans-serif;
  font-size: 22px;
  color: #b6a175;
  text-align: center;
  padding: 20px;
  background-color: rgb(0 0 0 / 80%);
}

.services--item-container:hover .service-item-title {
  margin-bottom: 40px;
  background-color: transparent;
  padding: 0;
}

.service-item-content a {
  color: #fff;
  font-weight: 700;
}

.service-item-content .services--item-btn {
  display: block;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  color: #fff;
}

.service-item-content .services--item-btn i {
  color: #b6a175;
}

.service-cta {
  max-width: 1170px;
  margin: 80px auto 60px;
  background-color: rgb(0 0 0 / 80%);
  padding: 20px;
  box-shadow: 0 0 10px rgb(182 161 117 / 50%);
}

.service-cta-wrap {
  border: 1px solid #363636;
  padding: 45px 12px;
}

.service-cta-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}

.service-cta-title:after {
  content: none;
}

.service-cta-btn {
  margin: auto;
  display: table;
  border: 1px solid #b6a175;
}


/* Who we are 
------------------------------------------*/
.who-we-are-wrap {
    max-width: 1180px;
    margin: auto;
}

/* Special Offers
------------------------------------------*/
.special-offers-content {
    max-width: 1180px;
    margin: auto;
    color: #fff;
    font-weight: 400;	
}

.special-offers-title {
    color: #fff;
    font-weight: 400;
}

.special-offers-title:after {
    background-color: #000;
}

.special-offers-title span {
    color: #000;
}

.special-offers-content a {
    color: #fff;
}

.special-offers-list {
    display: flex;
	gap: 50px;
	margin-bottom: 60px;
}

.special-offers-item {
    flex: 1;
    text-align: center;
	background-color: #fff;
	border: 5px solid #000;
	display: flex;
    flex-direction: column;	
}

.coupon-logo {
    background: #000 url(/wp-content/uploads/2021/09/special-offer-logo.png) no-repeat;
    height: 124px;
    background-position: center;
}

.coupon-content {
    border: 1px dashed;
    margin: 6px;
    flex: 1;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	position: relative;
}

.coupon-content:before {
    content: '';
    background: url(/wp-content/uploads/2021/09/offer-cutout.png) no-repeat;
    background-position: top right;
    width: 110px;
    height: 110px;
    top: -1px;
    right: -1px;
    position: absolute;
}

.coupon-header {
    font-family: 'Merriweather', sans-serif;
    font-size: 28px;
    color: #b6a175;
    margin-top: 60px;
	line-height: 1;
}

.coupon-header:after {
    content: '';
    width: 46px;
    height: 1px;
    background-color: #d7d7d7;
    display: block;
    margin: 20px auto 20px;
}

.coupon-header.discount {
    font-size: 48px;
    margin-top: 40px;
}

.coupon-content p {
	font-weight: 700;
    margin: 0;
}

.coupon-btn-group {
    justify-content: center;
	margin-top: 50px;
    margin-bottom: 60px;
}

.coupon-note {
    margin-top: 16px;
}

.special-offers-item:hover .coupon-content {
    border: 1px solid #b6a175;
    background-color: #b6a175;
}

.special-offers-item:hover .coupon-header {
    color: #fff;
}

.special-offers-item:hover a {
    color: #fff;
}

.special-offers-btn-group {
    text-align: center;
}

/* Testimonials 
------------------------------------------*/
.testimonials {
    background-size: 100% 100%;
    background-repeat: no-repeat;	
}

.testimonials--title {
    color: #fff;
}

.testimonials-wrap {
    max-width: 1180px;
    margin: auto;
}

.testimonials-container, 
.testimonials-container .slick-track {
    gap: 20px;
    display: flex !important;

}

.testimonial-card {
	background-color: rgb(255 255 255 / 80%);
    padding: 40px;		
}

.testimonial-text {
    min-height: 220px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-align: center;
	font-family: 'Merriweather', sans-serif;
    font-style: italic;
    color: #363636;	
}

.testimonials-btn-group {
    justify-content: center;
    margin: 40px 0;
}

.quote-right {
    text-align: center;
    font-size: 30px;
    color: #000;
}

.testimonial-rating {
    text-align: center;
    color: #b6a175;
    margin-bottom: 20px;
}

.testimonial-author {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.light-btn.testimonials-btn {
    background-color: #fff;
}

.light-btn.testimonials-btn:hover {
    color: #000;
}

.reviews-column {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.reviews-column-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
	margin-bottom: 20px;
}

span.reviews-column-title {
    text-transform: uppercase;
}

/* Call To Action
------------------------------------------*/
.map-wrap {
    max-width: 1180px;
    margin: auto;
}

.map--title {
    text-align: left;
	color: #fff;
}

.map--title:after {
    margin-left: 0;
}

.map-container {
    min-height: 620px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid #000;
	display: flex;
}

.map-content {
	max-width: 570px;
    width: 100%;
    background-color: rgb(0 0 0 / 80%);	
	padding: 60px;
}

.map--content {
    background-color: #fff;
    padding: 30px;
}

.map-company-info {
    display: flex;
    margin-bottom: 20px;
}

.map-company-info i {
    width: 20px;
    text-align: center;
    color: #b6a175;
    margin-right: 20px;

}

.map-company-info > div {
	font-size: 16px;
}

.map-company-info > div > span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}



/* Badges 
------------------------------------------*/
.badges {
    background-size: cover;
    background-repeat: no-repeat;
}

.badges-container {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.badge-item__wrap img {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
  background-color: #aba081;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 15px;
  line-height: 1.5;
  padding: 120px 60px;
  color: #fff;
}

.site-footer-wrap {
  max-width: 1180px;
  margin: auto;
}

.footer-columns {
  display: flex;
  justify-content: space-around;
}

.footer-column-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  font-family: "Merriweather", serif;
  padding-bottom: 12px;
}

.company-info {
  display: flex;
}

.company-info i {
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
}

.footer-company-name,
.footer-company-contact {
  font-weight: 700;
}

.footer-infos {
  margin-top: 16px;
}

.info-text {
  color: #fff;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.info-text span {
  display: block;
  color: #fff;
  font-weight: 700;
}

.info-text a {
  color: #fff;
}

.footer-column .social-media {
  display: block;
  margin-top: 16px;
}

.footer-column .social-media--name {
  display: inline-block;
  margin-left: 12px;
}

.footer-column .social-media--item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.footer-column .social-media--icon {
  background-color: #3b5998;
}

.footer-column .social-media--icon.facebook {
  background-color: #3b5998;
}

.footer-column .social-media--icon.facebook {
  background-color: #3b5998;
}

.footer-copyright-media {
  border-top: 1px solid #3f4d4e;
  padding: 60px 12px;
  background-color: #010101;
  color: #fff;
}

.footer-copyright-media-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin: auto;
}

.toggle-links {
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0 0;
  font-family: "Merriweather", sans-serif;
}

.toggle-link-text:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 6px;
}

.toggle-link-text.collapse:after {
  content: "\f106";
}

.copyright {
  text-align: center;
}

.scroll-top {
  bottom: 112px;
  right: 4px;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  display: none;
}

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

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 600px) {
  .one-half-li {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .mobile-services--item {
    display: none;
  }
  .desktop-services--item {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* Site Header
  --------------------------------------------- */
  .top-bar {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1;
  }

  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 50px;
  }

  .admin-bar .site-header {
    top: 82px;
  }

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

  .title-area {
    max-width: 350px;
    width: 100%;
  }

  .header-widget-area {
    order: 1;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* Header Right
  --------------------------------------------- */
  .contact-info {
    flex-direction: column;
  }

  .sticky-head .contact-info--item i,
  .sticky-head .contact-info--item a {
    color: #1f6195;
  }

  .sticky-head .contact-info--item span {
    display: none;
  }

  .mobile-dot-nav {
    display: none;
  }

  /* Header Menu
  --------------------------------------------- */

  .nav-primary {
    display: flex;
    justify-content: center;
    flex: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }

  .sticky-head .nav-primary {
    padding-bottom: 0;
    padding-top: 0;
  }

  .sub-menu-toggle {
    top: 50%;
    transform: translateY(-50%);
  }

  /* Genesis Menu
  --------------------------------------------- */

  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #1f6294;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 240px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 240px;
  }

  /* Responsive Menu
  --------------------------------------------- */

  .menu-toggle {
    display: none;
    visibility: hidden;
  }

  .sub-menu-toggle {
    padding: 9px 0;
    color: #010101;
  }

  /* Header Menu
  --------------------------------------------- */

  .nav-primary .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-primary .genesis-nav-menu a.sf-with-ul {
    padding-right: 20px;
  }

  .hero-caption .hero-form {
    display: block;
  }
	
	.hero-caption {
		justify-content: space-between;
    	padding: 112px 60px 0;		
	}	

  /* Modal Forms
  --------------------------------------------- */
  .modal-button {
    position: fixed;
    right: -151px;
    bottom: auto;
    top: 310px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: none;
  }

  .scrolled .modal-button {
    display: block;
  }

  /* Site Inner
  --------------------------------------------- */

  .content-sidebar-wrap {
    max-width: 1180px;
    margin: auto;
  }

  /* Site Section
  --------------------------------------------- */
  .site-section {
    padding: 120px 60px;
  }
	
  .who-we-are-container	{
	display: flex;
  }
	
  .who-we-are-container > div {
	flex: 1;
    padding: 30px;	  
  }
	
  .who-we-are--title {
    text-align: left;
  }
  
  .who-we-are--title:after {
	margin-left: 0;	
  }	

  .footer-widget2,
  .footer-widget3,
  .footer-widget4 {
    padding-left: 100px;
  }

  /* Content
  --------------------------------------------- */

  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .only-mobile {
    display: none;
  }

  /* Sidebar
  --------------------------------------------- */

  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */

  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */

  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 30px;
  }

  /* Footer Widgets
  --------------------------------------------- */

  .footer-column {
    padding-right: 30px;
  }

  .footer-column ul li a {
    font-size: 14px;
    color: #fff;
  }
  .footer-column ul li a i {
    color: #fff;
    margin-right: 10px;
    font-size: 10px;
  }

  .footer-nav {
    flex: 1;
  }
  .d-hidden {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .left-top-bar {
    display: none;
  }

  .right-top-bar {
    text-align: center;
    position: absolute;
    top: 127px;
    z-index: 100;
    left: 0;
    max-width: 240px;
    margin: auto;
    right: 0;
  }

  .site-header.sticky-head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .title-area {
    text-align: center;
  }
	
	.title-area img {
		max-width: 256px;
	}	

  .sticky-head .title-area {
    transform: translateY(0);
  }

  .title-area a {
    position: relative !important;
  }

  .sticky-head .title-area {
    text-align: center;
  }

  .sticky-head .title-area img {
    max-width: 240px;
  }

  .mob-item {
    display: flex;
    align-items: baseline;
  }

  .mob-item i {
    margin-right: 5px;
    justify-content: center;
    width: 20px;
  }

  .mob-dots-items {
    background-color: #010101;
    padding: 12px 15px;
    position: fixed;
    top: 110px;
  }

  .sticky-head .mob-dots-items {
    top: 60px;
  }

  .mob-dots-items a {
    color: #fff;
  }

  .mobile-dot-nav {
    line-height: 3.5;
  }

  .sticky-head .mobile-dot-nav {
    line-height: 0;
  }

  .header-widget-area {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    bottom: 0;
	width: 100%;  
  }

  .header-right {
    justify-content: center;
    align-items: center;
    padding: 6px;
	top: 110px;
    position: absolute;
    left: 0;
    right: 0;
	background-color: #b6a175;
  }

  .header-icon {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }
	
	.header-right i {
		font-size: 22px;	
		width: 34px;
    	height: 34px;		
	}
	
	.phone-number span {
		display:  none;
	}	

  .phone-text span {
    display: none;
  }

  .phone-number a {
    color: #fff;
  }

  .genesis-responsive-menu {
    position: absolute;
    top: 166px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 15px;
    background-color: rgb(0 0 0 / 90%);
    padding: 15px;	  
  }

  .genesis-nav-menu a {
    padding: 12px;
  }

  .hero-slider__image {
    height: 720px;
    background-position: bottom;
  }

  .page-hero.inner-page,
  .page-anner {
    margin-top: 0;
  }

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

  .hero-caption .wrap {
    text-align: center;
  }

  .home .hero-caption {
    padding-top: 0;
  }

  .hero-caption-title:after {
    margin-left: auto;
    margin-right: auto;
  }

  .site-inner {
    padding: 60px 15px;
  }

  .home .content-sidebar-wrap {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .wp-block-columns {
    display: block !important;
    margin: auto;
  }

  .wp-block-columns figure {
    max-width: 570px;
    margin: 0 auto 60px;
  }

  figure.alignnone:before {
    bottom: -16px;
    left: -16px;
  }

  figure.alignright:after {
    bottom: -16px;
    right: -16px;
  }

  .blog article,
  .archive article {
    flex: 1 100%;
  }

  .flex-field {
    flex-direction: column;
  }

  .flex-field-item:not(:last-child) {
    margin-right: 0;
  }

  form .wpcf7-submit {
    margin: auto;
  }

  .site-section.perfect-install {
    padding: 60px 15px 200px;
    background-size: cover;
    background-position: center;
  }

  .blog-post-article article {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-article article:nth-child(odd) {
    margin-right: auto;
  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-intro-text,
  .footer-form {
    display: none;
  }

  .footer-column-title {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-nav {
    max-width: 364px;
    margin: auto;
    width: 100%;
  }

  .footer-infos {
    max-width: 364px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-company-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-nav-media {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-nav {
    margin-bottom: 12px;
  }

  .footer-column ul {
    max-width: 500px;
    margin: auto;
  }

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

  .footer-copyright-media-wrap {
    flex-direction: column;
    text-align: center;
  }

  .lincese-info {
    order: 1;
    margin-top: 30px;
  }

  .copyright {
    order: 2;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .footer-badge {
    text-align: center;
    margin-top: 30px;
  }

  .modal-button {
    position: fixed;
    top: 660px;
    bottom: auto;
    max-width: 300px;
    font-size: 14px;
    padding: 16px 20px;
    font-weight: 700;
  }

  .modal-button span {
    display: inline-block;
  }

  .scrolled .modal-button {
    top: auto;
    font-size: 12px;
    max-width: 170px;
    margin: 0;
    position: relative;
    padding: 6px 10px;
    font-weight: 700;
  }

  .scrolled .modal-button span {
    display: block;
  }

  .sticky-head .header-right {
    display: none;
  }

  .mobile-btn__group {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
  }

  .mobile-btn__group div {
    flex: 1;
  }

  .phone-bottom {
    display: none;
    max-width: 170px;
    align-items: center;
    color: #fff;
    background: #880d0f;
    background: -moz-linear-gradient(
      top,
      #880d0f 0%,
      #770a0d 44%,
      #640d04 100%
    );
    background: -webkit-linear-gradient(
      top,
      #880d0f 0%,
      #770a0d 44%,
      #640d04 100%
    );
    background: linear-gradient(
      to bottom,
      #880d0f 0%,
      #770a0d 44%,
      #640d04 100%
    );
    margin-right: 1px;
    font-weight: 700;
    justify-content: center;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
    font-family: "Merriweather", serif;
  }

  .scrolled .phone-bottom {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 12px;
  }

  .phone-bottom a {
    color: #fff;
    margin-left: 4px;
  }

  .m-hidden {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .hero-caption-text {
    padding: 12px;
  }

  .btn-group {
    /*flex-direction: column;*/
  }

  .btn-group .btn {
    margin-bottom: 12px;
  }

  .blog-widget-wrap {
    flex-direction: column;
  }

  .blog-widget-wrap .widget {
    margin-bottom: 12px;
  }

  .btn-group.hero-btn-group {
    flex-direction: row;
    text-align: center;
  }

  .btn-group.hero-btn-group a {
    margin: 6px;
    padding: 10px 15px;
  }

  .blog-widget-wrap section:not(:last-of-type) {
    margin-right: 0;
  }

  div.wp-block-image .alignright {
    float: none;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 600px) {
  header.site-header {
    /*height: 60px;*/
  }

  .mobile-dot-nav {
    line-height: 0;
  }

  .hero-caption-title {
    font-size: 30px;
  }
  .hero-caption-title span {
    font-size: 40px;
  }
  .content-sidebar-wrap {
    padding: 12px;
  }

  .copyright span {
    display: block;
  }
}

@media only screen and (max-width: 460px) {
  header.site-header {
    padding: 0 46px;
  }
  .right-top-bar {
    top: 76px;
  }

  .title-area img {
    /*max-width: 228px;*/
  }

  .sticky-head .title-area img {
    margin: auto;
    max-width: 228px;
  }

  .hero-caption-title {
    font-size: 20px;
  }

  .hero-caption-title span {
    font-size: 30px;
  }

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

  .hero-caption-text {
    font-size: 16px;
  }

  .modal-button {
    top: 620px;
  }

  form.use-floating-validation-tip .wpcf7-not-valid-tip {
    padding: 0 2px;
  }
  input,
  select,
  textarea {
    font-size: 12px;
  }
  .box-wrap {
    padding: 20px;
  }
  .entry-content h1 {
    /*font-size: 23px;*/
  }

  h2 {
    font-size: 20px;
  }

  .section-title {
    font-size: 25px;
  }

  .post-info {
    flex-direction: column;
  }

  div.wp-block-buttons > .wp-block-button {
    margin: auto !important;
  }

  .author-rating {
    padding: 12px;
  }

  .perfect-install--content {
    padding: 15px;
  }

  .site-footer {
    padding: 60px 15px;
  }

  .footer-infos {
    padding-left: 0;
    padding-right: 0;
  }

  .info-text,
  #menu-links-1 a {
    font-size: 12px;
  }

  .about-btn {
    display: block;
    text-align: center;
  }

  div.site-container .wp-block-button .wp-block-button__link {
    font-size: 14px;
  }
}

@media (max-width: 487px) {
  .has-text-align-center {
    margin-top: 20px;
  }
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  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 #999;
    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 {
    display: none !important;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
