/*
	Theme Name: Vinatri
	Description: This is a child theme for Flatsome Theme
	Author: UX Themes
	Template: flatsome
	Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	
}

.related-box .related-head {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}
.related-box ul li {
    margin-bottom: 3px;
}
.related-box ul li a {
    font-weight: 700;
    font-size: 16px;
    /*color: #2a9e2f;*/
}
.related-box ul li a:hover {
    text-decoration: underline;
}
.feature {
    position: relative;
    overflow: hidden;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
.header-inner .ux-menu .ux-menu-link .ux-menu-link__link{
	color: #123123;
	font-size: 95%;
    line-height: 35px;
	transition: 0.3s;
}
.header-inner .ux-menu .ux-menu-link .ux-menu-link__link:hover{
	color: #008000;
}
.term-description{
	text-align: center;
}

/*
li.current-dropdown>.nav-dropdown, .nav-dropdown{
	top: 115%;
	left: -10px;
	transition: 0.3s;
}
li.current-dropdown:hover>.nav-dropdown{
	top: 100%;
	left: -10px;
}
.nav-dropdown-default{
	padding: 0;
    background: green;
}
.nav-dropdown-has-border .nav-dropdown{
	border: 0;
}
.nav-dropdown>li:hover{
	background: green;
}
.nav-dropdown>li>a, .nav-dropdown>li>a:hover{
	color: #fff !important;
}
*/




