/*All pages CSSs*/
.site-share-icon{
    width: 19px;
    height: 20px;
}
/*.site-nav-control{
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
}
.site-nav-control:hover,
.site-nav-control:active,
.site-nav-control:focus{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
*/
.site-nav-control img{
    width: 61px;
}
/*.site-nav-control .active{
    display: none;
}
.site-nav-control .left-nav:hover .inactive{
    display: none;
}
.site-nav-control .left-nav:hover .active{
    display: block;
}
.site-nav-control .right-nav:hover .inactive{
    display: none;
}
.site-nav-control .right-nav:hover .active{
    display: block;
}*/




/**** */
.home-hero-slider-block-section{
    width: 100%;
}
.home-hero-slider-block-section .slide-item-box{
    height: 800px;
    position: relative;
}
.home-hero-slider-block-section .slide-item-box .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.33);
    position: absolute;
}
.home-hero-slider-block-section .slide-content-wrapper{
    width: 100%;
    height: 800px;
    position: relative;
}
.home-hero-slider-block-section .slide-content-box{
    max-width: 630px;
    position: absolute;
    left: 0;
    bottom: 120px;
}
.home-hero-slider-block-section .slide-content-wrapper p{
    color: #fff;
}
.home-hero-slider-block-section .slide-controls{
    position: absolute;
    bottom: 130px;
}
.home-hero-slider-block-section .slide-controls .carousel-left{
    position: absolute;
    left: 0;
    width: 61px;
}
.home-hero-slider-block-section .slide-controls .carousel-right{
    position: absolute;
    left: 57px;
    width: 61px;
}
.home-hero-slider-block-section .slide-controls img{
    width: 61px;
}

.home-about-block-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #141414;
}
.home-about-block-section .content-wrapper{
    max-width: 690px;
}

