/**
Theme Name: Astra Child Hardcoded Homepage
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html{
    background-color: gray;
}
body, head, header, footer, .site-below-footer-wrap {
    max-width: 1920px;
    margin: auto;  
}
body{
    box-shadow: 1px 1px 15px 8px #000000;
}

body:not(.home) .page .entry-header {
    margin-bottom: -1.5em;
}
/*
ul.main-header-menu > li.menu-item-has-children > a.menu-link > span.dropdown-menu-toggle {
    display: none !important;
}
*/
/*
.ast-builder-menu-mobile li.menu-item-has-children:hover .ast-icon.icon-arrow svg {
    transform: scaleY(-1); 
    transition: transform 0.3s ease;
}

.ast-builder-menu-mobile li .ast-icon.icon-arrow svg {
    transition: transform 0.3s ease;
}

.ast-builder-menu-mobile button.ast-menu-toggle {
    border-style: none !important;
}
*/
.ast-builder-menu-mobile .ast-icon.icon-arrow svg {
	transition: transform 0.5s ease;
}

.ast-builder-menu-mobile button.ast-menu-toggle:hover .ast-icon.icon-arrow svg {
	transition: transform 0.5s ease;
	transform: scaleY(-1); 
}
.ast-builder-menu-mobile button.ast-menu-toggle { 
	border-style:none !important; 
}
/* regular defaut button preset border half */
.wp-block-button a.wp-block-button__link.wp-element-button {
    border-bottom: 0px solid #fff;
    position: relative;
}

.wp-block-button a.wp-block-button__link.wp-element-button:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background: #C1501E;
}

.extendob.wp-block-button a.wp-block-button__link.wp-element-button {
    border-bottom: 0px solid #fff;
    position: relative;
	border-left: 1px solid #da963f;
	color: #da963f;
}

.extendob.wp-block-button a.wp-block-button__link.wp-element-button:hover {
    background: transparent;
	color: #da963f;
}

.extendob.wp-block-button a.wp-block-button__link.wp-element-button:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background: #da963f;
	transition: all 0.5s ease;
}

.extendob.wp-block-button a.wp-block-button__link.wp-element-button:hover:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background: #da963f;
}

/* Blog */
.blog .ast-row {
	max-width: 1200px;
	margin: auto !important;
	padding: 20px;
}

ul.footersocial {
    list-style: none;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

ul.footersocial li {
    list-style: none;
    display: inline-block;
}

ul.footersocial li a {
    color: #fff;
    transition: all .2s linear;
}

ul.footersocial li a:hover {
    color: #c2501e;
}

ul.footersocial li a i {
    font-size: 34px;
    margin: 0 10px;
}


body:not(.home).ast-page-builder-template .entry-header {
    margin-top: 0em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

body:not(.home).single.ast-page-builder-template .entry-header {
    padding-left: 0px;
    padding-right: 0px;
}

body:not(.home).ast-page-builder-template .entry-header #subpage-hero {
    position: relative;
    display: block;
}

body:not(.home).ast-page-builder-template .entry-header #subpage-hero img {
    width: 100%;
    object-fit: fill;
    position: relative;
}

@media screen and (max-width: 767px){
body:not(.home).ast-page-builder-template .entry-header #subpage-hero h1.entry-title {
    position: absolute;
    top: 60%;
    top: 55%;
    text-align: center;
    width: 50%;
    width: 80%;
    background: rgba(193, 80, 0,0.5);
    padding: 3vw 0;
    color: #fff;
    font-size: 26px;
    font-size: 50px;
}

body.single-post.ast-page-builder-template .entry-header #subpage-hero h1.entry-title {
    position: absolute;
    top: 60%;
    top: 55%;
    text-align: center;
    width: 50%;
    width: 80%;
    background: rgba(193, 80, 0,0.5);
    padding: 3vw 0;
    color: #fff;
    font-size: 26px;
    font-size: 30px;
}

body:not(.home).ast-page-builder-template .entry-header #subpage-hero {
    width: 100%;
    position: relative;
    min-height: 400px !important;
    min-height: 425px !important;
}

