/*   
Theme Name: MWA Theme
Theme URI: http://
Description: MWA
Author: David Taylor Design
Author URI: http://davidtaylordesign.com
Version: 1
*/
.middle_logo {width: 350px;}
#user_pass {display: inline-block!important;}
#loginform .form-control {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 25px;
  padding: 4px 10px;
  width: 67%;
}

#wp-submit {
display: inline-block!important;
color: #fff;
background: #C21F25;
width: 55px;
margin: 0;
padding: 0;
border: 0 none;
height: 28px;
}

#menu-mobile #menu-item-448, #menu-mobile #menu-item-451, #menu-mobile #menu-item-449, #menu-mobile #menu-item-453 {background: none repeat scroll 0 0 #c21f25;}
#menu-mobile li a {padding-left: 5px;}

#wp-submit.mobile-submit {color: #fff; font-size: 14px;margin-top: 8px; width: 100%;}


@media screen {

.submenu .current-menu-item a {color: orange;}

.carousel-caption a,
.carousel-caption a:focus {
  color: #ffffff;
  text-decoration: none;
}

.carousel-caption a:hover {
  color: #ffffff;
  text-decoration: none;
}

.carousel-caption h4 {
  font-size: 26px;
}

.carousel-caption {
  font-size: 16px;
}

.bstyle input {
  color: #000000 !important;
}

.bstyle textarea {
  color: #000000 !important;
}


#membersmenu li {
  display: inline;
}

/* =Images
  -------------------------------------------------------------- */

  /*
  Resize images to fit the main content area.
  - Applies only to images uploaded via WordPress by targeting size-* classes.
  - Other images will be left alone. Use "size-auto" class to apply to other images.
  */
  img.size-auto,
  img.size-full,
  img.size-large,
  img.size-medium,
  .attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
  }
  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
  }
  .alignright,
  img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
  }
  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 12px;
  }
  .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
  }
  .wp-caption img {
    margin: 5px 5px 0;
  }
  .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
  }
  .wp-smiley {
    margin: 0;
  }
  .gallery {
    margin: 0 auto 18px;
  }
  .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery img {
    border: 2px solid #cfcfcf;
  }
  .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
  }
  .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
  }
  .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
  }
  .gallery dl {
    margin: 0;
  }
  .gallery img {
    border: 10px solid #f1f1f1;
  }
  .gallery br+br {
    display: none;
  }
  #content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
  }
} 
/* END screen media */

@media print {


} /* END print media */

#search-box, #search-box-mobile {
position: absolute;
z-index: 9999;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;



width: 205px;
height: 25px;

}

#search-box #s, #search-box-mobile #s {
color: #fff;
display: inline-block;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
font-size: 14px;
height: 25px;
padding: 4px 10px;
width: 150px;
background: none repeat scroll 0 0 rgba(161, 124, 83, 0.5);
border: medium none;
color: #ffffff;
margin-bottom: 5px;
}
#search-box-mobile {
  display: none;
}

#search-box #s{
  float: left;
  background: #FFF;
  border: 1px solid #C32025;
  height: 28px
}

#search-box-mobile #s {
background: none repeat scroll 0 0 rgba(161, 124, 83, 0.9);
}

#search-box #wp-submit, #search-box-mobile #wp-submit {font-size: 14px;display: inline-block!important;-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;}

.member_login_nav #user_login, .member_login_nav #user_pass, .member_login_nav #wp-submit {width: 100%;  font-size: 13px;}
.login-remember label {color: #fff; font-size: 13px;}

.page .slider img {width: 100%; height: auto;}
 .eb_event_list_location {display: none;}
 .eb_event_list_title a {
  color: #231f20;
  font-family: "CourierRegular";
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.eb_event_list_date, .eb_event_list_time {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 5px;
}

.letter-filter a {margin: 0 4px;}

.box .page-nav {
border: 1px solid #666;
padding: 3px 6px;
text-decoration: none;
color: #666;
background: #eee;
display: inline-block;
font-size: 16px;
line-height: 2em;
}

#userslist1, #userslist2, #userslist3, #userslist4 {overflow-x: hidden!important;}

.box .page-nav.active {border: 1px solid #c62d31;color: #c62d31;font-weight: bold;}

#member-pages {width: 8%;}

.hide {display: none;}
.visible {display:inline-block;}

h2#comments {border-top: 1px dashed #ccc; padding-top: 15px;}
.commentlist li {margin: 10px; padding: 10px; background: transparent;}
.commentlist > li:nth-child(odd) {background: #eee;}
.commentlist li ul {margin: 10px 0 10px 15px;}

.col-md-8 a,
.box a{
   display:inline!important;
}

/* 2015-08-11 */
.postDate {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 1em;
    color: #666;
    margin-top: -8px;
}
.single .postDate,
.page-template-page-news-views .postDate{
  margin-top:0;
}
.attachment-featured{
    max-width: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    height: auto;
}
#search-box{
    position: absolute;
    z-index: 9999;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: url("images/header_top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: initial;
    top: 20px;
    right: 20px;
    width: 205px;
    height: 25px;
}
.doPosts {top:auto;!important;margin:0 0 1em 0!important;}