/*
Theme Name: Milatte Child
Theme URI: http://milatte.like-themes.com/
Template: milatte
Author: Like Themes
Author URI: http://like-themes.com/
Description: Milatte is a WordPress theme for milk and cheese farms. It has several professional design homepages, creative headers animations, Elementor Page Builder and WooCommerce ready. Also the theme has color picker in customizer menu for changing all site colors to create unique color solution.
Tags: four-columns,right-sidebar,left-sidebar,full-width-template
Version: 1.0.1.1761475446
Updated: 2025-10-26 10:44:06

*/

.contact-us-img {
  /* Set your background image */
  background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%), url('https://audriusskrinska.lt/wp-content/uploads/2025/10/pexels-nietjuhart-9260836.jpg');
  
  /* Add other background properties */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  /* Set the background color the gradient will fade into */
  background-color: #ffffff; /* Should match the color in your gradient */
  
  /* Make sure the container has a size */
  height: 100vh;
  width: 100%;
}

.copyright-block .container {
	text-align: center;
}

.lte-navmenu-sc ul {
  margin-left: 0px;
}

.lte-navmenu-sc ul li {
  margin-left: 0px;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
	.lte-products-cats-sc .lte-item,
	.lte-products-cats-sc img {
		height: 100% !important;
	}	
}