/*
Theme Name:   Advantage Seamless Gutters
Theme URI: 	  https://www.advantageseamlessgutters.com/
Description:  This is the baseline theme created for Advantage Seamless Gutters website.
Author:       surefire-admin
Author URL:   http://www.sfs-baseline-wpcustom-2.com
Template:     genesis
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  genesis-child
*/

/* Write here your own personal stylesheet */


/* 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
  - Separator Mask
- 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:.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:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.425;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:.35em .75em .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;
  scroll-behavior: smooth;
}

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

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

/* Colors
--------------------------------------------- */

.has-background.has-primary-background-color {
  background: #ea283c;
}

.has-background.has-dark-gray-background-color {
  background: #333333;
}

.has-background.has-light-gray-background-color {
  background: #eeeeee;
}

.has-background.has-white-background-color {
  background: #ffffff;
}

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

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

body {
  background-color: #fff;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  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: #ea283c;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  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;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.125;
  margin: 0 0 30px;
  color: #333333;
}

h1 {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-weight: 600;
	font-size: 38px;
}

h3 {
	font-weight: 600;
	font-size: 30px;
}

h4 {
	font-weight: 600;
	font-size: 22px;
}

.entry-content h1 {
  text-align: center;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

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

figure {
  margin: 0;
}

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #636363;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

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

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

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

::placeholder {
  color: #333;
  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: #ea283c;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    padding: 15px 30px;
    text-transform: uppercase;
}

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 {
  background-color: #333;
  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-not-valid {
    border-color: #c30000;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 25px;
    background-color: #ffbdbd;
    padding: 2px 4px;
    font-size: 12px !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.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-color: #4eb43e;
    border-radius: 50px;
  	font-family: 'Montserrat', 'Font Awesome 5 Free';
  	text-transform: uppercase;
	margin: auto;
	display: block;
}

.contact-form {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #ececec;
}


.form-container.winter-services input.wpcf7-submit {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #000000 !important;
    text-align: center;
    padding: 15px 5px !important;
    border-radius: 0;
    border: 0 !important;
    margin: 20px auto 0;
    text-shadow: 1px 1px 1px rgb(3 3 3 / 20%);
    width: 250px;
    line-height: 1.425;
}
.form-container.winter-services {
  text-align: center;
}

.form-container.winter-services .form-field > div {
  margin-bottom: 5px;
}




/* Modal Form
--------------------------------------------- */
.modal-button {
	position: fixed;
	font-size: 1.2rem;
	bottom: 0;
	left: auto;
	z-index: 999;
	max-width: 235px;
	width: 100%;
	margin: auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 6px 20px;
	background: #4eb43e;
	background: -moz-linear-gradient(top,  #4eb43e 0%, #58b447 44%, #6ab95e 100%);
	background: -webkit-linear-gradient(top,  #4eb43e 0%,#58b447 44%,#6ab95e 100%);
	background: linear-gradient(to bottom,  #4eb43e 0%,#58b447 44%,#6ab95e 100%);
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
}


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

.sfl-modal-content {
    margin: auto;
    background-color: #ccc;
    position: relative;
    padding: 0;
    outline: 0;
    width: 450px;
}

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

.sfl-button {
    padding: 0 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 9;
    color: #FFF;
    font-weight: 600;
}

/* 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: translate(-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: #ea283c;
}

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

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

.blog-post-container .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50px;
    background-color: #818181;
}

.blog-post-container .slick-dots .slick-active button {
	background-color: #ea283c;
}

.testimonial-slider-prev, .testimonial-slider-next {
    width: auto;
    font-size: 18px;
}

.badge-slider-next, .badge-slider-prev {
    color: #020202;
}
.page-item-4844{
	display:none;
}
/* Social Media
--------------------------------------------- */

.social-media--icon {
    color: #ea283c;
    padding: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.social-media--icon.yelp:hover {
  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 {
  background-color: #2CA5DA;
}

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

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

/* 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: #ea283c;
    color: #fff;
    border-color: #ea283c;
}


/* ---------------------------------- Structure and Layout ---------------------------------- */
/* --------------------------- Header ---------------------------  */
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	max-width: 1920px;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding: 45px 115px 0 60px;
}
.admin-bar .site-header {
	top: 32px;
}
.site-header > .wrap {
    position: relative;
}
.title-area {
	display: inline-block;
	z-index: 1;
	position: relative;
}
.title-area img {
	width: auto;
}
.header-widget-area {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
	z-index: 1;
	margin-top: 18px;
}
.tracking-cta {
    font-size: 14px;
    line-height: 18px;
    color: #b2b4b7;
    font-weight: 700;
	padding-bottom: 4px;
}
.tracking-number,
.tracking-number a {
	font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.tracking-number {
    border: 3px solid #d02030;
    line-height: 40px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(208,32,48,1) 20%, rgba(208,32,48,1) 100%);
}
.tracking-number a {
    background: #d02030;
    padding: 2px 15px 2px 45px;
}
.tracking-number .fa-phone-volume {
    padding: 3px 8px 5px;
}
.tracking-number:before {
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 24px solid #d02030;
    display: none;
    position: absolute;
    content: '';
    top: 1px;
    left: -12px;
}

/* --------------------------- Sticky Header ---------------------------  */
.site-header.sticky-head {
    background: #fff;
    padding: 1px 45px 1px 60px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .10);
}
.sticky-head .title-area img {
    width: 100px;
}
.sticky-head .header-widget-area {
    margin-top: 1px;
}
.sticky-head .tracking-cta {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 1px;
}
.sticky-head .tracking-number .fa-phone-volume {
    padding: 2px 8px;
    background: #000;
}
.sticky-head .tracking-number,
.sticky-head .tracking-number a {
    font-size: 21px;
}
.sticky-head .tracking-number {
    border: 3px solid #d02030;
    line-height: 25px;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgba(208,32,48,1) 20%, rgba(208,32,48,1) 100%);
}
.sticky-head .tracking-number a {
    background: #d02030;
    padding: 1px 15px 1px 45px;
}
.sticky-head .tracking-number:before {
	border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 18px solid #d02030;
    top: 0px;
}

/* --------------------------- Main Navigation ---------------------------  */
#genesis-nav-primary {
    position: absolute;
    top: 50px;
    width: 100%;
}
.genesis-nav-menu {
	text-align: center;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
}
.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #d02030;
  text-decoration: none;
}
.genesis-nav-menu .menu-item-has-children a {
    padding-right: 34px;
}
.genesis-nav-menu .menu-item-has-children > a:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
    display: block;
    top: 0;
	right: 20px;
}
.genesis-nav-menu .sub-menu .menu-item-has-children a {
    padding-right: 20px;
}
.genesis-nav-menu .sub-menu .menu-item-has-children a:before {
	right: 10px;
	top: 15px;
}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 200px;
}
.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	opacity: 0;
	z-index: 99;
	border-top: 1px solid #eee;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
}
.genesis-nav-menu .sub-menu a {
	background-color: #555555;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px 10px;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  opacity: 1;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 199px;
}
.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* --------------------------- Sticky Main Navigation ---------------------------  */
.sticky-head #genesis-nav-primary {
    position: absolute;
    top: 12px;
    width: 100%;
}
.sticky-head .genesis-nav-menu > li > a {
    color: #000;
}

