/*
Theme Name: Thiên Thiên Nhân
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.taxonomy-description.showless {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.term-desc-viewmore {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    content: '';
    left: 50%;
    bottom: 0;
    padding: 10px;
    margin-bottom: 50px;
}

.term-desc-viewmore span {
    background: red;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
}

.taxonomy-description {
	text-align: justify;
}