/* PRODUCTS */

.clipping-path{
    padding: 3em 0 0 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.page-template-products .header{
    /*padding-bottom: 3em;*/
}

.page-template-products h1{
    color: #332f2e;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.4;
}

.page-template-products h2{
    font-size: 3em;
    font-weight: 700;
    line-height: 1.4;
}

.page-template-products h3{
    color: #332f2e;
    font-size: 1.2em;
    font-weight: 700;
}

.page-template-products h4{
    color: #332f2e;
    font-size: 2em;
    font-weight: 700;
}

.page-template-products h5{
    color: #332f2e;
    font-size: 1.2em;
    font-weight: 700;
}

.page-template-products p{
    line-height: 1.5;
}

.why-bmat h2,
.band h2{
    color: #FFF;
    font-weight: 700;
}

.page-template-products .button{
    color: #FFF;
    font-weight: 700;
    border-radius: 10em;
    display: inline-block;
    border: none;
}

.page-template-products .button a{
    color: #FFF;
}

.page-template-products .button:hover{
    text-decoration: underline;
}

.page-template-products .lightbox h4{
    font-size: 1.6em;
    color: #FFF;
}

.products-container{
    padding: 2em 0em;
}

.video-container{
    position: relative;
}

.video-margin{
    margin: 5em auto;
}

.video {
    --video--width: 900;
    --video--height: 506;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    max-width: 100%;
    background: black;
    z-index: 2;
}

.video embed,
.video object,
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.flex-video img{
    width: 100%;
}

.video-background-first{
    position: absolute;
    left: -5em;
    bottom: -3em;
    z-index: -10;
    height: 300px;
    width: 300px;
    opacity: 0.5;
}

.video-background-second{
    position: absolute;
    right: -4em;
    bottom: 10em;
    z-index: -10;
    height: 350px;
    width: 400px;
    opacity: 0.5;
}

.section p:first-child{
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    color: #FFF;
}

.header .grid-container{
    padding: 8em 2em;
}

.headline p{
    font-size: 1.2em;
    font-weight: 400;
    margin: 1em 0;
    color: #332f2e;
}

.featured-image{
    position: relative;
    text-align: center;
    line-height: 1;
}

.featured-image img{
    position: absolute;
    top: -20%;
    left: 10%;
}

.topics-container{
    padding-top: 2em;
    padding-bottom: 2em;
}

.topics:nth-child(even){
    margin-top: 7em;
}

.topics h2{
    color: #332f2e;
    font-size: 1.6em;
    font-weight: 700;
    margin: 1em 0;
}

.topics hr{
    width: 20%;
    border: 2px solid;
    margin: 1em 0;
}

.topics ul{
    margin: 0 0 0 1em;
    padding: 0;
}

.topics li{
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em 0;
}

.featured-topic{
    background-color: #FFF;
    padding: 2em;
    border-radius: 1em;
    display: inline-block;
    margin-left: 5em;
}

.band{
    padding-top: 5em;
    padding-bottom: 5em;
    position: relative;
    z-index: 0;
    border-radius: 20px;
}

.band_1_image{
    position: absolute;
    right: 0em;
    top: 1em;
}

.band_1_image_2{
    position: absolute;
    left: 0em;
    bottom: 0em;
    opacity: 0.5;
    z-index: -1;
}

.band_2_image{
    position: absolute;
    right: 3em;
    top: -2em;
    z-index: 2;
}

.band-bg{
    position: absolute;
    right: 30em;
    top: 1em;
    z-index: 1;
    height: 330px;
    width: 330px;
    opacity: 0.5;
}

.quote h2{
    font-size: 2.4em;
    color: #dc3b5e;
}

.quote  > div > div{
    border: 2pt solid #F3AF29;
    border-radius: 5px;
    padding: 2em;
}

.testimonial{
    background: #f4f4f4;
    border-radius: 5px;
    min-height: 100px;
}

.testimonial h3,
.features h2{
    color: #332f2e;
    font-size: 2em;
    font-weight: 700;
}

.testimonial h5::before{
    content: "\2014";
    margin-right: 0.25em;
}

ul.feature-list,
ul.feature-secondary-list{
    padding: 1em;
    margin: 0; 
}

ul.feature-secondary-list{
    list-style-type: none;
    text-indent: -1.4em;
    padding-left: 1.75em;
}

ul.feature-secondary-list li::before{
    content: "\2714";
    margin-right: 0.5em;
    color: #dc3b5e;
}

.feature-list li,
.feature-secondary-list li{
    padding: 0.5em 0;
}

ul.benefits{
    padding: 0;
    list-style-type: none;
    z-index: 2;
}

.benefits li{
    padding: 0.5em 0;
}

.benefits li:before{
    content: "\2794";
    margin-right: 0.5em;
}

.why-bmat{
    overflow: hidden;
}

.why-bmat h3{
    color: #332f2e;
    font-size: 1.2em;
    font-weight: 700;
}

.why-bmat .named{
    margin: 4em 0 3em 0;
    z-index: 1;
}

.why-bmat .benefits li:before{
    color: #FFF;
}

.why-bmat-image{
    position: absolute;
    right: -5em;
    top: 0em;
    opacity: 0.5;
}

.why-bmat-topics-img{
    position: absolute;
    left: -5em;
    bottom: -4em;
    z-index: -1;
    height: 330px;
    width: 330px;
    opacity: 0.5;
}

.why-bmat .blog-posts{
    z-index: 3;
    background-color: #FFF;
}

.why-bmat .blog-post{
    background-color: #FFF;
}

.why-bmat .blog-posts .blog-thumbnail{
   min-height: 265px;
   overflow: hidden;
}

.why-bmat .blog-posts .blog-content{
    padding: 2em; 
}

.why-bmat .blog-posts h3{
    padding: 0;
    font-size: 1.6em;
    color: #332f2e;
}

.why-bmat .blog-posts a{
    background: #E7AE01;
    color: #FFF;
    font-weight: 600;
    padding: 0.5em 1em;
    display: inline-block;
}

.survey{
    display: flex;
    height: auto;
    overflow: hidden;
}

.wrapper{
    display: none;
}

.surveybg{
  padding: 1rem;
  background-color: transparent !important;
  margin: 0 auto 3em auto;
  text-align: left !important;
}

.ea-bootstrap{
   font-family: "Gotham A", "Gotham B" !important;
   margin: 0 auto !important;
}

.ea-bootstrap .disabled .block{
    background: none !important;
}

.ea-bootstrap .form-horizontal .control-label{
    text-align: left !important;
}

.ea-bootstrap .btn-primary{
    background-color: #332f2e !important;
    border: 0 !important;
    border-radius: 2em !important;
    padding: 0.5em 2em !important;
}

.ea-bootstrap .btn-default{
    border: 0 !important;
    border-radius: 2em !important;
    padding: 0.5em 2em !important;
}

.ui-datepicker{
    box-shadow: none !important;
    border: none !important;
    margin-top: 0 !important;
}

.overflow-hidden{
    overflow: hidden;
}

/* LIGHTBOX */

.wpcf7-form input{
    width: 100%;
    margin: 0.5em 0;
    padding: 0.25em 0.5em;
    border: 0;
    border-radius: 3px;
    font-size: 0.9em;
}

/*.lightbox{
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 200px;
}*/

.lightbox p{
    color: #FFF;
}

.lightbox a,
.lightbox a:hover{
    width: auto !important;
    padding: 0.5em 2em !important;
}

.lightbox h4{
    color: #FFF !important;
    font-size: 1.6em !important;
}

.wpcf7 input[type="submit"] {
    padding: 0.5em 1em !important;
    margin-top: 0.5em !important;
}

.wpcf7-response-output{
    color: #FFF;
}

div.wpcf7 .ajax-loader{
    display: none;
}

@media (max-width: 63.9375em){
    .clipping-path{
        padding-top: 0;
    }

    .page-template-products .header {
        padding-bottom: 1em;
    }

    .page-template-products .header .grid-container{
        padding: 3em 2em;
    }

    .page-template-products h1{
        font-size: 3em;
    }

    .page-template-products h2{
        font-size: 2em;
    }

    .page-template-products h3{
         font-size: 2em;
    }
    
    .page-template-products h4{
        font-size: 1.8em;
    }

    .headline{
        padding: 0;
    }

    .band,
    .customers,
    .features{
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .featured-image,
    img.band_1_image,
    img.band_1_image_2,
    img.band_2_image,
    .why-bmat-image,
    .video-background-first,
    .video-background-second{
        display: none;
    }

    .topics-container{
        padding: 1em 0;
    }

    .topics:nth-child(even){
        margin: 2em 0;
    }

    .topics:nth-child(odd){
        margin: 2em 0;
    }
}