/* .itemid-113 .btn-primary {
display:none;
} */


#section-id-1618800434230 .sppb-img-responsive {
    min-height: 360px;
  min-width: 360px;
    object-fit: contain;
      max-height: 360px;
}

table td, table th {
  border: 1px solid #666666; /* Adjust border style, width, and color */
}

article.item.item-page {
    padding: 0 0px;
}

#sp-top-bar {
  display: none;
}

.yoga-hero-section:before,
.sp-page-title:after {
  background-image: -webkit-linear-gradient(137deg, #9870c6 0%, #3d2a63 100%);
  background-image: -moz-linear-gradient(137deg, #9870c6 0%, #3d2a63 100%);
  background-image: -o-linear-gradient(137deg, #9870c6 0%, #3d2a63 100%);
  background-image: linear-gradient(137deg, #9870c6 0%, #3d2a63 100%);
  opacity: .7
}

.splms-event-speakers,
.event-gallery,
#event-tickets {
  display: none;
}

.sp-page-builder .page-content #section-id-1491550890>.sppb-row-overlay {
  background: linear-gradient(0deg, rgba(61, 42, 99, 0.1) 0%, rgba(152, 112, 198, 0.1) 100%) transparent!important;
}

#sp-bottom .sp-module ul>li>a {
  line-height: 20px;
}

#sp-footer a:hover {
  color: #9870c6;
}

.view-article #sp-main-body {
  padding: 0!important;
}

.sp-page-title {
  background-size: cover;
}

.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.25rem;
  margin-top: 10px;
  margin-left: 20rem;
  margin-right: 20rem;
  text-align: center;
}

.com-splms.view-event .event-topics {
  display: none;
}

#sppb-addon-1491550892 .sppb-cta-subtitle {
  line-height: 60px!important;
}

.event-introduction ul.splms-event-sessions-meta li:nth-child(3) {
  display: none;
}

.view-events .sp-module ul>li {
  border-bottom: 0px;
}

.view-events .sp-module .sp-module-title {
  font-size: 24px;
}

.view-event #sp-right,
.view-event #sp-position1 {
  display: none;
  width: 0%
}

.view-event #sp-component {
  width: 100%
}

.itemid-364 .sp-page-title h2 {
  display: none;
}

td, th {
    padding: 10px;
}

.splms.splms-view-events .splms-event-info-list {
    color: #000;
}


@media print {
  a[href]:after {
    content: none !important;
  }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  #sppb-addon-1491550892 .sppb-cta-subtitle {
    line-height: 60px!important;
  }
  .sp-page-title h3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  ...
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  ...
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  ...
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  ...
}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */