
/* #MEDIA QUERIES  ============================================================================= */


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



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



/* Min width 768px (devices and browsers) */
@media only screen and (min-width: 768px) {}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#gallerySlider .previous,
	#gallerySlider .next {
		display: none;
	}
	form#gform_1 input,
	form#gform_1 textarea,
	form#gform_2 input,
	form#gform_2 textarea {
		width: 90%;
	}
	.heroIntro p {
		max-width: 80%;
		margin: 1rem auto 3rem;
	}

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

		.stickyMenu 		{ display: none; }
		#homeSlider .previous,
		#homeSlider .next {
			display: none;
		}
		.heroIntro p {
			max-width: 95%;
		}

}
