/* ------------ MENU MOD ----------- */
@media screen and (min-width: 992px) {
  
.body-wrapper {
    width: calc(100% - 350px);
    margin-left: auto;
}

header#sp-header {
    display: flex;
    flex-direction: column;
    z-index: 999999999 !important;
    height: 100% !important;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 350px;
      -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
h3 {
    color: #8a625a;
}
div#sp-logo {
    width: 100%;
    padding: 0px 82px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #dddddd;
    margin-bottom: 20px;
}
.logo a {
    text-align: center;
}
div#sp-menu {
  position: static;
    display: flex;
    flex-wrap: nowrap;
}
div#sp-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 28px;
    font-size: 14px;
    text-transform: uppercase;
}
ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.logo-image {
    height: auto !important;
    width: auto;
    max-width: 75%;
  filter: drop-shadow(2px 4px 6px #555);
}
li.sp-menu-item a {
    font-size: 12px;
    text-align: center;
    color: black;
  letter-spacing: 2px;
}
}
@media screen and (max-width: 992px) {
  .sppb-sp-slider-title {
    font-size: 36px !important;
}
  .sppb-addon-content h4 {
    text-align: left;
    font-size: 26px;
}
  .sppb-addon-content h3 {
    text-align: left;
  }
  h3.sppb-addon-title {
    font-size: 34px;
}
  h4.sppb-addon-title {
    font-size: 30px;
}
  h2.sppb-title-heading {
    font-size: 30px;
  }
  div#sp-top1, div#sp-top2 {
    display: flex;
    justify-content: center;
}
  #sp-top2 .sp-column {
    width: 100%;
    display: flex;
    justify-content: center;
}
  .logo-image-phone {
    height: 70px !important;
}
  .overlay-background-style {
    background: none !important;
}
}

/* ------------ MENU MOD END ----------- */
#sp-top-bar a {
    color: #ffffff;
}
section#sp-main-body {
    background: #f3f3f3;
}
.btn-primary, .sppb-btn-primary {
    border-color: #b1a17f;
    background-color: #b1a17f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 40px;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #8a625a;
    background-color: #8a625a;
}
#sp-bottom {
    background: #8a625a;
}
h2.sppb-title-heading span {
    font-weight: bold;
    color: #dfdfdf;
}
h3.sppb-title-heading {
    color: white;
}
div#sp-top2 {
    display: flex;
    justify-content: flex-end;
}
a.ab_tpper {
    border: 1px solid #8a625a;
    padding: 3px 40px !important;
    width: 100%;
    display: block;
    color: #8a625a !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin-top: 10px !important;
  transition: 300ms all;
}
.ab_tpper:hover {
    background: #8a625a;
    color: white !important;
  transition: 300ms all;
}


a.ab_tpper_sub {
    font-size: 10px !important;
}
.sppb-section-title {
    background: #8a625a;
    color: white;
    padding: 20px;
}


li.sp-menu-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: #b1a17f;
}
li.sp-menu-item.active:before, li.sp-menu-item:hover:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
b, strong {
    font-weight: bolder;
    color: #b1a17f;
}
.sppb-addon-text-block ul li:before {
    content: '\f141';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 20px;
}
.sppb-addon-text-block ul {
    list-style-type: none;
}
.sppb-addon-text-block ul li:before {
    content: '\f141';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 20px;
    color: #b1a17f;
  margin-left: -30px;
    position: absolute;
}
.sp-megamenu-parent>li:hover>a {
    color: #b1a17f;
    font-weight: bold;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 30px;
    color: #fff;
  position: relative;
}
#sp-bottom .sppb-icon .sppb-icon-container {
    color: #ffffff !important;
}
#sp-bottom .sp-module .sp-module-title:after {
    content: '';
    width: 30%;
    height: 1px;
    position: absolute;
    background: white;
    left: 0;
    bottom: 0;
}
ul.sppb-icons-group-list li {
    border: 1px solid #ffffff8c;
    transition: 300ms all;
    background: white;
    color: #8a625a;
}

ul.sppb-icons-group-list li:hover {
    background: #8a625a;
    color: white;
    transition: 300ms all;
}
.sppb-addon-content {
    text-align: justify;
}
.sppb-icons-group-list li a i {
    color: #8a625a;
}
.sppb-icons-group-list li:hover a i {
    color: #fff;
}