/*
Theme name: EE Doctors
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

.nav-mobile { z-index: 99998; }

.cc-compliance a { text-decoration: none; }

.footer .credits { margin-left: 28px; }

@media (max-width: 768px ) {
 .footer .credits { display: block; text-align:center; margin-left: 0px; }	
}


.article-single:after { display:none;}