
/* Site header section */
/*.nav-primary { background-color: #333; }*/
.site-header .wrap {
  border-bottom: 2px solid #d4d2d2;
  padding-bottom: 1em;
}

.site-header .wrap .title-area .site-title a {
  background: url(images/Newsroom-logo.png) no-repeat top center;
  background-size: contain;
  height: 2em;
  display: block;
  text-indent: -9999px !important;
}

.custom-social {
  display: inline-block;
  float:right;
}

.custom-social .social-icons {
  float:left;
}

@media only screen and (max-width: 1023px) {
  .custom-social { float: none; }
}

@media only screen and (max-width: 768px) {
  .genesis-nav-menu.responsive-menu .menu-item {
      margin: 0;
      display: inline-block;
  }
  .site-header .wrap { padding: 0; }
  .site-header .title-area { padding: 0; padding-top: 20px; }
  .site-header .wrap .title-area .site-title a { height: 1.75em; }
}

.custom-social .social-icons li {
  display: inline-block;
  margin: 0em;
}

.custom-social .search {
  float:left;
  padding: 10px;
}

.custom-social .search input { background-color: #333; color: #fff; }

/* Sidebar Section */
.archive-button {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
  color: #e8554e;
  font-weight: 500;
  font-size: 14px;
}

.archive-button:hover { color: #94000F; }

.sidebar li { border-bottom: none; }

.sidebar .widget {
  border-bottom: 3px solid #f2f2f2;
  padding-bottom:	35px;
}

.sidebar .widget:last-child { border: none; }

.sidebar .widget.border-none {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.sidebar h4.widget-title {
  background-color: transparent;
  color: #444444;
  padding: 10px 0 0 0;
}

.entry-title a, .sidebar h4.widget-title + ul a, a {
  color: #e8554e;
}

.entry-title a:hover, .sidebar h4.widget-title + ul a:hover, a:hover {
  color: #94000F;
}

.content-sidebar-wrap #subscribe-email input {
  width: 100%;
  padding: 16px;
}

.sidebar-primary input[type="submit"] {
  background-color: #f2f2f2;
  color: #e8554e;
  width: 100%;
  font-weight: 500;
}
.sidebar-primary input[type="submit"]:hover {
  color: #94000F;
}

select { height: 35px }

/* Body */
body {
  background: rgba(206,206,205,1);
  background: -moz-linear-gradient(top, rgba(206,206,205,1) 0%, rgba(207,207,206,1) 0%, rgba(255,255,255,0) 750px);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,206,205,1)), color-stop(0%, rgba(207,207,206,1)), color-stop(750px, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(206,206,205,1) 0%, rgba(207,207,206,1) 0%, rgba(255,255,255,0) 750px);
  background: -o-linear-gradient(top, rgba(206,206,205,1) 0%, rgba(207,207,206,1) 0%, rgba(255,255,255,0) 750px);
  background: -ms-linear-gradient(top, rgba(206,206,205,1) 0%, rgba(207,207,206,1) 0%, rgba(255,255,255,0) 750px);
  background: linear-gradient(to bottom, rgba(206,206,205,1) 0%, rgba(207,207,206,1) 0%, rgba(255,255,255,0) 750px);
}
.home-middle a.more-link, .home-top a.more-link {
  background-color: #eee;
  clear: both;
  color: #222;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 8px 10px;
  text-align: center;
}

.home-middle .featured-content a img, .home-top .featured-content a img {
  margin-top: 5px;
  width: 98%;
}

.box-shadow img.entry-image {
  -webkit-box-shadow: 0px 2px 11px -5px rgba(0,0,0,1);
  -moz-box-shadow: 0px 2px 11px -5px rgba(0,0,0,1);
  box-shadow: 0px 2px 11px -5px rgba(0,0,0,1);
}


/* Footer Changes */
.footer-widgets, .site-footer { background-color: #333; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 23%;
	float: left;
	margin: 0 3.3% 0 0;
}

.footer-widgets-3,
.footer-widgets-4 {
	margin:0;
}

@media only screen and (max-width: 1023px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 { width: 100%; }
}

.site-footer a { color: #fff; }
.site-footer a:hover { color: #e8554e; }
