
.feat_img {
  width: 100%;
  max-width: 300px;
  padding: 10px 0px;
  align-self: center;
}

.blll {
  font-weight: 600;

}

.blogp, .blogd {
  font-weight: 400;
}

.bloga {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-featured-image {
  height: 300px;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* Blog Meta */

.blog-meta {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.blog-author-photo {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #ccc;
}

.blog-meta-info {
  padding: 0 0 0 20px;
  color: #686663;
  font-size: 18px;
}

.blog-author-name {

}

.blog-date {
  padding: 5px 0;
}

.blog-read-time {
  text-transform: capitalize;
}

/* RAF Sidebar */

.raf-sidebar-wrapper {
  padding: 80px 0 0;
}

.raf-sidebar {
  margin: 0 0 50px;
}

.raf-sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.raf-sidebar .sidebar-content {

}

.raf-sidebar ul.categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.raf-sidebar li.category {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.raf-sidebar li.category::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/img/right-arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.raf-sidebar li.category a {
  display: flex;
  padding: 10px;
  color: #c9952b;
  letter-spacing: 0.04em;
}

/* Featured Sauna */

.featured-saunas {

}

.featured-sauna {
  display: flex;
  margin: 0 0 40px;
}

a.f-s-inner {
  overflow: hidden;
  display: block;
  width: 400px;
  border: 1px solid #ccc;
  text-decoration: none;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  transition: all 0.5s;
}

.f-s-image {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  transition: all 0.5s;
}

/*
.f-s-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
 */

.f-s-info {
  padding: 20px;
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  transition: all 0.5s;
}

.f-s-name {
  font-family: "Gill Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.f-s-desc {
  font-family: "Gill Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.f-s-inner:hover {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
}

a.f-s-inner:hover .f-s-image {
  background-size: 130%;
}

a.f-s-inner:hover .f-s-info {
  background-color: #e9e9e9;
}

/* RAF post link */

.raf-post-link {
  opacity: 1;
  transition: all 0.3s;
}

.raf-post-link:hover {
  opacity: 0.8;
}

.raf-post-img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.raf-post-link-title {
  margin: 20px 0 0;
  font-size: 22px;
  text-align: left;
}
