/*
Custom CSS
*/

/* START GLOBAL STYLES 
======================*/

.single-post .entry-content figure {
    text-align: center;
}

h1.special-heading1 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #831414;
    max-width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    height: 50px;
    color: #fff;
}

h1.special-heading1:after {
    display: none;
}

.single h1:after {
    visibility: hidden;
}

.page-id-326 .site-section.testimonials {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

.wp-block-image figure {
    margin-bottom: 40px;
}

.hero-form.popup .form-container.scheedule {
    margin-left: 0;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -6px;
    right: 0;
    width: auto;
    padding: 4px 17px !important;
    font-size: 12px;
    font-weight: 700;
    background-color: #831414;
    color: #fff;
}

.archive h1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #eb453b;
    text-transform: capitalize;
}

.archive h1:after {
    margin: 16px auto 30px;
}

.site-inner .entry-content h1:before {
    content: 'A local leader in Design - Build & Remodeling customer service excellence!';
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    background-color: #831414;
    max-width: fit-content;
    margin: auto;
    margin-bottom: 7px;
    text-transform: uppercase;
    padding: 6px 16px;
    line-height: normal;
}

.home .site-inner .entry-content h1:before {
	display: none;
}

.inner .site-inner {
    background-image: url(/wp-content/uploads/2023/05/inner-pages-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.section-title span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    background-color: #831414;
    max-width: fit-content;
    margin: auto;
    padding: 1px 12px;
}

.section-title.align-left span {
    margin-left: 0;
}

a {
    color: #7f001e;
    font-weight: 700;
}

p.title-tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #831414;
    max-width: fit-content;
    /*padding: 0 13px;*/
    padding: 16px 13px;
    margin-bottom: 6px;
}

ul.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.three-column {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

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

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

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

.align-right {
    text-align: right;
}

.btn-group.left {
    justify-content: left;
}

.btn-group.center {
    justify-content: center;
}

.btn-group.right {
    justify-content: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 50px;
    color: #585858;
}

h1:after {
    background-color: transparent;
    margin: 0;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: #171717;
    line-height: 1.2em;
}

h1:after, .section-title:after {
    width: 30px;
    height: 2px;
    background-color: #831414;
}

.section-title:after {
    margin: 6px auto 26px;
}

h2 {
    font-size: 28px;
}

h2.special {
    font-size: 25px;
    color: #831414;
}

h3 {
    color: #000;
    font-size: 20px;
}

/*
h2.border-bottom:after {
	content: "";
	display: block;
    margin: 16px auto 30px;
    width: 77px;
    height: 3px;
    background-color: #171717;
}
*/
.section-title.align-left:after {
    margin-left: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}

.btn i {
    color: unset;
    font-size: unset;
}

a.btn.default-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 0px 0px;
    max-width: 165px;
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 55px;
    position: relative;
    gap: 6px;
}

a.btn.default-btn.white.black-text {
    color: #233142;
    background-color: #fff;
    border-color: transparent;
}

a.btn.default-btn.white.red-text {
    color: #831414;
    background-color: #fff;
    border-color: transparent;
}

a.btn.default-btn.border-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

a.btn.default-btn.red.white-text {
    color: #fff;
    background: linear-gradient(231deg, rgba(131,20,20,1) 0%, rgba(156,32,32,1) 100%);
    border-color: transparent;
}

a.btn.default-btn.gray.white-text {
    color: #fff;
    background-color: #585858;
    border-color: transparent;
}

a.btn.default-btn.border-gray {
    color: #585858;
    background-color: transparent;
    border-color: #585858;
}

.site-inner .entry-content h1:after {
    background-color: #831414;
    margin: 17px auto;
}

.home .site-inner .entry-content h1:after {
    margin: 17px 0;
}

.scroll-top {
    width: 47px;
    height: 47px;
    right: 0;
    border: 1px solid #fff;
}

.fa-custom-guild:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/12/guildquality-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 19px;
    display: block;
}

.fa-custom-guild:before {
    filter: brightness(0) invert(1);
}

.entry-content ul > li:before {
	content: "\f560";
	color: #7f001e;
}

.search h1:after {
    margin: 17px auto;
}

.search-result-title a {
    font-size: 25px;
    font-weight: 700;
}

.search-result-excerpt select {
    display: none;
}

.search .content-sidebar-wrap {
    padding-bottom: 50px;
}

.archive-pagination.pagination {
    display: flex;
}

.archive-pagination li {
    padding-right: 10px;
}

.archive-pagination li a {
    background-color: #ebebeb;
    padding: 12px 22px;
}

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

form.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -6px;
    right: 0;
    width: auto;
    padding: 4px 17px !important;
    font-weight: 700;
}

.error404 h1:after {
    margin: 23px auto;
}

.error404 .site-inner {
    background-size: 34px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #7f001e;
}

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,
.button:focus,
.button:hover {
    /*background-color: #7f001e;*/
}

.page-id-732 .site-inner {
    background-size: 17px;
}

ul.html-sitemap {
    margin-top: 86px;
}

.page-id-305 .site-inner {
    background-size: 57px;
}

.content-sidebar-wrap {
    padding: 15px;
}

.slider-arrow {
    background-color: rgb(88 88 88 / 39%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-arrow:hover {
    background-color: #8314148f;
}

.mfp-container {
    position: fixed !important;
}

ul.service-location {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 20px;
}

ul.service-location li {
    padding-left: 0;
    display: flex;
    align-items: center;
}

ul.service-location li:before {
    content: "\f111";
    margin-left: 0;
    margin-right: 10px;
    font-size: 10px;
}

.error404 li.page_item.page-item-10831, .error404 li.page_item.page-item-10838, .error404 li.page_item.page-item-10836, .error404 li.page_item.page-item-11083 {
    display: none;
}

.form-container .field.select-field span:after, .form-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;
}

.form-content-wrap.project-assessment-form p {
    color: #000;
}

/* END GLOBAL STYLES 
======================*/

/* START TOPBAR 
======================*/

.top-bar {
    height: 50px;
    padding: 0 0px;
    color: #fff;
}

.top-bar.sticky-head {
    background-color: #585858;
}

.left-top-bar, 
.top-social-wrapper, 
.top-social-wrapper .social-media, 
.top-social-wrapper .social-media a {
    height: 100%;
}

.top-social-wrapper {
    padding-left: 60px;
}

.top-social-wrapper .social-media a {
    width: 40px;
}

.top-social-wrapper .social-media a:hover {
    background-color: #4a81e8;
}

.top-social-wrapper .social-media i {
    font-size: 20px;
}

.top-social-wrapper .social-media i.fas.fa-store {
    font-size: 15px;
}

.right-top-bar {
    text-align: right;
    padding-right: 0;
}

.assesment-cta-wrapper {
    background-color: #9c2020;
    max-width: 250px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.assesment-cta-wrapper a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.assesment-cta-wrapper a i {
    width: auto;
    padding-left: 5px;
    color: #fff;
}

/* END TOPBAR
======================*/

/* START HEADER WIDGET 
======================*/

.site-header {
    background-color: rgb(255 255 255 / 80%);
}

.title-area, .header-widget-area {
    max-width: 216px;
    width: 100%;
}

.title-area img {
    background-color: transparent;
}

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

.hc-title {
	color: #831414;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hc-number a {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #585858;
}
	
/* END HEADER WIDGET 
======================*/

/* START NAV
======================*/

.nav-primary .genesis-nav-menu a span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item a span {
    color: #7f001e;
}

.sub-menu-toggle:after {
    color: #585858;
}

.genesis-nav-menu .current-menu-item .sub-menu-toggle:after {
	color: #831414;
}

/* END NAV
======================*/

/* START HOME BANNER/SLIDER 
===========================*/

.page-hero-slider .wrap {
    position: relative;
}

.page-banner--overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-slider__image {
    /*height: 100vh;*/
    height: 937px;
}

.hero-caption .wrap {
    position: relative;
}

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

.hero-caption {
    justify-content: center;
    align-items: center;
}

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

.hero-caption-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 14px auto 24px auto;
}

.hero-caption-text {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.hero-caption-text span {
    display: block;
    /*font-size: 21px;*/
    font-size: 24px;
    max-width: 615px;
    margin: auto;
    color: #fff;
}

.slider-tagline {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000042;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
}

/* END HOME BANNER/SLIDER 
===========================*/

/* START PAGE BANNER
===========================*/

.page-banner {
    height: 690px;
}

.page-banner .hero-caption {
    padding-top: 172px;
}

.hero-caption-text-title {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.7em;
    position: relative;
}

/* END PAGE BANNER
===========================*/

/* START BREADCRUMB
===========================*/

.breadcrumb {
    background-color: transparent;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.breadcrumb a {
    color: #fff;
    font-weight: 400;
}

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

.breadcrumb .separator i {
    font-size: 3px;
    vertical-align: middle;
}

/* END BREADCRUMB
===========================*/

/* START HOME CONTENT
===========================*/

.home .site-inner {
    background-image: url(/wp-content/uploads/2023/04/home-content-background.jpg);
    background-position: top center;
}

.content-btn {
    margin-top: 44px;
}

.content-btn a {
    background-color: #585858;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 32px;
}

.home-column .wpcf7 form.invalid .wpcf7-response-output {
    margin-left: 16px;
    max-width: 555px;
    width: 100%;
}

/* END HOME CONTENT
===========================*/

/* START HOME FORM 
===========================*/

.form-container.scheedule {
    background-color: #fff;
    border: 0;
    position: relative;
    box-shadow: 0px 0px 105px -17px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 0px 105px -17px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 105px -17px rgba(0,0,0,0.24);
	max-width: 555px;
    width: 100%;
    /*height: 670px;*/
	padding: 60px 60px 0px 60px;
}

.form-container.scheedule .form-row-title {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #585858;
    line-height: 1.2em;
    margin-bottom: 36px;
}

.form-container.scheedule label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #585858;
    display: flex;
}

.form-container.scheedule label i {
    font-size: 6px;
    color: #831414;
    margin-top: 5px;
    margin-right: 3px;
}

.form-container.scheedule .form-field {
    margin-bottom: 15px;
}

.form-container.scheedule input, .form-container.scheedule select {
    height: 50px;
}

.form-container.scheedule textarea {
    height: 115px;
}

.form-container.scheedule input, 
.form-container.scheedule select, 
.form-container.scheedule textarea {
    border: 1px solid #f0e3e3;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
}

.form-container.scheedule input:focus, 
.form-container.scheedule select:focus, 
.form-container.scheedule textarea:focus {
    background-color: #585858;
}

.form-container.scheedule ::-webkit-input-placeholder { /* WebKit browsers */
    color: #adadad !important;
    opacity: 1;
}

.form-container.scheedule :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #adadad !important;
    opacity: 1;
}

.form-container.scheedule ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #adadad !important;
    opacity: 1;
}

