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

/* Global fonts setting */

body,
a,
p,
h1,
h2,
h3,
h4, 
h5,
li {
	font-family: "Roboto" !important;
}

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

main#brx-content {
	margin-top: -140px !important;
	padding-top: 0 !important;
}

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

.service-page-problem,
.service-page-problem-repair {
	justify-self: center;
	display: flex !important;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}

.service-page-problem li:first-child,
.service-page-problem li:nth-child(2),
.service-page-problem li:nth-child(3) {
	width: 30.33%;
}

.service-page-problem li:nth-child(4),
.service-page-problem li:nth-child(5),
.service-page-problem li:nth-child(6),
.service-page-problem li:nth-child(7) {
	width: 21.33%;
}

.service-page-problem-repair li {
	width: 22.33%;
}

.gradient-css {
	background: #3078be;
}

.gradient-css span.brxe-ribnyt.brxe-text-basic {
	color: #fff;
}

.brxe-text-basic a,
.brxe-text a {
	text-decoration: underline;
}

.video-gradient:before {
	background-image: linear-gradient(317deg, #f59f00 16%, rgba(0, 0, 0, 0) 10%) !important;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: unset;
	pointer-events: none;
	z-index: 999;
	width: 440px;
}

.video-gradient {
	border-bottom: 15px solid var(--color-gradient-secondary);
}

.steps-li-strucutre ul {
	list-style: disc;
	padding-bottom: 20px;
	padding-left: 40px;
}


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

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

.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(#0D4A80 65%, #fff 65%) !important;
}

.section-primary-split .link-btn {
	background: #B45309;
	color: #fff;
}

#brxe-yqdybl i.ion-ios-arrow-round-forward {
	color: #fff;
}

.card-divider.horizontal .line {
	border-top-color: #E5E7EB !important;
}

.card-reasons {
	border: 1px solid #E5E7EB !important;
}

i.ion-ios-arrow-round-forward {
	color: #fff !important;
}

