.search_container {
  background-color: #f4f7f8;
  border-radius: 12px;
  padding: 5px;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
}
.calendar_btn {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#dateInput {
  max-width: 180px;
  width: 100%;
  cursor: pointer;
  margin-right: 10px;
}
#clearDate:before {
  height: 30px;
  width: 1px;
  content: "";
  background: #d4d4d4;
  margin-right: 10px;
  display: inline-block;
}
#clearDate {
  font-size: 12px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.maps_tile {
  cursor: pointer;
}
#mapsModal .modal-dialog {
  max-width: 850px;
}

@media only screen and (max-width: 767px) {
  .post-filters-sm {
    flex-wrap: wrap;
  }
  .post-filters .filter-title {
    flex: 0 0 100%;
  }
}
.post-filters {
  gap: 1rem;
}
.post-filters .filter {
  color: #16498a;
  border: 1px solid #16498a;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  font-size: 1.375rem;
  cursor: pointer;
}

.post-filters .filter-sm {
  font-size: 1.2rem;
  padding: 0.6rem 3rem;
  border: 1px solid #708cb1;
}
.post-filters .filter-sm:hover,
.post-filters .filter-sm.active {
  color: #16498a;
  font-weight: 400;
  background: #ccdaeb;
}
.img-with-actions {
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.img-with-actions img {
  mix-blend-mode: multiply;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
}

.img-with-actions img:not(.svg_icon) {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img-with-actions:hover > img {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}
.svg_icon {
  width: 22px;
  height: 22px;
}
.tile-actions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.img-with-actions:hover .tile-actions {
  background: rgba(255, 255, 255, 0.5);
  pointer-events: auto;
  opacity: 1;
}
.action-view {
  background: #16498a;
  color: #fff;
  font-size: 1.275rem;
  border-radius: 5rem;
  padding: 0.75rem 1.4rem;
  height: 35px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.action-view:hover {
  color: #fff;
}
.tile-actions-inner {
  margin-left: 4px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.tile-actions-inner div {
  margin-left: 4px;
}
.tile-actions-inner a {
  background: #fff;
  border-radius: 5rem;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-left: 4px;
}
.simple-post.bg-gray {
  background: #f4f7f8;
}

.cp-posts-sm .simple-post.withImg .simple-post-content {
  padding: 1.5rem;
  width: 100%;
}
.cp-posts-sm .simple-post .simple-post__title {
  font-size: 1.375rem;
}
.cp-posts-sm .simple-post.withImg .simple-post-img {
  min-width: 12rem;
}

@media only screen and (max-width: 575px) {
  .simple-post.withImg,
  #deltia-tupou .cp-posts-grid .cp-post-cards .cp-post-card {
    display: flex;
    flex-direction: column;
  }
  .simple-post.withImg .simple-post-img,
  #deltia-tupou .cp-posts-grid .cp-post-cards .cp-post-card .cp-post-card_image {
    max-width: 100%;
    height: 120px;
  }
}

.cp-page_header #cp-breadcrumbs ul.breadcrumb {
  /* flex-wrap: wrap; */
  white-space: normal;
}

.select-boxes-container {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.select-box-container {
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.select-box-container:last-child {
  margin-right: 0;
}
.select-box-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.select-box {
  border-radius: 12px;
  padding-right: 1rem;
}
.select-box select {
  padding: 1.25rem;
  padding-right: 1.2rem;
  font-size: 1.375rem;
}
.select-box:after {
  content: "\e80c";
  font-family: "cpicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  color: #708cb1;
  margin-left: 0.2em;
  text-align: center;
}
.simple-post__top.archive {
  align-items: flex-start;
}
.simple-post__top.archive .simple-post__title {
  margin-top: 0;
  margin-right: 2rem;
}
@media only screen and (max-width: 575px) {
  .simple-post__top.archive {
    display: block;
  }
  .simple-post__top.archive .simple-post__title {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-right: 0rem;
  }
}
.sundesmoi-grid {
  row-gap: 0;
}
.sundesmos {
  border-right: 1px solid #ededed;
  padding-bottom: 5rem;
}
.sundesmos:nth-child(3n),
.sundesmos:nth-child(1),
.sundesmos:nth-child(4),
.sundesmos:nth-child(7) {
  border-right: 0px solid #ededed;
}
@media only screen and (max-width: 991px) {
  .sundesmos {
    border-right: 0px solid #ededed;
    padding-bottom: 0rem;
  }
  .sundesmoi-grid {
    row-gap: 5rem;
  }
}

.enim-uliko-grid-container .enim-uliko-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .enim-uliko-grid-container .enim-uliko-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .enim-uliko-grid-container .enim-uliko-grid-3 {
    grid-template-columns: 1fr;
  }
}
.img-banner {
  width: 100%;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
}
.img-banner .banner-content {
  max-width: 62rem;
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.img-banner .banner-content_icon {
  flex: 0 0 15rem;
  width: 15rem;
  margin-right: 3rem;
}
.img-banner .banner-content_icon img {
  border-radius: 50%;
}
.img-banner .banner-content_title {
  flex: 1;
}
.img-banner .banner-content_title h5 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #f37a20;
  text-shadow: 0 0 1.2rem rgb(0 0 0 / 90%);
}
.img-banner .banner-content_title h4 {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0.2rem 2rem rgb(0 0 0 / 60%);
}
@media only screen and (max-width: 768px) {
  .img-banner .banner-content {
    flex-direction: column;
    text-align: center;
    padding: 0 5rem;
  }
  .img-banner .banner-content_icon {
    flex: 0 0 12rem;
    width: 12rem;
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
  .img-banner .banner-content_title h5 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #f37a20;
    text-shadow: 0 0 1.2rem rgb(0 0 0 / 90%);
  }
  .img-banner .banner-content_title h4 {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0.2rem 2rem rgb(0 0 0 / 60%);
  }
}
/* .enim-uliko-banners .enim-uliko-banner{
    height:300px
} */
.antip-box {
  background-color: #e3e9f1;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 300px;
  padding: 5rem;
}
.cp-page_content-container .cp-page_wrapper .antip-box img {
  flex: 0 0 14rem;
  width: 14rem;
  margin-right: 2rem;
}
.cp-page_content-container .cp-page_wrapper .antip-box h2 {
  font-weight: 700;
  font-size: 2.8rem;
}
.cp-page_content-container .cp-page_wrapper .antip-box a {
  color: #fff;
  padding: 1.2rem 2.4rem;
  border-radius: 3rem;
  display: inline-block;
}
.antip-title-l {
  color: #f37a20;
  font-weight: 700;
  font-size: 3.8rem;
}
.antip-title-m {
  color: #0c3871;
  font-weight: 700;
  font-size: 3.8rem;
  margin-top: 10rem;
}
@media only screen and (max-width: 1055px) {
  .antip-box {
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .antip-box {
    background-color: #e3e9f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
  }
}
.mid-banner-xl {
  width: 100%;
  height: 300px;
}
.mid-banner-xl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.btn-112 {
  padding-right: 1rem;
}
section.two-banners .banner.banner-antipiriki .banner-content_icon img {
  -webkit-animation: fireAnim 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: fireAnim 1.5s cubic-bezier(0.215, 0.41, 0.355, 1) infinite;
}
.simple-banner.oasp img {
  width: auto;
  max-height: 19rem;
}
.simple-banner.espa img {
  width: auto;
  max-height: 22rem;
}
header#header .cp-main-header .cp-header_container .cp-search.btn.btn-primary .icon {
  padding-right: 0rem;
}
.cp-search.btn.btn-primary {
  padding: 0.25rem 1rem;
}
header#header .cp-main-header .cp-header_container .cp-search.btn.btn-primary:hover {
  background: #095cab;
}
section.two-banners .banner-antipiriki .banner-img img {
  object-position: top;
}

.deltio-tupou-page .deltio-tupou-wrapper .dt-header .bottom {
  flex-wrap: wrap;
}
.deltio-tupou-page .deltio-tupou-wrapper .dt-header .bottom .bottom-left {
  margin-right: 20px;
}
.deltio-tupou-page .deltio-tupou-wrapper .dt-header .bottom .bottom-left,
.deltio-tupou-page .deltio-tupou-wrapper .dt-header .bottom .bottom-right {
  margin-bottom: 10px;
}

.info-card .info-card-title {
  word-break: break-word;
}
footer.cp-footer .footer-copyright .icon {
  color: #f47920;
}
@media only screen and (max-width: 768px) {
  .sundesmoi .sundesmos-logo img {
    max-height: 85px;
  }
}

.odigies-prostasias-grid .op-item .op-item_title h5,
.square-card-icons-grid .op-item .op-item_title h5 {
  letter-spacing: -0.1rem;
  text-shadow: 0 0 7px white;
}

.xartis-provlepsis a.btn.btn-light.w-100 {
  font-weight: 500;
}
.enim-uliko-banners .enim-uliko-banner.banner-polimesa:before {
  background-color: rgba(138, 108, 22, 0.6);
}

#homepage-main-slider .swiper.mainSlider .swiper-slide .main-slider-videoContainer .yt-video-wrapper {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
#homepage-main-slider .swiper.mainSlider .swiper-slide .main-slider-videoContainer .yt-video,
#homepage-main-slider .swiper.mainSlider .swiper-slide .main-slider-videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -99;
  -webkit-transform: none;
  transform: none;
}

