/*
Theme Name: Flatsome Child
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  ***************/


}

.maintext {
	max-width: 1065px;
    margin: 0 auto;
    margin-top: 40px;
	padding: 0 20px;
	overflow: hidden;
    height: 250px;
}

.hidetext {
    height: 20px;
    background: #ffffff8c;
    margin-top: -20px;
    z-index: 999;
    position: relative;
    border-radius: 15px;
}

#showmore {
    font-size: 14px;
	width: 150px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.143em;
    letter-spacing: 0px;
    background-color: #5b5b5b;
    box-shadow: 0px 8px 32px 0px rgba(68, 96, 132, 0.38);
    color: white;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px auto;
}

.open {
    height: inherit;
}