.home-video-block-section{
    width: 100%;
    position: relative;
    z-index: 1;
    height: 821px;
    overflow: hidden;
}
.home-video-block-section .video-box{
    z-index: -1;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;

}
.home-events-blocks-section{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #141414;
}
.home-events-blocks-section .see-all-events{
    color: #D79A2B;
    font-size: 12px;
    /*font-weight: 400;*/
    font-weight: 600;
    display: inline-block;
    padding-right: 0px;
    position: relative;
    right: -10px;
}
.home-events-blocks-section .see-all-events:hover,
.home-events-blocks-section .see-all-events:active,
.home-events-blocks-section .see-all-events:focus{
    color: #D79A2B;
}
.home-events-blocks-section .event-item-box{
    margin-bottom: 55px;
}
.home-events-blocks-section .event-item-box .image-box{
    height: 261px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.home-events-blocks-section .event-item-box h3{
    margin-bottom: 15px;
    min-height: 58px;
}
.home-events-blocks-section .event-item-box h3 a{
    color: #fff;
}
.home-events-blocks-section .event-item-box h3 a:hover,
.home-events-blocks-section .event-item-box h3 a:active,
.home-events-blocks-section .event-item-box h3 a:focus{
    color: #fff;
}
.home-events-blocks-section .event-item-box .posted-on{
    color: #bebebe;
    font-size: 14px;
    font-weight: 400;
}
.home-events-blocks-section .horizontal-bar{
    max-width: 1083px;
    margin: 35px auto;
    height: 2px;
    background-color: #bebebe;
}
.home-builds-block-section{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #141414;
}
.home-builds-block-section .see-all-builds{
    color: #D79A2B;
    font-size: 12px;
    /*font-weight: 400;*/
    font-weight: 600;
    display: inline-block;
    padding-right: 0px;
    position: relative;
    right: -10px;
}
.home-builds-block-section .see-all-builds:hover,
.home-builds-block-section .see-all-builds:active,
.home-builds-block-section .see-all-builds:focus{
    color: #D79A2B;
}
.home-builds-block-section .build-item-box{
    margin-bottom: 55px;
}
.home-builds-block-section .build-item-box .image-box{
    height: 198px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.home-builds-block-section .build-item-box h3{
    margin-bottom: 15px;
    min-height: 58px;
}
.home-builds-block-section .build-item-box h3 a{
    color: #fff;
}
.home-builds-block-section .build-item-box h3 a:hover,
.home-builds-block-section .build-item-box h3 a:active,
.home-builds-block-section .build-item-box h3 a:focus{
    color: #fff;
}
.home-builds-block-section .build-item-box .posted-on{
    color: #bebebe;
    font-size: 14px;
    font-weight: 400;
}

.home-sponsors-and-partners-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #141414;
}
.home-sponsors-and-partners-block-section h2{
    font-size: 40px;
}
.home-sponsors-and-partners-block-section p{
    font-size: 14px;
}
.home-sponsors-and-partners-block-section .sponsors-logo-slider-wrapper{
    width: 100%; 
    position: relative;
    margin-top: 10px;
}
.home-sponsors-and-partners-block-section .sponsors-logo-slider-scrollpane{
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home-sponsors-and-partners-block-section .sponsors-logo-slider-wrapper .slider-control{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    top: 25%;
    z-index: 5;
}
.home-sponsors-and-partners-block-section .sponsors-logo-slider-wrapper .slider-control.right{
    padding-left: 3px;
    right: 3px;
}
.home-sponsors-and-partners-block-section .sponsors-logo-slider-wrapper .slider-control.left{
    left: 3px;
    padding-right: 3px;
}
.home-sponsors-and-partners-block-section .sponsors-logo-list-box{
    margin: 0;
    padding: 0;
}
.home-sponsors-and-partners-block-section .sponsors-logo-list-box> li{
    display: inline-block;
    width: 120px;
    margin-right: 15px;
    vertical-align: middle;
}

.about-hero-block-section{
    width: 100%;
    height: 1200px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}
.about-hero-block-section .content-wrapper{
    max-width: 1290px;
    margin: 0 auto;
}
.about-hero-block-section p{
    color: #fff;
    line-height: 1.4em;
}

.about-ldrship-block-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #141414;
}
.about-ldrship-block-section .content-wrapper{
    max-width: 690px;
}
.about-ldrship-block-section .image-box{
    height: 163px;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px
}
.our-team-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #000000;
}
.our-team-block-section .our-member-item-box{
    margin-bottom: 35px;
}
.our-team-block-section .our-member-item-box .image-box{
    height: 350px;
    border-radius: 10px;
}
.our-team-block-section .our-member-item-box .content-box{
    max-width: 540px;
}
.our-team-block-section .our-member-item-box h3{
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    /*letter-spacing: -1.34px;*/
    margin: 0;
}
.our-team-block-section .our-member-item-box .instagram-link{
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}
.our-team-block-section .our-member-item-box .instagram-link:hover,
.our-team-block-section .our-member-item-box .instagram-link:active,
.our-team-block-section .our-member-item-box .instagram-link:focus{
    color: #ffffff;
}
.our-team-block-section .our-member-item-box p{
    padding-top: 15px;
}

.event-lp-hero-block-section{
    width: 100%;
    padding-top: 45px;
    padding-bottom: 10px;
    background-color:  #141414;
}
.event-lp-hero-block-section h2{
    font-size: 72px;
}
.event-lp-hero-block-section .hero-content-wrapper{
    max-width: 927px;
}
.event-lp-hero-block-section .hero-content-wrapper2{
    max-width: 1169px;
}
.event-lp-hero-block-section .para{
    margin-top: 25px;
}

.featured-event-block-section{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color:  #141414;    
}

.most-recent-event-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: #141414;
}
.most-recent-event-block-section h2{
    font-size: 72px;
}
.most-recent-event-block-section p{
    color: #fff;
}

