/*Custom CSS*/

.block-field-blocknodeblogfield-blog-category {
  float: left;
  font-weight: 700;
  color: #a99c62;
  padding-right: 10px;
}
.block-field-blocknodeblogfield-blog-image {
  margin-bottom: 30px;
}
.block-field-blocknodeblogtitle {
  clear: both;
}
.feat-list {
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
  margin-bottom: 37px;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.feat-list li {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.feat-list li:after {
  content: "";
  height: 2px;
  background: #a99c62;
  width: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-page-content .img-row {
  align-items: flex-end;
  margin-bottom: 100px;
  justify-content: center;
}
.single-page-content .img-row .title {
  margin-bottom: 40px;
}
.single-page-content .img-row .col-content .row-sub-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  padding: 30px 0;
  margin-bottom: 40px;
  position: relative;
}
.single-page-content .img-row .col-content .row-sub-content .title:after {
  content: "";
  position: absolute;
  background: #a99c62;
  height: 2px;
  width: 88px;
  left: 0;
  bottom: 0;
}
.webform-confirmation {
  min-height: 250px;
  text-align: center;
  padding: 50px 20px;
}
.webform-confirmation .webform-confirmation__back a {
  display: block;
  background-color: #a99c62;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 6px;
  text-transform: capitalize;
  transition: 0.3s linear;
  width: 150px;
  margin: auto;
}
.quote-wrap h4:before, .quote-wrap .h4:before, .quote-wrap h4:after, .quote-wrap .h4:after {
  background-image: url(../images/quote.png) !important;
}
