/*
Theme Name: Flatsome Child
Description: BaoSonAds developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.17.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title-center {
    margin-bottom: 0;
}
.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(images/line2.png);
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;    
	background-size: 228px;
    min-width: 228px;
}
body.home main .section-title b {
    visibility: hidden;
}
.youtube {
	 position:relative;
	 padding-bottom:56.25%;
	 padding-top:30px;
	 height:0;
	 overflow:hidden;
 }

.youtube iframe, .youtube object, .youtube embed {
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
 }
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