.event-showcase-block-section .contentWrapper{
    min-height: 820px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    position: relative;
}
@media(max-width: 570px){
    .event-showcase-block-section .contentWrapper{
        padding-top: 0;
    }
    .event-showcase-block-section .contentWrapper .leftSide h2{
        font-size: 60px;
    }
    .event-showcase-block-section .contentWrapper .leftSide p{
        line-height: 1.7;
    }
}
.event-showcase-block-section h2{
    font-size: 72px;
}
.event-showcase-block-section p{
    color: #fff;
}
.event-showcase-block-section .image-box{
    height: 100px;
}
.event-showcase-block-section .title{
    font-size: 14px;
    color: #fff;
}
.event-showcase-block-section .photo-caption{
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.event-details-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 120px;
}
@media(max-width: 570px){
    .event-details-block-section{
        padding-top: 20px;
    }
}
.event-details-block-section .post-meta .title{
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
}
.event-details-block-section .post-meta .posted-on{
    color: #a4a4a4;
    font-size: 10px;
    font-weight: 400;
}
.event-details-block-section h1{
    font-size: 72px;
}
.event-details-block-section .sub-title{
    color: #a4a4a4;
    font-size: 16px;
    font-weight: 400;
}
.event-details-block-section .video-container{
    height: 467px;
}
.event-details-block-section .gallery-image-list-box .image-box{
    height: 210px;
    margin-bottom: 30px;
}
.event-details-block-section .load-more-image-btn{
    max-width: 329px;
    color: #D79A2B;
    font-size: 14px;
    font-weight: 400;
    min-width: 329px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #D79A2B;
    padding-top: 12px;
    margin-top: 25px;
}
.event-details-block-section .load-more-image-btn:hover,
.event-details-block-section .load-more-image-btn:active,
.event-details-block-section .load-more-image-btn:focus{
    color: #D79A2B;
}
.event-details-block-section .other-events-list-box{
    padding-top: 200px;
    text-align: right;
}
.event-details-block-section .other-events-list-box .title{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
}
.event-details-block-section .other-events-list-box .event-title{
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 25px;
}
.event-details-block-section .other-events-list-box .event-title:hover,
.event-details-block-section .other-events-list-box .event-title:active,
.event-details-block-section .other-events-list-box .event-title:focus{
    color: #a4a4a4;
}
.event-details-block-section .other-events-list-box .see-more-events{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.builds-list-block-section{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #141414;
}
.builds-list-block-section .hide-block{
    display: none;
}
.builds-list-block-section .card-item-box{
    background-color: #000;
    padding-bottom: 15px;
    border-radius: 9px;
}
.builds-list-block-section .card-item-box .content-box{
    padding-left: 15px;
    padding-right: 15px;
}
.builds-list-block-section .card-item-box h3{
    min-height: 27px;
}
.builds-list-block-section .load-more-build{
    color: #D79A2B;
    font-size: 14px;
    font-weight: 400;
    width: 329px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #D79A2B;
    padding-top: 12px;
    margin-bottom: 40px;
}
.builds-list-block-section .load-more-build:hover,
.builds-list-block-section .load-more-build:active,
.builds-list-block-section .load-more-build:focus{
    color: #D79A2B;
}

.featured-build-block-section{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #141414;
}
.featured-build-block-section .image-lg{
    height: 520px;
    border-radius: 9px;
    margin-bottom: 20px;
}
.featured-build-block-section .image-sm{
    height: 250px;
    border-radius: 9px;
    margin-bottom: 20px;
}
.featured-build-block-section .featured-build-box{
    max-width: 790px;
    margin: 0 auto;
}
.featured-build-block-section .featured-build-image{
    width: 121px;
    /*height: 121px;*/
    border-radius: 50%;
    border: 4px solid #fff;
}
.featured-build-block-section .share,
.featured-build-block-section .share:hover{
    display: block;
    margin-top: 15px;
    color: #bebebe;
    font-size: 14px;
    font-weight: 400;
}
.featured-build-block-section h3{
    margin-top: 0px;
}
.featured-build-block-section h3 a,
.featured-build-block-section h3 a:hover{
    color: #fff;
}
.featured-build-block-section p{
    color: #fff;
}
.featured-build-block-section .image-share-link{
    margin-top: -80px;
}

.full-width-image-block-section{
    width: 100%;
    height: 960px;
    background-size: cover!important;
}

.image-gallery-block-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}
.image-gallery-block-section .hide-image{
    /*display: none;*/
    visibility: hidden;
}
.image-gallery-block-section img{
    border-radius: 8px;
}

