.sppb-color-switcher-modes {
  display: none!important;
}
#offcanvas-toggler:after {
    content: none!important;
  
}
.sp-page-title {
    padding: 180px 0px 70px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: initial;
    margin: 0 0 100px 0;
}
.sp-page-title .sp-page-title-heading {
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.article-body {
      padding: 10px 0!important;
}
.article-body .article-header h4 {
          font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
.com-content.view-article #sp-main-body {
    padding: 150px 0px 100px 0px;
    background: #eeeeee;
}
.article-author-information {
  display: none;
}
.article-details .article-header h1 {
    font-size: 54px;
    line-height: 1.2;
    text-align: center;
    max-width: 730px;
    margin: 25px auto;
}
.sp-menu-separator {
      color: #878787;
}
.sppb-image-layouts-inline {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sppb-addon-image-layout-caption {
    color: #333333;
    background: rgb(255 255 255 / 70%);
    padding: 10px 15px;
    position: relative;
    z-index: 1;
}
.sppb-addon-image-layout-caption.caption-below {
      min-height: 120px;
}
@media (max-width: 767px) {
.logo-image {
    height: 48px!important;
}
  .menu-with-offcanvas {
    display:none!important;
  }
  .sppb-addon-image-layout-caption.caption-below {
      min-height: auto;
}
  .article-details .article-header h1 {
    font-size: 40px;
}
  .com-content.view-article #sp-main-body {
    padding: 50px 0px 40px 0px;
    background: #eeeeee;
}
  .article-intro-image img {
    width: 100%;
  }
}