.btn-primary {
	background-image: linear-gradient(120deg, #ffffff 31%, #B45309 31%) !important;
	border: none !important;
}

.brxe-tuhsnj.btn-primary {
	background-image: linear-gradient(121deg, #ffffff 25%, #f59f00 25%) !important;
}

.accordion .accordion-title .icon {
	color: #B45309 !important;
}

.gradient-secondary-corner::before {
	background-image: linear-gradient(45deg, #B45309 10%, rgba(0, 0, 0, 0) 10%) !important;
}

.equal-height-tag {
	height: 280px;
}

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

.accordion .accordion-title-wrapper,
.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-google,
.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook {
	border-color: #E5E7EB !important;
}

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

.schema-faq-section {
	padding-bottom: 15px;
}

.main-banner:after {
	z-index: 1 !important;
}

.main-banner {
	position: relative;
}

.main-banner .brxe-container {
	z-index: 9;
}

.footer-second-btn {
	background: #fff !important;
	color: #000 !important;
	text-align: left !important;
}

.card {
	border: 1px solid #E5E7EB !important;
}

.gradient-secondary-corner {
	border-bottom: 15px solid #07639924 !important;
}

.who-we-are-grid ul li {
	width: 21%;
}

.cta-section .main-btn-cta {
	background-image: linear-gradient(121deg, #ffffff 25%, #0D4A80 25%) !important;
	border: 1px solid #fff !important;
}

a.brxe-button.btn-top.bricks-button.md.bricks-background-info.circle {
	background: #0D4A80;
}

.problem-section li {
	width: 21%;
	background: transparent;
	border: none !important;
	box-shadow: none;
}

.problem-section {
	display: flex !important;
	flex-flow: wrap !important;
}

.footer-social-icons .repeater-item a span {
	display: none;
}

.footer-social-icons .repeater-item a {
	padding-right: 10px;
}

.footer-social-icons .repeater-item a i {
	font-size: 20px;
}

.main-button i {
	font-size: 48px !important;
	padding-left: 5px;
	color: #076399;
}

.footer-cta-section i.ion-ios-arrow-round-forward {
	color: #fff;
}

.footer-cta-section h2 {
	margin-top: 30px;
}

.main-banner {
	position: relative;
}

.main-banner:after {
	background: linear-gradient(89deg, #000000de 32%, #ffffff00 100%) !important;
	z-index: 2 !important;
	opacity: 1 !important;
}

.triangle-on-truck {
	position: relative;
}

.triangle-on-truck:before {
	background-image: linear-gradient(135deg, #B45309 10%, rgba(0, 0, 0, 0) 10%) !important;
}

section#mobile-hero {
	padding: 0px !important;
}

section#mobile-hero .brxe-container {
	padding: 0 20px 30px;
}

section#mobile-hero {
	display: none;
}

/* Privacy page content css */

.page-id-951 h2 {
	font-size: 30px;
	margin-bottom: 12px;
	color: #1f2933;
	margin-top: 20px;
}

.page-id-951 h3 {
	margin-bottom: 12px;
	color: #1f2933;
	margin-top: 20px;
}

.page-id-951 #brx-content ul {
	list-style: disc !important;
	margin-left: 30px !important;
	margin-bottom: 20px !important;
}

.page-id-3575 h1 {
	color: #1f2933;
}

.card-contact-info__icon-box ul {
	list-style: disc;
	padding-left: 25px;
	padding-top: 10px;
}

.inner-page-banner-section .second-button-banner {
	background: #0D4A80 !important;
}

.inner-page-banner-section.bg-secondary-triange {
	border-bottom: 20px solid #b45309 !important;
}

.why-us-section-about .card-gaf li {
	width: calc(25% - 45px);
}

.about-why-section-box .card-gaf li h3 {
	text-align: center;
	width: 100%;
	display: block;
}

.about-why-revers li {
	display: flex !important;
	flex-flow: wrap;
}

.trust-about-page img {
	max-width: 150px;
	margin: 0 auto;
}
.about-page-what-we-do .card.card__service .card__services-body .card-services__title-wrap:nth-child(2), .about-page-what-we-do .card.card__service .card__services-body .card-services__title-wrap:nth-child(3){
	display: none;
}
.about-page-what-we-do .card.card__service .card__services-body .card-services__title-wrap:nth-child(1){
	padding-bottom: 20px;
}
.about-page-what-we-do ul li:nth-child(1), .about-page-what-we-do ul li:nth-child(2) {
    width: calc(50% - 20px);
}
.about-page-what-we-do ul li:nth-child(3), .about-page-what-we-do ul li:nth-child(4) , .about-page-what-we-do ul li:nth-child(5){
	width: calc(33.33% - 20px); 
}
.about-comm-res-section ul {
    list-style: disc;
    padding-left: 30px;
}
.page-id-1411 .global-process-section, .page-id-4573 .why-us-section  {
    background: #e9f4ff !important;
}
.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;
}



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



.difference-section .card-gaf__list-item.card {
	display: block;
}

.difference-section {
	display: flex !important;
	flex-flow: wrap;
}

.difference-section li {
	width: 30.33%;
}
.about_history .ctl-icon{
	display: none !important;
}
.about_history .ctl-end, .about_history .ctl-start {
    display: none !important;
}
.team-container .brxe-block {
    width: calc(33.33% - 40px);
}
.team-container {
    flex-direction: column;
    flex-flow: wrap;
}
.overlay-banner:after {
    content: '';
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
	top: 0;
    left: 0;
}
.service-main-images {
    height: 580px !important;
    object-fit: cover !important;
}
.page-id-4523 .review-global-section{
	background: #fff;
}
.service-page-boxes .card__services-body .brxe-klpxyc.brxe-block.card-services__title-wrap:last-child {
    display: none;
}

.text-align-center h3 {
    text-align: center;
    display: block;
    width: 100%;
}
.inner-page-banner-section .bricks-shape-divider-inner svg{
	    fill: hsl(31deg 17.5% 43.13% / 5%) !important;
}
.inner-page-banner-section{
    background-image: linear-gradient(-45deg, #0d4a8017 35%, rgba(0, 0, 0, 0) 35%) !important;
}
div#brxe-82a37e {
    display: block !important;
}
.about_history .timeline-number {
    display: none;
}
.page-id-3256 .map-section, .page-id-4770 .map-section, .page-id-4888 .map-section {
    background: transparent;
}
.inner-services-box .card__services-body .card-services__title-wrap:last-child {
    display: none;
}
.page-id-4770 .why-us-section {
    background: #e9f4ff !important;
}
.cost-ranges ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 12px;
}
.page-id-4778 .global-process-section {
/*     background: #e9f4ff !important; */
}
.page-id-4778 .why-us-section{
	background: #e9f4ff;
}
.page-id-4778  .map-section{
	background: transparent;
}
.metal-roofing .card__services-body .brxe-klpxyc.brxe-block.card-services__title-wrap:last-child {
    display: none;
}
.gallery-section-images img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.sub-head-h3 {
    font-size: 35px !important;
}
.inner-services-box .maintanace-icons img {
    min-height: auto !important;
    max-height: initial !important;
	object-fit: contain;
}


