/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.search-button
{
	right:0!important;
}

.commercial .ipm-Commercial-Painting-Services:before, .commercial .ipm-Commercial-Finishing-Services:before
{
	background:url('/wp-content/uploads/2025/11/What-Our-Customers-Say_Arrow-Back-Shape_Blue.svg');
	background-repeat:no-repeat;
	padding: 25px 34px 40px 32px;
}

.project-gallery .fusion-load-more-button
{
	width: 100%;
    max-width: 270px;
    margin: 0 auto;
	border-radius:10px;
}

.project-gallery .fusion-load-more-button:before {
    content: 'Load More Projects';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
}

.ticker:before {
    content: '';
    background: url(/wp-content/uploads/2025/12/Painting-the-Midwest-One-Project-at-a-Time_brush.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: -120px;
    right: -85px;
}

.nav-social .fusion-megamenu-icon i
{
	background: transparent;
    padding: 0px 8.5px !important;
    border-radius: 6px;
	border: 1px solid #485278;
}

.nav-social .fusion-megamenu-icon i:hover
{
	background:#485278!important;
}

.nav-social .fusion-megamenu-icon i:hover:before
{
	color:#fff!important;
}

.nav-social .fusion-megamenu-icon i:before
{
	color:#333!important;
}

.nav-social {
    margin-right: 0px!important;
}

.affiliation-block .fusion-gallery-image:hover {
    box-shadow: 2px 7px 7px rgba(59,150,196,0.25);
}

.cta-block:after {
    content: '';
    background: url(/wp-content/uploads/2025/11/Brush.png);
    position: absolute;
    right: -85px;
    width: 460px;
    height: 285px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -122px;
}

.service-odd-block:before, .service-even-block:before {
    content: '';
    background: #3b96c4;
    position: absolute;
    width: 6px;
    height: 85%;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 3px;
}

.service-odd-block:before {
    left: 35px;
}

.service-even-block:before {
    right: 35px;
}

.industry p {
    min-height: 110px;
}

.estimate-btn .button-icon-divider-left {
    right: 10px!important;
    border-right: 0px!important;
	left:unset!important;
}

.estimate-btn .fusion-button-text-left
{
	position: relative;
    left: -20px;
	font-weight:400!important;
	padding-left:25px!important;
}

.follow-txt
{
	margin: 0!important;
    pointer-events: none;
}

.follow-txt .menu-text {
    text-transform: none;
    font-size: 16px !important;
    font-weight: 500;
}

.featured-title .fusion-title
{
	position:relative!important;
}

.industry-section:hover .industry .fusion-column-wrapper {
    background: #3b96c4;
}

.industry-section:hover .industry h3, .industry-section:hover .industry p
{
	color:#fff!important;
}

.industry-block .fusion-column-inner-bg:hover ~ .fusion-column-wrapper p
{
	color:#fff!important;
}

.industry-block .fusion-column-inner-bg:hover ~ .fusion-column-wrapper i:before, .impact-counter .fusion-counter-box:hover .content-box-counter
{
	color:#3b96c4!important;
}

.highlighted-txt
{
	color:#3b96c4!important;
	font-weight:600;
}

.industry-block .fusion-column-inner-bg:hover ~ .fusion-column-wrapper i
{
	background:#fff!important;
}

.industry-block .fusion-column-inner-bg ~ .fusion-column-wrapper i
{
	filter: drop-shadow(0 0 12.5px rgba(0,0,0,0.08));
}

.impact-service:hover .ipm-Commercial-Painting-Services:before, .impact-service:hover .ipm-Commercial-Finishing-Services:before
{
	background:url('/wp-content/uploads/2025/11/What-Our-Customers-Say_Arrow-Back-Shape_White.svg');
	filter: drop-shadow(1.854px 5.706px 10px rgba(0,0,0,0.16));
	color:#3b96c4!important;
	background-repeat: no-repeat;
    padding: 25px 34px 40px 32px;
}

.commercial:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/Our-Services_Left-up-shapw-1.png);
    position: absolute;
    left: -65px;
    top: -75px;
    width: 340px;
    height: 170px;
    background-repeat: no-repeat;
    z-index: -1;
}

.commercial:after {
    content: '';
    background: url(/wp-content/uploads/2025/11/Our-Services_right-down-shape-1.png);
    position: absolute;
    right: -60px;
    bottom: -55px;
    width: 475px;
    height: 260px;
    background-repeat: no-repeat;
    z-index: -1;
}

