/* Theme Name: Tema QRNO 2020 Version: 1.0 Author: Jess Quirino Author URI: http://www.qrno.com.br */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

body {
	background: #F4F2EF;
	background-attachment: fixed;
	font-size: 14.5px;
	letter-spacing: 1px;
	font-family: 'Mulish', sans-serif;
	line-height: 28px;
	color: #333333;
	width: 100%;
	margin: 0;
}


#back {
	background: url(./img/back.png) no-repeat top left;
	position: fixed;
	z-index: 9999999999999999999999999999999999;
	top: 0;
	height: 50px;
	width: 100%;
}


#back-esq {
	background: url(./img/BACK-ESQ.png) no-repeat top left;
	position: fixed;
	z-index: 9999999999999999999999999999999999;
	top: 0;
	height: 400px;
	width: 300px;
}


#back-dir {
	background: url(./img/BACK-DIR.png) no-repeat bottom right;
	background-attachment: fixed;
}


.fade-in {
	animation: animationFrames ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation: animationFrames ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: animationFrames ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards;
	-o-animation: animationFrames ease 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards;
	-ms-animation: animationFrames ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards;
}

@keyframes animationFrames {
	0% {
		opacity: 0;
		transform: translate(0px, -25px);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}

@-moz-keyframes animationFrames {
	0% {
		opacity: 0;
		-moz-transform: translate(0px, -25px);
	}

	100% {
		opacity: 1;
		-moz-transform: translate(0px, 0px);
	}
}

@-webkit-keyframes animationFrames {
	0% {
		opacity: 0;
		-webkit-transform: translate(0px, -25px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
	}
}

@-o-keyframes animationFrames {
	0% {
		opacity: 0;
		-o-transform: translate(0px, -25px);
	}

	100% {
		opacity: 1;
		-o-transform: translate(0px, 0px);
	}
}

@-ms-keyframes animationFrames {
	0% {
		opacity: 0;
		-ms-transform: translate(0px, -25px);
	}

	100% {
		opacity: 1;
		-ms-transform: translate(0px, 0px);
	}
}

::selection {
	background: #000000;
	color: #ffffff;
}

::-moz-selection {
	background: #000000;
	color: #ffffff;
}

img {
	border: 0px;
}

h1 {
	font-family: 'silk serif light';
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #000000;
	padding: 5px;
	font-weight: lighter;
}

h2 {
	font-family: 'silk serif light';
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #000000;
	padding: 5px;
	font-weight: lighter;
}

h3 {
	font-family: 'silk serif light';
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	color: #111;
}

h4 {
	font-family: 'silk serif light';
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
}

a:hover {
	color: #555555;
}

#header {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
}

#menu-lat-esq {
	margin-top: -30px;
	width: 200px;
	float: left;
	position: relative;
	z-index: 999999999999999999;
	border-right: 2px solid #6B6B6B;
	margin-left: 150px;
	font-style: italic;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#menu-lat-dir {
	margin-top: -30px;
	width: 200px;
	float: right;
	position: relative;
	z-index: 999999999999999999;
	border-left: 2px solid #6B6B6B;
	margin-right: 70px;
	font-style: italic;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#align {
	width: 1100px;
	margin: 0 auto;
}

#menu-fixo {
	background: #ffffff;
	position: fixed;
	height: 72px;
	width: 100%;
	z-index: 99999999999;
	padding-top: 10px;
	font-weight: lighter;
	top: 0;
	left: 0;
}

.navbar {
	overflow: hidden;
	background-color: #ffffff;
}

.navbar a {
	font-size: 15px;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
	font-weight: regular;
	text-decoration: none;
	padding-top: 25px;
}

.navbar h2 a {
	padding: 10px;
	padding-top: 10px;
}

