/*

Theme Name: theRevue

*/

:root {
  --serif: 'Playfair Display', serif;
  --sans: 'Roboto Condensed', sans-serif;
  --border: #e7e7e7;
  --text: #111;
  --muted: #5f5f5f;
  --links: #9b7b4f;
  --black: #000;
}

/* BASE */

body {
  font-family: var(--serif);
  background: #fff;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
}

a:hover {
  color: #000;
  opacity: 0.7;
  text-decoration: none !important;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #000;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* GLOBAL COMPONENTS */

.section-title {
  font-size: 14px;
  font-family: var(--sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}

.category,
.category-label,
.article-category,
.featured-category,
.latest-category,
.sidebar-category {
  font-size: 11px;
  font-family: var(--sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}

.latest-meta,
.featured-meta,
.article-meta {
  margin-top: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.image-wrapper {
  overflow: hidden;
  margin-bottom: 18px;
}

.image-wrapper img {
  transition: transform .7s ease;
}

.article-card:hover img,
.latest-item:hover img {
  transform: scale(1.03);
}

/* TOP BAR */

.topbar {
  border-bottom: 1px solid var(--border);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0;
  font-family: var(--sans);
}

/* HEADER */

header {
  border-bottom: 1px solid var(--border);
}

.logo {
  font-family: var(--serif);
  font-size: 64px;
  text-decoration: none;
  color: #000;
  line-height: 1;
}

.header-logo {
  display: flex;
  justify-content: center;
}

.header-logo a {
  display: inline-block;
}

.header-logo img {
  width: 400px;
  max-width: 100%;
  height: auto;
}

.nav-link {
  text-transform: uppercase;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 2px;
  color: #111 !important;
  font-weight: 600;
}

/**** INDEX ****/

/* HERO */

.hero {
  padding: 70px 0 40px;
}

.hero .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-title {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.3;
  margin: 20px 0 30px;
}

.hero-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

/* CARDS */

.article-card {
  margin-bottom: 40px;
}

.article-card .category {
  width: 100%;
  display: inline-block;
  text-align: center !important;
  margin-bottom: 12px;
}

.article-title {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}

.article-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}

.small-title {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
}

/* SIDEBAR */

.sidebar {
  border-left: 1px solid var(--border);
  padding-left: 40px;
}

.trending-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* FEATURED BLOCK */

.featured-block {
  background: #f6f6f6;
  padding: 60px;
}

/* RECENT SECTION */

.recent-section {
  padding-top: 30px;
}

/* LATEST SECTION */

.latest-section {
  padding-top: 45px;
}

.latest-section .latest-item {
  padding: 20px 0;
}

.latest-section .latest-title {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.4;
  margin: 15px 0;
}

.latest-section .latest-excerpt {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 700px;
}

.latest-item img {
  object-fit: cover;
}

.latest-item-grid {
  max-width: 92%;
  margin: 0 auto;
}

.latest-item-grid .image-wrapper img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  max-height: 350px;
}

.latest-item-grid .latest-title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}

.latest-item-grid .latest-excerpt {
  font-size: 0.9rem;
}

/* LATEST SIDEBAR */

.latest-sidebar {
  padding-left: 50px;
  border-left: 1px solid var(--border);
  height: 100%;
}

/* NEWSLETTER */

.sidebar-newsletter {
  background: #f7f7f7;
  padding: 40px;
}

.sidebar-newsletter input,
.newsletter input,
.newsletter-box input {
  border-radius: 0;
  border: 1px solid #000;
  padding: 12px;
}

.sidebar-newsletter button,
.newsletter button,
.newsletter-box button {
  border-radius: 0;
  padding: 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.newsletter {
  border: 1px solid var(--border);
  padding: 40px;
  text-align: center;
}

/**** CATEGORY ****/

/* CATEGORY HERO */

.category-hero {
  padding: 90px 0 70px;
  border-bottom: 1px solid var(--border);
}

.category-label {
  margin-bottom: 20px;
}

.category-title {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1;
  margin-bottom: 25px;
}

.category-description {
  max-width: 760px;
  margin: auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

/* FEATURED POST */

.featured-post {
  padding: 90px 0;
  border-bottom: 1px solid var(--border);
}

.featured-post img {
  object-fit: cover;
}

.featured-category {
  margin-bottom: 15px;
}

.featured-title {
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.featured-excerpt {
  color: var(--muted);
  line-height: 1.9;
  font-size: 17px;
  max-width: 600px;
}

/* POSTS SECTION */

.posts-section {
  padding: 90px 0;
}

.posts-section .latest-item {
  padding: 25px 0;
}

.posts-section .latest-title {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.posts-section .latest-title a:hover {
  text-decoration: underline !important;
}

.posts-section .latest-excerpt {
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
  max-width: 650px;
}

/* CATEGORY SIDEBAR */

.category-sidebar {
  padding-left: 50px;
  border-left: 1px solid var(--border);
}

/* EDITOR PICK */

.editor-pick img {
  object-fit: cover;
  margin-bottom: 25px;
}

.editor-title {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.3;
}

/* NEWSLETTER */

.newsletter-box {
  background: #f7f7f7;
  padding: 45px;
}

.newsletter-title {
  font-size: 34px;
}

/* PAGINATION */

.pagination-section {
  padding-top: 60px;
}

.page-link {
  border: 0;
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-item.active .page-link {
  background: #111;
  border-color: #111;
}

/**** SINGLE ****/

/* ARTICLE HERO */

.article-hero {
  padding: 90px 0 70px;
}

.article-title {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1.25;
  margin: 25px 0;
  max-width: 1000px;
}

.article-excerpt {
  max-width: 720px;
  margin: 30px auto 0;
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: -.01em;
}

.article-excerpt p {
  margin-bottom: 0;
}

@media(max-width:991px){

  .article-excerpt{
    font-size: 18px;
    line-height:1.8;
  }

}

/* FEATURED IMAGE */

.featured-image {
  margin-bottom: 60px;
}

/* ARTICLE CONTENT */

.article-layout {
  padding-bottom: 50px;
}

.article-category a {
  font-size: 15px;
}

.blog-details-thumb-caption, .wp-element-caption {
    display: block;
    unicode-bidi: isolate;
    font-size: 14px;
    font-family: var(--sans);
	margin-top: 10px;
}

.article-content {
  max-width: 830px;
}

.article-content p:first-of-type::first-letter {
  float: left;
  font-family: var(--serif);
  font-size: 92px;
  line-height: .82;
  padding-right: 14px;
  padding-top: 10px;
  margin-bottom: -10px;
  color: #000;
}

.article-content p {
  font-size: 19px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 18px;
}

.article-content a {
  color: var(--links);
}

.article-content h2, .article-content h3 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.2;
  margin: 40px 0 30px;
}

.article-content blockquote {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.4;
  border-left: 0;
  padding-left: 0;
  margin: 70px 0;
  max-width: 900px;
}

/* SIDEBAR */

.sidebar-block {
  margin-bottom: 60px;
}

.sidebar-title {
  font-size: 11px;
  font-family: var(--sans);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 4px solid var(--black);
}

.sidebar-featured-title {
  line-height: 1.4;
}

.sidebar-post {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.sidebar-post img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  flex-shrink: 0;
}

.sidebar-post-title {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.newsletter-title {
  font-family: var(--serif);
  line-height: 1.3;
  margin: 15px 0 25px;
}

/* FOOTER */

footer {
  border-top: 1px solid var(--border);
  padding: 70px 0;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo img {
  width: 400px;
  max-width: 100%;
  height: auto;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: var(--sans);
}

.text-muted {
  font-family: var(--sans);
}

/* ARTICLE SIDEBAR */

.article-sidebar {
  padding-left: 50px;
  border-left: 1px solid var(--border);
}

/* SHARE */

.share-links {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

.share-links a {
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--sans);
  letter-spacing: 1px;
}

/* NEXT ARTICLES */

.next-articles {
  border-top: 1px solid var(--border);
  padding: 90px 0;
}

.next-card img {
  aspect-ratio: 4/5;
  object-fit: cover;
  margin-bottom: 20px;
}

.next-card-title {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.3;
}

/* RESPONSIVE */

@media(max-width:991px) {

  .logo {
    font-size: 42px;
  }

  .hero-title {
    font-size: 36px;
  }

  .featured-block {
    padding: 30px;
  }

  .sidebar,
  .latest-sidebar,
  .category-sidebar,
  .article-sidebar {
    padding-left: 0;
    border-left: 0;
    margin-top: 70px;
  }

  .latest-section .latest-item,
  .posts-section .latest-item {
    padding: 35px 0;
  }

  .latest-section .latest-title,
  .posts-section .latest-title {
    font-size: 30px;
  }

  .category-title {
    font-size: 48px;
  }

  .featured-title {
    font-size: 38px;
  }

  .article-title {
    font-size: 42px;
  }

  .article-excerpt {
    font-size: 18px;
  }

  .article-content blockquote {
    font-size: 28px;
  }

}

/* MOBILE SPACING FIX */

@media(max-width:767px){

  .container,
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

}

@media(max-width:767px){

  .hero,
  .category-hero,
  .article-hero,
  .posts-section,
  .latest-section,
  .next-articles {
    overflow:hidden;
  }

}

/*** GLOBAL DESIGN ***/


/* SIDEBAR TITLES */

.sidebar-title {
  padding-bottom: 12px;
  border-bottom: 4px solid var(--black);
}


/* BLOCKQUOTE */

.article-content blockquote {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}


/* NEXT ARTICLES */

.next-card {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
}