/*
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.   ***************/
.div-colum-xinchao {
	background: #e0ba7e;
    border: 5px solid black;
    border-radius: 43px;
    padding-bottom: 0px !important;
	}
.div-colum-xinchao .p-tren{
	margin-bottom: 0 !important;
    color: white;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
}
.section-title-normal span.section-title-main:before {
    content: '';
    display: block;
    line-height: 40px;
    background: #e1ca805e;
    width: 15px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 0;
    margin-right: -13px;
    transform: skewX(13deg);
    border-radius: 0 5px 0 0;
}
.section-title-normal {
    overflow: hidden;
    border-bottom: 2px solid #ee6622;
}
.section-title-normal b {
    display: none;
}
.section-title-normal span.section-title-main {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    background: #ee6622;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 6px 20px;
    font-weight: bold;
    position: relative;
    margin-right: 20px;
}
.section-title-normal span.section-title-main:after {
    content: '';
    display: block;
    line-height: 40px;
    background: #ee6622;
    width: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0;
}





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


}