/*Laptop (1025px – 1440px)*/

@media (min-width: 1304px) and (max-width: 1440px) {
  /* CSS για μικρά laptop */
  .single-post .ast-single-entry-banner .ast-container {
    left: 38%;
  }
  
  .elementor-element.elementor-element-05c4dbf.e-con-full.e-flex.e-con.e-child{
    padding-bottom: 51px;
  }
}


/* Στοχεύει ακριβώς 1366×768 px */
@media only screen 
  and (min-width: 1366px) 
  and (max-width: 1366px) 
  and (min-height: 768px) 
  and (max-height: 768px) 
  and (orientation: landscape) {
    .kyklades_posts_bar_section {
      padding: 0px 0 33px !important;
    }
  }

@media (min-width: 769px) and (max-width: 1303px){
  .single-post .ast-single-entry-banner .ast-container {
    left: 0;
    padding: 0;
  }

  .ast-left-sidebar #secondary {
      padding: 2vh 1vw;
    }
  .kyklades_posts_bar_section {
    padding: 0px 0 0px !important;
    }
    
  .elementor-element.elementor-element-05c4dbf.e-con-full.e-flex.e-con.e-child{
    padding-bottom: 51px;
  }

  .responsiveHeader {
        max-height: 90px;
    }
}


@media (min-width: 1025px) and (max-width: 1286px){
  .elementor-counter-title {
      font-size: 14px !important;
  }

  .elementor-counter-number-wrapper {
      font-size: 35px !important;
  }
}

@media only screen and (max-width: 1200px) {
    .mec-calendar .mec-calendar-header h2 {
        margin-right: 37px;
        font-weight: 400;
        font-size: 13px;
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 39px;
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left: 13px;
    }
}


