ul.grid {
  margin: 0;
  padding: 0;
}
ul.grid .grid-sizer,
ul.grid .gutter-sizer,
ul.grid .grid-item {
  list-style: none;
}
body.single .grid-sizer {
  width: calc(50% - 25px);
}
body.single .gutter-sizer {
  width: 50px;
}
body.single .grid-item {
  width: calc(50% - 25px);
}
@media (max-width: 520px) {
  body.single .grid-sizer {
    width: 100%;
  }
  body.single .gutter-sizer {
    width: 0;
  }
  body.single .grid-item {
    width: 100%;
  }
}
body.category .grid-sizer,
body.home .grid-sizer,
body.search .grid-sizer,
body.category .grid-item,
body.home .grid-item,
body.search .grid-item {
  width: 30%;
}
body.category .gutter-sizer,
body.home .gutter-sizer,
body.search .gutter-sizer {
  width: 5%;
}
body.category .grid-item--width3,
body.home .grid-item--width3,
body.search .grid-item--width3 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.category .grid-sizer,
  body.home .grid-sizer,
  body.search .grid-sizer {
    width: calc(50% - 25px);
  }
  body.category .gutter-sizer,
  body.home .gutter-sizer,
  body.search .gutter-sizer {
    width: 50px;
  }
  body.category .grid-item,
  body.home .grid-item,
  body.search .grid-item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 520px) {
  body.category .grid-sizer,
  body.home .grid-sizer,
  body.search .grid-sizer {
    width: 100%;
  }
  body.category .gutter-sizer,
  body.home .gutter-sizer,
  body.search .gutter-sizer {
    width: 0px;
  }
  body.category .grid-item,
  body.home .grid-item,
  body.search .grid-item {
    width: 100%;
  }
}
.grid-item--width3 {
  margin-bottom: 50px;
}
.grid-item {
  background-color: #f8f9f9;
}
.grid-item.post {
  position: relative;
}
.grid-item .img-responsive {
  width: 100%;
}
.grid-item .item-container {
  padding: 17px 20px 20px;
}
.grid-item .item-container h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #22222a;
  margin: 0 0 13px;
  line-height: 24px;
}
@media (max-width: 520px) {
  .grid-item .item-container h3 {
    font-size: 18px;
  }
}
.grid-item .item-container h3 a {
  color: #22222a;
  text-decoration: none;
}
.grid-item .item-container .publisher_name {
  color: #8c8b8b;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .item-container .publisher_name a {
  color: #22222a;
  text-decoration: underline;
}
.grid-item .item-container .publisher_name a.permalink {
  text-decoration: none;
}
.grid-item .item-container .publisher_name a.dots_link {
  position: relative;
  height: 6px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  float: right;
}
.grid-item .item-container p {
  color: #8c8b8b;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .item-container .divider {
  display: block;
  height: 1px;
  margin: 17px 0 15px;
  background-color: #e7e4e4;
}
.grid-item .item-container h4 {
  color: #8c8b8b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.grid-item .book_row {
  display: table;
  width: 100%;
}
.grid-item .book_row .book_link {
  float: left;
}
.grid-item .book_row .book_link a {
  color: #22222a;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}
.grid-item .book_row .price {
  float: right;
  color: #22222a;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .book_row .price-value {
  display: none;
}
.grid-item .book_row .price-value.active {
  display: block;
}
.grid-item .readmore {
  color: #0f1d2b;
}
.rating {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
}
.share-this {
  display: table;
  width: 100%;
}
.share-this .share-title {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 520px) {
  .share-this .share-title {
    font-size: 16px;
  }
}
.share-this ul {
  float: right;
  list-style-type: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}
.share-this ul li {
  float: left;
  margin-bottom: 0 !important;
  margin-left: 15px !important;
}
.share-this ul li:first-child {
  margin-left: 0;
}
.share-this ul .facebook {
  background-image: url(../images/social_facebook_2x.png);
}
.share-this ul .twitter {
  background-image: url(../images/social_twitter_2x.png);
}
.share-this ul .whatsapp {
  background-image: url(../images/social_whatsapp_2x.png);
}
.share-this ul a {
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
}
.single-articles .cont-wrapper {
  max-width: 600px;
}
.single-post-content {
  padding: 40px 0;
}
.single-post-content h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 10px;
}
.single-post-content h3 {
  font-size: 19px;
  line-height: 24px;
  margin: 20px 0 10px;
}
.single-post-content p {
  color: #8c8b8b;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}
.single-post-content ul, ol {
  margin: 0 0 10px;
  padding-left: 30px;
  color: #8c8b8b;
}
.single-post-content ul {
  list-style-type: disc;
}
.single-post-content ol {
  list-style-type: decimal;
}
.single-post-content ul li,
.single-post-content ol li {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 24px;
}
.single-post-content a {
  color: #0f1d2b;
}
.hero-blog {
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 760px) {


  .hero-blog {
    min-height: 600px;
  }
  .hero-blog h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 759px) {
  .hero-blog {
    min-height: 280px;
  }
  .hero-blog h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
}
.hero-blog:before {
  content: '';
  display: block;
  background: #22222a;
  opacity: 0.25;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero-blog > img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-blog .cont-wrapper {
  position: relative;
  z-index: 3;
}
.related-posts h2 {
  margin: 0 0 10px;
  font: 800 24px/28px 'Plus Jakarta Sans';
  display: table;
  margin: 30px auto 60px;
  color: #0f1d2b;
  position: relative;
}
.related-posts h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #0f1d2b;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: inline-block;
}

.date {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 25px;
}

body.single .related-posts-wrap .grid-item.related-post-full {
  width: 100%;
}

.yoast-seo-shortcode-breadcrumb-container {
	display: flex;
    justify-content: center;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    margin: 30px auto 0px auto;
}

.custom-breadcrumb-links-container{
	    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap;
	padding:0 10px;
}
.custom-breadcrumb-links-container p{	margin: 0 5px;}
.yoast-seo-shortcode-breadcrumb-container a,.custom-breadcrumb-links-container p{
	color:#8c8b8b;
	font-size:14px;
	line-height:18px;
}