/* Responsive css  */


@media (min-width: 2000px) {
	.single-post .bricks-post-header {
		margin: -230px auto 0 auto;
	}
}

@media (max-width: 1460px) {
	.equal-height-tag {
		height: 340px;
	}
}

@media (max-width: 1450px) {
	#brxe-nzuqct {
		padding-right: 0;
	}

	div#brxe-ukalvj {
		width: 78%;
	}
}

@media (max-width: 1440px) {
	#cool_timeline_1 .ctl-timeline.ctl-timeline-container {
		width: 75% !important;
	}
	.why-us-section-about .card-gaf li {
    width: calc(25% - 40px);
}
}

@media (max-width: 1366px) {
.why-us-section-about .card-gaf li {
    width: calc(25% - 36px);
}
}
@media (max-width: 1280px) {
	.equal-height-tag {
		height: 390px;
	}

	.difference-section li {
		width: 47%;
	}
}

@media (max-width: 1250px) {

	.single-post .bricks-post-header,
	.single-post article.brxe-container {
		max-width: 1024px;
	}
}

@media (max-width: 1220px) {
	#brxe-vpejhr {
		margin-top: 50px !important;
	}
}

@media (max-width: 1140px) {
	.equal-height-tag {
		height: 460px;
	}
}

@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: 1024px) {
		.why-us-section-about .card-gaf li {
		width: calc(25% - 33px);
	}

	.service-page-problem li {
		width: 47%;
	}

	nav#brxe-ggqrls {
		display: none !important;
		width: 0;
	}

	div#brxe-ukalvj {
		width: 100%;
	}

	.logos-slider .splide__slide img {
		max-width: 150px;
		height: 90px;
	}

	.why-us-section-about .card-gaf li {
		width: calc(33.33% - 33px);
	}

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

	.equal-height-tag {
		height: 520px;
	}

}

@media (max-width: 992px) {

	.service-page-problem li:first-child,
	.service-page-problem li:nth-child(2),
	.service-page-problem li:nth-child(3),
	.service-page-problem li:nth-child(4),
	.service-page-problem li:nth-child(5),
	.service-page-problem li:nth-child(6),
	.service-page-problem li:nth-child(7) {
		width: 29.33%;
	}

	.service-page-problem-repair li {
		width: 47%;
	}

	.equal-height-tag {
		height: auto;
	}

	.sub-menu li a {
		line-height: 27px;
		color: #fff !important;
		padding-bottom: 14px;
	}

	#brxe-nzuqct .bricks-site-logo {
		width: 90px !important;
		height: 90px !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: #0D4A80;
	}

	.who-we-are-grid ul li {
		width: 30%;
	}

	.problem-section li {
		width: 30%;
	}

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

	.why-us-section-about .card-gaf li {
		width: calc(50% - 22px);
	}
}

@media (max-width: 850px) {
	.difference-section li {
		width: 100%;
	}

	.why-us-section-about .card-gaf li {
		width: calc(100% - 0px) !important;
	}

	.why-us-section-about img {
		max-width: 200px;
		margin: 0 auto;
	}
}

@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: 768px) {
	.logo-wrapper {
		clip-path: none !important;
	}

	.service-page-problem li:first-child,
	.service-page-problem li:nth-child(2),
	.service-page-problem li:nth-child(3),
	.service-page-problem li:nth-child(4),
	.service-page-problem li:nth-child(5),
	.service-page-problem li:nth-child(6),
	.service-page-problem li:nth-child(7) {
		width: 47%;
	}

	.grid-7__2r-2c li:nth-child(n) {
		grid-column: span 12;
	}

	#brxe-vnchom {
		margin-top: 0;
	}

}

