/* 
Theme Name: DI Simple 
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 1.4
*/

.center {text-align: center; margin: 0 auto 0 auto;}

#footer-info a {
    color: #666;
    font-weight: normal;
}

.et_pb_gallery .et_pb_gallery_pagination, .et_pb_filterable_portfolio .et_pb_portofolio_pagination {
    border-top: 0 solid #e2e2e2;
}

.et_pb_widget_area_left {
    border-right: 0 solid rgba(0, 0, 0, 0.1);
    padding-right: 30px;
}

/* Highlight hovered menu item */
.fs-active-menu-item :not(.current-menu-item) .menu-item:before{
	content: '';
	width: 0;
    height: 3px;
	left: 50%;
    border-radius: 3px;
	background-color: #F49586;
    position: absolute;
    bottom: 24px;
	opacity: 0;
	transition: .3s cubic-bezier(.25,.01,.32,1.51);
}
.fs-active-menu-item .menu-item:hover:not(.current-menu-item)::before{
	width: 30%;
	left: 35%;
    opacity: 1;
}
/* Highlight the active menu item */
.fs-active-menu-item .current-menu-item :before{
	content: '';
	width: 50%;
    height: 3px;
	left: 25%;
    border-radius: 3px;
	background-color: #F49586;
    position: absolute;
    bottom: 23px;
}
/* Vertical Menu in Footer */
.fs-vertical-menu.et_pb_menu .et_pb_menu__menu,.fs-vertical-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.fs-vertical-menu .et_mobile_nav_menu {
    display: none;
}
