/* ======================= News page/category page/single news page ======================= */
.page-template-page-news .site-content,
.archive .site-content {
  max-width: 1340px;
}
/*hiding subtitle at blog/category/single news page*/
.page-template-page-news .site-content .entry-subtitle,
.archive .site-content .entry-subtitle,
.recentNews .entry-subtitle,
.newsCatNav .tag-link-70,
.newsCatNav .tag-link-3,
.newsCatNav .tag-link-1 {
  display: none !important;
}
.post-title {
  font: 600 var(--font-size-16px)/1.5 var(--font-family2);
  color: var(--secondary-text-color);
}
.entry-date {  
  font: var(--font-size-12px)/1.8 var(--font-family4);
  color: var(--secondary-text-color);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-excerpt {
  font: var(--font-size-12px)/1.8 var(--font-family4);
  color: #000;
}
/* category slider */
.newsCatNav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
.newsCatNav li {
  display: inline-block;
}
.newsCatNav li.current-cat a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #47fda4;
}
.newsCatNav a {
  color: #9B9B9B;
  font: var(--font-size-16px)/1.5 var(--font-family2) !important;
  text-transform: uppercase;
  padding-top: 8px;
  margin: 0 15px 10px;
  position: relative;
}
.newsCatNav a:hover {
  color: #DD5644;
}
.categ-tag_page .newsCatNav li.current-cat a {
  font-weight: bold !important;
  color: #000;
}
/* blog page articles */
.RecentNewsBlock .widget_siteorigin-panels-postloop {
  font-size: 0;
}
.recentNews {
  width: 33%;
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 30px;
}
.recentNews .thumbnail {
  max-width: 344px;
  margin: 0 20px;
}
.recentNews .thumbnail img {
  height: 182px;
  object-fit: cover;
}
.recentNews .post-title {
  margin-top: 35px;
}
/* archive page */
.categoryName {
  border-bottom: 1px solid #e8e4e4;
  padding-bottom: 20px;
  margin-bottom: 55px;
}
.categoryName .page-title {
  font: var(--font-size-30px)/1 var(--font-family2);
  text-transform: uppercase;
  color: #000;
}
.categoryName .categorySubTitle {
  font: var(--font-size-18px)/1.40 var(--font-family2);
  margin: 10px 0;
}
.categoryName p {
  font: var(--font-size-14px)/1.40 var(--font-family2);
  color: #9b9b9b;
}
.categ-tag_page {
  font-size: 0;
}
.categ-tag_page article {
  width: 48%;
  display: inline-block;
  margin-bottom: 50px;
  border: solid 1px #d8d7d7;
  height: 276px;
  overflow: hidden;
}
.categ-tag_page article:nth-child(odd) {
  margin-right: 3.6%;
}
.categ-tag_page article .post-thumbnail {
  display: table;
}
.categ-tag_page article .post-thumbnail img {
  display: table-cell;
  object-fit: cover;
  max-width: 290px;
  height: 276px;
}
.categ-tag_page article .cat-post-content {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
  padding: 10px 15px;
}

/* ======================= Single news ======================= */
.single-post article {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 25px;
}
.single-post .post-thumbnail img {
  margin: 0 auto 30px;
  object-fit: cover;
}
.post-badge-img img {
  width: 400px;
}
.single-post h1 {
  font: 600 var(--font-size-30px)/1.5 var(--font-family2);
}
.single-post .entry-date {
  margin: 0; 
}
.author {
  font: var(--font-size-12px)/1.6 var(--font-family4);
  color: #4a4a4a;
  display: block;
}
.single-post .newsTags {
  margin-top: 20px;
  font: var(--font-size-16px)/1.6 var(--font-family4);
  color: #000;
  margin-bottom: 50px;
}
.single-post .newsTags a {
  margin: 0 10px 7px 5px;
  padding: 10px;
  background: #47FDA4;
  display: inline-block;
  font: var(--font-size-14px)/1.6 var(--font-family4) !important;
  color: #000;
  text-transform: capitalize;
  border-radius: 3px;
}

.single-post .entry-content h2 {
  font: 600 var(--font-size-24px)/1.5 var(--font-family2);
}
.single-post .entry-content h3 {
  font: 600 var(--font-size-20px)/1.5 var(--font-family2);
}
.single-post .entry-content h4 {
  font: 600 var(--font-size-16px)/1.5 var(--font-family2);
}
.single-post .entry-content h5 {
  font: 600 var(--font-size-14px)/1.5 var(--font-family2);
}
.single-post .entry-content h6 {
  font: 600 var(--font-size-12px)/1.5 var(--font-family2);
}

