/*--BOOTSTRAP OVERRIDES---*/

.text-primary {
    color: #a75024 !important;
}
.footer-img i{
    color: #9e2220;
}

a.btn-social, .btn-social{
    background-color: white;
}

/*--COMMON CLASSES---*/

.margin-center {
    margin: 0 auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9e2220;
    transition: 0.3s;
    margin: 5px;
}

.owl-carousel .owl-dots {
    display: table;
    margin: 0 auto;
}

.owl-carousel .owl-dots button.active {
    width: 12px;
    height: 12px;
    background-color: white !important;
}

.btn-bg {
    height: 65px;
    width: 104px;
    border: 0;
    color: transparent;
    cursor: pointer;
    background-size: contain;
    transition: background-position 500ms linear;
}

.btn-bg:hover {
    background-size: 105% 105%;
}

.btn-bg:hover, .btn-bg.active {
    background-size: 105% 105%;
}

.btn-bg-allsocial {

    background: url("./img/layers/social/all.png") no-repeat center;
}

.btn-bg-facebook {

    background: url("./img/layers/social/fb.png") no-repeat center;
}

.btn-bg-insta {

    background: url("./img/layers/social/insta.png") no-repeat center;
}

.btn-bg-twitter {

    background: url("./img/layers/social/twitter.png") no-repeat center;
}

a.btn-view-more {
    width: 120px;
    display: inline-block;
    transition: 0.1s ease;
}

a.btn-view-more img {
    width: inherit;
}

a.btn-view-more:hover {
    width: 210px;
}

.jh_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--COMPONENT BASED STYLES--*/

#knockout .owl-carousel .owl-dots{
    margin-top: 2em;
}

#knockout {
    background-position: center;
    background-size: cover;
}

#knockout > .container-fluid {
    min-height: 900px;
    background-color: rgba(255, 255, 255, 0.72);
}

#knockout .owl-carousel {
    height: auto;
}

#knockout .owl-carousel .item {
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

#knockout .owl-carousel .item img {
    margin: 0 auto;

}

#knockout .owl-item.center > div {
    cursor: auto;
    margin: 0;
}

#knockout .btn-knockout {
    border: 6px solid #F4B237;
    background-color: #ffcc6c;
    border-radius: 12px;
    box-shadow: inset 1px -1px 5px 3px #e6aa39;
    transition: all 200ms ease;
}

#knockout .btn-knockout:hover {
    border: 6px solid #97151e;
    background-color: #bf434d;
    border-radius: 12px;
    box-shadow: inset 1px -1px 5px 3px #97151e;
    transition: all 200ms ease;
}

.knockout-video-frame .owl-stage-outer {
    border: 5px solid white;
    border-radius: 15px;
}



#watch-knockout {
    min-height: 300px;
}

#watch-knockout .wrapper {
    position: relative;
}

#watch-knockout .owl-carousel {

}

#watch-knockout .owl-carousel .item {

    overflow: hidden;
}

#watch-knockout .owl-carousel .item > img {
    margin: 0 auto;

}

#watch-knockout .owl-carousel .owl-dots {
    display: table;
    margin: 0 auto;
}

#watch-knockout .owl-carousel .owl-dots button {
    background-color: white;
    margin: 5px;
}

/*#watch-knockout .link-view-more:hover {
    transition: all 300ms ease-in-out;
    transform: scale(1.1);
}*/

#watch-knockout .container .row {

}

#knockout-social-media {

}

#knockout-social-media .tabcontent .grid-container {
    display: grid;
    grid-template-areas: 'item1' 'item2' 'item3' 'item4';
    grid-gap: 10px;
}

#knockout-social-media .tabcontent .grid-container .item1 {
    grid-area: item1;
}

#knockout-social-media .tabcontent .grid-container .item2 {
    grid-area: item2;
}

#knockout-social-media .tabcontent .grid-container .item3 {
    grid-area: item3;
}

#knockout-social-media .tabcontent .grid-container .item4 {
    grid-area: item4;
}

#knockout-social-media .tabcontent .grid-container > div {
    overflow: hidden;
    display: flex;
    align-items: center;
}

