/* */

p, li, ul, a {
  font-weight: 400 !important;
}

ul.sp-megamenu-parent.menu-fade-down-fade-up.hidden-sm.hidden-xs > li > a {
    text-transform: uppercase;
    font-weight: bold;
}


.sticky__wrapper {
    -webkit-box-shadow: 2px 11px 20px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 11px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 2px -3px 20px -5px rgb(0 0 0 / 75%);
}



/*
#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a, #sp-header #sp-menu .sp-megamenu-parent >li.sp-has-child.active>a {
  color: #384c9d !important;
}
*/

.entry-header h1:after, .entry-header h2:after {
  background: #384c9d !important;
}


.image-layout-preset-style-poster .sppb-addon-image-layout-content {
    margin: auto !important;
    width: 100% !important;
    padding-bottom: 1%;
    padding-top: 5%;
    color: #384c9d !important;
}

.sppb-addon-image-layout-content {
      background: rgb(255,255,255, 0.7) !important;
}



.sp-megamenu-parent >li.active>a {
    color: white  !important;
    font-weight: bold !important;
    background: #384c9d !important;
    height: 63px !important;
    display: inline;
    border-radius: 20px;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
}


.col-md-6.customMarginleft {
    margin-left: -7% !important;
}



@media (max-width: 479px) {
    margin-left: 0 !important;
}