.featured-hero-title {
    font-family: 'Poppins' , Georgia , serif;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    color: #111;
}   

.featured-hero-title._blog {
    padding: 40px 0 !important;
    display: flex;
    justify-content: space-between;
}

.featured-hero-title._blog .button-orange {
    align-self: flex-end;
}

.featured-hero-subtitle {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.featured-content {
    background-color: #fff; 
    padding: 40px !important;
    color: #333;
}

.-is-white {
    background-color: white !important;
    padding: 40px !important;
}

.has-text-dark {
    color: #333333;
}

._left {
    text-align: left;
}

._clear-margin {
    margin: 0 !important;
}

.card-benefits>.card-benefits-title {
    text-align: center;
    padding: 20px 0;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 24px;
}

.-has-full-height {
    height: 100%;
}

.-is-pull-right {
    margin: 10px;
    margin-left: auto;
}

.-is-transparent {
    background: transparent !important;
    border: 0 !important;
}

.is-testimony {
    padding: 15px !important;
    margin-bottom: 10px;
    flex-direction: row !important;
    align-items: center !important;
}

.is-testimony .box-feature-icon._clear {
    font-size: 0 !important; /* force alignment */
}

.box-feature {
    display: flex;
}

.box-feature,.box-feature-icon {
    align-self: flex-start;
    padding: 10px;
}

.is-testimony .box-feature-content-title {
    display: initial;
    font-size: 16px;
    font-weight: bold;
}

.is-testimony .box-feature-content-title._large {
    font-size: 20px;
}

.testimonial-box {
    display: block;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #1717ce;
}

.-no-border {
    border: 0 !important;
}

.testimonial-box .is-centered {
    text-align: center;
    flex-direction: row;
    align-self: center;
}

.testimonial-box .is-flex-centered {
    justify-content: center;
}


.testimonial-box.bottom-spaced  {
    margin-bottom: 60px;
}

.testimonial-box .section-boxes-item-testimony-controls {
    padding-top: 15px;
    margin: 0 auto !important;
}

.testimonial-box .icon, .-slide-icon  {
    background-color: transparent;
    font-weight: bolder;
    color: #FF6A58 !important;
}

.card-owner-figure img, .instructor-item-image img {
    border-radius: 50%;
    border: 3px solid #1717ce !important;
}

.instructor-item .instructor-item-image {
    text-align: center;
    max-width: 30%;
    width: 100%;
}

.card-owner-figure img, .instructor-item-image img { 
    min-width: 150px;
    min-height: 150px;
    background: #ccc;
}

.instructor-item .instructor-item-content {
    justify-content: space-evenly;
}

.instructor-item-image img {
    margin: 0 auto;
}

.instructor-item .instructor-item-buttons a, .instructor-item .instructor-item-buttons a:hover {
    border: 0;
    color: #FF6A58;
    text-decoration: underline;
    box-shadow: none !important;
    font-weight: bold;
    background: transparent;
}

.instructor-item .instructor-social {
    letter-spacing: 3px;
    margin: 10px;
    text-align: center;
    font-size: 22px;
}

.button-orange, .button-orange:hover  {
    background: transparent;
    border: 2px solid #FF6A58;
    color: #FF6A58;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.button-orange.-is-filled {
    background: #FF6A58;
    color: #FFF;
    width: 100%;
}


.article-box .article-box-title {
    font-size: 26px !important;
}

.article-box .article-box-date::before {
    content: "—";
    padding-right: 10px;
    color: #FF6A58;
    font-weight: bolder;
}

.article-box .article-box-description {
    margin: 20px 0;
}

.article-box .button-orange {
    width: fit-content;
}

.-margin-b25 {
    margin-bottom: 25px;
}

.-margin-b50 {
    margin-bottom: 50px;
}

.-margin-b5 {
    margin-bottom: 5px;
}

.-padding-10 {
    padding: 10px;
}

.blog-pagination.-center .wp-pagenavi {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

.product-card-item {
    margin: 0 10px !important;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}

.product-card-item .product-item-body {
    justify-content: space-between;
}

.product-card-item .product-item-title {
    font-size: 18px !important;
    font-weight: bold;
    color: #111;
}

.product-card-item .product-item-price {
    color: #C6C6C6;
    margin-bottom: 15px;
}

.product-card-item .product-item-price-value {
    color: #111;
    font-size: 28px;
}

.article-box-inner {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.section-content.-no-pad {
    padding: 0;
}

.box-feature-special {
    color: #FF6A58;
    font-weight: bold;
}

.box-feature-special:before {
    content: "■";
    font-size: 1.1rem;
    padding: 0 2px;
}

.ui-button.-orange {
    background-color: #ff6a58;
    color: #fff;
    text-transform: uppercase;
}

.ui-link,.-orange {
    color: #ff6a58;
    font-weight: bold;
}

@media only screen and (min-width:950px) {
    .article-box {
        width: calc(50% - 15px * 2) !important;
    }

    .is-column-half {
        width: calc(50% - 15px) !important;
    }

    .is-column-three-quarters {
        width: calc(75% - 15px) !important;
    }

    .is-column-one-quarters {
        width: calc(25% - 15px) !important;
    }

    .is-column-third {
        width: 31% !important;
    }

    .testimonial-box img { 
        min-width: 150px;
        min-height: 150px;
        background: #ccc;
    }
}

@media (max-width:800px) {
    .arrow {
        display: none;
    }
}

@media (max-width:950px) {

    .featured-hero-title._blog {
        display: inherit !important;
    }

    .featured-hero-title._blog .button-orange {
        width: 100%;
    }

    .navigation.-is-mobile {
        display: initial !important;
    }

    .instructor-item .instructor-item-image {
        max-width: 100%;
    }

    .instructor-item .instructor-item-content {
        text-align: center;
    }

    .grid-owners-item {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .featured-content {
        padding: 20px !important;
    }

    .-is-pull-right {
        margin-left: inherit;
    }
}


.event-gallery-list {
    margin-top: 45px
}

.event-gallery-list:before,
.event-gallery-list:after {
    content: '';
    display: table
}

.event-gallery-list:after {
    clear: both
}

.event-gallery-list-item {
    margin-bottom: 10px
}

@media only screen and (min-width:950px) {
    .event-gallery-list-item {
        width: calc(99.9% * 1/6 - (10px - 10px * 1/6))
    }
    .event-gallery-list-item:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }
    .event-gallery-list-item:last-child {
        margin-right: 0
    }
    .event-gallery-list-item:nth-child(6n) {
        margin-right: 0;
        float: right
    }
    .event-gallery-list-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:600px) and (max-width:950px) {
    .event-gallery-list-item {
        width: calc(99.9% * 1/8 - (10px - 10px * 1/8))
    }
    .event-gallery-list-item:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }
    .event-gallery-list-item:last-child {
        margin-right: 0
    }
    .event-gallery-list-item:nth-child(8n) {
        margin-right: 0;
        float: right
    }
    .event-gallery-list-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:400px) and (max-width:600px) {
    .event-gallery-list-item {
        width: calc(99.9% * 1/6 - (10px - 10px * 1/6))
    }
    .event-gallery-list-item:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }
    .event-gallery-list-item:last-child {
        margin-right: 0
    }
    .event-gallery-list-item:nth-child(6n) {
        margin-right: 0;
        float: right
    }
    .event-gallery-list-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:400px) {
    .event-gallery-list-item {
        width: calc(99.9% * 1/2 - (10px - 10px * 1/2))
    }
    .event-gallery-list-item:nth-child(1n) {
        float: left;
        margin-right: 10px;
        clear: none
    }
    .event-gallery-list-item:last-child {
        margin-right: 0
    }
    .event-gallery-list-item:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .event-gallery-list-item:nth-child(2n+1) {
        clear: both
    }
}

.event-gallery-list-item-link {
    display: block
}

.event-gallery-list-item-link:hover {
    opacity: .7
}

.event-gallery-list-item-link img {
    display: block;
    width: 100%
}
