﻿/* News */
/* ----------------------------------------------------------*/
.news-heading .intro {
  margin-bottom: 8px; }

.news .header {
  margin-top: 40px; }
  .news .header img {
    margin-bottom: 10px;
    width: 100%; }
@media (min-width: 779px) {
  .news .pad-updates {
    padding: 0 50px; } }
.news .btn {
  font-size: 15px;
  letter-spacing: 0.02em; }
.news .form-control {
  font-size: 15px;
  color: #3F3F3F;
  background-color: #d8d8d8; }
.news .btn-default {
  color: #fff;
  background-color: #4FCBE0;
  border-color: #4FCBE0; }
  .news .btn-default:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #22aac1;
    border-color: #22aac1; }
.news .thumbnail {
  border-top: 6px solid #5E4C80;
  padding: 0 10px 65px; }
.news h3 {
  font-size: 1.4em;
  color: #3f3f3f;
  line-height: 34px;
  margin: 10px 0 15px; }
  .news h3:hover {
    color: #656565; }
.news p {
  font-family: "Merriweather", Georgia, serif;
  font-size: 0.85em;
  line-height: 1.8em;
  color: #2b2b2b;
  margin-bottom: 15px; }
  .news p.small {
    font-size: 0.75em;
    font-style: italic;
    line-height: 1.5em;
    color: #4c4c4c; }
    @media (max-width: 720px) {
      .news p.small {
        font-size: 0.69em; } }
.news h4 {
  font-weight: 300; }

.post-content {
  min-height: 240px; }

.posted-by {
  border-top: 1px #cccccc solid;
  margin-top: 12px;
  padding-top: 15px; }
  .posted-by p {
    margin: 7px 0 0 15px; }
  .posted-by .date {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 1.075em; }

.pic-full img {
  margin-bottom: 35px;
  width: 100%; }

.category-link p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #4c4c4c;
  font-style: normal;
  font-size: 16px;
  text-align: right;
  line-height: 20px;
  position: relative;
  top: 6px; }
