/**
 * Base Styles
 * 
 * @package DucPhat
 * @version 1.0.0
 */

/* ==========================================================================
   Base Styles
   ========================================================================== */

body {
    font-size: 16px !important;
}

b,
strong {
    font-weight: 700;
}
/* ==========================================================================
   Form Styles
   ========================================================================== */

.wpcf7-spinner {
    display: none;
}

.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
    background: #fff !important;
    border-color: #e9e3e5 !important;
}

/* ==========================================================================
   Navigation Styles
   ========================================================================== */

.nav-previous,
.nav-next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 400;
    font-style: normal;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.footer-wrapper p {
    margin-bottom: 0.3em;
}

.absolute-footer {
    padding: 10px 0 10px;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;
}

/* ==========================================================================
   Box Sizing
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
