/*
Theme name: Give Up The Smokes
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. 
*/

.section__foot { position: fixed; bottom: 0; left: 0; right: 0; background-color: #000; padding: 20px 0; z-index: 999999; }
.section__foot .shell { display: flex; justify-content: space-between; }
.section__foot .shell:after { content: none; }

.header .logo {
	display: none !important;
}

#menu-sub-menu{
	list-style: none !important;
}

#menu-sub-menu li a{
	text-decoration: none;
}

@media (max-width: 985px) {
	.btn-right{
		display: none;
	}
	.section-main .section__body .shell > .sidebar {
		display: none;
	}
}