.partners-list-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #000;
}
.partners-list-block-section .partner-item-box{
    /*margin-bottom: 35px;*/
    margin-bottom: 70px;
    text-align: center;
}
.partners-list-block-section .partner-item-box .logo-container{
    height: 300px;
    width: 300px;
}


.ambassadors-block-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
.ambassadors-block-section .partner-item-box{
    /*margin-bottom: 35px;*/
    margin-bottom: 70px;
    text-align: center;
}

.ambassadors-block-section .partner-item-box .logo-container .overlayTxt{
    display: none;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.ambassadors-block-section .partner-item-box .logo-container img:hover + .overlayTxt{
    display: block;
    }

.ambassadors-block-section .partner-item-box h5{
    margin: 40px auto 0 auto;
    }
.ambassadors-block-section .partner-item-box h6 p{
    margin: 0px auto 40px auto;
    }


@media(max-width: 570px) {
    .partners-list-block-section .partner-item-box .logo-container
    {
        width: 100%;
    }
}
.partners-list-block-section .partner-item-box .logo-container img{
    width: 75%;
}
.partners-list-block-section .partner-item-box h6{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 15px;
    max-width: 185px;
    margin: 0 auto;
}
.partners-list-block-section .partner-item-box .social-link{
    color: rgba(255,255,255,0.40);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.partners-list-block-section .partner-item-box .social-link:hover,
.partners-list-block-section .partner-item-box .social-link:active,
.partners-list-block-section .partner-item-box .social-link:focus{
    color: rgba(255,255,255,0.40);
}

.ambassadors-block-section .partner-item-box .logo-container img{
    width: 75%;
}
.ambassadors-block-section .partner-item-box h5{
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    max-width: 185px;
}
.ambassadors-block-section .partner-item-box h6 p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 185px;
}
.ambassadors-block-section .partner-item-box .social-link{
    color: rgba(255,255,255,0.40);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.ambassadors-block-section .partner-item-box .social-link:hover,
.ambassadors-block-section .partner-item-box .social-link:active,
.ambassadors-block-section .partner-item-box .social-link:focus{
    color: rgba(255,255,255,0.40);
}

.video-showcase-block-section{
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
}
.video-showcase-block-section .video-embed-code iframe{
    width: 100%!important;
    height: 791px!important;
}
.video-list-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #141414;
}
.video-list-block-section .video-item-box{
    margin-bottom: 35px;
}
.video-list-block-section .video-item-box .video-image-box{
    height: 382px;
    border-radius: 9px;
}

.contact-us-form-block-section{
    width: 100%;
}
.contact-us-form-block-section .bg-box{
    height: 1108px;
    position: relative;
    padding-top: 100px;
}
.contact-us-form-block-section h1{
    font-size: 72px;
    line-height: 1.1em;
    position: absolute;
    right: 35%;
}
.contact-us-form-block-section .contact-us-form-wrapper{
    max-width: 400px;
    padding-left: 70px;
    padding-top: 100px;
}
.contact-us-form-block-section .contact-us-form-wrapper h2{
    font-size: 38px;
    margin: 0;
}
.contact-us-form-block-section .contact-us-form-wrapper h5{
    color: #a4a4a4;
    font-size: 16px;
    padding-bottom: 25px;
}
.contact-us-form-block-section .horizontal-bar{
    max-width: 289px;
    height: 1px;
    background-color: #707070;
    margin-bottom: 20px;
}
.contact-us-form-block-section .contact-us-form-wrapper .form-control{
    height: 34px;
    border: 1px solid #a4a4a4;
    background-color: #ffffff;
}
.contact-us-form-block-section .contact-us-form-wrapper textarea.form-control{
    height: 71px;
}
.contact-us-form-block-section .contact-us-form-wrapper label{
    color: #a4a4a4;
    font-size: 14px;
}
.contact-us-form-block-section .contact-us-form-wrapper .site-btn2{
    width: 100%;
    padding-top: 5px;
    height: 36px;
}
.contact-us-form-block-section .social-links-box{
}
.contact-us-form-block-section .social-links-box h4{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
.contact-us-form-block-section .social-links-box a{
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    /*letter-spacing: -0.76px;*/
}
.contact-us-form-block-section .social-links-box a:hover,
.contact-us-form-block-section .social-links-box a:active,
.contact-us-form-block-section .social-links-box a:focus{
    color: #ffffff;
}

.generic-para-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.generic-para-block-section .content-wrapper{
    max-width: 927px;
    margin: 0 auto;
}
.generic-para-block-section h3{
    margin-bottom: 20px;
}
.two-col-content-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
}
.content-item-box{
    margin-bottom: 35px;
}
.title-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

/** Product Page Blocks CSSs */
.event-lp-hero-block-section .button-wrapper{
    text-align: right;
}
.event-lp-hero-block-section .logo-box{
    max-width: 90px;
}
.product-list-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-list-block-section .product-category-wrapper{
    margin-bottom: 35px;
}
.product-list-block-section .product-category-wrapper a{
    display: inline-block;
    color: #bdbdbd;
    font-family: "neue-haas-grotesk-display";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 10px 13px;
    border-radius: 6px;
    border: 1px solid #bdbdbd;
    background-color: transparent;
    margin-right: 20px;
    text-decoration: none;
}
.product-list-block-section .product-category-wrapper a:hover,
.product-list-block-section .product-category-wrapper a:active,
.product-list-block-section .product-category-wrapper a:focus{
    background-color: #bdbdbd;
    color: #333333;
    text-decoration: none;
}
.product-list-block-section .product-category-wrapper a.active{
    background-color: #bdbdbd;
    color: #333333;
    text-decoration: none;
}
.product-list-block-section .product-item-box{
    text-align: center;
    margin-bottom: 40px;
}
.product-list-block-section .product-item-box .content-body{
    max-width: 371px;
    margin: 0 auto;
}
.product-list-block-section .product-item-box .image-box{
    /*padding: 20px;*/
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
}
.product-list-block-section .product-item-box h4{
    color: #f0f0f0;
    font-family: "acumin-pro";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.76px;
}
.product-list-block-section .product-item-box h4 a{
    color: #f0f0f0;
}
.product-list-block-section .product-item-box .text-below-title{
    color: #bdbdbd;
    font-family: "neue-haas-grotesk-display";
    font-size: 14px;
    font-weight: 400;
}
.product-cta-block-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-cta-block-section .cta-wrapper{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
}
.product-cta-block-section .cta-wrapper img{
    max-width: 90px;
}
.product-cta-block-section .button-wrapper{
    text-align: right;
}

@media(max-width: 957px){
    
    .event-lp-hero-block-section h1 span{
            font-size: 50px !important;
        }
    
}

@media(max-width: 575px){
    
    .event-lp-hero-block-section h1 span{
            font-size: 50px !important;
        }
    
    .product-cta-block-section .media{
            display: block;
        }
 .product-cta-block-section .button-wrapper{
        text-align: left;
     }   
     .product-list-block-section{
             padding-top: 0px !important;
         }
    .event-showcase-block-section .photo-caption{
            display: none;
        }
        #Anchor-CMSEditable_60f8b16f6cb34 .hero-content-wrapper2 h2{
                font-size: 50px !important;
            }
        .hero-content-wrapper2 .d-flex{
                display: block !important;
            }
}


