/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.c-read-more {
    display: block;
}

.c-read-more_content {
    display: block !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease;
	display: none !important;
}

.c-read-more_toggle {
    display: inline-block;
    margin-top: 16px;
    background: none;
    border: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
}

.c-read-more_toggle:hover,
.c-read-more_toggle:focus {
    color: #000;
    text-decoration: underline;
}

.c-read-more.is-open .c-read-more_content {
	display: block !important;
}