/*

Theme Name: Ellendo
Theme URI: ivory-echidna-972117.hostingersite.com
Description: Wordpress theme made by Delanda to Ellendo. January 2018. 
Author: Delanda Barbosa
Author URI: https://delandabarbosa.com

*/

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8125rem;
  color: #7d7d7d;
}

a:link, a:visited, a:active {
  color: #de9f8d;
  text-decoration: none;
  -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}

a:hover {
  color: #000;
  text-decoration: none;
}

b, strong {
  color: #292929;
}

i, em {
  font-family: playfair display;
}

u {
  border-bottom: 1px solid;
  padding-bottom: 1px; 
  text-decoration:none;
}

*:focus {
  outline: 0;
}

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

img.alignright {
  float: right;
  margin: 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 30px 0px;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

blockquote:before {
  content: '“';
  color: #faf1ed;
  font-size: 150px;
  font-family: overpass;
  line-height: 150px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

blockquote:after {
  content: '”';
  font-size: 9.375rem;
  color: #faf1ed;
  line-height: 0px;
  font-family: overpass;
  bottom: -10px;
  right: 0;
  z-index: -1;
  position: absolute;
}

cite {
  font-family: playfair display;
  color: #000;
  font-size: 0.875rem;
}

cite:before {
  content: "― ";
  margin-right: 0;
}

input, textarea {
  background-color: #faf1ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 20px 12px;
  font-family: overpass;
  font-weight: bold;
  color: #7d7d7d;
  letter-spacing: 1px;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.2;
}

button, input.wpcf7-form-control.wpcf7-submit, input.commentsubmit {
  background-color: #de9f8d;
  font-size: 0.6875rem;
  width: auto;
  cursor: pointer;
  border: none;
  margin: 5px 0;
  padding: 10px 20px;
  font-family: "Overpass";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
}

button:hover, input.wpcf7-form-control.wpcf7-submit:hover, input.commentsubmit:hover {
  color: #000;
}

.topbutton  {
  padding: 0 5px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 25px;
  text-align: center;
  display: none;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.273;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  width: 90px;
  height: 32px;
  background-image: url('img/btn.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 }

 a.topbutton {
  color: #7d7c7c;
 }

a.topbutton:hover {
  color: #000;
}

#header {
  width: 100%;
  margin-top: 8px;
  background-image: url('img/header.png');
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: center top;
}

nav {
  width: 100%;
  margin-top: 22px;
  font-size: 0.6875rem;
  font-family: "Overpass";
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  float: left;
  text-align: center;
  border-bottom: 1px solid #f3f1f0;
  padding-bottom: 14px;
}

nav ul {
  list-style: none;
  margin: 0 auto 0;
  padding: 0;
  max-width: 1000px;
}

nav ul li {
  margin-left: 50px;
  display: inline;
}
nav ul li:first-child {
  margin-left: 0px;
}

nav ul li a {
  color: 000!important;
}

nav ul li a:hover, nav ul > li.active a {
  color: #de9f8d!important;
}

.menu-trigger {
  display: none;
}

.toggle {
  cursor: pointer;
  height: 34px;
  float: left;
  margin-left: 20px;
  position: relative;
  z-index: 10;
}

.toggle span {
  display: block;
  background-color: #000;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: .25s margin .25s, .25s transform;
  -ms-transform: .25s margin .25s, .25s transform;
  transition: .25s margin .25s, .25s transform;
}

.toggle span:nth-child(1) {
  margin-bottom: 4px;
}

.toggle span:nth-child(3) {
  margin-top: 4px;
}

.toggle.active span {
  -webkit-transition: .25s margin, .25s transform .25s;
  -ms-transform: .25s margin, .25s transform .25s;
  transition: .25s margin, .25s transform .25s;
}

.toggle.active span:nth-child(1) {
  margin-top: 8px;
  margin-bottom: -2px;
}

.toggle.active span:nth-child(1),
.toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.active span:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pesquisad {
  color: transparent;
  font-family: "Font Awesome 5 Free";
}

.pesquisa {
  width: 694px;
  text-align: right;
  margin-top: -22px!important;
  margin: 0 auto;
  overflow: hidden;
}

.searchbox{
  position:relative;
  min-width: 20px;
  width:0%;
  height: 30px;
  text-align: right;
  float: right;
  overflow:hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin-bottom: 0;
}

.searchbox-input{
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 0 0 20px;
  color: #7d7d7d;
}

.searchbox-input::-webkit-input-placeholder {
  color: transparent;
}

.searchbox-input:-moz-placeholder {
  color: transparent;
}

.searchbox-input::-moz-placeholder {
  color: transparent;
}

.searchbox-input:-ms-input-placeholder {
  color: transparent;
}

.searchbox-open .searchbox-input::-webkit-input-placeholder {
  color: #7d7d7d;
}

.searchbox-open .searchbox-input:-moz-placeholder {
  color: #7d7d7d;
}

.searchbox-open .searchbox-input::-moz-placeholder {
  color: #7d7d7d;
}

.searchbox-open .searchbox-input:-ms-input-placeholder {
  color: #7d7d7d;
}

.searchbox-icon, .searchbox-submit {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 3px;
  font-size: 11px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #de9f8d;
  font-family: "Font Awesome 5 Free";
  background-color: transparent;
}

.searchbox-icon:hover, .searchbox-submit:hover {
  color: #000;
}

.searchbox-open {
  width:100%;
  z-index: 1000;
  background-color: #faf1ed;
}

.ltrng {
  width: 390px;
  margin: -10px auto 0 auto;
}

.ltrng img:hover {
  opacity: 0.5;
}

#container {
  width: 1170px;
  position: relative;
  margin: 0 auto;
}

#coluna {
  width: 825px;
  float: left;
  margin-top: 78px;
}

#destaques {
  width: 825px;
  float: left;
  position: relative;
  border-bottom: 1px solid #f3f1f0;
  min-height: 240px;
}

