/*
Theme name: Scholabook BS5
Theme URI: https://scholabook.com
Author: Mostafijur Rahaman
Author URI: https://mostafijur.in
Description: General Wordpress basic theme developed for Scholabook using Bootstrap 5
Version: 1.0.0
Text domain: scholabook-bs5
*/

#site-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 19;
}

#site-header .menu-main-menu-container {
    margin-left: auto;
}

ul.navbar-nav .nav-item>a {
    display: block;
    padding: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

ul.navbar-nav li.menu-item-has-children {
    position: relative;
}

ul.navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.dropdown-menu.show {
    display: block;
}


/* --------------------- Theme ------------------------- */
.themecolor {
    color: #2fd756;
}

/* --------------------- Home Page ------------------------- */
#home-slider-section .elementor-element-populated {
    padding-top: 0;
}

/* --------------------- Footer ------------------------- */
#site-footer {
    background-color: #ffffff;
}
#bottom-footer {
    margin-top: 2rem;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}
#bottom-footer * {
    font-size: 16px;
    font-weight: normal;
}

#bottom-footer ul {
    list-style: none;
}

#bottom-footer li.menu-item {
    display: inline-block;
    color: grey;
    text-decoration: none;
    line-height: 1.8;
    margin: 0 5px;
}

#bottom-footer li.menu-item a {
    color: #000;
    text-decoration: none;
    padding: 5px;
}
#bottom-footer li.menu-item a:hover {
    color: #ff6600;
    text-decoration: none;
    padding: 5px;
}
@media (max-width: 768px) {
    #bottom-footer * {
        text-align: center;
    }
}