body:not(.home).ast-page-builder-template .entry-header #subpage-hero img {
    width: 100%;
    position: relative;
    object-fit: cover !important;
    min-height: 400px;
    min-height: 500px;
}

body.home .home-cover .wp-block-cover__inner-container {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 70%;
    width: 90%;
    transform: translate(0%, 0%);
    background: rgba(193, 80, 0,0.5);
}

body.home .home-cover .wp-block-cover__inner-container h1 {
    padding: 50px 0 50px 40px;
    color: #fff;
    font-size: 36px !important;
    font-size: 50px !important;
    width: 100%;
    line-height: 1.2;
    font-family: LiberationSans-Bold, Helvetica, Arial, sans-serif;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
body:not(.home).ast-page-builder-template .entry-header #subpage-hero h1.entry-title {
    position: absolute;
    top: 60%;
    text-align: center;
    width: 50%;
    background: rgba(193, 80, 0,0.5);
    padding: 30px 0;
    color: #fff;
    font-size: 5vw;
}

body.single-post.ast-page-builder-template .entry-header #subpage-hero h1.entry-title {
    position: absolute;
    top: 60%;
    top: 55%;
    text-align: center;
    width: 50%;
    width: 80%;
    background: rgba(193, 80, 0,0.5);
    padding: 3vw 0;
    color: #fff;
    font-size: 26px;
    font-size: 30px;
}

body.home .home-cover .wp-block-cover__inner-container {
    position: absolute;
    top: 35%;
    left: 0%;
    width: 70%;
    transform: translate(0%, 0%);
    background: rgba(193, 80, 0,0.5);
}

body.home .home-cover .wp-block-cover__inner-container h1 {
    padding: 50px 0 50px 40px;
    color: #fff;
    font-size: 5vw !important;
    width: 70%;
    line-height: 1.2;
    font-family: LiberationSans-Bold, Helvetica, Arial, sans-serif;
}

body:not(.home).ast-page-builder-template .entry-header #subpage-hero {
    width: 100%;
    position: relative;
    min-height: 500px !important;
}

body:not(.home).ast-page-builder-template .entry-header #subpage-hero img {
    width: 100%;
    position: relative;
    object-fit: cover !important;
    min-height: 500px;
}
}

@media screen and (min-width: 1025px) {
body:not(.home).ast-page-builder-template .entry-header #subpage-hero h1.entry-title {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 50%;
    background: rgba(193, 80, 0,0.5);
    padding: 50px 0;
    color: #fff;
    font-size: 60px;
}

body.single-post.ast-page-builder-template .entry-header #subpage-hero h1.entry-title {
    position: absolute;
    top: 60%;
    top: 55%;
    text-align: center;
    width: 50%;
    width: 80%;
    background: rgba(193, 80, 0,0.5);
    padding: 3vw 0;
    color: #fff;
    font-size: 26px;
    font-size: 40px;
}
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
body.home .home-cover .wp-block-cover__inner-container {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 70%;
    transform: translate(0%, 0%);
    background: rgba(193, 80, 0,0.5);
}

body.home .home-cover .wp-block-cover__inner-container h1 {
    padding: 50px 0 50px 40px;
    color: #fff;
    font-size: 50px !important;
    width: 70%;
    line-height: 1.2;
    font-family: LiberationSans-Bold, Helvetica, Arial, sans-serif;
}
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
body.home .home-cover .wp-block-cover__inner-container {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 70%;
    transform: translate(0%, 0%);
    background: rgba(193, 80, 0,0.5);
}

body.home .home-cover .wp-block-cover__inner-container h1 {
    padding: 50px 0 50px 40px;
    color: #fff;
    font-size: 60px !important;
    width: 70%;
    line-height: 1.2;
    font-family: LiberationSans-Bold, Helvetica, Arial, sans-serif;
}
}