@media (min-aspect-ratio: 16/9) {
  #homepage-main-slider .swiper.mainSlider .swiper-slide .main-slider-videoContainer .yt-video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #homepage-main-slider .swiper.mainSlider .swiper-slide .main-slider-videoContainer .yt-video {
    width: 300%;
    left: -100%;
  }
}

@media only screen and (max-width: 767px) {
  .slideType-vid .main-slider-videoContainer {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .dt-inside-img {
    height: auto !important;
  }
}

.dt-content .dt-img-span {
  position: relative;
  cursor: pointer;
  display: block;
}
.dt-content .dt-img-span:after {
  pointer-events: none;
  position: absolute;
  content: "\26F6";
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 8px;
  color: #fff;
  right: 50px;
  bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .dt-content .dt-img-span:after {
    right: 20px;
  }
}

.search-advanced.js-form-wrapper.form-wrapper {
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
  margin-bottom: 40px;
}
.search-advanced summary[role="button"] {
  justify-content: space-between;
  width: 100%;
  margin: 0.5rem 0;
  padding: 0;
  height: 30px;
}
.search-advanced .js-form-item.form-item.js-form-wrapper.form-wrapper {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #071e3b24;
}
.search-advanced #edit-language,
.search-advanced #edit-date-to {
  background: #fff;
}
.search-advanced #edit-submit {
  color: #ffffff;
  background-color: #16498a;
}
.search-advanced .js-form-type-checkbox {
  cursor: pointer;
}
.search-results-container a.simple-card {
  border-radius: 8px;
}
.search-advanced input[type="checkbox"] + *::before {
  margin-right: 5px;
  background: #fff;
}
.search-advanced .js-form-type-checkbox .option {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#radio_galleries label {
  color: #16498a;
  /*padding: 0.8rem 2rem;*/
  font-size: 1.375rem;
  cursor: pointer;
}