.dropdown {
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.dropdown .dropbtn {
	text-align: center;
	font-size: 16px;
	border: none;
	outline: none;
	color: #000000;
	position: relative;
	z-index: 99999999999999999999;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 33px;
	background-color: inherit;

	margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {}

.navbar img {
	-webkit-transition: all 1.0s ease-out;
	-moz-transition: all 1.0s ease-out;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.navbar img:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.dropdown-content {
	display: none;
	position: absolute;
	background: URL(https:ads/2020/03/BACK-2.png);
	width: 100%;
	left: 0;
	top: 33px;
	text-align: center;
	z-index: 1;
}

.dropdown-content .header {
	text-align: center;
	padding: 0px;
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
}

#menu-alinha {
	width: 1100px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

#myBtn {
	position: fixed;
	right: 0;
	top: 50px;
	background: #ffffff;
	padding: 10px;
	color: black;
	border: none;
	width: 30px;
	font-size: 18px;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-ms-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
	transition: all 2s ease-in;
}

.modal {
	display: none;
	position: fixed;
	z-index: 99999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-ms-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
	transition: all 2s ease-in;
}

.modal-content {
	background: #ffffff;
	margin: 15% auto;
	margin-top: 200px;
	padding: 20px;
	color: #000000;
	width: 40%;
	height: auto;
	padding-bottom: 70px;
	font-family: 'Silk serif light';
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	-webkit-box-shadow: -7px 9px 20px -7px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -7px 9px 20px -7px rgba(0, 0, 0, 0.55);
	box-shadow: -7px 9px 20px -7px rgba(0, 0, 0, 0.55);
}

.modal-content input {
	background: white;
	border-bottom: 1px solid black;
}

.modal-content input:hover {
	background: white;
	border-bottom: 2px solid black;
}

.close {
	color: #ffffff;
	float: right;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #888888;
	text-decoration: none;
	cursor: pointer;
}

#page {
	width: 70vw;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 60px 0 0 0;
}

#destaque-topo {
	width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
}

#esq {
	width: 580px;
	float: right;
	text-align: right;
}

#dir {
	width: 500px;
	float: left;
	text-align: right;
}

#esq-no {
	width: 580px;
	float: left;
}

#dir-no {
	width: 500px;
	float: right;
}

#esq-tb {
	width: 340px;
	float: left;
	margin-top: 0px;
	margin-left: 50px;
}

#dir-tb {
	width: 550px;
	float: right;
	margin-top: 60px;
}

.thumbs {
	margin: 0;
	padding: 0;
	text-align: right;
}

.thumbs img {
	margin: 0;
	padding: 0;
}

.thumbs-no {
	width: 550px;
	height: 400px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.titulo {
	font-family: 'Silk serif light';
	font-size: 23px;
	font-weight: 400;
	color: black;
	line-height: 45px;
	letter-spacing: 3px;
	width: auto;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
}

.titulo-design {
	font-family: 'Silk serif light';
	font-size: 35px;
	font-weight: 400;
	color: black;
	line-height: 45px;
	letter-spacing: 3px;
	width: auto;
	margin: 0 auto;
	text-align: right;
	padding-top: 0px;
}

.excerto {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 26px;
	font-size: 14px;
	text-align: justify;
}

.exc p::first-letter {
	font-family: 'Silk serif light';
	float: left;
	margin: 5px 5px;
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#space {
	height: 40px;
}

#destaque-post {
	width: 98%;
	padding: 1%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#align {
	width: 1100px;
	margin: 0px auto;
}

#align-post {
	width: 1100px;
	margin: 0px auto;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#caixa-post {
	top: 0;
	width: 510px;
	vertical-align: top;
	margin-bottom: 80px
}

.lugar {
	font-size: 17px;
	text-align: right;
	color: black;
	letter-spacing: 3px;
	font-style: italic
}

.titulo-posts {
	width: 500px;
	margin: 0 auto;
	padding-top: 10px;
	font-family: 'Silk serif light';
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #000000;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}

#archive {
	width: 1100px;
	margin: 0px auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: justify;
}