@media screen and (min-width: 1401px) {
body.home .home-cover .wp-block-cover__inner-container {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 60%;
    transform: translate(0%, 0%);
    background: rgba(193, 80, 0,0.5);
}

body.home .home-cover .wp-block-cover__inner-container h1 {
    padding: 50px 0 50px 40px;
    color: #fff;
    font-size: 60px !important;
    width: 70%;
    line-height: 1.2;
    font-family: LiberationSans-Bold, Helvetica, Arial, sans-serif;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px){
.splitimgright .kt-sc-textcol {
    margin-left: 50px;
}

.splitimgleft .kt-sc-textcol {
    margin-right: 50px;
}
}

@media screen and (min-width: 1001px){
.splitimgright .kt-sc-textcol {
    margin-left: 100px;
}

.splitimgleft .kt-sc-textcol {
    margin-right: 100px;
}
}
/*
@media screen and (min-width: 768px){
.splitimgright .kt-sc-textcol {
    margin-left: 100px;
}

.splitimgleft .kt-sc-textcol {
    margin-right: 100px;
}
}
*/





@media screen and (max-width: 1024px){
.hptabsa.wp-block-kadence-tabs .kt-tabs-id7_3c5e9b-01 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    display: flex !important;
    position: relative !important;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-align: center;
	justify-content: center;
	margin: 0 auto 40px;
}

.hptabsa.wp-block-kadence-tabs .kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap {
    position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
    top: 110%;
	z-index: 5;
}

.hptabsa.wp-block-kadence-tabs .kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap {
    position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
    top: 110%;
	z-index: 5;
}

.hptabsa li.kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap svg {
    display: none;
}

.hptabsa.wp-block-kadence-tabs .kt-title-item .kb-svg-icon-wrap.kb-svg-icon-fe_plus svg {
    display: none;
    text-decoration: none;
}

.hptabsa.wp-block-kadence-tabs .kt-title-item .kb-svg-icon-wrap.kb-svg-icon-fe_plus svg line {
    display: none;
    text-decoration: none;
}

.hptabsa.wp-block-kadence-tabs .kt-title-item .kb-svg-icon-wrap.kb-svg-icon-fe_plus svg:after {
    display: none;
    text-decoration: none;
}

.hptabsa li.kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap svg {
    display: none;
}

.hptabsa li.kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap{
    transition: linear 0.5s;
}

.hptabsa li.kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap {
    transition: linear 0.5s;
}
/*
.hptabsa li.kt-tab-title-inactive a span.kb-svg-icon-wrap:after{
    content:"+";
    font-size: 36px;
    margin: 3px;
    color: #DA963F;
}   

	a:hover, a:focus, a:active, a:visited, a:link{
    text-decoration: none;
}
*/  
.hptabsa.wp-block-kadence-tabs .kt-tab-title-inactive a.kt-tab-title,
.hptabsa.wp-block-kadence-tabs .kt-tab-title-active a.kt-tab-title {
    text-decoration: none !important;
}

.hptabsa.wp-block-kadence-tabs .kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap:after{
    content: "\2b"; /* + */
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    margin: 3px;
    color: #DA963F;
    text-decoration: none !important;
	
}

.hptabsa.wp-block-kadence-tabs .kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap:after {
    content: "\58"; /* X */
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    margin: 3px;
    color: #DA963F;
	text-decoration: none !important;
}
}























@media screen and (min-width: 1025px){
.hptabsa.wp-block-kadence-tabs .kt-tabs-id7_3c5e9b-01 > .kt-tabs-title-list li a.kt-tab-title {
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
	display: flex !important;
	position: relative !important;
	height: 100px !important;
}

.hptabsa li.kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap {
    position: absolute;
	left: 50%;
	transform: translate(0%, -50%);
    top: 110%;
	z-index: 5;
}

.hptabsa li.kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap {
    position: absolute;
	left: 50%;
	transform: translate(0%, -50%);
    top: 110%;
	z-index: 5;
}

.hptabsa li.kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap svg {
    display: none;
}

.hptabsa li.kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap svg {
    display: none;
}

.hptabsa li.kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap{
    transition: linear 0.5s;
}

.hptabsa li.kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap {
    transition: linear 0.5s;
}
/*
.hptabsa li.kt-tab-title-inactive a span.kb-svg-icon-wrap:after{
    content:"+";
    font-size: 36px;
    margin: 3px;
    color: #DA963F;
}
*/
.hptabsa li.kt-tab-title-inactive a.kt-tab-title span.kb-svg-icon-wrap:after{
    content: "\2b"; /* + */
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    margin: 3px;
    color: #DA963F;
}

.hptabsa li.kt-tab-title-active a.kt-tab-title span.kb-svg-icon-wrap:after {
    content: "\58"; /* X */
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    margin: 3px;
    color: #DA963F;
}
}

