/*
Theme Name: Zuaya WP.
Theme URI: -
Description: -
Version: -
Author: -
Author URI: -
*/

#blog-list { padding: 40px; }

#blog-list img {}

#blog-list .blog-content { padding: 60px; }

#blog-list div .btn-custom::before { background: transparent; }

#blog-list h2,
#blog-list .list-title,
#blog-single .single-title {
background-image: -webkit-linear-gradient(left, #825e37 20%, #bf9f6f 60%, #825e37 40%);
color:transparent;
-webkit-background-clip: text;
background-clip: text;
text-transform: uppercase;
position: relative;
padding-bottom: 50px;
font-family: 'Cardo', serif;
font-size: 20px;
letter-spacing: 6px;
}

#blog-list a,
#blog-single a {
  color: #bf9f6f;
}

#blog-list h2:after{
  height: 20px;
  margin: 20px 0;
}

#blog-single .single-title {
  font-size: 24px;
}

#blog-single .single-title:after {
  content: "";
  display: list-item;
  background: url("./assets/images/gold-line.svg") no-repeat center center;
  width: 120px;
  height: 30px;
  margin: 20px 0;
  position: absolute;
}


#blog-list p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.load_more a {
  color: #bf9f6f;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wp-post-nav,
.wp-post-nav a {
  color: #bf9f6f;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wp-post-date {
  font-family: 'Cardo', serif;
  font-weight: 600;
  font-style: italic;
}

.wp-post-cat a {
  font-family: 'Cardo', serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.blog-list-border {
  border: 1px solid #bf9f6f;
  border-image-source: linear-gradient(to left, #825e37 0%, #bf9f6f 60%, #825e37 80%);
  border-image-slice: 20;
  height: 100%;
}

.img-max {
  max-height: 360px;
}
