/* Start custom CSS */.edublink-main-content-inner{
        padding-top:56px !important;
        padding-bottom:56px !important;
    }
    

@media (max-width: 1024px) {
  .edublink-main-content-innez.edublink-row{
     width: 94% !important;
    margin: auto;
    padding: 56px 0 !important;
  }
    
}

.post-quote blockquote{
    text-align: inherit;
    font-size: var(--e-global-typography-3b9d32e-font-size);
    font-weight: var(--e-global-typography-3b9d32e-font-weight); 
}
.post-quote blockquote cite{
    font-size: var(--e-global-typography-bf4840c-font-size);
    font-weight: var(--e-global-typography-bf4840c-font-weight);
    line-height: var(--e-global-typography-bf4840c-line-height);
}

.edublink-author-bio{
    gap: 20px;
       justify-content: space-around;
    
}
.edublink-author-bio .edublink-author-thumb{
    width: 10%;
    
}
.edublink-author-bio .edublink-author-thumb img{
    max-width: 80px;
    max-height: 80px;
    
}


.edublink-col-md-7{
    display: none;
}
.edublink-col-md-5 .edublink-single-post-social-share{
    justify-content: flex-start !important;
}
@media (max-width:1024px){
.edublink-main-content-inner{
        padding-top:24px !important;
        padding-bottom:44px !important;
    }
    aside#secondary{
        display:none;
    }
    
}/* End custom CSS */