.form-container.scheedule:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #adadad !important;
    opacity: 1;
}

.scheedule-form-icon {
    position: absolute;
    background-color: rgb(88 88 88 / 32%);
    padding: 15px;
    border-radius: 100%;
    top: 25px;
    right: -76px;
}

.scheedule-form-icon .form-icon-wrapper {
    width: 120px;
    height: 120px;
    background-color: #831414;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scheedule-form-icon i {
    font-size: 40px;
    color: #fff;
}

.recaptcha-note, .recaptcha-note a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    padding: 0 0 13px;
    color: #636363;
    text-align: left;
}

.form-container.scheedule .submit-meh {
    max-width: 209px;
    position: relative;
}

.form-container.scheedule .submit-meh i {
    position: absolute;
    top: 22%;
    right: 55px;
}

.form-container.scheedule .submit-meh input {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: linear-gradient(231deg, rgba(131,20,20,1) 0%, rgba(156,32,32,1) 100%);
    height: 55px !important;
}

/* END HOME FORM 
===========================*/

/* START ABOUT
===========================*/

.about-block {
    background-color: #fff;
    padding: 30px 30px;
    border-bottom: 10px solid #b7b7b7;
    position: relative;
    isolation: isolate;
}

.about-block.row-1 {
    min-height: 380px;
}

.about-block.row-2 {
    min-height: 500px;
}

.about-block.row-3 {
    min-height: 620px;
}

.about-block:before {
    content: '';
    background-color: #831414;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 34px;
    left: 71px;
    z-index: -1;
    visibility: hidden;
}

.about-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #585858;
    margin: 22px 0;
}

.about-snippet {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}

.btn-group.about-block-btn-group {
    max-width: 60%;
    width: 100%;
    background: linear-gradient(231deg, rgba(131,20,20,1) 0%, rgba(156,32,32,1) 100%);
    display: flex;
    justify-content: flex-start;
}