#archive-post {
	width: 320px;
	height: 550px;
	margin: 22px;
	background: #ffffff;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	top: 0;
}

#archive-post img {
	float: left;
	width: 320px;
	height: 390px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

#archive-post img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#archive-titulo {
	width: 320px;
	display: table-cell;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
	font-family: 'Silk serif light';
	font-size: 22px;
	letter-spacing: 1px;
	height: 50px;
}

#archive-titulo a {
	color: #000000;
	font-weight: lighter;
}

#content {
	margin: 0px auto;
	padding: 0;
	width: 55%;
	font-size: 14px;
	text-align: justify;
	line-height: 25px;

}

.post-entrada {
	margin-top: 25px;
	line-height: 30px;
}

.post-entrada a {
	border-bottom: 1px solid black;
}

.post-entrada img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;


}

.post-entrada li {
	padding-left: 20px;
	list-style: none;
}

#date-post {
	width: 100%;
	text-align: left;
	color: #000000;

	font-size: 12px;
	margin-top: 20px;
	letter-spacing: 1px;

}

#titulo {
	width: 100%;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: 'Silk serif light';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 55px;
	font-weight: lighter;
	margin-bottom: 30px;
}

#titulo a {
	border: none;
	color: #000000;
	font-weight: 400;
	margin-top: 60px;
	font-weight: lighter;
}

#titulo a:hover {
	border: none;
	color: #333333;
}

.data1 {
	font-size: 30px;
	font-family: lora;
	padding-top: 5px;
	color: #666666;
}

.data2 {
	font-size: 10px;
	font-family: muli;
	margin-top: -19px;
}

.post-entrada blockquote {
	background: #F2EFEC;
	padding: 1.5%;
	width: 90%;
	margin-left: 0;
	font-size: 15px;
	padding-left: 6%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

.post-entrada ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	padding: 0;
	font-size: 14px;
}

.post-entrada ol li {
	position: relative;
	display: block;
	padding: .4em .4em .4em 4em;
	*padding: .4em;
	margin: .5em 0;
	text-decoration: none;
	font-size: 12px;
	
}

.post-entrada ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -1.3em;
	height: 2em;
	width: 2em;
	line-height: 2em;
	color: #000000;
	text-align: center;
	font-weight: 700;
	border-radius: 2em
}

.post-entrada ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-entrada li {
	list-style: circle;
	margin-left: 30px;
	padding-left: 5px;
}

.post-entrada {
	line-height: 30px;
}

img.alignleft,
div.alignleft {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

img.alignright,
div.alignright {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

img.aligncenter,
div.aligncenter {
	text-align: center;
	margin: 0 auto;
}


#rodape-post {
	width: 100%;
	height: 40px;

	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 100px 0;
}


#share {
	width: 50%;
	text-align: left;
}

#share a {
	padding: 10px;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
	text-transform: lowercase;
}


#comment {
	width: 50%;
	text-align: right;
}

input,
textarea {
	padding: 10px;
	font-size: 12px;
	background: white;
	border: 0;
	color: black;
	border-bottom: 2px solid black;
}

.comments-area {
	margin-top: 30px;
	width: 70%;
	margin: 0px auto;
}

#reply-title,
#reply-title a,
.comment-title h2,
.comment-title {
	text-align: center;
	font-family: 'silk serif light';
	font-size: 30px;
}

.comments-area .children {
	margin-left: 50px;
}

.entry-comments {
	overflow: hidden;
	padding: 30px 70px 30px 40px;
	margin-bottom: 50px;
	background: #ffffff;
	font-size: 15px;
	line-height: 28px;
	border-bottom: 1px double #6B6B6B;
}

.comment-content {
	overflow: hidden;
}

.comment-avatar {
	float: left;
	margin-left: -70px;
	width: 150px;
	margin-top: 20px;
	position: absolute;
}

.pingback {
	background: #000000;
	color: #ffffff;
}