.swiper-slide img{
    height: 100%;
    max-height: 450px;
	object-fit:cover;
}

.fusion-image-carousel
{
	margin-bottom:0px!important;
}

.fusion-tb-categories:before, .fusion-tb-tags:before {
    font-weight: 400;
    font-family: 'impact';
    font-size: 18px;
}

.fusion-tb-categories:before {
    content: 'Location: ';
}

.fusion-tb-tags:before
{
	content: 'Project Type: ';
}

.featured-project .fusion-title:after {
    content: "\e90b";
    font-family: 'impact-kc' !important;
    background: #fff;
    color: #3b96c4;
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    padding: 3px 5px 12px 10px;
    transition: 0.5s 
ease-in;
    font-size: 20px;
}

.featured-project:hover .fusion-title:after
{
	transform:rotate(45deg);
}

.featured-project:hover .featured-title .fusion-column-wrapper
{
	background: #3b96c4;
}

.industry-block .fusion-column-anchor:hover .fusion-column-inner-bg-image
{
	background-color: #3b96c4;
}

.fusion-search-submit
{
	color: #00a8b7!important;
}

.ipm-right-up:before
{
	font-size:20px!important;
}

.search-field input
{
	padding-left:25px!important;
}

.quk-form .nf-field-container
{
	margin-bottom:0px!important;
}

.ftr-form .nf-field-container
{
	margin-bottom:15px!important;
}

.quk-form .nf-form-content
{
	padding-bottom:0px!important;
}

.quk-form .button-icon-left
{
	margin-right:10px!important;
}

.ftr-form textarea
{
	height:105px!important;
}

.ftr-form .content-box-column
 {
    margin-bottom: 10px !important;
 }

.service-icon
{
	opacity:0!important;
	margin-bottom:-40px!important;
}

.service-block
{
	min-height:270px!important;
}


.ftr-form .nf-field-container {
    margin-bottom: 15px !important;
}

.services .fusion-column-wrapper .fusion-layout-column:hover h4
{
	color:#fff!important;
}

.services .fusion-column-wrapper .fusion-layout-column:hover .service-icon
{
	opacity:1!important;
	margin-bottom:0px!important;
}

.services .fusion-column-wrapper .fusion-layout-column:hover img
{
	filter: brightness(5)!important;
}

.why-counter .content-box-counter:before {
    content: '';
    background-color: #e9e3ef;
    width: 84px;
    height: 84px;
    position: absolute;
    border-radius: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fusion-counter-box
{
	padding-right:30px!important;
}

.fusion-counter-box:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 80%;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 20%);
    bottom: 0;
    margin: auto 0;
}

.display-counter, .unit
{
	font-weight:400!important;
	font-family: "Impact";
	position:relative;
}

.counter-box-container
{
	padding:20px 0px!important;
}


.counter-box-icon, .privacy
{
	margin-bottom:25px!important;
}

.counter-box-icon:before {
    border: 1px dashed #3b96c4;
    padding: 10px;
}

.privacy .wp-block-heading {
    margin-bottom: 10px;
}

.mb-br, .home .fusion-page-title-bar, .fusion-counter-box:nth-child(4) .display-counter
{
	display:none!important;
}

.ftr-form a, .ftr-copy a
{
	color:#fff!important;
}

.ftr-form a:hover, .ftr-copy a:hover
{
	color:#3b96c4!important;
}

.quk-form .nf-error .nf-error-msg
{
    position: absolute;
    top: -80px;
}

.quk-form .nf-error-field-errors
{
    position: absolute;
    bottom: -20px;
}

.quk-form .nf-cell .nf-field-element:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,0.15);
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.quk-form .submit-wrap .nf-field-element:after
{
	display:none!important;
}

.quk-form .nf-field-container select:focus,
.quk-form .nf-field-container select:active {
background-color: #3b96c4!important; 
color: #fff!important;
}

.quk-form .nf-cell
{
	width:16.6%!important;
}

.quk-form .nf-form-content .list-select-wrap .nf-field-element > div {
	background: transparent;
	color:#fff;
	opacity:1;
	border-radius:8px!important;
}

.quk-form .nf-form-content select.ninja-forms-field option {
	background: #3b96c4;
	color:#fff;
	opacity:1;
	border-radius:8px!important;
}

.quk_form .nf-form-content select.ninja-forms-field:focus {
	background: transparent !important;
	color:#fff;
	opacity:1;
	border-radius:8px!important;
}

.ftr-form  .nf-form-content .list-select-wrap .nf-field-element > div {
	background: #fff;
	color:#333!important;
	border-radius:8px!important;
}

