/* Body */
.layout-boxed .body-innerwrapper {
    background: rgba(0,0,0,0.6);
}
.body-innerwrapper {
  overflow-x: visible;
}
#sp-main-body {
  padding-top: 0;
  padding-bottom: 20px;
}

/* Header */
#sp-header {
  height: 118px;
  border-bottom: none;
}
#sp-header > div.container {
  max-width: 100% !important;
  padding: 0;
}
#sp-header > .container > .container-inner {
  border-bottom: none;
}
#sp-header .logo {
  height: 118px;
}
#sp-header.header-sticky {
  background-color: rgba(0,0,0,0.7);
}
#sp-top1 {
  text-align: right;
}
#sp-top1 p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#sp-top-bar, #sp-top-bar a {
  color: white;
  font-weight: 600;
}
#sp-top-bar > div.container {
  max-width: 100% !important;
  margin: 0;
}

/* Header Menu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
}
.sp-megamenu-parent {
  margin-right: 0;
}
#sp-menu {
  margin-top: 70px;
}
#sp-menu .social-icon-facebook::before {
  content: "Find us on Facebook";
  color: white;
  font-size: 15px;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
#sp-menu ul.social-icons {
  position: absolute;
  top: 30px;
  right: 40px;
}
#sp-menu .social-icon-facebook .fa.fa-facebook:before {
    content: "\f082";
    color: white;
    font-size: 42px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
  border-bottom: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main:before {
  display: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: black;
}
/* Slideshow */
.sp-slider-outer-stage {
  /*height: 394px !important;*/
}
.sp-slider img {
  width: auto !important;
  height: auto !important;
}
.sp-slider .sppb-container {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
/* Welcome */
.op-welcome h3 {
  font-weight: 800;
  padding-top: 30px;
}
.op-welcome p {
  font-size: 17px;
  letter-spacing: 0.5px;
  padding: 0 30px;
}

/* Footer */

#sp-footer {
  line-height: 34px;
  font-size: 10pt !important;
  font-family: "Myriad Pro" !important;
  letter-spacing: 0.5px !important;
}
#sp-footer > div.container {
  max-width: 100% !important;
  margin: 0;
  background: url(/images/client/img/wood-bottom.jpg);
}
#sp-footer .container .container-inner {
  border-top: none;
}

#sp-footer ul a {
  color: white;
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 12px;
  font-family: "Myriad Pro", sans-serif;
  letter-spacing: 0.8px;
}
@media (max-width: 1199px){
  #sp-footer .container #sp-footer1{
    flex:1 0 100%;
    max-width: 100% !important;
  }
  }

/* Other Pages */
.sp-page-builder.page-2, .sp-page-builder.page-3,
.sp-page-builder.page-4, .sp-page-builder.page-5,
.sp-page-builder.page-6, .sp-page-builder.page-7,
.sp-page-builder.page-9 {
  color: white;
}
.op-contact-icons i {
  left: -20px;
  color: white;
}




/* Mobile */
@media (max-width: 991.98px) {
  #sp-menu ul.social-icons {
    display: none;
  }
  #sp-menu {
    margin-top: 20px;
    position: absolute !important;
  }
  #sp-logo {
    background: white;
  }
  #sp-logo .sp-column {
    text-align: center;
  }
  #offcanvas-toggler {
    margin-right: 15px;
  }
  .op-copyright p {
    text-align: center;
  }
  #sp-footer, #sp-bottom {
    margin: 0;
  }
  #sp-footer ul.menu {
    padding-left: 15px;
  }
  .op-desktop {
    /*display: none;*/
  }
  .op-contact-icons {
    margin-left: 15px;
  }
  .op-contact-icons i {
    left: -10px;
  }
}