.pingback a {
	color: #ffffff;
}

.comment-content,
.entry-comments,
.comment-avatar li {
	list-style: none
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 3px solid black;
}

.comment-author {
	font-family: 'silk serif light';
	text-align: left;
	font-weight: lighter;
	font-size: 24px;
	color: #111;
	text-align: center;
	text-transform: capitalize;
	font-weight: regular;
}

.comment-author a {
	font-family: 'silk serif light';
	text-align: left;
	font-weight: lighter;
	font-size: 24px;
	color: #111;
	text-align: center;
	text-transform: capitalize;
	color: black;
}

.comment-date a:first-child:hover {
	text-decoration: underline;
}

.awaiting-moderation {
	font-style: italic;
}

.commentslist footer a:hover {
	text-decoration: underline;
}

.logged-in-as {
	margin-bottom: 12px;
}

.comment-meta {
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 25px;
	text-transform: uppercase;
}

.comment-date {
	margin-right: 10px;
}

.comment-reply-link {
	float: right;
	border-bottom: 1px solid #000000;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: -20px;
}

.comment-reply-link a {
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.comment-reply-link a:hover {
	padding-bottom: 0px;
	border-bottom: 4px solid #000000;
	color: #000000
}

.comment-notes {
	margin-bottom: 15px;
}

.comment-form {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	background: #E8E8E8;
	color: #000000;
	margin-bottom: 40px;
}

.comment-form label {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
}

.comment-form-esq {
	float: left;
	width: 50%;
}

.comment-form-dir {
	float: right;
	width: 45%;
}

.comment-form input {
	text-transform: lowercase;
	color: #777777;
	padding: 5px;
	font-size: 14px;
	background: #ffffff;
	width: 99%;
	margin-bottom: 25px;
	border: 0;
}

.comment-form textarea {
	padding: 5px;
	font-size: 14px;
	color: black;
	background: #ffffff;
	width: 90%;
	height: 140px;
	border: 0;
}

.comment-form #submit {
	border: none;
	width: auto;
	font-family: 'silk serif light', sans-serif;
	font-size: 18px;
	color: #000000;
	float: right;
	font-weight: lighter;
	letter-spacing: 2px;
	padding-right: 20px;
	background: none;
}

.next {
	float: right
}

.pre {
	float: left
}

.cleaning {
	clear: both;
}

#sidebar {
	width: 25%;
	margin-top: 50px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	margin-right: 5%;
}

#sidebar img {
	max-width: 100%;
}


#sidebar a {
	margin: 5px;
}

#cat li {
	margin-bottom: 1px;
	list-style: none;
}

#cat a {

	font-size: 14px;
	border-bottom: 1px solid black;
}

#responsivo {
	display: none;
}

#caberesponsivo {
	display: none;
}

#navegacao {
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.elm-button {
	border: none;
	font-family: 'Silk serif light';
	font-size: 30px;
	border-color: #6B6B6B;
	border-width: 5px;
	border-style: double;
	color: black;
	padding: 10px;
	text-transform: lowercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav-right {
	width: 100px;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.nav-left {
	width: 100px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.nav-left a,
.nav-right a {
	border-bottom: 1px solid black;
}

#footer {
	background: url(./img/footer.png) no-repeat top center;
	height: 320px;
	margin-top: 20px;

	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

#footer-menu-lat-esq {
	width: 320px;
	float: left;
	position: relative;
	z-index: 999999999999999999;
}

#footer-menu-lat-esq2 {
	width: 170px;
	float: left;
	position: relative;
	z-index: 999999999999999999;
	font-size: 13px;
	text-align: left;
	font-style: italic;
	line-height: 25px;
	margin-top: 140px;
}

#footer-bee {
	width: 120px;
	padding-top: 30px;
	margin-left: 50px;
	float: left;
	padding-left: 65px;
	border-left: 2px solid #6B6B6B;
	padding-bottom: 30px;
	margin-top: 120px;
}