.flor1 {
  width: 130px;
  height: 195px;
  background-image: url('img/flor1.png');
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -66px;
  left: -48px;
  z-index: 10;
}

.flor2 {
  width: 140px;
  height: 126px;
  background-image: url('img/flor2.png');
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 80px;
  right: -33px;
  z-index: 10;
}

.slide {
  width: 825px;
  position: relative;
  float: left;
}

.des {
  width: 280px;
  float: left;
  height: 195px;
  margin-left: 20px;
  position: relative;
}

.des:first-child {
  margin-left: 0;
}

.destaque {
  width: 250px;
  height: 170px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.destaque::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2c2f30;
  opacity: 0.25;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 3;
}

.destaque::after {
  width: 100%;
  height: 100%;
  top: 26px;
  left: 15px;
  position: absolute;
  content: "";
  z-index: -11;
  background-color: #faf1ed;
}

.destaque:hover::before {
  opacity: 0.6;
}

.destaque:first-child {
  margin-left: 0;
}

.destaque a {
  color: #fff;
}

.destaque:hover .destti a {
  color: #de9f8d;
}

.desinfo {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  z-index: 4;
}

.catdes, .desdata {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: overpass;
  font-size: 0.625rem;
}

.desdata .comments-link {
  margin-left: 7px;
}

.destti {
  font-family: Butler;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin: 14px auto;
  line-height: 1.286;
}

