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

.entry-title{
	color:black;
}
.widgets-boxed .widget {
    width: 20vw !important;
	font-size:14px;
}
.bg_blog .post-meta.is-small.op-8
{
	color: #2172b2 !important;
}
.nav-dropdown.dark>li>a{
	color:white;
}
.nav-dark .nav>li>a
{
	color:white;
}
.ux-menu-link__text:hover{
	color:white;
}
.ux-menu-link__text {
	color: #999;
    font-size: 13px;
}
a#top-link
{
	background-color: #2172b2 !important;
}
.blog-footer h5.post-title.is-smaller
{
	color: #2172b2 !important;
}
.button.ux-search-submit.submit-button.secondary.button.icon.mb-0
{
	background-color: #2172b2 !important;
}
.searchform-wrapper.ux-search-box.relative.is-normal
{
	width:70% !important;
}
.bg_blog .box-blog-post 
	{
	padding: 15px;
	background-color: white;
    height: 235px;
	}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.bg_blog .box-blog-post {
    padding: 15px;
    background-color: white;
    height: 275px;
}
}