@import url(../../root.css);
.recent-articles .recent-wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.recent-articles .single-recent {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.recent-articles .single-recent .what-img img {
  border-radius: 3px;
  width: 100%;
}

.recent-articles .single-recent .what-cap {
  padding: 30px 30px 70px 30px;
  margin-bottom: 50px;
  background: var(--news-bg-color);
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  height: auto;
}

.recent-articles .single-recent .what-cap span {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 3px;
}

.recent-wrapper .what-cap .link:hover span {
  color: var(--white-color);
}

.recent-articles .single-recent .what-cap h4 {
  font-size: 1.125rem;
  color: var(--black-color);
  font-weight: bold;
}

@media (max-width: 767px) {
  .recent-articles .single-recent .what-cap h4 {
    font-size: 0.813;
  }
}

.recent-articles .single-recent:hover .what-cap {
  bottom: -70px;
}

/* Navigatin arrows */

.recent-articles .slick-arrow {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  bottom: -43px;
  text-align: center;
  margin: auto;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--genex-green-color);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  display: flex;
  justify-content: space-around;
  transform: translateX(-50%);
  left: 50%;
}

.recent-articles .slick-next span {
  left: 100px;
  position: relative;
}

.recent-articles .slick-prev span {
  left: 100px;
  position: relative;
}

.recent-articles .slick-prev.slick-arrow {
  transform: rotate(180deg);
  color: var(--genex-green-color);
}

.recent-articles .slick-prev.slick-arrow:hover {
  color: var(--genex-label-color);
}

/* Számok amik jelzik a slider aktivitását */

.swiper-pagination-bullet {
  background-color: transparent !important;
  font-size: 1.25rem;
  padding-right: 20px;
}

/* Következőt illetve előzőt jelző nyilak */

.swiper-button-next, .swiper-button-prev {
  top: 95% !important;
  color: var(--black-color) !important;
  z-index: 999 !important;
  height: 65px !important;
}

.swiper-button-prev {
  outline: none;
}

.swiper-button-next {
  outline: none;
}

/* Slick Pagination Dots */

.dot-style .slick-dots {
  text-align: center;
  left: 50%;
  top: 100%;
  position: absolute;
  transform: translateX(-50%);
}

.dot-style .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  color: #777777;
  cursor: pointer;
  padding: 10px 15px 0px 15px;
}

/* Pagination dots acticve style */

.dot-style .slick-dots .slick-active {
  color: var(--black-color);
  border-top: 3px solid var(--genex-label-color);
}

.dot-style .slick-dots button {
  text-indent: -100000px;
  height: 8px;
  width: 8px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #d6d6d6;
}

.dot-style .slider-active.dot-style .slick-dots button {
  text-indent: -100000px;
  height: 10px;
  width: 10px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: 84px;
}

.dot-style .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.dot-style .slick-active button {
  background: #0f3d89;
  height: 9px;
  width: 38px;
  border-radius: 10px;
}

.pagination-area .page-item {
  margin: 0;
}

.pagination-area .page-item:first-child {
  margin: 0;
}

.pagination-area .page-link {
  color: #777777;
  border: none;
  font-size: 0.938;
  text-align: center;
  background: none;
  padding: 0 10px;
  box-shadow: none;
  outline: none !important;
}

.pagination-area .page-link:hover {
  color: #0f3d89;
}

.pagination-area .page-item.active .page-link {
  z-index: 1;
  color: #000;
  background: none;
  border: 0;
  position: relative;
  box-shadow: none;
  outline: 0;
}

.pagination-area .page-item.active .page-link::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 3px;
  background: #0f3d89;
  top: -50px;
  top: -24px;
  left: 0;
}

.pagination-area .page-item.active .page-link:hover {
  color: #0f3d89;
}

.single-wrap .right-arrow {
  font-size: 1.5rem;
  color: var(--genex-green-color);
  position: relative;
  top: -6px;
}

/* Labels*/

.color1,.color1>a {
  background: var(--genex-label-color);
  color: var(--genex-green-color);
}

.color2,.color2>a {
  background: var(--sprayfo-label-color);
  color: var(--sprayfo-blue-color);
}

.color3,.color3>a {
  background: var(--josera-label-color);
  color: var(--josi-red-color);
}

/* Gomb */

.recent-wrapper .what-cap .link {
  border: solid 2px var(--genex-green-color);
  border-radius: 30px;
  padding: 15px 25px;
  color: var(--genex-green-color);
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.5s;
}

.recent-wrapper .what-cap .link:hover {
  background-color: var(--genex-green-color);
  color: var(--white-color);
}

.recent-wrapper .what-cap .link i {
  margin: 5px 0 0 45px;
}

.what-cap p {
  margin-bottom: 30px;
}

.single-wrap .roted {
  transform: rotate(180deg);
  display: block;
}

.recent-articles .single-recent:hover .what-img img {
  border-radius: 3px;
  width: 100%;
  transform: scale(1.2);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s;
  cursor: default;
}

.what-img {
  overflow: hidden;
}

.single-recent:hover {
  cursor: default;
}

/*hírek aloldal css módosítás, kiegészítés*/

/*hír kártyák layout*/

.recent-articles .recent-wrapper .all-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.recent-articles .recent-wrapper .all-news .single-recent {
  width: 400px;
}

@media (max-width: 501px) {
  .all-news-section {
    padding: 2rem 1rem;
  }
  .all-news-row {
    padding: 0;
  }
  /* .recent-articles .recent-wrapper .all-news .single-recent{
	  width:300px;
	} */
  .recent-articles .single-recent .what-cap {
    padding: 30px 15px 70px 15px;
  }
}

/*Tovább a részletekért gomb javítás*/

@media (max-width: 334px) {
  .recent-wrapper .what-cap .link {
    padding: 14px 15px;
  }
  .recent-articles .single-recent .what-cap {
    padding: 30px 15px 70px 15px;
  }
}

/*paginator*/

.blog-pagination .slick-arrow {
  background: none;
  border: none;
  outline: none;
  text-align: center;
  margin: auto;
  font-size: 1.5rem;
  cursor: pointer;
  color: #0f3d89;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.blog-pagination .slick-prev.slick-arrow {
  transform: rotate( 180deg);
  margin-right: 2rem;
}

.blog-pagination .line-height-3 {
  line-height: 3rem;
}

.blog-pagination .flaticon-arrow:before {
  content: "\f100";
}

.blog-pagination [class^="flaticon-"]:before, .blog-pagination [class*=" flaticon-"]:before, .blog-pagination [class^="flaticon-"]:after, .blog-pagination [class*=" flaticon-"]:after {
  font-family: Flaticon;
}

/*szamok*/

.blog-pagination .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  padding: 10px 15px 0 15px;
}

.blog-pagination .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  padding: 10px 15px 0 15px;
}

.blog-pagination .slick-dots .slick-active {
  color: #000;
  border-top: 3px solid #0f3d89;
}

.blog-pagination .slick-dots {
  text-align: center;
}

.blog-pagination .slick-dots li a {
  color: #777777;
}