/*
 Theme Name:   Squad GP Starter Theme
 Theme URI:    https://generatepress.com
 Description:  Squad GP Starter Theme (a Generate Press child theme)
 Author:       The Marketing Squad
 Author URI:   https://themarketingsquad.com
 Template:     generatepress
 Version:      0.1
*/

/*
    **** TABLE OF CONTENTS ****
    1. Header
    2. General
    3. Utility

*/

.site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
}

.main-navigation .main-nav ul li a {
    text-transform: uppercase;
}

.customWrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

.customWrap p {
    margin-bottom: 1em;
}

.customWrap p:last-child {
    margin-bottom: 0;
}

.wave-bg {
    color: #fff;
    background-position: top;
    background-size: cover;
    background-color: #AD0A1B;
    position: relative;
    margin-top: 150px;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.wave-bg::before {
    content: "";
    background-image: url(/wp-content/uploads/2023/10/Subtraction-5.png);
    margin-bottom: 50px;
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    top: -200px;
}

ul.disc-icon,
.single-brands .site ul {
    margin-left: 1.2em;
    list-style: none;
}

.disc-icon li,
.single-brands .site li {
    text-indent: 1.2em;
    margin-bottom: 1em;
}

.disc-icon li::before,
.single-brands .site li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #AD0A1B;
    display: inline-block;
    margin-right: 0.5em;
}

body .more-link a, body a.more-link {
    text-transform: uppercase;
    border-radius: 3px !important;
    transition: .2s;
}

body .red-btn a, body a.red-btn {
    background-color: #AD0A1B !important;
    color: #fff !important;
}

body .small-btn {
    font-size: 14px;
}

body .red-btn a:hover, body a.red-btn:hover {
    background-color: #7F0C15 !important;
}

.flex-bottom {
    display: flex;
    align-items: end;
}

.coatings-flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding-bottom: 80px;
    border-bottom: 1px solid #303030;
    margin-bottom: 80px;
}

.coatings-flex a {
    /* width: 100%; */
    min-width: 15.67%;
    display: block;
    text-align: center;
    padding: 25px;
    background-color: #F8F8F8;
    transition: .2s;
    color: #333333;
    text-decoration: none;
}

.coatings-flex a img {
    width: 125px;
    max-width: 100%;
    margin-bottom: 15px;
    transition: .3s ease-in-out;
}

.coatings-flex a h3 {
    font-size: 16px;
    margin-bottom: 0px;
}

.coatings-flex a:hover {
    background-color: #AD0A1B;
    color: #fff;
}

.coatings-flex a:hover > img {
    filter: invert(85%) sepia(100%) saturate(1%) hue-rotate(11deg) brightness(108%) contrast(101%);
}



/*homepage hover boxes*/



.hover-box{
    height: 315px;
    overflow:hidden;
  
}

.hover-box:hover{
    height:100%;
    transform: scale(1.1);
}

.hover-box p{
    font-size:12px!important;
}

@media only screen and (max-width: 1350px){
    .hover-box{
        height: 300px;
      
    }
}

@media only screen and (max-width: 1250px){
    .hover-box{
        height: 275px;
      
    }
}

@media only screen and (max-width: 1150px){
    .hover-box{
        height: 250px;
      
    }
}

@media only screen and (max-width:1000px){
    .hover-box{
        height: 100%;
      
    }
}

/*end homepage hover boxes*/

/*homepage icon section*/

.icon-section p{
    font-size: 24px;
}

@media only screen and (max-width:768px){
    .icon-section p{
        font-size: 18px;
    }
}

.team-block {
    text-align: center;
}

.team-block img {
    margin-bottom: 20px;
    width: 225px;
    max-width: 100%;
}

body .team-block p {
    margin-bottom: 5px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 500;
}

body .center-content {
    text-align: center;
}

body .red-text {
    color: #AD0A1B !important;
}

body .gray-bg {
    background-color: #F8F8F8;
}

body .mb-0 {
    margin-bottom: 0;
}

body .mb-12 {
    margin-bottom: 12px;
} 

body .mb-20 {
    margin-bottom: 20px;
} 

body .mb-24 {
    margin-bottom: 24px;
}

