/*

Theme Name: Blog FB Casa 2022

Theme URI: https://wordpress.org/themes/twentyfourteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.

Version: 1.9

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: twentyfourteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 * 5.0 - Navigation

 * 6.0 - Content

 *   6.1 - Post Thumbnail

 *   6.2 - Entry Header

 *   6.3 - Entry Meta

 *   6.4 - Entry Content

 *   6.5 - Galleries

 *   6.6 - Post Formats

 *   6.7 - Post/Image/Paging Navigation

 *   6.8 - Attachments

 *   6.9 - Archives

 *   6.10 - Contributor Page

 *   6.11 - 404 Page

 *   6.12 - Full-width

 *   6.13 - Singular

 *   6.14 - Comments

 * 7.0 - Sidebar

 *   7.1 - Widgets

 *   7.2 - Content Sidebar Widgets

 * 8.0 - Footer

 * 9.0 - Featured Content

 * 10.0 - Multisite

 * 11.0 - Media Queries

 * 12.0 - Print

 * -----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.

 *

 * -----------------------------------------------------------------------------

 */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}



audio,

canvas,

video {

	display: inline-block;

	max-width: 100%;

}



html {

	overflow-y: scroll;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}



body,

button,

input,

select,

textarea {

	color: #2b2b2b;

	font-family: Lato, sans-serif;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.5;

}



body {

	background: #fff;

}



a {

	color: #5a534b;

	text-decoration: none;

}



a:focus {

	outline: thin dotted;

}



a:hover,

a:active {

	outline: 0;

}



a:active,

a:hover {

	color: #704031;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

	font-weight: 700;

	margin: 36px 0 12px;

}



h1 {

	font-size: 26px;

	line-height: 1.3846153846;

}



h2 {

	font-size: 24px;

	line-height: 1;

}



h3 {

	font-size: 22px;

	line-height: 1.0909090909;

}



h4 {

	font-size: 20px;

	line-height: 1.2;

}



h5 {

	font-size: 18px;

	line-height: 1.3333333333;

}



h6 {

	font-size: 16px;

	line-height: 1.5;

}



address {

	font-style: italic;

	margin-bottom: 24px;

}



abbr[title] {

	border-bottom: 1px dotted #2b2b2b;

	cursor: help;

}



b,

strong {

	font-weight: 700;

}



cite,

dfn,

em,

i {

	font-style: italic;

}



mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}



p {

	margin-bottom: 24px;

}



code,

kbd,

tt,

var,

samp,

pre {

	font-family: monospace, serif;

	font-size: 15px;

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	line-height: 1.6;

}



pre {

	border: 1px solid rgba(0, 0, 0, 0.1);

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	margin-bottom: 24px;

	max-width: 100%;

	overflow: auto;

	padding: 12px;

	white-space: pre;

	white-space: pre-wrap;

	word-wrap: break-word;

}



blockquote,

q {

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

	content: none;

}



blockquote {

	color: #767676;

	font-size: 19px;

	font-style: italic;

	font-weight: 300;

	line-height: 1.2631578947;

	margin-bottom: 24px;

}



blockquote cite,

blockquote small {

	color: #2b2b2b;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.5;

}



blockquote em,

blockquote i,

blockquote cite {

	font-style: normal;

}



blockquote strong,

blockquote b {

	font-weight: 400;

}



small {

	font-size: smaller;

}



big {

	font-size: 125%;

}



sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	bottom: 1ex;

}



sub {

	top: .5ex;

}



dl {

	margin-bottom: 24px;

}



dt {

	font-weight: bold;

}



dd {

	margin-bottom: 24px;

}



ul,

ol {

	list-style: none;

	margin: 0 0 24px 20px;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin: 0 0 0 20px;

}



img {

	-ms-interpolation-mode: bicubic;

	border: 0;

	vertical-align: middle;

}



figure {

	margin: 0;

}



fieldset {

	border: 1px solid rgba(0, 0, 0, 0.1);

	margin: 0 0 24px;

	min-width: inherit;

	padding: 11px 12px 0;

}



legend {

	white-space: normal;

}



button,

input,

select,

textarea {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 100%;

	margin: 0;

	max-width: 100%;

	vertical-align: baseline;

}



