/* Enter Your Custom CSS Here */
/* HEADER */
.mkd-main-menu>ul>li.mkd-wide-background>a.current,
.mkd-drop-down .mkd-menu-second .mkd-menu-inner ul li.current-menu-item > a, .mkd-main-menu.mkd-sticky-nav>ul>li>a:hover {
  color: #f36d2e !important;
}
.mkd-drop-down .mkd-menu-second .mkd-menu-inner ul li > a:before {
    background-color: #f36d2e !important;
}

/*HOME*/
.mkd-item-info-section::after {
    display: none !important;
}

.mkd-blog-slider .mkd-item-info-section>div:not(:last-child):after {
    content: '';
}

/* NOTICIAS */
.mkd-post-info-date, .mkd-post-info-date {
    display: none !important;
}

/* FOOTER */
#gallery-1 img {
    border: 0px !important;
    width: 85px;
}

@media only screen and (max-width: 1440px) {
	.mkd-main-menu>ul>li>a span.mkd-item-inner {
		padding: 0 20px;
	}
}