/* New blog*/
.custom-archive-title {
  margin-bottom: 30px;
}

.custom-archive-title h1 {
  font-weight: bold;
}


.custom-archive-wrap {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-archive {

}

.custom-archive-item {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.custom-archive-item a {
  display: block;
  height: 100%;
}

.custom-archive-item-wrap {
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  height: 100%;
}

.custom-archive-item-wrap:hover {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.custom-archive-item-wrap-image {
  height: 250px;
  background-size: cover!important;
  background-position: center center!important;
  border-radius: 10px 10px 0 0;
}

.custom-archive-item-wrap-content {
  padding: 0 20px 20px;
  text-align: center;
  height: calc(100% - 250px);
}

.custom-archive-item-wrap-content-title {
  line-height: 1.1em;
  margin-bottom: 14px;
  margin-top: 25px;
  text-transform: none !important;
  margin-left: 0;
  font-size: 24px !important;
  color: #222222;
}

.custom-archive-item-wrap-content-excerpt {
  margin-bottom: 30px;
  overflow-y: hidden;
  max-height: 80px;
}

.custom-archive-item-wrap-content-excerpt p {
  font-size: 14px;
  color: #666;
}

.custom-archive-item-wrap-content-more {

}

.custom-archive-item-wrap-content-more span {
  background-color: #eb2520;
  border-color: #eb2520;
  color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 12px 16px 10px;
  font-size: 13px;
  min-width: 90px;
  display: inline-block;
}

.custom-archive-item-wrap-content-more span:hover {
  opacity: 0.9;
}

body.single .entry-content,
body.single .entry-content p,
body.single .entry-content li {
    font-size: 18px!important;
}

body.single#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 720px;
}

.custom-author-box {
  border: 1px solid #eb2520!important;
  border-radius: 5px;
  padding: 15px;
}

.custom-author-box-image {
  float: left;
  margin-right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-size: cover!important;
  background-position: center center!important;
  border: 1px solid #e1e1e1;
}

.custom-author-box-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 130px;
}

.custom-author-box-description {
  padding-left: 130px;
}


@media all and (max-width: 991px) {
  .custom-archive-item {
    flex: 0 0 auto;
    width: 50%;
  }

  body.single#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 100%;
  }

}

@media all and (max-width: 767px) {
  .custom-archive-item {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-author-box-image {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .custom-author-box-name {
    text-align: center;
  }

  .custom-author-box-name,
  .custom-author-box-description {
    padding-left: 0;
  }

}