@media (max-width: 767px) {
	.sub-head-h3 {
    font-size: 27px !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));
	}

	.who-we-are-grid ul li {
		width: 100%;
	}

	.problem-section li {
		width: 42%;
		padding: 0;
	}

	.main-banner {
		display: none;
	}

	section#mobile-hero {
		display: block;
		margin-top: 140px;
	}

	#mobile-hero {
		margin: 20px 0;
	}

	#mobile-hero .brxe-block.buttons-inline {
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	#mobile-hero #brxe-iwkryq {
		background-color: #076399;
	}

	#mobile-hero #brxe-ssophs {
		width: 100%;
	}

	.why-us-section .why-comman-section {
		flex-direction: column !important;
	}

	.why-us-section .why-comman-section .brxe-block {
		width: 100% !important;
	}

	.equal-height-tag {
		height: auto;
	}

	#cool_timeline_1 .ctl-timeline.ctl-timeline-container {
		width: 100% !important;
	}
	.about-page-what-we-do ul li{
		width: 100% !important;
	}
	.team-container .brxe-block {
		width: calc(50% - 40px);
	}
	.service-main-images {
		height: auto !important;
	}

}

@media (max-width: 600px) {

	.single-post .bricks-post-header,
	.single-post article.brxe-container {
		max-width: 500px;
	}
}

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

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

	.service-page-problem li {
		width: 100%;
	}
}
@media (max-width: 515px) {
.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{
	    overflow: scroll;
}

}
@media (max-width: 480px) {
	#brxe-wbcipz .bricks-site-logo {
		height: 1.5rem !important;
	}

	.service-page-problem li:first-child,
	.service-page-problem li:nth-child(2),
	.service-page-problem li:nth-child(3),
	.service-page-problem li:nth-child(4),
	.service-page-problem li:nth-child(5),
	.service-page-problem li:nth-child(6),
	.service-page-problem li:nth-child(7) {
		width: 100%;
	}

	.service-page-problem-repair li {
		width: 100%;
	}

	.video-gradient:before {
		background-image: linear-gradient(317deg, #f59f00 16%, rgba(0, 0, 0, 0) 10%) !important;
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: unset;
		pointer-events: none;
		z-index: 999;
		width: 280px;
	}

	.footer-links ul {
		flex-direction: column;
		align-items: center;
	}

	.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%;
	}
	.team-container .brxe-block {
		width: 100%;
	}
}

@media (max-width: 430px) {

	.single-post .bricks-post-header,
	.single-post article.brxe-container {
		max-width: 340px;
	}
}


@media (min-width: 769px) and (max-width: 992px) {
	.grid-7__2r-2c li:nth-child(n) {
		grid-column: span 6;
	}
}

@media (min-width: 1024px) {
	.bricks-nav-menu-wrapper>ul>li:last-child {
		display: none;
	}


}

@media (min-width: 1150px) and (max-width: 1325px) {
	.footer-cta-section .brxe-block.buttons-inline {
		display: block;
		max-width: max-content;
	}

	.footer-cta-section .brxe-button {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1150px) {
	.footer-cta-section .brxe-block {
		width: 100% !important;
	}

	.footer-cta-section .brxe-container {
		flex-direction: column;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.inner-services-box img, .metal-roofing img {
    min-height: 200px !important;
    object-fit: cover !important;
		    max-height: 200px !important;
}
} 
@media (min-width: 992px) and (max-width: 1280px) {
	:where(.brxe-nav-menu) .bricks-nav-menu>li {
		margin: 0 0 0 16px;
	}
}

@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; */
	}
	.inner-services-box img, .metal-roofing img {
    min-height: 320px;
    object-fit: cover !important;
		    max-height: 320px !important;
}
		.comm-services img{
    min-height: 430px;
    object-fit: cover !important;
	max-height: 430px;
}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.single-post .bricks-post-header {
		margin: -70px auto 0 auto;
	}


}