/*
Theme Name: Hotelcalifornia Child
Description: A child theme of Hotelcalifornia Theme
Version: 1.0.0
Text Domain: hotelcalifornia
Template: hotelcalifornia
*/


/* Desktop */
body.single-post article.btPostSingleItemStandard > .port {
  padding-top: 300px !important;
}

/* Tablet */
@media only screen and (max-width: 1024px) {
  body.single-post article.btPostSingleItemStandard > .port {
    padding-top: 160px !important;
  }
}

/* Κινητό */
@media only screen and (max-width: 767px) {
  body.single-post article.btPostSingleItemStandard > .port {
    padding-top: 150px !important;
  }
}