.entry-heading a {
    color: #D30000;
}

a:hover {
	color: #d30000 !important;
}

.entry-date {
	display: none;
}

input[type="submit"], button, .btn {
	background: #d30000 !important;
}

.slider {
	background-color: #1b1b1b;
  	border-top: none;
}

#header {
    border-bottom: none;
}

.widget_nav_menu li {
    list-style: none;
}

.items article .cat {
    display: none;
}

.portfolio article footer h2 a {
	pointer-events: none;
  	cursor: default;
}

.btn.large {
    padding: 16px 32px;
    font-size: 20px;
}

.btn.large:hover {
    color: black !important;
}

.widget_nav_menu a {
	z-index: inherit;
}

h4 {
  color: #d30000;
}

.events-list .date {
    color: white;
}

.events-list .title {
    color: #D30000;
}

.events-list .cover {
    opacity: 1;
}

.events-list li a {
    pointer-events: none;
}

@media (min-width:960px) {
#logo {
    padding-top: 10px;
    display: block;
    float: none;
    text-align: center;
}
}