#hptabsbb button span span svg {
	display: none;
}

#hptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title {
	position: relative;
    text-align: center;
}

#hptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show {
	position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
	padding-bottom: 30px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-1 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/03/hp-copper-front-fascia.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-2 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-copper-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-3 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-metal-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-4 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-tile-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-5 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-shake-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-6 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-asphalt-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

#hptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-7 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-flat-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}
/*
#hptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show:before:nth-child(2) {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-copper-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
}
*/
#hptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title {
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	line-height: 1;
}

#hptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title:before {
	content: "+";
	content: "\2b"; /* + */
	font-family: "Font Awesome 5 Brands";
	font-size: 36px;
	font-size: 24px !important;
	margin: 3px;
	color: #C1501E;
	transition: linear 0.5s;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%, 0%);
	width:  21px;
	display: block;
}

#hptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show.kt-accordion-panel-active span.kt-blocks-accordion-title:before {
	content: "x";
	content: "\58"; /* X */
	font-family: "Font Awesome 5 Brands";
	font-size: 36px;
	font-size: 24px !important;
    margin: 3px;
    color: #C1501E;
	transition: linear 0.5s;
}

#hptabsbb .kt-blocks-accordion-title-wrap {
    display: block;
    padding-right: 0px;
}

#hptabsbb .kt-accordion-inner-wrap.kt-accordion-initialized {
	grid-template-columns: repeat( 4, 1fr );
}

#hptabsbb .kt-accordion-inner-wrap.kt-accordion-initialized .wp-block-kadence-pane.kt-accordion-pane {
	grid-column: span 2;
}

#hptabsbb .kt-accordion-inner-wrap.kt-accordion-initialized .wp-block-kadence-pane.kt-accordion-pane:last-child {
	grid-column: 2 / span 2;
}

.hptabsc button span span svg {
	display: none;
}

.hptabsc button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.hptabsc button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title:before {
	content: "\2b"; /* + */
	font-family: "Font Awesome 5 Brands";
	color: #DA963F;
	font-size: 28px !important;
	position: absolute;
	left: -40px;
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 0;
	transform: translate(0%, -50%);
	transition: linear 0.5s;
	display: inline-block;
}

.hptabsc button.kt-blocks-accordion-header.kt-acccordion-button-label-show.kt-accordion-panel-active span.kt-blocks-accordion-title:before {
	content: "\58"; /* X */
	font-family: "Font Awesome 5 Brands";
	color: #DA963F;
	font-size: 28px !important;
    position: absolute;
	left: -40px;
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 0;
	transform: translate(0%, -50%);
	transition: linear 0.5s;
	display: inline-block;
}

.hptabscd button span span svg {
	display: none;
}

.hptabscd button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.hptabscd button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title:before {
	content: "\2b"; /* + */
    font-family: "Font Awesome 5 Brands";
	color: #DA963F;
	font-size: 36px;
	font-size: 26px;
	position: absolute;
	left: -30px;
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 0;
	transform: translate(0%, -50%);
	transition: linear 0.5s;
	display: inline-block;
}

.hptabscd button.kt-blocks-accordion-header.kt-acccordion-button-label-show.kt-accordion-panel-active span.kt-blocks-accordion-title:before {
	content: "\58"; /* X */
    font-family: "Font Awesome 5 Brands";
	color: #DA963F;
	font-size: 36px;
	font-size: 26px;
    position: absolute;
	left: -30px;
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 0;
	transform: translate(0%, -50%);
	transition: linear 0.5s;
	display: inline-block;
}


