/*
 Theme Name:   Back Office
 Theme URI:    https://back-office.dk
 Description:  Custom theme, developed by i-Strategi ApS.
 Author:       i-Strategi ApS. 
 Author URI:   https://i-strategi.dk
 Template:     wp-bootstrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  backoffice
*/

body {
    background-color: #f6f6f6;
    font-family: 'Roboto', sans-serif;
}

strong {
    font-weight: 500;
}


.bg-light {
    background-color: #FFF !Important;
}

#root {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    margin-bottom: 46px;
}

#navbar {
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .03);
}

#navbar .container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    padding: 0;
    margin-bottom: -25px;
}

.navbar-brand .logo {
    height: 50px;
}

.navbar-nav.primary {
    margin-left: auto;
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: 450;
}

#offcanvas-menu .menu a {
    color: #222222;
}

#footer a {
    color: inherit;
}

#footer .widgettitle {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .menu a {
    margin-bottom: 5px;
    display: inline-block;
}

#footer-widgets {
    padding: 3rem 0 2rem;
}

#footer-info {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.05);
}

#footer-info a {
    opacity: .3;
}

@media only screen and (max-width:767px) {

    .btn-phone {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        border-radius: 0;
        padding: 10px;
    }
}

@media only screen and (min-width:768px) {
    #root {
        width: 1200px;
        max-width: 90%;
        margin-bottom: 0;
    }

    #navbar {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-brand .logo {
        height: 70px;
    }
}