.ftr-form .nf-form-content select.ninja-forms-field option {
	background: #fff;
	color:#333!important;
	border-radius:8px!important;
}

.ftr-form .nf-form-content select.ninja-forms-field:focus {
	background: #fff!important;
	color:#333!important;
	border-radius:8px!important;
}

.quk-form .nf-form-content .list-select-wrap > div div::after {
	content: "\f0d7" !important;
	color: #fff !important;
}

.ftr-form .nf-form-content .list-select-wrap > div div::after {
	content: "\f0d7" !important;
	color: #333 !important;
}

.quk-form ::-webkit-input-placeholder { /* Edge */
  color: #fff!important;
  opacity:1!important;
}

.quk-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
  opacity:1!important;
}

.quk-form ::placeholder {
  color: #fff!important;
  opacity:1!important;
}

.ftr-form ::-webkit-input-placeholder { /* Edge */
  color: #333!important;
  opacity:1!important;
}

.ftr-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333!important;
  opacity:1!important;
}

.ftr-form ::placeholder {
  color: #333!important;
  opacity:1!important;
}

.white-txt-link a:hover
{
	text-decoration:underline;
}

.ftr-form .delete
{
	color:#e3614e!important;
}

.ftr-form .delete:hover
{
	color:#ebebed!important;
}

.bg-shadow .fusion-imageframe:after, .slide-img-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 84.4%;
    background: url(/wp-content/uploads/2025/06/Shadow.png);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-img-block:after {
    width: 100%!important;
}

.impact-row-one .fusion-counter-box:nth-child(1) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/73000.svg);
 }

.impact-row-one .fusion-counter-box:nth-child(2) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/725.svg);
 }

.impact-row-one .fusion-counter-box:nth-child(3) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/89.svg);
 }

.impact-row-one .fusion-counter-box:nth-child(4) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/2036.svg);
 }

.impact-row-one .fusion-counter-box:nth-child(5) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/750.svg);
 }

.impact-row-one .fusion-counter-box:nth-child(6) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/62.svg);
 }

.impact-row-two .fusion-counter-box:nth-child(1) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/80.svg);
 }

.impact-row-two .fusion-counter-box:nth-child(2) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/91.svg);
 }

.impact-row-two .fusion-counter-box:nth-child(3) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/700.svg);
 }

.impact-row-two .fusion-counter-box:nth-child(4) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/90.svg);
 }

.impact-row-two .fusion-counter-box:nth-child(5) .fa-home:before
 {
    content: url(/wp-content/uploads/2025/06/4829.svg);
 }

.recovery-place
{
  background-position: right -25% center!important;
}

.ftr-form ::-webkit-input-placeholder { /* Edge */
  color: #333!important;
  opacity:1!important;
}

.ftr-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333!important;
  opacity:1!important;
}

.ftr-form ::placeholder {
  color: #333!important;
  opacity:1!important;
}

.impact-counter .fusion-counter-box:nth-child(5) .display-counter:before {
    content: '$';
}

