/*
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.   ***************/
body{
	color: #000 !important;
    font-size: 15px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
h1,h2,h3,h4,h5,h6,p,a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

ul li {
	list-style: none;
}

.custom.html_topbar_left li {
    float: left;
    width: 200px;
    margin-left: 10px;
}

.custom .icon {
    float: left;
    display: inline-block;
    font-size: 35px;
    color: #1c28ca;
    margin-right: 10px;
}

.content-icon {
    display: inline-block;
    padding-top: 7px;
}


h3.title ,.widget-title,h1.entry-title {
    font-size: 30px;
    color: #ebb91b !important;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #1c28ca;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: initial;
}

/*****************************header*********************************/

.header:not(.transparent) .header-bottom-nav.nav > li{
    font-size: 20px;
    padding: 0px 15px;
}


/*******************************************************************/

.sec-1 ul li {
	margin: 0px;
	padding: 0px;
	color: #1c28ca;
	font-size: 18px;
	font-weight: bold;
}
.sec-1 i {
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 25px;
}
.sec-1 p {
	font-weight: 500;
	color: #000;
	text-align: justify;
}

.sec-2 h5.post-title.is-large {
   color: #1c28ca;
}


.sec-3 h3 {
    color: #000;
}

.sec-4 .col{
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.sec-4 p {
	text-align: center;
}


.sec-5 h5.post-title.is-large {
	color: #000;
	font-weight: 500;
}

.badge.post-date{
    border: 2px solid #ebb91b;
}
.badge-outline .badge-inner {
    color: #ebb91b;
}

#related_posts .col {
float: left;
margin-left: 0;
list-style: none;
}

.relatedcontent h3 {
font-size: 16px;
margin-top: 7px;
}


#related_posts {
border-top: 4px double #e8e8e8;
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 {
height: 125px;
}

/**************************************************************/
.footer-1  a.icon.button {
	border: 0px;
}
.footer-1 i {
	color: #fff;
	padding-top: 5px;
}
.footer-1 .facebook {
	background: #3c5a99;
}
.footer-1 .twitter {
	background: #33ccff;
}
.footer-1 .pinterest {
	background: #ff0000;
}
.footer-1 .linkedin {
	background: #007ab9;
}
.footer-1 .youtube {
	background: #ff0000;
}

.footer-1 ul.menu>li+li, 
.widget>ul>li+li {
    border-top: 0px;
}
.footer-1 ul li a {
	text-transform: uppercase;
	color: #000;
	font-weight: 600
}

/*********************************************************/
.post-sidebar .is-divider ,.blog-single .is-divider,.entry-category{
	display: none;
}
.post-sidebar ul.menu {
	margin-top: 10px;
}

h1.entry-title {
    text-align: left !important;
}


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


}