button,

input {

	line-height: normal;

}



input,

textarea {

	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



input[type="search"] {

	-webkit-appearance: textfield;

}



input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

	vertical-align: top;

}



table,

th,

td {

	border: 1px solid rgba(0, 0, 0, 0.1);

}



table {

	border-collapse: separate;

	border-spacing: 0;

	border-width: 1px 0 0 1px;

	margin-bottom: 24px;

	width: 100%;

}



caption,

th,

td {

	font-weight: normal;

	text-align: left;

}



th {

	border-width: 0 1px 1px 0;

	font-weight: bold;

}



td {

	border-width: 0 1px 1px 0;

}



del {

	color: #767676;

}



hr {

	background-color: rgba(0, 0, 0, 0.1);

	border: 0;

	height: 1px;

	margin-bottom: 23px;

}



/* Support a widely-adopted but non-standard selector for text selection styles

 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.

 */

::selection {

	background: #fadca5;

	color: #fff;

	text-shadow: none;

}



::-moz-selection {

	background: #fadca5;

	color: #fff;

	text-shadow: none;

}





/**

 * 2.0 Repeatable Patterns

 * -----------------------------------------------------------------------------

 */



/* Input fields */



input,

textarea {

	border: 1px solid #e8e7e5;

	border-radius: 2px;

	color: #e8e7e5;

	padding: 8px 10px 7px;

}

.mailpoet_paragraph input{
	background: #e8e7e5;
	height: 42px;
	padding-left: 15px !important;
	color: #5d5d5d;
	font-size: 14px;
}
.mailpoet_form{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#mailpoet_form_1 .mailpoet_submit {
    padding: 0 !important;
}
textarea {

	width: 100%;

}



input:focus,

textarea:focus {

	outline: 0;

}



/* Buttons */



button,

.button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	background-color: #999999;

	border: 0;

	border-radius: 2px;

	color: #fff;

	font-size: 14px;

	font-weight: 700;

	padding: 10px 30px 11px;

	vertical-align: bottom;

}



button:hover,

button:focus,

.button:hover,

.button:focus,

input[type="button"]:hover,

input[type="button"]:focus,

input[type="reset"]:hover,

input[type="reset"]:focus,

input[type="submit"]:hover,

input[type="submit"]:focus {

	background-color: #353635;

	color: #fff;

}



button:active,

.button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	background-color: #55d737;

}



.search-field {

	width: 100%;

}



.search-submit {

	display: none;

}



/* Placeholder text color -- selectors need to be separate to work. */



::-webkit-input-placeholder {

	

}



:-moz-placeholder {



}



::-moz-placeholder {

	

	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */

}

/* Responsive images. Fluid images for posts, comments, and widgets */



.comment-content img,

.entry-content img,

.entry-summary img,

#site-header img,

.widget img,

.wp-caption {

	max-width: 100%;

}



/**

 * Make sure images with WordPress-added height and width attributes are

 * scaled correctly.

 */



.comment-content img[height],

.entry-content img,

.entry-summary img,

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"],

#site-header img {

	height: auto;

}



img.size-full,

img.size-large,

.wp-post-image,

.post-thumbnail img {

	height: auto;

	max-width: 100%;

}



/* Make sure embeds and iframes fit their containers */



embed,

iframe,

object,

video {

	margin-bottom: 24px;

	max-width: 100%;

}



p > embed,

p > iframe,

p > object,

span > embed,

span > iframe,

span > object {

	margin-bottom: 0;

}



/* Alignment */



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



blockquote.alignleft,

figure.wp-caption.alignleft,

img.alignleft {

	margin: 7px 24px 7px 0;

}



.wp-caption.alignleft {

	margin: 7px 14px 7px 0;

}



blockquote.alignright,

figure.wp-caption.alignright,

img.alignright {

	margin: 7px 0 7px 24px;

}



.wp-caption.alignright {

	margin: 7px 0 7px 14px;

}



blockquote.aligncenter,

img.aligncenter,

.wp-caption.aligncenter {

	margin-top: 7px;

	margin-bottom: 7px;

}



.site-content blockquote.alignleft,

.site-content blockquote.alignright {

	border-top: 1px solid rgba(0, 0, 0, 0.1);

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	padding-top: 17px;

	width: 50%;

}



