/*Main Settings Animation and Custom CSS Start*/span.wpmm-mega-menu-label.wpmm_depth_first,
	 span.wpmm-mega-menu-label.wpmm_depth_last{
	 	animation-duration:s;
	 animation-delay:s;
	 animation-iteration-count:1;
	 -webkit-animation-duration:s;
	 -webkit-animation-delay:s;
	 -webkit-animation-iteration-count:1;
	}.wp-megamenu-main-wrapper .wpmm-mega-menu-icon{
	 	font-size:13px;
	 }.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    height: fit-content !important;
}

.wpmmpro-postslist-wrapper .wpmm-layout1 .posts-last-section span, .wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span {
    background: #00c8a6;
    border-radius: 2px;
    -webkit-border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px 15px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout1 a:hover .posts-last-section span {
    background: #00c8a6;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
    display: block !important;
    left: 0;
    margin-left: 25px !important;
    position: static;
    white-space: normal;
    width: 100%;
}/*Custom CSS End*/