/*
Theme Name: Unitek Global Services
Description: Client of Ocreative Design
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:16px !important; 
	line-height:22px !important;
}

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

.multiple-links a {margin-right:15px !important;}
.multiple-links a:last-child {margin-right:0px !important;}

/* Button Styling */

.white-faded-button {
    background:rgba(255,255,255,0.30) !important;
    border:2px solid #FFF !important;
    color:#FFF !important;
    padding:8px 40px !important;
    display:inline-block !important;
	margin-top:15px !important;
	border-radius: 30px !important;
	font-weight:bold !important;
}

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

.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;
	border-radius: 30px !important;
	font-weight:bold !important;
}

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

.blue-button {
    background:#1e4f92 !important;
    border:2px solid #1e4f92 !important;
    color:#FFF !important;
    padding:8px 40px !important;
    display:inline-block !important;
	margin-top:15px !important;
	border-radius:30px !important;
	font-weight:bold !important;
}

.blue-button:hover {
    color:#FFF !important;
    border:2px solid #31A8DB !important;
	background-color:#31A8DB !important;
}

/* Link Styling */

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

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

.white-link:hover {color:#FFF !important;}

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

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

.blue-link {
  display: inline-block;
  font-weight:bold;
  color:#1e4f92 !important;
}

.blue-link:hover {color:#1e4f92 !important;}

.blue-link::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background:rgba(50,169,212,1.00);
  transition: 300ms;
  margin:0px auto;
}

.white-text .blue-link {color:#FFF !important;}
.white-text .blue-link:hover {color:#FFF !important;}


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

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

.fusion-main-menu {margin-top:50px !important;}

/* Menu Styling */

.fusion-main-menu>ul>li>a {font-weight:800 !important;}

/* Fill Nested Column Space */

.column-fill .fusion-builder-row-inner {
  flex: 1 1 auto !important;   /* shorthand puts grow=1 back */
  /* or, if you prefer just the one property: */
  /* flex-grow: 1 !important; */
}


/* Custom Bullet List */

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

.yellow-checklist li {
    background: url(/wp-content/uploads/2026/05/UniTek_OrangeCheck@2x.png) no-repeat 0px 6px transparent;
	background-size:18px !important;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 6px 28px;
    vertical-align: middle;
}

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

.blue-checklist li {
    background: url(/wp-content/uploads/2026/05/UniTek_BlueCircleCheck_2x.png) no-repeat 0px 0px transparent;
	background-size:32px !important;
    list-style-type: none;
    margin: 0;
    padding: 3px 0px 20px 47px;
    vertical-align: middle;
}

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

/* Homepage */

.collage-background .fusion-column-wrapper {background-position: center 30% !important;}

.blue-callouts p {font-size:22px !important; line-height:28px !important;}

/* Outer Avada column */
.stat-box {
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease;
  overflow: visible !important;
}

/* Inner Avada column wrapper */
.stat-box .fusion-column-wrapper {
  border-top: 4px solid #1f5594 !important;
  border-bottom: 4px solid #1f5594 !important;
  border-left: 2px solid #1f5594 !important; 
  border-right: 2px solid #1f5594 !important; 
  background-color: #ffffff !important;
  color: #1f5594 !important;
  min-height: 230px;
  padding: 24px 44px !important;
  box-sizing: border-box;
  transition: all 0.25s ease;
  overflow: visible !important;
}

.stat-box-left .fusion-column-wrapper {
  border-left: 4px solid #1f5594 !important; 
  border-right: 2px solid #1f5594 !important; 
}

.stat-box-right .fusion-column-wrapper {
  border-left: 2px solid #1f5594 !important; 
  border-right: 4px solid #1f5594 !important; 
}

.stat-box-top .fusion-column-wrapper {
	border-bottom: 2px solid #1f5594 !important;
}

.stat-box-bottom .fusion-column-wrapper {
	border-top: 2px solid #1f5594 !important;
}


/* Text styling */
.stat-box .stat-number {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 8px;
  color: inherit !important;
}

.stat-box .stat-text {
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
  color: inherit !important;
}

/* Hover movement */
.stat-box:hover {
  transform: translateY(-8px);
  z-index: 9999;
}

/* Hover visual style */
.stat-box:hover .fusion-column-wrapper {
  background-color: #245693 !important;
  color: #ffffff !important;
  box-shadow: 10px 10px 0 #f7941d;
  border-color: #245693 !important;
}

/* Let the orange shadow escape the row/container */
.fusion-row,
.fusion-builder-row,
.fusion-flex-container,
.fusion-fullwidth,
.fusion-layout-column,
.fusion-column-wrapper {
  overflow: visible !important;
}

.stat-box:hover {
  position: relative;
  z-index: 99999 !important;
}

.stat-box:hover .fusion-column-wrapper {
  position: relative;
  z-index: 99999 !important;
}

/* Homepage Flipboxes */

.fusion-flip-boxes .fusion-flip-box .flip-box-back, .fusion-flip-boxes .fusion-flip-box .flip-box-front {border-radius:0px !important;}

.fusion-flip-boxes p {font-size:17px !important; line-height:23px !important;}

.flip-box-front {text-align:left !important;}

.flip-box-front h5 {position:absolute !important; bottom:30px !important; }

.flip-box-back {text-align:left !important; padding-top:20% !important;}

.flip-box-back .white-link {margin-top:20px !important;}

/* UniTek Divisions Carousel */

.unitek-divisions-carousel {
  position: relative;
  width: 100%;
}

.unitek-divisions-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.unitek-divisions-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 28px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.unitek-divisions-carousel__slide {
  flex: 0 0 auto;
  display: flex;
}

.unitek-divisions-carousel__slide > * {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  box-sizing: border-box;
}

.unitek-divisions-carousel__slide > * .fusion-column-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* External button wrapper */
.unitek-divisions-carousel-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 54px;
}

/* Square orange carousel buttons */
.unitek-divisions-carousel__nav {
  width: 73px;
  height: 73px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f28c00;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #ffffff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  position: relative;
  transition: opacity 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
}

/* Hide the text chevron visually if you keep ‹ and › in the HTML */
.unitek-divisions-carousel__nav {
  font-size: 0;
  line-height: 0;
}

/* Draw the white chevron */
.unitek-divisions-carousel__nav::before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  display: block;
}

/* Previous arrow */
.unitek-divisions-carousel__nav--prev::before {
  transform: rotate(-45deg);
  margin-left: 8px;
}

/* Next arrow */
.unitek-divisions-carousel__nav--next::before {
  transform: rotate(135deg);
  margin-right: 8px;
}

.unitek-divisions-carousel__nav:hover {
  background: #e58400;
  transform: none;
}

.unitek-divisions-carousel__nav[disabled] {
  opacity: 0.35;
  cursor: default;
}

.unitek-divisions-carousel__nav[disabled]:hover {
  background: #f28c00;
}

/* Mobile */
@media (max-width: 767px) {
  .unitek-divisions-carousel-buttons {
    gap: 16px;
  }

  .unitek-divisions-carousel__nav {
    width: 56px;
    height: 56px;
  }

  .unitek-divisions-carousel__nav::before {
    width: 17px;
    height: 17px;
    border-top-width: 4px;
    border-left-width: 4px;
  }

  .unitek-divisions-carousel__nav--prev::before {
    margin-left: 6px;
  }

  .unitek-divisions-carousel__nav--next::before {
    margin-right: 6px;
  }
}

/* End UniTek Divisions Carousel */
/* End Slider */

/* Services Page */

.arrow-bar img {margin:18px 15px 0 10px !important;}

/* Division Pages */

.third-tier-header h1 {font-size:68px !important; line-height:76px !important;}

.anchor-menu strong:first-child {font-size:23px !important; line-height:30px !important; margin-right:25px !important;}
.anchor-menu a {color:#1d4f91 !important; margin-right:25px !important;}
.anchor-menu a:hover {color:#ed8b00 !important;}

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

/* About Page */

.page-id-18 .flip-box-front-inner .flip-box-heading::after {
  content: "❯";
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

.fusion-accordian .panel-heading .panel-title a {color:#1d4f91 !important;}
.fusion-accordian .panel-heading .panel-title a:hover {color:#ed8b00 !important;}

/* News */

.blog-links a:hover::after {
  width: 25%;
  margin:0px auto;
}

.blog-links a {
  display: inline-block;
  font-weight:bold;
  color:#1e4f92 !important;
}

.blog-links a:hover {color:#1e4f92 !important;}

.blog-links a::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background:rgba(50,169,212,1.00);
  transition: 300ms;
  margin:0px auto;
}

/* Footer Area */

.footer-social-area img {margin-right:20px !important;}

/* Responsive Styling and Media Queries */


/* Mobile Menu */

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


/* Media Queries */

@media screen and (max-width:1440px) {
	
	.fusion-header-wrapper .fusion-row {
		padding-left:2% !important; 
		padding-right:2% !important;
	}
	
		/* Font Styling */
	
		h1 {font-size:54px !important; line-height:62px !important;}
		h2, .third-tier-header h1 {font-size:48px !important; line-height:56px !important;}
		h3 {font-size:42px !important; line-height:50px !important;}
		h4 {font-size:36px !important; line-height:44px !important;}
		h5 {font-size:30px !important; line-height:38px !important;}
		h6 {font-size:23px !important; line-height:31px !important;}
		.large-bold strong {font-size:22px !important; line-height:30px !important;}
		p, li, ul {font-size:17px !important; line-height:25px !important;}
		.small-text p {font-size:15px !important; line-height:21px !important;}

		.blue-callouts p {font-size:20px !important; line-height:26px !important;}

		.stat-box .stat-number {
		  font-size: 32px;
		  line-height: 1;
		  font-weight: 800;
		  margin-bottom: 8px;
		  color: inherit !important;
		}

		.stat-box .stat-text {
		  font-size: 22px;
		  line-height: 1.18;
		  font-weight: 700;
		  color: inherit !important;
		}

		.fusion-flip-boxes p {font-size:16px !important; line-height:22px !important;}

		.anchor-menu strong:first-child {font-size:20px !important; line-height:28px !important; margin-right:20px !important;}
		.leadership-name .large-bold strong {font-size:25px !important; line-height:33px !important;}
	
		.fusion-body #wrapper .fusion-title p.title-heading-tag {font-size:20px !important; line-height:26px !important;}
		.post-card .blue-link {font-size:20px !important; line-height:28px !important;}
	
		.fusion-body .fusion-accordian .panel-title {font-size:21px !important; line-height:27px !important;}

		/* About Page */

		.page-id-18 .flip-box-front-inner .flip-box-heading::after {
		  font-size: 22px;
		}
	
		.proven-construction h3 {font-size:30px !important; line-height:38px !important;}

		.arrow-bar img {margin:8px 15px 0 10px !important;}

	
}

@media screen and (max-width:1280px) {
	
		h1 {font-size:52px !important; line-height:60px !important;}
		h2, .third-tier-header h1 {font-size:46px !important; line-height:54px !important;}
		h3 {font-size:40px !important; line-height:48px !important;}
		h4 {font-size:34px !important; line-height:42px !important;}
		h5 {font-size:28px !important; line-height:36px !important;}
		h6 {font-size:22px !important; line-height:30px !important;}
		.large-bold strong {font-size:21px !important; line-height:29px !important;}
	
	.blue-callouts h5 {font-size:26px !important; line-height:34px !important;}
	
	.proven-construction h3 {font-size:28px !important; line-height:38px !important;}
	
	.arrow-bar img {margin:7px 15px 0 10px !important;}
	
}


@media screen and (max-width:1024px) {
	
	.anchor-menu a {display:block !important; margin-right:0px !important; margin-top:5px !important;}
	
	.stat-box .fusion-column-wrapper, .stat-box-top .fusion-column-wrapper, .stat-box-bottom .fusion-column-wrapper, .stat-box-left .fusion-column-wrapper, .stat-box-right .fusion-column-wrapper {border-top:2px solid #1f5594 !important; border-right:4px solid #1f5594  !important; border-left:4px solid #1f5594 !important; border-bottom:2px solid #1f5594 !important;}
	
	.stat-box-top:first-child .fusion-column-wrapper {border-top:4px solid #1f5594 !important;}
	.stat-box-bottom:last-child .fusion-column-wrapper {border-bottom:4px solid #1f5594 !important;}
	
	.safety-background {background:linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(https://unitek.clientwebproof.com/wp-content/uploads/2026/05/UniTek_Homepage_Safety-2560.jpg) !important; background-position:center center !important; background-size:cover !important;}
	
	.one-partner {background:linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(https://unitek.clientwebproof.com/wp-content/uploads/2026/05/UniTek_Services_AccountabilitySection.jpg) !important; background-position:center center !important; background-size:cover !important;}
	
	.safety-starts {background:linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 100%), url(https://unitek.clientwebproof.com/wp-content/uploads/2026/05/UniTek_Safety_U_Background-2560.jpg) !important; background-position:center center !important; background-size:cover !important;}
	
	.built-in-field {background:linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 100%), url(https://unitek.clientwebproof.com/wp-content/uploads/2026/05/UniTek_About_Built-in-Field-2560.jpg) !important; background-position:center center !important; background-size:cover !important;}
	
	
	.multiple-links a {margin-right:0px !important;}
	.multiple-links a:last-child {margin-right:0px !important;}
	
	/* Misc */
	
	.background-removal {background:none !important;}
	
	.border-removal .fusion-column-wrapper, .border-removal {border:0px !important;}
	
	/* Font Styling */
	
	h1 {font-size:38px !important; line-height:46px !important;}
	h2, .third-tier-header h1 {font-size:38px !important; line-height:46px !important;}
	h3 {font-size:34px !important; line-height:42px !important;}
	h4 {font-size:30px !important; line-height:38px !important;}
	h5 {font-size:27px !important; line-height:35px !important;}
	h6 {font-size:22px !important; line-height:28px !important;}
	p, li, ul {font-size:16px !important; line-height:24px !important;}
	.large-bold strong {font-size:20px !important; line-height:28px !important;}
	.small-text p {font-size:14px !important; line-height:22px !important;}
	
	.blue-callouts p {font-size:20px !important; line-height:26px !important;}
	
	.stat-box .stat-number {
	  font-size: 32px;
	  line-height: 1;
	  font-weight: 800;
	  margin-bottom: 8px;
	  color: inherit !important;
	}

	.stat-box .stat-text {
	  font-size: 22px;
	  line-height: 1.18;
	  font-weight: 700;
	  color: inherit !important;
	}
	
	.fusion-flip-boxes p {font-size:16px !important; line-height:22px !important;}
	
	.anchor-menu strong:first-child {font-size:20px !important; line-height:28px !important; margin-right:20px !important;}
	.leadership-name .large-bold strong {font-size:25px !important; line-height:33px !important;}
	
	.fusion-body #wrapper .fusion-title p.title-heading-tag {font-size:19px !important; line-height:25px !important;}
	
	.fusion-body .fusion-accordian .panel-title {font-size:19px !important; line-height:25px !important;}

	/* About Page */

	.page-id-18 .flip-box-front-inner .flip-box-heading::after {
	  font-size: 22px;
	}
	
	/* Careers */
	
	.career-benefits ul {margin-top:0px !important;}
	
	/* Menu and Header */
	
	.fusion-mobile-menu-icons a {margin-top:40px !important;}
	
	/* Footer */
	
	.fusion-footer {text-align:center !important;}


	
}