/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot
----------------------------------------- */

/*
 * Utility Classes
 * -----------------------------------------------
*/

/* -------- Text Colors ---------- */

/* Text Black & Gray Color*/

.text-black {
    color: #000 !important;
}

.text-black-222 {
    color: #222222 !important;
}

.text-black-777 {
    color: #777777 !important;
}

.text-gray {
    color: #808080 !important;
}

/* Text White Color*/

.text-white {
    color: #fff !important;
}

/* -------- Solid Color Background ---------- */

.bg-lightest {
    background-color: #fcfcfc !important;
}

.bg-silver-light {
    background-color: #F7F8FA !important;
}

/* Bg White Color*/

.bg-white {
    background-color: #fff !important;
}

.bg-white-transparent-4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

/* -------- Font Size ---------- */

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-32 {
    font-size: 32px !important;
}

/* -------- Custom Margin Padding ---------- */

.mr-5 {
    margin-right: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

/* -------- Border ---------- */

.no-border {
    border: none !important;
}

/* -------- Responsive Classes ---------- */

/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .sm-display-block {
        display: block !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-pull-none,
    .pull-left.flip.sm-pull-none,
    .pull-right.flip.sm-pull-none {
        float: none !important;
        clear: both;
    }
    .sm-pull-center {
        display: table;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .xs-text-center {
        text-align: center !important;
    }
}

/* -------- Opening Hourse ---------- */

.opening-hours ul li {
    padding-bottom: 10px !important;
}