/* ------------------------------------------------
 Author: SIF
------------------------------------------------ */
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
#sidebar-mailchimp .email {
  width: calc(100% - 70px);
  float: left;
  border-right: 0 !important; }
#sidebar-mailchimp .btn {
  cursor: pointer;
  padding: 12px;
  border: 2px solid #eef3f6;
  border-left: 0; }

.credit-badge__wrapper {
  margin-top: 5px; }

.team-profile-social-details {
  display: block; }
  .team-profile-social-details .info {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    padding-left: 2rem;
    line-height: 1.5;
    width: calc(100% - 120px); }
    .team-profile-social-details .info p.name {
      font-size: 28px;
      color: #4D5966;
      font-weight: 500;
      margin: 0; }
    .team-profile-social-details .info p.job {
      font-size: 22px;
      color: #288dc1;
      font-weight: 500; }
    .team-profile-social-details .info ul {
      padding: 0; }
      .team-profile-social-details .info ul li {
        display: inline-block; }
        .team-profile-social-details .info ul li a {
          padding: 0;
          color: #C5CCD3;
          -webkit-transition: all .35s ease-in-out;
          -moz-transition: all .35s ease-in-out;
          -ms-transition: all .35s ease-in-out;
          -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out; }
          .team-profile-social-details .info ul li a:hover {
            color: #288dc1; }
        .team-profile-social-details .info ul li span.follow-me {
          margin-right: 15px; }
          .team-profile-social-details .info ul li span.follow-me:after {
            display: inline-block;
            content: '';
            width: 21px;
            height: 1px;
            background: #C5CCD3;
            vertical-align: middle;
            margin-left: 12px;
            margin-top: -5px; }

.intro-image {
  position: relative; }
  .intro-image .credit-badge__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
    .intro-image .credit-badge__wrapper .text-align-right {
      text-align: right; }
    .intro-image .credit-badge__wrapper .credit-badge__legend {
      font-size: 11px;
      display: block;
      padding: 10px 20px;
      background: #fff;
      position: absolute;
      bottom: -50px;
      z-index: 1;
      width: 100%;
      text-align: right;
      font-style: italic;
      font-family: 'Merriweather', serif;
      -webkit-transition: bottom ease .35s;
      transition: bottom ease .35s; }
  .intro-image:hover .credit-badge__wrapper .credit-badge__legend {
    bottom: 0; }

.widget-language-switch p, .widget-language-switch ul {
  display: inline-block;
  vertical-align: middle; }
.widget-language-switch ul li a {
  margin: 0 6px 0 0; }
  .widget-language-switch ul li a img {
    width: 15px;
    margin-right: 5px; }
.widget-language-switch p {
  padding-right: 10px; }

.intro-image-copyright {
  text-align: right;
  font-size: 13px;
  margin-top: 5px; }

.written-by .avatar-rounded {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px; }
.written-by p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-bottom: 10px; }
  .written-by p span {
    font-weight: 500;
    color: #4D5966; }
    .written-by p span.reading-time {
      margin-left: 30px; }
  .written-by p a span.name {
    color: #288dc1;
    background-image: linear-gradient(to left, #288dc1 0%, #288dc1 100%);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 0.35s ease-in; }
  .written-by p a:hover span.name {
    text-decoration: none;
    background-size: 100% 2px; }

#tags {
  position: relative; }
  #tags img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    float: left;
    margin-bottom: 0; }
  #tags p {
    padding: 10px 0 10px 20px;
    font-size: 18px;
    display: inline-block; }
    #tags p span {
      font-weight: 500;
      color: #4D5966; }
    #tags p a span.name {
      color: #288dc1;
      background-image: linear-gradient(to left, #288dc1 0%, #288dc1 100%);
      background-repeat: no-repeat;
      background-size: 0% 2px;
      background-position: 0 100%;
      transition: background-size 0.35s ease-in; }
    #tags p a:hover span.name {
      text-decoration: none;
      background-size: 100% 2px; }

#share {
  font-size: 18px;
  position: relative; }
  #share span {
    font-weight: 500;
    color: #4D5966; }
  #share svg {
    fill: #4D5966 !important; }
  #share .addthis_inline_share_toolbox_yqea {
    margin-top: -10px; }
    #share .addthis_inline_share_toolbox_yqea .at-share-btn {
      border: 1px solid #eef3f6;
      padding: 13px;
      transition: background-color 0.5s ease; }
      #share .addthis_inline_share_toolbox_yqea .at-share-btn:hover {
        transform: translateY(0);
        background-color: #f7f9fb !important; }

.news-category {
  background-color: rgba(10, 59, 105, 0.7);
  color: #fff;
  display: inline-block;
  padding: 6px 9px 2px 9px;
  font-size: 15px;
  font-weight: 500;
  margin-top: -50px;
  text-transform: uppercase; }

.short-content {
  font-size: 26px;
  margin-top: 15px;
  color: #abb2b9; }

.intro-image img {
  width: 100%; }

.intro-image-copryright {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 100;
  color: #898989;
  font-size: 13px; }

.other-stories {
  margin-top: 50px; }
  .other-stories img {
    width: 100%; }
  .other-stories p {
    color: #0A3A68;
    padding: 5px;
    font-size: 17px;
    margin-top: 5px; }
  .other-stories .news-image-bloc {
    position: relative; }
    .other-stories .news-image-bloc .news-category {
      background-color: rgba(10, 59, 105, 0.7);
      color: #fff;
      display: inline-block;
      padding: 5px 9px 3px 9px;
      font-size: 13px;
      font-weight: 500;
      margin-top: -50px;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      left: 0; }
  .other-stories #secondary-news {
    margin-top: 30px; }
  .other-stories #bottom-news {
    margin-bottom: 50px; }
    .other-stories #bottom-news .content {
      padding: 5px;
      border-bottom: 1px solid #000; }
  .other-stories #more-news {
    text-align: center;
    margin: 20px 0 50px 0; }

.related-news {
  margin-top: 50px; }
  .related-news img {
    width: 100%; }
  .related-news p {
    color: #0A3A68;
    padding: 5px;
    font-size: 17px;
    margin-top: 5px; }
  .related-news hr {
    border-top: 1px solid #0A3A68; }
  .related-news .news-image-bloc {
    position: relative; }
    .related-news .news-image-bloc .news-category {
      background-color: rgba(10, 59, 105, 0.7);
      color: #fff;
      display: inline-block;
      padding: 5px 9px 3px 9px;
      font-size: 13px;
      font-weight: 500;
      margin-top: -50px;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      left: 0; }

/*# sourceMappingURL=styles_news.css.map */
