/* Northland College WordPress theme admin CSS */

@import url('core.css');

.staging_indicator, .staging_indicator * {
	background: rgb(245,132,38) !important;
	color: white !important;
	font-weight: bold !important;
	padding: 0 20px !important;
}

#tinymce {
	background: rgb(255,255,255) !important;
	padding: 1.75em !important;
	width: auto !important;
}

	#tinymce > p, #tinymce > ul, #tinymce > ol, #tinymce > dl {
		font-size: 110% !important;
	}
	
	#tinymce p, #tinymce ul, #tinymce ol, #tinymce dl {
		margin: 0 0 1.5em 0 !important;
	}
	
	#tinymce ul *, #tinymce ol * {
		margin-bottom: 0 !important;
	}
	
	#tinymce ol {
		list-style: decimal !important;
		padding-left: 2em !important;
	}

	#tinymce ol ol { list-style: lower-alpha !important; }
	#tinymce ol ol ol { list-style: lower-roman !important; }
	#tinymce ol ol ol ol { list-style: decimal !important; }
	#tinymce ol ol ol ol ol { list-style: lower-alpha !important; }
	#tinymce ol ol ol ol ol ol { list-style: lower-roman !important; }
	
	#tinymce ul {
		list-style: disc !important;
		padding-left: 2em !important;
	}
	
	#tinymce li {
		margin: 0 0 0.5em 0 !important;
	}

#wpadminbar *:not(.ab-icon) { font-family: 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Roboto', 'Segoe UI', sans-serif !important; }
body.in_iframe #wpadminbar { display: none !important; }

/* CSS3 MEDIA QUERIES */

/* PRINT */
@media print {

}


/* LARGE SCREENS (content area over 1280 pixels) */
@media screen and (min-width: 1280px) {

}


/* INTERMEDIATE SCREENS (content area between 1000 and 1279 pixels) */
@media screen and (min-width: 1000px) and (max-width: 1279px) {

}


/* TABLETS (content area under 1000 pixels) */
@media screen and (max-width: 1000px) {

}


/* PHONES (content area under 782 pixels) */
/* Matched to size where WP mobile admin bar appears */
@media screen and (max-width: 782px) {

	#wpadminbar { position: fixed !important; }

}


/* SMALL PHONES (content area under 600 pixels) */
@media screen and (max-width: 600px) {

}


/* HIGH RESOLUTION IMAGE REPLACEMENTS */
@media	only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-devicepixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx)
{

}
