/*
 Theme Name:   Marroco CS Edits
 Theme URI:    http://centresource.com/
 Description:  Marroco Child Theme for CS Blog
 Author:       CS Dev Team
 Author URI:   http://centresource.com
 Template:     marroco
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  marroco-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

#newsletter .form-wrap {
  margin: 1.5em 0;
}

#newsletter .form-wrap label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

#newsletter input[type="button"] {
  background: #d1540b;
  border-radius: 3px;
  color: #fff;
  margin-top: 2em;
  padding: 1em 2em;
}

.article-thumb .over {
  display: none;
}

.article-thumb img {
  -webkit-filter: grayscale(50%) brightness(1.2) contrast(0.9);
          filter: grayscale(50%) brightness(1.2) contrast(0.9);
}
.article-thumb:hover img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 400ms ease-out;
          transition: opacity 400ms ease-out;
}

@media (max-width: 480px) {
  body.archive article.post {
    padding-right: 0;
  }

  body.archive .article-header,
  body.archive .article-content {
    float: none;
    overflow: hidden;
    width: 100%;
  }

  body.archive .article-content {
    padding-left: 0;
    padding-top: 15px;
  }

}