.site-content blockquote.alignleft p,

.site-content blockquote.alignright p {

	margin-bottom: 17px;

}



.wp-caption {

	margin-bottom: 24px;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 0;

}



.wp-caption {

	color: #767676;

}



.wp-caption-text {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 12px;

	font-style: italic;

	line-height: 1.5;

	margin: 9px 0;

}



div.wp-caption .wp-caption-text {

	padding-right: 10px;

}



div.wp-caption.alignright img[class*="wp-image-"],

div.wp-caption.alignright .wp-caption-text {

	padding-left: 10px;

	padding-right: 0;

}



.wp-smiley {

	border: 0;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Assistive text */



.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	overflow: hidden;

	position: absolute !important;

	height: 1px;

	width: 1px;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	line-height: normal;

	padding: 15px 23px 14px;

	position: absolute;

	left: 5px;

	top: 5px;

	text-decoration: none;

	text-transform: none;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



.hide {

	display: none;

}



/* Clearing floats */



.footer-sidebar:before,

.footer-sidebar:after,

.hentry:before,

.hentry:after,

.gallery:before,

.gallery:after,

.slider-direction-nav:before,

.slider-direction-nav:after,

.contributor-info:before,

.contributor-info:after,

.search-box:before,

.search-box:after,

[class*="content"]:before,

[class*="content"]:after,

[class*="site"]:before,

[class*="site"]:after {

	content: "";

	display: table;

}



.footer-sidebar:after,

.hentry:after,

.gallery:after,

.slider-direction-nav:after,

.contributor-info:after,

.search-box:after,

[class*="content"]:after,

[class*="site"]:after {

	clear: both;

}



/* Genericons */



.bypostauthor > article .fn:before,

.comment-edit-link:before,

.comment-reply-link:before,

.comment-reply-login:before,

.comment-reply-title small a:before,

.contributor-posts-link:before,

.menu-toggle:before,

.search-toggle:before,

.slider-direction-nav a:before,

.widget_twentyfourteen_ephemera .widget-title:before {

	-webkit-font-smoothing: antialiased;

	display: inline-block;

	font: normal 16px/1 Genericons;

	text-decoration: inherit;

	vertical-align: text-bottom;

}



/* Separators */



.site-content span + .entry-date:before,

.full-size-link:before,

.parent-post-link:before,

span + .byline:before,

span + .comments-link:before,

span + .edit-link:before,

.widget_twentyfourteen_ephemera .entry-title:after {

	content: "\0020\007c\0020";

}





/**

 * 3.0 Basic Structure

 * -----------------------------------------------------------------------------

 */





.main-content {

	width: 100%;

}





/**

 * 4.0 Header

 * -----------------------------------------------------------------------------

 */



/* Ensure that there is no gap between the header and

	 the admin bar for WordPress versions before 3.8. */

.clear{

	clear: both;	 

}

.fundo1{

	background: #fff;

	font-family: Open Sans, sans-serif;

}

.acessoArea, .theme-5 .acessoArea p, .theme-5 .acessoArea a,

.acessoArea p a,

.acessoArea strong {

    color: #5a534b !important;

	font-size: 13px;

	text-decoration: none;

}

.acessoArea{

    padding-top: 6px;

}

.acessoArea p {

    display: inline;

    font-size: 13px;

    float: left;

    color: #5a534b;

    padding-right: 6px;

    margin-bottom: 0;

}

.midias {
	width: 202px;
   display: flex;
   margin-left: auto;
   margin-right: auto;
   justify-content: space-between;
   margin-top: 18px;
   margin-bottom: 40px;
}

.midias a {

    display: inline-block;

    background: url(images/sprite-midias.png)no-repeat;

    width: 45px;

    height: 45px;

}

.midias .insta{

    background-position-x: -80px;   

}

.midias .whats{

    background-position-x: -157px;  

}

.header-middle{

	background: #fff;

	font-family: Open Sans, sans-serif;

}

.whatsapp-topo {
    background: url(images/ico-whatsapp-topo.jpg)no-repeat center left;
    margin-top: 27px;
	padding-left: 30px;

    margin-bottom: 27px;

    margin-right: 0px;

}

.whatsapp-topo, .caixaBusca {

    float: left;

}

.logotipo h1{

	margin-top: 16px;
	margin-bottom: 36px;

}

.caixaBusca .campoBusca {

    width: 82%;

    height: 44px;

    border: 0;

    text-indent: 7px;

    font-weight: 300;

    color: #4e4b4c;

    padding: 0;

    background: #fff;

    font-size: 12px;

    float: left;

}

.caixaBusca .campoBusca {

    border-radius: 15px;

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

    background-color: #e1e1e1;

    height: 52px;

    font-size: 13px;

    padding-left: 20px;

    outline: none;

}

.caixaBusca .search-button {

    width: 15%;

    float: left;

    height: 45px;

    border: none;

    background: 0 0;

}

.caixaBusca .search-button {

    border-top-right-radius: 15px;

    border-bottom-right-radius: 15px;

    background-color: #e1e1e1;

    height: 52px;

    outline: none;
	padding: 0;

}

.caixaBusca {

    width: 442px;

    border-bottom: none;

    margin-top: 36px;

}

.search-button, .search-button:hover {

    color: #25282A;

}

.fa-search:before{

	content: url(images/ico-search.png);

}

.chamada-blog-topo, .whatsapp-topo, .qtdeCarrinho, .itens-cart, .total-cart {

    float: left;

    font-size: 14px;

    font-weight: 400;

    color: #5d5d5d;

}

.chamada-blog-topo a{

	color: #5d5d5d;

	 font-size: 14px;

    font-weight: 400;

    text-decoration: none;

}

.minicart .total-cart {

    display: block;

    float: right;

    clear: both;

    margin-top: -17px;

}

.chamada-blog-topo {

    background: url(images/ico-blog-2.jpg)no-repeat center left;

    padding-left: 37px;

    margin-left: 32px;
    width: 177px;
    height: 41px;

    margin-top: 28px;

}



.minicart {

    display: block;

    position: relative;

    float: left;

}

.minicart .ico-carrinho {

    float: right;

    padding-top: 1px;

    padding-right: 3px;

    width: 36px;

    height: 37px;

}

.minicart .ico-carrinho {

    background: url(images/ico-cart-2.png)no-repeat center left;

    width: 50px;

    float: left !important;

}

.minicart a, .minicart  a:hover {

    color: #4f3327 !important;

    outline: none !important;

}

.minicart {

    width: 113px;

    margin-top: 23px;

}

.linkPedidos {

    padding: 4px 0 0;

    float: right;
    width: 195px;

}

.fora-itens-cart {

    float: left;

    padding-left: 3px;

}

.itens-cart {

    float: right;

    width: 50%;

    margin-top: 3px;

}

.minicart .qtdeCarrinho {

    display: block;

    position: absolute;

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    text-align: center;

    top: -11px;

    right: -12px;

    background: #fff;

    padding: 1px;

    border-radius: 360px;

    width: 26px;

    border: 2px solid #9f023a;

}

.minicart .qtdeCarrinho {

    color: #4f3327;

    background: transparent !important;

    border: none;

    text-align: center !important;

    position: relative !important;

    top: inherit;

    right: inherit;

    display: inherit;

    width: 50%;

    float: left;

}

.header-topo{

	background: #381c0b;

}

.fora-logo{

	display: table;

	margin: 43px auto;

}

p.carrinho-topo{

	margin-top: -78px;

}

p.carrinho-topo i:after{

	content: url("images/ico-cart.png");	

}

p.carrinho-topo a{

	color: #fff;

	font-size: 13px;

	border-bottom: solid 2px #fbac18;

	text-decoration: none;

	text-transform: uppercase;

	font-weight: 700;

 	margin-top: 5px;

 	height: 26px;

}

p.carrinho-topo{

	display: flex;

}

.baixo-header{

	background:url(images/bg-baixo-header.jpg)no-repeat center center;
 	height: 216px;

	position: relative;

}
.single-post .baixo-header{
	background:url(images/bg-baixo-header.jpg)no-repeat center center;
}
.fora-texto-baixo-header p{

	font-size: 27px;

	color: #fff;

	font-style: italic;

 	margin-top: 18px;

    letter-spacing: 2px;

    text-align: center;

}

.fora-flores img{

	margin-bottom: -37px;

}

.fora-texto-baixo-header{

	/*margin-top: -82px;*/

	position: absolute;

	top: 0;

	width: 100%;

	

}

.titulo-left{

	width: 26%;

}

.titulo-left img{

	max-width: 100%;

	height: auto;

}

.titulo-right{

	width: 74%;

}

.titulo-categ{

	font-size: 15px;

	font-weight: 700;

	color: #5a534b;

}

.cat-active a{

	color: #fbac18 !important;

}

.list-categ li{

	width: 50%;

	float: left;

	list-style: none;

	line-height: 2;

}

.list-categ li a{

	font-size: 15px;

	font-weight: 700;

	color: #777777;

	display: block;

	text-decoration: none;

}

.list-categ{

	margin-top: 45px;

    margin-left: 0;

}

.fora-news{

	border: solid 4px #999999;

	padding:48px 40px 50px 40px;

  	margin-top: 41px;

  	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 88, 88, 0.2);

	-moz-box-shadow:    0px 5px 10px 0px rgba(88, 88, 88, 0.2);

	box-shadow:         0px 5px 10px 0px rgba(88, 88, 88, 0.2);

}

