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

#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
.relatedcontent h4 {
	font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
	color: #000;
	min-height: 56px;
}
.relatedthumb img {
    width: 100%;
    height: 110px;
    border-radius: 4px;
	margin-bottom: 5px;
}
#related_posts {
        padding-top: 10px;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
.relatedthumb img {
  min-height: 125px;
}
.list-news h3 {
    font-size: 18px;
    margin-top: 15px;
}
.article-inner h3 {
    border-left: 4px solid #0092ff;
    padding-left: 10px;
    color: black;
}
.newpost {
    /* background: #daefff; */
    padding: 10px;
    border: 1px dashed #02ab0b;
    border-radius: 3px;
    margin-bottom: 10px;
}
.ocam{
	background: #fffaca;
    padding: 17px 5px 0px 10px;
    color: #8e0a00;
    border: 1px dashed #FF9800;
    border-radius: 10px;
    line-height: 22px;
    font-size: 15px;
}
.list-news {
    width: 100%;
    margin-bottom: 0;
}
span.widget-title {
    border-left: 4px solid #F6931F;
    padding-left: 10px;
}
.post-sidebar {
    border: 1px solid #ececec;
}
.breadcrumbs {
	text-transform: initial;
    font-weight: normal;
}

.entry-content {
    padding-top: 1px;
}
.entry-header-text {
    padding: 1.5em 0 0em;
}
.byline{display: none;}
.posted-on {display: none;}
.col, .gallery-item, .columns {
    padding: 0 15px 15px;
}

.post-sidebar{border: 1px solid #ececec;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}