/*
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.   ***************/
.nav-dark .top-divider {
    display: block;
}
a .post-title:hover {
    color:#cc1919
}
a p.from_the_blog_excerpt {
    color:#fff !important;
}
div#ez-toc-container .ez-toc-title{
    color:#000;
}
.section-title-normal span{
    margin-right: 0px;
}
.section-title.section-title-normal{
    justify-content: start;
}
.box_content_home {
    position: relative;
    padding: 15px;
    height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
    border-image-slice: 1;
    border: 1px solid;
    border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%) 1;
    border-width: 2px;
    border-style: solid;
}
.box_content_home::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.box_content_home::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.box_content_home::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}