/*
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
*/

.button-flat {
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-top-wrap {
  min-height: 50px !important;
}
.header-top-text b {
  padding: 0 5px;
  display: inline-block;
}
.header-top-wrap a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.header-wrap {
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.3) !important;
}
.header-logo-wrap {
  width: 260px;
  padding-top: 0;
  padding-bottom: 0;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-logo-wrap img {
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-logo-wrap:before {
  content: '';
  background: url('assets/images/header-logo-bg.webp') no-repeat bottom right;
  width: 1200px;
  height: 200px;
  top: -65px;
  right: -85px;
  position: absolute;
  z-index: 2001 !important;
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-logo-wrap div:first-child {
  margin: -20px 0 0 10px !important;
  padding: 0 !important;
  z-index: 2001;
}
.main-menu {
  height: 75px;
}
.main-menu #menu-main-menu {
  z-index: 2000 !important;
}
.main-menu #menu-main-menu li {
  height: 75px;
}
.main-menu .current-menu-item .menu-text {
  position: relative;
}
.main-menu .current-menu-item .menu-text:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--awb-color4);
  display: block;
  left: 0;
  bottom: -3px;
  position: absolute;
}
@media (max-width: 1150px) {
  .header-logo-wrap:before {
    right: -140px;
  }
  .main-menu #menu-main-menu {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.3) !important;
    overflow: hidden !important;
  }
  .main-menu ul {
    margin-top: 1px !important;
    padding-top: 40px !important;
  }
}
@media (max-width: 1000px) {
  .header-logo-wrap:before {
    height: 145px !important;
    top: -50px;
    right: -150px;
    overflow: hidden;
  }
  .header-logo-wrap {
    width: 180px !important;
    top: 50px !important;
  }
  .header-logo-wrap div:first-child {
    margin-top: -20px !important;
  }
  .header-top-wrap .fusion-column-wrapper {
    justify-content: center !important;
  }
  .header-top-wrap .fusion-text {
    margin: 0 auto !important;
  }
  .main-menu ul {
    padding-top: 60px !important;
  }
}
@media (max-width: 620px) {
  .header-top-wrap .header-top-1,
  .header-top-wrap .header-top-2 {
    display: block;
  }
  .header-top-wrap .header-top-pipe {
    display: none;
  }
}
.z1 {
  position: relative;
  z-index: 1 !important;
}
.angle-large::before {
  content: url('assets/images/angle-f5f5f5.png');
  width: 109px;
}
.angle-large-bottom-right::before {
  right: 0;
  bottom: -8px;
  position: absolute;
  z-index: 1;
}
.angle-large-top-left::before {
  left: 0;
  top: -8px;
  transform: rotate(180deg);
  position: absolute;
  z-index: 1;
}
.vertical-text-metal::after {
  content: "";
  display: block;
  background-image: url('assets/images/vertical-text-metal.png');
  background-size: contain; /* Scales the image to fit the dimensions */
  background-repeat: no-repeat;
  width: 17vw;
  min-width: 100px;
  max-width: 264px;
  aspect-ratio: 264 / 1110;
  right: 0;
  top: 30px;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .angle-large-top-left::before {
    left: -50px;
    top: -8px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 1;
  }
}
.burgundy-i i {
  font-style: normal;
  color: #931212 !important;
}
.checkmark-list-large ul {
  list-style: none; /* Removes default dots */
  padding-left: 20px;
}
.checkmark-list-large li {
  padding: 5px 0;
}
.checkmark-list-large li::before {
  content: "";
  display: inline-block;
  background-image: url('assets/images/white-checkmark.png');
  background-size: contain; /* Scales the image to fit the dimensions */
  background-repeat: no-repeat;
  width: 27px; /* Set your custom width */
  height: 28px; /* Set your custom height */
  margin-top: -5px;
  margin-right: 15px; /* Space between image and text */
  vertical-align: middle;
}
.solutions-section::before {
  content: "";
  display: block;
  background-image: url('assets/images/vertical-text-solutions.png');
  background-size: contain; /* Scales the image to fit the dimensions */
  background-repeat: no-repeat;
  width: 7%;
  min-width: 60px;
  max-width: 117px;
  aspect-ratio: 117 / 909;
  left: 0;
  top: 30px;
  opacity: 0.7;
  position: absolute;
  z-index: 12;
}
.solutions-block {
  position: relative;
}
.solutions-block .fusion-layout-column {
  width: 47.5%;
}
.solutions-block-angle::before,
.solutions-block-second-angle::after {
  content: url('assets/images/angle-f5f5f5.png');
  width: 80px;
}
.solutions-block-angle-bottom-right::before {
  right: 0;
  bottom: -8px;
  position: absolute;
  z-index: 1;
}
.solutions-block-angle-top-left::before {
  left: 0;
  top: -8px;
  transform: rotate(180deg);
  position: absolute;
  z-index: 1;
}
.solutions-block-angle-top-right::before {
  right: 0;
  top: -8px;
  transform: scaleY(-1);
  position: absolute;
  z-index: 1;
}
.solutions-block-angle-bottom-left::after {
  left: 0;
  bottom: -8px;
  transform: scaleX(-1);
  position: absolute;
  z-index: 1;
}
.solutions-image-mobile {
  display: none !important;
}
@media (max-width: 840px) {
  .solutions-block > div:first-of-type {
    background-image: linear-gradient(90deg, var(--awb-color3) 45%,rgba(229,229,229,1) 80%),url('') !important;
  }
  .solutions-image-mobile {
    margin-bottom: 30px;
    display: block !important;
  }
  .solutions-block-content .fusion-layout-column {
    width: 100%;
  }
}

