div#otw-overlay-1 {
    background: #223651;
    color: #000000 !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #323e4e;
    color: white;
    border-radius: 30px;
}

.tribe-events-event-image img {
    height: auto;
    max-width: 50%;
}
.mfp-close-btn-in .mfp-close {
    color: #fffff  !important;
}

.widget_search input, form[role="search"] input {
	height: 47px;
	width: 100%;
	border-radius: 0;
	background: #ffffff;
	border: 0;
	color: #323e4e !important;
}


.widget_search button, form[role="search"] button {
    background: #323e4e;
}
#navigation {
    margin-top: -3.3em !important;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #323e4e;
    border-bottom: 1px solid #323e4e;
}

@media only screen and (max-width: 500px) {
div#otw-overlay-1 {
    width: 90% !important;
}
}

@media only screen and (max-width: 500px) {
div#otw-overlay-1 {
    width: 90% !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
#navigation {
    margin-top: -0.3em !important;
    margin-bottom: 30px;

}
}