
/*

	Large Phone CSS for VCMS
	------------------------------------------------------------------------------

	@since 8-Jul-2020
	@author Simon Norris
	@copyright Little Fire Digital Ltd 8-Jul-2020
 
	Colours
	================================================================
	
	Primary Colour: #355252
	Primary Highlight: #456b6b
	Primary Shadow: #2d4646
	Accent Colour: #ffaa00
	Accent Highlight: #ffdd00
	Accent Shadow: #d99100
 
*/

@media ( max-width: 600px ) {

	#masthead {
		min-height: 0;
	}
	#search_small,
	#socials,
	#masthead_row {
		display: none;
	}

	main > div > hr:first-child {
		display: none;
	}

	#stripe-payment-form {
		width: 100%;
		min-width: 0;
		margin: 0 auto;
	}

	#top-menu {
		font-size: 10pt;
	}	

}	
