/* 
 Theme Name:   Kawartha Mini Storage 2024
 Theme URI:    
 Description:  
 Author:       Invent Art Inc.
 Author URI:   
 Template:     twentytwentyfour
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@media (max-width: 781px) {
  .home-cover img {
	  opacity: 0.2;
	  filter: grayscale(100%);
  }
}

body {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  
}



.wpmapblockrender .leaflet-tile-container {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  filter: gray !important;
}

.unit-sizes .unit div {
	padding: 14px;
	background: none !important;
	border: 5px solid #FF5000;
}

.unit-sizes .unit-size {
	margin-top: -30px;
	
}
