/*!
Theme Name: heavyweight
Theme URI: https://www.presstigers.com/
Author: Adnan Moqsood
Author URI: https://www.presstigers.com/
Description: Heaavyweight
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: heavyweight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('./font/alegreya-sans/stylesheet.css');
@import url('./font/big-john/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/*************************/
/* Fonts */
/*************************/
.font-alegreya{
    font-family: 'Alegreya Sans';
}
.font-big-john{
    font-family: 'Big John';
}
.font-open-sans{
    font-family: 'Open Sans', sans-serif;
}
/*************************/
/* Colors */
/*************************/
.bg-primary-color{
    background-color: #fff300;
}
.bg-secondry-color{
    background-color: #555253;
}
/*************************/
/* ScrollBar */
/*************************/
::-webkit-scrollbar { width: 8px; height: auto; }
::-webkit-scrollbar-track { -webkit-border-radius: 0; border-radius: 0; background: #f5f5f5; }
::-webkit-scrollbar-thumb { -webkit-border-radius: 0; border-radius: 0; background: #555253; }
::-webkit-scrollbar-thumb:window-inactive { background: #555253; }
/*************************/
/* General */
/*************************/
*{
    transition: all .5s ease;
}
body{
    max-width: 100%;
    overflow-x: hidden;
}
section{
    display: inline-block;
    float: left;
    width: 100%;
}
/*************************/
/* Header */
/*************************/
header{
    background-color: #fff300;
    padding-bottom: 50px;
}
header .navbar-brand{
    display: none;
}
header .navbar{
    box-shadow: none;
    padding: 35px 0;
}
header .navbar ul li {
    padding: 0 20px;
}
header .navbar ul li a {
    color: #000 !important;
    font-size: 26px;
    font-family: 'Alegreya Sans';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px !important;
}
header .navbar .menu-primary-container{
    margin: 0 auto;
}
header .navbar ul > li:hover > a,
header .navbar ul > li:focus > a,
header .navbar ul > li.active > a{
    color: #fff300 !important;
    background-color: #555253;
}
header .dropdown-toggle::after{
    display: none;
}
header .navbar .dropdown-menu {
    position: absolute!important;
    margin-top: 0;
    border: none;
    border-radius: 0;
    left: 20px !important;
    min-width: 230px;
    background-color: #555253;
    padding: 0 !important;
}
header .navbar .dropdown-menu a{
    color: #fff300 !important;
    font-size: 20px;
    font-family: 'Alegreya Sans';
    font-weight: 600;
    padding: 5px 15px !important;
    float: left;
    width: 230px;
}
header .navbar .dropdown-menu li{
    padding-left: 0;
    width: 230px;
}
header .navbar .dropdown-menu a:hover,
header .navbar .dropdown-menu a:focus,
header .navbar .dropdown-menu a:active{
    color: #fff300 !important;
    background-color: #555253;
}
.header-site-logo span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.header-site-logo span img {
    max-width: 70%;
    margin: 0 auto;
}
.header-page-title{
    text-align: center;
    padding-top: 50px;
}
.header-page-title span {
    background-color: #000;
    color: #fff300;
    padding: 20px 70px;
    font-family: 'Alegreya Sans';
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
/*************************/
/* Slider Section */
/*************************/
#triangle-container {
    display: flex;
    background-color: #fff300;
}
#triangle-box {
    flex: 100;
    position: relative;
}
#triangle {
    background-image: linear-gradient(to right top, #555253 0%, #555253 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slider-container{
    width: 100%;
    opacity: 1;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
#slider-carousel .owl-dots button{
    margin: 0;
}
#slider-carousel .owl-dots button span{
    width: 20px;
    height: 20px;
    background-color: #aeadad;
}
#slider-carousel .owl-dots button:hover,
#slider-carousel .owl-dots button:focus,
#slider-carousel .owl-dots button:active{
    outline: none;
}
#slider-carousel .owl-dots button.active span{
    background-color: #fff;
}
/* #slider-carousel .owl-dots button:hover span,
#slider-carousel .owl-dots button:focus span,
#slider-carousel .owl-dots button:active span{
    background-color: #fff;
} */
#slider-carousel .item img{
    max-width: 55%;
    margin: 0 auto;
}
.min-height{
    min-height: 600px;
}
/*.slider-container{
    width: 100%;
    opacity: 1;
    background-color: transparent;
    position: relative;
    z-index: 1;
    background-image: url(img/assets/kit-shadow.png);
    background-size: cover;
    background-position: center;
}*/
/*************************/
/* Game Section */
/*************************/
.game-section{
    background-color: #555253;
    padding: 135px 0 100px 0;
}
.game-container{
    border: 15px solid #fff300;
    border-radius: 5px;
    padding: 40px;
    position: relative;
}
.game-title{
    text-align: center;
}
.game-title h3{
    font-family: 'Big John';
    color: #fff300;
    font-size: 30px;
}
.game-sets{
    margin: 50px 0 50px 0;
}
.game-box{
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 25px;
    z-index: 44;
    cursor: pointer;
}
.game-lose:before {
    content: "";
    border: 10px solid
        #f00;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.game-lose:after {
    content: "You Lose";
    color: #ff0000;
    font-size: 24px;
    font-family: 'Big John';
    position: absolute;
    bottom: -45px;
    width: 100%;
    left: 0;
}
.game-win:before {
    content: "";
    border: 10px solid #27810c;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.game-win:after {
    content: "You Win";
    color: #27810c;
    font-size: 24px;
    font-family: 'Big John';
    position: absolute;
    bottom: -45px;
    width: 100%;
    left: 0;
}
.game-lose:after{
    content: "You Lose";
}
.game-box *{
    margin: 0 auto;
    max-width: 80%;
}
.game-box-vs{
    display: flex;
    align-items: center;
}
.game-box-vs img{
    margin: 0 auto;
    max-width: 80%;
}
.game-cta{
    text-align: center;
    margin-bottom: 10px;
}
.game-cta > h3{
    font-family: 'Big John';
    color: #fff300;
    margin: 0;
    font-size: 38px;
}
.game-content-after-click {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding-top: 15px;
}
.game-content-after-click p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: justify;
}
.next-and-reset {
    border: 10px solid #fff300;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    padding: 15px 0 25px 0;
    border-radius: 5px;
    position: relative;
    margin-top: 25px; 
}
.next-and-reset::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 0;
    border: 5px solid
        #fff300;
    height: 70%;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 5px !important;
}
.next-and-reset a{
    color: #fff300;
    width: 50%;
    display: inline-block;
    float: left;
    font-family: 'Big John';
    font-size: 28px;
    line-height: 30px;
}
.hide_game{
    display: none;
}
.loading.game-container:before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 99;
    top: 0;
    background-image: url(img/assets/loader.gif);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}
