/*header*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    color: #370401 !important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #A23E00 !important;
}

.sp-megamenu-parent>li>a:hover {
    color: #A23E00 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #A23E00 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #A23E00 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-top: 20px !important;
    max-width: 180px !important;
}

.sp-megamenu-parent >li.active>a:before {
    content: '';
    background: url(/images/00_TheBIGBean/bigbean-pattern.png);
    width: 14px !important;
    height: 14px !important;
    position: static;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

#sp-header{
  position: absolute !important;
}
#sp-header.header-sticky {
    position: fixed !important;
    background: #FED291 !important;
    padding: 28px 0px 0px 0px !important;
}
#sp-header:before {
    background-image: unset !important;
}

/*Page title*/
.sp-page-title {
    padding: 200px 0 200px 0 !important;
    background-repeat: no-repeat;
    opacity: 0.7;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.sp-page-title .sp-page-title-heading {
    font-size: 70px !important;
    text-shadow: 0px 3px 10px #370401;
    padding-top: 40px !important;
    text-align: center;
}

/*bottom menu*/
#sp-bottom {
    padding: 80px 0 0px !important;
}

#sp-bottom .sp-module {
    margin-bottom: 0px !important;
}

#sp-bottom .sp-module ul >li {
    display: inline-block !important;
    padding: 0 10px important;
}

#sp-bottom .sp-module ul {
    text-align: center !important;
    padding: 30px 0 !important;
}

#sp-bottom .sp-module ul >li >a {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0 12px !important;
}

#sp-bottom .sp-module ul >li >a:hover {
    color: #FED291;
}

/*footer*/
#sp-footer {
  text-align: center !important;
}

#sp-footer .container-inner {
    padding: 15px 0 !important;
}

#sp-footer .sp-copyright {
    color: #ffffff !important;
    font-weight: 600;
}

.sp-scroll-up {
    right: 100px !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(255,255,255,0.4) !important;
    border-radius: 3px;
    border: 1px solid #fff;
    z-index: 1000;
}

/*CTA*/
.cta-shape {
    position: relative;
}

.cta-shape:before {
    position: absolute;
    background-size: contain !important;
    width: 100%;
    content: '';
    background: url(/images/00_TheBIGBean/cta-shape.png);
    height: 100%;
    top: -10px;
    bottom: 0px;
    left: 0px;
    margin:auto;
    background-repeat:no-repeat;
    z-index: -10;
}

.cta-pattern {
    position: relative;
}
.cta-pattern:before {
    position: absolute;
    background-size: contain !important;
    width: 650px;
    content: '';
    background: url(/images/00_TheBIGBean/Contact/cta-pattern.png);
    height: 650px;
    top: -210px;
    bottom: 0px;
    right: 0px;
    left: -800px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
    filter: brightness(0.7) opacity(0.25) sepia(100%);
}

@media (min-width:1600px){
.cta-shape:before {
  top: 0px;
  }
.sp-page-builder .page-content #section-id-1698638865671 {
  margin-left: -400px !important;
  margin-right: -400px !important;
  padding-top: 180px !important;
}
#sppb-addon-1698645296311 img {
  margin-left: -230px;
}
#sppb-addon-1698645296314 img {
  margin-right: -230px;
}
}
/*Blog*/
.artcile-details-wrap {
    max-width: 1280px !important;
}