/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
 
@media (min-width: 1441px) {
  
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1440) {
     
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #header .logo {
        max-width: 130px !important
      }
      .on-img {
          top: 70%;
      }
      .block-category img {
        height: 350px;
      }
      .cms-id-6 .on-img {
          top: 50%;
      }
      #_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
        display: none!important;
    }
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 768px) {
    #header .logo {
        max-width: 130px !important
      }
      .on-img {
          top: 70%;
      }
      .block-category img {
        height: 350px;
      }
      .cms-id-6 .on-img {
          top: 50%;
      }
      #_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
        display: none!important;
    }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .logo.img-responsive {
        margin-left: 50px;
    }

    .container_azienda_home .row {
      flex-direction: column;
      margin-bottom: 40px;
    }
    .container_azienda_home img {
        margin-bottom: 40px;
    }
    .invert {
        flex-direction: column-reverse !important;
    }
    .container_azienda_home .caption {
        width: 100%;
    }

    /*thumb*/
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
        height: 420px;
    }

    /*Prodotto*/
    .product-quantity {
        display: flex;
    }
    .on-img {
        position: static;
        transform: unset;
    }
    #wrapper .on-img h1:not(.h6) {
        color: #c49a67 !important;
        font-size: 2rem !important;
        font-family: 'Parisienne', cursive;
        text-align: center;
    }
    .products-selection {
        margin: 15px 0;
        padding: 15px 0;
    }
    .cms-id-6 .famiglia .row { 
        flex-direction: column;
    }
	.sub-menu .top-menu {
		flex-direction: column;
	}
	div:not(#product-modal) > div > .modal-content, .dropdown-menu, .top-menu .sub-menu {
    	background-color: #fff !important;
	}
	.carousel-inner::after {
		display: none;
	}
	body#contact #wrapper {
		margin-top: 50px;
	}
	.barrale .btn {
		margin-bottom: 15px;
	}
    .product-cover .food_service {
        max-width: 50px !important;
    }
    .cms-id-6 .description p {
        font-size: 5.5vw;
        max-width: 90%;
    }
    .famiglia img {
        margin-bottom: 60px;
    }
    .page-blogsinglepost iframe {
        width: 100% !important;
    }
    .block-category {
        margin-bottom: 0px;
    }
}