/*

Theme Name: Kidde Fenwal Theme

Description: Child Theme of Avada by Ocreative

Author: Ocreative

Author URI: https://www.ocreative.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

/* Text Styling */

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text li, .white-text .vfb-control-label, .white-text {
	color:#FFF !important;
}

.small-text p {
	font-size:14px !important; 
	line-height:18px !important;
}

.white-links a {color:#FFF !important;}
.white-links a:hover {color:#c22e49 !important;}

.red-links a {color:#c22e49 !important; font-weight:bold !important; text-transform:uppercase !important; font-size:16px !important; line-height:22px !important;}
.red-links a:hover {color:#f3ba5b !important}

.h2-h1 h2 {font-size:65px !important; line-height:71px !important;}

.multi-button a {margin-right:20px !important;}

.large-bold strong {font-size:22px !important; line-height:28px !important;}

/* Button Styling */

.white-outline-button {
    background:transparent !important;
    border:2px solid #FFF !important;
    color:#FFF !important;
    padding:8px 40px !important;
    display:inline-block !important;
	margin-top:15px !important;
}

.white-outline-button:hover {
    color:#000 !important;
    border:2px solid #000 !important;
	background-color:#FFF !important;
}

.yellow-outline-button {
    background:transparent !important;
    border:2px solid #fdb745 !important;
    color:#000 !important;
    padding:8px 40px !important;
    display:inline-block !important;
	margin-top:15px !important;
}

.yellow-outline-button:hover {
    color:#FFF !important;
    border:2px solid #000 !important;
	background-color:#000 !important;
}

.white-button {
    background:#FFF !important;
    border:2px solid #FFF !important;
    color:#000 !important;
    padding:8px 40px !important;
    display:inline-block !important;
	margin-top:15px !important;
}

.white-button:hover {
    color:#FFF !important;
    border:2px solid #FFF !important;
	background-color:transparent !important;
}

/* Link Styling */

.white-link:hover::after {
  width: 25%;
  margin:0px auto;
}

.white-link {
  display: inline-block;
  font-weight:bold;
}

.white-link::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #FFF;
  transition: 300ms;
  margin:0px auto;
}

.black-link:hover::after {
  width: 25%;
  margin:0px auto;
}

.black-link {
  display: inline-block;
  font-weight:bold;
}
 
.black-link::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background:rgba(61,65,69,0.50);
  transition: 300ms;
  margin:0px auto;
}

.yellow-link:hover::after {
  width: 25%;
  margin:0px auto;
}

.yellow-link {
  display: inline-block;
  font-weight:600 !important;
  color:#FFF !important;
}

.black-links .yellow-link {color:#000 !important;}
 
.yellow-link::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background:rgba(253,183,69,1.00);
  transition: 300ms;
  margin:0px auto;
}

/* Misc Styling */

.background-contain .fusion-column-wrapper, .background-contain {
    background-size:contain !important;
    
}

.background-cover .fusion-column-wrapper, .background-cover {
    background-size:cover !important;
    
}

.background-auto .fusion-column-wrapper, .background-auto {
    background-size:auto !important;
    
}

.uppercase {
	text-transform:uppercase !important;
}

/* Text Highlighting Animations */

/* Base style for all highlight classes */
	.highlight-red {
	  /* Set up the animated background */
	  background-repeat: no-repeat;
	  transition: background-size 2s ease-in-out;

	  /* Ensure the background is applied to each line when text wraps */
	  box-decoration-break: clone;
	  -webkit-box-decoration-break: clone;
	}

/* Red highlight */
	.highlight-red {
	  padding:5px 10px !important;
	  margin-top:2px !important;
	  background-image: linear-gradient(90deg, #c22e49 0%, #c22e49 100%);
	  background-size: 0% 100%; /* Start with no highlight */
	  color: #007a7b !important;
	}

/* Optional: For cases where these elements are inside an element with white text */
.white-text .highlight-red {
  color: #FFF !important;
}

/* Custom Bullet List */

.yellow-circle-checklist ul {padding-left:0px !important;}

.yellow-circle-checklist li {
    background: url(/wp-content/uploads/2025/12/ICON-YellowCheckMark@2x.png) no-repeat 2px 0px transparent;
	background-size:34px;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 25px 45px;
    vertical-align: middle;
}

.yellow-circle-checklist strong {color:#c22e49 !important; font-size:20px !important; line-height:26px !important;}


.red-line-checklist ul {padding-left:0px !important;}

.red-line-checklist li {
    background: url(/wp-content/uploads/2025/12/red-line.png) no-repeat 2px 5px transparent;
	background-size:25px;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 15px 35px;
    vertical-align: middle;
}

.red-line-checklist ul li ul li {
	background:none !important; 
	list-style-type:disc !important;
	padding: 5px 0px 5px 0px !important;
	margin-left:20px !important;
}

/* Animation Styling */ 

.resp-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 82.25%;
}

.resp-iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Header Styling */

.utility-menu a {color:#000 !important; margin-right:20px !important;}
.utility-menu a:hover {color:#c22e49 !important;}

.utility-menu .request-quote {background-color:#c22e49 !important; color:#FFF !important; padding:15px 12px 10px 12px !important;}
.utility-menu .request-quote:hover {background-color:#f3ba5b !important; color:#000 !important;}

/* Homepage Styling */

.homepage-header-links a {margin-right:30px !important;}

.featured-industries .flip-box-front {padding-top:440px !important;}

.flip-box-back-inner h3 {margin-bottom:30px !important;}

.flip-box-back-inner {text-align:left !important; padding:40px !important;}

.flip-box-back-inner a {margin-top:50px !important; color:#FFF !important;}
.flip-box-back-inner a:hover {color:#f3ba5b !important}

.flip-box-back-inner a:after{
	  display:inline-block !important;
	  margin-left:.5em !important;
	  font-family: "Font Awesome 6 Free","Font Awesome 5 Free" !important;
	  font-weight: 900 !important;      /* solid */
	  content: "\f178" !important;
	  color:#FFF !important;
}

.flip-box-back-inner a:hover:after{
	  color:#f3ba5b !important;
}

.flip-box-front-inner {font-size:24px !important; line-height:30px !important;}
.flip-box-back-inner p {font-size:16px !important; line-height:22px !important;}

/* .featured-industries .flip-box-front-inner  {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
	height:100% !important;
} */

/* Footer */

.footer-layout p {
	font-size:16px !important; 
	line-height:22px !important;
}

.footer-links p {margin-bottom:7px !important;}

.copyright {color:#434549 !important;}
.copyright a {color:#434549 !important;}
.copyright a:hover {color:#c22e49 !important}

/* Industry Child Pages */

.red-arrow-links a {color:#c22e49 !important;}
.red-arrow-links a:hover {color:#f3ba5b !important}

.red-arrow-links a:after{
	  display:inline-block !important;
	  margin-left:.5em !important;
	  font-family: "Font Awesome 6 Free","Font Awesome 5 Free" !important;
	  font-weight: 900 !important;      /* solid */
	  content: "\f178" !important;
	  color:#c22e49 !important;
}

.red-arrow-links a:hover:after{
	  color:#f3ba5b !important;
}

/* Detection Page */

	/* Sliders */

.swiper-wrapper {padding-bottom:50px !important;}

.key-products {margin-right:-10% !important; width:110% !important}

/* Responsive Styling and Media Queries */

/* Mobile Menu */

.fusion-mobile-menu-icons a {
	font-size:34px !important;
}

/* Media Queries */

@media screen and (max-width:1024px) {
	
	.homepage-header-links a {margin-right:0px !important;}
	
	/* Misc */
	
	.background-removal {background:none !important;}
	
	.border-removal {border:0px !important;}
	
	.multi-button a {margin-right:5px !important;}


	
}

@media screen and (max-width:800px) {
	

}