.titulo-right p{

	font-size: 21px;

	font-weight: 400;

	color: #5d5d5d;

	line-height: 1;

}

p.sub-frase{

	font-size: 13px;

	color: #777777;

	margin-top: 5px;

}
.titulo-right p span{
	display: block;
	font-size: 14px;
}
.wysija-paragraph{

	margin-bottom: 10px;

}

.wysija-input{

	width: 100%;

	background: #efefef;

	color: #353535;

	font-size: 15px;

	font-weight: 700;

	border-radius:0;

	border: none;

	padding: 15px 20px;

}

.wysija-input:focus{

	color: #381c0b;

}

.wysija-submit{

	background: #5a534b none repeat scroll 0 0 !important;

    border-radius: 0 !important;

    font-size: 15px !important;

    text-transform: capitalize !important;

    width: 100% !important;

    padding: 15px 20px !important;

    margin-top: 10px !important;

    -webkit-transition: background-color 2s ease-out;

  	-moz-transition: background-color 2s ease-out;

  	-o-transition: background-color 2s ease-out;

  	transition: background-color 2s ease-out;

}

.wysija-submit:hover{

	background: #381c0b !important;

  	-webkit-transition: background-color 2s ease-out;

  	-moz-transition: background-color 2s ease-out;

  	-o-transition: background-color 2s ease-out;

  	transition: background-color 2s ease-out;

}

