
/* Dynamic Styles
-------------------------------------------------------------- */

body.admin-bar .disruhptiv-bar {
    top                 :   32px;
}

.disruhptiv-bar {
    background     :   #ededed;
    color          :   #000000;
    font-size      :   18px;
    line-height    :   1.5;
    font-family    :   "",sans-serif;
    top     : 0;
}

.disruhptiv-bar a, .disruhptiv-bar a:hover {
    color          :   #000000;
    text-decoration:   none;
}

.disruhptiv-bar .disruhptiv-title {
    background     :   #265e97;
    margin-bottom  :   2px;
    font-family    :   "", sans-serif;
    padding        :   20px
}

.disruhptiv-bar h3 {
    color          :   #ffffff;
    font-size      :   25px;
    line-height    :   25px;
    font-family    :   "",sans-serif;
}

.disruhptiv-bar h5 {
    color          :   #000000;
    font-size      :   15px;
    line-height    :   15px;
    margin-bottom  :   5px;
    font-family    :   "",sans-serif;
}

.disruhptiv-bar .disruhptiv-container {
    padding        :   20px;
    max-width      :   1200px;
}

.disruhptiv-bar .dsb-icon i {
    color          :   #265e97;
        font-size      :   25px;
        line-height    :   10px;
}

.disruhptiv-video-launcher {
    background     :   #CCCCCC;
    color          :   #000000;
}

.disruhptiv-bar-video-box {
    background     :   #CCCCCC;
}

.disruhptiv-bar-video-box:after {
    border-top-color     :   #CCCCCC;
}

.disruhptiv-bar-video {
        left: 20px;
    }

.disruhptiv-bar-video-box:after, .disruhptiv-bar-video-box:before {
        left: 40px;
    }

.disruhptiv-bar-video-box {
    font-family    :   "", sans-serif;
    color          :   #000000;
    font-size      :   14px;
}

.dsb-button {
    font-family    :   "", sans-serif;
    color          :   #FFFFFF;
    font-size      :   14px;
    line-height    :   35px;
    background     :   #000000;
}


/* Custom CSS Code
-------------------------------------------------------------- */

.disruhptiv-bar {}

/* RESPONSIVE
--------------------------------------------*/

@media (max-width: 1300px) {
    
    .disruhptiv-bar {
        font-size      :   16.2px;
    }
    
    .disruhptiv-bar h3 {
        font-size      :   22.5px;
        line-height    :   22.5px;
    }
    
    .disruhptiv-bar h5 {
        font-size      :   13.5px;
        line-height    :   13.5px;
    }

    .disruhptiv-bar .dsb-icon i {
                font-size      :   22.5px;
            }
    
}

@media (max-width: 1150px) {
    
    .disruhptiv-bar {
        font-size      :   15.3px;
    }
    
    .disruhptiv-bar h3 {
        font-size      :   21.3px;
        line-height    :   21.3px;
    }
    
    .disruhptiv-bar h5 {
        font-size      :   12.8px;
        line-height    :   12.8px;
    }

    .disruhptiv-bar .dsb-icon i {
                font-size      :   21.3px;
            }
    
}

@media (max-width: 960px) {

    .disruhptiv-bar .dsb-sections {
        border-right: 0px solid #CCC;
    }
    
    .disruhptiv-bar {
        font-size      :   27.0px;
        line-height    :   54.0px;
    }

    .disruhptiv-bar .disruhptiv-title {
        padding        :   15.0px;
        margin-bottom  :   1.5px;
    }

    .disruhptiv-bar .disruhptiv-container {
        padding        :   15.0px;
    }
    
    .disruhptiv-bar h3 {
        font-size      :   16.3px;
        line-height    :   16.3px;
    }
    
    .disruhptiv-bar h5 {
        font-size      :   11.3px;
        line-height    :   11.3px;
        margin-bottom  :   3.8px;
        display: none;
    }

        
    .disruhptiv-bar {
        top   : auto!important;
        bottom     : 0;
    }

        
}