.btn-group.about-block-btn-group a {
    max-width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
    background: unset !important;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.about-block:hover {
    background-color: #585858;
}

.about-block:hover .about-icon {
    filter: brightness(0) invert(1);
}

.about-block:hover:before {
	visibility: visible;
}

.about-block:hover .about-title {
    color: #fff;
}

.about-block:hover .about-snippet {
    color: #fff;
}

/* END ABOUT
===========================*/

/* START SERVICES
===========================*/

.svc-block {
    position: relative;
    isolation: isolate;
}

.svc-block:before {
    content: '';
    background-color: #0000005e;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.svc-title {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.svc-icon {
    width: 103px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.svc-link {
    height: 100%;
    width: 100%;
    position: absolute;
}

/* END SERVICES
===========================*/

/* START FINANCE CTA
===========================*/

.site-section.fin {
    padding: 30px 60px;
    background-image: url(/wp-content/uploads/2022/12/blog-banner.jpg) !important;
    isolation: isolate;
    position: relative;
}

.site-section.fin:after {
    content: '';
    background-color: rgb(88 88 88 / 76%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 00;
    z-index: -1;
}

.finance-cta-container {
    background-color: #831414;
    border: 5px solid #585858;
    padding: 60px;
}

.finance-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.fin-cta.title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.fin-cta.title span {
    font-size: 38px;
    font-weight: 700;
    display: block;
}

.fin-cta.snippet {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

a.fin-cta-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #585858;
    padding: 10px 17px;
    margin: 15px 0;
}

.fin-cta.note {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
}

/* END FINANCE CTA
===========================*/


/* START PROCESS
===========================*/

.pro-block {
    max-width: 312px;
    width: 100%;
    min-height: 676px;
    text-align: center;
}

.pro-step-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #898989;
}

.pro-image {
    position: relative;
}

.pro-step {
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #831414;
    border: 5px solid #fff;
    border-radius: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
}

.pro-image img {
    border: 10px solid #fff;
    margin-bottom: -30px;
}

.pro-body {
    padding: 52px 28px 0 28px;
    min-height: 407px;
    border: 1px solid #585858;
    text-align: center;
}

.pro-image img {
    border: 10px solid #fff;
    margin-bottom: -30px;
}

.pro-title {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
}

.pro-title:after {
    content: '';
    background-color: #831414;
    width: 30px;
    height: 1px;
    display: block;
    margin: 10px auto;
}

.pro-snippet {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}

.pro-block.process-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 637px -24px;
}

.pro-block.process-cta .pro-body {
    border: none;
    min-height: unset;
    padding: 0px 31px;
}

.pro-block.process-cta .pro-title, .pro-block.process-cta .pro-snippet {
    color: #fff;
}

.pro-block.process-cta .pro-title:after {
    background-color: #fff;
}

.pro-block:hover .pro-body {
	background-color: #585858;
}

.pro-block:hover .pro-title, .pro-block:hover .pro-snippet {
	color: #fff;
}

.pro-block.process-cta:hover .pro-body {
	background-color: transparent;
}

.btn-group.process-block-btn-group {
    margin-top: 30px;
}

.btn-group.process-block-btn-group a {
    max-width: 201px;
    height: 60px;
    font-weight: 700;
}

/* END PROCESS
===========================*/

/* START BADGE
===========================*/

.site-section.badges {
    background: linear-gradient(180deg, rgba(88,88,88,1) 0%, rgba(53,53,53,1) 76%);
}

.badge-item {
    padding: 20px 0;
}

.badge-item__wrap img {
    box-shadow: 0px -1px 13px 5px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px -1px 13px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px -1px 13px 5px rgba(0,0,0,0.12);
	filter: grayscale(100%);
}

.badge-item:hover .badge-item__wrap img {
    filter: none;
    outline: 2px solid #831414;
    outline-offset: -1px;
}

.badge-slider-next {
    right: 100px;
}

.badge-slider-prev {
    left: 100px;
}

.badge.slider-arrow {
    background-color: #363636;
}

.badge.slider-arrow:hover {
    background-color: #8314148f;
}

.inner .site-section.badges {
    background: #fff;
}

/* END BADGE
===========================*/

/* START COUNTER
===========================*/

.vid-count-wrapper .site-section.count {
    padding-bottom: 0;
}

.vid-count-wrapper {
    background-image: url(/wp-content/uploads/2023/04/video-counter-background.jpg);
    background-position: bottom center;
    background-color: #ededed;
}

.ctr-blocky {
    max-width: 330px;
    width: 100%;
    height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    gap: 25px;
}

.ctr-blocky:hover {
    background-color: #585858;
}

.ctr-icon {
    width: 80px;
    height: 80px;
    background-color: #831414;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    box-shadow: 0px 18px 27px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 18px 27px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 18px 27px 0px rgba(0,0,0,0.25);
}

.ctr-icon i {
    font-size: 31px;
    color: #fff;
}

.ctr-number {
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #831414;
    line-height: 1em;
}

.ctr-number span.counter-symbol {
    font-size: 38px;
}

.ctr-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.ctr-blocky:hover .ctr-number, .ctr-blocky:hover .ctr-title {
	color: #fff;
}

/* END COUNTER
===========================*/

/* START VIDEO HOME SECTION
===========================*/

.video-block {
    position: relative;
    min-height: 652px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 74px;
    padding-bottom: 105px;
}

.vid-icon {
    width: 110px;
    height: 110px;
    background-color: #831414;
    border-radius: 100%;
    outline: 10px solid rgb(255 255 255 / 12%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vid-icon i {
    font-size: 32px;
    color: #fff;
}

.vid-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
}

.video-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* END VIDEO HOME SECTION
===========================*/

/* START GALLERY SECTION
===========================*/

.site-section.gal {
    padding: 0;
}

.site-section.gal .site-section-wrap {
    max-width: 100%;
    padding: 0;
}

.gallery-block {
    min-height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    isolation: isolate;
    gap: 80px;
}

.gallery-block:before {
    content: '';
    background-color: rgb(88 88 88 / 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.gallery-block:hover:before {
    visibility: visible;
}

.gal-icon, .gal-text {
    visibility: hidden;
}

.gallery-block:hover .gal-icon, .gallery-block:hover .gal-text {
	visibility: visible;
}

.gal-icon {
    font-size: 50px;
    color: #fff;
}

.gal-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 93px;
}

.gal-link {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END GALLERY SECTION
===========================*/

/* START TESTIMONIAL SECTION
===========================*/

.review-container {
    position: relative;
}

.review-slider-container {
    display: flex;
    gap: 4px;
    position: absolute;
    top: -77px;
    right: 1vw;
}

.review.slider-arrow {
    position: unset;
}

.testimonial-card {
    background-color: transparent;
    padding: 9px;
}

.testimonial-content {
	position: relative;
    background-color: #fff;
    min-height: 292px;
    border-radius: 10px;
    padding: 23px 45px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
}

.testimonial-quote {
    position: absolute;
    top: 54px;
    left: -24px;
}

.testimonial-content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 23px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 20px;
    bottom: -23px;
}

.testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    text-align: left;
    border-bottom: none;
    font-style: normal;
}

.review-footer {
    margin-top: 50px;
}

.testimonial-author {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #585858;
    text-align: left;
}

.testimonial-author.location {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #831414;
    text-transform: capitalize;
}

.review-image {
    position: relative;
    isolation: isolate;
}

.review-image img {
    height: 389px;
    object-fit: cover;
}

.review-image:after {
    content: '';
    max-width: 675px;
    width: 100%;
    height: 389px;
    background-color: #585858;
    display: block;
    position: absolute;
    right: -23px;
    bottom: -23px;
    z-index: -1;
}

.btn-group.testimonials-btn-group a {
    max-width: 201px;
    width: 100%;
}

/* END TESTIMONIAL SECTION
===========================*/

/* START CTA
===========================*/

.review-cta-wrapper {
	background-color: #ebebeb;
}
	
.review-cta-wrapper .site-section.call-to-action {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -161px;
}

.cta-righty {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1087px;
    width: 100%;
}

.site-section.call-to-action .section-title {
    font-size: 40px;
}

.site-section.call-to-action .section-title:after {
    margin-bottom: 0;
}

.site-section.call-to-action p.section-intro-text.align-center {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    max-width: 808px;
}

.btn-group.call-to-action-block-btn-group a {
    max-width: 215px;
    width: 100%;
}

.btn-group.call-to-action-block-btn-group a:nth-child(1), .btn-group.call-to-action-block-btn-group a:nth-child(3) {
    flex-direction: row-reverse;
}

.inner .site-section.call-to-action {
    padding-top: 30px;
    padding-bottom: 0;
}

/* END CTA
===========================*/

/* START BLOG SECTION
===========================*/

.btn-group.blog-btn-group {
    margin-top: 60px;
}

.btn-group.blog-btn-group a {
    max-width: 201px;
}

.blog-post-container {
    position: relative;
}

.blog-slider-container {
    display: flex;
    gap: 4px;
    position: absolute;
    top: -77px;
    right: 56px;
}

.blog.slider-arrow {
    position: unset;
}

/* END BLOG SECTION
===========================*/

/* START BLOG INNER
===========================*/

.latest-post-container.blog-page .latest-post-cards--block {
    padding: 15px 0;
}

.latest-post-container.blog-page .latest-post-cards {
    background-color: #fff;
}

.latest-post-container.blog-page .latest-post-card-wrap .latest-post-head {
	max-width: 330px;
	width: 100%;
}
		
.latest-post-container.blog-page .blog-date {
	top: unset;
	bottom: 0;
}

.latest-post-container.blog-page .latest-post-card-wrap .latest-post-body {
	max-width: 767px;
	width: 100%;
	padding-top: 10px;
}
	
.latest-post-container.blog-page .latest-post-header--item.latest-post-info {
    justify-content: flex-start;
}

.latest-post-container.blog-page .latest-post-content {
    padding-top: 0;
}

.latest-post-container.blog-page .latest-post-header--item.latest-post-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.latest-post-container.blog-page .latest-post-snippet {
    font-weight: 400;
    margin-bottom: 40px;
}

.latest-post-container.blog-page .latest-post-snippet a {
    font-weight: 600;
}

.btn-group.blog-inner-btn-group a {
    min-height: 50px;
    height: 50px;
}

.latest-post-container.blog-page .latest-post-cards:hover {
    background-color: #585858;
}

.latest-post-container.blog-page .latest-post-cards:hover .latest-post-snippet {
    color: #fff;
}

.latest-post-container.blog-page .latest-post-cards:hover .latest-post-snippet a {
    color: #fff;
}

.latest-post-container.blog-page .latest-post-cards:hover .btn-group.blog-inner-btn-group a {
    background-color: #fff;
    color: #585858;
}

/* END BLOG INNER
===========================*/

/* START BLOG DROPDOWN
===========================*/

.blog-select-container {
    margin-bottom: 60px;
}

.blog-select-box {
    position: relative;
    display: flex;
    max-width: 370px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    align-items: center;
    padding-left: 20px;
}

.blog-select-box:hover {
    background-color: #000;
}

.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;
    /* right: 11px; */
    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: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: 20px; */
    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
===========================*/

.latest-post-cards {
    max-width: 370px;
    width: 100%;
    min-height: 384px;
    padding: 20px;
    background-color: #ebebeb;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
}

.latest-post-cards:hover {
    background-color: #585858;
}

.latest-post-cards:hover .latest-post-block.latest-post-author {
	color: #fff;
}

.latest-post-cards:hover .latest-post-header--item.latest-post-title a {
	color: #fff;
}

.latest-post-thumbnails {
    max-width: 330px;
    width: 100%;
    height: 247px;
    border: 2px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
}

.blog-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}

.latest-post-header--item.latest-post-info {
    display: flex;
    justify-content: flex-end;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.blog-date {
    position: absolute;
    top: -21px;
    left: 0;
    background-color: #831414;
    color: #fff;
    padding: 9px 15px;
}

.latest-post-block.latest-post-author i {
    color: #831414;
}

.latest-post-content {
    padding-top: 20px;
}

.latest-post-header--item.latest-post-title a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    color: #585858;
}

/* END BLOG LAYOUT
===========================*/

/* START SERVICES INNER
===========================*/

.service-block {
    background-color: #fff;
    box-shadow: 0px 0px 105px -17px rgba(0,0,0,0.12);
    margin-bottom: 30px;
}

.service-col.righty {
	position: relative;
    padding: 60px;
    max-width: 8700px;
    width: 100%;
}

.service-field.title {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.service-field.title img {
    height: 62px;
}

.service-field.snippet {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 26px 0;
}

.btn-group.service-inner-btn-group {
    justify-content: space-between;
}

.btn-group.service-inner-btn-group a:nth-child(2) {
	visibility: hidden;
    max-width: 210px;
    font-size: 14px;
}

.service-block:hover .service-col.righty {
	position: relative;
	background-color: #585858;
}

.service-block:hover .service-field.title, .service-block:hover .service-field.snippet {
    color: #fff;
}

.service-block:hover .service-field.title img {
    filter: brightness(0) invert(1);
}

.service-block:hover .btn-group.service-inner-btn-group a {
    background-color: #fff;
    color: #585858;
}

.service-block:hover .btn-group.service-inner-btn-group a:nth-child(2) {
    visibility: visible;
    color: #fff;
}

.service-col.righty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid rgb(255 255 255 / 17%);
    border-right: 10px solid rgb(255 255 255 / 17%);
    border-bottom: 10px solid rgb(255 255 255 / 17%);
}

/* END SERVICES INNER
===========================*/

/* START TEAM
===========================*/

p.team-name {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #831414;
}

p.team-name strong {
    font-size: 20px;
    color: #585858;
}

.team-btn-container {
    display: flex;
    gap: 30px;
}

.team-btn-block.lefty {
    max-width: 234px;
    width: 100%;
}

.btn-group.team-btn-group a {
    max-width: 100%;
}

.team-cta-field.snippet {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #831414;
    text-transform: uppercase;
}

.team-cta-field.num i {
    color: #831414;
    font-size: 20px;
}

.team-cta-field.num a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #585858;
}

