#banner video {
    display: block;
}

#bash-social-media {
    background-image: url("/themes/frontend/img/bash/circle-bg.png");
}

#bash-social-media .tabcontent .grid-container {
    display: grid;
    grid-template-areas: 'item1' 'item2' 'item3' 'item4';
    grid-gap: 10px;
}

#bash-social-media .tabcontent .grid-container .item1 {
    grid-area: item1;
}

#bash-social-media .tabcontent .grid-container .item2 {
    grid-area: item2;
}

#bash-social-media .tabcontent .grid-container .item3 {
    grid-area: item3;
}

#bash-social-media .tabcontent .grid-container .item4 {
    grid-area: item4;
}

#bash-social-media .tabcontent .grid-container > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url("/themes/frontend/img/knockout/brick.png");
}

#bash-social-media .tabcontent .grid-container > div img {
    width: 100%;
}

#bash-social-media .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#bash-social-media .tab a.btn-tab-social {

    text-align: center;
    height: 100px;
}

#bash-social-media .tab a.btn-tab-social:hover img, a.btn-tab-social.active img {
    /*margin-left: -12px;*/
}

#bash-social-media .tab a.btn-tab-social:hover h3, a.btn-tab-social.active h3 {
    margin-left: -12px;
}

#bash-social-media .tab a.btn-tab-social img {
    width: 50px;
    height: 50px;
    transition: 0.1s ease;

}

#bash-social-media div[data-tab-widget] a.active {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    position: relative;
}

#bash-social-media div[data-tab-widget] a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid red;
    bottom: 28px;
    left: 0;

}

#bash-social-media [data-tab] {
    display: none;
}

#bash-social-media div.active[data-tab] {
    display: block;
}


.grid-container .feed {
    position: relative;
    background-size: cover;
    max-height: 415px;
}
.grid-container .feed .bg-image {
    /* Add the blur effect */
    filter: blur(8px);
    position: absolute;
    width: 100%;
    -webkit-filter: blur(8px);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-container .feed img{

    position: relative;
    z-index: 1;
}
.grid-container .feed.item2, .grid-container .feed.item3 {
    max-height: 175px;
}

@media (min-width: 320px) and (max-width: 428px) {
    #tv_container {
        margin: 0 auto;
    }
}

@media (min-width: 320px) {

}

@media (min-width: 375px) {

}

@media (min-width: 425px) {

    #bash-social-media .tabcontent .grid-container {
        display: grid;

        grid-template-areas: 'item1 item1' 'item2 item3' 'item4 item4'
    }

}

@media (min-width: 768px) {
    #bash-social-media .tabcontent .grid-container {
        display: grid;
        grid-template-areas: 'item1 item2' 'item1 item3' 'item4 item4';
        grid-gap: 10px;
    }

    #bash-social-media .tab {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

}

@media (min-width: 1024px) {

    #banner .carousel video {
        display: block
    }

    #bash-social-media .tabcontent .grid-container {
        display: grid;
        grid-template-areas: 'item1 item2 item4' 'item1 item3 item4'
    }

    #bash-social-media .tab {
        display: flex;
        flex-direction: column;
    }

    #bash-social-media .tab a.btn-tab-social {

        text-align: center;
        height: 90px;
    }

    #bash-social-media .tab a.btn-tab-social:hover img, a.btn-tab-social.active img {
        margin-left: 0px;
    }

    #bash-social-media .tab a.btn-tab-social:hover h3, a.btn-tab-social.active h3 {
        margin-left: -12px;
    }

    #bash-social-media .tab a.btn-tab-social img {
        width: 50px;
        height: 50px;
        transition: 0.1s ease;

    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1350px) {

}

@media (max-width: 991px) {
    .bash-elemet-1, .bash-elemet-2, .bash-elemet-7, #basher-001 {
        display: none;
    }

    .basher-youtube-element-1 {
        display: none;
    }

    .bash-elemet-5, .bash-elemet-3 {
        display: none;
    }
}

@media (min-width: 992px) {
    .basher-youtube-element-1 {
        position: absolute;
        left: 8em;
        margin-top: 5em;
    }

    #meet-the-bashers .owl-carousel .owl-dots button {
        margin: 2px;
    }
}

.footer-bg {
    background-color: #e9d368;
}

.btn-view-more {
    border: none;
}

#banner .carousel video {
    display: block;
    min-width: 100%;
    width: auto;
    object-fit: cover;
}

#bash-shop .owl-carousel .item .overlay_txt {
    position: absolute;
    bottom: 0;
    min-height: 130px;
    opacity: 0;
    padding: 15px;
    text-align: center;
    color: #fff;
    transition: all 2s ease;
}

#bash-shop .owl-carousel .owl-item.center .item:hover .overlay_txt {
    opacity: 1;
    background: rgba(0, 0, 0, 0.48);
    transition: all 2s ease;
}

#bash-shop .owl-carousel .item .overlay_txt p {
    line-height: 1;
}

@media only screen and (max-width: 560px) {
 
    #bash-shop .owl-carousel .item .overlay_txt {
        position: absolute;
        bottom: 30px;
        min-height: 130px;
        opacity: 0;
        width: 84%;
    }
    #bash-shop .owl-carousel .owl-item .item:hover .overlay_txt {
        opacity: 1;
        background: rgba(0, 0, 0, 0.48);
        transition: all 2s ease;
    }
}
@media only screen and (max-width: 414px) {
 
    #bash-shop .owl-carousel .item .overlay_txt {
        position: absolute;
        bottom: 24px;
    }
}
@media only screen and (max-width: 375px) {
 
    #bash-shop .owl-carousel .item .overlay_txt {
        bottom: 15px;
    }
}