@media only screen and (max-width:767px)
{
	h1
	{
		font-size:34px!important;
		line-height:1.3!important;
	}
	
	h2
	{
		font-size:30px!important;
		line-height:1.3!important;
	}
	
	h3
	{
		font-size:24px!important;
	}
	
	h4
	{
		font-size:20px!important;
	}
	
	p, li, .fusion-button, .counter-box-content
	{
		font-size:14px!important;
		line-height: 22px!important;
	}
	
	.display-counter, .unit
	{
		font-size:24px!important;
	}
	
	.industry-block p
	{
		font-size:16px!important;
	}
	
	.counter-box-container
    {
	padding:0px!important;
    }
	
	.fusion-counters-box .content-box-counter
	{
		line-height:32px!important;
	}
	
	.ftr-form .nf-field-container
	{
		margin-bottom:0px!important;
	}
	
	.ftr-form .fusion-content-boxes .heading
	{
		margin-bottom:5px!important;
	}
	
	.ftr-copy p
	{
		margin:0px!important;
	}
	
	#ftr-contact img
	{
		width:280px!important;
	}
	
	#ftr-contact .menu-item
	{
		padding-bottom:0px!important;
	}
	
	.mb-br
	{
		display:block!important;
	}
	
	.sep, .lg-br, .hm-certificate .awb-background-pattern, .fusion-counter-box:after
	{
		display:none!important;
	}
	
	.service-block
    {
	min-height:auto!important;
    }
	
	.fusion-tb-footer  .ctct-disclosure {
	max-width: 100% !important;
   }
	
	.service-odd-block:before {
    left: 20px;
    }
   
     .service-even-block:before
	{
		right:20px;
	}
	
	.swiper-slide img {
    height: 100%;
    max-height: 150px;
    object-fit: cover;
    }
	
	.industry-block .fontawesome-icon
	{
		font-size:32px!important;
	}
	
	.impact-counter .fusion-counter-box:not(:last-child)
	{
		width:50%!important;
		float:left!important;
		padding-right:0px!important;
		margin:20px 0px!important;
	}
	
	.impact-counter .fusion-counter-box:last-child
	{
		float:left;
		width:100%;
		padding:0px!important;
		margin:20px 0px!important;
	}
	
	.affiliation-gallery .fusion-gallery div:nth-child(11)
	{
		width:100%!important;
	}
	
	.affiliation-gallery .fusion-gallery div:nth-child(11) .fusion-gallery-image
	{
		width:50%!important;
		margin:auto!important;
	}
	
	.industry-block .fusion-text {
       min-height: 45px;
     }
	
	.featured-project .fusion-title:after
	{
		padding:7px 5px 8px 10px!important;
	}
	
	.industry-block .fb-icon-element {
    --awb-width: 60px !important;
    --awb-height: 60px !important;
		line-height:60px!important;
    }
	
	.cta-block:after
	{
		width:340px!important;
		height:210px!important;
	}
	
}


@media screen and (min-width: 800px) {
.newletterform .ctct-form-field {
	width: 28%;
	float: left;
	padding-right: 15px;
}

.newletterform .ctct-form-field.ctct-form-field-submit {
	width: 15% !important;
    padding-right: 0  !important;
  }
}

@media only screen and (max-width:1024px) and (min-width:580px)
{
	h1
	{
		font-size:34px!important;
		line-height:1.3!important;
	}
	
	h2
	{
		font-size:27px!important;
		line-height:1.3!important;
	}
	
	h3
	{
		font-size:22px!important;
	}
	
	h4
	{
		font-size:18px!important;
	}
	
	p, #menu-footer-menu li, .nf-element, li, .fusion-button
	{
		font-size:14px!important;
		line-height: 22px!important;
	}
	
	.fusion-li-item .icon-wrapper
	{
		height:26px!important;
		width:26px!important;
	}
	
	.display-counter, .unit
	{
		font-size:30px!important;
	}
	
	.counter-box-content
	{
		font-size:16px!important;
		line-height:20px!important;
	}
	
	.form-block .nf-cell
	{
		width:100%!important;
	}
	
	    .slide-box iframe {
        width: 450px !important;
        height:240px !important;
    }
	
	.sep
	{
		display:inline-block!important;
	}
	
	.mb-br, .fusion-counter-box:after
	{
		display:none!important;
	}
	
.swiper-slide img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    }
	
	.featured-project .fusion-title:after
	{
		padding:7px 5px 7px 10px!important;
	}
	
	.industry-block .fb-icon-element {
    --awb-width: 60px !important;
    --awb-height: 60px !important;
		line-height:60px!important;
    }
	
	.impact-counter .fusion-counter-box:nth-child(4), .impact-counter .fusion-counter-box:nth-child(5)
	{
		float:left;
		width:50%!important;
	}

}

@media only screen and (max-width:1500px) and (min-width:1380px)
{
	
	.ftr-copy
	{
		--awb-padding-right: 3%!important;
        --awb-padding-left: 3%!important;
	}
	
	.quk-form h4
	{
		font-size:20px!important;
	}
	
}

/******** Mobile Footer Block Code ********/

@media only screen and (max-width: 800px) {
 .mobilepopup {
    display: block !important;
  }  
}
.mobilepopup {
	background: #3b96c4;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	display: none;
  left: 0;
  right: 0;
}

.popup-title {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 18px !important;
	letter-spacing: 0.8px !important;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

.popup-title a, .popup-title a:hover {
	color: #FFFFFF !important;
}

.mobile img, .mobile span {
	vertical-align: middle;
}

.mobile.sms{
	border-right: 1px solid #FFF;
}

.mobile {
	width: 50%;
	float: left;
	text-align: center;  
}

.mobile img {
	display: inline-block;
  width: 32px;
}

.mobile span {
	margin-left: 8px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}

.mobile a {
	padding: 20px 0;
	display: block;
}

.mobile {
	width: 50%;
	float: left;
	text-align: center;
}