/* CSS dinâmico para body.single-post #titulo (visual-titulo-post-['meta-dado']) */

	body.single-post #titulo .bg {
		text-align: left;
		padding: 30px 0;
		background: #15215e;
		background-image: url();
		background-image: url(), linear-gradient(90deg, #15215e, #058cd1);
		background-position: center;
		background-attachment: fixed;			}
	body.single-post #titulo .svgx { width: 26px !important; height: 26px !important; ; color: #ffffff; }
	body.single-post #titulo h1, body.single-post #titulo h4 { color: #ffffff; }
	body.single-post #titulo small { font-size: 13px; color: #ffffff; }
		
	@media only screen and (max-width: 980px) {
		.tit-menu-suspenso { display: none; }
		form.m-s { margin-top: 15px; }
		body.single-post #titulo .bg { padding: 10px 0 15px 0; }
	}
	@media only screen and (max-width: 767px) {
		body.single-post #titulo .svgx { width: 20px !important; height: 20px !important; }
		body.single-post #titulo .linha-com-menu-suspenso.flex { display: block !important; }
	}

