@import url("/wp-content/themes/super_d/assets/fonts/superdville/css/superdville.css?v1.0");
@media (min-width: 1350px) {
  .container {
    max-width: 1200px;
  }
}
.archive-header {
  height: 640px;
  position: relative;
  margin-bottom: 60px;
}
.archive-header img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.archive-header .header-title {
  position: absolute;
  padding: 20px 40px 20px 40px; /*padding: 20px 40px 20px 90px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  background: #e6306d;
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
  width: auto; /*width: 950px;*/
  height: 140px; /*height: 200px;*/
  left: 0;
  top: 45px;
  font-size: 32px;
  text-align: right;
  line-height: 1.18em;
  margin: 0px;
  margin-left: 15px;
}
.archive-header .header-title a {
  color: #fff;
}

.posts-archive .page-header {
  padding-left: 0px;
  padding-right: 0px;
}
.posts-archive .page-header .page-title {
  margin-bottom: 30px;
  line-height: 1.2em;
  color: #ec2f6f;
  font-size: 36px;
  font-family: futura-pt-bold, sans-serif;
}
.posts-archive .page-header .page-title a {
  text-decoration: none;
}

.blog-post {
  margin-bottom: 50px;
}
.blog-post figure {
  margin-bottom: 30px;
}
.blog-post figure img {
  width: 100%;
  height: 210px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.blog-post-link {
  text-decoration: none !important;
  color: #ec2f6f;
  font-family: futura-pt-bold, sans-serif;
}
.blog-post-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 29px;
  line-height: 1.18em;
}
.blog-post-read-more {
  font-family: futura-pt-bold, sans-serif;
  text-decoration: none;
  color: #2fb1e5;
  transition: color 0.2s ease;
  font-size: 20px;
}
.blog-post-read-more:hover {
  color: #ec2f6f;
}

nav.pagination {
  position: relative;
  display: block;
  margin-bottom: 50px;
  font-family: "futura-pt-medium";
}

.nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-links ul li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}
.nav-links ul li span.current {
  padding: 10px 12px;
  background: #777;
  border: 1px solid #777;
  display: block;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.nav-links ul li a {
  padding: 3px 12px;
  background: #ddd;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.nav-links ul li a:hover {
  background: #999;
  border-color: #888;
  color: #fff;
}

.page-numbers .prev {
  line-height: 1em;
}
.page-numbers .prev i {
  position: relative;
  left: -1px;
  bottom: -1px;
}
.page-numbers .next {
  line-height: 1em;
}
.page-numbers .next i {
  position: relative;
  right: -1px;
  bottom: -1px;
}

@media (max-width: 1199px) {
  .archive-header {
    height: 450px;
  }
  .archive-header .header-title {
    width: auto; /*width: 800px;*/
    height: 140px; /*height: 180px;*/
    font-size: 30px;
  }
  .blog-post figure img {
    height: 165px;
  }
  .blog-post-title {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .archive-header {
    height: 400px;
  }
  .archive-header .header-title {
    width: 500px;
    height: 150px;
    font-size: 24px;
  }
  .blog-post figure img {
    height: 187px;
  }
}
@media (max-width: 767px) {
  .archive-header {
    height: 350px;
  }
  .archive-header .header-title {
    width: 400px;
    height: 100px;
    font-size: 20px;
  }
  .blog-post figure img {
    height: 136px;
  }
  .blog-post-title {
    font-size: 22px;
  }
  .blog-post-excerpt {
    font-size: 16px;
  }
  .blog-post-read-more {
    font-size: 16px;
  }
  .posts-archive .page-header .page-title {
    font-size: 30px;
  }
  .nav-links {
    font-size: 14px;
  }
  .nav-links ul li {
    margin: 0 5px 0 0;
  }
  .nav-links ul li span.current {
    padding: 10px 8px;
    line-height: 1;
    border-radius: 4px;
    height: 30px;
  }
  .nav-links ul li a {
    padding: 3px 8px;
    border-radius: 3px;
    height: 30px;
  }
  .nav-links ul li a:hover {
    background: #999;
    border-color: #888;
    color: #fff;
  }
  .page-numbers .prev i {
    bottom: 0;
  }
  .page-numbers .next i {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .archive-header {
    height: 250px;
  }
  .archive-header .header-title {
    width: 200px;
    height: auto;
    min-height: 75px;
    /*font-size: 14px;*/
    padding: 10px 15px 10px 20px;
  }
  .blog-post figure img {
    height: 200px;
  }
}/*# sourceMappingURL=posts-archive.css.map */