
/* restyled style.css styles */
.header-image .site-description, .header-image .site-title {
	/* background: url(/wp-content/uploads/2015/04/coeLogo-e1429214385753.png) no-repeat;
	min-height: 145px; */
	display: none;
}

.title-area {
    width: 75%;
}

.site-header .widget-area {
    width: 25%;
    text-align: inherit;
}

.site-header .wrap {
	padding: 20px 0;
}

.nav-primary {
    background-color: #1C1750;
}

.footer-widgets {
    background-color: #1C1750;
}

.genesis-nav-menu a {
    padding: 15px 24px;
}

.genesis-nav-menu .sub-menu a {
    padding: 10px;
    width: 220px;
}

/* Utility Bar styles */
.utility-bar {
	background-color: #383838;
	font-size: 14px;
	padding: 2px 0;
}

.utility-bar a {
	color: #fff;
}

.utility-bar a:hover {
	text-decoration: underline;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

/* Header Right styles */
.event-calendar {
	font-size: 16px;
}

.simcal-default-calendar-list .simcal-event-details .simcal-event-description, .simcal-default-calendar-list .simcal-event-details p {
    margin: 0 !important;
}

.simcal-default-calendar-list {
    padding: 0 !important;
}

/* Slider styles */
.homeSlider {
	margin-top: 25px !important;
}

/* Sidebar styles */
.sidebar .widget {
    padding: 30px;
}

.widget_sp_image img {
	border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 2px 4px 5px;
    margin-bottom: 10px;
}

.city-employees img {
	border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 2px 4px 5px;
}

/* Footer Header styles */
.footer-header {
	margin-bottom: 20px;
}

/* Footer 1 styles */
.contact-us h3 {
	color: #fff;
}

.contact-us address, .contact-us p {
	color: #999;
	font-size: 18px;
	margin-bottom: 20px;
}

/* Footer 2 styles (MailChimp Form) */
.mailchimp-form input {
	padding: 5px;
}

.mc_var_label, .mc_interest_label {
    margin-bottom: 0 !important;
}

.mc_merge_var {
    margin-bottom: 8px !important;
}

/* Footer 3 styles */
.footer-widgets a {
	text-decoration: underline;
}

/* Content Photos Styles */
.img-style, .widget-shade, .entry {
	border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 2px 4px 5px;
}

.featureSlider img {
	border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 2px 4px 5px;
}

#metaslider_container_30 {
	border: 1px solid black;
}

@media only screen and (max-width: 768px) {
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
	    text-align: center;
	}
	.title-area {
		width: 100%;
		margin-bottom: 20px;
	}
	.site-header .widget-area {
		width: 100%;
		text-align: center;
	}	
}