/*
Bem-vindo ao CSS Personalizado!

CSS (Folhas de Estilo em Cascata) é um tipo de código que diz ao
navegador como exibir uma página. Você pode excluir estes comentários e
começar suas personalizações.

Por padrão, sua folha de estilo será carregada após as folhas de estilo
do tema, ou seja, suas regras têm prioridade e substituem as regras de CSS
do tema. Escreva apenas o que você deseja alterar, não é necessário
copiar todo o conteúdo da folha de estilos do tema.
*/
.site-title a, .entry-title a, .entry-title, .entry-content h3 {
	color: #ed1c24;
	text-decoration: none;
}

.entry-content {
	font-size: 16px;
	color: #000;
	line-height: 170%;
	text-align: justify;
}

.entry-content a {
	text-decoration: underline;
	font-weight: bold;
	padding: 0 5px;
}

.gallery-item {
	padding: 10px;
}

blockquote {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-color: #FFE158;
	border-left-color: #E86F67;
	border-left-style: solid;
	border-left-width: 5px;
	line-height: 180%;
	padding: 15px;
}

.endereco {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

.telefone {
	font-size: 16px;
}

.espacamento {
	margin-top: 20px;
	margin-bottom: 20px;
}

.forte {
	font-weight: bold;
}

.main-navigation {
	background: #E86F67;
	font-family: 'Cabin Sketch', cursive;
}

.main-navigation a:hover {
	color: #FFCA05 !important;
}

.main-navigation ul ul {
	box-shadow: 0 1px 1px;
	color: #2A363B;
/* Used for the box-shadow above. Provides easy acces from the live customizer */
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #fff;
	border-top: 0 solid #2A363B;
}

.main-navigation ul ul li {
	padding: 10px;
	border-bottom: 1px dashed #e86f67;
	border-right: 0;
	text-transform: uppercase;
	font-weight: bold;
/*font-weight: 400;*/
	-webkit-transition: background .3s;
	transition: background .3s;
}

.widget {
	background-color: #fff;
	border: 1px solid #E86F67;
	margin-bottom: 30px;
	padding: 20px;
}

.footer-widget-area .widget {
	border: 1px solid #E86F67;
}

.widget-title a, .footer-widget-area, .footer-widget-area a, .footer-widget-area ul li a, .footer-widget-area h4 a,.footer-widget-area .post-date,.widget, .widget a {
	color: #E86F67 !important;
}

.widget-title {
	padding: 10px;
}

.footer-widget-area,
.site-footer {
	background-color: #FFE158;
}

.footer-widget-area {
	border-top-color: #E86F67;
	border-top-style: solid;
	border-top-width: 0;
}

.hentry .entry-meta, .entry-footer {
	border-bottom-color: #E86F67;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #E86F67;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin Sketch', cursive;
	font-weight: 400;
	color: #2A363B;
}

.slide .entry-summary {
	display: none !important;
}

.slide .entry-title {
	margin-bottom: -2px;
	margin-left: 0;
}

.recent-post img {
	padding: 5px;
}

.apoiadores {
	background: #fff;
	margin-bottom: -20px !important;
}

.circo-rodape {
	background: #FFE158;
	margin-bottom: -20px !important;
}

.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background-color: #FFE158;
	color: #E86F67;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.site-header {
	background: #FFE158;
}

.wpcf7 input[type="submit"] {
	background: #E86F67;
	color: #fff;
	padding: 5px 10px;
}

.wpcf7 input[type="submit"]:hover {
	background: #FFE158;
	color: #E86F67;
}

.wp-caption-text {
	font-size: 14px;
	text-align: center;
}

/*
	CSS migrado do Jetpack:
*/

/*
Bem-vindo ao CSS Personalizado!

CSS (Folhas de Estilo em Cascata) é um tipo de código que diz ao
navegador como exibir uma página. Você pode excluir estes comentários e
começar suas personalizações.

Por padrão, sua folha de estilo será carregada após as folhas de estilo
do tema, ou seja, suas regras têm prioridade e substituem as regras de CSS
do tema. Escreva apenas o que você deseja alterar, não é necessário
copiar todo o conteúdo da folha de estilos do tema.
*/
.site-title a, .entry-title a, .entry-title, .entry-content h3 {
	color: #ed1c24;
	text-decoration: none;
}

.entry-content {
	font-size: 16px;
	color: #000;
	line-height: 170%;
	text-align: justify;
}

.entry-content a {
	text-decoration: underline;
	font-weight: bold;
	padding: 0 5px;
}

.gallery-item {
	padding: 10px;
}

blockquote {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-color: #FFE158;
	border-left-color: #E86F67;
	border-left-style: solid;
	border-left-width: 5px;
	line-height: 180%;
	padding: 15px;
}

