/*
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 (min-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.nav-left {
    justify-content: flex-end;
}
.nav-right {
    justify-content: flex-start;
}
.timeline{
	margin-top: -50px;
}
}
.widget .badge {
    height: 80PX;
    width: 80PX;
}
.recent-blog-posts a{
	font-size: 14px;
}
.radius img{
	border-radius: 100%;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom:10px;
}

.timeline .time  {
    background-color: #fff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.timeline .time.right h3  {
    background-color: #333;
    color: #fff;
}
.timeline h3 {
    background-color: #e0e0e0;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
}
.timeline p{
	padding: 20px;
}
.timeline .img {
	background-color: #fff;
	border: 3px solid #333;
	border-radius: 50%;
	height: 60px;
	overflow: hidden;
	top: 0;
	transition: background-color 0.25s;
	width: 60px !important;
	z-index: 1;
	padding: 10px;
	margin:auto;
}
.timeline .img  img {

}
.off-canvas .nav-vertical>li>a {
    font-size: 18px;
}
.timeline::after {
    background: linear-gradient(to bottom, #ececec, #ececec 50%, transparent 50%, transparent);
    background-size: 100% 14px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    z-index: -1;
}
.Search_wrapper{
	display: none !important;
}
.list-social{width: auto;float: left;position: fixed;z-index: 9999999;right: 50px;bottom: 30px;}
.list-social a{color: #fff;padding: 0 15px;font-size: 20px;border-right: #FFF solid 1px;}
.list-social a:last-child{border-right: 0}
.list-social a i{}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.timeline{
	margin-top: -20px;
}

}