.hptabsb .kt-blocks-accordion-title-wrap {
    align-items: center;
}

.hptabsb span.kb-svg-icon-wrap {
    color: #C1501E;
}


.hpposts h2.entry-title a {
    text-decoration: none;
}

.hpposts h2.entry-title {
    text-decoration: none;
	font-size: 30px;
	text-align: center;
}

.hpposts .entry-header {
    margin-top: 15px;
}

.hpposts .more-link-wrap {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 125px;
	margin: 0 auto;
    position: relative;
    top: 10px;
}

.hpposts .more-link-wrap a.post-more-link {
	background: #DA963F;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.hpposts .more-link-wrap a.post-more-link:hover {
	background: #c1501e;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.hpposts .more-link-wrap a.post-more-link .kadence-svg-iconset.svg-baseline{
	display: none;
}

.blueprefooter .kt-row-column-wrap.kt-has-2-columns .kt-row-column-wrap.kt-has-2-columns {
	max-width: 400px;
	margin: 0 auto;
}

.blueprefooter .kt-inside-inner-col .kt-inside-inner-col  .kt-inside-inner-col .kt-inside-inner-col {
	max-width: 200px;
	justify-content: center;
}

.blueprefooter .kt-inside-inner-col .kt-inside-inner-col  .kt-inside-inner-col .kt-inside-inner-col img {
	margin-bottom: 15px;
}

.blueprefooter .kt-inside-inner-col .kt-inside-inner-col  .kt-inside-inner-col .wp-block-kadence-column {
	margin: 0 auto;
}

.footer-before {
	background-color: #707070;
	display: block;
	width: 100%;
	max-width: 300px;
	height: 120px;
	margin: 0px auto -120px;
	position: relative;
	top: -100px;
	padding-top: 20px;
}

.footer-before img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

footer {
	padding-top: 20px;
}

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

}

@media screen and (max-width: 921px) {
.footer-bar-navigation {
	padding: 10px;
	width: 100%;
	margin: 0px auto 0;
}


.site-primary-footer-wrap.ast-builder-grid-row-container {
	border-top: 2px solid #263050;
	border-bottom: 2px solid #263050;
	width: 80%;
	margin: -22px auto 0;
}
}

@media (max-width: 921px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
}




@media (min-width: 922px) {
.footer-nav-wrap ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: start !important;
    align-content: flex-start !important;
    text-align: center;
}
/*
.footer-nav-wrap ul li:nth-child(-n+3) {
    grid-column: 1; 
    align-content: flex-start !important;
}

.footer-nav-wrap ul li:nth-child(n+4):nth-child(-n+7) {
    grid-column: 2;
    align-content: flex-start !important;
}

.footer-nav-wrap ul li:nth-child(n+8):nth-child(-n+11) {
    grid-column: 3; 
    align-content: flex-start !important;
}
*/

/*
.footer-nav-wrap ul li:first-child,
.footer-nav-wrap ul li:nth-child(2),
.footer-nav-wrap ul li:nth-child(3) {
    grid-column: 1; 
    align-content: flex-start !important;
    align-items: start !important;
}

.footer-nav-wrap ul li:nth-child(4),
.footer-nav-wrap ul li:nth-child(5),
.footer-nav-wrap ul li:nth-child(6),
.footer-nav-wrap ul li:nth-child(7) {
    grid-column: 2;
    align-content: flex-start !important;
    align-items: start !important;
}

.footer-nav-wrap ul li:nth-child(8),
.footer-nav-wrap ul li:nth-child(9),
.footer-nav-wrap ul li:nth-child(10),
.footer-nav-wrap ul li:nth-child(11) {
    grid-column: 3; 
    align-content: flex-start !important;
    align-items: start !important;
}
*/
.footer-nav-wrap ul li {
    text-align: center;
    display: grid !important;
}

