/*
 Theme Name:   New Post
 Description:  New Post
 Author: DevOcean
 Author URI: http://devocean.gr/
 Version: 1.0
 Text Domain: newpost
*/
.time {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.photo-karfi-bg {
  overflow: hidden;
}

.np-site-data {
  margin-top: 50px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
  gap: 8px;
}

.article-tags li::marker {
  font-size: 0 !important;
}

.article-tags li {
  list-style-type: none;
  padding: 10px 15px;
}

.article-tags li a {
  color: #6A6A6A;
  font-size: 14px;
  font-display: swap;
  font-weight: 500;
  font-family: 'LabGrotesque-Regular', 'ZonaPro-Regular';
  padding: 8px 10px;
  border: 1px solid #6A6A6A;
}

.article-tags li a:hover {
  background: #6A6A6A;
  color: #fff;
}

.news-stream h4 a {
  display: flex;
  align-items: center;
}

.news-stream h4 b,
.news-stream h4 span {
  display: inline-flex;
  align-items: center;
  font-size: 50px;
  line-height: 50px;
  margin-right: 20px;
}

@media (max-width: 768px) {

  .news-stream h4 b,
  .news-stream h4 span {
    font-size: 50px;
    line-height: 20px;
    margin-right: 20px;
  }
}

.ic-pencil p {
  display: none;
}

.photo-karfi-bg {
  height: 210px;
  background-color: #2b2b2b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.csbwfs-shortcode a i.csbwfs_facebook {
  background: url(/wp-content/uploads/2022/05/facebook.svg) no-repeat !important;
  background-position: center !important;
}

.csbwfs-shortcode a i.csbwfs_twitter {
  background: url(/wp-content/uploads/2022/05/twitter.svg) no-repeat !important;
  background-position: center !important;
}

.csbwfs-shortcode {
  margin-bottom: 1px;
}

.page-numbers {
  display: flex;
}

.pagination {
  width: 100%;
  justify-content: center;
}

.page-numbers li {
  margin: 0 7px;
}

.page-numbers li a.page-numbers,
.page-numbers li .current {
  color: #d0021b;
  border: 1px solid #2b2b2b;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
}

.page-numbers li .current {
  color: #000;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(0, 0, 0);
}

.page-numbers li a.prev,
.page-numbers li a.next {
  font-size: 10px;
  font-family: "LabGrotesque-Black", "ZonaPro-SemiBold";
  border: 0;
  background: transparent;
  width: auto;
  /* height: auto; */
}

.page-numbers li a.prev:hover,
.page-numbers li a.next:hover {
  background: transparent;
  border: 0;
  color: #d0021b;
}

.page-numbers li a.next {
  color: #d0021b !important;
}

.page-numbers li a.prev {
  color: #151515 !important;
  opacity: 0.7;
}

.post-tag {
  font-size: 15px !important;
}

.post-tag p {
  margin-bottom: 0;
}

/* .post-tag p:last-child{

	display:none;
} */
.error404 .site-main {
  width: 100%;
  padding: 100px 0;
}

.not-found {
  text-align: center;
}

.not-found a {
  background: #d0021b;
  color: #fff;
  display: inline-block;
  padding: 8px 40px;
}

.not-found a:hover {
  background: #000;
}

.not-found h1 {
  font-family: "LabGrotesque-Black", "ZonaPro-ExtraBold";
  color: #d0021b;
  font-size: 100px;
  line-height: 80px;
  font-weight: 500;
}

.tp.opacity-75.post-content {
  font-size: 1.1em;
  line-height: 25px;
  margin-bottom: 20px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .artical-img-wrap .post-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  
  #social-share .csbwfs-shortcode a i {
    width: 18px;
    height: 14px;
    background-size: contain !important;
  }
  
  .csbwfs-shortcode {
    display: block !important;
  }
}

.breaking-news .marquee {
  display: flex;
  flex-direction: row;
  text-align: center;
  padding: min(max(6px, 2.6041666667vw), 43px) 0;
  line-height: 1;
  font-size: min(max(14px, 2.34375vw), 24px);
  margin: 0 min(max(20px, 11.71875vw), 150px);
  width: calc(100% - 2 * min(max(20px, 11.71875vw), 150px));
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .breaking-news .marquee {
    margin: 0 20px;
    width: calc(100% - 40px);
    flex-direction: column;
  }
}