.endereco {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

.telefone {
	font-size: 16px;
}

.espacamento {
	margin-top: 20px;
	margin-bottom: 20px;
}

.forte {
	font-weight: bold;
}

.main-navigation {
	background: #E86F67;
	font-family: 'Cabin Sketch', cursive;
}

.main-navigation a:hover {
	color: #FFCA05 !important;
}

.main-navigation ul ul {
	box-shadow: 0 1px 1px;
	color: #2A363B;
/* Used for the box-shadow above. Provides easy acces from the live customizer */
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #fff;
	border-top: 0 solid #2A363B;
}

.main-navigation ul ul li {
	padding: 10px;
	border-bottom: 1px dashed #e86f67;
	border-right: 0;
	text-transform: uppercase;
	font-weight: bold;
/*font-weight: 400;*/
	-webkit-transition: background .3s;
	transition: background .3s;
}

.widget {
	background-color: #fff;
	border: 1px solid #E86F67;
	margin-bottom: 30px;
	padding: 20px;
}

.footer-widget-area .widget {
	border: 1px solid #E86F67;
}

.widget-title a, .footer-widget-area, .footer-widget-area a, .footer-widget-area ul li a, .footer-widget-area h4 a,.footer-widget-area .post-date,.widget, .widget a {
	color: #E86F67 !important;
}

.widget-title {
	padding: 10px;
}

.footer-widget-area,
.site-footer {
	background-color: #FFE158;
}

.footer-widget-area {
	border-top-color: #E86F67;
	border-top-style: solid;
	border-top-width: 0;
}

.hentry .entry-meta, .entry-footer {
	border-bottom-color: #E86F67;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #E86F67;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin Sketch', cursive;
	font-weight: 400;
	color: #2A363B;
}

.slide .entry-summary {
	display: none !important;
}

.slide .entry-title {
	margin-bottom: -2px;
	margin-left: 0;
}

.recent-post img {
	padding: 5px;
}

.apoiadores {
	background: #fff;
	margin-bottom: -20px !important;
}

.circo-rodape {
	background: #FFE158;
	margin-bottom: -20px !important;
}

.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background-color: #FFE158;
	color: #E86F67;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.site-header {
	background: #FFE158;
}

.wpcf7 input[type="submit"] {
	background: #E86F67;
	color: #fff;
	padding: 5px 10px;
}

.wpcf7 input[type="submit"]:hover {
	background: #FFE158;
	color: #E86F67;
}

.wp-caption-text {
	font-size: 14px;
	text-align: center;
}

/*
	CSS migrado do Jetpack:
*/

/*
Bem-vindo ao CSS Personalizado!

CSS (Folhas de Estilo em Cascata) é um tipo de código que diz ao
navegador como exibir uma página. Você pode excluir estes comentários e
começar suas personalizações.

Por padrão, sua folha de estilo será carregada após as folhas de estilo
do tema, ou seja, suas regras têm prioridade e substituem as regras de CSS
do tema. Escreva apenas o que você deseja alterar, não é necessário
copiar todo o conteúdo da folha de estilos do tema.
*/
.site-title a, .entry-title a, .entry-title, .entry-content h3 {
	color: #ed1c24;
	text-decoration: none;
}

.entry-content {
	font-size: 16px;
	color: #000;
	line-height: 170%;
	text-align: justify;
}

.entry-content a {
	text-decoration: underline;
	font-weight: bold;
	padding: 0 5px;
}

.gallery-item {
	padding: 10px;
}

blockquote {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-color: #FFE158;
	border-left-color: #E86F67;
	border-left-style: solid;
	border-left-width: 5px;
	line-height: 180%;
	padding: 15px;
}

.endereco {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

.telefone {
	font-size: 16px;
}

.espacamento {
	margin-top: 20px;
	margin-bottom: 20px;
}

.forte {
	font-weight: bold;
}

.main-navigation {
	background: #E86F67;
	font-family: 'Cabin Sketch', cursive;
}

.main-navigation a:hover {
	color: #FFCA05 !important;
}

.main-navigation ul ul {
	box-shadow: 0 1px 1px;
	color: #2A363B;
/* Used for the box-shadow above. Provides easy acces from the live customizer */
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #fff;
	border-top: 0 solid #2A363B;
}

.main-navigation ul ul li {
	padding: 10px;
	border-bottom: 1px dashed #e86f67;
	border-right: 0;
	text-transform: uppercase;
	font-weight: bold;
/*font-weight: 400;*/
	-webkit-transition: background .3s;
	transition: background .3s;
}

.widget {
	background-color: #fff;
	border: 1px solid #E86F67;
	margin-bottom: 30px;
	padding: 20px;
}

.footer-widget-area .widget {
	border: 1px solid #E86F67;
}

.widget-title a, .footer-widget-area, .footer-widget-area a, .footer-widget-area ul li a, .footer-widget-area h4 a,.footer-widget-area .post-date,.widget, .widget a {
	color: #E86F67 !important;
}

.widget-title {
	padding: 10px;
}

.footer-widget-area,
.site-footer {
	background-color: #FFE158;
}

.footer-widget-area {
	border-top-color: #E86F67;
	border-top-style: solid;
	border-top-width: 0;
}

.hentry .entry-meta, .entry-footer {
	border-bottom-color: #E86F67;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #E86F67;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin Sketch', cursive;
	font-weight: 400;
	color: #2A363B;
}

.slide .entry-summary {
	display: none !important;
}

.slide .entry-title {
	margin-bottom: -2px;
	margin-left: 0;
}

.recent-post img {
	padding: 5px;
}

.apoiadores {
	background: #fff;
	margin-bottom: -20px !important;
}

.circo-rodape {
	background: #FFE158;
	margin-bottom: -20px !important;
}

.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background-color: #FFE158;
	color: #E86F67;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.site-header {
	background: #FFE158;
}

.wpcf7 input[type="submit"] {
	background: #E86F67;
	color: #fff;
	padding: 5px 10px;
}

.wpcf7 input[type="submit"]:hover {
	background: #FFE158;
	color: #E86F67;
}

.wp-caption-text {
	font-size: 14px;
	text-align: center;
}