.footer-nav-wrap ul li a {
    margin-left: 0 !important;
    color: #fff;
    padding: 0 !important;
    text-align: center;
    display: table-cell !important;
    vertical-align: top !important;
}

.footer-bar-navigation {
	padding: 10px;
	border-top: 2px solid #263050;
	border-bottom: 2px solid #263050;
	width: 662px;
	margin: 0px auto 0;
}


.site-primary-footer-wrap.ast-builder-grid-row-container {
	border-top: 2px solid #263050;
	border-bottom: 2px solid #263050;
	width: 662px;
	margin: -22px auto 0;
}
}

body.post-template-default.single.single-post main {
	padding-bottom: 50px;
}

body.blog .ast-pagination {
	padding-bottom: 150px;
}

.assoc-slider .kb-gallery-ul.kb-gallery-type-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit img {
    object-fit: contain;
 /*   max-width: 300px; */
	max-height: 150px;
}

@media (min-width: 768px) {
.two-column-onelast .kt-row-column-wrap {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
}

.two-column-onelast .kt-row-column-wrap .wp-block-kadence-column {
	grid-column: span 1;
}

.two-column-onelast .kt-row-column-wrap .wp-block-kadence-column:last-child {
	display: none;
}

.two-column-onelast .kt-row-column-wrap .wp-block-kadence-column:nth-child(5) {
	grid-column: 1 / span 2
}
}


.htmlimagehover.alignfull>.kt-row-layout-inner>.kt-row-column-wrap, 
.htmlimagehover.alignfull>.kt-row-column-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-left: var(--global-content-edge-padding, 0px) !important;
  padding-right: var(--global-content-edge-padding, 0px) !important;
}

.container-roofrepairsp {
  display: flex;
  align-items: stretch; 
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff; 
  height: auto; 
  margin: 0;
  width: 100%;
}

.hover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 25%;
  text-align: left;
  position: relative;
  left: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.hover-list li {
  cursor: pointer;
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 0;
  transition: background 0.3s ease;
  font-weight: bold;
  font-size: 24px;
}

.hover-list li:hover {
  background: #fff;
}

.hover-list li a {
  text-decoration: none !important;
}

.hover-list li a:hover {
  text-decoration: underline !important;
  color: #c2501e !important;
}

.image-display {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  aspect-ratio: 11.5 / 9;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover !important; 
  position: absolute;
  opacity: 0; 
  transition: opacity 0.5s ease;
  z-index: 1; 
}

.image-default {
  opacity: 1; 
  z-index: 2;
}

@media (max-width: 767px) {
  .container-roofrepairsp {
    flex-direction: column; 
  }

  .hover-list {
    width: 100%;
    text-align: center;
    position: static;
  }

  .image-display {
    display: none; 
  }
}

.two-column-overlayo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  overflow: hidden;
/*  background: rgba(0, 0, 0, 0.5);*/ 
/*	background: linear-gradient(90deg, rgba(193,80,30,0.8) 0%, rgba(193,80,30,0.8) 50%, rgba(193,80,30,1) 100%); */
}

.content-wrappero {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  color: #fff; 
/*  padding: 20px; */
	padding: 0px;
}

.image-containero {
  flex: 1;
  position: relative;
  overflow: hidden;
	z-index: -1;
}

.image-containero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	
}

.text-containero {
  flex: 1;
  position: relative;
  z-index: 1; 
  padding: 20px;
}

.two-column-overlayo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
	background: linear-gradient(90deg, rgba(193,80,30,0.75) 0%, rgba(193,80,30,1) 50%, rgba(193,80,30,1) 100%);
  z-index: 0; 
}

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

@media (min-width: 768px) {
.reversedd .image-containero {
  flex: 1;
  position: relative;
  overflow: hidden;
	z-index: -1;
	order: 2;
}

.reversedd .text-containero {
  flex: 1;
  position: relative;
  z-index: 1; 
  padding: 20px;
	order: 1;
}

.reversedd.two-column-overlayo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6); 
	background: linear-gradient(270deg, rgba(193,80,30,0.75) 0%, rgba(193,80,30,1) 50%, rgba(193,80,30,1) 100%);
	z-index: 0; 
}
}

