
/* Page setting overrides */

#sp-main-body {
    padding: 0px;
}
#sp-page-builder .page-content .sppb-section:first-child {
    margin-top: -5px;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
#sp-header, #sp-top-bar {
    background: none;
    box-shadow: none;
}
#sp-header {
    border-top: 1px solid #555555;
    border-bottom: 2px solid #e6ce49;
}
#sp-header.menu-fixed {
    background: #101010;
    transition: background-color 0.5s ease;
}

/* Menu setting overrides */

.sp-megamenu-parent > li > a,
#offcanvas-toggler > i {
    color: #ffffff;
    /* font-size: 22px */
}
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
#offcanvas-toggler > i:hover,
#offcanvas-toggler > i:active {
    color: #edcf26!important;
}
.sp-megamenu-parent > li > a::before{
    background: #000000;
}
.sp-megamenu-parent > li > a {
    padding: 0 15px;
    font-size: 18px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #000000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .active > a::before, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .current-item .active > a {
    color: #edcf26;
    background: #000000!important;
    font-size: 18px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 18px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:active,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus,
.sp-dropdown-item .current-item .active > li > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .active
{
    color: #edcf26!important;
    background: #000000!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    background: #000000!important;
    color: #edcf26!important;
    padding-left: 32px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
    padding: 9px 20px 13px;
 }
/* Font Awesome Updates for full FA 5 set */

  .sp-megamenu-parent > li.sp-has-child > a::after {
    font-family: "Font Awesome 5 Pro";
    content: " \f107";
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-top: 3px;
}
.sp-module ul > li > a::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    margin-right: 8px;
}
.fa-coffee::before {
    color: #edcf26;
}
.fa-angle-down::before {
    content: "\f107";
    font-weight: 300;
}
.fa-angle-up::before {
    content: "\f106";
    font-weight: 300;
}