/*
Theme Name: Child of Himmelen
Theme URI: http://magniumthemes.com/;
Description: Child theme based on Himmelen
Author: Your Name
Version: 1.0
Template: himmelen
*/

.container-fluid.container-page-item-title.with-bg .col-md-12 {
    padding: 0;
    background: #2C8C5C;
}
.container-fluid.container-page-item-title.with-bg .page-item-title-single {
     padding: 45px 0;
     margin: 0;
}
.nav .sub-menu > li > .sub-menu {
  right: -90%;
  margin-top: 0;
  margin-right: 25px;
}

/* Altezza per desktop */
.owl-item {
  height: 240px;
}

/* Altezza per tablet (max 1024px) */
@media (max-width: 1024px) {
  .owl-item {
    height: 195px;
  }
}

/* Altezza per mobile (max 768px) */
@media (max-width: 768px) {
  .owl-item {
    height: 220px;
  }
}

/* Altezza per schermi molto piccoli (max 480px) */
@media (max-width: 480px) {
  .owl-item {
    height: 200px;
  }
}