/*
*   Child Theme Custom CSS File
*/

body {
  line-height: 23px;
  color: #666666;
}
a {
    color: #005580;
    text-decoration: none;
}
.header-wrapper {
    background-color: #005580;
}
.header-bottom-wrapper {
/*    background: url("http://www.senatorshafer.com/main/wp-content/themes/political-press-theme/images/world-map.pngHIDE") no-repeat scroll center top #004466; */
    padding-top: 40px;
}
.main-menu ul li:hover > a {
  color: #ffffff;
  background-color: #004466;
}
.main-menu ul li:hover > ul {
  display: block;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: #bbbbbb;
  text-decoration: none;
  margin: 0 ;
  padding: 23px 15px 22px;
}
.trail-event-info .map-frame,
img.candidate-image,
.hentry img,
.gallery-item figure,
.sidebar figure img,
.listing-slider,
.post-video {
  background-color: #ffffff;
}
.footer {
  color: #efefef;
  font-size: 14px;
  line-height: 23px;
/*  background: url("http://www.senatorshafer.com/main/wp-content/themes/political-press-theme/images/world-map.pngHIDE") #004466 no-repeat center top; */
  padding-top: 40px;
  padding-top: 0;
}
.footer-bottom {
    background-color: #005580;
    padding: 20px 0 10px;
}
.footer .widget ul li a {
    color: #bbbbbb;
}
.header-widget .wp-email-capture-widget .slide_widget_inner {
    background-color: rgba(0,85,128, 0.9);

.wp-email-capture-widget p,
.wp-email-capture-widget .textwidget {
  color: #efefef;
  font-size: 14px;
  margin-bottom: 15px;
}
}
.wp-email-capture-widget input[type="submit"] {
    background-color: #ED303E;
}
.home-flexslider .flexslider {
    background-color: rgba(0,85,128, 0.9);
    border: 7px solid rgba(0,85,128, 0.9);
    border-bottom: medium none;
}
.donate-now a {
    background-color: #ED303E;
}
.pp-btn {
    background-color: #ED303E;
}
.toggle dt span, .accordion dt span {
    background: url("http://www.senatorshafer.com/main/wp-content/themes/political-press-theme/images/plus-minus.png") no-repeat scroll 0 0 #ED303E;
    display: block;
    height: 17px;
    left: 9px;
    position: absolute;
    top: 11px;
    width: 17px;
}