:root{
    --banner:41vw;
}
.wp-block-cover{
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover .wp-block-cover__image-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    object-position: 50% 50%;
}
.col-content{
    overflow-wrap: break-word;
}
section .container .back_left{
    width: 32px !important;
    position:relative;
    
}
.single-post-section table tr td{
    padding:10px;
    border:1px solid var(--green);
}
.wp-caption-text{
    text-align: center;
}

.single-post-section .col-content p.author-name{
    
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color:var(--orange);
}

.single-post-section h2{
    font-size: 24px;
    line-height: 29px;
    color:var(--green)
}
.single-post-section .col-content p{
    color:var(--second-gray-100);
}

.title-sidebar{
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}
.list-socmed{
    display: flex;
    padding: 0;
}
.list-socmed img{
    width: 24px;
}

.list-socmed li{
    list-style: none;
    padding-right: 25px;
}

.img-related-post{
   
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 4px;

}

.col-sidebar .wp-block-cover{
  
    min-height: 156px;
    margin-bottom:20px;
    align-items: flex-start;
    padding: 0em;
    
}
.related-title{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    padding:24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.overlay{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    border-radius: 4px;

}

.read-more p{
    padding:0;
    margin:0;
    text-align: right;
}
.read-more img{
    width:24px;
    margin-left: 10px;
}

#stickyDiv {
    height: 800px;
    position: sticky;
    top: 32px;
    max-width: 323px;
}
.banner-wrap{
    display:flex;
    flex-wrap:nowrap;
}
.banner-item{
    flex:100% 0 0;
    min-height:var(--banner);
    display:block;
}
.banner-holder {
    max-width: 100%;
    overflow: hidden;
}
.overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0.4;
    background:#000000;
}
.tip{
    display: none;
}
.tip.show{
    display: block;
    position: absolute;
    color:var(--green);
    top: 10px;
    /* left: 150px; */
    margin-left: -26px;
    background-color: var(--white);
    padding: 6px 10px;
    font-size: 15px;
    box-shadow: 0px 0px 4px rgb(189 183 183);
}
.banner-wrap .button{
    border-radius: 4px;
    padding: 20px 24px;
}
.single-post p{
    scroll-margin-top: 80px; 
}
@media(max-width:767px){
    .single-post-section figure img,
    .single-post-section figure{
        width: 100% !important;
    }
}
@media(max-width:992px){
    #stickyDiv {
        max-width: 100vw !important;
    }
}
.banner-back {
    padding-bottom: 12px !important;
  }
  .banner-title {
    padding-bottom: 24px !important;
  }
  .list-socmed {
    margin-bottom: 48px !important;
  }

  .col-content figure {
    max-width: 100% !important;
  }

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

  .col-content p img {
    width: 100% !important;
    height: auto;
  }

  @media(max-width:991px){
    .reletad-wrap{
        display:flex;
        flex-wrap:wrap;
        margin-left:-8px;
        margin-right:-8px;
    }

    .reletad-wrap > *{
        flex:0 0 33.33%;
        padding:0 8px;
        margin-bottom:16px;
    }
    .reletad-wrap > * > div{
        height:100%;
    }
    .reletad-wrap > * > div > div{
        height:100%;
    }

    .reletad-wrap > * > div > div > div{
        height:100%;
    }

    #stickyDiv{
        height:auto;
    }

  }

  @media(max-width:767px){
    .reletad-wrap > *{
        flex:0 0 100%;
    }
    .col-sidebar{
        margin-top: 24px;
    }
    .padding-section-80 {
        padding: 40px 0px;
    }
  }