#knockout-social-media .tabcontent .grid-container > div img {
    width: 100%;
}

#knockout-social-media .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#knockout-social-media .tab a.btn-tab-social {

    text-align: center;
    height: 100px;
}

/*#knockout-social-media .tab a.btn-tab-social:hover img, a.btn-tab-social.active img {*/
/*    margin-left: -12px;*/
/*}*/

#knockout-social-media .tab a.btn-tab-social img {
    width: 50px;
    height: 50px;
    transition: 0.1s ease;

}

#knockout-social-media div[data-tab-widget] a.active {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 4px;
    position: relative;
}

#knockout-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;

}

#knockout-social-media [data-tab] {
    display: none;
}

#knockout-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: 210px;
}

.footer-bg {
    background-image: url("/themes/frontend/img/cupshup/footer.png");
    background-position: center;
    background-size: cover;
}

.footer-bg * {
    transition: all 200ms ease;
    color: white;
}

.footer-bg .green {
    color: white !important;
}

.footer-bg a:hover {
    color: yellow;
}


.btn-social:hover, .btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
    background-color: white !important;
}

/*--MEDIA QUERIES--*/

@media (min-width: 320px) and (max-width: 428px) {

}

@media (min-width: 320px) {

}

@media (min-width: 375px) {

}

@media (min-width: 425px) {

    #knockout-social-media .tabcontent .grid-container {
        display: grid;

        grid-template-areas: 'item1 item1' 'item2 item3' 'item4 item4'
    }

}

@media (min-width: 768px) {
    #knockout-social-media .tabcontent .grid-container {
        display: grid;
        grid-template-areas: 'item1 item2' 'item1 item3' 'item4 item4';
        grid-gap: 10px;
    }

    #knockout-social-media .tab {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

}

@media (min-width: 1024px) {

    #banner {

    }

    #banner .carousel video {
        display: block
    }

    #knockout {

    }

    #knockout > .container-fluid {
        min-height: 900px;
        background-color: rgba(255, 255, 255, 0.72);
    }

    #knockout .owl-carousel {
        height: auto;
    }

    #knockout .owl-carousel .item {
        margin: 6% 8%;
        transition: margin 0.4s ease;
    }

    #knockout .owl-carousel .item img {
        margin: 0 auto;

    }

    #knockout .owl-item.center > div {
        cursor: auto;
        margin: 0;
    }

    #knockout .btn-knockout {
        border: 6px solid #F4B237;
        background-color: #dba32c;
        border-radius: 12px;
        box-shadow: inset 1px -1px 5px 3px #e6aa39;
        transition: all 200ms ease;
    }

    #watch-knockout {
        min-height: 500px;
    }

    #watch-knockout .wrapper {
        position: relative;
    }

    #watch-knockout .owl-carousel {

    }

    #watch-knockout .owl-carousel .item {

        overflow: hidden;
    }

    #watch-knockout .owl-carousel .item > img {
        margin: 0 auto;

    }

    #watch-knockout .owl-carousel .owl-dots {
        display: table;
        margin: 0 auto;
    }

    #watch-knockout .owl-carousel .owl-dots button {
        background-color: #ffffff94;
        margin: 5px;
    }

    /*    #watch-knockout .link-view-more:hover {
            transition: all 300ms ease-in-out;
            transform: scale(1.1);
        }*/

    #watch-knockout .container .row {

    }

    #knockout-social-media {

    }

    #knockout-social-media .tabcontent .grid-container {
        display: grid;
        grid-template-areas: 'item1 item2 item4' 'item1 item3 item4'
    }

    #knockout-social-media .tab {
        display: flex;
        flex-direction: column;
    }

    #knockout-social-media .tab a.btn-tab-social {

        text-align: center;
        height: 90px;
    }

    /*#knockout-social-media .tab a.btn-tab-social:hover img, a.btn-tab-social.active img {*/
    /*    margin-left: -12px;*/
    /*}*/

    #knockout-social-media .tab a.btn-tab-social img {
        width: 50px;
        height: 50px;
        /*transition: 0.1s ease;*/

    }

    .footer_line_art{
        top: 25px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1350px) {

}


























