/*
Theme Name: CWA
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */

  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky,
.bypostauthor {
  display: block;
}
/* main elements */
.news-section .post-list .date,
#main .heading h1 {
  text-transform: uppercase;
}
.news-section .post-list .more-link,
.news-section .view-all {
  background: url(images/bullet-arrow.png) left center no-repeat;
  padding: 0 0 0 20px;
  color: #1b429a;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  font-size: 11px;
}
.news-section .post-list .more-link:hover {
  text-decoration: underline;
}
.slide-gallery.page-content {
  font-size: 13px;
  line-height: 16px;
}
.contact-page .form-holder input[type="email"] {
  float: left;
  width: 270px;
  padding: 0 9px;
  border: 1px solid #c0c0c0;
  color: #c0c0c0;
  font-size: 12px;
  line-height: 23px;
  height: 21px;
  outline: none;
  margin: 0 0 11px;
}
@media screen and (max-width: 1024px) {
  .contact-page .form-holder input[type="email"] {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 565px) {
  .contact-page .form-holder input[type="email"] {
    width: 90% !important;
  }
}
.top-menu .holder {
  width: 436px;
}
.top-menu {
  padding: 4px 3px 28px;
}
.ajax-loader {
  display: none;
}
.form-holder span.wpcf7-not-valid-tip {
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
}
.contact-content .form-holder .row {
  position: relative;
  width: 100%;
}
.blog .post-tile a {
  color: #FFF;
}
.navigation {
  overflow: hidden;
  width: 100%;
}
.navigation .next {
  float: left;
}
.navigation .next {
  float: right;
}
.event-item h1 a {
  color: #8E8D8D;
}
.toggle-block-holder .slide1 input[type="submit"] {
  margin: 0;
}
.subscribe-form a,
.footer-social a {
  color: #FFF;
}
.post-ratings {
  float: left;
}
.post-ratings img:first-child {
  margin: 0 15px -3px 0;
}
.accordion {
  border-bottom: solid 1px #aaa;
}
.accordion dt {
  font-weight: bolder;
  border: solid 1px #aaa;
  border-bottom: none;
  font-size: 1.17em;
  padding: 1em 1em;
  cursor: pointer;
  background: #ececec;
}
.accordion dd {
  display: none;
  margin-left: 0;
  -webkit-margin-start: 0;
  padding: 0 1em;
  border: solid 1px #aaa;
  border-top: none;
  border-bottom: none;
  font-size: 13px;
}
.accordion dd p {
  margin: 0;
  padding: 1em 0;
}
.lightbox-content {
  display: none;
}
