.page-template-template-ask {
	
	.header-inner.small.generic	{
		height: 80px; 
		background-color: transparent;		
		padding-bottom: 0;

		h1{
			color: $colorRed;
			text-shadow: none;
		}
	}

	#poststuff {
		min-width: auto;
	}
	
	.postbox {
		> .hndle {
			display: none;
		}
	}

	#acf-question_category {
		display: none;
	}

	#acf-field-question_tcs {
		float: left;

		@include responsive('>', 'phones', (
			float: none
		));
	}
}