@media (min-width: 992px) {
  .head-content-slot.head-content-slot-end {
  	display: none;
  }
}

.navigation-main > .current_page_item > a {
	text-decoration: underline;
}

/* Κινητά */
@media (max-width: 767px) {
  #filmproprentalshome .wp-block-gutenbee-column-content {
    padding: 20px;
  }
}

/* Μεσαίες οθόνες */
@media (min-width: 768px) and (max-width: 1199px) {
  #filmproprentalshome .wp-block-gutenbee-column-content {
    padding: 40px;
  }
}

/* Μεγάλες οθόνες */
@media (min-width: 1200px) {
  #filmproprentalshome .wp-block-gutenbee-column-content {
    padding: 80px;
  }
}

/* Κινητά */
@media (max-width: 767px) {
  #servicesproprentalshome .wp-block-gutenbee-column-content {
    padding: 0;
  }
}

/* Μεσαίες οθόνες */
@media (min-width: 768px) and (max-width: 1199px) {
  #servicesproprentalshome .wp-block-gutenbee-column-content {
    padding: 30px;
  }
}

/* Μεγάλες οθόνες */
@media (min-width: 1200px) {
  #servicesproprentalshome .wp-block-gutenbee-column-content {
    padding: 60px;
  }
}

@media (min-width: 768px) {
  .ourteamhomepar {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .ourteamhomepar {
      font-size: 18px !important;
  }
}

/* Mobile fix for MaxSlider */
@media (max-width: 767px) {
  #maxslider-849,
  #maxslider-849 .slick-list,
  #maxslider-849 .slick-track,
  #maxslider-849 .maxslider-slide {
    height: 300px !important;
  }

  #maxslider-849 .maxslider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .wp-block-gutenbee-column.block-6cc305-d2e1-43 .wp-block-gutenbee-column-content {
    padding: 10px !important;
  }
}

/* Fix for the Our Team image column on mobile */
@media (max-width: 767px) {
  #ourteamimagecolumn .wp-block-gutenbee-column-content {
    height: 300px !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

@media (max-width: 782px) {
    .admin-bar .navigation-mobile-wrap {
        height: 555px !important;
        background: #2c2c2c;
    }
}

.widget, .widget-title {
    font-size: 16px;
}
