/*  MICROTHEMER STYLES  */


/*= Content =================== */

/** Content >> Google Div **/
div.ad-block div.hidden-xs {
	max-width: auto !important;
}


/*[ Desktop & Tablet ]*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= Content =================== */

	/** Content >> Google Div **/
	div.ad-block div.hidden-xs {
		display: none !important;
	}

	/** Content >> Sidebar-Ad **/
	aside.sidebar section.text-3 {
		display: none !important;
	}

	/** Content >> Formcellpadding **/
	input.form-control {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}

/*[ Medium Desktop ]*/
@media (min-width: 985px) and (max-width: 1266px) {

	/*= Content =================== */

	/** Content >> Medium Ad Block **/
	div.ad-block div {
		display: none !important;
	}

	/** Content >> Sidebar-Ad-Widghet **/
	section.text-3 {
		display: none !important;
	}
}