.single-post p a,
.single-post p,
.singleNewsContent ol li,
.singleNewsContent ul li {
  font: var(--font-size-14px)/1.6 var(--font-family4);
  color: #4a4a4a;
}
.single-post p a,
.singleNewsContent ul li a,
.singleNewsContent ol li a {
  display: inline;
  text-decoration: underline;
  font: var(--font-size-14px)/1.6 var(--font-family4);
  color: #4a4a4a;
}
.singleNewsContent ol {
  list-style-position: inside;
}
.singleNewsContent ol li {
  margin-bottom: 10px;
}
.singleNewsContent ol li:before {
  content: "";
  width: 10px;
  display: inline-block;
}
.singleNewsContent ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 20px 0;
}
.single-post blockquote {
  margin: 50px 0 30px;
}
.single-post blockquote p {
  font: var(--font-size-14px)/1.6 var(--font-family4);
  color: var(--secondary-text-color);
}
.addtoany_list a {
  border: 2px solid #000 !important;
  max-width: 133px;
  width: 100%;
  font: var(--font-size-14px)/1.6 var(--font-family4) !important;
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding: 8px 0 !important;
}
.news-section.recent-news {
  margin-bottom: 50px;
}
.recent-news .singleNews-recent_title h2.sow-headline {
  font: 600 var(--font-size-16px)/1.5 var(--font-family2);
  letter-spacing: 0.2px;
  padding: 60px 0 20px;
  text-transform: uppercase;
  color: var(--secondary-text-color);
}
.recent-news .latest-news article {
  width: 30%;
}
.recent-news .latest-news .post-thumbnail {
  position: relative;
  padding-bottom: 66.66667%;
  overflow: hidden;
  display: block;
}
.recent-news .latest-news .post-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate(-50%,-50%);
  object-fit: contain;
}


@media only screen and (max-width: 992px) {
  .newsCatNav {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .page-template-page-news .RecentNewsBlock .recentNews {
    width: 50%;
  }
  .page-template-page-news .recentNews .thumbnail,
  .categ-tag_page article .post-thumbnail {
    display: block;
    max-width: 100%;
    margin: 0 20px;
  }
  .single-post h1 {
    font-size: var(--font-size-24px);
  }
  .categoryName {
    margin: 0 20px 36px;
    padding-bottom: 22px;
  }
  .categ-tag_page article {
    width: 50%;
    height: auto;
    vertical-align: top;
    border: none;
  }
  .categ-tag_page article:nth-child(odd) {
    margin-right: 0;
  }
  .categ-tag_page article .post-thumbnail img {
    display: block;
    max-width: 100%;
    height: 182px;
  }
  .categ-tag_page article .cat-post-content {
    display: block;
    width: 100%;
    margin-top: 35px;
    padding: 0;
  }
  .single-post .singleNewsContent,
  .single-post .post-thumbnail {
    max-width: 550px;
  }
  .single-post .newsTags {
    margin: 20px 0 40px;
  }
  .single-post .newsTags a {
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  /* category slider */
  .slick-list {
    margin-right: 30px;
    margin-left: 30px;
  }
  .slick-arrow {
    font-size: 24px;
    color: #b6b6b6;
    position: absolute;
    top:  10px;
    display: block !important;
    cursor: pointer;
    background: url('../image/gray_arrow.png') center no-repeat;
    width: 14px;
    height: 14px;
    z-index: 1;
  }
  .slick-prev {
    left: 0px;
    transform: rotate(180deg);
  }
  .slick-next {
    right: 0px;
  }
  .recentNews {
    width: 100% !important;
  }
  .categoryName {
    margin-bottom: 30px;
  }
  .categoryName .page-title {
    font-size: var(--font-size-26px);
  }
  .categ-tag_page article {
    width: 100%;
    margin-bottom: 35px;
  }
  .single-post h1 {
    font-size: var(--font-size-20px);
  }
  .single-post .entry-content h2 {
    font-size: var(--font-size-20px);
  }
  .single-post .entry-content h3 {
    font-size: var(--font-size-16px);
  }
  .single-post .entry-content h4 {
    font-size: var(--font-size-14px);
  }
  .single-post .entry-content h5 {
    font-size: var(--font-size-12px);
  }
  .single-post .entry-content h6 {
    font-size: var(--font-size-12px);
  }
  .single-post .newsTags {
    margin-top: 10px;
  }
  .single-post .newsTags a:last-child {
    margin-right: 0;
  }
  .post-title {
    font-size: var(--font-size-16px);
    margin-bottom: 5px;
  }
}