/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

div.on-air-dj-names{display:none;}
ul.on-air-list{text-align:center!important;}
.navbar-default.navbar-shrink .navbar-brand img {
    height: unset;
    width: unset;
    margin-top: -15px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.dark-overlay {
    background-color: rgba(135,206,235 ,0.74 )!important;
}

/* Stop overlapping on smaller screens! If only Wix could do this... */
	@media (max-width: 990px) {
.vision-border {
    width: 100%;
}
.home-blob {
	width: 65%;
}
}

	@media (max-width: 759px) {
.vision-border {
    width: 100%;
}
.home-blob {
	width: 100%%;
}
div.border-bottom-right {
visibility: hidden;
}

	@media (max-width: 754px) {
.vision-border {
    width: 100%;
}
}
/*Finish overlap resolve*/