/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* GLOBAL */
ul:not(.is-list) {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
ul:not(.is-list) li {
     margin-bottom: 0;
}
ul.is-list {
	padding-block-start: 1em;
}
body.bricks-is-frontend :focus-visible {
	outline: var(--focus-color) solid var(--focus-width);
}
.has-underline {
	text-decoration: underline;
}
.orange-link {
	position: relative;
	color: var(--color-secondary);
}

/* NAVIGATION */
.logo-wrapper {
/*      clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%); */
}
.bricks-nav-menu {
     align-items: center;
}
.nav-cta {
     display: flex;
     flex-direction: row;
     padding: var(--space-s) var(--space-btn-hor-m);
     color: #f78104 !important;
     line-height: 1;
     background-color: #ffffff;
     border: 2px solid #f78104;
     font-weight: 600;
     column-gap: .25rem;
     transition: all .3s ease-in-out !important;
}
.nav-cta:hover {
     border-radius: var(--border-radius-s);
}
nav > ul > li,
ul.subfooter-links li,
ul.subfooter-links li a{
     position: relative;
}
nav ul > li a:not(.nav-cta):before,
ul.subfooter-links li a:before,
.orange-link:before {
     content: "";
     position: absolute;
     left: 0;
     right: 100%;
     bottom: 0rem;
     background: #f78104;
	width: auto;
     height: 2px;
     -webkit-transition-property: right;
     transition-property: right;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
nav ul > li a:not(.nav-cta):hover:before,
ul.subfooter-links li a:hover:before,
.orange-link:hover:before {
     right: 0;
}
nav ul ul li a::before {
    content: none !important;
}
.btn-top {
    bottom: 20px !important;
}
ul#menu-main-menu li a, .menu-item-icon, button.bricks-mobile-menu-toggle span {
    color: #000 !important;
}
.home ul#menu-main-menu li a, .home .menu-item-icon, .home button.bricks-mobile-menu-toggle span {
    color: #000 !important;
}
.home .sticky.on-scroll.scrolling ul#menu-main-menu li a, .home .sticky.on-scroll.scrolling .menu-item-icon, .home .sticky.on-scroll.scrolling button.bricks-mobile-menu-toggle span{
	 color: #000 !important;
}
.about-icon-list .checkmark-list__text {
    color: #4d4d4f;
}
.about-icon-list li {
    padding-top: 10px;
}
.about-page-button svg {
    width: 35px !important;
    margin-left: -10px;
    margin-right: 50px;
}
.inner-page-faq .accordion-content-wrapper ul {
    list-style: disc;
    padding: 0 30px 20px ;
}

@media (min-width: 769px) {
     .nav-toggle:before {
          content: 'Menu';
          font-size: var(--text-size-l);
          color: var(--color-white);
          font-weight: 600;
          margin-right: var(--space-s);
     }
     .nav-container > a:first-child {
          /* display: none; */
     }
}
@media (max-width: 768px) {
     .logo-wrapper {
          clip-path: none !important;
     }
}
@media (max-width: 480px) {
     #brxe-wbcipz .bricks-site-logo {
          height: 1.5rem !important;
     }
}



/* LAYOUTS */
.grid-7__2r-2c {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-gap: var(--gap-col);
	grid-auto-flow: dense;
}
.grid-7__2r-2c li:nth-child(-n+2) {
	grid-column: span 6;
	grid-row: span 4;
}
.grid-7__2r-2c li:nth-child(n+3) {
	grid-column: span 4;
	grid-row: span 4;
}
@media (min-width: 769px) and (max-width: 992px) {
	.grid-7__2r-2c li:nth-child(n) {
		grid-column: span 6;
	}
}
@media (max-width: 768px) {
	.grid-7__2r-2c li:nth-child(n) {
		grid-column: span 12;
	}
}

/* CARDS */
.card-contact-info__icon-box .icon {
	align-items: center;
	justify-content: center;
}
.replace-card:hover .replace-card__text {
  opacity: 1;
}

