/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


.text-primary,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6{
  color: #e52420
}

.wp-block-heading{
  font-size: 1rem;
}

.headline:after,
.headline h1:after,
.headline h2:after,
.headline h3:after,
.headline h4:after,
.headline h5:after,
.headline h6:after,
.wp-block-heading:after {
  content: "";
  border-bottom: 2px solid #e52420;
  display: block;
  width: 45px;
  margin-top: 15px;
}

div.footer-widget{
  padding-block-end: 0.75rem;
}


.download{
  margin-bottom: 35px;
}
.download h4{
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
}
.dl-image{
  position: relative;
}
  .dl-image span{
    display: block;
    text-align: center;
    position: absolute;
    font-weight: bold;
    width: 100%;
    top: 25px;
    text-decoration: none;
    color: #3b3e43;
  }
    .dl-image span h6{
      font-size:14px;
      margin: 0;
    }
.dl-image img{
  width:100%;
  height: auto;
}

.dl-image + h4{
  font-size: 1rem;
  font-weight: 700;
}

.menu-downloads{
  list-style: none;
  text-align: center;
  margin-bottom:35px;
}
  .menu-downloads li{
    display: inline-block;
  }
    .menu-downloads li a{
      padding:15px;
      color:#3b3e43;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
    }
      .menu-downloads li a:hover, .menu-downloads li.current a{
        color: #e52420;
      }

h4.vcex-feature-box-heading{
  margin-bottom: 1rem;
}
.vcex-feature-box-text h3{
  margin-top: 1rem;
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover{
  background-color: #e52420;
}

#look-overlay{
  position: absolute;
  width: 100%;
  z-index: 10;
  background: rgba(255,255,255,0.95);
}
#look-overlay .info-box{
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
#look-overlay .look-overlay-logo{
  max-width: 120px;
  height: auto;
  margin-bottom: 20px;
}
#look-overlay .info-box h2{
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#look-overlay .info-box p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
#look-overlay .look-overlay-buttons{
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#look-overlay .look-overlay-buttons a{
  display: inline-block;
  padding: 12px 40px;
  background: #e52420;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#look-overlay .look-overlay-buttons a:hover{
  background: #c91e1a;
}

.home .menu-item-724 a{
  color: var(--wpex-main-nav-link-color, var(--wpex-text-2))!important;
}

.vc_separator.vc_separator_align_center h4{
  font-size: 1rem;
  font-weight: 800;
}

.vc_separator.vc_separator_align_center.light h4{
  font-weight: 300;
}

.wpex-highlight{
  display: block;
  font-weight: 300;
  color: #c91e1a;
}

.wpex-bg-accent, .wpex-hover-bg-accent:hover{
  background: none;
}

.blog-entry-media-img.wpex-align-middle{
  width: 100%;
}