.breaking-news .marquee h2 {
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
  color: #fff;
  font-size: min(max(18px, 2.6041666667vw), 24px);
  line-height: 1;
}

.breaking-news .marquee .breaking {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: min(max(200px, 27.34375vw), 210px);
  margin-right: min(max(5px, 2.6041666667vw), 30px);
}

.breaking-news .marquee .breaking .text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .breaking-news .marquee .breaking .text {
    text-align: center;
  }
}

.breaking-news .marquee .breaking .text span {
  font-size: 13px;
  max-width: 100%;
}

.breaking-news .marquee .breaking .blink-1 {
  background: white;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: min(max(8px, 2.0833333333vw), 16px);
}

.breaking-news .marquee a {
  color: #fff;
  display: inline;
  align-self: center;
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  .breaking-news .marquee a {
    margin-top: 10px;
    max-width: 100%;
  }
}

.breaking-news.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breaking-news.banner .marquee {
  padding: 60px;
  background: #00000080;
}

.breaking-news.banner .marquee a {
  font-weight: 900;
}

.map-wrap a:first-child {
  display: block;
}

.hellas-post .map-wrap a:first-child {
  display: block;
}

.hellas-post .map-wrap .custom-btn {
  margin-top: 0 !important;
}

.single .social-details {
  z-index: 1;
}

.single .social-details * {
  cursor: pointer;
}

.single .social-details .fa {
  color: #fff;
  font-size: min(max(17px, 3.2552083333vw), 30px);
}

.single .social-details .copylink a {
  position: relative;
}

.single .social-details .copylink a:after {
  content: "link copied to clipboard";
  position: absolute;
  background: #2b2b2b;
  left: 100%;
  top: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translateY(-50%) scale(0) translateX(-100%);
  transform-origin: left;
  color: white;
  padding: 7px 10px;
  font-size: 0;
  line-height: 1;
  z-index: -1;
  transition: all 0.5s 0.3s ease-in-out;
}

.single .social-details .copylink.copied a:after {
  transform: translateY(-50%) scale(1) translateX(0);
  font-size: min(max(10px, 1.8229166667vw), 14px);
}

.single .artical-details iframe {
  /* width: 100%; */
}

@media (min-aspect-ratio: 1/1) {
  .artical-img-wrap {
    width: 50%;
  }
}

@media (max-aspect-ratio: 1/1) {
  section.artical-top-section {
    flex-direction: column;
  }
  
  .artical-content-wrap {
    width: unset !important;
  }
}

/**Animations**/
.blink-1 {
  -webkit-animation: blink-1 2s infinite both;
  animation: blink-1 2s infinite both;
}

@-webkit-keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1;
  }
  
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1;
  }
  
  25%,
  75% {
    opacity: 0;
  }
}

/* HOMEPAGE - TOP NEWS-SIDE POSTS */
.top-section {
  padding-bottom: min(max(10px, 2.6041666667vw), 30px);
}

.top-section .post-img {
  height: 100%;
}

.top-section .side-post > .post-content {
  width: 144%;
  margin-left: -40%;
  background: var(--color-white);
  padding: 24px 20px 25px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  margin-top: 36px;
  margin-bottom: 22px;
}

.top-section .side-post > .post-content h3 {
  font-family: "LabGrotesque-Black", "ZonaPro-ExtraBold";
  font-size: min(max(18px, 2.4739583333vw), 30px);
  line-height: min(max(24px, 3.6458333333vw), 34px);
}

.top-section .side-post > .post-content > *:not(.tp) {
  display: none;
}

.top-section .side-post h4 {
  display: flex;
  align-items: center;
  font-size: min(max(14px, 2.2135416667vw), 20px);
  font-family: "LabGrotesque-Black", "ZonaPro-ExtraBold";
  text-transform: uppercase;
}