@media(max-width: 767px){
    .home-hero-slider-block-section .slide-content-wrapper{
        height : 400px;
    }
    .home-hero-slider-block-section .slide-item-box{
        height : 400px;
    }
    .home-video-block-section{
        height: 400px;
    }
    .home-events-blocks-section{
        padding-top: 80px;
    }
    .home-builds-block-section{
        padding-bottom: 50px;
    }
    .home-sponsors-and-partners-block-section h2{
        font-size: 28px;
    }
    
    .about-hero-block-section{
        height: 600px;
        padding-bottom: 50px;
    }
    .about-hero-block-section h1{
        font-size: 42px;
    }
    
    .our-team-block-section .our-member-item-box .image-box{
        height: 150px;
        margin-bottom: 20px;
    }    
    .our-team-block-section .our-member-item-box h3{
        font-size: 24px;
        line-height: 1.2em;
        letter-spacing: normal;
    }
    .our-team-block-section{
        padding-bottom: 20px;
    }
    
    .event-showcase-block-section h2{
        font-size: 36px;
        line-height: 1.2em;
    }
    .event-showcase-block-section .photo-caption {
        right: 20px;
    }
    
    .event-details-block-section h1{
        font-size: 36px;
    }
    .event-details-block-section .video-container{
        height: 200px;
    }
    .event-details-block-section .other-events-list-box{
        padding-top: 40px;
        text-align: left;
    }
    .event-details-block-section .load-more-image-btn{
        min-width: 210px;
    }
    .event-details-block-section .gallery-image-list-box .image-box {
        height: 110px;
    }
    .event-details-block-section{
        padding-bottom: 60px;
    }

    .featured-build-block-section .share{
        margin-bottom: 15px;
    }

    .builds-list-block-section .load-more-build{
        width: 100%;
    }

    .featured-build-block-section .image-lg{
        height: 220px;
    }

    .event-lp-hero-block-section h2 {
        font-size: 38px;
        line-height: 1.2em;
    }
    .event-lp-hero-block-section h1{
        font-size: 64px;
        line-height: 1.2em;
    }
    .full-width-image-block-section{
        height: 260px;
    }

    .partners-list-block-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .partners-list-block-section .partner-item-box .logo-container{
        height: auto;
        margin-bottom: 20px;
    }

    .ambassadors-block-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ambassadors-block-section .partner-item-box .logo-container{
        height: auto;
        margin-bottom: 20px;
    }

    .video-list-block-section .video-item-box .video-image-box{
        height: 182px;
    }
    .video-list-block-section{
        padding-bottom: 15px;
    }
    .video-showcase-block-section .video-embed-code iframe{
        height: 291px!important;
    }

    .contact-us-form-block-section h1{
        font-size: 48px;
        position: static;
    }
    .contact-us-form-block-section .bg-box{
        height: 400px;
    }
    .contact-us-form-block-section .contact-us-form-wrapper{
        padding-left: 0;
        padding-top: 40px;
    }
    .contact-us-form-block-section .contact-us-form-wrapper h2{
        margin-bottom: 15px;
    }

    .home-events-blocks-section .see-all-events img{
        margin-top: 8px;
    }
    .home-builds-block-section .see-all-builds img{
        margin-top: 8px;
    }
    .home-builds-block-section h4{
        margin-top: 22px;
    }
    
    /** Product Page Blocks CSSs */
    .event-lp-hero-block-section .row{
        width: 100%;
    }
    .event-lp-hero-block-section {
        padding-bottom: 40px!important;
    }
    .event-lp-hero-block-section .button-wrapper{
        text-align: left;
    }
    .product-list-block-section .product-category-wrapper a{
        padding: 10px 6px;
        margin-right: 6px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    .event-showcase-block-section h2{
        font-size: 56px;
    }
    .event-showcase-block-section .photo-caption {
        right: 4%;
    }
    
    .event-details-block-section h1{
        font-size: 42px;
    }
    .event-details-block-section .gallery-image-list-box .image-box {
        height: 130px;
    }

    .contact-us-form-block-section h1{
        font-size: 60px;
        position: static;
    }
    .contact-us-form-block-section .contact-us-form-wrapper{
        padding-left: 0;
        padding-top: 40px;
    }
    
    /** Product Page Blocks CSSs */
    .event-lp-hero-block-section h1{
        font-size: 66px;
    }
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}