/* CLICKABLE CARDS */
.focus-parent {
	position: relative;
	transition: translate .3s ease-in-out;
}
.card.focus-parent:hover,
.card.focus-parent:focus-within {
	box-shadow: var(--shadow-card-offset-x) var(--shadow-card-offset-y) var(--shadow-card-blur) var(--shadow-card-spread) var(--focus-color);
	translate: 0 -.25em;
}
.focus-parent h3 > a:before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}
.focus-parent:focus-within :focus {
    outline: none;
}

/* FAQ ACCORDION */
.accordion li {
	margin-bottom: 1rem;
}
.accordion .title {
  margin-right: .5rem;
}
.gradient-secondary-corner::before {
	z-index: 2 !important;
}

/* NINJA FORMS */
.nf-field-label .nf-label-span, .nf-field-label label {
	font-weight: 400 !important;
	font-size: var(--text-size-s);
	color: var(--color-black);
}
.input, input:not([type=submit]), select, textarea, .nf-error-msg {
	font-size: var(--text-size-s);
}
.nf-field-element textarea {
	height: 100px !important;
}
.label-above .nf-field-label {
	margin-bottom: 0 !important;
}
section#brxe-yqdybl:after {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.6;
    z-index: -1;
}
body, h1, h2, h3, h4, h5, h6, a, p{
	font-family: "Poppins";
}

.sticky.on-scroll.scrolling{
	background: #fff;
}

.sticky.on-scroll.scrolling li a, .sticky.on-scroll.scrolling .brx-submenu-toggle.icon-right button{
	color: #000 !important;
}
.sticky.on-scroll.scrolling #brxe-nzuqct img{
/* 	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7483%) hue-rotate(212deg) brightness(105%) contrast(95%); */
}
#brx-header .sub-menu {
	background: #fff;
}
#brx-header .sub-menu li a{
	color: #000;
}
#brx-header.sticky{
	position: fixed;
}
div#brxe-ukalvj {
    width: 62%;
}
a#brxe-piivqv {
    color: #fff !important;
}
.location-div {
    display: flex;
/*     flex-direction: row !important; */
}
.location-div .brxe-icon-box {
    border-top: 1px solid;
    padding: 19px;
}
#brxe-vowusp{
 border-right: 1px solid;	
}
.location-div .brxe-icon-box {
    border-top: 1px solid;
    padding: 17px 39px 10px;
}
.services-section .card__service {
    width: calc(50% - 40px);
    margin: 10px 10px;
}
.services-tailored{
	 display: flex;
    flex-flow: wrap;
}
.services-tailored .card__service{
	width: calc(33.33% - 40px);
    margin: 10px 10px;
}
.speciality-tailored .card__service{
	width: calc(50% - 40px);
    margin: 10px 10px;
}
.speciality-tailored .card__service .ion-ios-arrow-forward{
	display: none;
}
.speciality-tailored .card__service:nth-child(5) .card__services-title, .speciality-tailored .card__service:nth-child(8) .card__services-title, .speciality-tailored .card__service:nth-child(9) .card__services-title{
	padding-bottom: 23px;
}
.remove-padding .card__service .card__services-title{
	padding-bottom: 0px !important;
}
.speciality-tailored {
    display: flex !important;
    flex-flow: wrap;
}

