﻿.wp-SingleArticleWP {
    position: relative;
}

/** SECTION 1 **/
.section1-box {
    direction: rtl;
    display: table-cell;
    vertical-align: bottom;
    position: absolute;
    bottom: 23px;
    right: 0;
    padding: 0 17px;
}

.section1-text {
    padding: 0 16px 20px;
    width: 100%;
}

.section1-text a{
    color: #ffffff;
}
.section1-header {
    padding: 0 20px;
    width: 100%;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    display: table;
    padding: 0 10px;
    font-family: 'BlenderBold', Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    background-color: #00ac4e;
    overflow: hidden;
    text-align: right;
}

.section1-description {
    height: 42px;
    background-color: #3c3c3c;
    display: table;
    table-layout: fixed;
    width:100%;
}

    .section1-description .line {
        font-size: 21px;
        line-height: 42px;
        padding: 0 10px 0 20px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: table-cell;
        width:90%;
    }

    .section1-description .more {
        width: 100%;
        height: 42px;
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        text-align: right;
    }

        .section1-description .more  {
            background-image: url(/_layouts/15/TlvSP2013PublicSite/images/rgy-arrow2x.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 24px 24px;
            height: 42px;
            display: block;
            margin: 0;
        }

@media (min-width: 768px) {
    .wp-SingleArticleWP section1 {
        margin-top: 50px;
    }

    .wp-SingleArticleWP .section1-box {
        width: auto;
    }

    .section1-text {
        padding: 0 30px 40px;
    }

    .section1-header {
        font-size: 33px;
        line-height: 56px;
        height: 56px;
        display: table;
        padding: 0 20px;
    }

    .section1-description {
        height: 42px;
        width: auto;
    }

        .section1-description .line {
            font-size: 21px;
            line-height: 42px;
            padding: 0 20px 0 40px;
        }

        .section1-description .more {
            width: 100%;
            height: 42px;
        }

            .section1-description .more  {
                background-size: 24px 24px;
                height: 42px;
            }
}

@media (min-width:992px) {
    .wp-SingleArticleWP section {
        margin-top: 37px;
    }

    .section1-text {
        padding: 0 40px 30px;
    }
}

@media (min-width: 1200px) {
    .section1-text {
        padding: 0 42px 30px;
    }
}

@media (min-width: 1919px) {
    .section1-text {
        padding: 0 50px 40px;
    }

    .section1-header {
        font-size: 48px;
        line-height: 80px;
        height: 80px;
        padding: 0 30px;
    }

    .section1-description {
        height: 56px;
        width: auto;
    }

        .section1-description .line {
            font-size: 27px;
            line-height: 56px;
            padding: 0px 30px 0 40px;
        }

        .section1-description .more {
            width: 100%;
            height: 56px;
        }

            .section1-description .more  {
                background-size: 30px 30px;
                height: 56px;
            }
}



@media (max-width: 998px) {
   

    .section1-header {   line-height: 24px;     padding: 10px;    }

}
