/*---------------------------------------------------------------------------------

	Theme Name: Baskerville WPI
	Version: 2.2.1
	Description: O tema Baskerville é uma excelente opção para exibir seus posts, vídeos, imagens e galerias, e compartilhar seus links e citações favoritas. Conta com design responsivo, imagem de cabeçalho personalizada, suporte a todos os formatos de post, logo personalizado e quatro modelos de página. <a href="https://curso-wp.ufpel.edu.br/tema-baskerville/">Acesse nosso site de demonstração</a>.
	Tags: black, dark, white, green, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	Theme URI: http://www.andersnoren.se/teman/baskerville-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

	Text Domain: baskerville
	Template: baskerville

----------------------------------------------------------------------------------- */

.blog-description {
	color: #eee;
}

/* Link do cabeçalho com largura total */
.blog-title a {
	display: block;
}

/* Campo 'select' de formulários */

.post-content select {
	padding: 14px 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 2px solid #eee;
	background: #fdfdfd;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
}

.post-content select:focus {
	background: #fdfdfd;
	outline: none;
}

.widget select {
	display: block;
	width: 100%;
	padding: 16px 55px 16px 20px;
	border: none;
	margin: 0;
	background: rgba(128,128,128,.5);
	color: #fff;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
}

.widget select:focus {
	background-color: #2B3542;
	outline: none;
}
