/*
Theme Name: Ethical Clothing Australia Custom Theme
Description: This is a custom child theme for Ethical Clothing Australia 
Theme URI:   https://ethicalclothingaustralia.org.au
Author: Peter Stavrou
Author URI:  https://www.peterstavrou.com
Template: salient
Version: 1.0
*/

@media (min-width: 769px) {
	#bloc3 .map-nav-item {
		width: 32% !important;
	}
}

@media (min-width: 541px) and (max-width:769px) {
	#bloc3 .map-nav-item {
		width: 50% !important;
	}
	#bloc3 .map-nav-wrapper { width: 70% !important; }
	#bloc2 { width: 30% !important; }
}

@media (max-width: 540px) {
	#bloc3 .map-nav-item, 
	#bloc3 .map-nav-wrapper,
	#bloc2 {
		width: 100% !important;
	}
}