.services-tailored .card__service:nth-child(10) h3, .services-tailored .card__service:nth-child(12) h3{
	    padding-bottom: 28px;
}
.services-tailored .card__service .card-services__icon{
		display: none;
}
.services-section {
    display: flex;
    flex-flow: wrap;
}
#brxe-vpejhr {
    padding-top: 80px !important;
}
.logos-slider .splide__slide img {
    max-width: 179px;
    margin: 0 auto;
	 height: 130px;
}
.logos-slider .splide__slide{
	    height: max-content !important;
}
.logos-slider .splide__list {
    align-items: center;
}
.logos-slider  .splide__pagination {
    bottom: -50px;
   
}
.section-primary-split {
  background-image: linear-gradient(#3078be 65%, #fff 65%) !important;
}
.card-divider.horizontal .line {
    border-top-color: #f59f00 !important;
}
.card-reasons{
	border: 1px solid #f59f00 !important;
}
.btn-primary {
    background-image: linear-gradient(120deg, #ffffff 31%, #f59f00 31%) !important;
}
.brxe-tuhsnj.btn-primary {
    background-image: linear-gradient(121deg, #ffffff 25%, #f59f00 25%) !important;
}
.accordion .accordion-title .icon {
    color: #f59f00 !important;
}
.gradient-secondary-corner::before {
    background-image: linear-gradient(45deg, #f59f00 10%, rgba(0, 0, 0, 0) 10%) !important; 
}
.equal-height-tag {
    height: 200px;
}
.cta-section {
    background-image: url(/wp-content/uploads/ChatGPT-Image-Nov-2-2025-12_01_03-PM-1.png) !important;
	    background-position: 50% 19%;
}
.google-reviews-slider .wpsr-swiper-pagination.swiper-pagination.wpsr-swiper-pagination-0.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.google-reviews-slider .wpsr-container {
/*     padding: 0; */
}
.review-global-section .brxe-block {
	background: #fff !important;
	border: 1px solid #e07135;
}

.home ul#menu-main-menu  .sub-menu li a{
	color: #000 !important;
}

/* .what-we-do-section .brxe-div.replace-card__image-overlay {
    align-items: center !important;
    justify-content: center;
	    background-image: linear-gradient(var(--color-primary), var(--color-primary-50));
}
.what-we-do-section .brxe-div.replace-card__image-overlay h3{
    text-align: center !important;
} */
.brxe-tuhsnj svg {
    height: 36px !important;
    width: 41px !important;
}
.what-we-do-section ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.brxe-posts .bricks-layout-inner {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.brxe-posts .bricks-layout-inner h3{
	    font-size: 18px;
    padding: 10px 20px;
}
.remove-bg {
    background-color: transparent;
}
.commercial-banner .brxe-button svg {
    margin-left: -20px;
    margin-right: 10px;
    height: 40px;
}
.speciality-roofing svg {
    width: 45px !important;
}



/* FOOTER */
@media (max-width: 480px) {
	.footer-links ul {
		flex-direction: column;
		align-items: center;
	}
	
}
@media (min-width: 1024px){
	.bricks-nav-menu-wrapper > ul > li:last-child {
		display: none;
	}

}
@media (max-width: 992px) {
	.equal-height-tag {
    height: auto;
}
	.sub-menu li a {
		line-height: 27px;
		color: #fff !important;
		padding-bottom: 14px;
	}
	#brxe-nzuqct .bricks-site-logo {
		width: 100px !important;
		height: 60px !important;
	}

	button.bricks-mobile-menu-toggle span{
		color: #fff;
	}
	.sticky.on-scroll.scrolling button.bricks-mobile-menu-toggle span{
		color: #000;
	}
	.sticky.on-scroll.scrolling li a, .sticky.on-scroll.scrolling .brx-submenu-toggle.icon-right button{
		color: #fff !important;
	}
	.brxe-nav-menu .bricks-mobile-menu-wrapper:before{
		background: #3078be;
	}
}
@media (min-width: 992px) and (max-width: 1280px){
		:where(.brxe-nav-menu) .bricks-nav-menu>li {
		margin: 0 0 0 16px;
	}
}
@media (max-width: 1450px){
	#brxe-nzuqct{
    	padding-right: 0;
	}
	div#brxe-ukalvj {
		width: 78%;
	}
}
@media (max-width: 1024px){
		nav#brxe-ggqrls {
		display: none !important;
		width: 0;
	}
	div#brxe-ukalvj {
		width: 100%;
	}
	.logos-slider .splide__slide img {
		max-width: 150px;
		 height: 90px;
	}
}
@media (max-width: 767px){
	#brxe-vpejhr {
    padding-top: 130px !important;
}
	.services-section .card__service {
    width: 100%;
    margin: 10px 0px;
}
	.services-tailored .card__service {
		width: 100%;
    margin: 10px 0px;
	}
	.speciality-tailored .card__service{
	width: 100%;
}
	.logos-slider .splide__slide img {
		max-width: 150px;
		 height: 90px;
	}
	.what-we-do-section ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
