.main-blog {
  margin-bottom: 75px; }
  @media screen and (min-width: 992px) {
    .main-blog {
      margin-bottom: 0; } }
  .main-blog.archive-blog {
    display: flex; }
    .main-blog.archive-blog article {
      flex: 0 0 33.33%; }
      .main-blog.archive-blog article.archive.archive-square-img {
        padding: 20px 10px 50px; }
      .main-blog.archive-blog article.archive.archive-fullwidth-image {
        padding: 0 0 50px; }

article {
  padding: 20px 20px 50px;
  margin-bottom: 55px;
  background-color: white;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  @media screen and (min-width: 576px) {
    article {
      padding: 30px 30px 50px;
      margin-bottom: 75px; } }
  @media screen and (min-width: 992px) {
    article {
      padding: 50px 60px; } }
  article.archive .header {
    margin-bottom: 30px; }
    @media screen and (min-width: 576px) {
      article.archive .header {
        margin-bottom: 0; } }
    article.archive .header .header-img .img-container {
      padding-top: 56.25%; }
      @media screen and (min-width: 768px) {
        article.archive .header .header-img .img-container {
          padding-top: 100%; } }
      article.archive .header .header-img .img-container img {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        article.archive .header .header-img .img-container img.main-photo {
          z-index: 3; }
        article.archive .header .header-img .img-container img.back-photo {
          z-index: 1;
          -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
      article.archive .header .header-img .img-container span.white-border-overlay {
        position: absolute;
        width: calc( 100% - 11px );
        height: calc( 100% - 11px );
        top: 5px;
        right: 6px;
        bottom: 6px;
        left: 5px;
        border: 1px solid #f9f9fe;
        z-index: 4;
        opacity: 1;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      article.archive .header .header-img .img-container span.white-overlay {
        position: absolute;
        width: calc( 100% - 10px );
        height: calc( 100% - 10px );
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background-color: #f9f9fe;
        z-index: 2; }
      article.archive .header .header-img .img-container:hover img.main-photo {
        transform: translate(-8px, -8px); }
      article.archive .header .header-img .img-container:hover span.white-border-overlay {
        opacity: 0;
        transform: translate(-8px, -8px);
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease; }
    article.archive .header .meta-data {
      flex: 1 0 0; }
      article.archive .header .meta-data h2 {
        line-height: 1.2;
        margin-bottom: 16px;
        font-size: 28px; }
        @media screen and (min-width: 1200px) {
          article.archive .header .meta-data h2 {
            font-size: 32px; } }
      article.archive .header .meta-data span {
        font-weight: 300;
        font-size: 14px;
        margin-right: 15px; }
        article.archive .header .meta-data span.read:before {
          content: "";
          border-bottom: 2px solid rgba(244, 79, 100, 0.55);
          width: 15px;
          display: inline-block;
          position: relative;
          top: -4px;
          margin-right: 15px; }
        article.archive .header .meta-data span.comments:before {
          content: "";
          background-image: url("../img/sprite.png");
          background-repeat: no-repeat;
          display: inline-block;
          background-position: -3px -25px;
          width: 14px;
          height: 13px;
          margin-right: 5px; }
        article.archive .header .meta-data span:last-child {
          margin-right: 0; }
  article.archive .excerpt {
    margin-top: 30px;
    margin-bottom: 45px; }
    @media screen and (max-width: 575px) {
      article.archive .excerpt {
        display: none; } }
    @media screen and (min-width: 768px) {
      article.archive .excerpt {
        margin-top: 45px; } }
  article.archive.archive-square-img .header .header-img {
    flex: 0 0 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      article.archive.archive-square-img .header .header-img {
        flex: 0 0 120px;
        margin-right: 40px;
        margin-bottom: 0; } }
  article.archive.archive-fullwidth-image .header .header-img {
    flex: 0 0 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      article.archive.archive-fullwidth-image .header .header-img {
        margin-right: 0;
        flex: 0 0 100%;
        margin-bottom: 30px; } }
    article.archive.archive-fullwidth-image .header .header-img .img-container {
      padding-top: 56.25%; }
  article:last-child {
    margin-bottom: 0; }
  article span.continue-reading {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #4b4870; }
    article span.continue-reading a {
      color: #f9f9fe;
      background-color: #4b4870;
      border: 4px solid #4b4870;
      padding: 7px 32px;
      display: block;
      font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
      font-weight: 700;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      margin: -1px; }
    article span.continue-reading:hover a {
      transform: translate(4px, 0); }

.pagination {
  display: flex;
  margin-top: 20px;
  padding: 30px 0;
  justify-content: center; }

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px 0 0;
  border: 1px solid #f44f64;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
  color: white;
  background-color: #f44f64; }
  .page-numbers:visited, .page-numbers:focus {
    color: white; }
  .page-numbers:hover {
    background-color: rgba(244, 79, 100, 0.7);
    border: 1px solid rgba(244, 79, 100, 0.7);
    color: white; }
  .page-numbers.current {
    background-color: rgba(244, 79, 100, 0.01);
    color: #4b4870;
    border: 1px solid #f44f64; }

.sidebar-inside {
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .sidebar-inside {
      padding-left: 65px; } }

.sidebar-widget {
  position: relative;
  margin-bottom: 50px; }
  .sidebar-widget:last-child {
    margin-bottom: 0; }

h4.w-title {
  letter-spacing: .25px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px; }
  h4.w-title span.bg {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    max-width: 90%; }
  h4.w-title span.border {
    height: 2px;
    background: #f44f64;
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 15px;
    min-width: 30px; }

.sidebar-widget article.archive {
  padding: 0 0 25px;
  margin-bottom: 25px; }
  .sidebar-widget article.archive .header {
    margin-bottom: 15px; }
    .sidebar-widget article.archive .header .header-img {
      margin-bottom: 22px; }
    .sidebar-widget article.archive .header .meta-data {
      padding: 0 20px; }
      .sidebar-widget article.archive .header .meta-data h2 {
        font-size: 20px;
        margin-bottom: 0; }
  .sidebar-widget article.archive .tags {
    padding: 0 20px;
    margin-top: 6px; }
    .sidebar-widget article.archive .tags .tag {
      margin-bottom: 0;
      margin-top: 10px;
      font-size: 12px; }
  .sidebar-widget article.archive:last-child {
    margin-bottom: 0; }
  .sidebar-widget article.archive.no-image {
    padding: 25px 0; }

section.subscribe form {
  margin-bottom: 20px; }
section.subscribe .form-group {
  width: auto;
  display: inline-block;
  margin: 10px 0;
  margin-right: -5px;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  letter-spacing: .5px; }
  section.subscribe .form-group input[type="email"],
  section.subscribe .form-group input[type="text"] {
    display: block;
    background: white;
    border: 1px solid #f0f0fd;
    color: #4b4870;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .25px;
    padding: 15px 25px;
    height: 45px;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left; }

/*# sourceMappingURL=front-page.css.map */
