.single-post #wrap_all{
    position: relative;
    padding-bottom: 300px;
}
.single-post #footer{
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}
.single-post .sidebar.show-mobile{
    display: none !important;
}
.single-post #main{
    max-width: 1440px;
    margin: auto;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.single-post .to-the-left-of-sidebar{
    width: 66%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post .content{
    padding-top: 0;
    padding-bottom: 0;
}
.single-post #imgpop > .container{
    padding: 0 25px 0 50px;
}
.single-post .sidebar{
    width: 34% !important;
}
.single-post .sidebar .sidebar-inner {
    width: 100% !important;
    padding: 0 50px 0 0;
}

.single-post .sidebar .widgettitle{
    font-family: 'abril-titling',serif;
    color: #211551;
    font-size: 35px;
    line-height: 36px;
    text-transform: capitalize;
}

.single-post .sidebar .widget_recent_entries li {
    border: 0 !important;
    background: url(../../uploads/2019/08/line_horiz_gray-1.png) 0 -6px repeat no-repeat;
    padding: 15px 0;
}
.single-post .sidebar .widget_recent_entries li a{
    font-family: 'abril-text',serif;
    font-weight: normal;
    line-height: 1.52;
    color: #201547;
    font-size: 25px;
    line-height: 34px;
    text-decoration: none;
    font-style: normal;   
}
.single-post .sidebar .widget_recent_entries li a:hover{
    color: #0077c8;
}

.av-share-box ul li {
    border-color: #eee;
}

.avia-related-tooltip, .avia-related-tooltip .avia-arrow-wrap .avia-arrow{
    background: white;
    border-color: #eee;
}
.av-share-box ul li a{
    font-size: 20px !important;
}

@media screen and (max-width: 1400px){
    .single-post #footer{
        position: relative;
    }
    .single-post #wrap_all{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023px){
    .single-post .sidebar .sidebar-inner{
        padding: 0 25px 0 25px;
    }
    .avia-section.av-minimum-height .breadcrumbs {
        position: relative;
    }
    body #main h1.postTitle{
        position: relative !important;
        font-size: 32px;
        top: 0;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px){
    .single-post .to-the-left-of-sidebar, .single-post .sidebar.show-mobile{
        width: 100% !important;
        display: block !important;
    }
    .single-post .sidebar{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .single-post .sidebar .sidebar-inner{
        padding: 0;
    }
}