/* END TEAM
===========================*/

/* START GALLERY PAGE
===========================*/

.wp-block-group.gallery-group .sfs-album-images .container .sfs-image-item.col-four .sfs-image-item-container {
    position: relative;
}

.wp-block-group.gallery-group .sfs-album-images .container .sfs-image-item.col-four .sfs-image-item-container .sfs-album-title {
    position: absolute;
    bottom: 0;
}

.wp-block-group.gallery-group .sfs-album_slide-images {
    position: relative;
}

.gallery-title.album-slider-title {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #585858;
}

.slide-control.album-gallery {
    position: absolute;
    top: -94px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

.slide-control.album-gallery .slick-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(88 88 88 / 39%);
    color: #fff;
}

.slide-control.album-gallery .slick-arrow:hover {
    background-color: #8314148f;
}

.slide-control.album-gallery .left-control {
    left: unset;
    right: 47px;
}

.slide-control.album-gallery .right-control {
    right: unset;
}

.wp-block-group.gallery-group .sfs-custom-gallery .gallery-item-container .sfs-main-gallery-container {
    margin-top: 60px;
}

.wp-block-group.gallery-group .sfs-image-item-container {
    position: relative;
    max-width: 397px;
    width: 100%;
}

.sfs-album-title.custom-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(0 0 0 / 60%);
}

.sfs-album-title.custom-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/05/kitchen-remodeling-icon.png);
    background-size: 54%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 78px;
    height: 70px;
    display: block;
    filter: brightness(0) invert(1);
}

.sfs-album-title.custom-title.kitchen-remodeling:before {
	background-image: url(/wp-content/uploads/2023/05/kitchen-remodeling-icon.png);
}

.sfs-album-title.custom-title.bathroom-remodeling:before {
	background-image: url(/wp-content/uploads/2023/05/bathroom-remodeling-icon.png);
}

.sfs-album-title.custom-title.exterior-renovations:before {
	background-image: url(/wp-content/uploads/2023/05/exterior-renovationss-icon.png);
}

/* END GALLERY PAGE
===========================*/

/* START PROCESS PAGE
===========================*/

.process-container {
    display: flex;
}

.process-lefty {
    background-color: #f4003e;
    writing-mode: vertical-lr;
    /* text-align: center; */
    /* flex-basis: 50px; */
    max-width: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-container.row2 .process-lefty {
    background-color: #e10940;
}

.process-container.row3 .process-lefty {
    background-color: #ce0135;
}

.process-container.row4 .process-lefty {
    background-color: #b30531;
}

.process-lefty .stage {
    transform: rotateZ(180deg);
    color: #fff;
}

.process-righty {
    /* flex-basis: 800px; 
    max-width: 800px;*/
    width: 100%;
}

.process-block-container.row1 {
    background-color: #fdfdfd;
}

.process-block-container.row2 {
    background-color: #fafafa;
}

.process-block-container.row3 {
    background-color: #f8f8f8;
}

.process-block-container.row4 {
    background-color: #f5f5f5;
}

.process-block-container.row5 {
    background-color: #f3f3f3;
}

.process-block-container.row6 {
    background-color: #f0f0f0;
}

.process-block-container.row7 {
    background-color: #eeeeee;
}

.process-block-container.row8 {
    background-color: #ebebeb;
}

.process-heading {
    display: flex;
    align-items: center;
    height: 40px;
    gap: 20px;
}

.process-number {
    flex-basis: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #414143;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.process-name {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
}

.process-body {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 30px 20px  60px;
}

.process-snippet {
    flex-basis: 90%;
}

.process-icon {
    flex-basis: 10%;
}

/* END PROCESS PAGE
===========================*/

/* START CONTACT FORM
===========================*/

.site-section.contact-form {
    background: linear-gradient(231deg, rgba(131,20,20,1) 0%, rgba(156,32,32,1) 100%);
    padding: 60px 60px 90px 60px;
}

.form-container.contact-us .form-row-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

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

.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;
    border: 1px solid #fff;
}

.cf-details-block:hover {
    background-color: #818cb5;
}

.cf-block.detail, .cf-block.detail a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.contact-irame {
	margin-top: 25px;
    text-align: center;
}

.cf-form-container {
    max-width: 648px;
    width: 100%;
    margin: auto;
}

.cf-form-container .form-container {
    background-color: #831414;
    border-color: transparent;
    padding: 33px 37px;
}

.cf-form-container input, .cf-form-container select, .cf-form-container textarea {
    border: 0;
    margin-bottom: 12px;
}

.cf-form-container form .wpcf7-submit {
    background-color: transparent;
    max-width: 200px;
    border: 1px solid #fff;
}

.cf-form-container span.wpcf7-spinner {
    display: none;
}

.form-container.contact-us .form-row.recap {
    display: block;
}

.form-container.contact-us .form-row.recap p {
    text-align: left;
    padding-top: 0;
}

.form-container.contact-us .form-row.recap p a {
    font-weight: 600;
}

.form-container.contact-us .form-row.recap p, .form-container.contact-us .form-row.recap p a {
    color: #fff;
}

/* END CONTACT FORM
===========================*/

/* START FOOTER SECTION
===========================*/

.footer-newsletter-container {
    max-width: 1200px;
    margin: auto;
}