.top-section .side-post .side-post-wrap h6 {
  border-left: 2px solid var(--color-red);
  padding-left: min(max(7px, 0.8854166667vw), 17px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body span.ic-time {
    padding-right: 0;
  }
  
  .top-section {
    flex-direction: row !important;
  }
  
  .top-section .side-post > .post-content {
    display: block;
    width: 100%;
    margin-left: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  
  .top-section .side-post > .post-content .ic-pencil {
    display: none;
  }
}

.page-template-contactus h2 {
  color: var(--color-red);
}

.page-template-contactus .contact-form-wrap,
.page-template-contactus .company-info {
  padding: 20px 0;
}

.page-template-contactus ul,
.page-template-contactus li {
  list-style: inside;
}

.page-template-contactus .wpcf7 {
  max-width: 600px;
}

.page-template-contactus .wpcf7 label {
  width: 100%;
}

.page-template-contactus .wpcf7 input:not([type=submit]),
.page-template-contactus .wpcf7 textarea {
  width: 100%;
  font-family: "LabGrotesque-Regular", "ZonaPro-Regular";
  padding: 5px 10px;
}

.page-template-contactus .wpcf7 input[type=submit] {
  font-family: "LabGrotesque-Medium", "ZonaPro-SemiBold";
  background: var(--color-red);
  border: none;
  padding: 5px 20px;
  color: var(--color-white);
}

/* HOMEPAGE - HARD TALKS */
.editor-picks-hard-talks {
  background: #1d1919;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.editor-picks-hard-talks h3 {
  font-size: min(max(14px, 2.2135416667vw), 20px);
  font-family: "LabGrotesque-Black", "ZonaPro-ExtraBold";
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  margin-left: 15px;
}

.editor-picks-hard-talks .post-img {
  height: 230px;
}

.editor-picks-hard-talks .post-img.no-img {
  height: 0;
}

.editor-picks-hard-talks h6 {
  color: #fff;
  font-size: 18px;
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
}

.editor-picks-hard-talks .ic-time {
  padding-right: 0;
}

/* HOMEPAGE - EDITOR PICKS */
.editor-picks h4 {
  display: flex;
  align-items: center;
  font-size: min(max(14px, 2.2135416667vw), 20px);
  font-family: "LabGrotesque-Black", "ZonaPro-ExtraBold";
  text-transform: uppercase;
}

.editor-picks .post-img {
  height: 230px;
}

.editor-picks .post-img.no-img {
  height: 0;
}

.editor-picks h6 {
  font-size: 18px;
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
}

.editor-picks .ic-time {
  padding-right: 0;
}

.home .no-user-img {
  position: relative;
  display: block;
  height: 100%;
}

.home .no-user-img:before {
  filter: brightness(0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2022/05/no-editor-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.home .img-slider-wrap img {
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home .first-nailwrap p {
  text-transform: none;
  font-family: 'LabGrotesque-Bold', 'ZonaPro-Bold';
}

@media screen and (max-width: 768px) {
  .first-nailwrap {
    background-image: url("/wp-content/uploads/2022/05/photo-karfi-banner-bg.png");
    background-size: cover;
    margin-bottom: 40px !important;
  }
  
  .first-nailwrap .first-nail-part {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    text-align: left;
    align-items: center;
  }
  
  /* .first-nailwrap .first-nail-part .first-nail-part-top {
    flex: 0 0 43%;
    max-width: 43%;
    margin-left: 7%;
    order: 0;
  } */
  .first-nailwrap .first-nail-part .first-nail-part-top h5:before,
  .first-nailwrap .first-nail-part .first-nail-part-top h5:after {
    display: none;
  }
  
  .first-nailwrap .first-nail-part > img {
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 208px;
    -o-object-fit: contain;
    object-fit: contain;
    order: 1;
    margin-bottom: -30px;
  }
  
  .first-nailwrap .first-nail-part > a {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: var(--color-light-grey);
    color: var(--color-light-dark);
    order: 2;
    margin-bottom: -30px;
  }
  
  .first-nailwrap .first-nail-part > a p {
    color: inherit;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 7%;
    margin: 0;
  }
  
  .editor-picks-rest > * {
    padding: 0 !important;
  }
  
  .author-posts-section .box-author {
    margin-left: 0 !important;
  }
}

/* wp_rss_retriever */
ul.wp_rss_retriever_list {
  display: flex;
  position: relative;
  top: -20px;
}

.wp_rss_retriever_item_wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.wp_rss_retriever li {
  width: 100%;
  /* margin-bottom: 10px; */
  list-style: none;
  gap: 10px;
  /* margin-left: 10px; */
  padding: 20px;
  border-radius: 20px;
  margin: 0;
}

.wp_rss_retriever_image .portrait {
  border-radius: 0;
}

a.wp_rss_retriever_title {
  font-weight: 600;
  font-size: 16px;
  color: var(--zup-text-color-dark);
}

.wp_rss_retriever_metadata {
  display: none;
}

@media screen and (max-width: 767px) {
  ul.wp_rss_retriever_list {
    flex-direction: column;
  }
  
  a.wp_rss_retriever_image {
    width: 100% !important;
    max-height: 100%;
    max-width: 100%;
  }
  
  ul.wp_rss_retriever_list {
    padding: 0;
  }
  
  .wp_rss_retriever li {
    margin-left: 0;
  }
}

/* HOMEPAGE - AUTHOR POSTS SECTION */
.author-posts-section {
  margin-bottom: min(max(10px, 1.5625vw), 30px);
}

.author-posts-section .editor-picks-author {
  padding: min(max(15px, 3.2552083333vw), 30px) 15px min(max(27px, 4.8177083333vw), 57px);
  position: relative;
}

.author-posts-section .editor-picks-author:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  background-color: var(--color-red);
  z-index: -1;
  content: "";
}

.author-posts-section .editor-picks-author .author-img {
  padding: 0 0 min(max(10px, 1.0416666667vw), 20px) 0;
}

.author-posts-section .editor-picks-author .author-img img {
  width: 100px;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: flex;
}

.author-posts-section .editor-picks-author .author-info {
  padding: 0 0 min(max(10px, 1.0416666667vw), 20px) min(max(15px, 1.5625vw), 30px);
}

.author-posts-section .editor-picks-author .author-info h6,
.author-posts-section .editor-picks-author .author-info h3 {
  font-family: "LabGrotesque-Black", "ZonaPro-ExtraBold";
  text-transform: uppercase;
}

.author-posts-section .editor-picks-author .author-info h3 {
  color: var(--color-red);
  line-height: min(max(24px, 1.71875vw), 33px);
  display: inline;
  position: relative;
}

.author-posts-section .editor-picks-author .author-info h3:after {
  content: "";
  width: 19px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/quote-symbol.svg");
  color: var(--color-red);
  top: -20px;
  right: -20px;
  position: absolute;
}

.author-posts-section .editor-picks-author .box-author {
  margin-left: 15px;
  background-color: var(--color-white);
  padding: min(max(12px, 1.25vw), 24px) min(max(15px, 3.2552083333vw), 30px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.author-posts-section .editor-picks-author .box-author h6 {
  margin-bottom: 0;
}

.author-posts-section .editor-picks-author .box-author > * {
  padding: 0;
}

.author-posts-section .ad {
  min-height: 360px;
}

.author-posts-section h6 {
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
  line-height: min(max(21px, 1.25vw), 24px);
}

.author-posts-section .ic-warp {
  text-align: right;
}

.author-posts-section .ic-warp .ic-time {
  padding-right: 0;
}

.page-template-page-road-traffic iframe {
  width: 100%;
  height: 500px;
}

header nav .mainmenu > li.active a,
header nav .mainmenu > li a > span {
  color: var(--color-red);
}

@media screen and (max-width: 992px) {
  header.fixed-header nav ul.mainmenu {
    top: 53px;
  }
  
  header.fixed-header nav ul.mainmenu a > span {
    color: var(--color-dark);
  }
  
  .footer-mht {
    display: flex;
    flex-direction: row;
    color: #fff;
  }
  
  .footer-mh img {
    height: 30px;
  }
  
  .footer-mht p {
    line-height: 1.1;
  }
  
  .footer-logo {
    flex-direction: column !important;
    gap: 10px !important;
  }
}

footer .mainmenu li.active > a,
footer .mainmenu li:hover > a {
  color: #000;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.footer-mht {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-top: -4px;
}

.footer-mht p {
  margin: 0;
}

.page-template-team-list .editor-list .editor-img-wrap:hover img {
  transition: 1s ease-in-out;
}

.page-template-team-list .editor-list .editor-img-wrap img {
  height: 100%;
  width: 100%;
  position: relative;
  transition: 1s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-team-list .editor-list .no-user-img .editor-img-wrap {
  position: relative;
}

.page-template-team-list .editor-list .no-user-img .editor-img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2022/05/no-editor-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.editor-social-details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0 5px;
}

.editor-social-details a {
  visibility: hidden;
  font-size: 0;
  position: relative;
  width: 20px;
  height: 14px;
}

.editor-social-details a:before {
  visibility: visible;
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: inherit;
}

.editor-social-details a.facebook:before {
  background-image: url("/wp-content/uploads/2022/05/facebook-red.svg");
}

.editor-social-details a.twitter:before {
  background-image: url("/wp-content/uploads/2022/05/twitter-red.svg");
}

.editor-social-details a.instagram:before {
  background-image: url("/wp-content/uploads/2022/05/insta-red.svg");
}

.editor-social-details a:hover:before {
  filter: brightness(0) invert(1);
}

.editor-social-details:not(.has-links) {
  height: 14px;
}

.single-team .no-user-img {
  position: relative;
}

.single-team .no-user-img:before {
  content: "";
  filter: brightness(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2022/05/no-editor-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.single-team .editor-top-section-content h4 {
  text-transform: uppercase;
}

.single-team .editor-social-details a:before {
  filter: brightness(0%) invert(0%) sepia(35%) saturate(81%) hue-rotate(325deg) brightness(82%) contrast(76%);
}

.single-team .editor-social-details a:hover:before {
  filter: unset;
}

.single-team .category-bottom-section {
  margin-bottom: 60px;
}

.single-team .category-bottom-section h2 {
  padding: 0 80px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .single-team .category-bottom-section h2 {
    text-align: center;
  }
}

.single .post-time-wrapper--mobile .d-block .d-md-none {
  display: none !important;
}

.artical-top-section .ic-warp .date,
.artical-top-section .ic-warp .date {
  font-size: 15px !important;
}

.single-team .category-bottom-section .ic-warp .post-tag {
  color: #fff;
}

.single-team .category-bottom-section .ic-warp .post-tag:hover {
  color: var(--color-red);
}

.single-team .category-bottom-section .ic-warp .post-tag a {
  color: inherit;
}

.single-team .category-bottom-section .category-bottom-content {
  min-height: 80%;
}

.single-team .category-bottom-section .category-bottom-content .category-bottom-text h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-team .category-bottom-section .category-bottom-content .category-bottom-img img {
  height: 135px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-team .category-list-section .side-post-wrap {
  height: calc(100% - 30px);
}

.archive .category-top-section .post-img a,
.archive .side-post-img-wrap a {
  display: block;
  height: 100%;
}

.archive .category-bottom-section {
  margin-bottom: 60px;
}

.archive .category-bottom-section h2 {
  padding: 0 80px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .category-bottom-section h2 {
    padding: 0 20px !important;
  }
}

.archive .category-bottom-section .ic-warp .post-tag {
  color: #fff;
}

.archive .category-bottom-section .ic-warp .post-tag:hover {
  color: var(--color-red);
}

.archive .category-bottom-section .ic-warp .post-tag a {
  color: inherit;
}

.archive .category-bottom-section .category-bottom-content {
  min-height: 80%;
}

.archive .category-bottom-section .category-bottom-content .category-bottom-text h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive .category-bottom-section .category-bottom-content .category-bottom-img img {
  height: 135px;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-post-img-wrap,
.sportswear-side-post-img {
  background-image: url(/wp-content/uploads/2022/11/placeholder_image.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.sportswear-side-post-img .badge {
  display: none;
}

.bottom-footer {
  justify-content: space-between;
}

.copyright,
.copyright a {
  font-size: 14px;
  color: white;
}

.copyright a,
footer .bottom-footer nav ul li a:hover {
  color: var(--color-red);
}

.recent-post-wrap > a {
  width: 122px;
  height: 90px !important;
  position: relative;
  padding-right: 0 !important;
  margin-right: 10px;
}

.recent-post-wrap > a:before {
  background-position: left !important;
  background-size: cover !important;
  background-color: #2b2b2b;
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/11/placeholder_image.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}

.recent-post-wrap > a.karfno-img:before {
  background-image: url(/wp-content/uploads/2022/05/photo-karfi-banner-bg.png);
}

.recent-post-wrap > a.karfno-img:after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/05/first-nail.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
}

.recent-post-wrap > a img {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  margin-right: 10px;
}

.karf-no-img {
  background-image: url(/wp-content/uploads/2022/05/photo-karfi-banner-bg.png) !important;
  background-position: left !important;
  background-size: cover !important;
  background-color: #2b2b2b;
}

.karf-no-img img {
  visibility: hidden;
}

.karf-no-img:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2022/05/first-nail.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
}

.archive .category-list-section .side-post-wrap {
  height: calc(100% - 30px);
}

.single .artical-content-wrap {
  max-width: 100%;
  margin: 0;
}

.single .artical-content-wrap .post-time img {
  filter: brightness(0) invert(14%) sepia(57%) saturate(6644%) hue-rotate(342deg) brightness(83%) contrast(119%);
}

.single .artical-img {
  height: min(max(300px, 31.25vw), 600px);
}

.single .all-news-section {
  margin: 30px 0px min(max(25px, 2.6041666667vw), 50px);
  max-width: 80%;
}

.single .all-news-section ul {
  list-style-type: disc;
  padding-left: 30px;
}

.single .all-news-section ul li {
  list-style-type: disc;
}

.single .all-news-section h4 {
  text-transform: uppercase;
  color: var(--color-red);
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
}

.single .all-news-section a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-red);
  text-decoration-color: var(--color-red);
}

.artical-details :is(h1, h2, h3, h4, h5, h6) {
  color: var(--color-light-dark);
  font-family: 'LabGrotesque-Bold', 'ZonaPro-Bold';
}

.artical-details .custom-artical-content a {
  color: var(--color-light-dark);
}

.artical-details .custom-artical-content a:hover {
  color: var(--color-red);
}

.artical-details .custom-artical-content .artical-content-post-wrap > a {
  display: block;
}

.artical-details .custom-artical-content .artical-content-post-wrap > a img {
  width: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single .post-number-wrap {
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .single .post-time-wrapper--mobile .d-block .d-md-none {
    display: none;
  }
  
  .single .timestamps-wrapper {
    display: none;
  }
  
  .single .artical-content-wrap .ic-warp {
    justify-content: space-between;
    display: inline;
  }
  
  .single .artical-content-wrap .ic-warp .post-time {
    font-size: 15px;
    margin: 0 auto 10px auto;
  }
  
  .ic-warp {
    text-align: right;
  }
  
  .single .artical-content-wrap .ic-warp .post-time img {
    margin-right: 5px;
    width: auto;
  }
  
  .single .artical-content-wrap .ic-warp .date {
    order: 2;
    top: -1.5em;
    position: relative;
  }
  
  .single .all-news-section {
    max-width: 100%;
  }
  
  .single .all-news-section ul {
    font-size: 14px;
    line-height: 24px;
  }
  
  .single .all-news-section p {
    font-size: 14px;
    line-height: 24px;
  }
}

.post-type-archive-newspaper .nothing-found h3 {
  color: var(--color-grey);
}

.post-type-archive-newspaper h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "LabGrotesque-Bold", "ZonaPro-Bold";
  color: var(--color-black);
}

.post-type-archive-newspaper .filters label {
  display: none;
}

.post-type-archive-newspaper .filters select {
  border: none;
  max-width: 200px;
}

.term-ta-karfia .photo-karfi-banner-content .post-number-wrap a {
  color: var(--color-white);
}

.term-ta-karfia .photo-karfi-banner-content .post-number-wrap a:hover {
  color: var(--color-red);
}

.term-ta-karfia .photo-karfi-banner-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.term-ta-karfia .side-post-wrap .photo-karfi-bg.no-img {
  background-image: url("/wp-content/uploads/2022/05/photo-karfi-banner-bg.png");
  position: relative;
}

.term-ta-karfia .side-post-wrap .photo-karfi-bg.no-img a:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2022/05/first-nail.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
}

.term-ta-karfia .side-post-wrap a {
  height: 100%;
  width: 100%;
}

.post-img a {
  display: block;
  height: 100%;
}

::marker {
  font-size: 0;
}

::marker {
  font-size: 0;
}

.carousel img {
  width: 100%;
  height: auto;
}

.artical-details-section img,
.artical-details-section .wp-caption {
  max-width: 900px;
}

@media screen and (max-width: 768px) {

  .artical-details-section img,
  .artical-details-section .wp-caption {
    max-width: 100%;
  }
}

body {
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */