

.blog-page{
  width: 1000px;
  margin: 0 auto;
  display: block;
}

.blog-posts{
  width: 712px;
  float: left;
  margin-bottom: 80px;
}

.blog-post{
  width: 100%;
  float: left;
  margin-top: 50px;
}

.blog-post .post-data{
  width: 100px;
    float: left;
    height: 100px;
    margin-right: 12px;
    background-color: #f7941d;
    color: white;
}

.blog-post .post-data span{
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'moon_flower_boldregular';
}


.blog-post .post-data span:nth-child(1){
  font-size: 40px;
  margin-top: 17px;
}

.blog-post .post-data span:nth-child(2){
  font-size: 28px;
}

.blog-post .post-dados{
    float: left;
    width: 600px;
}

.post-content .post-dados{
  width: 100%;

}

.blog-post img{
  width: 600px;
  height: 320px;
}

.blog-page .post-content img{
    width: 100%;
    height: auto;
    max-height: 372px;
}

.blog-post p{
  margin-top: 25px;
  font-family: 'Arial';
  color: #f7941d;
  font-size: 14px;
  line-height: 18px;
}

.blog-post .post-titulo{
  font-size: 22px;
  line-height: 25px;
}

.blog-post .post-descricao{
  color: #8e8e8e;
  text-align: justify;
}

.blog-post .leia-mais{
  margin-top: 25px;
  float: right;
  font-family: 'Arial';
  color: #f7941d;
  line-height: 20px;
  font-size: 15px;
}

.blog-post .leia-mais div{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7941d;
  float: right;
  margin-left: 15px;
}

.blog-filters{
  width: 200px;
  float: right;
  text-align: right;
  margin-top: 50px;
}

.blog-filters ul li{
  margin: 10px 0;
}

.blog-filters a{
  text-decoration: none;
  font-family: 'Arial';
  color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
}

.blog-filters h2{
  font-family: 'moon_flower_boldregular';
  color: #f7941d;
  font-size: 40px;
  border-bottom: 2px solid;
  line-height: 55px;
  margin-bottom: 15px;
}

.blog-filters .ultimos-posts{
  margin-top: 25px;
}

.post-content p {
  font-family: 'Arial';
  color: #f7941d;
  font-size: 14px;
}

.post-content .post-descricao{
  margin-top: 15px;
}

.post-content .post-descricao p{
  color: #8e8e8e!important;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: lighter;
  line-height: 18px;
  text-align: justify;
}

.post-content p:nth-child(1){
  margin-top: 25px;
}

.compartilhar{
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 50px 0px;
}

.compartilhar p{
  float: left;
  line-height: 20px;
  font-family: 'Arial';
  color: #8e8e8e;
  font-size: 14px;
}

.social-share{
  margin-left: 15px;
}

.social-share li{
  display: inline;
  float: left;
  margin-left: 15px;
}

.social-share img{
  width: 20px;
  vertical-align: middle;
}

.fb-comments{
  margin: 50px 0;
}

.nav{
  margin-top: 50px;
  border-top: 1px solid #d2d2d2;
  padding-top: 25px;
}

.nav .prev-post a{
  line-height: 20px;
  float: left;
  color: #f7941d;
  font-family: 'Arial';
  font-size: 15px;
  cursor: pointer;
}

.nav .next-post a{
  line-height: 20px;
  float: right;
  color: #f7941d;
  font-family: 'Arial';
  font-size: 15px;
  cursor: pointer;
}

.arrow-right{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7941d;
  float: right;
  margin-left: 15px;
}

.arrow-left{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f7941d;
  float: left;
  margin-right: 15px;
}

.buscar-posts{
  margin-bottom: 25px;
  float: right;
}

.buscar-posts .formBusca{
  margin-right: 20px;
}

.paginator{
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
  margin-top: 75px;
}

.paginator ul{
    display: table;
    margin: 0 auto;
}

.paginator ul li{
  display: block;
  float: left;
}

.paginator ul li a{
  padding: 5px 10px;
  color: #a0a0a0;
  font-size: 14px;
}

.paginator ul .current-page a{
  color: #f7941d;
}

.bx-wrapper img {
  height: 300px;
}

.mobile-only{
  display: none;
}



@media screen and (max-width: 640px) {

    nav{
      position: relative;
      z-index: 50000;
      background: #fff;
    }
    
    body{
      width: 100%;
    }

    .blog-page{
      position: relative;
      display: table;
    }

    .blog-post{
      margin-top: 75px;
    }
    
    .blog-page, .blog-post .post-dados{
      width: 100%;
    }
    
    .blog-filters{
      width: 90%;
      position: absolute;
      top: 20px;
      display: block;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    
    .filtro-categorias{
      position: relative;
      text-align: left;
    }

    .mobile-only{
      display: block;
    }

    #nav-toggle {
      cursor: pointer;
      padding: 2px 35px 4px 0px;
      margin-bottom: -20px;
      display: block;
      clear: both;
      position: absolute;
    }
    
    #nav-toggle h2{
      font-size: 30px;
      float: left;
      line-height: 100%;
      border-bottom: 0px;
      margin-bottom: 0px;
    }

    .tcon {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px;
      transition: 0.3s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 40px;
      background: transparent;
      outline: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-tap-highlight-color: transparent; }
      .tcon > * {
        display: block; }
      .tcon:hover, .tcon:focus {
        outline: none; }
      .tcon::-moz-focus-inner {
        border: 0; }

    .tcon-remove {
      height: 40px;
      position: relative;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      width: 30px;
      float: left;
      margin-left: 5px;
      }
      .tcon-remove::before, .tcon-remove::after {
        content: "";
        display: block;
        height: 13%;
        width: 85%;
        position: absolute;
        top: 20%;
        left: 20%;
        transition: 0.3s;
        background: #f7941d;
        }
      .tcon-remove::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .tcon-remove::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    .tcon-remove--chevron-down.tcon-transform::before {
      left: 5%;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      width: 59%; }

    .tcon-remove--chevron-down.tcon-transform::after {
      left: auto;
      right: 10%;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      width: 60%; }

    .tcon-visuallyhidden {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto; }

  
    .filtro-categorias ul, .filtro-categorias h2{
      background: #fff;
      display: none;
    }
    
    .filtro-categorias ul{
      padding: 0px 0px 10px;
      width: 100%;
      position: absolute;
      top: 50px;
    }

    .filtro-categorias h2{
      margin-bottom: 0px;
    }

    .blog-filters .ultimos-posts{
      display: none;
    }

    .blog-post .post-dados{
      width: 90%;
      margin: 0 auto;
      display: block;
      float: none;
    }

    .blog-posts{
      width: 100%;
      padding: 0px;
    }
    
    .compartilhar{
      width: 95%;
      padding: 10px;
    }

    .blog-post .post-data{
        width: 70px;
        height: 70px;
        position: absolute;
        left: 5%;
    }

    .blog-post .post-data span:nth-child(1){
      font-size: 30px;
      margin-top: 10px;
    }

    .blog-post .post-data span:nth-child(2){
      font-size: 22px;
    }

    .blog-post img{    
      width: 100%;
      height: auto;
      display: block;
    }

    .nav{
      padding: 25px 10px;
    }

    .bx-viewport{
      height: 190px!important;
    }
    
    .l-banner{
      margin: 0 0 20px 0;
      top: 70px;
    }
    .bx-wrapper img {
      height: auto;
      max-width: 260%!important;
    }

    .text-content p{    
      margin: 0px 0px 20px; 
    }

    .post-descricao h2{
     margin: 0px 0px 20px 0px!important;
    }
}