.page-title-wrap {
  height: 300px;
  text-align: center;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 100px;
  background-color: #2a2a2a;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.page-title-wrap .container {
  z-index: 9;
}
.page-title-wrap .container h1 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
}
.page-title-wrap .breadcrumb {
  background: unset;
}
.page-title-wrap .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 15px;
}
.page-title-wrap .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.page-title-wrap .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.page-title-wrap .breadcrumb .active {
  color: #fff;
}
.page-title-wrap-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-title-overlay {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.4;
}
.entry-content-top-wrap {
  margin-bottom: 20px;
}
.entry-content-top-wrap .entry-post-format-icon {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--primary);
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 24px;
}
.entry-content-top-wrap .entry-post-format-icon:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: var(--primary);
  display: block;
  margin-top: 20px;
}
.entry-content-top-wrap .entry-content-top-right {
  position: relative;
  overflow: hidden;
}
.entry-content-top-wrap h3 a {
  color: #222;
}
.entry-content-top-wrap h3.entry-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
}
.entry-content-top-wrap ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.entry-content-top-wrap ul.entry-meta li {
  display: inline;
  font-size: 12px;
  font-style: italic;
  margin-right: 5px;
  text-transform: uppercase;
}
.entry-content-top-wrap ul.entry-meta li i {
  margin-right: 5px;
  color: #666;
}
.entry-content-top-wrap ul.entry-meta li.entry-meta-category a {
  position: relative;
  padding-right: 5px;
  color: inherit;
}
.entry-content-top-wrap ul.entry-meta li.entry-meta-category a:before {
  content: ",";
  position: absolute;
  right: 0px;
}
.entry-content-top-wrap ul.entry-meta li.entry-meta-category a:last-child {
  padding-right: 0px;
}
.entry-content-top-wrap ul.entry-meta li.entry-meta-category a:last-child:before {
  content: "";
  position: absolute;
  right: 0px;
}
.social-share-wrap {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.social-share-wrap label {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
  color: #2a2a2a;
  margin-right: 100px;
  position: relative;
}
.social-share-wrap label:after {
  background-image: url("../images/share-arrow.png");
  content: "";
  position: absolute;
  bottom: -10px;
  width: 71px;
  height: 28px;
  margin-left: 15px;
}
.social-share-wrap ul.social-share {
  font-size: 0;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-share-wrap ul.social-share li {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2a2a2a;
  background-color: #f4f4f4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-share-wrap ul.social-share li a {
  color: #2a2a2a;
}
.social-share-wrap ul.social-share li:last-child {
  margin-right: 0;
}
.social-share-wrap ul.social-share li:hover {
  background-color: var(--primary);
}
.social-share-wrap ul.social-share li:hover a {
  color: #fff;
}
.bt-readmore {
  background-color: #FFFFFF;
  border-color: #222;
  color: #222;
}
.page-posts .entry-thumbnail-wrap {
  margin-bottom: 40px;
}