@media (max-width: 559px){
	.location-div .brxe-icon-box {
		width: 50%;
	}
	.location-div .brxe-icon-box {
		padding: 17px 20px 10px;
	}
	.location-div .brxe-icon-box {
		padding: 15px 10px 10px;
		flex-direction: column !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		}
		.location-div .brxe-icon-box .content h4 {
		font-size: 15px !important;
		padding-top: 10px;
	}
}


/* post list css  */

.post-list .related-post-grid .related-post-card {
    margin: 10px;
    width: calc(50% - 20px);
}
.post-list .related-post-grid .related-post-card:first-child {
    margin: 10px;
    width: 100%;
}
.post-list .related-post-grid .related-post-card .related-post-overlay {
    padding: 180px 80px 60px 50px;
	flex-flow: column;
    align-items: flex-start;
}
.post-list h3.related-post-title {
    color: #fff;
    width: 100%;
    font-size: 30px;
}
.post-list p.related-post-excerpt {
    padding: 20px 0;
    font-size: 18px;
}

@media (max-width: 1024px){
	.post-list .related-post-grid .related-post-card .related-post-overlay {
		padding: 120px 40px 30px 40px;
	}
	.post-list h3.related-post-title {
		font-size: 22px;
	}
	.conatact-james-img{
		flex-direction: column-reverse !important;
	}
	.james-img {
		margin-bottom: 30px;
	}
	.conatact-james-img .brxe-block {
		width: 100% !important;
		text-align: left !important;
		justify-content: flex-start !important;
	}
	.team-img {
		flex-direction: column !important;
	}
	.team-img .brxe-block{
		width: 100% !important;
		padding: 0px !important;
	}
	.team-img img, .conatact-james-img  img {
		height: 100%;
	}
}
@media (max-width: 480px){
	.post-list .related-post-grid .related-post-card .related-post-overlay {
		padding: 60px 40px 30px 40px;
	}
	.post-list .related-post-grid .related-post-card {
		margin: 10px;
		width: 100%;
	}
}







/* post css  */

.single-post {
    background: #f3f1f2;
}
.single-post h2 {
    font-size: 35px;
}
.single-post #brx-content .brxe-container p a, .single-post #brx-content .brxe-container li a{
	color: #f59f00;
	font-weight: bold;
		text-decoration: none !important;
}
.single-post #brx-content .brxe-container p a:hover, .single-post #brx-content .brxe-container li a:hover{
	text-decoration: underline !important;
	color: #cd8604;
}
.single-post .bricks-post-header .brxe-container {
       padding: 110px 70px 80px 70px;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6{
	color: #3078be;
}
.single-post .bricks-post-header {
       max-width: 1240px;
    margin: -180px auto 0 auto;
	    border-bottom: 11px solid #f59f00;
	        min-height: auto;
}
.single-post article.brxe-container{
	   max-width: 1240px;
	background: #fff;
	    padding: 30px 80px;
}
.post-page-first {
    height: 40vh;
    background: #3078be;
}
.single-post .bricks-post-header.has-image:before {
    background-color:rgba(0, 83, 128, 0.8) !important;
}

.single-post .brxe-post-meta.post-meta {
    font-size: 16px;
    margin-top: 10px;
}
h2.related-post-heading {
    padding: 30px 0;
}
.brxe-related-posts.bricks-related-posts h3.dynamic a {
    color: #3078be !important;
}
body .brxe-related-posts.bricks-related-posts h3.dynamic a:hover{
	text-decoration: none !important;
}
nav.brxe-post-navigation > a {
    width: 40%;
}
nav.brxe-post-navigation{
   display: none;
}
.page-id-3256 a.brxe-tuhsnj.brxe-button.btn-primary{
	font-size: 17px !important;
}


/* related post css  */

.related-post-grid {
    display: flex;
    flex-flow: wrap;
}
h3.related-post-title {
    color: #fff;
}
.related-post-grid .related-post-card {
    margin: 10px;
    width: calc(33.33% - 20px);
}
.related-post-grid .related-post-card .related-post-overlay {
    padding: 100px 20px 20px 20px;
    z-index: 9999;
    position: relative;
    color: #fff;
    font-size: 15px;
	    height: 100%;
	    display: flex;
    flex-flow: wrap;
    align-items: end;
}
.related-post-grid .related-post-card a.related-post-link, .related-post-grid .related-post-card a.related-post-link .related-post-thumb {
    height: 100%;
    display: block;
	    background-size: cover;
    background-position: center;
	position: relative;
	    border-bottom: 3px solid #f59f00;
}
.related-post-grid .related-post-card a.related-post-link .related-post-thumb:after {
    content: '';
    background: rgba(0, 83, 128, 0.8);
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	opacity: 0.9;

}
.single-post .brxe-post-content ul {
    list-style: disc !important;
    padding-left: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.top-bar-container {
    justify-content: end;
}
.top-bar-container .brxe-icon-box {
    width: auto !important;
}
.top-bar-container .brxe-icon-box{
    width: auto !important;
}
#brx-header.sticky {
    position: fixed;
    z-index: 9999999;
}
div#brxe-hgketb li.bricks-layout-item.repeater-item {
    background: #fff;
    box-shadow: 1px 2px 7px 0px #e5e5e5;
}
div#brxe-hgketb {
    padding: 10px;
}
.desktop-address a {
    font-size: 16px;
}
.mobile-top-bar{
	display: none;
}
.mobile-top-bar .brxe-icon-box {
    margin-top: 0 !important;
}
#brxe-rldgmm, #brxe-wggvcj {
    justify-content: flex-end;
}
.image-james {
    height: 450px;
    margin-top: 20px;
}
.difference-section .card-gaf__list-item.card {
    display: block;
}
.difference-section {
    display: flex !important;
    flex-flow: wrap;
}
.difference-section li {
    width: 30.33%;
}
@media (max-width: 1280px) {
.difference-section li {
    width: 47%;
}
	}
