/* Add here all your CSS customizations */

#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: rgba(0,0,0,0) !important;
    color: #0088cc !important;
}

.onhover:hover{
	opacity: 0.5 !important;
}

section.page-header h1 {
    border-bottom-color: red;
}

a:hover {
    color: grey;
}

a {
    color: black;
}

html section.section-primary p {
    color: black;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    border: 1px solid #2d4243;
    background-color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #2d4243;
    text-decoration: none;
}

.owl-carousel .owl-nav [class*="owl-"] {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2d4243;
    border-color: #2d4243;
}

#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: rgba(0,0,0,0) !important;
    color: #439ca0 !important;
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: red;
}

.recent-posts .date .day, article.post .post-date .day {
    color: red;
}