/* --------------------------- Hero Section ---------------------------  */
.home-slider-wrapper {
	position: relative;
}
.home-slider-container {
    width: 100%;
    position: relative;
}
.home-slide {
	background-size: cover !important;
	height: 990px !important;
	position: relative;
}
.home-slider-wrap {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    z-index: 1;
    top: 250px;
}
.home-slider-left {
    display: inline-block;
    margin-left: 145px;
	max-width: 760px;
}
.home-slider-header {
	margin-top: 190px;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.home-slider-subheader {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.home-slider-subheader:after {
    content: '';
    display: block;
    background: #fff;
    width: 100px;
    height: 1px;
	margin: 25px 0;
}
.home-slider-content {
	color: #fff;
	font-weight: 500;
	margin-bottom: 25px;
}
.home-slider-buttons a {
	background: #df142e;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	width: 220px;
	display: inline-block;
}
.home-slide:before {
	height: 375px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6502976190476191) 65%, rgba(0,0,0,1) 100%);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;
	z-index: 1;
}
.home-slider-wrapper .slick-dots {
/*     position: absolute; */
	position: initial;
    display: block;
    margin: 0 auto;
    padding: 0 15px 0 145px;
    left: 0;
	bottom: 20px;
}
.home-slider-wrapper .slick-dots li {
	display: inline-block;
}
.home-slider-wrapper .slick-dots li button {
	font-size: 0;
	background-color: #c2c2c2;
	padding: 0;
	height: 5px;
	width: 30px;
	border-radius: 0;
}
.home-slider-wrapper .slick-dots li.slick-active button {
	background-color: #df142e;
}
.home-slider-right {
/*     max-width: 1920px; */
/*     width: 100%; */
	width: fit-content;
    position: absolute;
    top: 250px;
    right: 0;
/*     left: 0; */
/*     margin: 0 auto; */
    text-align: right;
    padding: 0 145px 0 60px;
}
.home-slider-right > div.wpcf7 {
    max-width: 430px;
    display: inline-block;
	position: relative;
}
.home-slider-right .form-title {
    font-size: 31px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #020306;
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.home-slider-right .form-title i {
    color: #d02030;
}
.home-slider-right .form-field {
    border: 4px solid #b2b4b7;
    border-top: none;
    padding: 26px 22px 3px;
    box-sizing: border-box;
}
.home-slider-right .form-field > div:last-child p {
	margin-bottom: 0;
}
.home-slider-right .form-field > div input {
    background: rgba(255,255,255, .8);
    color: #636363;
    padding: 11px;
    width: 100%;
	border: none;
	border-right: 5px solid #d02030;
    margin-bottom: 5px;
	line-height: 1;
}
.home-slider-right .form-field > div select {
    background: rgba(255,255,255, .8);
    color: #636363;
    padding: 12px 11px;
    width: 100%;
	border: none;
	border-right: 5px solid #d02030;
    margin-bottom: 20px;
	line-height: 1;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%), linear-gradient(to right, #707070, #707070);
	background-position: calc(100% - 20px) calc(1.1em + 0px), calc(100% - 15px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 0px 0em;
	background-repeat: no-repeat;
}
.recaptcha-note {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    text-align: center;
	line-height: 1.2;
	color: #fff;
}
.recaptcha-note a {
    color: #fff;
}
.home-slider-right .form-field .wpcf7-submit {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #fff;
	background: rgb(175,12,27);
	background: linear-gradient(270deg, rgba(175,12,27,1) 0%, rgba(208,32,48,1) 100%);
    text-align: center;
    padding: 15px 5px;
    border-radius: 0;
    border: 0;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(3, 3, 3, .20);
}
.home-slider-right .form-field .wpcf7-submit:hover {
	background: #d02030;
}
span.wpcf7-spinner {
    margin: 0 auto;
    display: block;
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    width: 185px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 3px #afafaf;
    left: unset;
    right: 1px;
    text-align: center;
    padding: 2px 5px;
}
form.sent .wpcf7-response-output {
	background: #25842e;
}
.home-slider-right form .wpcf7-response-output {
    bottom: -50px;
}
form .wpcf7-response-output {
	position: absolute;
	margin: 0 auto !important;
	bottom: -15px;
	background: red;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 100%;
	border: none !important;
	line-height: 1.2;
	padding: 10px 5px !important;
	left: 0;
    right: 0;
}

/* --------------------------- Services Section ---------------------------  */
.services-section {
    padding: 90px 0 50px;
    box-sizing: border-box;
    background: #f7f7f7;
}
.services-section-wrap {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
}
.services-heading {
    text-align: center;
}
.services-header {
    color: #df142e;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    margin: 0 auto;
}
.services-header:before {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    left: 0;
}
.services-header:after {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    right: 0;
}
.services-subheader {
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    margin-bottom: 75px;
}
.services-box-list .services-box-list-item{
    display: inline-block;
    width: 48%;
    max-width: 680px;
    vertical-align: top;
    margin: 0 1% 15px;
    position: relative;
    min-height: 335px;
    text-align: center;
}
.services-box-list .services-box-list-item:nth-child(odd) {
    margin-right: 0;
}
.services-box-list .services-box-list-item-wrap {
    padding: 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .40);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.service-box-title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-box-content {
    color: #fff;
    font-weight: 500;
	padding: 0 55px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
.service-box-button {
	display: none;
}
.service-box-button a {
    background: #df142e;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 180px;
    display: inline-block;
}
.services-box-list-item:hover .services-box-list-item-wrap {
    top: 0;
}
.services-box-list-item:hover .service-box-content {
    display: block;
}
.services-box-list-item:hover .service-box-button {
    display: block;
}
.services-box-list-item:hover .services-box-list-item-wrap > div {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 15px;
}
.services-cta {
    background: #ea283c;
    position: relative;
    padding: 23px 30px 23px 95px;
	max-width: 1030px;
    margin: 50px auto 0;
}
.services-cta .services-cta-title {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
.services-cta .services-button {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    float: right;
    padding: 8px 23px;
	margin-top: -3px;
	cursor: pointer;
}

/* --------------------------- Home Content Section ---------------------------  */
.site-inner {
    padding: 90px 0 0;
    background: url('/wp-content/uploads/2022/03/content-bg.jpg') no-repeat top center;
	background-size: 100% !important;
}
.home .site-inner {
    padding: 110px 0 40px;
    background: url('/wp-content/uploads/2022/03/content-bg.jpg') no-repeat bottom center;
	background-size: cover !important;
}
.content-sidebar-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.content-header {
    text-align: center;
    margin-bottom: 15px;
}
.content-header span {
    color: #ea283c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.content-header span:before {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 8px;
    left: -35px;
}
.content-header span:after {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 8px;
    right: -35px;
}
.wp-block-columns.content-column {
    font-size: 0;
	margin-bottom: 50px;
}
.content-column .wp-block-column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.entry-content .wp-block-image figure {
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
	height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
	position: relative;
	width: auto;
}
.entry-content .wp-block-image figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ea283c;
    position: absolute;
    bottom: -10px;
    left: -8px;
    z-index: 0;
}
.entry-content .wp-block-image figure.alignright {
    margin-bottom: 35px;
}
.entry-content .wp-block-image figure.aligncenter:before {
	display: none;
}
.entry-content .wp-block-image figure img {
    z-index: 1;
    position: relative;
}
.content-column .wp-block-column:first-child {
    padding-right: 15px;
}
.content-column .wp-block-column:last-child {
    padding-left: 15px;
}
.home-read-more,
.contact-more {
    display: inline-block;
	margin-right: 20px;
}
.home-read-more a,
.contact-more a {
    background: #ea283c;
    border-radius: 0 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px !important;
    width: 180px !important;
    display: inline-block;
}
.home-phone-button {
    display: inline-block;
    position: relative;
    color: #fff;
    background: #333333;
}
.home-phone-button i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
}
.home-phone-button a {
    color: #fff;
    background: #333333;
    padding: 10px 5px 10px 21px !important;
    width: 225px !important;
    display: inline-block;
    font-weight: 700;
	text-align: center;
}

/* --------------------------- Badges Section ---------------------------  */
.badge-section {
    padding: 75px 40px 150px;
    box-sizing: border-box;
}
.home .badge-section {
    padding: 75px 40px !important;
}
.badge-section .slick-list{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.badge-section .slick-slide img {
    margin: 0 auto;
}
.badge-slider-next,
.badge-slider-prev {
    color: #fff;
    position: absolute;
    padding: 22px 10px;
    background: rgba(0, 0, 0, .30);
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.badge-slider-prev {
    left: -40px;
}
.badge-slider-next {
    right: -40px;
}

/* --------------------------- Features Section ---------------------------  */
.features-section {
    background: #272727;
}
.features-section.inner-features {
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(39,39,39,1) 50%, rgba(39,39,39,1) 100%);
	margin-top: 50px;
}
.inner-features-wrap {
    background: #272727;
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}
.features-section-wrap {
    max-width: 1200px;
    width: 100%;
    padding: 80px 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.features-box-item {
    display: inline-block;
    width: 30%;
    padding: 20px 30px;
    position: relative;
    min-height: 205px;
    text-align: center;
    vertical-align: top;
    margin-right: 5%;
	background: #202020;
}
.features-box-item:last-child {
    margin-right: 0;
}
.features-box-icon {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background-color: #ea283c !important;
    margin-bottom: 15px;
}
.features-box-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
}
.features-box-item:hover {
    background-color: #ea283c;
}
.features-box-item:hover .features-box-icon {
    background-color: #fff !important;
}
.features-box-item:nth-child(1):hover .features-box-icon {
	background-image: url(/wp-content/uploads/2022/03/fully-experienced-professionals-black.png) !important;
}
.features-box-item:nth-child(2):hover .features-box-icon {
	background-image: url(/wp-content/uploads/2022/03/long-term-plans-black.png) !important;
}
.features-box-item:nth-child(3):hover .features-box-icon {
	background-image: url(/wp-content/uploads/2022/03/licensed-insured-black.png) !important;
}

/* --------------------------- Map Section ---------------------------  */
.map-section {
    padding: 115px 15px 105px;
    box-sizing: border-box;
}
.map-section-wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.map-section-wrap > div {
    width: 50%;
    vertical-align: top;
    display: inline-block;
}
.map-section-wrap .map-section-right {
    padding-left: 30px;
    box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.map-header {
    font-size: 14px;
    color: #df142e;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
.map-header:before {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    left: 0;
}
.map-header:after {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    right: 0;
}
.map-subheader {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.map-list ul {
    column-count: 2;
    list-style: none;
}
.map-list ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.map-list ul li a {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 13px 5px 13px 35px;
    line-height: 1;
    position: relative;
    transition: .5s ease-in-out;
}
.map-list ul li a:hover {
    background: red;
    color: #fff;
    padding-left: 45px;
}
.map-list ul li a:before {
    content: '\f5a0';
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0;
	transition: padding .5s ease-in-out;
}
.map-list ul li a:hover:before {
    padding-left: 10px;
}

/* --------------------------- Testimonials Section ---------------------------  */
.testimonials-section {
    background-size: cover !important;
    position: relative;
}
.testimonials-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 165px 15px 70px;
	color: #fff;
}
.testimonials-wrapper-top {
    margin-bottom: 70px;
}
.testimonials-header {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
.testimonials-header:before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    left: 0;
}
.testimonials-header:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    right: 0;
}
.testimonials-subheader {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 510px;
    line-height: 1.25;
	padding-right: 15px;
}
.testimonials-wrapper-top > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.testimonials-description {
    max-width: 500px;
    margin: 0 auto;
    padding: 5px 15px;
	line-height: 1.8;
}
.reviews-slider-wrap {
    padding: 0 55px;
	box-sizing: border-box;
}
.reviews-slider .slick-list {
    margin-bottom: 40px;
}
.reviews-slider .slick-track {
    padding-bottom: 40px;
}
.reviews-slider .slick-slide {
    margin: 0 20px;
}
.review-slide:before {
    content: '';
    height: 65px;
    max-width: 450px;
    width: 90%;
    display: block;
    background: #ea283c;
    position: absolute;
    bottom: -12px;
    right: -12px;
    z-index: -1;
}
.review-slide {
    padding: 50px 85px 30px 85px;
    background: #000;
    border-radius: 8px;
	border-bottom-left-radius: 0;
	position: relative;
}
.review-slide:after {
    width: 0;
    height: 0;
    border-right: 30px solid #00000000;
    border-top: 35px solid #000000;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: -35px;
}
.review-rating {
    position: absolute;
    left: 32px;
    margin-top: 5px;
}
.review-rating .fa-star {
    color: #fffc01;
    display: block;
    margin-bottom: 7px;
}
.review-slide .fa-quote-right {
    position: absolute;
    right: 30px;
    color: #171717;
    font-size: 48px;
}
.review-title {
    color: #ffe2e5;
    text-align: right;
    margin-top: 45px;
}
.testimonials-buttons a {
    display: inline-block;
    margin: 0 auto;
    background: #ea283c;
    color: #fff;
    padding: 10px 10px;
    max-width: 230px;
    width: 100%;
    text-transform: uppercase;
}
.testimonials-buttons {
    text-align: center;
	margin-top: 40px;
}
.reviews-slider  .slick-dots li button {
    background: #575757;
    font-size: 0;
    padding: 5px 18px;
	border-radius: 15px;
}
.reviews-slider  .slick-dots li.slick-active button {
    background: #ea283c;
    padding: 8px;
	border-radius: 20px;
}
.testimonials-section:before {
    height: 60px;
    display: block;
    position: absolute;
	top: -1px;
    content: '';
    width: 100%;
	background: url('/wp-content/uploads/2022/03/testi-inner-before.png') no-repeat top center;
    background-size: 100% 100%;
}
.home .testimonials-section:before {
	background: url('/wp-content/uploads/2022/03/testi-before.png') no-repeat top center;
}

/* --------------------------- Blog Section ---------------------------  */
.home-blog-section {
    background: url('/wp-content/uploads/2022/03/blog-bg.png') no-repeat top center;
    background-size: 100% 80%;
}
.home-blog-section-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 115px 15px 45px;
    box-sizing: border-box;
	text-align: center;
}
.home .home-blog-section-wrap {
    padding: 115px 15px 175px;
}
.home-blog-section-header {
    font-size: 14px;
    color: #df142e;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
.home-blog-section-header:before {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    left: 0;
}
.home-blog-section-header:after {
    background: #ea283c;
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 11px;
    right: 0;
}
.home-blog-section-subheader {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.home-blog-post {
    margin-bottom: 70px;
    padding-top: 20px;
    position: relative;
}
.home-blog-post .blog-posts-article {
    margin-right: 3.5%;
    width: 31%;
    vertical-align: bottom;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .10);
    position: relative;
    top: 0;
    transition: top .5s ease-in-out;
}
.home-blog-post .blog-posts-article:last-child {
    margin-right: 0;
}
.home-blog-post .blog-posts-article:hover:after {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(234, 40, 60, .30);
    left: -5px;
    bottom: -4px;
    position: absolute;
    border-radius: 20px;
    content: '';
    z-index: 0;
}
.home-blog-post .blog-posts-article:hover {
    box-shadow: none;
	top: -20px;
}
.blog-posts-article-image {
    height: 200px;
    background-size: cover !important;
	z-index: 1;
	position: relative;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.home-blog-post .blog-title {
    padding: 30px 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #a4a4a4;
	z-index: 1;
	position: relative;
	background: #fff;
}
.home-blog-post .blog-article-info {
    padding: 12px;
    box-sizing: border-box;
    color: #adadad;
    font-size: 15px;
    font-weight: 500;
	z-index: 1;
	position: relative;
	background: #fff;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.home-blog-post .blog-read a {
    color: #ea283c;
}
.blog-link-wrap a {
    display: inline-block;
    margin: 0 auto;
    background: #333;
    color: #fff;
    padding: 10px 10px;
    max-width: 230px;
    width: 100%;
    text-transform: uppercase;
}

/* --------------------------- CTA Section ---------------------------  */
.cta-section {
    position: relative;
	height: 5px;
    background: #ea283c;
	z-index: 1;
}
.cta-section-wrap {
    background: #ea283c;
    padding: 50px 115px 50px 85px;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cta-section-snippet {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 635px;
    display: inline-block;
    vertical-align: top;
}
.cta-section-buttons {
    vertical-align: top;
    max-width: 225px;
    width: 100%;
    display: inline-block;
    float: right;
}
.cta-section-buttons-top {
    color: #ea283c;
    background: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 6px;
    padding: 10px 5px;
}
.cta-section-buttons-bottom {
    position: relative;
}
.cta-section-buttons-bottom a {
    color: #fff;
    background: #000;
    width: 100%;
    text-align: center;
    display: block;
    padding: 7px 10px 6px 27px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}
.cta-section-buttons-bottom a:before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #fff;
    z-index: 1;
    left: 32px;
	top: 9px;
}

/* --------------------------- Footer Section ---------------------------  */
footer.site-footer {
    background-size: cover !important;
    position: relative;
}
footer.site-footer .footer-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 200px 15px 130px;
    box-sizing: border-box;
}
.page-id-5683 footer.site-footer .footer-wrap,
.page-id-5699 footer.site-footer .footer-wrap {
  padding: 130px 15px 130px;
}
footer.site-footer .footer-column {
    width: 27%;
    margin-right: 4.3%;
    vertical-align: top;
    display: inline-block;
    color: #fff;
}
footer.site-footer .footer-column:nth-child(2),
footer.site-footer .footer-column:nth-child(3) {
    width: 17%;
}
footer.site-footer .footer-column:last-child {
    margin-right: 0;
    width: 26%;
}
footer.site-footer .footer-column .footer-header {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ea283c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer.site-footer .footer-column .footer-snippet {
    margin-top: 10px;
}
footer.site-footer .footer-column .footer-wrap-item-info {
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}
.footer-logo img {
    margin: 10px 0;
}
.footer-wrap-item-info a.company-phone {
    font-weight: 700;
}
footer.site-footer .footer-column .footer-wrap-item-info i {
    position: absolute;
    left: 0;
    top: 5px;
}
footer.site-footer .footer-column .footer-wrap-item-info a {
    color: #fff;
}
footer.site-footer .footer-column .footer-wrap-item-info a:hover {
    color: #ea283c;
}
.footer-column ul li a {
    display: block;
    color: #fff;
    padding: 2px 0 2px 20px;
    box-sizing: border-box;
    transition: .2s ease-in;
    position: relative;
}
.footer-column ul li a:hover {
    padding: 2px 0 2px 35px;
    background: #ea283c;
}
.footer-column ul.menu li a:before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    transition: .2s ease-in;
}
.footer-column ul > li > a:hover:before {
    left: 15px;
}
.footer-bottom-wrap {
    background: #fff;
    position: relative;
}
.footer-bottom-wrapper {
    margin: 0 auto;
    display: block;
    max-width: 1200px;
    width: 100%;
    padding: 20px 15px;
    color: #000;
    text-align: right;
    position: relative;
}
.footer-bottom-wrapper .footer-copyright {
    float: left;
    margin-top: 12px;
}
.footer-bottom-wrapper .footer-copyright span {
    font-weight: 600;
}
.footer-bottom-wrapper .footer-copyright br {
    display: none;
}
.footer-social-media {
    display: inline-block;
}
.footer-social-media ul.social-media {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.footer-social-media .social-media li {
    display: inline-block;
    margin: 0 5px;
    background: #fff;
}
.footer-social-media .social-media .gmb {
    padding: 16px 15px 15px;
}
.footer-social-media .social-media .fb {
    padding: 16px 20px 15px;
}
.footer-social-media .social-media .inst {
    padding: 16px 16px 15px 17px;
}
.footer-social-media .social-media .tw {
    padding: 16px 16px 15px;
}
.footer-social-media .social-media .yt {
	padding: 16px 15px 15px 14px;
}
.footer-social-media .social-media a {
    height: 19px;
    background: url('/wp-content/uploads/2022/03/social-sprite.png') no-repeat top left;
    display: block;
}
.footer-social-media .social-media .gmb a {
    width: 20px;
    background-position: 0 0;
}
.footer-social-media .social-media .fb a {
    width: 10px;
    background-position: -40px 0;
}
.footer-social-media .social-media .inst a {
    width: 17px;
    background-position: -70px 0;
}
.footer-social-media .social-media .tw a {
    width: 18px;
    background-position: -107px 0;
}
.footer-social-media .social-media .yt a {
    width: 21px;
    background-position: -145px 0;
}
.footer-social-media .social-media li:hover {
    background-color: #ea283c;
}
.footer-social-media .social-media .gmb:hover a {
    background-position: 0px -30px;
}
.footer-social-media .social-media .fb:hover a {
    background-position: -40px -30px;
}
.footer-social-media .social-media .inst:hover a {
    background-position: -70px -30px;
}
.footer-social-media .social-media .tw:hover a {
    background-position: -107px -30px;
}
.footer-social-media .social-media .yt:hover a {
    background-position: -145px -30px;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 110px;
    display: none;
    background: url('/wp-content/uploads/2022/03/backtotop-icon.jpg');
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 5;
}
span.company-address br {
    display: none;
}
span.company-address br {
    display: none;
}
.footer-address span.company-address br {
    display: block;
}
.BOT_chatcontainer_Add {
    background: red !important;
    bottom: 70px !important;
}

/* --------------------------- Floating CTA Button ---------------------------  */
.page-id-281 .floating-cta-btn,
.page-id-285 .floating-cta-btn,
.page-id-1702 .floating-cta-btn,
.page-id-1294 .floating-cta-btn,
.page-id-283 .floating-cta-btn,
.page-id-287 .floating-cta-btn,
.home .floating-cta-btn {
    right: -200px;
}
.floating-cta-btn {
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    right: -120px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background: #ea283c;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    text-transform: uppercase;
    transition: ease-out .5s right;
}
.floating-cta-btn.sticky-head{
    right: -120px;
}
.mobile-floating-cta {
    display: none;
}

/* --------------------------- Modal Form ---------------------------  */
#modal-form {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}
.modal-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-container span.close-modal {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px;
}
.modal-container .form-title {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background: #ea283c;
    text-align: center;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-container .form-field {
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}
.modal-container .form-field input,
.modal-container .form-field textarea {
    border: 1px solid #ccc;
    margin-bottom: 3px;
    color: #363636;
	background: #e1e1e1;
	padding: 7px 10px;
}
.modal-container .form-field select {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 15px 10px;
    color: #363636;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #e1e1e1;
    border-radius: 0;
	padding: 7px 10px;
	    box-sizing: border-box;
    background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%), linear-gradient(to right, #707070, #707070);
    background-position: calc(100% - 20px) calc(1.1em + 0px), calc(100% - 15px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}
.modal-container .recaptcha-note {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
	color: #333;
}
.modal-container .recaptcha-note a {
	color: #333;
}
.modal-container .form-field > div:last-child p {
	margin-bottom: 0;
}
.modal-container .form-field input::placeholder,
.modal-container .form-field textarea::placeholder {
    color: #333;
    opacity: 1;
}
.modal-container .form-field .wpcf7-submit {
	font-size: 18px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: rgb(175,12,27);
    background: linear-gradient(270deg, rgba(175,12,27,1) 0%, rgba(208,32,48,1) 100%);
    text-align: center;
    padding: 15px 5px;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    text-shadow: 1px 1px 1px rgba(3, 3, 3, .20);
	display: block;
	width: 210px;
}
#modal-form form.sent .wpcf7-response-output {
    background: #25842e;
}
#mobile-company-info {
    display: none;
}
.mobile-company-container.active-info,
.mobile-company-container {
    display: none;
}

/* --------------------------- Inner Banner ---------------------------  */
.inner-banner {
    background-size: cover !important;
    height: 690px !important;
    position: relative;
}
.inner-banner:before {
    height: 270px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6502976190476191) 65%, rgba(0,0,0,1) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    z-index: 1;
}
.inner-banner-wrap {
    color: #fff;
    max-width: 750px;
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.inner-banner-header {
    font-size: 40px;
	font-weight: 700;
    text-transform: uppercase;
    line-height: 1.125;
}
.inner-banner-header:after {
    width: 100px;
    height: 1px;
    content: '';
    display: block;
    background: #fff;
    margin: 30px auto;
}
.inner-banner-content {
    font-size: 16px;
    margin-bottom: 45px;
	line-height: 2;
}
.breadcrumb {
    font-size: 15px;
    margin-bottom: 40px;
    padding: 10px 20px;
    background: #df142e;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}
.breadcrumb a,
.breadcrumb a i {
    color: #fff;
}
.breadcrumb a:hover,
.breadcrumb a i:hover {
	color: #333;
}

/* --------------------------- Generic Page ---------------------------  */
.page-id-273 .content-sidebar-wrap,
.page-id-2594 .content-sidebar-wrap {
    margin: 0 auto 60px;
}
.archive .testimonials-section:before,
.search .testimonials-section:before,
.error404 .testimonials-section:before,
.single .testimonials-section:before,
.page-id-4792 .testimonials-section:before,
.page-id-4794 .testimonials-section:before,
.page-id-4796 .testimonials-section:before,
.page-id-273 .testimonials-section:before,
.page-id-277 .testimonials-section:before,
.page-id-451 .testimonials-section:before,
.page-id-527 .testimonials-section:before,
.page-id-924 .testimonials-section:before,
.page-id-1192 .testimonials-section:before,
.page-id-1450 .testimonials-section:before,
.page-id-2349 .testimonials-section:before,
.page-id-237 .testimonials-section:before,
.page-id-2594 .testimonials-section:before {
	background: url('/wp-content/uploads/2022/03/testi-before.png') no-repeat top center;
}
.content-contact-section {
    background: #f6f6f6;
}
.content-contact-section .wp-block-group__inner-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
    padding: 90px 15px 30px;
    box-sizing: border-box;
}
.two-col-list {
	column-count: 2;
}
.entry-content ol,
.entry-content ul {
	padding-left: 25px;
    margin-bottom: 30px;
    position: relative;
}
.entry-content ul li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.entry-content ul li:last-child {
    margin-bottom: 5px;
	overflow: hidden;
}
.entry-content ul li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    color: #ea283c;
    left: 0;
    position: absolute;
    background: #f3f3f3;
    padding: 0 10px 5px;
    top: 0;
    bottom: -25px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
	padding-left: 0;
}
.entry-content ol ol li,
.entry-content ul ul li {
    margin-bottom: 0;
}
.entry-content ul.html-sitemap li {
    margin-bottom: 0;
}
.error404 .entry-content ul li {
    margin-bottom: 0;
}
.error404 .entry-content ul li.page-item-1170,
.error404 .entry-content ul li.page-item-3893,
.error404 .entry-content ul li.page-item-460,
.error404 .entry-content ul li.page-item-451,
.error404 .entry-content ul li.page-item-2766 {
    display: none;
}
.search article.post-451,
.search article.post-460,
.search article.post-1170,
.search article.post-3893,
.search article.post-2766 {
    display: none;
}
.search .archive-description .entry-title,
.search .archive-title,
.search .author-box-title {
    font-size: 48px;
    font-weight: 700;
	margin: 0 0 30px;
	text-align: center;
}
.sfs-custom-gallery {
    margin-bottom: 40px;
}
.aligncenter {
	text-align: center;
}
.content-forms {
    max-width: 800px;
    margin: 0 auto 30px;
	background: #f6f6f6;
    padding: 30px 15px;
    box-sizing: border-box;
	position: relative;
}
.content-forms .fields-container > p {
    margin-bottom: 10px;
}
.content-forms .fields-container span.wpcf7-list-item {
    display: block;
}
.content-forms .work-place span.wpcf7-not-valid-tip {
    top: 0;
    transform: none;
}
.wpcf7-form .fields-container .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form .fields-container input.wpcf7-submit {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: rgb(175,12,27) !important;
    background: linear-gradient(270deg, rgba(175,12,27,1) 0%, rgba(208,32,48,1) 100%) !important;
    text-align: center;
    padding: 15px 5px !important;
    border-radius: 0;
    border: 0 !important;
    margin: 20px auto 0;
    text-shadow: 1px 1px 1px rgb(3 3 3 / 20%);
    width: 250px;
    line-height: 1.425;
}
.clear {
    clear: both;
}
.entry-content .wp-block-image.neumann-logo figure:before {
	display: none;
}
.wp-block-group.winter-popups {
    text-align: center;
    max-width: 1000px;
    margin: 70px auto;
}
.winter-popups .wp-block-columns {
	margin-bottom: 20px;
	display: block;
}
.winter-popups .wp-block-columns .wp-block-column {
    display: inline-block;
    width: 33%;
	margin: 0 !important;
}
.winter-popups .wp-block-column .wp-block-image {
    display: inline-block;
	margin-bottom: 0;
}
.popmake-content ul {
    padding-left: 30px;
    margin-bottom: 30px;
}
.popmake-content ul li {
    list-style-type: disc;
	margin-bottom: 5px;
}
.ice-dam-gallery .sfs-custom-gallery {
    margin: 0;
}
.gutter-cleaning-contracts {
    text-align: center;
}
.gutter-cleaning-contracts .wp-block-column {
	position: relative;
	background-size: cover !important;
	padding: 30px 10px 0;
}
.gutter-cleaning-contracts .wp-block-column:after {
    background: rgba(0, 0, 0, .6);
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.gutter-cleaning-contracts .wp-block-column.bronze {
    background: url('/wp-content/uploads/2022/03/IMG_1134.jpeg') no-repeat top center;
}
.gutter-cleaning-contracts .wp-block-column.silver {
    background: url('/wp-content/uploads/2022/03/FullSizeRender-2.jpeg') no-repeat top center;
}
.gutter-cleaning-contracts .wp-block-column.gold {
    background: url('/wp-content/uploads/2022/03/FullSizeRender-3.jpeg') no-repeat top center;
}
.gutter-cleaning-contracts .wp-block-column.works-package {
    background: url('/wp-content/uploads/2022/03/FullSizeRender-4.jpeg') no-repeat top center;
}
.gutter-cleaning-contracts .wp-block-column > * {
    position: relative;
    z-index: 1;
    color: #fff;
}
.gutter-cleaning-contracts .wp-block-column ul {
    padding-left: 20px;
	text-align: left;
}
.gutter-cleaning-contracts .wp-block-column ul li {
    list-style: disc;
    padding-left: 0;
	overflow: initial;
}
.gutter-cleaning-contracts .wp-block-column ul li:before {
    display: none;
}
.reviews-badge-wrapper {
    text-align: center;
}
.review-badge {
    display: inline-block;
	margin: 0 10px 5px;
}
.grecaptcha-badge {
    opacity: 0;
	right: -99999px !important;
}
.page-id-331 .nn-review-outer-cont {
    font-weight: 600;
}

/* --------------------------- Services Page ---------------------------  */
.services-box-list {
    text-align: center;
}
.page-id-253 .services-box-list-item.service-item-1 {
    display: none;
}
.page-id-267 .services-box-list-item.service-item-2 {
    display: none;
}
.page-id-265 .services-box-list-item.service-item-3 {
    display: none;
}
.page-id-1312 .services-box-list-item.service-item-4 {
    display: none;
}
.page-id-253 .services-section,
.page-id-255 .services-section,
.page-id-257 .services-section,
.page-id-259 .services-section,
.page-id-263 .services-section,
.page-id-265 .services-section,
.page-id-267 .services-section,
.page-id-1145 .services-section,
.page-id-997 .services-section,
.page-id-1312 .services-section {
    background: #dedede;
	padding: 110px 0 50px;
	position: relative;
}
.page-id-253 .services-section:before,
.page-id-255 .services-section:before,
.page-id-257 .services-section:before,
.page-id-259 .services-section:before,
.page-id-263 .services-section:before,
.page-id-265 .services-section:before,
.page-id-267 .services-section:before,
.page-id-1145 .services-section:before,
.page-id-997 .services-section:before,
.page-id-1312 .services-section:before {
    height: 60px;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    background: url(/wp-content/uploads/2022/03/testi-inner-before.png) no-repeat top center;
    background-size: 100% 100%;
	top: 0;
}
.page-id-253 .testimonials-section:before,
.page-id-255 .testimonials-section:before,
.page-id-257 .testimonials-section:before,
.page-id-259 .testimonials-section:before,
.page-id-263 .testimonials-section:before,
.page-id-265 .testimonials-section:before,
.page-id-267 .testimonials-section:before,
.page-id-1145 .testimonials-section:before,
.page-id-997 .testimonials-section:before,
.page-id-1312 .testimonials-section:before {
    background: url('/wp-content/uploads/2022/03/testi-inner-services.png') no-repeat top center;
}

/* --------------------------- Gallery Page ---------------------------  */
.page-id-279 .sfs-custom-gallery {
    margin-top: 100px;
}
.sfs-image-item .sfs-image-item-container {
    cursor: pointer;
	position: relative;
}
.sfs-image-item .sfs-image-item-container:hover .sfs-gallery-image:before {
    display: block;
    background: rgba(234, 40, 60, .75);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	content: '';
}
.sfs-image-item .sfs-image-item-container:hover .sfs-gallery-image:after {
    content: '\f0fe';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div.sfs-custom-gallery .sfs-loadmore-btn {
    background-color: #ea283c;
    color: #fff;
    padding: 10px 23px 10px 5px;
    margin: 60px auto;
    max-width: 235px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: center;
}
.sfs-loadmore-btn:before {
    position: absolute;
    content: '\f067';
    font-size: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 21px;
}

/* --------------------------- Blog Page ---------------------------  */
.page-template-blog-template .site-inner {
    background: none;
}
.page-template-blog-template .entry-content .blog-posts-article-wrapper {
    width: 67%;
    display: inline-block;
    vertical-align: top;
}
.entry-content div#blog-widget {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.blog-posts-article-wrapper .blog-posts-article {
    margin-right: 4%;
    width: 46%;
    vertical-align: bottom;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: relative;
	margin-bottom: 40px
}
.blog-posts-article-wrapper .blog-posts-article-image {
    height: 200px;
    background-size: cover !important;
    z-index: 1;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog-posts-article-wrapper .blog-title {
    padding: 30px 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #a4a4a4;
    z-index: 1;
    position: relative;
    background: #fff;
}
.blog-posts-article-wrapper .blog-article-info {
    padding: 12px;
    box-sizing: border-box;
    color: #adadad;
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
    position: relative;
	text-align: center;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog-posts-article-wrapper span.blog-read a {
    color: #ea283c;
}
.blog-posts-article-wrapper .blog-posts-article:hover:after {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(234, 40, 60, .30);
    left: -5px;
    bottom: -4px;
    position: absolute;
    border-radius: 20px;
    content: '';
    z-index: 0;
}
#blog-widget section {
	margin-bottom: 25px;
}
#blog-widget h3.widgettitle.widget-title {
    color: #fff;
    background: #000000;
    text-transform: uppercase;
    padding: 17px 20px;
    box-sizing: border-box;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
#blog-widget h3.widgettitle.widget-title:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
#blog-widget .showing-widget h3.widgettitle.widget-title:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    top: 15px;
}
#blog-widget h3.widgettitle.widget-title:hover {
    background: #ea283c;
}
#blog-widget .widget-wrap ul {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding-left: 0;
	display: none;
	padding-top: 9px;
}
#blog-widget .widget-wrap ul li {
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}
#blog-widget .widget-wrap ul li:nth-child(odd) {
    background: #f5f5f5;
}
#blog-widget .widget-wrap ul li:before {
    display: none;
}
#blog-widget .widget-wrap ul li a {
    display: table;
    width: 100%;
	color: #fff;
}
#blog-widget .blog-post-meta-date {
    display: table-cell;
    background: #424242;
    text-align: center;
    padding: 40px 15px;
    box-sizing: border-box;
    width: 75px;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1.2;
}
#blog-widget .blog-post-meta-date > span {
    display: block;
}
#blog-widget .blog-post-meta-date > span:first-child {
    font-size: 30px;
}
.blog-post-meta-title {
    display: table-cell;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    color: #424242;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
}
#blog-widget .widget_categories .widget-wrap ul li,
#blog-widget .widget_archive .widget-wrap ul li {
    padding: 10px 15px;
}
#blog-widget .widget_categories .widget-wrap ul li a,
#blog-widget .widget_archive .widget-wrap ul li a {
    color: #000;
    display: inline-block;
	width: auto;
}
.pagination {
    clear: both;
    margin: 60px 0;
    text-align: center;
    display: block;
    width: 100%;
}
.pagination ul {
    padding-left: 0;
}
.pagination ul li {
    padding-left: 0;
	display: inline-block;
	vertical-align: top;
}
.pagination ul li:before {
    display: none;
}
.pagination ul li a {
    background-color: #fff;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 16px 19px;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li.active a {
    background-color: #000000;
    color: #fff;
    border-radius: 0;
}
#blog-widget .widget-wrap.showing-widget ul {
    display: block;
}
#blog-widget .widget-wrap ul li:hover .blog-post-meta-date {
    background: #ea283c;
    color: #fff;
}
#blog-widget .widget-wrap ul li:hover .blog-post-meta-title {
    background: #ea283c;
    color: #fff;
}
#blog-widget .showing-widget h3.widgettitle.widget-title {
    background: #ea283c;
}
#blog-widget .widget-wrap ul li a {
	transition: none;
}
#blog-widget .widget-wrap ul li:hover {
    background: #ea283c;
}
#blog-widget .widget-wrap ul li:hover a {
    color: #fff;
}
.archive .blog-posts-article-wrapper {
    width: 67%;
    display: inline-block;
    vertical-align: top;
}
.archive div#blog-widget {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
h1.category-title {
    text-align: center;
}
.archive header.entry-header {
    display: block;
    width: 100%;
}
.archive-description.author-archive-description.author-description {
    display: none;
}