.fora-ebook{

	margin-top: 30px;

}

.fora-ebook img{

	width: 100%;

	height: auto;

}

.cat-links,

.cat-links a{

	color: #777777;

	font-size: 13px;

	font-weight: 700;

}

.bloco-posts,

.view-post{

	margin-top: 45px;

}

.fora-image-list{

	margin-bottom: 22px;

}

.fora-image-list img{

	width: 100%;

	height: auto;
    margin-top: 5px;

}

h2.title-list,

.entry-title{

	margin-top: 3px;

	margin-bottom: 17px;
}

h2.title-list a,

.entry-title{

	font-size: 27px;

	color: #5a534b;

	font-weight: 700;

	text-decoration: none;	

}

.title-view{

	margin-bottom: 0;

}

.tag-links{

	margin-bottom: 15px;

}

.item-post{

	border-bottom: solid 2px #999999;

	margin-bottom: 40px;

}

/*footer*/

footer{

	padding-top: 73px;

}

.topo-footer{

	background:url(images/bg-topo-footer.jpg)no-repeat center center;
	height: 40px;

}

.topo-footer img{

	margin-top: -74px;

}

.bottom-footer{

	background: url(images/bg-footer.jpg)no-repeat center center / cover;

	padding-bottom: 60px;

}
.site-footer h2{
	color: #999999;
	font-size: 30px;
	margin-top: 55px;
	margin-bottom: 0;
}
.site-footer h3{
	color: #999999;
	font-size: 23px;
	font-weight: 400;
    margin-top: 5px;
    margin-bottom: 36px;
}
.logos-footer{
	width: 290px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
    justify-content: space-between;
}
.link-loja,

