/*
Theme Name: bkns
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align
Describes how inline contents of a block are horizontally aligned if the contents do not completely fill the line box.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: center;
    width: 100%;
    height: 100%;
    background-color: #446084;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 15px;
    white-space: nowrap;
    transition: background-color .3s, color .3s, border .3s;
}