body .mb-40 {
    margin-bottom: 40px;
}

body .mb-48 {
    margin-bottom: 48px;
}

body .mb-60 {
    margin-bottom: 60px;
}

body .mb-80 {
    margin-bottom: 80px;
}

body .mb-96 {
    margin-bottom: 96px;
}

body .mb-120 {
    margin-bottom: 120px;
}

body .pb-0 {
    padding-bottom: 0;
}

body .pa-40 {
    padding: 40px;
}

.site-footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.site-footer a {
    color: #AD0A1B;
    text-decoration: none;
    font-weight: 600;
}

.brand-slide .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.brands .gb-grid-wrapper {
    /*margin-bottom: 60px;*/
    padding-bottom: 60px;
    /* border-bottom: 1px solid #303030; */
}

.red-h2 h2{
    color: #AD0A1B!important;
}

.toc-flex {
    margin: 60px 0 100px 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 50px;
    padding: 0 100px;
}

.toc-flex li a {
    color: #AD0A1B;
    font-weight: 700;
    text-decoration: none;
}

.brand-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
}

.brand-flex a, .brand-flex a:hover, .brand-flex a:active, .brand-flex a:focus, .brand-flex a:visited {
    text-decoration: none;
    border-bottom: none;
}

.brand-flex img {
    max-width: 400px;
}

.brand-loop-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #303030;
}

.brand-loop-item:last-child {
    border: none;
}

body .three-col-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

@media only screen and (max-width:800px){
  body .three-col-flex {
      grid-template-columns: repeat(1, 1fr);
  }
}

.archive .coatings-flex {
    margin-top: 60px;
    position: relative;
}

.archive .coatings-flex a {
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
    min-height: 406px;
}

.archive .coatings-flex a:hover h3 {
    margin-bottom: 10px;
}

.hover-show h4 {
    text-transform: uppercase;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    display: none;
    transition: .4s ease-in-out;
    color: #fff;
}

.archive .coatings-flex a:hover img {
    margin-bottom: 20px;
}

.archive .coatings-flex a:hover .hover-show h4 {
    display: block;
    bottom: 5%;
}

.dark-bg {
    position: relative;
}

.dark-bg button.slick-arrow {
   /* border: 2px solid #FFFFFF;
    padding: 13px;
    line-height: 1;
    border-radius: 50%;
    outline: none;
    position: absolute;
    bottom: 5%;*/
}

.industry-slider {
    padding-bottom: 8%;
}

.dark-bg .slick-next {
    left: 5%;
}

.industry-slide p {
    color: #fff;
    display: block;
    background: #000;
    padding: 10px 15px;
    margin-top: -5px;
    z-index: 1;
    position: relative;
}

.industry-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-slide {
    padding-right: 50px;
}


.industry-slider .slick-prev{
 position: absolute;
  left: 0px;
  top: 100%;
  z-index: 20;

}

.industry-slider .slick-next{
    position:absolute;
    left:50px;
    top:100%;
    z-index:30;
}

@media screen and (max-width:550px){
  .industry-slider .slick-prev,
  .industry-slider .slick-next{
    top:115%;
  }
}

.industry-slider .slick-next:before,
.industry-slider .slick-prev:before{
  font-size:40px;
}
/* .industry-slide:nth-child(4n) {
    padding-right: 0;
} */
/*industry products grid*/

.industry-products h2{
    text-align: center;
    
}
.industry-products-used{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    border-bottom: 1px solid #303030;
    margin-bottom: 80px;
}

.industry-products-used a{
    color: var(--base);
}


.industry-products-used h4{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.industry-products-grid-item{
    text-align: center
}

.industry-products-grid-item a{
    height:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction:column;
}


/*end industry products grid*/

@media screen and (max-width: 1200px) {
    .coatings-flex {
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media screen and (max-width: 768px) {
    [class*=-flex] {
        grid-template-columns: repeat(1, 1fr);
    }
    body .brand-flex img {
        max-width: 100%;
    }
    
}

/*hide the toc on the archive of brands*/

.toc-flex{
    display:none;
}

/*add padding to section below in meantime*/
.brand-loop-wrap{
    margin: 60px 0 100px 0;
}