/**
 * My Custom Design
*/

@font-face {
  font-family: 'Prenton';
  src: url('https://use.typekit.net/af/5761b1/000000000000000077585e19/31/l?subset_id=1&fvd=n4&v=3') format('woff2'),
       url('https://use.typekit.net/af/5761b1/000000000000000077585e19/31/d?subset_id=1&fvd=n4&v=3') format('woff'),
       url('https://use.typekit.net/af/5761b1/000000000000000077585e19/31/a?subset_id=1&fvd=n4&v=3') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'PrentonBold';
  src: url('https://use.typekit.net/af/3d057e/000000000000000077585e1c/31/l?subset_id=1&fvd=n7&v=3') format('woff2'),
       url('https://use.typekit.net/af/3d057e/000000000000000077585e1c/31/d?subset_id=1&fvd=n7&v=3') format('woff'),
       url('https://use.typekit.net/af/3d057e/000000000000000077585e1c/31/a?subset_id=1&fvd=n7&v=3') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

/* START GLOBAL STYLES 
======================*/

body {
    font-family: Arial,sans-serif;
}

.site-inner {
    padding: 0px 0px;
}

ul.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

h1, h2, h3, h4, .section-title {
    font-family: 'PrentonBold', Arial, Verdana, sans-serif;
    color: #1b293d;
}

.contentTitle, .contentTitle a {
    font-family: prentonbold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #555;
}

.contentTitle {
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: .5em;
    font-size: 24px;
}

.section-title.align-center span {
    margin-left: auto;
    margin-right: auto;
}

.title-border {
    width: 60px;
    height: 2px;
}

.section-title.align-center .title-border {
    margin: 17px auto 0;
}

.section-title.align-left .title-border {
    margin: 17px 0 0;
}

.section-title.white, p.section-intro-text.white {
    color: #fff;
}

.section-title.dark, p.section-intro-text.dark {
    color: #1b293d;
}

.section-title, h1, h1.archive-title, h1.entry-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section-title>span.tagline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c59cb;
    padding: 4px 0;
    max-width: max-content;
    margin-bottom: 10px;
}

.section-title>span, .section-title .special-title>span {
    color: #0c59cb;
}

.section-title.white>span.tagline {
    color: #fff;
}

h1.archive-title, h1.entry-title {
    text-align: center;
}

.entry-content h1 {
    text-align: left;
    position: relative;
    padding-top: 13px;
}

h2 {
    font-size: 35px;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    font-weight: 700;
}

.entry-content h1:after {
    content: '';
    display: block;
    margin: 16px auto 30px 0;
    width: 60px;
    height: 2px;
    background-color: #ce1514;
}

p, ul li {
    font-size: 18px;
    color: #4c4c4c;
}

a {
    text-decoration: none;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.btn-group {
    display: flex;
    gap: 25px;
}

.btn-group.left {
    justify-content: left;
}

.btn-group.center {
    justify-content: center;
}

.btn-group.right {
    justify-content: right;
}

a.btn.default-btn {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0px 25px;
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 40px;
    position: relative;
    gap: 5px;
    letter-spacing: .05em;
    border-radius: 0;
}

a.btn.default-btn.red-gradient {
    color: #fff;
    background: linear-gradient(180deg, rgba(206,21,20,1) 35%, rgba(176,17,16,1) 73%);
}

a.btn.default-btn.red {
    color: #dddcdc;
    background-color: #ce1514;
}

a.btn.default-btn.white {
    color: #000;
    background-color: #fff;
}

.wp-block-button a {
    font-size: 20px;
    font-weight: 600;
}

.wp-block-button.btn.red a {
    background-color: #cd0409;
    color: #fff;
    border-radius: 0;
    padding: 4px 17px;
    text-transform: uppercase;
}

.wp-block-button.btn.red a:hover {
    background-color: #fff;
    color: #cd0409;
    outline: 2px solid #fff;
}

.wp-block-button.btn.border-red a {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    padding: 4px 17px;
    text-transform: uppercase;
    outline: 2px solid #cd0409;
}

.wp-block-button.btn.border-red a:hover {
    background-color: #cd0409;
    color: #fff;
    outline: 2px solid #cd0409;
}

.wp-block-button.btn.blue a {
    background-color: #0858c9;
    color: #fff;
    border-radius: 0;
    padding: 4px 17px;
    text-transform: uppercase;
}

.wp-block-button.btn.blue a:hover {
    background-color: #fff;
    color: #0858c9;
    outline: 2px solid #fff;
}

.site-inner .home-more-content {
    display: none;
}

.inner .site-inner .entry-content h1:before {
    content: 'Your Trusted, Quality Plumbing Solutions in the Tennessee Valley – Over 25 Years of Excellence!';
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0c59cb;
    display: block;
    text-transform: uppercase;
    padding: 4px 12px 4px 0;
    max-width: max-content;
    border-radius: 5px;
    margin-left: 0;
    margin-right: auto;
}

span.slide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 14px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    background-color: rgb(0 0 0 / 32%);
    color: #fff;
    border-radius: 10px;
}

