/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2020 | 08:39:21 */
 .single-post #page-content{ flex-wrap: nowrap;
    display: flex;
    flex-direction: column;}
 .single-post header.header {
    order: 1;
}
div#custom_html-5 {
    text-align: center;
	display:none;
}
.sidebar-blog div#custom_html-5 {
    display: block;
}

 .single-post .container {
    order: 3;
}

 .single-post .blog-add {
    order: 2;
}
 .single-post div#page-body {
    order: 4;
}
 .single-post .footer {
    order: 5;
}


.blog .info-top {
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-add {
    background-color: #f4f4f4;
    padding-bottom: 1.1875rem;
    padding-top: 1.1875rem;
    margin-bottom: 15px;
    min-height: 5.625rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.blog-add h2.widgettitle {
    display: none;
}
.cussingle-blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    box-sizing: border-box;
}
.cussingle-blog .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.cussingle-blog .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 15px;
}
.blog.single {
    padding-top: 40px;
}
.sticky-top {
    position: sticky;
    top: 2px;
}
.sidebar-blog {
    position: sticky;
    top: 40px;
}
.newsletter-icon {
    width: auto;
    position: fixed;
    left: 30px;
    bottom: 100px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsletter-icon img {
    width: 50px;
    cursor: pointer;
}
.modal-open {
    overflow: hidden;
  	padding-right: 17px;
}
.left-sidebar  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  	background-color: rgba(0,0,0,.6);
}
.modal-open .left-sidebar .modal {
    overflow-x: hidden;
    overflow-y: auto;
  	display: block;
}
.left-sidebar  .modal {
    z-index: 1072;
}
.left-sidebar .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.left-sidebar .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.left-sidebar .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.left-sidebar .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.left-sidebar .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.left-sidebar .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.left-sidebar button.close {
    background: transparent;
    padding: 0;
    width: 70px;
    margin-left: auto;
    display: table;
}
.modal-body h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.modal-body h3 span {
    font-size: 18px;
}
form.tnp-form input.tnp-email, form.tnp-form input.tnp-submit {
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
    border: none;
    font-size: 16px;
    letter-spacing: .3px;
}
form.tnp-form input.tnp-submit {
    background-color: #000;
}
form.tnp-form input.tnp-email {
    background-color: #f1f1f1;
}
.left-sidebar .modal-dialog .modal-body {
    max-width: 500px;
    margin: 0 auto;
  	padding-bottom: 5em;
}
.sidebar-blog .textwidget.custom-html-widget img {
    margin: 0 auto;
    display: table;
}
.cussingle-blog .info-top {
    margin-top: 0px;
}
.modal-open .hero .overlay {
    z-index: 0;
}
@media (min-width: 992px){
  .newsletter-icon {
    position: unset;
    text-align: right;
  }
  .left-sidebar {
    position: sticky;
    top: 35px;
  }
}
@media (min-width: 576px){
  .left-sidebar .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
  }
  .left-sidebar .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
  }
}
@media screen and (max-width: 991px){
  .cussingle-blog .col-md-6, .cussingle-blog .col-md-3{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-blog {
    padding-top: 30px;
  }
  .newsletter-icon{
  	opacity: 0;
  	visibility: hidden;
    pointer-events: none;
    transform: translateY(50px);
    transition: all .3s ease;
  }
  .showicon {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0px);
  }
}
@media (max-width: 800px){
  .newsletter-icon {
    bottom: 107px;
    left: 46px;
  }
  .header .header-options {
    bottom: 110px;
    right: 35px;
  }	
  body:not(.iconbottom) .header .header-options {
    bottom: 60px;
  }
  body:not(.iconbottom) .newsletter-icon  {
    bottom: 57px;
  }
  div#custom_html-5 {
    display: block;
  }
  .sidebar-blog div#custom_html-5{
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  .newsletter-icon {
    left: 47px;
  }
  .header .header-options {
    right: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .hero .bottom-bar {
    padding: 50px 20px 20px 50px;
  }
  .newsletter-icon {
    left: 22px;
  }
  .header .header-options {
    right: 10px;
  }
.gallery .entry .entry-thumb:not(:last-child) {
    margin-bottom: 0px;
}
  .entry.blog-entry.reveal.reveal-in {
    padding-bottom: 15px !important;
}
  .logo a {
    word-break: break-word !Important;
       margin-bottom: 26px !important;
}
  .header .nav {
 
    top: 13px;
    position: relative;
}
  .header-inner .header-search {
 
    margin-right: 30px;
}
  
  .header .nav .menu-filters {
    margin-right: 30px;
}
  
  .header .header-inner {
    padding: 30px 0;
    margin-bottom: 30px;
}
  .logo {
    width: 50%;
    float: left;
}
  .hero {
    height: calc(50vh - 90px ) !important;
}
}