.home-products-section::after {
  content: "";
  display: block;
  background-image: url('assets/images/vertical-text-products.png');
  background-size: contain; /* Scales the image to fit the dimensions */
  background-repeat: no-repeat;
  width: 7%;
  min-width: 60px;
  max-width: 118px;
  aspect-ratio: 118 / 857;
  right: 0;
  top: 30px;
  opacity: 0.7;
  position: absolute;
  z-index: 12;
}
.home-products-section > div:first-of-type {
  position: relative;
  z-index: 30;
}
.product-card > div:first-of-type {
  margin-right: 30px;
}
.product-card-image {
  overflow: hidden;
}
.product-card-image img {
  -moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product-card-image:hover img {
  transform: scale(110%);
}
@media (max-width: 768px) {
  .home-products-section {
    padding-bottom: 10px !important;
  }
  .product-card {
    padding-bottom: 40px;
    width: 100% !important;
  }
}
.panel-profile-card > div:first-of-type {
  padding: 20px;
}
@media (max-width: 1450px) {
  .panel-profiles-section.angle-large-bottom-right::before {
    right: -50px;
    bottom: -8px;
  }
}
@media (max-width: 768px) {
  .panel-profile-card {
    width: 100% !important;
  }
}
.four-steps-section::before {
  content: "";
  display: block;
  background-image: url('assets/images/vertical-text-4-steps.png');
  background-size: contain; /* Scales the image to fit the dimensions */
  background-repeat: no-repeat;
  width: 7%;
  min-width: 60px;
  max-width: 117px;
  aspect-ratio: 117 / 646;
  left: 0;
  top: 30px;
  opacity: 0.7;
  position: absolute;
  z-index: 12;
}
.four-steps-section > div:first-of-type {
  z-index: 15;
}
.four-step-card {
  position: relative;
}
.four-step-1:before {
  content: '';
  width: 300%;
  height: 3px;
  background: #931212;
  display: block;
  left: 50%;
  top: 120px;
  position: absolute;
}
@media (max-width: 1024px) {
  .four-step-card {
    width: 90% !important;
    max-width: 800px;
    padding-left: 160px;
  }
  .four-step-card .fusion-column-wrapper {
    margin-right: 0px !important;
  }
  .four-step-card .fusion-column-wrapper .title-sep-container  {
    display: none !important;
  }
  .four-step-card-image {
    top: 0;
    left: 0;
    position: absolute !important;
  }
  .four-step-card .fusion-title-heading,
  .four-step-card .fusion-text {
    text-align: left !important;
  }
  .four-step-card:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #931212;
    display: block;
    left: 85px;
    top: 50%;
    position: absolute;
  }
  .four-step-4:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .four-step-card {
    padding-left: 120px;
  }
  .four-step-card-image {
    width: 120px;
  }
  .four-step-card:before {
    left: 60px;
  }
  .four-step-4:before {
    display: none;
  }
}
.fusion-page-title-bar {
  position: relative;
}
.fusion-page-title-bar::after {
  content: url('assets/images/angle-f5f5f5.png');
  width: 109px;
  right: -60px;
  bottom: -8px;
  position: absolute;
  z-index: 2000;
}
.products-page-section-left {
  flex: none;
  width: 100% !important;
  max-width: 280px;
}
.products-page-section-right {
  flex: auto;
  width: 100% !important;
  max-width: calc( 100% - 280px );
}
.metal-product-left {
  flex: none;
  width: 100% !important;
  max-width: 320px;
}
.metal-product-right {
  flex: auto;
  width: 100% !important;
  max-width: calc( 100% - 320px );
}
.trim-profiles-card-wrapper {
  padding: 20px 20px 0 !important;
  background-color: #fff;
}
.color-options-left {
  flex: none;
  width: 100% !important;;
  max-width: 260px;
}
.color-options-right {
  flex: auto;
  width: 100% !important;
  max-width: calc( 100% - 260px );
}
.contact-info-col {
  flex: none;
  width: 100% !important;;
  max-width: 340px;
}
.contact-form-col {
  flex: auto;
  width: 100% !important;
  max-width: calc( 100% - 340px );
}
@media (max-width: 1024px) {
  .contact-info-col {
    max-width: 100%;
  }
  .contact-form-col {
    flex: auto;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .products-page-section-left,
  .metal-product-left,
  .color-options-left,
  .contact-info-col {
    width: 100%;
    max-width: 100%;
  }
  .products-page-section-right,
  .metal-product-right,
  .color-options-right,
  .contact-form-col {
    flex: auto;
    max-width: 100%;
  }
}
.fusion-footer {
  position: relative;
  z-index: 2000;
}
.footer-contact-text a,
.footer-contact-text a:hover {
  color: #fff;
}
.footer-menu li,
.footer-menu li:hover,
.footer-menu li span,
.footer-menu li a,
.footer-menu li a span,
.footer-menu li:hover span,
.footer-menu li a:hover,
.footer-menu li a:hover span {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.footer-menu > ul li {
  padding-bottom: 15px !important;
}
.footer-menu > ul li:hover {
  padding-bottom: 15px !important;
  background: transparent !important;
}
.footer-menu li.current-menu-item a span,
.footer-menu li:hover > a span {
  color: var(--awb-color1);
  border-bottom: 0px !important;
}
.footer-menu li.current-menu-item a span {
  border-bottom: 1px solid var(--awb-color1) !important;
}
.footer-text-col p {
  margin-top: 0px;
}
@media (max-width: 840px) {
  .footer-logo-col {
    width: 29% !important;
  }
  .footer-contact-col {
    width: 42% !important;
  }
  .footer-menu-col {
    width: 24% !important;
  }
  .footer-text-col {
    width: 100% !important;
  }
  .footer-text-col > div:first-of-type {
    margin: 0 15px !important;
  }
}
@media (max-width: 700px) {
  .footer-logo-col {
    width: 100% !important;
  }
  .footer-logo-col .fusion-image-element {
    margin-right: 0;
    text-align: center !important;
  }
  .footer-contact-col {
    width: 56% !important;
  }
  .footer-menu-col {
    width: 44% !important;
  }
}
@media (max-width: 500px) {
  .footer-contact-col {
    width: 100% !important;
  }
  .footer-menu-col {
    width: 100% !important;
  }
}