/* Enter Your Custom CSS Here */
.container-wrap, .project-title { background-color: #FDFDFD; }

#top nav ul li a {
    color: #444!important;
    font-weight: bold;
}

#mobile-menu #mobile-search, header#top nav ul #search-btn {
    display: none !important;
}

#header-secondary-outer nav ul li a {
    color: #444;
    font-weight: bold;
}

body {
	max-width:   100%;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	overflow-x: hidden;
	position: relative;
}

#sidebar {
    background: #fff;
    border-left: 2px solid #dfdfdf;
    border-right: 2px solid #dfdfdf;
    padding: 15px;
}

.single-portfolio #sidebar {
    border: none;
    padding: 0;
    background: #fdfdfd;
}

.page-header-no-bg {
    background-color: #c0392b;
}
.page-header-no-bg h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.row .col.section-title {
    border-bottom: none;
}

#sidebar h4 {
    color: #c0392b;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}

.widget {
    border-bottom: 1px solid #c0392b;
    padding-bottom: 30px;
}

#footer-widgets .widget {
    border: none;
}

.row .col.section-title span {
    float: right;
    color: #fff;
    font-weight: bold;
}

#header-secondary-outer {
    background: #C0392B;
}

#header-secondary-outer nav ul {
    background: #fff;
}

#footer-widgets .container .row {
    max-height: 70px;
    padding-top: 10px;
    padding-bottom:10px;
}

#footer-outer .widget {
    margin-bottom: 0;
    padding-bottom:0;
}

#ee-category-submit { display: none; }
#ee-venue-submit { display: none; }

header#top .sf-menu li ul li a {
  background-color: #ffffff;
}

header#top .sf-menu li ul li a:hover {
  background-color: #ffffff !important;
}


