.metamorphosis-carousel {
    padding-top: 30px;
    padding-bottom: 32px;
}
.metamorphosis-carousel .owl-carousel {
    position: relative;
}
.metamorphosis-carousel .metamorphosis-item {
    position: relative;
    width: 276px;
}
.metamorphosis-carousel .target {
    width: 276px;
    height: 46px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    background-color: #c2c2c2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.metamorphosis-carousel .target img {
    display: inline-block;
    width: 28px;
    height: auto;
    margin-right: 5px;
}
.metamorphosis-carousel .target span {
    font-weight: 600;
}
.metamorphosis-carousel .item-hover {
    position: absolute;
    width: 276px;
    min-height: 220px;
    bottom: -100%;
    left: 0;
    opacity: 0;
    padding: 20px 10px 25px;
    color: #fff;
    background-color: #87b725;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s, opacity 0.5s;
    -moz-transition: all 0.4s ease 0s, opacity 0.5s;
    -ms-transition: all 0.4s ease 0s, opacity 0.5s;
    -o-transition: all 0.4s ease 0s, opacity 0.5s;
    transition: all 0.4s ease 0s, opacity 0.5s;
}
.metamorphosis-carousel .metamorphosis-item:hover .item-hover {
    opacity: 1;
    bottom: 0;
}
.metamorphosis-carousel .item-hover h3 {
    margin: 0;
    min-height: 66px;
    font-size: 20px;
    font-weight: 600;
}
.metamorphosis-carousel .item-hover img {
    display: inline-block;
    width: 28px;
    height: auto;
    margin-right: 5px;
}
.metamorphosis-carousel .item-hover .target-hover {
    padding: 20px 0;
    font-size: 22px;
}
.metamorphosis-carousel .item-hover .target-hover span {
    font-weight: 700;
}
.metamorphosis-carousel .item-hover a {
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    text-decoration: none;
}
/*.metamorphosis-carousel .owl-controls {*/
/*right: 15px;*/
/*}*/
.metamorphosis-carousel .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
    margin-bottom: 20px;
    font-size: 0;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 1px;
    padding: 0;
    border-radius: 0;
    background: #87b725;
    cursor: pointer;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav div:hover {
    background: #abcc66;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav i {
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.stories {
    display: flex;
    flex-wrap: wrap;
}
.stories .story {
    max-width: 380px;
    margin-bottom: 50px;
}
.story .entry-cover a {
    display: block;
    text-align: left;
}
.story img.split {
    display: inline-block;
    max-width: 50%;
}
.story a:hover {
    text-decoration: none;
}
.story .target {
    height: 57px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    background-color: #c2c2c2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.story .target img {
    margin-right: 5px;
}
.story .target span {
    font-weight: 600;
}
.story:hover .target {
    background-color: #87b725;
}
.story:hover a.read-more {
    color: #fff;
    background-color: #87b725;
}
.story .entry-title {
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 55px;
    color: #000;
}
.story .entry-title a {
    line-height: 28px;
    color: #000;
}
.story .entry-title a:hover {
    color: #000;
}
.story .entry-content {
    min-height: 75px;
    margin-top: 10px;
}
.story a.read-more {
    margin-top: 15px;
    padding: 19px;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 16px;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    color: #585858;

    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.story a.read-more:hover {
    color: #fff;
    background-color: #87b725;
    border-color: #87b725;
}

.story-detail .intro {
    padding: 0 42px;
}
.story-detail .intro h2 {
    color: #87b725;
}
.story-detail .intro p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 20px;
}
.story-detail .gallery {
    margin-top: 50px;
    padding: 0 60px;
}
.story-detail .gallery .bx-wrapper {
    border: none;
    background: none;
    box-shadow: none;
}
.story-detail .gallery .bx-wrapper .bx-next {
    background: url('/static/metamorphosis/images/controls-green.png?041ff9db94f4') no-repeat -43px -33px;
}
.story-detail .gallery .bx-wrapper .bx-prev {
    background: url('/static/metamorphosis/images/controls-green.png?041ff9db94f4') no-repeat 0 -33px;
}
.story-detail .gallery .bx-wrapper .bx-prev:hover,
.story-detail .gallery .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.story-detail .gallery .bx-wrapper .bx-next:hover,
.story-detail .gallery .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}
.story-detail .target-banner {
    margin: 38px -30px 56px -30px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    background-color: #abcc66;
}
.story-detail .target-banner .signature {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    height: 72px;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
}
.story-detail .target-banner .target {
    display: inline-block;
    vertical-align: middle;
    /*float: left;*/
    min-width: 355px;
    height: 72px;
    padding: 20px 0;
    background-color: #87b725;
    text-align: center;
}
.story-detail .target-banner .target span {
    font-weight: 600;
}
.story-detail .story-content {
    padding: 0 42px;
}
.story-detail .story-content p {
    line-height: 24px;
}
.story-detail .story-content h4 {
    margin-top: 30px;
}
.story-detail .therapist-section {
    display: flex;
    align-items: stretch;
    min-height: 600px;
    margin-top: 70px;
    padding: 0 42px;
    background: #f8f8f8 url('/static/metamorphosis/images/shadow.png?041ff9db94f4') no-repeat top;
}
.story-detail .therapist-section .sentence {
    margin: 50px 0 40px;
}
.story-detail .therapist-section .sentence h3 {
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #87b725;
}
.story-detail .therapist-section .text .truncate {
    display: inline;
}
.story-detail .therapist-section .text .full {
    display: none;
}
.story-detail .therapist-section p {
    font-size: 15px;
    line-height: 22px;
}
.story-detail .therapist-section a.show-more {
    display: inline;
}
.story-detail .therapist-section .phone,
.story-detail .therapist-section .email,
.story-detail .therapist-section .website {
    margin-top: 20px;
}
.story-detail .therapist-section i,
.story-detail .therapist-section .text {
    display: inline-block;
    vertical-align: middle;
}
.story-detail .therapist-section .email {
    padding-left: 20px;
}
.story-detail .therapist-section i {
    padding: 5px 10px 5px 0;
}
.story-detail .therapist-section h4 {
    /*font-size*/
    font-weight: 600;
}
.story-detail .therapist-section .clinics {
    margin-top: 50px;
    margin-bottom: 10px;
}
.story-detail .therapist-section .clinics p {
    font-size: 18px;
}
.story-detail .therapist-section .therapist-img {
    display: flex;
    align-items: flex-end;
    position: relative;
    text-align: center;
}
.story-detail .therapist-section .therapist-img img {
    margin-left: 20px;
}
.story-filter {
    margin-bottom: 60px;
    text-align: center;
}
.story-filter h3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
    color: #1d1d1b;
}
.story-filter h3 i {
    padding: 0 15px;
}
.story-filter form {
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #dddddd;
    border-top: 2px solid #dddddd;
}
.story-filter fieldset {
    margin-bottom: 25px;
}
.story-filter label {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #5f5f5f;
}
.story-filter .checkbox-styled {
    position: relative;
    display: inline-block;
    margin-top: 11px;
}
.story-filter .checkbox-styled input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 33px;
    left: 0;
    top: 0;
    margin: 0;
}
.story-filter .checkbox-styled input[type="checkbox"] + span {
    display: block;
    width: 134px;
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #bebebe;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.story-filter .checkbox-styled input[type="checkbox"]:checked + span {
    background-color: #87b725;
}
.story-filter .checkbox-styled i {
    padding-left: 15px;
    font-size: 20px;
    line-height: 20px;
}
.story-filter .filter-btn {
    width: 100%;
}
.story-filter button {
    min-width: 180px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #87b725;
    background-color: #fff;
    border: 2px solid #87b725;
    border-radius: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.story-filter button:hover {
    color: #fff;
    background-color: #87b725;
}


@media (max-width: 991px) {
    .story-detail .therapist-section,
    .story-detail .therapist-section .therapist-img {
        display: inline-block;
    }
    .story-detail .therapist-section .therapist-img img {
        width: 280px;
        height: auto;
    }
    .story-detail .therapist-section .email {
        padding-left: 0;
    }
    .story-detail .therapist-section .clinics {
        margin-top: 40px;
    }
}
@media (max-width: 619px) {
    .metamorphosis-carousel .metamorphosis-item {
        margin: auto;
    }
}