/*************************/
/* Social Share Section */
/*************************/
.social-share-section {
    background-color: #555253;
    padding: 20px 0 100px 0;
    text-align: center;
}
/*************************/
/* Products Section */
/*************************/
.products-section{
    background-color: #fff300;
    padding: 100px 0;
}
.products-box {
    border: 10px solid #000;
    border-radius: 5px;
    border-bottom: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-thumbnail{
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: optimizespeed;
    z-index: 9;
}
.product-title{
    text-align: center;
    z-index: 9999;
    position: relative;
    background-color: #000;
    width: 100%;
    display: inline-block;
    color: #fff300;
    font-size: 26px;
    font-family: 'Alegreya Sans';
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}
.products-box:hover,
.products-box:focus,
.products-box:active{
    border-color: #000;
}
.products-box:hover .product-thumbnail,
.products-box:focus .product-thumbnail,
.products-box:active .product-thumbnail{
    transform: scale(1.1);
}
.banda-mobile{
    display: none !important;
}
.product-section-title img{
    max-width: 60%;
}
/*************************/
/* Footer */
/*************************/
footer{
    background-color: #000;
    min-height: 380px;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-nav{

}
.footer-nav > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav > ul > li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.footer-nav > ul > li > a {
    color: #fff300 !important;
    font-size: 20px;
    font-family: 'Alegreya Sans';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 5px !important;
}
.footer-nav > ul > li ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}
.footer-nav > ul > li ul > li{
    margin-bottom: 10px;
}
.footer-nav > ul > li ul > li > a{
    color: #fff300 !important;
    font-size: 16px;
    font-family: 'Alegreya Sans';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px !important;
}
/*************************/
/* Page */
/*************************/
.page-banner{
    background-color: #fff300;
    padding-top: 30px;
}
.page-content{
    background-color: #555253;
}
.page-content *{
    color: #fff;
}
.page-content p {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}
.page-content label{
    font-family: 'Big John';
    color: #fff300;
    font-size: 24px;
}
.page-content input{
    margin-bottom: 30px;
    height: 45px;
    color: #333 !important;
}
.page-content textarea{
    min-height: 140px;
    margin-bottom: 30px;
    color: #333 !important;
}
.page-content input[type="submit"] {
    margin: 0;
    padding: 7px 40px;
    font-size: 24px;
    background-color: #fff300 !important;
    color: #555253;
    font-family: 'Alegreya Sans';
    font-weight: 600;
}
.page-banner-img ~ img{
    margin-top: -100px;
}
/*************************/
/* About Us Page */
/*************************/
.about-banner{
    background-color: #fff300;
}
.about-content{
    padding: 50px 0;
    background-color: #555253;
}
.about-content *{
    color: #fff;
}
.about-content p {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}
/*************************/
/* Contact Us Page */
/*************************/
.contact-banner{
    background-color: #fff300;
}
.contact-content{
    padding: 50px 0;
    background-color: #555253;
}
.contact-content label{
    font-family: 'Big John';
    color: #fff300;
    font-size: 24px;
}
.contact-content input{
    margin-bottom: 30px;
    height: 45px;
}
.contact-content textarea{
    min-height: 140px;
    margin-bottom: 30px;
}
.contact-content input[type="submit"] {
    margin: 0;
    padding: 7px 40px;
    font-size: 24px;
    background-color: #fff300 !important;
    color: #555253;
    font-family: 'Alegreya Sans';
    font-weight: 600;
}
/*************************/
/* Revolutionary */
/*************************/
.revolutionary-banner{
    background-color: #fff300;
    padding: 50px 0;
}
.revolutionary-kits-section{
    padding: 100px 0;
    background-color: #555253;
    padding-bottom: 0;
}
.kits-title{
    text-align: center;
}
.kits-title *{
    color: #fff;
    font-family: 'Alegreya Sans';
    font-size: 50px;
    font-weight: bold;
}
.kit-box{
    background-image: url(img/assets/kit-shadow.png);
    background-size: cover;
    background-position: bottom;
    padding-top: 150px;
}
.kit-meta h3{
    color: #fff300;
    font-family: 'Alegreya Sans';
    font-weight: bold;
    font-size: 49px;
}
.kit-meta h3 ~ *{
    color: #fff300;
    font-family: 'Alegreya Sans';
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}
.kit-meta h3 ~ ::before {
    content: "+";
    font-family: 'Alegreya Sans';
    font-weight: 400;
    width: 30px;
    height: 30px;
    background-color: #fff300;
    color: #514e4f;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 30px;
}
.kit-cta{
    margin-top: 50px;
}
.kit-cta a {
    font-family: 'Big John';
    font-size: 30px;
    font-weight: 400;
    background-color: #fff300;
    color:#000;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    padding: 40px 0 48px 0;
}
.availability-section{
    padding: 100px 0;
    background-color: #fff300;
}
.availability-title{
    text-align: center;
    margin-bottom: 80px;
}
.availability-title * {
    font-family: 'Alegreya Sans';
    font-weight: 700;
    color: #514e4f;
    font-size: 50px;
}
.kit-box > img {
    max-width: 95%;
    margin: 0 auto;
    display: inherit;
}
.kit-box div img {
    max-width: 85%;
    margin: 0 auto;
    display: inherit;
}
/*************************/
/* Step By Step Page */
/*************************/
.step-by-step-banner{
    background-color: #fff300;
    padding: 0px 0px 50px 0px;
}
.step-by-step-heading{
    margin-bottom: 40px;
}
.step-by-step-heading h3{
    font-family: 'Alegreya Sans';
    font-size: 82px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 100%;
}
.step-by-step-heading h4{
    font-family: 'Alegreya Sans';
    font-size: 73px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    line-height: 100%;
}
.step-by-step-level div{
    font-family: 'Alegreya Sans';
    font-size: 37px;
    color: #000;
    display: block;
    font-weight: 400;
}
.step-by-step-level p{
    margin-bottom: 0px;
}
.step-by-step-level a {
    background-color: #1d1b1b;
    font-family: 'Alegreya Sans';
    font-size: 37px;
    color: #fff300;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 160px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}
.step-by-step-img{
    margin-top: 30px;
}
.step-by-step-content{
    padding: 100px 0;
    background-color: #514e4f;
}
.section-title{
    text-align: center;
}
.section-title h3{
    color: #fff;
    font-family: 'Alegreya Sans';
    font-size: 50px;
    font-weight: bold;
}
.step-box{
    padding: 150px 0 0 0;
}
.step-box > img{
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    display: inherit;
}
.step-box-content{
    padding: 50px 0;
}
.step-box-content img{
    width: 100%;
    margin-bottom: 30px;
}
.step-box-content *{
    color: #fff;
    font-family: 'Alegreya Sans';
    font-size: 24px;
    font-weight: 400;
}
/*************************/
/* Single Shelf Page */
/*************************/
.single-shelf-banner{
    background-color: #fff300;
    padding: 50px 0 0 0;
}
.single-shelf-banner-img ~ img{
    margin-top: -100px;
}
.single-shelf-howto{
    padding: 100px 0;
    background-color: #514e4f;
}
.single-shelf-howto-content{
    padding-top: 100px;
}
.two-cta-box{
    border: 10px solid #fff300;
    margin: 0 auto;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    padding: 30px 0 36px 0;
    border-radius: 5px;
    position: relative;
    margin-top: 60px;
}
/*.two-cta-box:before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 0;
    border: 5px solid
        #fff300;
    height: 70%;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 5px !important;
}*/
.two-cta-box a{
    color: #fff300;
    width: 100%;
    display: inline-block;
    float: left;
    font-family: 'Big John';
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.single-shelf-video-section{
    background-color: #fff300;
    padding: 100px 0;
    padding-bottom: 0;
}
.video-wrapper {
    position: relative;
    margin-bottom: 100px;
}
.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}
.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
}
.video-overlay-play-button:hover {
    opacity: 1;
}
.video-overlay-play-button.is-hidden {
    display: none;
}
.video-overlay-play-button polygon {
    fill: #072187;
}
.video-overlay-play-button circle{
    stroke-width: 0;
    background-color: #000;
    fill: rgba(255,255,255,0.5);
}
.single-shelf-img-gallery{
    padding: 100px 0;
    background-color: #514e4f;
}
.gallery-img{
    margin-bottom: 100px;
}
.gallery-img:last-child{
    margin-bottom: 0;
}
section.single-shelf-video-section img {
    max-width: 100%;
}
/*************************/
/* Ceiling Storage Page */
/*************************/
.ceiling-storage-howto img{
    margin-bottom: 100px;
}
/*************************/
/* Workbench Page */
/*************************/
.workbench-banner {
    padding-top: 80px;
}
/*************************/
/* Pegboard Page */
/*************************/
.pegboard-banner{
    background-color: #fff300;
    padding: 50px 0;
}
.pegboard-size-section{
    padding: 50px 0;
    background-color: #514e4f;
}
.pegboard-size-container{
    position: relative;
}
.pegboard-size-container:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    background-image: url(img/assets/dotted-vertical.png);
    background-size: cover;
    background-position: center;
}
.pegboard-size-container:after{
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    background-image: url(img/assets/dotted-horizontal.png);
    background-size: cover;
    background-position: center;
}
.peg-size-box{
    text-align: center;
    align-items: center;
    display: flex;
}
.peg-size-box div{
    width: 100%;
    padding: 60px 0 90px 0;
}
.peg-size-box div img{
    max-width: 80% !important;
}
.pegboard-size-section .section-title {
    margin-bottom: 40px;
}
/*************************/
/* 404 Page */
/*************************/
.page-section,.comments-area{
    background: #514e4f;
}
#page-404 {
    height: 300px;
    position: relative;
}
#page-404 div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 30px 10px 20px 10px;
    color: #fff;
}
#page-404 div>h2{
    margin-bottom: 30px;
}
#page-404 .search-field{
    border: 0px;
    padding: 10px;
}
#page-404 .search-submit{
    padding: 10px;
    border: none;
    background:#fff300;
    color:#000;
    margin-left: -5px;
}
.screen-reader-text{
    display: none;
}
.entry-title{
    width:100%;
    color:#fff
}
.entry-title a{
    color:#fff
}
.entry-meta{
    width: 100%;
    padding: 0px 0px 20px 0px;
}
.entry-meta a{
    color:#fff
}
.entry-content{
    color: #fff;
}
.comment-meta {
    background-color: transparent;
    min-height: auto;
    padding: 0px;
    display: inline-block;
    width: 100%;
    float: left;
}
#commentform p label,#commentform p input,#commentform p textarea{
    width: 100%;
    display: block;
}
.comment-form-cookies-consent label,.comment-form-cookies-consent input {
    display: inline !important;
    margin-left: 5px;
    width: auto !important;
}
.form-submit .submit{
    border: none;
    background:#fff300;
    padding: 10px;
    color:#444;
}
#gameContainer{
    background: rgb(255, 243, 0) none repeat scroll 0% 0% !important;
}
@media (min-width: 320px) and (max-width: 768px) {
    .header-page-title span {
        background-color: #000;
        color:#fff300;
        padding: 14px 40px;
        font-family: 'Alegreya Sans';
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 600;
    } 
}
/*#video_source{
    width: 100%;
    min-height: 600px;
}
.youtubeVideo iframe{
    width: 100%;
}
@media (min-width: 1025px) and (max-width: 1365px) {
  
    #video_source{
        width: 100%;
        min-height: 550px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  
    #video_source{
        width: 100%;
        min-height: 450px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {

    #video_source{
        width: 100%;
        min-height: 250px;
    }

}*/