/*
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.   ***************/

.header-bg-container.fill{
	display: none;
}
.title-cus {
    border-bottom: 1px solid #dedede;
    height: 29px;
}
.title-cus h2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    border-radius: 3px;
    justify-content: space-around;
    padding: 5px 15px;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	background: url(images/bg_title_pro.png) right 0px;
	background-repeat: no-repeat;
    background-size: cover; 
    display: inline;
    padding-right: 50px;
}
.title-cus span {
	float: right;
	text-transform: none;
	font-size: 14px;
}
.title-cus h2 i {
	font-size: 17px;
	margin-right: 1px;
	margin-left: 1px;
	font-weight: 700;
}
.title-cus2{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 3px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.title-cus2 h2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    justify-content: space-around;
    font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
    display: inline;
}
.title-cus2 h2 i {
	font-size: 17px;
	margin-right: 1px;
	margin-left: 1px;
	font-weight: 700;
}
.padding-0 p{
	padding: 0;
	margin: 0;
}
.div-no-padding{
	padding-bottom: 0 !important;
}
.hide-divider .is-divider{
	display: none;
}
.news-border-bottom .box-text{
	padding: 0 0 0 15px
}
.news-border-bottom .post-title{
	font-weight: normal;
	font-size: 14px;
}
.news-border-bottom .post-item{
	padding-bottom: 10px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.news-border-bottom .post-item:last-child{
	border-bottom: none;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
.news-border-bottom .post-item img{
	border: 1px solid #dedede;
	border-radius: 3px;
}

.widget-title{
    /* border: 1px solid #ebebeb; */
    border-top: 3px solid #F8B91C;
    border-bottom: 1px solid #ebebeb;
    padding: 0 10px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    margin: 0px; 
    display: block;
}
.widget-title span {
    color: #000000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 0;
    padding: 10px 0px 10px 10px;
    position: relative;
    text-transform: uppercase;
}
#secondary aside .is-divider{
	display: none;
}
#secondary aside{
	border: 1px solid #ebebeb;
    border-radius: 5px;
}
#secondary aside ul li{
	padding: 0 10px;
}
.post-sidebar{
	padding: 0px 5px 0 10px !important;
}
#secondary aside.widget_categories ul li:hover {
    background: #ffb100;
    padding-left: 20px;
}
#secondary aside.widget_categories ul li {
    padding: 2px 10px;
    transition: all 500ms;
    transition-timing-function: linear;
}
#masthead{
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#masthead{
		display: block;
	}
    .itc-banner{
        display: none;
    }
}