/* --------------------------- Locations Page ---------------------------  */
.locations-banner.inner-banner {
    height: 900px !important;
}
.locations-banner .inner-banner-wrap {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    z-index: 1;
    top: 200px;
    transform: none;
	text-align: left;
}
.locations-banner .inner-banner-left {
    display: inline-block;
    max-width: 700px;
}
.locations-banner .inner-banner-header {
    margin-top: 100px;
}
.locations-banner .inner-banner-header:after {
    margin: 30px 0;
}
.locations-banner .home-slider-right {
    top: 0;
}
.loc-dropdown {
    text-align: center;
}
.loc-dropdown .col-md-4 {
    width: 33%;
	display: inline-block;
}
.loc-dropdown .col-md-4 ul {
    padding-left: 0;
}
.loc-dropdown .col-md-4 ul li {
    padding-left: 0 !important;
}
.loc-dropdown .col-md-4 ul li:before {
    display: none;
}

/* --------------------------- Contact Us Page ---------------------------  */
.entry-content .wpcf7 {
    max-width: 600px;
	width: 100%;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.entry-content .wpcf7 .form-title * {
    margin-bottom: 10px;
}
.entry-content .wpcf7-form .fields-container * {
    text-align: left;
}
.entry-content .wpcf7-form .fields-container p {
    margin-bottom: 10px;
}
.entry-content .wpcf7-form .fields-container p.recaptcha-note,
.entry-content .wpcf7-form .fields-container p.recaptcha-note a {
    color: #333;
	text-align: center;
}
.entry-content .wpcf7-form .fields-container input,
.entry-content .wpcf7-form .fields-container textarea {
    padding: 11px;
    border-right: 5px solid #d02030;
    line-height: 1;
}
.entry-content .wpcf7-form .fields-container textarea {
    line-height: 1.625;
}
.entry-content .wpcf7-form .fields-container p .Message .wpcf7-not-valid-tip,
.entry-content .wpcf7-form .fields-container p .intro .wpcf7-not-valid-tip,
.entry-content .wpcf7-form .fields-container p .expi .wpcf7-not-valid-tip,
.entry-content .wpcf7-form .fields-container p .work-place .wpcf7-not-valid-tip {
    top: 11px;
    transform: none;
}
.entry-content .wpcf7-form .fields-container h3 {
	margin-bottom: 10px;
}
.entry-content .wpcf7-form .fields-container .wpcf7-list-item {
    display: block;
}

/* --------------------------- Single Posts ---------------------------  */
.single .site-inner {
    margin-bottom: 50px;
}
.single .entry-content {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.single #blog-widget {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}



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

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

@keyframes fadein {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

/* Seperator Mask
--------------------------------------------- */

.separator-mask {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff;
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    -webkit-transform: scale(1.014);
    -ms-transform: scale(1.014);
    transform: scale(1.014);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.separator-mask.mask-top {
    top: 0;
    border-top-width: 0px;
    border-bottom-width: 70px;
    border-color: #fff;
    border-left-width: 50vw;
    border-right-width: 50vw;
}

.separator-mask.mask-bottom {
    bottom: 0;
    border-bottom-width: 0px;
    border-top-width: 70px;
    border-color: #fff;
    border-left-width: 50vw;
    border-right-width: 50vw;
}




/* 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: 14px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

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

.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-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

h1.entry-title {
	font-size: 48px;
	text-align: center;
}

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

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

.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 {
  outline: 0;
}


/* Title Area
--------------------------------------------- */

.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
--------------------------------------------- */

.contact-info {
    display: flex;
  	justify-content: center;
}

.contact-info--item {
  	color: #555555;
    display: flex;
	margin-bottom: 5px;
}

.contact-info--item i {
    padding-right: 8px;
    align-self: center;
    font-size: 30px;
}

.call-number--item,
.text-number--item {
    text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.call-number--item a,
.text-number--item a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 500;
    font-size: 18px;
}



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


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

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



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

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

.text-image {
    background-color: #ea283c;
}

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

.text-image .wp-block-image {
    margin-bottom: 0;
  position: relative;
}

.text-image .wp-block-image:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 69vh 210px 0 0;
    border-color: #ea283c transparent transparent transparent;
}

.content-left {
    background-color: #ea283c;
    color: #fff;
    padding: 60px;
    height: 100%;
}

.content-left h2 {
  color: #fff;
}

.content-left p {
    padding: 0 !important;
}

.blog main,
.archive main {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

.blog article,
.archive article {
    flex: 0 48%;
    border: 1px solid #919191;
    margin: 0 10px 30px;
  transition: .3s all;
}

.blog article:hover .article-block.post-wrap,
.archive article:hover .article-block.post-wrap {
    background-color: #ea283c;
  color: #fff;
}

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

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

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

.article-block.post-wrap {
    padding: 40px 24px;
}

.article-block.featured-image {
  background-color: #ea283c;
}

.blog article:hover .article-block.featured-image img,
.archive article:hover .article-block.featured-image img {
  opacity: .7;
}

.blog-post-header {
    display: flex;
    align-items: center;
  margin-bottom: 30px;
}

.blog article:hover .post-date time,
.archive article:hover .post-date time {
  color: #fff;
}

.blog-post-header--item.post-title {
    padding-left: 15px;
}

.blog-post-header--item.post-title a {
    color: #020202;
}

.blog article:hover .blog-post-header--item.post-title a,
.archive article:hover .blog-post-header--item.post-title a {
  color: #fff;
}

.blog-post-header--item .post-author,
.blog-post-header--item .post-author a {
    font-size: 12px;
   color: #ea283c;
}

.blog article:hover .blog-post-header--item .post-author,
.blog article:hover .blog-post-header--item .post-author a,
.archive article:hover .blog-post-header--item .post-author,
.archive article:hover .blog-post-header--item .post-author a {
  color: #fff;
}

.post-ellipse {
    color: #020202;
}

.blog article:hover .post-ellipse ,
.archive article:hover .post-ellipse {
  color: #fff;
}

.blog-post-read-more,
.blog-post-read-more:hover,
.blog-post-read-more:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea283c;
    color: #fff;
    max-width: 250px;
    margin: auto;
    padding: 12px;
    border-radius: 50px;
    margin-top: 50px;
  text-transform: uppercase;
}

.blog article:hover .blog-post-read-more,
.archive article:hover .blog-post-read-more {
  background-color: #fff;
  color: #ea283c;
}

.blog-post-read-more i {
    padding-left: 5px;
}

.cards-services {
    padding: 60px;
}

.column-card {
    padding: 30px;
    background-color: #ea283c;
    color: #fff;
  height: 100%;
}

.column-card--title {
    font-size: 20px;
}

.residential-card--title a {
    color: #ea283c;
}

.coupons-specials {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-bottom: auto;
    background-color: #ffffff;
    border: 2px dashed #1F8357;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.special-offer-page .wpcf7-not-valid-tip{
	    background-color: #fff;
	position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 3px #afafaf;
    left: unset;
    right: 1px;
    text-align: center;
    padding: 2px 5px;
}
.coupons-specials-body {
    padding: 0 30px;
}

.coupons-specials-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    padding: 15px 6px;
    color: #ea283c;
}

.coupons-specials-highlight {
    color: #fff;
    margin-bottom: 15px;
    background-color: #3baf29;
    padding: 6px;
}

.move-plans {
	display: flex;
}

.move-plans ul li {
    list-style-type: none;
}

.move-plans li {
    border-bottom: 1px solid #ececec;
    padding: 16px;
	height: 100px;
}

.hidecls {
    color: #52b441;
}

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

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

.first-class,
.second-class,
.third-class {
    text-align: center;
	border: 1px solid #ececec;
    padding: 10px !important;
}

.first-class li:first-of-type,
.second-class li:first-of-type,
.third-class li:first-of-type {
    font-size: 20px;
	font-weight: 700;
	height: auto;
}

.second-class {
	background-color: #ea283c;
	color: #fff;
	padding-top: 50px !important;
    margin-top: -40px;
}

.move-plans ul li p {
	margin-bottom: 0;
}

.second-class a:hover {
	color: #fff;
}

.cboxElement {
    font-size: 18px;
    text-transform: uppercase;
}

.media-review {
    display: flex;
    justify-content: space-around;
	padding: 0 !important;
}

.media-review li {
    list-style-type: none !important;
}

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


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



/* 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
---------------------------------------------------------------------------- */
.page-hero {
    margin-top: 100px;
}

.hero-slider__image {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider__image,
.hero-caption__content {
    height: 80vh;
}

.hero-caption {
    position: relative;
}

.hero-caption__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
}

.hero-subtitle {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 40px;
}

.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: #ea283c;
	color: #fff;
}

.hero-btn:focus {
	color: #fff;
}

.site-section {
	position: relative;
}

.page-hero.inner-page,
.page_banner {
  height: 650px;
  background-repeat: no-repeat;
}

.page_banner--overlay {
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.page_banner .hero-caption__content {
  height: 650px;
}

.section-title {
    font-size: 50px;
    color: #ea283c;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  text-align: center;
}

.quote-form {
  background-color: #ececec;
    padding: 100px 60px;
}

.quote-form > .wrap {
    max-width: 1180px;
    margin: auto;
}

.quote-form--container {
    display: flex;
	flex-direction: column;
}

.qoute-form--text {
    margin-bottom: 30px;
}

.quote-form--title {
    color: #ea283c;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #636363;
    margin-bottom: 30px;
    padding-bottom: 30px;
  	text-transform: uppercase;
	text-align: center;
}

.quote-form--title span {
    display: block;
    font-weight: 500;
}

.quote-form .form-fields--container {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}

.quoter-form--btn {
	padding: 12px;
	text-align: center;
}

.quoter-form--btn .wpcf7-submit {
    background-color: #4eb43e;
    border-radius: 50px;
  font-family: 'Montserrat', 'Font Awesome 5 Free';
  text-transform: uppercase;
}

.form-field--item input:focus,
.form-field--item input:hover {
    border-color: #ea283c;
}

.recatpcha-note {
    color: #636363;
    font-size: 12px;
    padding: 12px;
    text-align: center;
    font-style: italic;
}

.recatpcha-note a {
    color: #636363;
    text-decoration: underline;
}

.voted-around {
    padding: 100px 60px;
}

.voted-around > .wrap {
    max-width: 1180px;
    margin: auto;
}

.va-section--content {
    padding: 60px 15px;
    text-align: center;
}

.va-card {
    display: flex;
}

.va-card-item {
    flex: 1;
  text-align: center;
    margin: 20px;
  padding: 20px;
}

.va-card-item:hover {
    background-color: #fff;
    cursor: pointer;
}

.va-card-item--title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #ea283c;
    margin-bottom: 30px;
}

.va-card--icon {
    width: 217px;
    height: 200px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.va-card--btn {
  display: block;
    opacity: 0;
  margin-top: 30px;
}

.va-card-item:hover .va-card--btn {
  opacity: 1;
}

.services--header {
    background: url(/wp-content/uploads/2021/02/service-title-bg.png) no-repeat;
    padding: 150px 60px 80px;
    background-size: cover;
  background-position: bottom center;
    position: relative;
}

.services--container {
  margin-top: -115px;
    padding: 220px 60px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.services--header {
    text-align: center;
}

.services-title {
    color: #fff;
    margin-bottom: 100px;
  	position: relative;
	z-index: 1;
    display: inline-block;
}

.services-title:before {
    content: '';
    width: 50%;
    height: 100%;
    border: 10px solid #133853;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transform: scale(1.4);
    z-index: -1;
}

.service-card {
    display: flex;
    flex-wrap: wrap;
}

.service-card-item {
    flex: 1 25%;
    text-align: center;
    padding: 60px;
    background-color: rgba(255, 255, 255, .7);
  margin-bottom: 30px;
}

.service-card-item:hover {
    background-color: #ea283c;
    color: #fff;
  cursor: pointer;
}

.service-card-item > i {
    font-size: 44px;
  margin-bottom: 40px;
    color: #ea283c;
}

.service-card-item--title {
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #020202;
  font-weight: 500;
}

.service-card-item:hover .service-card-item--title,
.service-card-item:hover > i {
  color: #fff;
}

.service-card-item--content {
    margin-bottom: 40px;
}
.service-card-item--btn {
    font-size: 14px;
    color: #fff;
    background-color: #ea283c;
    max-width: 250px;
    padding: 12px;
    border-radius: 50px;
    display: block;
    margin: auto;
    width: 100%;
  font-weight: 500;
}

.service-card-item:hover .service-card-item--btn,
.service-card-item--btn:hover,
.service-card-item--btn:focus {
  background-color: #fff;
  color: #ea283c;
}

.services--btn {
    display: block;
    max-width: 350px;
    background-color: #ea283c;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 12px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.services--btn:hover {
  background-color: #fff;
  color: #ea283c;
}

.main-content {
  padding: 100px 60px;
}

.main-content .wp-block-columns {
  display: flex;
}

.main-content--text h1 {
    text-align: left;
	display: inline-block;
	margin-bottom: 60px;
	position: relative;
}

.main-content--text h1:after {
    content: '';
    width: 50%;
    height: 100%;
    border: 10px solid #f6f6f6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transform: scale(1.4);
    z-index: -1;
}

.read-more-btn {
    padding: 12px;
    border: 1px solid #ea283c;
    border-radius: 50px;
    max-width: 250px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ea283c;
    font-weight: 600;
	margin-top: 40px;
}

.cta-container {
    height: 550px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-content {
    color: #ea283c;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
  margin-bottom: 30px;
}

.cta-btn {
    color: #fff;
    background-color: #3dae2b;
    padding: 12px;
    border-radius: 50px;
    font-size: 18px;
    max-width: 300px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cta-btn:hover {
	background-color: #ea283c;
	color: #fff;
}

.cta-btn:focus {
	color: #fff;
}

.testimonials {
    padding: 100px 60px;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-title,
.testimonial-container,
.testimonial-title span,
.testimonial-content {
    position: relative;
}

.testimonial--header {
	text-align: center;
}

.testimonial-title {
    color: #fff;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
	display: inline-block;
}

.rating {
  margin-bottom: 30px;
}

.rating i {
    margin: 2px;
  color: #e0be38;
    font-size: 24px;
}

.testimonial-list {
    max-width: 1180px;
    margin: auto;
    color: #fff;
    text-align: center;
	padding: 0 30px;
}

.testimonial-body {
    padding: 30px 25px 30px 80px;
    border: 1px solid #424242;
    position: relative;
    margin-bottom: 25px;
  	font-weight: 400;
}

.testimonial-body:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 65px;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 44px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #000000;
}

.testimonial-footer {
    margin-bottom: 50px;
}

.testimonial-author {
    background-color: #3dae2b;
    display: inline-block;
    padding: 15px 40px;
}

.testimonial-badge {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-btn {
    background-color: #ea283c;
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    max-width: 350px;
    margin: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-btn:hover,
.testimonial-btn:focus {
  color: #fff;
}
.financing-module{
	width: 650px;
}
.post-feed {
    padding: 100px 60px;
    background-color: #f5f5f5;
}

.post-feeds-btn {
    max-width: 350px;
    margin: auto;
    display: block;
    text-align: center;
    padding: 12px;
    background-color: #ea283c;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}

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

.blog-post-container {
    display: flex;
}

.post-cards {
    flex: 1;
	border: 1px solid #919191;
}

.post-head {
    background-color: #3dae2b;
	max-width: 580px;
    margin: auto;
}

.post-cards:hover .post-thumbnails {
    opacity: .7;
}

.post-thumbnails {
    max-width: 598px;
    height: 428px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.post-content {
    display: flex;
    align-items: center;
    padding: 40px 35px;
}

.post-cards:hover .post-content {
  background-color: #3dae2b;
  color: #fff;
}

.post_article {
    padding-left: 30px;
}

.blog-post__title,
.post-feeds-btn {
    margin-bottom: 100px;
}

.post-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.post-cards:hover .post-title a,
.post-cards:hover .post-title a:hover,
.post-cards:hover .post-date time {
  color: #fff;
}

.post-date {
    text-align: center;
}

.post-date time {
  display: block;
  color: #3dae2b;
}

.post-date time:first-of-type {
    font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}

.post-date time:last-of-type {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}


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

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

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

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

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

.footer-widgets {
  border-top: 1px solid #3dae2b;
  clear: both;
  padding: 60px 0;
}

.footer-widgets > .wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widget {
	flex: 1;
}


/* Site Footer
---------------------------------------------------------------------------- */
#menu-links li a,
#menu-other-links li a {
  color: #363636;
  transition: .3s ease-in-out;
}

#menu-links li:hover,
#menu-other-links li:hover {
  padding-left: 15px;
}

#menu-links li:hover a,
#menu-other-links li:hover a {
  color: #3dae2b;
}

#menu-links li:before,
#menu-other-links li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
    color: #363636;
}

#menu-links li:hover:before,
#menu-other-links li:hover:before {
  color: #3dae2b;
}



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

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

  table {
    table-layout: auto;
    word-break: normal;
  }

}

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

	.one-half-li {
		column-count: 2;
	}
}

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



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

	.scrolled .modal-button {
		display: block;
		position: fixed;
		margin-top: 0;
	}

  /* Site Section
  --------------------------------------------- */
  .site-section.static:nth-child(odd) {
    background-color: #f5f5f5;
  }

  .site-section.static,
  .footer-widget.static {
      display: flex;
      justify-content: center;
      align-items: center;
    height: 80vh;
  }

	.quote-form .form-fields--container {
		flex-direction: row;
	}

	.quote-form .form-field--item {
		flex: 1 46%;
		margin: 10px 12px;
	}

	.quote-form--container {
		flex-direction: row;
	}

	.qoute-form--text {
		flex: 1 30%;
	}

	.quote-form--fields {
		flex: 1 70%;
	  margin-left: 40px;
	}

	.quote-form--title {
		text-align: left;
	}

  .post-cards:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }

  .alignfull.main-content,
  .alignfull.right-reset {
    margin-right: calc(-50vw / 2 + 100% / 2) !important;
  }

  .wp-block-group.main-content--text {
    padding: 100px 40px;
  }

  .wp-block-group.main-content--text p {
    padding: 0 !important;
  }

	.testimonial-title:before {
		content: '';
		width: 50%;
		height: 100%;
		border: 10px solid #133853;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		margin: auto;
		transform: scale(1.4);
		z-index: -1;
	}

  .site-info-widget_3 {
    display: flex;
    justify-content: center;
  }

	.site-info > .wrap {
		align-items: center;
	}

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

	.hidecls {
		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-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

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

  .footer-widgets > .wrap {
    max-width: 1180px;
  }

}

@media only screen and (max-width:1690px) {
	.site-header {
		padding: 45px 60px 0 60px;
	}
	.tracking-number a {
		padding: 2px 15px 2px 15px;
	}
	.home-slider-right {
		padding: 0 90px;
	}
}
@media only screen and (max-width:1600px) {
	.genesis-nav-menu a {
		font-size: 15px;
		padding-left: 5px;
		padding-right: 10px;
	}
	.genesis-nav-menu .menu-item-has-children a {
		padding-right: 24px;
	}
	.genesis-nav-menu .menu-item-has-children > a:before {
		right: 10px;
	}
	.home-slider-left {
		margin-left: 60px;
	}
	.home-slider-right {
		padding: 0 60px;
	}
	.home-slider-wrapper .slick-dots {
		padding: 0 15px 0 55px;
	}
}
@media only screen and (max-width:1440px) {
	.site-header {
		padding: 45px 15px 0 15px;
	}
	.home-slider-left {
		margin-left: 15px;
	}
	.home-slider-right {
		padding: 0 15px;
	}
	.home-slider-wrapper .slick-dots {
		padding: 0 10px;
	}
	.home-slider-header {
		margin-top: 150px;
	}
}
@media only screen and (max-width:1366px) {
	.tracking-cta {
		font-size: 12px;
	}
	.tracking-number, .tracking-number a {
		font-size: 28px;
	}
	.tracking-number a {
		padding: 3px 5px 3px 5px;
	}
	.site-header.sticky-head {
		padding: 1px 15px 1px 15px;
	}
	.recaptcha-note {
		font-size: 12px;
	}
}
@media only screen and (max-width:1280px) {
	.title-area {
		max-width: 200px;
	}
	.genesis-nav-menu a {
		font-size: 14px;
		padding-left: 4px;
		padding-right: 8px;
	}
	.genesis-nav-menu .menu-item-has-children a {
		padding-right: 20px;
	}
	.genesis-nav-menu .menu-item-has-children > a:before {
		right: 9px;
	}
	.tracking-cta,
	.sticky-head .tracking-cta {
		font-size: 10px;
	}
	.tracking-number a {
		padding: 6px 5px;
	}
	.tracking-number, .tracking-number a {
		font-size: 24px;
	}
	.tracking-number:before {
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 23px solid #d02030;
		left: -10px;
	}
	.home-slider-left {
		max-width: 590px;
	}
	.home-slider-header {
		line-height: 1.2;
	}
	.home-slider-right > div.wpcf7 {
		max-width: 370px;
	}
	.home-slider-right .form-title {
		font-size: 28px;
	}
	.home-slider-header {
		margin-top: 100px;
	}
	.genesis-nav-menu {
		padding-right: 20px;
	}
	.sticky-head .genesis-nav-menu {
		padding-right: 100px;
	}
	.cta-section-wrap {
		padding: 50px 30px;
		max-width: 1023px;
		right: 30px;
		left: 30px;
	}
	.locations-banner .inner-banner-left {
		max-width: 590px;
	}
	.service-box-content {
		padding: 0 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		display: none;
	}
}

@media only screen and (max-width:1180px) {
	.genesis-nav-menu a {
		font-size: 13px;
	}
	.genesis-nav-menu .sub-menu a {
		font-size: 13px;
	}
	.sticky-head .tracking-number a {
		padding: 1px 15px 1px 35px;
	}
	.sticky-head #genesis-nav-primary {
		top: 15px;
	}
	.sticky-head .title-area {
		margin-top: 0;
	}
	footer.site-footer .footer-column .footer-header {
		font-size: 19px;
	}
	.services-cta {
		padding: 23px 30px 23px 30px;
	}
	.footer-wrap-item-info.footer-address {
		font-size: 14px;
	}
}

