.page.post-password-required{
     padding: 25px 0 ;

}

@media screen and (min-width: 768px) {
     .page.post-password-required{
          padding: 156px 0 75px;
     }
}
@media screen and (min-width: 768px) {
     .facetwp-template[data-name="blog_output"] .post-wrapper{
         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;
         margin: 0 -15px;
     }
     .facetwp-template[data-name="blog_output"] article{
          width: 33%;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-align-self: auto;
          -ms-flex-item-align: auto;
          align-self: auto;
          padding: 0 15px;
     }
     .et_pb_module.et_pb_code .blog-filter{
          width: 23%;
          display: inline-block;
     }
     .et_pb_module.et_pb_code .blog-filter:not(:last-child){
          margin-right: 10px;
     }

}
.et_pb_module.et_pb_code .blog-filter{
     margin-bottom: 10px;
}
.et_pb_module.et_pb_code .blog-filter h3{
     font-size: 16px;
}

.et_pb_module.et_pb_code .blog-filter select{
          width: 100%;
}
.page-id-113 .facetwp-facet{
     margin-bottom: 0;
}

.single-post .hasLeftAndRightContent #left-area{
     width: 65%;
     float: left;
}
.single-post .hasLeftAndRightContent #right-area{
     width: 32.5%;
     float: left;
     margin-left: 2.5%;
}
.single-post .hasLeftAndRightContent #left-area .post-links{
     margin-top: 35px;
}
.single-post .hasLeftAndRightContent #left-area .post-links .prev-link{
     width: 49.5%;
     display: inline-block;
text-align: left;
}
.single-post .hasLeftAndRightContent #left-area .post-links .next-link{
     width: 49.5%;
     display: inline-block;
text-align: right;
}

.single-post .hasLeftAndRightContent #comment-wrap{
     margin-top: 0px;
}

.single-post.single .sd-social-icon .sd-content ul li[class*=share-] a.sd-button{
     background-color: #5a2a82 !important;
     color: #fff !important;
}
.single-post.single .sd-social-icon .sd-content ul li a.sd-button{
     color: #5a2a82 !important;
     border-color: #5a2a82 !important;
}

.single-post .comment-body{
    padding: 0 150px 0 100px;
}

.orbit.page-id-113 .post-wrapper article h2.entry-title{
   font-size: 24px !important;
}
.single-post .et_post_meta_wrapper img:not(.avatar) {
    max-width: 615px;
    height: auto;
    display: block;
    border-radius: 0 30px 0 30px;
    box-shadow: 0 0 10px 2px #00000036;
}
.author-meta-wrapper{
  line-height: 30px;
}
.author-meta-wrapper .title{
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
.author-meta-wrapper .avatar img{
  height: 30px;
  width: auto;
  margin-right: 2.5px;
}
.author-meta-wrapper .author, .author-meta-wrapper .editor{
  vertical-align: top;
}
.author-meta-wrapper .editor{
  margin: 0 0 0 15px;
}
#subscribe-submit button {
    background: #61a60e;
    border: none;
    display: inline-block;
    color: #fff !important;
    font-size: 17px;
    line-height: 1.47059;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "proxima-nova", Georgia, sans-serif;
    font-weight: 600;
    padding: 11px 30px 8px;
}
#subscribe-submit button:hover {
  cursor:pointer;
  background: #6fbe10;
}
p#subscribe-email {
    display: block;
    width: 100%;
}