#footer-menu-lat-dir {
	margin-top: -30px;
	width: 210px;
	float: right;
	position: relative;
	z-index: 999999999999999999;
	border-left: 2px solid #6B6B6B;
	margin-right: 10px;
	padding-left: 30px;
	font-style: italic;
	line-height: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 120px;
	font-size: 14px;
	line-height: 25px;
}

.menu2 {
	float: left;
	width: 480px;
	text-align: left;
	padding-top: 10px;
}

#footer a {
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}


#image-cel {
	display: none;
}

#image-desk {
	display: block;
}

#credit-fixo {
	position: fixed;
	right: 0;
	bottom: -10px;
	z-index: 9999999999999999999999999999999999999999;
}

#hide-pc {
	display: none
}

#hide-mob {
	display: block
}

@media (min-width: 700px) and (max-width: 1000px) {


	#back-esq {
		background: url(./img/BACK-ESQ-MOB.png) no-repeat top left;
		width: 160px;
	}


	#back-dir {
		background: url(./img/BACK-DIR-MOB.png) no-repeat bottom right;
		background-attachment: fixed;
	}

	#page {
		width: 83vw;
	}

	#sidebar {
		margin-right: 10%;
	}

}


@media (min-width: 300px) and (max-width: 700px) {

	#hide-mob {
		display: none
	}

	#hide-pc {
		display: block;
		margin-top: 80px;
		text-align: right;
		padding-right: 10%;
	}


	#back-esq {
		background: url(./img/BACK-ESQ-MOB.png) no-repeat top left;
		position: fixed;
		z-index: 9999999999999999999999999999999999;
		top: 0;
		height: 400px;
		width: 160px;
	}


	#back-dir {
		background: url(./img/BACK-DIR-MOB.png) no-repeat bottom right;
		background-attachment: bottom;
	}

	#hide-pc {
		display: block;
	}

	#hide-responsivo {
		display: none;
	}

	#credit-fixo {
		display: block;
	}

	#credit-fixo img {
		max-width: 24px;
		height: auto;
	}


	#page {
		width: 96%;
		padding: 2%;
		margin: 0;
		float: none;
		margin-top: 0px;
		flex-wrap: wrap;
	}

	#page img {
		max-width: 100%;
		height: auto;
	}


	#sidebar {
		width: 70%;
		padding: 1% 10%;
		margin: 0 5%;
		margin-bottom: 150px;
		margin-top: -30px;
	}


	#align {
		width: 98%;
		padding: 1%;
		margin: 0%;
		float: none;
	}


	#content {
		width: 80%;
		padding: 8%;
		margin: 2%;
		margin-top: -20px;
	}

	.post-entrada img {
		max-width: 100%;
		height: auto;
	}

	#titulo {
		width: 100%;
		text-align: center;
		font-size: 20px;
		padding: 0;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 35px;
	}

	#rodape-post {
		margin-bottom: 60px;
	}


	.comment {
		width: 88%;
		margin: 5%;
		padding: 1%;
	}

	.entry-comments {
		width: 78%;
		margin: 10%;
		padding: 1%;
		margin-bottom: 20px;
	}

	.comment-form {
		width: 86%;
		margin: 6%;
		padding: 1%;
		text-align: center;
	}

	.comment-form-esq {
		float: none;
		width: 100%;
	}

	.comment-form-dir {
		float: none;
		width: 100%;
	}

	.comment-form textarea,
	.comment-form input {
		width: 90%;
	}

	.comment-reply-link {
		margin-top: -70px;
		font-size: 12px;
		margin-right: 5px;
	}

	#date-post {
		text-align: center;
	}
}


@font-face {
	font-family: Silk Serif Light;
	src: url(//static.showit.co/file/ZrSlCaqlS7W8UlhYWj03vQ/62510/silktype_-_silkserif-light.woff)
}