@media (max-width: 850px) {
.difference-section li {
    width: 100%;
}
	}
@media (min-width: 2000px) {
	.single-post .bricks-post-header {
    margin: -230px auto 0 auto;
}
}
@media (min-width: 768px) and (max-width: 1400px) { 
	.single-post .bricks-post-header {
    margin: -70px auto 0 auto;
}

}
@media (max-width: 768px){
		#brxe-vnchom{
		        margin-top: 0;
	}

}
@media (max-width: 1250px) {
	.single-post .bricks-post-header, .single-post article.brxe-container {
		max-width: 1024px;
	}
}
@media (max-width: 1050px) {
	.single-post .bricks-post-header, .single-post article.brxe-container {
		max-width: 767px;
	}
	.single-post article.brxe-container, .single-post .bricks-post-header .brxe-container {
    padding: 30px 30px;
}
		#brxe-eozofx h4 {
    text-align: right;
    font-size: 13px;
}
}
@media (max-width: 770px) {
	.single-post .bricks-post-header, .single-post article.brxe-container {
		max-width: 620px;
	}
	.bricks-post-header .brxe-post-title {
    font-size: 32px;
}
	.single-post h2 {
    font-size: 25px;
}
	.single-post .bricks-post-header {
    margin: -20px auto 0 auto;
}

}

@media (max-width: 600px) {
	.single-post .bricks-post-header, .single-post article.brxe-container {
		max-width: 500px;
	}
}

@media (max-width: 430px) {
	.single-post .bricks-post-header, .single-post article.brxe-container {
		max-width: 340px;
	}
}
@media (max-width: 992px) {
ul.related-posts {
    display: block;
}
ul.related-posts li {
    margin-bottom: 20px;
}
	.related-post-grid .related-post-card {
    margin: 10px;
    width: calc(50% - 20px);
}
		.desktop-address{
		display: none;
	}
	.mobile-top-bar{
		display: block;
	}
}
@media (max-width: 576px) {
	.single-post .brxe-post-content ul {
    padding-left: 30px !important;
}
		.related-post-grid .related-post-card {
    margin: 0px;
		margin-bottom: 10px;
    width: 100%;
}
	    .single-post .bricks-post-header {
        margin: -140px auto 0 auto;
    }
}