
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) { 

		.nav-item img {
			width: 50px !important;
			/* height: 50px !important; */
			/* margin-right: 30px; */
			vertical-align: middle;
		}

		.nav-item span {
			/* margin-right: 30px; */
		}
		
		.link-item img {
			width: 75px;
			height: 75px;
		}
		
		#navigation ul {
			width: 90vw;
		}

		#places-list {
			width: 85vw;
		}
		
		section {
			margin-right: auto;
			margin-left: auto;
		}
		
		.list-container .list-item {
			max-width: 95%;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.nav-item img {
			/* width: 55px; */
			/* height: auto; */
			margin: 7px 0;
			padding-right: 35%;
			padding-left: 35%;
		}

		.nav-item span {
			margin-right: 0;
/* 			padding-right: 20%;
			padding-left: 20%; */
		}

		.cd-top {
			right: 5px;
		}
		
		
		.menu-link {
			padding: 1.4em 2em;
		}
		
		.search-container,
		.searchbox {
			width: 90%;
		}

		
	}

	/* Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 480px) {
		
		.cd-top {
			right: 0;
		}		
		

		
		
	}

	
	
	