@media only screen and (max-width:1080px) {
	.title-area {
		max-width: 190px;
		margin-top: 5px;
	}
	.genesis-nav-menu a {
		font-size: 12px;
	}
	.genesis-nav-menu .sub-menu a {
		font-size: 12px;
	}
	.tracking-number a {
		padding: 5px 1px 6px 3px;
	}
	.home-slider-right .form-field {
		padding: 26px 10px 3px;
	}
	.home-slider-header {
		font-size: 45px;
	}
	.services-subheader {
		font-size: 45px;
	}
	.map-subheader {
		font-size: 45px;
	}
	.testimonials-subheader {
		font-size: 45px;
	}
	.home-blog-section-subheader {
		font-size: 45px;
	}
	.footer-wrap-item-info.footer-address {
		font-size: 13px;
	}

	.footer-wrap-item-info.footer-name {
		font-size: 15px;
	}
}

@media only screen and (max-width:1023px) {
	.site-header {
		padding: 0;
		text-align: center;
	}
	.title-area {
		max-width: 100%;
		display: block;
		margin: 0;
		background: #000;
		padding: 1px 0 2px;
	}
	.title-area img {
		width: 150px;
	}
	.header-widget-area {
		display: block;
		float: none;
		margin: 5px auto 0;
		max-width: 270px;
	}
	.tracking-number {
		line-height: 33px;
	}
	.tracking-number:before {
		border-left: 28px solid transparent;
		border-right: 28px solid transparent;
		border-bottom: 21px solid #d02030;
		left: -8px;
		top: 0px;
	}
	.tracking-number a {
		padding: 3px 26px;
	}
	.tracking-cta {
		padding-bottom: 0;
		font-size: 11px;
    	color: #fff;
	}
	#genesis-nav-primary {
		top: 75px;
		background: #ea283c;
		z-index: 2;
	}
	.genesis-nav-menu {
		padding-right: 0;
		text-align: left;
	}
	.sticky-head .genesis-nav-menu {
		padding-right: 0;
	}
	.genesis-nav-menu .menu-item {
		display: block;
	}
	.genesis-nav-menu a {
		font-size: 16px;
		padding: 10px;
		border-bottom: 1px solid #cb1528;
	}
	.genesis-nav-menu .menu-item-has-children > a:before {
		display: none;
	}
	.genesis-nav-menu .sub-menu {
		position: relative;
		border-top: 0;
	}
	.genesis-nav-menu .sub-menu a {
		font-size: 16px;
		background-color: #ea283c;
		padding-left: 20px;
		border: 0;
		border-bottom: 1px solid #cb1528;
	}
	.genesis-nav-menu .sub-menu .menu-item-has-children a {
		padding-right: 10px;
	}
	.genesis-nav-menu a:focus,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		color: #fff;
		background: #555;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		opacity: 1;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}
	.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: #ea283c;
		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 {
	  background-color: transparent;
	  border-width: 0;
	  color: #fff;
	}
	.menu-toggle {
		line-height: 20px;
		margin-top: 0;
		padding: 15px 0;
		position: absolute;
		z-index: 1000;
		top: 15px;
		right: 15px;
		transition: none;
	}
	.menu-toggle.activated::before {
	  content: "\f335";
	}
	.menu-toggle:after {
		content: '\f0c9';
		font-family: 'Font Awesome 5 Free';
		font-size: 20px;
		color: #ea283c;
	}
	.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 {
	  float: right;
	  padding: 9px 10px;
	  position: absolute;
	  right: 0;
	  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: '\f078';
		font-family: 'Font Awesome 5 Free';
		color: #fff;
		font-size: 12px;
	}
	.site-header.sticky-head {
		padding: 0;
	}
	.sticky-head .title-area {
		background: #fff;
		border-bottom: 2px solid #f27380;
	}
	.site-header.sticky-head .menu-toggle {
		padding: 10px 0;
		top: 8px;
	}
	.sticky-head .header-widget-area {
		display: none;
	}
	.sticky-head #genesis-nav-primary {
		top: 53px;
	}
	.sticky-head .genesis-nav-menu > li > a {
		color: #fff;
	}
	.home-slide {
		background-size: cover !important;
		height: 600px !important;
		position: relative;
	}
	.home-slider-wrap {
		top: 250px;
		text-align: center;
	}
	.home-slider-left {
		margin-left: 0;
		max-width: 600px;
    	padding: 0 15px;
	}
	.home-slider-header {
		margin-top: 0;
		font-size: 25px;
	}
	.home-slider-subheader {
		font-size: 16px;
	}
	.home-slider-subheader:after {
		margin: 20px auto;
		width: 85px;
	}
	.home-slider-content {
		margin-bottom: 12px;
	}
	.home-slider-buttons a {
		padding: 9px 10px;
		font-size: 14px;
		width: 220px;
	}
	.home-slider .slick-dots {
    	text-align: center;
		bottom: 50px;
		padding: 0 15px;
	}
	.mobile-company-container.sticky-head {
		top: 76px;
	}
	#mobile-company-info {
		display: block;
		position: fixed;
		top: 0;
		z-index: 9999;
		transition: all 0.2s ease-in-out;
	}
	.admin-bar #mobile-company-info {
		top: 32px;
	}
	#mobile-company-info .close-mobile-company {
		top: 16px;
		right: 0;
		padding: 10px 15px;
		position: relative;
		display: block;
		cursor: pointer;
		color: #fff;
	}
	#mobile-company-info.sticky-head .close-mobile-company {
		top: 2px;
		padding: 5px 10px;
	}
	.mobile-company-container {
		position: fixed;
		padding: 10px 10px 10px 40px;
		box-sizing: border-box;
		background: #d02030;
		color: #fff;
		font-weight: 500;
		display: none;
		top: 75px;
		z-index: 9998;
		transition: none;
		width: 100%;
	}
	.mobile-company-container.active-info {
		display: block;
	}
	.mobile-company-container.sticky-mobile-info {
		top: 43px;
	}
	.mobile-company-container > div {
		position: relative;
		margin-bottom: 10px;
	}
	.mobile-company-container i {
		position: absolute;
		left: -25px;
		top: 5px;
		color: #fff;
	}
	.mobile-company-container > div a {
		color: #fff;
	}
	#mobile-company-info.sticky-mobile-info .close-mobile-company {
		top: 3px;
		color: #000;
	}
	.mobile-company-container.sticky-mobile-info {
		top: 53px;
	}
	.services-section-wrap {
		padding: 0;
	}
	.services-heading {
		padding: 0 15px;
	}
	.services-subheader {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.services-box-list-wrap {
		max-width: 680px;
		margin: 0 auto;
	}
	.services-box-list .services-box-list-item {
		width: 100%;
		margin: 0;
	}
	.services-box-list-wrap ul.slick-dots {
		margin-top: 20px;
	}
	.services-box-list-wrap ul.slick-dots li button {
		font-size: 0;
		background-color: #575757;
		padding: 0;
		height: 10px;
		width: 35px;
		border-radius: 20px;
		display: inline-block;
	}
	.services-box-list-wrap ul.slick-dots li.slick-active button {
		height: 15px;
		width: 15px;
		background: #ea283c;
	}
	.services-cta {
		padding: 23px 20px 30px;
		text-align: center;
		margin: 50px auto 0;
		max-width: 670px;
	}
	.services-cta .services-cta-title {
		display: block;
	}
	.services-cta .services-button {
		display: block;
		float: none;
		padding: 8px 10px;
		max-width: 260px;
		margin: 5px auto 0;
	}
	.content-header span {
		font-size: 12px;
	}
	.content-header span:before {
		width: 25px;
	}
	.content-header span:after {
		width: 25px;
	}
	.content-column .wp-block-column {
		width: 100%;
		display: block;
		font-size: 16px;
		padding: 0 !important;
		margin: 0 0 40px !important;
	}
	.content-column .wp-block-image {
		text-align: center;
	}
	.entry-content .wp-block-image figure.alignright {
		margin: 0 auto 35px;
		float: none;
		display: inline-block;
	}
	.home-read-more,
	.home-phone-button,
	.contact-more {
		display: block;
		margin: 0 auto 10px;
		width: 220px;
	}
	.home-read-more a,
	.contact-more a {
		width: 220px !important;
		display: block;
	}
	.home-phone-button a {
		width: 220px !important;
	}
	.features-box-item {
		display: block;
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px !important;
	}
	.features-box-item:last-child {
		margin-bottom: 0 !important;
	}
	.map-section .map-section-left {
		display: none;
	}
	.map-section-wrap .map-section-right {
		padding-left: 0;
		position: relative;
		top: initial;
		transform: none;
		width: 100%;
		display: block;
	}
	.map-header {
		font-size: 12px;
		display: block;
		padding-left: 0;
		text-align: center;
		padding-right: 0;
	}
	.map-header:before {
		display: inline-block;
		position: relative;
		top: -4px;
		left: -5px;
		width: 25px;
	}
	.map-header:after {
		display: inline-block;
		position: relative;
		top: -4px;
		right: -2px;
		width: 25px;
	}
	.map-subheader {
		font-size: 30px;
		text-align: center;
	}
	.floating-cta-btn {
		display: none;
	}
	.entry-content .wp-block-image figure:before {
		bottom: -4px;
		left: -3px;
	}
	.entry-content ol,
	.entry-content ul {
		padding-left: 15px;
	}
	.wp-block-columns.content-column {
		margin-bottom: 0;
		display: block;
	}
	.home-phone-button i {
		left: 43px;
	}
	.entry-content .wp-block-image {
		text-align: center;
	}
	.testimonials-wrapper-top > div {
		width: 100%;
		display: block;
		text-align: center;
	}
	.testimonials-subheader {
		font-size: 30px;
		padding-right: 0;
		margin: 0 auto;
	}
	.testimonials-wrapper-top .testimonials-right {
		display: none;
	}
	.services-header {
		font-size: 12px;
	}
	.services-header:after {
		width: 25px;
		top: 8px;
	}
	.services-header:before {
		width: 25px;
		top: 8px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-weight: 600;
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-weight: 600;
		font-size: 18px;
	}
	.testimonials-header {
		font-size: 12px;
	}
	.reviews-slider-wrap {
		padding: 0 10px;
		max-width: 500px;
		margin: 0 auto;
	}
	.reviews-slider .slick-slide {
		margin: 0 12px 0 0;
	}
	.review-slide .fa-quote-right {
		right: 0;
		font-size: 36px;
		top: 15px;
		left: 0;
		text-align: center;
	}
	.review-slide {
		padding: 65px 30px 30px 60px;
	}
	.review-rating {
		left: 25px;
	}
	.review-title {
		text-align: left;
		margin-top: 20px;
		font-style: italic;
	}
	.home-blog-section-header {
		font-size: 12px;
	}
	.home-blog-section-subheader {
		font-size: 30px;
		line-height: 1.2;
	}
	.home-blog-post .blog-posts-article:first-child {
		display: block;
		width: 100%;
		margin: 0 auto 30px;
		max-width: 500px;
	}
	.home-blog-post .blog-posts-article {
		display: none;
	}
	.home-blog-section {
		background: none;
	}
	.review-slide:after {
		border-right: 15px solid #00000000;
		border-top: 30px solid #000000;
		bottom: -30px;
	}
	.reviews-slider .slick-dots li button {
		padding: 5px 15px;
	}
	.testimonials-buttons a {
		padding: 7px 10px;
		max-width: 200px;
	}
	footer.site-footer .footer-column {
		width: 100% !important;
		margin: 0 auto 30px !important;
		display: block;
		max-width: 300px;
		font-size: 14px;
	}
	footer.site-footer .footer-column.footer-logo {
		margin-bottom: 450px !important;
	}
	footer.site-footer .footer-column:last-child {
		margin-right: 0;
		width: 23%;
		position: absolute;
		top: 640px;
		right: 0;
		left: 0;
	}
	.footer-bottom-wrapper {
		padding: 80px 15px 70px;
	}
	.footer-social-media {
		display: block;
		position: absolute;
		top: 20px;
		margin: 0 auto;
		right: 0;
		left: 0;
		text-align: center;
	}
	.footer-bottom-wrapper .footer-copyright {
		float: none;
		text-align: center;
	}
	.map-list ul {
		padding-left: 20px;
	}
	.inner-banner {
		height: 600px !important;
	}
	.inner-banner-wrap {
		top: 80%;
	}
	.inner-banner-header {
		font-size: 25px;
	}
	.inner-banner-header:after {
		margin: 20px auto;
	}
	.inner-banner-content {
		margin-bottom: 20px;
		line-height: 1.625;
	}
	.home-slide:before {
		display: none;
	}
	.inner-banner:before {
		display: none;
	}
	.page-id-253 .services-section:before,
	.page-id-255 .services-section:before,
	.page-id-257 .services-section:before,
	.page-id-259 .services-section:before,
	.page-id-263 .services-section:before,
	.page-id-265 .services-section:before,
	.page-id-267 .services-section:before,
	.page-id-1145 .services-section:before,
	.page-id-997 .services-section:before,
	.page-id-1312 .services-section:before {
		height: 20px;
	}
	.badge-section {
		padding: 75px 40px 220px;
	}
	footer.site-footer .footer-wrap {
		padding: 230px 15px 130px;
	}
	.scrollToTop {
		right: 15px;
		bottom: 265px;
	}
	.entry-content .wp-block-group .wp-block-columns {
		display: block;
	}
	.gutter-cleaning-contracts .wp-block-column {
		display: block !important;
		margin: 0 auto 30px !important;
		padding: 30px 10px;
	}
	.locations-banner.inner-banner {
		height: 600px !important;
	}
	.locations-banner .inner-banner-header:after {
		margin: 20px auto;
	}
	.locations-banner .inner-banner-header {
		margin-top: 0;
	}
	.locations-banner .inner-banner-wrap {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		top: 80%;
		transform: translateY(-70%);
		text-align: center;
	}
	.home-slider-right .wpcf7 {
		display: none !important;
	}
	.home-slider-right {
		top: initial;
		bottom: 50px;
		text-align: center;
	}
	.home-slider-wrapper .slick-dots {
		position: relative;
		margin: 0 auto;
		left: initial;
		bottom: initial;
	}
	.page-template-blog-template .entry-content .blog-posts-article-wrapper {
		width: 100%;
		display: block;
		margin-bottom: 50px;
	}
	.entry-content div#blog-widget {
		display: block;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.blog-posts-article-wrapper .blog-posts-article {
		margin-right: 2%;
		margin-left: 2%;
	}
	.entry-content .search-form {
		width: 100%;
	}
	h1.entry-title {
	  font-size: 30px;
	}
	.mobile-floating-cta {
		display: block;
		position: fixed;
		bottom: 5px;
		text-align: center;
		width: 100%;
		z-index: 6;
	}
	.mobile-floating-phone {
		display: none;
	}
	.mobile-floating-cta-btn {
		background: #ea283c;
		color: #fff;
		font-size: 18px;
		padding: 6px 16px;
		box-sizing: border-box;
		z-index: 999;
		cursor: pointer;
		text-transform: uppercase;
		transition: ease-out .5s right;
		display: inline-block;
		font-weight: 500;
	}
	.mobile-floating-cta-btn i {
		margin-left: 5px;
	}
	.sticky-cta .mobile-floating-phone {
		display: inline-block;
		background: #ea283c;
		color: #fff;
		width: 160px;
		padding: 2px 5px;
		font-size: 18px;
		font-weight: 700;
		vertical-align: top;
		margin: 0;
		line-height: 2;
	}
	.sticky-cta .mobile-floating-phone a {
		color: #fff;
	}
	.sticky-cta .mobile-floating-cta-btn {
		padding: 2px 5px 2px;
		width: 160px;
		line-height: 1.125;
		font-size: 16px;
		background: #000;
	}
	.archive .blog-posts-article-wrapper {
		width: 100%;
		display: block;
		margin-bottom: 50px;
	}
	.archive .blog-posts-article-wrapper .blog-posts-article {
		margin-right: 2%;
		margin-left: 2%;
	}
	.archive div#blog-widget {
		display: block;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.footer-wrap-item-info.footer-name {
		font-size: 16px;
	}
	.footer-wrap-item-info.footer-address {
		font-size: 16px;
	}
	.BOT_chatcontainer {
		z-index: 9999 !important;
	}
	.site-header {
		z-index: 9998;
	}
	.BOT_chatcontainer_Add {
		z-index: 9997 !important;
		bottom: 170px !important;
		right: 15px !important;
	}
}