.slider-arrow:hover {
    background-color: rgb(12 89 203 / 70%);
}

.entry-content ul > li {
    list-style-type: none !important;
    position: relative;
    padding-left: 28px;
    padding-bottom: 0px;
}

.entry-content ul > li:before {
    content: "\f111";
    font-size: 5px;
    /*color: #000;*/
    position: absolute;
    left: 0;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-pagination.pagination ul li:before {
    display: none;
}

.archive-pagination.pagination ul li {
    padding-left: 0;
    padding-bottom: 0;
}

.sfs-review.reviewpostbox-form button.sfcr-submit-review, .view-review-form button.sfcr-create-review {
    background: linear-gradient(180deg, rgba(206, 21, 20, 1) 35%, rgba(176, 17, 16, 1) 73%);
}

.entry-content a {
    color: #cd0409;
}

.alignfull {
    width: 100%;
    max-width: 100%;
}

.page-banner {
    min-height: 330px;
    height: 100%;
    text-align: left;
}

.banner-wrap {
    max-width: 1230px;
    width: 100%;
    padding: 78px 15px;
}

.page-banner:before {
    background-color: transparent;
}

h1.pageTitle {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
}

.banner-description {
    font-family: 'Prenton', Arial, Verdana, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.banner-title, .banner-description {
    max-width: 560px;
    width: 100%;
}

.wp-block-image.popup-image, .wp-block-image.popup-image figure, .wp-block-image.popup-image a {
    height: 100%;
}

.gallery-custom-column-block .wp-block-image.popup-image img {
    height: 100%;
    object-fit: cover;
}

/* END GLOBAL STYLES 
======================*/

/* START HEADER 
===========================*/

.header-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.header-cta-block:first-child {
    border: 2px solid #d76038;
    padding: 10px 0px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-align: center;
}

.header-cta-block i {
    display: table-cell;
    transform: rotate(-45deg);
    font-size: 20px;
    color: #fff;
}

.header-cta-block a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: unset;
}

/* END HEADER 
===========================*/

/* START NAV
===========================*/

.genesis-nav-menu > li > a {
    font-family: 'Prenton', Arial, Verdana, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    letter-spacing: .1em;
}

.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: #d76038;
}

/* END NAV
===========================*/

/* START HERO SLIDER
===========================*/

.hero-slider .hero-item {
    height: 672px;
    align-items: center;
}

.hero-slider .hero-item:before {
	/*background-color: rgb(40 41 41 / 65%);*/
    background-color: transparent;
    z-index: -1;
}

