@media only screen and (max-width: 1024px){
    .eltdf-share-sticky { display: none !important; }
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
h1 { font-size: 40px;line-height: 46px;}h2 { font-size: 35px;line-height: 42px;}}

@media only screen and (min-width: 681px) and (max-width: 768px){
h1 { font-size: 36px;line-height: 40px;}h2 { font-size: 32px;line-height: 39px;}}

@media only screen and (max-width: 680px){
h1 { font-size: 32px;line-height: 38px;}h2 { font-size: 26px;line-height: 30px;}h3 { font-size: 22px;line-height: 26px;}}

@media only screen and (max-width: 680px) {
    .wpb-content-wrapper blockquote,
    .eltdf-post-text-main blockquote {
        display: block;
        border-left: 3px solid #000;
        border-top: none;
        border-bottom: none;
        margin: 20px 0;
        padding: 4px 0 4px 16px;
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }
    .wpb-content-wrapper blockquote::before,
    .eltdf-post-text-main blockquote::before {
        display: none;
    }
    .wpb-content-wrapper blockquote p,
    .eltdf-post-text-main blockquote p {
        display: block;
        border-left: none;
        padding: 0;
        margin: 0;
        font-size: inherit;
        line-height: inherit;
        text-align: left;
    }
    .wpb-content-wrapper blockquote p:last-child,
    .eltdf-post-text-main blockquote p:last-child {
        font-size: 11px;
        font-style: normal;
        color: #888;
        text-align: right;
        margin-top: 10px;
        letter-spacing: 0.06em;
    }

    .eltdf-blog-single article .eltdf-post-text .eltdf-post-text-inner {
        padding: 24px 16px !important;
    }
    .eltdf-related-posts-holder .eltdf-related-post {
        width: 100% !important;
        float: none !important;
    }
    .eltdf-footer-bottom-holder .eltdf-icon-widget-holder {
        display: block !important;
        margin: 0 0 18px 0 !important;
    }
    .eltdf-footer-bottom-holder .eltdf-icon-widget-holder:first-child {
        margin-top: 32px !important;
    }
}

@media only screen and (max-width: 480px) {
    .eltdf-blog-single article .eltdf-post-text .eltdf-post-text-inner {
        padding: 20px 12px !important;
    }
}