.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Block 10 link **/
#block-10 a {
	text-shadow: 0 0 !important;
}

/** General >> Nav below assistive text **/
#nav-below .assistive-text {
	visibility: hidden !important;
}

/** General >> Tc page wrap inside **/
#tc-page-wrap .inside {
	color: rgb(255, 255, 255) !important;
	text-align: center !important;
	width: 100% !important;
}

/** General >> Navbar inner row fluid **/
.navbar-inner .row-fluid {
	text-align: center !important;
}

/** General >> Tc page wrap menu mobile container **/
#tc-page-wrap .menu-mobile-container {
	display: none !important;
}

/** General >> Content image **/
#content img {
	width: 390px !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> Tc page wrap menu mobile container **/
	#tc-page-wrap .menu-mobile-container {
	display: none !important;
	visibility: hidden !important;
}

	/** General >> Tc page wrap menu mobile container (:focus) **/
	#tc-page-wrap .menu-mobile-container:focus {
	overflow: hidden !important;
	overflow-x: hidden !important;
	visibility: hidden !important;
}

	/** General >> Tc page wrap navbar **/
	#tc-page-wrap .navbar {
	height: 55px !important;
}

}


/*( < 980 )*/
@media (max-width: 979.98px) {
	/** General >> Tc page wrap menu mobile container **/
	#tc-page-wrap .menu-mobile-container {
	display: none !important;
}

	/** General >> Tc page wrap menu mobile container (:focus) **/
	#tc-page-wrap .menu-mobile-container:focus {
	visibility: hidden !important;
}

	/** General >> Tc page wrap inside **/
	#tc-page-wrap .inside {
	color: rgb(255, 255, 255) !important;
}

	/** General >> Navbar inner row fluid **/
	.navbar-inner .row-fluid {
	color: rgb(255, 255, 255) !important;
}

}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Container site description **/
	.container .site-description {
	color: rgb(255, 255, 255) !important;
}

	/** General >> Tc page wrap inside **/
	#tc-page-wrap .inside {
	color: rgb(255, 255, 255) !important;
}

	/** General >> Tc page wrap menu mobile container **/
	#tc-page-wrap .menu-mobile-container {
	display: block !important;
	visibility: visible !important;
}

	/** General >> Navbar inner row fluid **/
	.navbar-inner .row-fluid {
	color: rgb(255, 255, 255) !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Main wrapper no widget icons **/
	#main-wrapper .no-widget-icons {
	display: none !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

	/** General >> Container site description **/
	.container .site-description {
	color: rgb(255, 255, 255) !important;
}

	/** General >> Tc page wrap menu mobile container **/
	#tc-page-wrap .menu-mobile-container {
	display: block !important;
}

}

