/* Enter Your Custom CSS Here */

.nav__menu .menu-item .nav__link .nav__title {
    padding: 10px 0 5px 0;
    margin-bottom: 5px;
	font-size: 1.5em!important;
}

#menu-item-919:last-child
{
	  background-color: #81d742;
		padding: 0 5px 0 5px;
    border-radius: 2px;
    font-family: 'Montserrat';
    color: #fff;
  
}

#menu-item-919:first-child a {
	color: #313131;
}
#nav__title:last-of-type:before {
		font-weight: 900; 
		content: "\f098";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 1px;
    left: 0;
    -webkit-transform: translate3d(0,0,0) scaleX(0);
    transform: translate3d(0,0,0) scaleX(0);
    transition: all .3s ease 0s;
}
.nav__title:last-of-type:before {
		font-weight: 900; 
		content: "\f098";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 1px;
    left: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,0,0) scaleX(0);
    transform: translate3d(0,0,0) scaleX(0);
    transition: all .3s ease 0s;
}
@media (max-width: 575px) {
		.sek-section {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
		.sek-has-modules  {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
} 
}


