/*
 Theme Name: Viral WPI
 Theme URI:
 Author: HashThemes
 Author URI:
 Description: Viral é um tema responsivo especialmente desenhado para revistas, jornais, portais de notícias, blogs e websites de estilo editorial. Na página principal, o tema permite adicionar blocos de conteúdo com diversas opções de layout para destacar seus posts. Oferece duas áreas de menu, mais um menu de redes sociais e quatro áreas de widgets, com widgets exclusivos. <a href="https://curso-wp.ufpel.edu.br/tema-viral/">Acesse nosso site de demonstração</a>.
 Version: 1.8.15
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: viral
 Tags: two-columns, right-sidebar, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, grid-layout, custom-logo, footer-widgets, blog, news, portfolio, education
 Template: viral
*/

blockquote {
	font-style: oblique;
}

/* Mantém margem do menu para o ticker, quando selecionado o menu sem sombra */

.vl-site-header.vl-no-header-shadow + .vl-site-content .vl-ticker {
    margin-top: 0;
}

/* Escurece a cor do item selecionado no menu principal */

.vl-main-navigation ul ul li:hover > a,
.vl-main-navigation .vl-menu .sub-menu > li > a:hover {
	background: rgba(0,0,0,.15);
}

.vl-main-navigation ul ul {
	z-index: 2;
}

.vl-main-navigation ul ul li {
	border-color: rgba(0,0,0,.1);
}

/* Widgets da home e rodapé */

#vl-top-widgets .widget,
#vl-middle-widgets .widget,
#vl-bottom-widgets .widget,
.vl-footer-1 .widget {
	display: inline-block;
	margin-left: 3.33333%;
	vertical-align: top;
}

#vl-top-widgets .widget:nth-child(3n+1),
#vl-middle-widgets .widget:nth-child(3n+1),
#vl-bottom-widgets .widget:nth-child(3n+1),
.vl-footer-1 .widget:nth-child(3n+1) {
	margin-left: 0;
}

.vl-title-container h3 {
	text-transform: none;
}

.vl-footer-block {
	float: none;
	margin-left: 3%;
	width: 97%;
}

.vl-top-block .post-categories {
	display: none;
}

@media screen and (max-width: 767px) {
	#vl-top-widgets .widget,
	#vl-middle-widgets .widget,
	#vl-bottom-widgets .widget,
	.vl-footer-1 .widget {
		display: block !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
}

/* Oculta metadados do post */

.single .byline,
.vl-post-info a.entry-comment {
	display: none;
}