.linkoc {
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.postind {
  width: 100%;
  float: left;
  margin: 68px 0 0;
  padding-bottom: 68px;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}

.pstimg {
  width: 370px;
  height: 430px;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;  
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.pstimg a {
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pstimg:hover {
  opacity: 0.6;
}

.postsinf {
  position: relative;
  width: 425px;
  float: right;
  min-height: 430px;
}

.postsinf h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: overpass;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0 0 0;
  padding: 0;
}

.postsinf h1 {
  font-size: 1.75rem;
  font-family: "Butler";
  line-height: 1.286;
  text-align: left;
  letter-spacing: 1px;
  font-weight: normal;
}

.postsinf h1 a {
  color: #000;
}

.postsinf h1 a:hover {
  color: #de9f8d;
}

.excp {
  line-height: 2.154;
  text-align: justify;
}

.pgeralf {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  line-height: 1.2;
}

.infindex, .imais {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6875rem;
  font-family: overpass;
  letter-spacing: 1px;
  color: #b9b9b9;
}

.infindex span, .imais span {
  text-transform: lowercase;
  font-style: italic;
}

.infindex a, .imais a {
  font-weight: bold;
}

.infindex a.comments-link, .imais a.comments-link {
  color: #b9b9b9;
  margin-left: 10px;
}

.infindex a.comments-link:hover, .imais  a.comments-link:hover{
  color: #7d7d7d;
}

.shareind, .share {
  font-family: overpass;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #c9c9c9;
  font-size: 0.6875rem;
}

.slef {
  float: left;
  display: inline;
}

.srig {
  float: right;
  display: inline;
  font-size: 0.8125rem;
}

.shareind a, .share a {
  margin-left: 25px;
  color: #000;
}

.shareind a:hover, .share a:hover {
  color: #de9f8d;
}

#sidebar {
  float: right;
  width: 290px;
  margin-top: -70px;
}

.imgbio {
  width: 100%;
  background-image: url(https://ivory-echidna-972117.hostingersite.com/wp-content/themes/ellendo/img/biobg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.bimgcima {
  position: relative;
  z-index: 2;
}

.imgbio .image {
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  width: 77%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.perfill {
  line-height: 2.154;
  margin-bottom: 25px;
  text-align: justify;
}

.sdsm {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1rem;
}

.sdsm a {
  margin-left: 30px;
}

.sdpm {
  margin-left: 0!important;
}

.sdbt {
  text-transform: uppercase;
  font-family: overpass;
  color: #000;
  letter-spacing: 2px;
  font-size: 0.6875rem;
  line-height: 1.2;
  margin: 75px 0 25px 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

.categoriasidebar {
  font-size: 0.6875rem;
  list-style: none;
  background-color: #faf1ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.727;
  text-align: center;
  letter-spacing: 2px;
  font-family: overpass;
  margin: 0; 
}

.categoriasidebar li {
  width: auto;
  display: inline-block;
}

.categoriasidebar li:after {
  content: " / ";
  color: #b9b9b9; 
}

.categoriasidebar li:last-child:after {
  display: none;
}

.popost {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popost {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

.popost li {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.toppimg {
  width: 90px;
  height: 90px; 
  float: left;
  margin: 0 14px 0 0;  
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.toppimg:hover {
  opacity: 0.7;
}

.popost h5{
  font-size: 0.625rem;
  font-family: "Overpass";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding: 0;
}

.popost h4 {
  font-family: butler;
  line-height: 1.333;
  text-align: left;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  margin: 4px 0 10px;
  padding: 0;
}

.popost h4 a {
  color: #000;
}

.popost h4 a:hover {
  color: #de9f8d;
}

.pptmp a {
  color: #c9c9c9;
}

.pptmp a:hover {
  color: #666565;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 30px;
  font-size:  0.75rem;
  font-family: overpass;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wp-pagenavi a {
  margin-left: 25px;
  color: #000;
}

.wp-pagenavi span.current {
  color: #b9b9b9;
  margin-left: 25px;
}

.wp-pagenavi a:hover {
  color: #de9f8d;
}

#footer {
  margin-top: 125px;
  width: 100%;
  float: left;
  background-image: url('img/bgfooter.png');
  background-repeat: repeat-x;
  background-position: bottom center; 
}

.cpcr {
  width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.6875rem;
  font-family: "Overpass";
  color: #a4a3a3;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.273;
  letter-spacing: 1px;
}

.cpcr img {
  width: 208px;
}

.cpcr img:hover {
  opacity: 0.6;
}

.l1 {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
}

.l2 {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.l2 a {
  color: #000;
}

.l2 a:hover {
  color: #de9f8d;
}

.l3 {
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
}

.l3 a {
  margin-left: 50px;
}

.fpm {
  margin-left: 0!important;
}

.postagem {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 4px;
}

.flrpst {
  width: 130px;
  height: 195px;
  background-image: url('img/flor1.png');
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: -45px;
  left: -60px;
  z-index: 0;
}

.info {
  position: relative;
  width: calc(100% - 15px);
  margin-left: 15px;
  float: left;
  z-index: 2;
}

.catpst {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: overpass;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: auto;
}

.tpost {
  font-size: 2rem;
  font-family: "Butler";
  line-height: 1.25;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 25px 0 35px; 
  padding: 0;
  color: #000;
}

.pstgm {
  margin-top: 50px;
  line-height: 2.154;
  text-align: justify;
  float: left;
}

.pstgm i, .pstgm em {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

.share {
  text-align: right;
  width: 100%;
  float: right;
}

.share .slef {
  float: none;
  font-weight: bold;
}

a.ffpst {
  margin-left: 10px!important;
}

.share a {
  margin-left: 22px;
}

.tags {
  width: 100%;
  text-align: center;
  float: left;
}

.tags h4 {
  font-family: overpass;
  text-transform: uppercase;
  color: #c9c9c9;
  font-weight: bold;
  letter-spacing: 1px;
  font-size:  0.75rem;
  line-height: 1.2;
  padding: 0;
  margin: 30px 0 25px;
}

.tags a {
  font-family: overpass;
  text-transform: uppercase;
  color: #7d7d7d;
  font-weight: bold;
  letter-spacing: 1px;
  font-size:  0.625rem;
  line-height: 1.2;
  margin-left: 20px;
}

.tags a:hover {
  color: #000;
}

.tg a:first-child {
  margin-left: 0;
}

.tags a:before {
  content: "#";
}

.autor {
  width: 100%;
  float: left;
  text-align: center;
  border-top: 1px solid #faf1ed;
  border-bottom: 1px solid #faf1ed;
  margin: 35px 0;
  padding: 30px 0;
}

.autor img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.nome {
  font-family: butler;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  margin: 12px 0 10px;
  width: 100%;
  float: left;
}

.nome a {
  color: #000;
}

.nome a:hover {
  color: #e4a290;
}

.bio {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 2.154;
  margin-bottom: 15px;
}

.asm {
  font-size: 1rem;
  width: 100%;
  float: left;
}

.asm a {
  margin-left: 24px;
}

.asm a.sdpm {
  margin-left: 0;
}

.pstrlct {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-family: "Overpass";
  font-size: 0.75rem;
  color: #c9c9c9;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 45px 0;
}

.postsrelacionados {
  width: 100%;
  float: left;
  min-height: 200px;
}

.postsrelacionados ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.postsrelacionados ul li {
  float: left;
  width: 250px;
  height: 170px;
  margin-left: 37px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.postsrelacionados ul li:first-child {
  margin-left: 0;
}

.postsrelacionados ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2c2f30;
  opacity: 0.25;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 3;
}

.postsrelacionados ul li::after {
  width: 100%;
  height: 100%;
  top: 26px;
  left: 15px;
  position: absolute;
  content: "";
  z-index: -11;
  background-color: #faf1ed;
}

.pstrlinfo {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  z-index: 4;
}

.pstrlinfo a {
  color: #fff;
}

.postsrelacionados ul li:hover::before {
  opacity: 0.6;
}

.postsrelacionados ul li:hover .destti a {
  color: #de9f8d;
}

#comments {
  width: 100%;
  float: left;
  background-color: #faf1ed;
  margin-top: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 40px;
  list-style: none;
  margin-bottom: 25px;
}

.commentcc, .deixarc {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  font-family: "Overpass";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.75rem; 
  letter-spacing: 1px;
}

.deixarc {
  text-align: left;
  margin-bottom: 30px;
  border-top: 1px solid #faf1ed;
  margin-top: -1px;
  position: relative;
  padding-top: 60px;
}

#comments .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 15px;
}

.cautor {
  font-family: butler;
  font-weight: 500;
  color: #000;
  line-height: 1.333;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

.cautor a {
  color: #000;
}

.cautor a:hover {
  color: #de9f8d;
}

.cdata {
  margin-top: 10px;
  font-size: 0.625rem;
  font-family: "Overpass";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
}

.comentario {
  width: 100%;
  float: left;
  line-height: 2.154;
  text-align: justify;
  color: #666565;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1d8d5;
}

a.comment-reply-link, a.comment-edit-link {
  font-family: overpass;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
}

a.comment-reply-link:before {
  margin-right: 3px;
  content: "\f3e5";
  font-family: "Font Awesome 5 Free";
}

a.comment-edit-link:before {
  margin-left: 15px;
  margin-right: 3px;
  content: "\f303";
  font-family: "Font Awesome 5 Free";
}

.comment-body, #comments li {
  width: 100%;
  float: left;
}

.comment-body {
  margin-top: 30px;
}

#comments .children {
  list-style: none;
}

#comments input#author, 
#comments input#email, 
#comments input#url {
  width: calc(100% /3 );
  margin-top: -1px;
  float: left;
}

#comments input#email, 
#comments input#url {
  border-left: #faf1ed;
}

#comments textarea#comment {
  min-height: 160px;
}

.pgn {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.resultadop { 
  width: 100%;
  float: left;
  margin: 60px 0 0;
  font-size: 2rem;
  font-family: "Butler";
  line-height: 1.25;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  color: #000;
}

.nencontrado {
  margin-top: -20px;
  text-align: left;
}

.elltit {
  float: left;
  margin-right: 5px;
}

@media screen and (max-width: 1300px) {
  .flrpst {
    left: -30px;
  }

  .info, .nencontrado {
    width: calc(100% - 40px);
    margin-left: 40px;
  }

}

@media screen and (max-width: 1220px) {
  #header {
    height: 265px;
    background-size: cover; 
    min-height: 0;
  }

  #container {
    width: 90%;
  }

  #coluna {
    width: calc(100% - 320px);
  }

  #destaques, .slide, .cpcr {
    width: 100%;
  }

  .des {
    width: 50%;
    margin-left: 0;
    height: 230px;
  }

  .destaque {
    width: calc(100% - 20px);
    height: 210px;
  }

  .pstimg {
    width: 44%;
  }

  .postsinf {
    width: calc(56% - 30px);
  } 

  .srig a:first-child{
    margin-left: 0;
  } 

  #sidebar {
    width: 270px;
  }
}

