.ee-read-more-wrapper{
    margin-top: 20px;
}

.ee-read-more-toggle {
    background: #44cb7e;
    color: #fff;
    border: 2px solid #44cb7e;
    font-weight: 800;
    padding: 5px 20px;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media (min-width:767px){
    .ee-read-more-toggle:hover{
        background: #fff;
        color: #44cb7e;
        -webkit-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s;
    }
}

.calming .ee-read-more-toggle{
    background: #BAD0D2;
    border: 2px solid #BAD0D2;
    color: #1d1d1d;
}

@media (min-width:767px){
    .calming .ee-read-more-toggle:hover{
        background: #fff;
        color: #1d1d1d;
        -webkit-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s;
    }
}

.ee-read-more-content {
    display: none;
    padding-bottom: 20px;
}