@media only screen and (max-width:980px) {
	.cta-section-snippet {
		max-width: 100%;
		display: block;
		text-align: center;
	}
	.cta-section-buttons {
		width: 100%;
		display: block;
		float: none;
		margin: 20px auto 0;
	}
	.winter-popups .wp-block-columns .wp-block-column {
		display: block;
		width: 50%;
		margin: 0 auto !important;
	}
	.winter-popups .wp-block-columns {
		margin-bottom: 0;
	}
	.loc-dropdown .col-md-4 {
		width: 100%;
		display: block;
	}
	.loc-dropdown .col-md-4 ul {
		margin-bottom: 0;
	}
	.single .entry-content {
		width: 100%;
		display: block;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.single #blog-widget {
		display: block;
		vertical-align: top;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

}
@media only screen and (max-width:768px) {
	.financing-module{
		width:auto;
	}
	.archive .blog-posts-article-wrapper .blog-posts-article {
		width: 100%;
		max-width: 400px;
		display: block;
		margin: 0 auto 40px;
	}
	h1 {
		font-size: 28px;
	}
	.services-cta {
		margin: 50px 15px 0;
		max-width: 100%;
	}
	.services-cta .services-cta-title {
		font-size: 19px;
	}
	.home .home-blog-section-wrap {
		padding: 70px 15px 230px;
	}
	.cta-section-snippet {
		font-size: 16px;
	}
	.cta-section-buttons-top {
		padding: 6px 5px;
		max-width: 190px;
		margin: 0 auto 5px;
	}
	.cta-section-buttons-bottom a {
		padding: 6px 10px 6px 25px;
		width: 190px;
		margin: 0 auto;
	}
	.cta-section-buttons-bottom a:before {
		left: 13px;
		top: 8px;
	}
	.blog-posts-article-wrapper .blog-posts-article {
		width: 100%;
		max-width: 400px;
		display: block;
		margin: 0 auto 40px;
	}
	h1.entry-title {
	  font-size: 28px;
	}
}
@media only screen and (max-width:640px) {
	.home-slider-wrap {
		top: 220px;
	}
	.services-subheader {
		font-size: 26px;
	}
	.map-subheader {
		font-size: 26px;
	}
	.testimonials-subheader {
		font-size: 26px;
	}
	.home-blog-section-subheader {
		font-size: 26px;
	}
	.two-col-list {
		column-count: 1;
	}
	.home-slider-content {
		line-height: 1.2;
	}
	.map-list ul {
		column-count: 1;
	}
}

@media only screen and (max-width:520px) {
	footer.site-footer .footer-wrap {
		padding: 230px 15px 150px;
	}
	.scrollToTop {
		bottom: 290px;
	}
	.BOT_chatcontainer_Add {
		bottom: 195px !important;
	}
}

@media only screen and (max-width:480px) {
	footer.site-footer .footer-column {
		max-width: 280px;
	}
	.services-box-list-item:hover .service-box-content {
		line-height: 1.2;
		padding: 0;
	}
	.service-box-title {
		font-size: 20px;
	}
	.service-box-button a {
		padding: 5px 10px;
	}
}
@media only screen and (max-width:375px) { }
@media only screen and (max-width:320px) { }

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

  .title-area {
    text-align: center;
    width: 100%;
  }

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

}