.hero-slider .hero-item .hero-contents {
    max-width: 1230px;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-slider h1.hero-heading {
    font-family: 'PrentonBold', Arial, Verdana, sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #f2f2f2;
    text-align: left;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

.hero-slider .hero-snippet {
    font-family: 'Prenton', Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #f2f2f2;
    text-transform: uppercase;
    max-width: 500px;
    width: 100%;
    line-height: 1;
    text-align: left;
}

.btn-group.hero-btn-group {
    margin-top: 40px;
}

.btn-group.hero-btn-group a {
    max-width: 194px;
    width: 100%;
    height: 40px;
    min-height: 40px;
}

/* END HERO SLIDER
===========================*/

/* START GUTENBERG
===========================*/

.custom-gap-10 {
    gap: 10px;
    margin-bottom: 5px;
    height: 100%;
}

.custom-gap-20 {
    gap: 20px;
    margin-bottom: 10px;
    height: 100%;
}

.wp-block-cover.colored-background-white-textt p, 
.wp-block-cover.colored-background-white-text ul li, 
.colored-background-white-text p, 
.colored-background-white-text ul li, 
.colored-background-white-text ul li:before {
    color: #fff;
}

.wp-block-button.btn.divider a {
    background: transparent !important;
    padding: 0;
    color: #000;
    cursor: none;
}

.site-section.home-header-cta {
    padding: 26px 60px;
}

h2.contentTitle {
    margin-bottom: 0;
}

h2.home-header-cta-title.contentTitle {
    font-size: 26px;
    color: #f5f5f5;
}

h2.emergency-cta-title.contentTitle, h2.emergency-cta-title.contentTitle a {
    font-size: 26px;
    color: #cd0409;
}

.site-section.emergency-cta {
    padding: 20px 60px;
}

.wp-block-cover.cover-no-padding {
    padding: 0;
}

.home-about-us .cover-image-block img {
    height: 800px;
}

.cover-image-block img {
    object-fit: cover;
}

.entry-content .home-about-us ul > li:before {
    color: #fff;
}

.home-service-block .wp-block-column {
    border: 1px solid #000;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    min-height: 390px;
}

.home-service-block .wp-block-buttons {
    margin-top: auto;
}

h2.border-top-bottom {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-brands-badge {
    margin-bottom: 0;
}

.top-brands-badge .wp-block-image {
    margin: 5px 0;
}

.top-brands-badge figure {
    margin: 12px 0;
}

h2.heading-border-middle-right {
    position: relative;
    display: flex;
    align-items: center;
}

h2.heading-border-middle-right strong {
    background-color: #fff;
    padding-right: 10px;
}

h2.heading-border-middle-right:before {
    content: '';
    background-color: #cd0409;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}

.regular-hvac-services-badge .wp-block-image {
    margin: 15px 0;
}

.regular-hvac-services-badge {
    margin-bottom: 0;
}

.wp-block-cover.our-mission-block {
    min-height: 333px;
}

.wp-block-cover.our-mission-block p {
    margin-bottom: 0;
}

.what-we-do-blocks figure {
    margin: 20px 0 23px;
}

.about-review .wp-block-column {
    border: 1px solid #b2b2b2;
    padding: 10px 64px;
}

h2.some-service-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.some-service-title strong {
    background-color: #fff;
    padding: 0 10px;
}

h2.some-service-title:before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    z-index: -1;
}

.wp-block-column.some-services-block-col {
    padding: 20px;
    border-radius: 10px;
    max-width: 376px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-column.some-services-block-col figure, .wp-block-column.some-services-block-col img {
    max-width: 320px;
    width: 100% !important;
    height: 320px !important;
    object-fit: cover;
}

.entry-content .cover-color ul > li:before {
    color: #fff;
}

.entry-content .cover-color ul > li:before {
    color: #fff;
}

.iwave-air-purifier-blocks p a {
    color: #cd0409;
}

.air-purification-systems-example-col {
    border: 1px solid #b9b9b9;
    padding: 20px;
    background-color: rgba(232, 232, 232, 0.2);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}

.wp-block-column.rountine-hvac-maintenance-blocks {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: rgba(185, 185, 185, 0.1);
    border: 1px solid #e8e8e8;
    padding: 30px 30px 30px 30px;
}

.wp-block-cover.commercial-services-blocks {
    /*height: 600px;*/
}

.hvac-who-we-are-blocks p a {
    color: #2b83ff;
}

hr.new-construction-hr {
    max-width: 40%;
}

.wp-block-columns.gallery-custom-column-block {
    gap: 0;
    margin-bottom: 0;
}

.commercial-projects-column-blocks {
    padding: 30px;
}

.services-we-offer-block {
    position: relative;
    isolation: isolate;
}

.services-we-offer-block:before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    z-index: -1;
}

.wp-block-group .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8%;
}

.wp-block-group .wp-block-media-text>.wp-block-media-text__content {
    padding-right: 0;
}

.financing-gallery-block .wp-block-image.popup-image img {
    width: 400px;
    height: 300px;
}

.wp-block-group.section-form-special-offer {
    max-width: 720px;
    width: 100%;
    margin: auto;
}

.form-container.special-offers input, .form-container.contact-us input {
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-container.special-offers .form-row.recap p a {
    color: #fff;
    font-weight: 800;
}

.form-container.special-offers .submit-meh input {
    width: 100%;
    background-color: #fff;
    color: #000;
    margin-bottom: 0;
}

.form-container.contact-us .submit-meh input {
    width: 100%;
    background: #cd0409;
    color: #fff;
}

.form-container .form-row.recap p {
    font-size: 12px;
    margin-bottom: 8px;
}

.form-container.contact-us .form-row.recap p a {
    color: #000;
    font-weight: 600;
}

.form-container .form-row.accept {
    margin-bottom: 7px;
}

.form-container span.wpcf7-list-item {
    margin-left: 0;
}


.form-container .form-row.accept span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.form-container .form-row.accept span.wpcf7-list-item label input {
    margin-bottom: 0;
}

.form-container .form-row.accept span.wpcf7-list-item-label {
    font-size: 13px;
}

.form-container .form-row.submit {
    margin-top: 30px;
}

.form-container .submit-meh span.wpcf7-spinner {
    display: none;
}

.site-inner article.entry {
    margin-bottom: 0;
}

#iWave-R, #iWave-C, #Reme-Halo {
  scroll-margin-top: 100px; /* Adjust based on your header height */
}

.form-container.finance-form {
    padding-bottom: 20px;
}

form.use-floating-validation-tip .form-container.finance-form .form-field.comment .wpcf7-not-valid-tip {
    bottom: 4px;
}

.form-container.finance-form .submit-meh input {
    width: 100%;
    background: #fff;
    color: #cd0409;
}

.single.single-post .site-inner>h1.entry-title, .archive h1.archive-title {
    padding-top: 40px;
    margin-bottom: 0;
}

.error404 li.page_item.page-item-456, .error404 li.page_item.page-item-1682, .error404 li.page_item.page-item-457, .error404 li.page_item.page-item-1684 {
    display: none;
}

.single.single-post .wp-block-image img {
    margin-bottom: 30px;
}

.single.single-post .wp-block-buttons>.wp-block-button {
    margin-bottom: 30px;
}

.single.single-post .wp-block-group.post-column-content .wp-block-columns {
    margin-bottom: 0;
}

.single.single-post .wp-block-group.post-column-content .wp-block-columns .wp-block-image img {
    margin-top: 30px;
}

.pricing-package-column-block img {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
}

.footer-custom-shortcode .social-media {
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-custom-shortcode .social-media i {
    color: #fff;
}

.blog-select-wrap {
    margin-top: 30px;
}

.footer-nap-item {
    margin-bottom: 10px;
}

.home-about-us a, .wp-block-group.cover-color a {
    color: #b1adad;
}

/* END GUTENBERG
===========================*/

/* START BLOG DROPDOWN
===========================*/

.entry-content ol, .entry-content ul {
    padding-left: 13px;
}

.blog-select-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}

.blog-select-box {
    position: relative;
    display: flex;
    max-width: 370px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #000;
    align-items: center;
    padding-left: 20px;
}

.blog-select-box:hover {
    background-color: #0f5093;
}

.blog-select-box h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #111111;
    margin-bottom: 0;
}

.blog-select-box:hover h3 {
    color: #fff;
}

.click-drop-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.click-drop-btn i {
	color: #0f5093;
}

.click-drop-btn:hover {
    /*background-color: #797a7e;*/
}

.blog-select-box:hover .click-drop-btn i {
    color: #fff;
}

.blog-select-box ul {
    position: absolute;
    left: 0;
    display: none;
    top: 54px;
    background-color: #d42534;
    padding-left: 0px;
    width: 100%;
    z-index: 1;
}

.blog-select-box ul li {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4b4b4;
    line-height: 1.2em;
}

.blog-select-box ul li:hover {
    background-color: #000;
}

.blog-select-box ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.blog-select-box ul li:before {
	display: none;
}

.blog-template .entry-content ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul.archive-post-list li:first-child {
    display: none;
}

/* END BLOG DROPDOWN
===========================*/

/* START BLOG LAYOUT
===========================*/

.site-section.blog {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.blog-wrap .slick-track {
    display: flex;
}

.blog-wrap article, .blog-post-listing article, .blog-post-archive article {
    display: flex !important;
    justify-content: center;
    min-height: 548px;
}

.post-container {
    max-width: 413px;
    width: 100%;
    min-height: 505px;
    height: 100%;
    padding: 30px;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-top: 24px;
    transition: margin-top 0.3s ease;
}

img.blog-thumb {
    max-width: 355px;
    width: 100%;
    height: 247px;
    object-fit: cover;
    border-radius: 10px;
}

.post-date-block {
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.post-date-block span.month {
    font-family: "Oxanium", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #880202;
    text-transform: uppercase;
}

.post-date-block span.day {
    font-family: "Russo One", sans-serif;
    font-size: 25px;
    color: #121212;
}

.post-thumb img {
    object-fit: cover;
    object-position: center;
    height: 270px;
}

.post-body {
    background-color: #fff;
    padding: 30px;
}

.post-author {
    font-size: 14px;
    color: #636363;
    margin-top: 20px;
}

.post-author i {
    color: #152c72;
}

.post-title {
    position: relative;
    margin-top: 24px;
    line-height: 1.2em;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.post-title a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #121212;
}

.post-title:after {
    content: '';
    background-color: #880202;
    width: 10px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
}

.post-snippet {
    font-size: 16px;
    color: #4c4c4c;
    padding: 15px 0;
}

.post-snippet a {
    font-weight: 700;
    color: #121212;
}

.post-container:hover .post-snippet a {
    color: #fff;
}

.btn-group.post-btn-group a {
    max-width: 194px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 0;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    font-weight: 700;
    text-transform: capitalize;
    color: #282929;
}

.btn-group.post-btn-group a:hover {
    background-color: #282929;
    border-color: #282929;
    color: #fff;
}

.post-author-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    padding: 0 30px;
    height: 60px;
}

.post-author-date-block {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

a.blog-btn {
    font-family: "Oxanium", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase;
    background: #fff;
    padding: 11px 19px;
    border-radius: 7px;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: fit-content;
    margin: auto;
}

.post-container:hover {
    background-color: #cd0409;
    border-bottom: unset;
    box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 35%);
    margin-top: 0;
}

.post-container:hover .post-date-block {
    background-color: #cd0409;
}

.post-container:hover .post-date-block span.month, .post-container:hover .post-date-block span.day {
    color: #fff;
}

.post-container:hover .post-title a, .post-container:hover .post-author, .post-container:hover .post-author i {
    color: #fff;
}

.post-container:hover .post-snippet {
    color: #dddcdc;
}

.post-container:hover a.blog-btn {
    background-color: #fff;
    color: #121212;
    box-shadow: 0px 12px 30px -17px rgba(0,0,0,0.31);
    -webkit-box-shadow: 0px 12px 30px -17px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 12px 30px -17px rgba(0,0,0,0.31);
}

/* END BLOG LAYOUT
=========================== */

/* START PAGINATION
=============================*/

.archive-pagination.pagination {
    text-align: center;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #0858c9;
}

.archive-pagination li a {
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #d9d9d9;
}

/* END PAGINATION
=============================*/

/* START REQUEST A QUOTE FORM
=============================*/

.form-container.rq {
    background-color: #d76038;
    padding: 30px;
}

.form-container.rq .form-row-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.form-container.rq .field {
    margin-bottom: 5px;
}

.form-container.rq .field input, .form-container.rq .field select {
    height: 45px;
    font-size: 13px;
}

.form-container.rq .recaptcha-note {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

.form-container.rq .recaptcha-note a {
    font-weight: 700;
    color: #fff;
}

/* END REQUEST A QUOTE FORM
=============================*/

/* START MODAL CTA
===========================*/

.modal-btn {
    color: #fff;
    background: #fff;
    max-width: 242px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #938a8a;
}

/* END MODAL CTA
===========================*/

/* START MODAL FORM
===========================*/

.sfl-modal-content {
    margin: auto;
    position: relative;
    outline: 0;
    max-width: 450px;
    width: 100%;
}

.sfl-button {
    font-size: 2rem;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    background-color: #b10202;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sfl-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.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);
}

/* END MODAL FORM
===========================*/

/* START CONTACT FORM
===========================*/

.site-section.contact-form {
    background-color: #1b2b55;
    border-bottom: 2px solid #aa2f26;
}

.form-container.contact-us .form-row-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.section-title.cf {
    color: #fff;
}

.section-title.cf:after {
    background-color: #fff;
}

p.section-intro-text.cf {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.cf-details-container {
    margin-bottom: 28px;
}

.cf-block.icon i {
    color: #fff;
    font-size: 20px;
}

.cf-details-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    padding: 20px 0;
    border: 1px solid #fff;
}

.cf-details-block:hover {
    background-color: #222f47;
}

.cf-block.detail, .cf-block.detail a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.contact-section-form {
    margin-bottom: 30px;
}

.contact-section-form .cf-nap-block {
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    background: red;
    flex: 1;
    height: 130px;
    padding: 20px;
}

.contact-section-form .cf-nap-block .icon i, .contact-section-form .cf-nap-block .snippet-title, .contact-section-form .cf-nap-block .snippet-detail, .contact-section-form .cf-nap-block .snippet-detail a {
    color: #fff;
}

.contact-section-form .cf-nap-block .snippet-detail {
    font-size: 14px;
}

.contact-section-form .snippet-title {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.contact-irame {
    text-align: center;
}

.cf-form-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.cf-form-container .form-container {
    background-color: #a69f8d;
    border: 1px solid #000;
    /* border-color: transparent; */
    padding: 33px 37px;
    min-height: 659px;
}

.cf-form-container input, .cf-form-container select, .cf-form-container textarea {
    font-family: 'Montserrat', sans-serif;
    border: 0;
    margin-bottom: 12px;
}

.cf-form-container textarea {
    height: 141px;
}

.submit-meh {
    text-align: center;
}

.cf-form-container form .wpcf7-submit {
    background: linear-gradient(0deg, rgba(50,73,139,1) 12%, rgba(58,86,163,1) 59%);
    max-width: 200px;
}

.cf-form-container span.wpcf7-spinner {
    display: none;
}

.form-container.contact-us .form-row.recap {
    display: block;
}

.form-container.contact-us .field.select-field span:after, .form-container.contact-us .field.select-field span:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    right: 23px;
    position: absolute;
    display: inline-block;
    top: -4px;
    bottom: 0;
    color: #000;
}

.contactPage-template ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

/* END CONTACT FORM
===========================*/

/* START FOOTER
===========================*/

footer.site-footer {
    background-color: #fff;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

.footer-main-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-form-container {
    margin-bottom: 100px;
}

.footer-form-block form.use-floating-validation-tip .wpcf7-not-valid-tip,  form.use-floating-validation-tip .form-container.newsletter .wpcf7-not-valid-tip {
    left: 16px;
    right: unset;
}

.footer-form-block.lefty {
    line-height: 2.5em;
}

.footer-form-title {
    font-family: "Neuton", serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.footer-form-snippet {
    font-size: 14px;
    color: #fff;
}

.footer-form-container .field input {
    min-height: 65px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.footer-form-container ::-webkit-input-placeholder {
    color: #a6a6a6;
}

.footer-form-block.righty {
    position: relative;
}

.footer-form-container .submit-meh, .newsletter-container .submit-meh {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    max-width: 169px;
    width: 100%;
    height: 50px;
    background: #152c72 !important;
    border-radius: 10px;
    padding-right: 34px;
}

.footer-form-container .submit-meh input {
    max-width: 139px;
    width: 100%;
    background: #152c72;
    padding-right: 0px;
    border-radius: 15px;
    text-transform: uppercase;
}

.footer-form-container .submit-meh i {
    color: #fff;
    margin-bottom: 2px;
    padding-left: 3px;
}

.footer-form-container .submit-meh .wpcf7-spinner {
    display: none;
}

.footer-container {
    padding-bottom: 60px;
    position: relative;
}

.footer-container, 
.footer-copyright, 
.footer-form-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.footer-col {
    text-align: center;
}

.footer-title {
    font-family: "Neuton", serif;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    gap: 26px;
    align-items: center;
    position: relative;
}

.footer-title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #80011f;
    position: absolute;
    bottom: -6px;
}

.footer-col ul {
    max-width: 270px;
    width: 100%;
}

.footer-nav .menu li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.footer-nav .menu li:before {
    content: "\f0da";
    font-size: 12px;
    color: #818aa6;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
}

.footer-col ul li i {
    color: #0a95df;
    font-size: 12px;
}

.footer-col ul li a, .snippet-detail, .snippet-detail a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    gap: 24px;
    align-items: baseline;
    line-height: normal;
}

.footer-custom-code a {
    color: #000;
}

.footer-col ul li a, .snippet-detail a {
    padding: 10px 0;
}

.footer-col ul li:hover {
    background-color: #152c72;
    padding-left: 60px;
    border-radius: 5px;
}

.footer-col ul li:hover:before {
    left: 35px;
    color: #fff;
}

.footer-col ul li:hover a {
    color: #fff;
}

.footer-col ul li:hover i {
    color: #fff;
}

.footer-col .social-media {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col .social-media a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-col .social-media span {
    margin: auto;
}

.footer-col .social-media span.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
}

.footer-col .social-media span.social-icon img {
    filter: brightness(0) invert(1);
    width: 26px;
}

.footer-col .social-media span.social-name {
    font-size: 14px;
    color: #fff;
    display: none;
}

.footer-nap-container {
    margin-top: 23px;
}

.footer-nap-block {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 10px;
}

.footer-nap-field.icon {
    max-width: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-nap-field.icon i {
    font-size: 13px;
    color: #818aa6;
}

.copyright-block.logo img {
    max-width: 251px;
    width: 100%;
}

.copyright-block.snippet, .copyright-block.snippet a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

.copyright-block.snippet a {
    color: #152c72;
}

.copyright-block.snippet span {
    color: #4c4c4c;
}

.copyright-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    color: #ccc;
}

.scroll-top {
    background-color: transparent;
    border: unset;
    border-radius: unset;
    flex-direction: column;
    width: unset;
    height: unset;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.scroll-top i {
    font-size: 12px;
    background-color: #cd0409;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* END FOOTER
===========================*/

/* START 1024 and above ONLY
============================ */

@media only screen and (min-width: 1024px) {
	
    /* Start default styling */
    
    .site-inner {
        max-width: 100%;
    }
 
    .site-section {
        padding: 120px 60px;
    }
    
    .site-section-wrap {
        max-width: 1200px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .error404 .content-sidebar-wrap, 
    .search.search-results .content-sidebar-wrap, 
    .page-id-209 .content-sidebar-wrap {
        max-width: 1230px;
        width: 100%;
        margin: auto;
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }

    .single.single-post .site-inner h1.entry-title, 
    .single.single-post .site-inner header.entry-header, 
    .single.single-post .site-inner .addtoany_content {
        max-width: 1230px;
        width: 100%;
        margin: 7px auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wp-block-group, footer.entry-footer {
        max-width: 1230px;
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wp-block-group.alignfull {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .full-width-content .content {
        width: 100%;
    }

    .d-hidden {
        display: none;
    }

    /* End default styling 1024 and above ONLY */
	
	/* Start header */
	
	header.site-header {
	    position: sticky;
	    width: 100%;
	    z-index: 9999;
	    background-color: #fff;
	    padding-left: 40px;
	    padding-right: 40px;
	    box-shadow: unset;
	}
	
	header.site-header .header-container {
	    display: flex;
	    align-items: center;
    	height: 116px;
    	transition: height 0.5s;
	}
	
	.header-block.logo, .header-block.cta {
	    flex-basis: 15%;
	}
	
	.header-block:nth-child(2) {
	    flex-basis: 85%;
	    display: flex;
    	justify-content: flex-end;
	}
	
	.header-block:last-child {
	    text-align: right;
	}
	
	.nav-primary {
	    float: unset;
	}
	
	header.site-header.sticky {
        background-color: #fff;
        box-shadow: 0px 10px 58px -11px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 10px 58px -11px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 10px 58px -11px rgba(0, 0, 0, 0.2);
	}

	header.site-header.sticky .header-container {
	    height: 114px;
	}
		
	header.site-header.sticky .header-logo img {
	    max-width: 138px;
	}
	
	/* End header 1024 and above ONLY */

    /* Start navigation */

    .genesis-nav-menu .menu-item {
        padding: 0 7px;
    }

    .genesis-nav-menu .menu-item.menu-item-has-children {
        padding: 0 13px 0 7px;
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-primary .genesis-nav-menu ul.sub-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* End navigation 1024 and above ONLY */

    /* Start gutenberg */

    .menu-item-has-children > a:after {
        content: '\f0dd';
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        font-weight: 600;
        padding-left: 5px;
        color: #000;
        position: absolute;
        right: 0;
        bottom: 16px;
    }

    /* End gutenberg 1024 and above ONLY */

    /* Start services */

    .svc-wrap {
        display: flex;
        gap: 18px;
    }

    .svc-block {
        flex: 1;
    }

    /* End services 1024 and above ONLY */

    /* Start blog dropdown */
       
    .blog-select-wrap {
        display: flex;
        justify-content: space-between;
        gap: 45px;
    }

    /* End blog dropdown 1024 and above ONLY */

    /* Start blog page */

    .blog-archive-container {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

    .blog-post-listing, .blog-post-archive {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 45px;
    }

    /* End blog page 1024 and above ONLY */

    /* Start modal cta */

    .modal-btn.righty {
        position: fixed;
        transform: rotate(-90deg);
        right: -99px;
        bottom: 173px;
        display: none;
    }

    body.sticky .modal-btn.righty {
        display: none;
    }

    /* End modal cta 1024 and above ONLY */

    /* Start contact form */

    .contact-section-form {
        display: flex;
        gap: 20px;
    }
    
    .cf-wrap {
        display: flex;
        gap: 30px;
    }

    .contact-irame iframe {
        min-height: 657px;
        height: 100%;
    }

    .cf-column {
        flex: 1;
    }
    
    .cf-details-wrap {
        display: flex;
        justify-content: center;
        max-width: 969px;
        width: 100%;
        margin: auto;
        gap: 20px
    }
	
    .form-field.two-col {
        display: flex;
        gap: 20px;
    }

    .form-field.two-col .field {
        flex: 1;
    }
    
    /* End contact form 1024 and above ONLY */

	/* Start footer */

    .footer-form-wrap {
        display: flex;
        gap: 30px;
    }

    .footer-form-block.lefty {
        max-width: 470px;
        width: 100%;
    }

    .footer-form-block.righty {
        max-width: 670px;
        width: 100%;
    }

    .footer-container {
        display: flex;
        gap: 30px;
    }

    .footer-col {
        max-width: 297px;
        width: 100%;
    }

    .copyright-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .copyright-block.snippet {
        text-align: right;
    }

    .copyright-block.snippet br {
        display: none;
    }

    /* End footer 1024 and above ONLY */

}

/* END 1024 and above ONLY
========================== */

/* START 1023 and below ONLY
============================ */

@media only screen and (max-width: 1023px) {

    /* Start default styling */

    .m-hidden {
        display: none;
    }

    .hero-slider .hero-heading, .section-title, h1 {
        font-size: 35px;
    }

    .site-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .site-inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }

    .error404 .content-sidebar-wrap, 
    .search.search-results .content-sidebar-wrap, 
    .page-id-209 .content-sidebar-wrap, 
    .single.single-post .content-sidebar-wrap {
        /*max-width: 800px;*/
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wp-block-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wp-block-group.alignfull {
        padding-left: 0;
        padding-right: 0;
    }

    /* End default styling 1023 and above ONLY */

    /* Start header */

    header.site-header {
        position: sticky;
        width: 100%;
        padding: 10px 20px;
        z-index: 9999;
        top: 0;
    }

    .header-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-block.logo img {
        max-width: 150px;
    }

    .header-block.cta {
        display: none;
    }

    .mobile-dot-nav {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mobile-dot-nav i {
        transform: rotate(90deg);
    }

    /* End header 1023 and above ONLY */

    /* Start nav */

    .menu-toggle {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        float: unset;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        line-height: unset;
    }

    .menu-toggle:before {
        content: "\f0c9" !important;
        font-family: "Font Awesome 5 Free" !important;
        font-size: 20px;
        color: #000;
    }

    .menu-toggle.activated::before {
        content: "\f00d";
    }

    nav.nav-primary.genesis-responsive-menu {
        display: none;
        position: fixed;
        background-color: #cd0409;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 10px 20px 150px;
        z-index: 10;
    }

    .genesis-nav-menu > li > a, .genesis-nav-menu .sub-menu a {
        font-family: 'Prenton', Arial, Verdana, sans-serif;
        font-size: 16px;
        text-transform: capitalize;
        letter-spacing: .1em;
        color: #fff;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: transparent;
    }

    .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-color: #a30004;
    }

    .genesis-nav-menu .menu-item a {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sub-menu-toggle:after {
        content: "\f107";
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
    }

    /* End nav 1023 and above ONLY */

    /* Start mobile dot */

    .mob-dots-items {
        position: fixed;
        background-color: #cd0409;
        padding: 12px 15px;
        width: 100%;
        top: 60px;
        left: 0;
    }

    .mob-item i {
        margin-right: 5px;
        justify-content: center;
        width: 20px;
    }

    .mob-dots-items a, .mob-dots-items {
        color: #fff;
        font-size: 14px;
    }

    .mob-item .social-media {
        display: flex;
        align-items: center;
    }

    .mob-item .social-media .social-name {
        display: none;
    }

    .mob-item .social-media .social-icon {
        display: flex;
        margin-right: 10px;
    }

    .mob-item .social-media .social-icon img {
        filter: brightness(0) invert(1);
        width: 17px;
    }

    .social-media span {
        font-size: 17px;
        margin-top: 2px;
        max-width: 30px;
    }

    /* End mobile dot 1023 and above ONLY */

    /* Start hero banner */

    .hero-slider .hero-item {
        align-items: center;
        padding-bottom: 0;
        background-position: center right;
    }

    .hero-slider .hero-snippet {
        font-size: 16px;
    }

    .hero-slider h1.hero-heading br {
        display: none;
    }

    .btn-group.hero-btn-group {
        gap: 10px;
    }

    /* End hero banner 1023 and above ONLY */

    /* Start gutenberg */

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }

    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }

    .wp-block-cover figure.wp-block-media-text__media img {
        /*height: 440px;*/
        height: auto;
    }

    .page-banner {
        min-height: 400px;
    }

    h1.pageTitle {
        font-size: 35px;
    }

    .site-section.home-header-cta {
        padding: 19px 12px;
    }

    .site-section.emergency-cta {
        padding: 20px 30px;
    }

    .modal-btn a {
        color: #cd0409;
    }

    .perfect-home-block figure img {
        object-fit: contain;
    }

    .services-we-offer-list img {
        width: 300px;
    }

    /* End gutenberg 1023 and above ONLY */

    /* Start services section */

    .svc-wrap {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    /* End services section 1023 and above ONLY */

    /* Start blog page */

    .blog-post-listing, .blog-post-archive {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* End blog page 1023 and above ONLY */

    /* Start blog dropdown */

    .blog-select-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* End blog dropdown 1023 and below ONLY */

    /* Start modal cta */

    .modal-button-wrap {
        position: fixed;
        display: flex;
        justify-content: center;
        gap: 0px;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    /* End modal cta 1023 and above ONLY */

    /* Start footer */

    .footer-container, .footer-copyright, .footer-form-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-main-wrapper {
        background-size: cover;
        background-position: bottom center;
        padding: 20px 15px 45px;
    }

    .footer-form-snippet {
        line-height: 1.5em;
        text-align: left;
        margin: 14px 0;
        font-size: 13px;
    }
    
    .footer-navi a {
        font-size: 16px;
    }

    .footer-container, .footer-copyright, .footer-form-container {
        max-width: 345px;
    }

    .footer-col {
        margin-top: 30px;
    }

    .footer-form-container .submit-meh {
        max-width: 131px;
        padding-right: 10px;
    }

    .footer-form-container .submit-meh input {
        max-width: 139px;
        font-size: 14px;
        padding-left: 15px;
    }

    .footer-form-container .submit-meh i {
        font-size: 13px;
    }

    .footer-col.footer-nav a.show-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        background-color: #818aa6;
        max-width: 345px;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-top: 60px;
    }

    .footer-copyright {
        padding: 90px 15px 100px;
    }

    .copyright-block.logo img {
        width: 160px;
    }

    .copyright-block.snippet {
        margin-top: 20px;
    }

    .copyright-block.snippet, .copyright-block.snippet a {
        font-size: 12px;
    }

    .copyright-nav {
        justify-content: center;
        margin-top: 15px;
    }

    .scroll-top {
        bottom: 50px;
    }

    .footer-copyright {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 16px;
    }

    /* End footer 1023 and above ONLY */

}

/* END 1023 and below ONLY
============================ */

@media only screen and (max-width: 620px) {

ul.two-column {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

} /* End 620 and below ONLY */