@media screen and (max-width: 1023px) {
  #header {
    height: 250px;
  }

   #container {
    width: 95%;
  }

  .flor1 {
    left: -10px;
  }

  .flor2 {
    right: 0;
  }

  .slide {
    width: calc(100% - 40px);
    margin-left: 40px;
  }

  #coluna, #sidebar {
    width: 100%;
  }

  .flrpst {
    left: 0;
  }

  .info {
    width: calc(100% - 80px);
    margin-left: 80px;
  }

  .nencontrado {;
    width: calc(100% - 80px);
    margin-left: 80px;
  }

  #sidebar {
    margin-top: 70px;
  }
}

@media screen and (max-width: 920px) {
  .ltrng {
    margin: 0 auto;
  }

  .pstimg {
    width: 48%;
  }

  .postsinf {
    width: calc(52% - 20px);
  }
}

@media screen and (max-width: 920px) {
  #header {
    height: 200px;
  }
}

@media screen and (max-width: 800px) {
  .info {
    width: calc(100% - 65px);
    margin-left: 65px;
  }
}

@media screen and (max-width: 867px) {
  .postsrelacionados ul li {
    width: calc(50% - 25px);
    margin-left: 30px;
  }
  
  .postsrelacionados ul li:last-child {
    display: none;
  }

}