.link-loja:hover{

	color: #5a534b;

	text-transform: uppercase;

	font-size: 13px;

	text-decoration: none;

	border-bottom: solid 2px #5a534b;

	padding-bottom: 7px;

}

.logo-footer{

	margin-top:66px;

	margin-bottom: 22px;

}

.page-numbers.current,

.page-numbers.current:hover{

 	background: url(images/ico-bg-paginacao.png)no-repeat center center;

    color: #fff;

    padding: 10px 20px;
    padding-bottom: 3px;
    padding-top: 22px;
    font-weight: 700;

}

.page-numbers{

	font-size: 14px;

	color:#5d5d5d;

	padding: 10px 20px;
    padding-bottom: 3px;
    padding-top: 22px;

}

.next.page-numbers,

.prev.page-numbers{

	color:#5d5d5d;

}

.pagination{

	margin-left: -10px;

}

.page-numbers:hover{

	background: url(images/ico-bg-paginacao.png)no-repeat center center;

    color: #fff;

    padding: 10px 20px;
    padding-bottom: 3px;
    padding-top: 22px;
    text-decoration: none;

}
.next.page-numbers{
	background: transparent;
	color: #5d5d5d;
}
.fixed {

    position: fixed;

}

.left-blog{

	position: relative;

}

.sidebar{

	left: 0px;

}

.fora-share a{

	width: 35px;

	height: 35px;

	display:inline-block;

	background-image: url("images/midias-ico.jpg");
	background-repeat: no-repeat;

}

.fora-share .face{

	background-position-x: 0px;

}

.fora-share .twitter{

	background-position-x: -40px;

}

.fora-share .g-plus{

	background-position-x: -80px;

}

.fora-share .pint{

	background-position-x: -120px;

}

.fora-share .linkedin{

	background-position-x: -160px;

}

.entry-content{

	margin-top: 27px;

}

#related_posts .fora-share,

#related_posts .entry-content{

	display: none;

}

#related_posts{

	margin-bottom: 65px;

}

.titulo-relacionados{

	font-size: 30px;

	font-weight: 700;

	color: #323232;

	margin-bottom: 37px;

 	margin-top: 57px;
 	font-family: 'Roboto Serif', serif;
	font-weight: 400;

}
.wp-block-image figcaption{
	font-size: 16px;
	color: #8a8a8a;
    margin-top: 3px;
}
.entry-content h2{
	font-size: 30px;
	font-weight: 400;
	color: #5d5d5d;
	font-family: 'Roboto Serif', serif;
    margin-bottom: 0;
}
.entry-content p{
	color:#5d5d5d;
	line-height: 22px;
}
.wp-block-image{
 	margin-bottom: 12px;
}
.post-views{

	display: none;

}
.btn-ler-conteudo,
.btn-ler-conteudo:hover{
	background-color: #6ba39b;
	color:#fff;
	margin-bottom: 25px;
	width: 190px;
	border-radius: 5px;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
}
.single-post .entry-content a{
	color:#5a9d93;
}
h2.title-list a{
	font-family: 'Roboto Serif', serif;
	font-weight: 400;
}
.fora-image-list time{
	background: #e9e9e9;
    padding: 0px;
    border-radius: 5px;
    line-height: 23px;
    padding: 0 5px;
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 8px;
}
.ql-block{
	margin-top:30px;
	margin-bottom:30px
}
 @media screen and (max-width: 767px) {

	.fora-logo{

		margin-left: 0;

	    width: 43%;

	}

	.fora-logo img{

		width: 100%;

		height: auto;

	    margin-top: -20px;	

	}
	.busca-topo1 .whatsapp-topo{
		display: none;
	}
	.caixaBusca {
    	width: 100%;
    	margin-top: 20px;
	}
	.chamada-blog-topo{
		margin-left: 0;
	}
	.chamada-blog-topo{
		width: 145px;
	}
	#logotipo{
		text-align: center;
	}
	.logotipo h1{
		margin-bottom: 0;
	}
	.list-categ {
    	margin-top: 30px;
	}
	.bloco-posts, .view-post {
    	margin-top: 35px;
	}
}