@media (min-width: 768px) and (max-width: 1140px){
  .text-containero p {
	  line-height: 1.4;
	  margin-bottom: 10px;
  }

.text-containero h2 {
	  line-height: 1;
	margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .content-wrappero {
    flex-direction: column; 
  }

  .image-containero {
    order: 2; 
    flex: none;
    width: 100%;
  }

  .text-containero {
    flex: none;
    width: 100%;
  }
  
  .text-containero h2 {
    font-size: 40px;
	line-height: 1 !important;
  }

  .two-column-overlayo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(193, 80, 30, 0.75) 0%, rgba(193, 80, 30, 1) 50%, rgba(193, 80, 30, 1) 100%);
    z-index: 0; 
  }
}

.rptabsbb button span span svg {
	display: none;
}

.rptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title {
	position: relative;
    text-align: center;
}

.rptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show {
	position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
	padding-bottom: 30px !important;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-1 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-roof-replacement-slate.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-2 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/copper-roofing-semicircle.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-3 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
/*	background: url(/wp-content/uploads/2025/02/top-metal-roof.webp); */
	background: url(/wp-content/uploads/2025/02/top-flat-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-4 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-metal-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-5 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-slate-roof-b.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-6 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-tile-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}

.rptabsbb .wp-block-kadence-pane.kt-accordion-pane.kt-accordion-pane-7 button span.kt-blocks-accordion-title-wrap:before {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-wood-shake-replacement-corner.webp);
	width: 100%;
	height: 171px;
	display: block;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 570px;
}
/*
.rptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show:before:nth-child(2) {
	content: "";
	background: url(/wp-content/uploads/2025/02/top-copper-roof.webp);
	width: 100%;
	height: 171px;
	display: block;
}
*/
.rptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show span.kt-blocks-accordion-title:before {
	content: "\2b"; /* + */
    font-family: "Font Awesome 5 Brands";
	font-size: 36px;
	font-size: 26px;
    margin: 3px;
    color: #DA963F;
	transition: linear 0.5s;
    position: absolute;
    bottom: -25px;
    bottom: -35px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.rptabsbb button.kt-blocks-accordion-header.kt-acccordion-button-label-show.kt-accordion-panel-active span.kt-blocks-accordion-title:before {
	content: "\58"; /* X */
    font-family: "Font Awesome 5 Brands";
	font-size: 36px;
	font-size: 26px;
    margin: 3px;
    color: #DA963F;
	transition: linear 0.5s;
}

.rptabsbb .kt-blocks-accordion-title-wrap {
    display: block;
    padding-right: 0px;
}

.rptabsbb .kt-accordion-inner-wrap.kt-accordion-initialized {
	grid-template-columns: repeat( 4, 1fr );
}

.rptabsbb .kt-accordion-inner-wrap.kt-accordion-initialized .wp-block-kadence-pane.kt-accordion-pane {
	grid-column: span 2;
}

.rptabsbb .kt-accordion-inner-wrap.kt-accordion-initialized .wp-block-kadence-pane.kt-accordion-pane:last-child {
	grid-column: 2 / span 2;
}

@media (min-width: 768px) {
.the-three-and-two .kt-row-column-wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.the-three-and-two .kt-row-column-wrap .wp-block-kadence-column {
	flex: 0 0 calc(33.33% - 40px);
}
}

.assoc-slider .kb-gallery-ul.kb-gallery-type-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit {
    padding-bottom: 40%
}
/*
.ast-related-post .post-thumb img {
	max-height: 300px;
	text-align: center;
	width: auto;
	display: block;
	position: relative;
	margin: 0 auto;
}
*/

.ast-related-post-content .entry-header .ast-related-post-title, .ast-related-post-content .entry-header .ast-related-post-title a {
    font-size: 20px;
    font-size: 1.1111111111111rem;
    line-height: 1.2 !important;
	margin-top: 10px;
}

.post-42.page .p-margin {
	margin-bottom: 20px !important;
}
