#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;
}



/* 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
 */

