/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700&display=swap');
body{
	font-family: 'Roboto', sans-serif;
}h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}
.header-wrapper:not(.stuck) .header-main .header-nav {
    margin-top: 0;
}
.header-main .nav > li > a {
}
.nav > li > a {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
}
.article-inner{
	padding: 0 !important;
	background: unset !important;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 0.75em;
}
.domain-item{
	margin: 1rem 0.25%;
}
.content-main{
	text-align: justify;
	color: black
}
@media screen and (max-width: 849px){
   .small-6 {
    	max-width: none;
	    flex-basis: unset;
	}
	.logo-footer{
		width: 200px !important
}
	}
	.col-logo .col-inner {
    display: flex;
    justify-content: center;
}
.nav > li > a {
    font-family: "Roboto", sans-serif;
}
.header-main {
		height: 80px;
}
span.last {
    font-weight: 600;
    color: black;
}
#content{
	font-size: 1.1rem;
	  color: black;
}
b,strong{
	font-weight: 600;
}
.header-nav-main>li>a{
		color: black;
		margin: 0 3px;
}
.nav>li{
	margin: 0;
}
.absolute-footer {
    color: white ! important;
    padding: 10px 0 15px;
    font-size: .9em;
}
.nav>li>a:hover{
	color: #ffffff;
}
.nav>li.active>a{
	color:#ffffff;
}
.article-inner {
    background: white;
    padding: 15px;
    border-radius: 10px;
}
span.ux-menu-link__text:hover {
    color: #FF0000;
}
.dark, .dark p, .dark td {
    color: white;
}
.header-button .button {
    margin: 0 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}
.nav > li > a {
    font-weight: 700;
    padding: 10px;
    margin: 0 3px;
	}
		.header-nav li ul.sub-menu li a:hover {
		border-radius: 0;
			color: white
	}
.recent-blog-posts {
    padding: 10px 5px 10px;
    background: white;
    border-radius: 10px;
}
.widget>ul>li {
    margin: 10px 0;
		}
	.home-content>div{
    border: 2px solid #000000;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 16px;
}
.home-content>div>div{
	max-height: 850px;
	overflow: auto;
}
.home-content>div>div::-webkit-scrollbar {
    width: .5rem;
    border-radius: 10px;
}
.home-content>div>div::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #33CC00;
}
.sidebar-wrapper{
	margin-left: 20px!important;
}
.sidebar-wrapper .is-divider, .sidebar-wrapper .post-date{
	display: none;
}
.sidebar-wrapper .widget-title {
	display: block;
	background: linear-gradient(to right, #024881, #648fb2);
	padding: 10px;
  color: #fff;
}

@keyframes textclip{
	100% {
		background-position: 200% center;
	}

}

#ez-toc-container{
	width:100% !important;
}