@media screen and (max-width: 700px) {
  #header {
    height: 180px;
    margin-top: 0;
  }

  .ltrng {
    margin: 15px auto 0;
  }

  .menu-trigger {
    display: block;
  }

  nav {
    padding-bottom: 0;
    border-bottom: 0;
  }

  nav > ul {
    width: 100%;
    display: none;
    padding-top: 35px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  nav ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .pesquisa {
    width: calc(100% - 80px);
    text-align: right;
    margin: -10px 20px 0px 0!important;
    overflow: hidden;
    float: right;
    position: absolute;
    right: 0;
  }

  .searchbox-icon, .searchbox-submit {
    font-size: 1rem;
    top: 4px;
  }

  .ltrng {
    width: 380px;
  }

  .postind {
    padding-bottom: 25px;
  }

  .pstimg {
    width: 100%;
  }

  .postsinf {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 1px;
    margin-top: 15px;
  }

  .pgeralf {
    position: relative;
    margin-top: 20px;
  }

  .flrpst {
    left: -10px;
  }

  .info {
    width: calc(100% - 30px);
    margin-left: 30px;
  }

  .nencontrado {
    width: calc(100% - 65px);
    margin-left: 65px;
  }
}

@media screen and (max-width: 600px) {
  #header {
    height: 160px;
  }

  .ltrng {
    width: 350px;
  }

  .flor1 {
    top: -50px;
  }

  .des {
    width: 100%;
  }

  .slide {
    width: calc(100% - 25px);
    margin-left: 25px;
  }

  .des {
    height: 300px;
  }

  .destaque {
    height: 270px;
  }

  .postsrelacionados ul li {
    width: calc(100% - 15px);
    margin-left: 0;
    margin-bottom: 60px;
    height: 280px;
  }

  .postsrelacionados ul li:last-child {
    display: block;
    margin-bottom: 0;
  }

  .nencontrado {
    width: calc(100% - 55px);
    margin-left: 55px;
  }

}

@media screen and (max-width: 400px) {
  .ltrng {
    width: 320px;
  }
  .pstimg {
    height: 360px;
  }

  .imais {
    margin-left: -30px;
  }

  .postsrelacionados ul li {
    height: 200px;
  }
}

p.first-child {
	margin: 0;
}

span.cap {
font-size: 60px;
font-family: playfair display;
color: #fae0d5;
font-style: italic;
text-transform: uppercase;
margin-right: 8px;
float: left;
padding: 0em 0.05em 0.15em 0;
line-height: 0;
font-weight: 900;
}

.wpsdc-drop-cap {
	margin-right: 0;
}

blockquote .cap {
	margin-left: 35px;
  margin-right: -10px;
}