.footer-newsletter-container .news-title {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.footer-newsletter-container .news-snippet {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.site-footer-wrap {
    max-width: 1200px;
    margin-top: 90px;
}

.form-container.newsletter {
    background-color: #fff;
    border: none;
    padding: 0;
}

.form-container.newsletter .form-field.two-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-container.newsletter .field {
    width: 100%;
}

.form-container.newsletter input {
    max-width: 507px;
    width: 100%;
    height: 65px !important;
    border: none;
}

.form-container.newsletter .submit-button input {
    width: 100%;
    height: 50px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 0;
}

.form-container.newsletter .col-1.submit-button {
    max-width: 139px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
}

.form-container.newsletter .wpcf7-spinner {
    display: none;
}

.form-container.newsletter .submit-meh i {
    position: absolute;
    top: 32%;
    right: 15px;
}

.footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-info-container {
    padding-top: 13px;
}

.contact-info-wrap {
    display: flex;
    align-items: self-start;
    gap: 20px;
    margin-bottom: 14px;
}

.contact-info-wrap.address .ci-block.righty.ci-data br {
    display: none;
}

.ci-block.lefty.ci-icon {
    display: flex;
    justify-content: center;
    width: 17px;
    padding-top: 5px;
}

.ci-block.lefty.ci-icon i {
    color: #831414;
}

.footer-column ul li {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-column ul li:hover a {
    font-weight: 500;
    color: #831414
}

.footer-column ul li a, .footer-social-block a, .ci-block.righty.ci-data, .ci-block.righty.ci-data a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #e1e1e1;
}

.footer-column ul li i {
    color: #831414;
}

.footer-social-block {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    gap: 9px;
}

.footer-social-field.icon i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.footer-social-block:hover .footer-social-field.icon i {
    background-color: #4a81e8;
}

.footer-social-block:hover .footer-social-field.title.righty a {
    text-decoration: underline;
}

.footer-social-block a {
    width: auto;
    height: auto;
    background-color: transparent !important;
}

/* END FOOTER SECTION
===========================*/

/* START 1024 and above ONLY
================== */

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

    /* Start default styling */

    .site-section-wrap {
        max-width: 1200px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
	.content-sidebar-wrap {
	    max-width: 1200px;
	    margin: auto;
	}
	
	.center-top-bar {
	    display: none;
	}
	
	.toggle-nav-footer {
	    display: none;
	}

    /* End default styling 1024 and above ONLY */
    
    /* Start header */
    
	.title-area {
	    display: none;
	}
    
    /* End header 1024 and above ONLY */

    /* Start home banner/slider */

    .hero-caption .wrap {
        /* flex-basis: 50%; */
    	max-width: 1170px;
    }
    
	.hero-branding {
	    margin-bottom: -13px;
	}

	.slider-snippet-wrap {
	    border-left: 13px solid #585858;
	    border-right: 13px solid #585858;
	    border-bottom: 13px solid #585858;
	    position: relative;
	    padding: 19px 112px 19px 112px;
	}

	.slider-snippet-wrap:before {
	    content: '';
	    width: 34%;
	    height: 13px;
	    background-color: #585858;
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	}

	.slider-snippet-wrap:after {
	    content: '';
	    width: 34%;
	    height: 13px;
	    background-color: #585858;
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

	.btn-group.hero-btn-group {
	    margin-top: -32px;
	}
	
	.hero.slider-arrow {
	    font-family: 'Poppins', sans-serif;
	    font-size: 16px;
	    font-weight: 600;
	    letter-spacing: 5px;
	    left: 57px;
	}
		
	.hero-slider-next {
	    top: 416px;
	    top: 41vh;
	    right: unset;
	    left: 0;
	    transform: rotateZ(270deg);
	}

	.hero-slider-prev {
	    transform: rotateZ(270deg);
	    top: 600px;
	    top: 64vh;
	}

	.hero.slider-arrow:hover {
	    background-color: transparent;
	}

    /* End home banner/slider 1024 and above ONLY */

    /* Start slider form */

    .hero-form-contaioner {
        position: absolute;
        top: 0;
        right: 60px;
        height: 940px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* End slider form 1024 and above ONLY */
    
    /* Start header */
    
	header.site-header.sticky-head {
	    background-color: #fff;
	}
    
	.header-cta-wrap {
	    display: flex;
	    justify-content: flex-end;
    	align-items: center;
    	height: 60px;
	}
	
	.header-cta-box.lefty {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-basis: 37px;
	    height: 64px;
	}
	
	.header-cta-box.lefty i {
	    font-size: 30px;
    	color: #831414;
	}
	
	.header-cta-box.righty {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    height: 64px;
	    line-height: 1.5em;
	}
	
    /* End header 1024 and above ONLY */
	
	/* Start nav */
    
	.nav-primary {
	    justify-content: center;
	    padding-right: 0;
	}
    
	.nav-primary .genesis-nav-menu a {
	    font-family: "Montserrat", sans-serif;
	    font-size: 16px;
	    font-weight: 600;
	    color: #000;
	    padding: 12px 13px;
	}
	
	.nav-primary .genesis-nav-menu a span {
	    position: relative;
	}
	
	ul.sub-menu li {
	    background-color: #7f001e;
	}
	
	ul.sub-menu li:hover {
	    background-color: #f0f5f9;
	}
	
	.genesis-nav-menu .sub-menu a {
	    border: 1px solid #eee;
   		border-top: 0 !important;
    	padding-bottom: 8px !important;
    	padding-top: 8px !important;
	}
	
	.genesis-nav-menu .sub-menu a:hover {
		color: #7f001e !important;
	}
	
	.genesis-nav-menu .current-menu-parent .sub-menu .current-menu-item a span:after, .genesis-nav-menu .current-menu-item .sub-menu a span:after {
		display: none;
	}
	
	.genesis-nav-menu .current-menu-parent a span {
	    color: #831414;
	}

	.genesis-nav-menu ul.sub-menu a span {
	    color: #fff;
	}

	.genesis-nav-menu .current-menu-parent ul.sub-menu li.current_page_item {
	    background-color: #585858;
	}

	.genesis-nav-menu ul.sub-menu li:hover {
		background-color: #585858;
	}

    /* End nav 1024 and above ONLY */
    
    /* Start home form */
    
	.form-container.scheedule {
	    margin-left: 16px;
	}
    
	.form-container.scheedule .form-field.two-col {
	    display: flex;
	    gap: 27px;
	}

	.form-container.scheedule .form-field.two-col .field {
	    flex: 1;
	}
    
    /* End home form 1024 and above ONLY */
    
    /* Start about */
    
	.about-wrapper {
	    position: relative;
	}
    
	.about-block-container {
	    display: flex;
	    align-items: flex-start;
	}

	.about-block {
	    flex: 1;
	    box-shadow: -19px 0px 36px -12px rgba(0,0,0,0.27);
	}
	
	.btn-group.about-block-btn-group a {
	    max-width: 720px;
	    justify-content: flex-start;
	    padding-left: 20px;
	}
	
	.btn-group.about-block-btn-group {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
    
    /* End about 1024 and above ONLY */
    
    /* Start services */
    
	.svc-block-wrap {
	    display: flex;
	    flex-wrap: wrap;
	}

	.svc-block {
	    width: 25%;
	    height: 292px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    border-right: 10px solid #831414;
	    border-bottom: 10px solid #831414;
	    gap: 25px;
	}

	.svc-icon, .svc-title {
	    visibility: hidden;
	}

	.svc-block:hover {
		background-color: rgb(88 88 88 / 81%);
	}
	
	.svc-block:hover .svc-icon {
		filter: brightness(0) invert(1);
	}

	.svc-block:hover .svc-icon, .svc-block:hover .svc-title {
		visibility: visible;
	}

	.svc-block:nth-child(4), .svc-block:nth-child(8) {
	    border-right: none;
	}

	.svc-block:nth-child(5), .svc-block:nth-child(6), .svc-block:nth-child(7), .svc-block:nth-child(8) {
	    border-bottom: none;
	}
    
    /* End services 1024 and above ONLY */
    
    /* Start process */
    
	.pro-block-wrap {
	    display: flex;
	    justify-content: space-between;
	    gap: 30px;
	}
    
	.site-section.process .site-section-wrap {
	    max-width: 100%;
	}
    
    /* End process 1024 and above ONLY */
    
    /* Start badge */
	    
	.site-section.badges {
	    padding: 100px 60px;
	}
	
	.badges-container .slick-track {
	    display: flex;
	    gap: 20px;
	}
    
    .bagdes-wrap {
	    max-width: 1470px;
	    width: 100%;
	    /*height: 209px;*/
	    margin: auto;
	}
    
    /* End badge 1024 and above ONLY */
    
    /* Start counter */
    
	.ctr-block-wrap {
	    display: flex;
	    justify-content: flex-end;
	    gap: 70px;
	}
    
    /* End counter 1024 and above ONLY */
    
    /* Start gallery section */
    
	.gal-wrap {
	    display: flex;
	}
    
    /* End gallery sectio 1024 and above ONLY */
    
    /* Start testimonial */
    
	.review-cta-wrapper .site-section.testimonials {
	    padding-bottom: 225px;
	}
    
	.site-section.testimonials {
	    padding: 120px 120px;
	}
	
	.section-title.testimonials {
	    max-width: 1170px;
	    margin: auto;
	}
    
	.review-container {
	    display: flex;
	}
    
	.review-left-wrap {
	    max-width: 793px;
	}
	
	.testimonials-container .slick-track {
	    gap: 38px;
	}
	
	.review-block.righty {
	    margin-right: calc(-100vw / 2 + 100% / 2);
	    max-width: 100vw;
	}
    
    /* End testimonial 1024 and above ONLY */
    
    /* Start cta */
    
	.site-section.call-to-action .site-section-wrap {
	    max-width: 1680px;
	}
	
	.call-to-action-block-container {
	    display: flex;
	}

	.call-to-action-image img {
	    height: 378px;
	    object-fit: cover;
	}
    
    /* End cta 1024 and above ONLY */
    
    /* Start blog dropdown */
	
	.blog-select-wrap {
	    display: flex;
	    justify-content: space-between;
	    gap: 20px;
	}
	
	/* End blog dropdown 1024 and above ONLY */
    
    /* Start blog section */
    
	.site-section.latest-post .site-section-wrap {
	    max-width: 100%;
	}

	.site-section.latest-post .section-title {
	    max-width: 1200px;
	    margin: auto;
	}

	.blog-post-container {
	    max-width: 1288px;
	    margin: auto;
	    padding: 0 31px;
	}

	.latest-post-cards--block {
	    padding: 19px 16px;
	}
    
    /* End blog section 1024 and above ONLY */
    
    /* Start blog innerpage */
    
	.latest-post-container.blog-page .latest-post-cards {
	    max-width: 100%;
	    min-height: 287px;
	}
	    
	.latest-post-container.blog-page .latest-post-card-wrap {
	    display: flex;
	    gap: 20px;
	}
    
    /* End blog innerpage 1024 and above ONLY */
    
    /* Start services inner */
    
	.service-block {
	    display: flex;
	}

	.service-col.lefty {
	    max-width: 300px;
	    width: 100%;
	}
	
	.service-col.lefty img {
	    height: 100%;
	    object-fit: cover;
	}
    
    /* End services inner 1024 and above ONLY */
    
    /* Start team */
    
	.wp-block-columns.team-column {
	    gap: 49px;
	}
    
    /* End team 1024 and above ONLY */
    
    /* Start gallery page */
    
	.wp-block-group.gallery-group {
	    margin-left: calc(-87vw / 2 + 100% / 2) !important;
    	margin-right: calc(-87vw / 2 + 100% / 2) !important;
    	max-width: 1680px !important;
	}
	
	.wp-block-group.gallery-group .sfs-album-images .container {
	    gap: 30px;
	    flex-wrap: nowrap;
	}
	
	.wp-block-group.gallery-group .slick-track {
	    display: flex;
	    gap: 30px;
	}

	.wp-block-group.gallery-group .sfs-album-images .container .sfs-image-item.col-four {
	    padding: 0;
	    max-width: 397px;
	    width: 100%;
	}

	.wp-block-group.gallery-group .sfs-gallery-image img {
	    height: 412px;
	    object-fit: cover;
	}
	
	.wp-block-group.gallery-group .sfs-image-item .sfs-gallery-image img {
	    max-width: 397px;
	    width: 100%;
	    object-fit: cover;
	}

    /* End gallery page 1024 and above ONLY */
    
    /* Start modal form */
    
	.scrolled .modal-button {
	    font-family: 'Roboto', sans-serif;
	    font-size: 15px;
	    line-height: normal;
	    height: 50px;
	    display: flex !important;
	    justify-content: center !important;
	    align-items: center;
	    padding: 0 !important;
	    right: -147px;
	    background: linear-gradient(231deg, rgba(131,20,20,1) 0%, rgba(156,32,32,1) 100%);
	    display: none !important;
	}
	
    /* End modal form 1024 and above ONLY */
    
    /* Start contact page */
        
	.cf-details-wrap {
	    display: flex;
	    justify-content: center;
	    max-width: 648px;
	    width: 100%;
	    margin: auto;
	    gap: 20px
	}
	
	.form-field.two-col {
	    display: flex;
	    gap: 10px;
	}

	.form-field.two-col .field {
	    flex: 1;
	}
    
    /* End contact page 1024 and above ONLY */
    
    /* Start footer section */
    
	.news-block-container {
	    display: flex;
	}

	.news-block.form-content {
	    max-width: 530px;
	    width: 100%;
	}

	.news-block.form {
	    max-width: 670px;
	    width: 100%;
	}
	
	.footer-copyright-media {
	    background-color: #fff;
	    border-top: none;
	}
		
	.footer-copyright-block:nth-child(2) {
	    text-align: right;
	}

	.copyright-block.copyright {
	    font-size: 16px;
	    font-weight: 400;
	    color: #636363;
	    margin-top: 10px;
	}
    
    /* End footer section 1024 and above ONLY */
	
}

/* END 1024 and above ONLY
================== */

/* START DESKTOP RESPONSIVE
=========================== */

@media only screen and (max-width: 1750px) and (min-width: 1024px) {
	
	.badge-slider-prev {
	    left: 1%;
	}
	
	.badge-slider-next {
	    right: 1%;
	}
	
} /* end 1750 to 1024 */

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
	
	.site-header, .top-social-wrapper {
	    padding: 0 30px;
	}
	
	.nav-primary .genesis-nav-menu a span {
	    font-size: 13px;
	}
	
	.home .hero-caption {
	    padding-top: 0;
	}
		
	.hero-slider__image {
	    height: 791px;
	}
	
	.hero.slider-arrow {
	    left: 1px;
	}

	.hero-branding img {
	    width: 208px;
	}

	.hero-caption-title img {
	    width: 427px;
	}

	.scheedule-form-icon {
	    right: -43px;
	}

	.scheedule-form-icon .form-icon-wrapper {
	    width: 64px;
	    height: 64px;
	}
	
	.site-section.our-services {
	    padding: 120px 30px;
	}
	
	.pro-block-wrap {
	    display: grid;
	    grid-template-columns: auto auto;
	}

	.pro-block {
	    max-width: 100%;
	}

	.pro-block.process-cta {
	    max-width: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-color: #831414;
	    grid-column: span 2;
	}
	
	.site-section.testimonials {
	    padding-left: 30px;
	}
	
	.site-section.call-to-action {
	    padding: 120px 30px;
	}

	.site-section.call-to-action .section-title {
	    font-size: 35px;
	}

	.cta-righty {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.wp-block-group.gallery-group {
	    margin-left: calc(-100vw / 2 + 100% / 2) !important;
	    margin-right: calc(-100vw / 2 + 100% / 2) !important;
	    max-width: 1680px !important;
	}
	
	.gallery-title.album-slider-title {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.slide-control.album-gallery {
	    left: -12vw;
	}
	
	.sfs-album-title.custom-title {
	    font-size: 11px;
	}
	
	.footer-column ul li a, .footer-social-block a, .ci-block.righty.ci-data, .ci-block.righty.ci-data a {
	    font-size: 13px;
	}
	
} /* end 1366 to 1024 */

@media only screen and (max-width: 1270px) and (min-width: 1024px) {
	
	.title-area, .header-widget-area {
	    max-width: 152px;
	    width: 100%;
	}
	
	.header-cta-box.lefty i {
	    font-size: 23px;
	}

	.header-cta-box.righty {
	    line-height: normal;
	}

	.hc-title {
	    font-size: 10px;
	}

	.hc-number a {
	    font-size: 14px;
	}
	
	.scheedule-form-icon {
	    right: -27px;
	}

	.scheedule-form-icon .form-icon-wrapper {
	    width: 46px;
	    height: 46px;
	}
	
	.scheedule-form-icon i {
	    font-size: 17px;
	}
	
	.review-left-wrap {
	    max-width: 558px;
	}
	
	.site-section.latest-post {
	    padding: 120px 30px;
	}

	.site-section.latest-post .site-section-wrap {
	    padding-left: 0;
	    padding-right: 0;
	}
		
	.blog-post-container {
	    padding: 0;
	}
	
} /* end 1270 to 1024 */

@media only screen and (max-width: 1100px) and (min-width: 1024px) {
	
	.nav-primary .genesis-nav-menu a span {
	    font-size: 11px;
	}
	
	.form-container.scheedule .form-row-title {
	    font-size: 32px;
	}
	
	.btn-group.about-block-btn-group a {
	    font-size: 21px;
	}
	
	.wp-block-group.gallery-group .slick-track {
	    gap: 8px;
	}
	
	.ctr-icon {
	    width: 60px;
	    height: 60px;
	    margin-left: -21px;
	}
	
} /* end 1100 to 1024 */

/* END DESKTOP RESPONSIVE
=========================== */

/* START 1023 and below ONLY
================== */
@media only screen and (max-width: 1023px) {
	
	/* Start default styling */
	
	.content-sidebar-wrap {
	    padding: 0;
	}
	
	.btn-group .btn {
	    margin-bottom: 0;
	}
	
	.section-title span {
	    display: flex;
	    align-items: center;
	    height: 30px;
	}
	
	.hero-caption-text-title {
		font-size: 35px;
	    line-height: 1em;
	}
	
	.site-inner .entry-content h1:before {
	    font-size: 12px;
	    margin-bottom: 13px;
	}
	
	.wpcf7-spinner {
	    display: none !important;
	}
	
	.page-id-10523 .ctr-container {
	    padding-top: 60px;
	}
	
	.wpcf7-response-output {
	    font-size: 10px !important;
	}
	
	.team-column .wp-block-column figure {
	    text-align: center;
	}
	
	/* End default styling 1023 and below ONLY*/
	
	/* Start header */
	
	.header-cta-container {
	    display: none;
	}

	.top-bar {
		display: flex;
	    align-items: center;
	    position: fixed;
	    width: 100%;
	    z-index: 1;
	    background-color: #fff;
	}

	.right-top-bar {
	    display: none;
	}
	
	.topbar-cta-snippet a {
	    font-family: 'Poppins', sans-serif;
	    font-size: 22px;
	    color: #585858;
	}
		
	.topbar-cta-snippet i {
	    color: #831414;
	    font-size: 22px;
	    margin: 0 2px;
	}
	
	.site-header {
	    background-color: transparent;
	    margin-top: 50px;
	    box-shadow: none;
	    height: 85px;
	}
	
	.title-area {
	    max-width: 100%;
	}
	
	.title-area img {
	    display: none;
	}
	
	.sticky-head .title-area img {
	    display: flex;
    	margin: auto;
    	max-width: 114px;
	}
	
	.top-bar.sticky-head {
	    display: none;
	}

	.site-header.sticky-head {
	    margin-top: 0;
	    background-color: #fff;
	    height: 60px;
	    box-shadow: 0 2px 5px rgb(150 150 150 / 30%);
	}
	
	.widget-area.header-widget-area {
	    height: 85px;
	    display: flex;
	    align-items: center;
	    max-width: 100%;
	}
	
	.widget-area.header-widget-area.clicky {
	    background-color: #831414;
	    border-bottom: 1px solid #610505;
	    z-index: 4;
	}
	
	.menu-toggle.activated:after {
	    content: "\f00d";
	}

	.site-header.sticky-head .widget-area.header-widget-area {
		width: fit-content;
		height: 60px;
	}
		
	.mobile-dot-nav {
	    line-height: normal;
	    z-index: 2;
	}
	

	.mobile-dot-nav i {
	    transform: unset;
	}
	
	.mob-dots-items {
	    width: 100%;
	    top: 50px;
	    padding-top: 100px;
	    z-index: -1;
	    background-color: #831414;
	}
	
	.sticky-head .mob-dots-items {
		padding-top: 12px;
	}

	.site-header.sticky-head .mobile-dot-nav i {
		color: #000;
	}

	.site-header.sticky-head .menu-toggle:after {
	    color: #831414;
	}

	/* End header 1023 and below ONLY */
	
	/* Start nav */
	
	.genesis-responsive-menu {
	    background-color: #831414;
	}
	
	.genesis-responsive-menu {
	    top: 51px;
	    padding-top: 77px;
	    position: fixed;
        overflow-y: auto;
        height: 100%;
        padding-bottom: 150px;
	}
	
	.site-header.sticky-head .genesis-responsive-menu {
	    top: 59px;
	    padding-top: 15px;
	}
	
	.genesis-nav-menu .current-menu-item {
	    background-color: #fff;
	}
	
	.sub-menu-toggle:after {
	    color: #fff;
	}
	
	.genesis-nav-menu .current-menu-item .sub-menu a span {
	    color: #fff;
	}
	
	/* End nav 1023 and below ONLY */
	
	/* Start slider banner */
	
	.hero-slider__image {
	    height: 100vh;
	}
	
	.slider-tagline {
	    display: none;
	}
	
	.hero.slider-arrow {
	    display: none;
	}
	
	/* End slider banner 1023 and below ONLY */
	
	/* Start modal button */
	
	.modal-button {
	    top: unset;
	    bottom: 0;
	    height: 40px;
	    padding: 0;
	    margin: unset;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-family: 'Roboto', sans-serif;
	    font-size: 13px;
	    background: linear-gradient(231deg, rgba(131,20,20,1) 0%, rgba(156,32,32,1) 100%);
	    gap: 6px;
	}
	
	.modal-button.phone-modal-cta {
	    background: #585858 !important;
	}
	
	.scrolled .modal-button {
	    max-width: 172px;
	}
	
	.scrolled .modal-button.form-modal-cta {
	    font-size: 10px;
	}

	.scrolled .modal-button.phone-modal-cta {
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	    gap: 6px;
	    padding: 0 !important;
	}
	
	.scrolled .modal-button.phone-modal-cta a {
	    color: #fff;
	}
	
	.mobile-btn__group {
	    z-index: 3;
	}
	
	/* End modal button 1023 and below ONLY */
	
	/* Start home form */
	
	p.home-read-more.content-btn {
	    margin-bottom: 145px;
	}
	
	.form-container.scheedule {
	    margin: auto;
	    height: auto;
	    padding-bottom: 30px;
	}
	
	.scheedule-form-icon {
	    background-color: transparent;
	    top: -58px;
	    left: 0;
	    right: 0;
	    display: flex;
	    justify-content: center;
	}

	.scheedule-form-icon .form-icon-wrapper {
	    width: 79px;
	    height: 79px;
	    outline: 10px solid rgb(88 88 88 / 32%);
	}

	.form-container.scheedule .form-row-title {
	    text-align: center;
	}

	.scheedule-form-icon i {
	    font-size: 28px;
	    color: #fff;
	}
	
	.home-column .wpcf7 form.invalid .wpcf7-response-output {
	    margin: auto;
	    font-size: 10px;
	}
	
	/* End home form 1023 and below ONLY */
	
	/* Start about */
	
	.about-block-container {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	}

	.about-block {
	    box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.05);
	}

	.btn-group.about-block-btn-group {
	    max-width: 345px;
	    margin-top: 50px;
	    margin-left: auto;
	    margin-right: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 85px;
	}

	.btn-group.about-block-btn-group a {
	    text-align: center;
	    line-height: 1.2em;
	    text-transform: capitalize;
	    padding-left: 0;
	}
	
	/* End about 1023 and below ONLY */
	
	/* Start gallery page */
	
	.wp-block-group.gallery-group .sfs-main-gallery-container {
	    max-width: 397px;
	    margin: auto;
	}
	
	.gallery-template footer.site-info, 
	.generic-template footer.site-info, 
	.blog-template footer.site-info, 
	.contactPage-template footer.site-info, 
	.services-template footer.site-info {
	    margin-top: unset;
	}

	.gallery-template .site-footer, 
	.generic-template .site-footer, 
	.blog-template .site-footer, 
	.contactPage-template .site-footer, 
	.services-template .site-footer {
	    padding-top: 60px;
	}
	
	/* End gallery page 1023 and below ONLY */
	
	/* Start services */
	
	.svc-block-wrap {
	    background-image: unset !important;
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	}

	.svc-block {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    height: 70px;
	    background-color: #585858;
	    border-right: 6px solid #831414;
	}

	.svc-icon {
	    height: auto;
	}

	.svc-icon img {
	    width: 48px;
	    filter: brightness(0) invert(1);
	}
	
	/* End services 1023 and below ONLY */
	
	/* Start services inner */
	
	.service-inner-wrap {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    gap: 20px;
	}

	.service-col.righty {
		position: relative;
	    padding: 60px 15px;
	}
	
	.service-col.righty:before {
	    border-left: 10px solid rgb(255 255 255 / 17%);
	}

	.service-block {
	    max-width: 486px;
	}

	.service-col.lefty img {
	    width: 100%;
	    height: 284px;
	    object-fit: cover;
	}
	
	.service-field.title {
	    line-height: 1.2em;
	}
	
	.btn-group.service-inner-btn-group {
	    flex-direction: column;
	    align-items: center;
	    justify-content: unset;
	    gap: 10px;
	}

	.btn-group.service-inner-btn-group a {
	    max-width: 215px !important;
	}

	/* End services inner 1023 and below ONLY */
	
	/* Start process */
	
	.pro-block-wrap {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    gap: 25px;
	}
	
	.pro-body {
	    min-height: auto;
	    padding-bottom: 30px;
	}
	
	.pro-block {
	    min-height: 524px;
	}
	
	.badge-slider-prev {
	    left: 0;
	}
		
	.badge-slider-next {
	    right: 0;
	}
	
	/* End process 1023 and below ONLY */
	
	/* Start team members */
	
	p.team-name {
	    font-size: 20px;
	    line-height: 1.2em;
	}'
	
	.team-btn-container {
	    flex-direction: column;
	    align-items: center;
	}
	
	/* End team members 1023 and below ONLY */
	
	/* Start video counter section */
	
	.vid-count-wrapper {
	    background-repeat: no-repeat;
	    background-position: bottom center;
	}
	
	.ctr-block-wrap {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	    gap: 20px;
	    max-width: 345px;
	    margin: auto;
	}

	.ctr-blocky {
	    max-width: 306px;
	}
	
	.inner .ctr-blocky {
	    box-shadow: 0px 18px 27px 0px rgba(0,0,0,0.25);
	}

	.site-section.vid {
	    padding-bottom: 163px;
	}

	.video-block {
	    max-width: 345px;
	    min-height: 192px;
	    height: 192px;
	    background-size: cover;
	    background-position: top center;
	    background-repeat: no-repeat;
	    padding-bottom: 0;
	    margin: auto;
	    justify-content: center;
	}

	.vid-title {
	    position: absolute;
	    font-size: 25px;
	    color: #585858;
	    text-align: center;
	    margin-top: 18px;
	    bottom: -109px;
	}

	.vid-title br {
	    display: none;
	}

	.vid-icon {
	    width: 70px;
	    height: 70px;
	}

	.vid-icon i {
	    font-size: 18px;
	}
	
	/* End video counter section 1023 and below ONLY */
	
	/* Start gallery section */
	
	.gallery-block:nth-child(2), .gallery-block:nth-child(3), .gallery-block:nth-child(4) {
	    display: none;
	}
	
	.gallery-block {
	    background-size: cover;
	}
	
	/* End gallery section 1023 and below ONLY */
	
	/* Start home review */
	
	.site-section.testimonials {
	    padding-bottom: 217px;
	}
	
	.review-cta-wrapper .review-left-wrap {
	    max-width: 768px;
	    margin: auto;
	}
	
	.testimonial-card {
	    padding: 40px;
	}
	
	.testimonial-quote {
	    left: -22px;
	}
	
	.btn-group.testimonials-btn-group {
	    justify-content: center;
	}
	
	.review-block.righty {
	    display: none;
	}
	
	/* End home review 1023 and below ONLY */
	
	/* Start home cta */
	
	.review-cta-wrapper .site-section.call-to-action {
	    margin-top: -155px;
	    z-index: 2;
	}
	
	.site-section.call-to-action .site-section-wrap {
	    max-width: 768px;
	    margin: auto;
	}
	
	.site-section.call-to-action .site-section-wrap .call-to-action-image img {
	    width: 100%;
	}
	
	.cta-righty {
	    padding: 30px 10px 62px 10px;
	}
	
	/* End home cta 1023 and below ONLY */
	
	/* Start blog section */
	
	.home .site-section.latest-post {
	    display: none;
	}
	
	.blog-slider-container {
	    right: 0;
	}
	
	.latest-post-cards {
	    margin: auto;
	}
	
	/* End blog section 1023 and below ONLY */
	
	/* Start blog page */
	
	.blog-select-wrap {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    gap: 10px;
	}
	
	/* End blog page 1023 and below ONLY*/
	
	/* Start process page */
	
	.process-heading {
	    gap: 0;
	}
	
	.process-name {
	    display: flex;
	    gap: 10px;
	    align-items: center;
	    width: 83%;
	    font-size: 16px;
	    line-height: 1em;
	}

	.process-icon {
	    max-width: 40px;
	    flex-basis: unset;
	}
	
	/* End process page 1023 and below ONLY */
	
	/* Start contact page */
	
	.cf-details-wrap {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	    max-width: 648px;
	    width: 100%;
	    margin: auto;
	}
	
	/* End contact page 1023 and below ONLY */
	
	/* Start footer */
	
	footer.site-info {
	    margin-top: -140px;
	}

	.site-footer {
	    padding-top: 220px;
	    z-index: 1;
	}
	
	.footer-newsletter-container .news-title {
	    font-size: 30px;
	}
	
	.footer-newsletter-container .news-snippet {
	    margin-bottom: 12px;
	}
	
	.footer-newsletter-container {
	    max-width: 768px;
	}
	
	.footer-column {
	    margin-bottom: 20px;
	}
	
	.toggle-nav-footer {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 7px;
	    max-width: 345px;
	    width: 100%;
	    height: 40px;
	    font-family: 'Poppins', sans-serif;
	    font-size: 16px;
	    font-weight: 700;
	    color: #585858;
	    background-color: #fff;
	    margin: 24px auto 0;
	}
	
	.footer-copyright-media {
	    background-color: #fff;
	    padding-top: 30px;
	    padding-bottom: 0;
	}
	
	.footer-copyright-block {
	    margin-top: 20px;
	}
	
	.copyright {
	    color: #585858;
	    max-width: 287px;
	}
	
	/* End footer 1023 and below ONLY */
}
/* END 1023 and below ONLY
================== */

/* START MOBILE RESPONSIVE
=========================== */

@media only screen and (max-width: 768px) {
	
	.entry-content h1, .section-title {
	    font-size: 35px;
	}
	
	.section-title span {
	    margin-bottom: 20px;
	}
	
	.hero-branding img {
	    width: 154px;
	}
	
	.hero-caption-title {
	    padding: 2px 6px;
	}
		
	.hero-caption-text {
	    font-size: 16px;
	    padding: 0;
	}
	
	.btn-group.center.hero-btn-group {
	    gap: 8px;
	}

	.btn-group.center.hero-btn-group a {
	    font-size: 12px;
	    max-width: 119px;
	    min-height: 40px;
	    height: 40px;
	}
	
	.form-container.scheedule .form-row-title {
	    font-size: 25px;
	}
	
	.form-container.scheedule {
	    padding: 60px 15px 10px 15px;
	}
	
	.form-container.scheedule .submit-meh i {
	    top: 35%;
	}
	
	.section-title.testimonials {
	    max-width: 257px;
	}
	
	.testimonial-card {
	    padding-left: 15px;
	    padding-right: 10px;
	}
	
	.btn-group.testimonials-btn-group {
	    flex-direction: column;
	    align-items: center;
	    gap: 14px;
	}
	
	.cta-righty {
	    padding: 30px 15px 62px 15px;
	}
	
	.site-section.call-to-action .section-title {
	    font-size: 30px;
	}
		
	.btn-group.call-to-action-block-btn-group {
	    flex-direction: column;
	    align-items: center;
	    gap: 10px;
	}
	
	.site-section.contact-form {
	    padding: 60px 15px 90px 15px;
	}

	.cf-form-container .form-container {
	    padding: 33px 15px;
	}
	
	.site-section.fin {
	    padding: 30px 15px;
	}
		
	.finance-cta-container {
	    padding: 30px;
	}
	
	footer.site-info {
	    margin-top: -264px;
	}
	
	.site-footer-gradient {
	    position: absolute;
	    background: linear-gradient(180deg, rgba(0,0,0,0.577468487394958) 1%, rgba(53,53,53,0) 80%);
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	}

	.site-footer {
		position: relative;
	    padding-top: 336px;
	}
	
	.pagination {
	    text-align: left;
	}
		
	.archive-pagination li a {
	    padding: 2px 11px;
	}
	
	.team-btn-container {
	    flex-direction: column;
	    align-items: center;
	}
	
} /* End 768 and below ONLY */

@media only screen and (max-width: 400px) {
	
	.gallery-title.album-slider-title {
	    max-width: 257px;
	    line-height: 1.2em;
	    margin-left: 15px;
	}
	
	.inner .site-section.latest-post .section-title {
	    max-width: 257px;
	}
	
} /* End 400 and below ONLY */