.newsletter-left-section {
}

.newsletter-right-section {
}
@media screen and (min-width: 481px) and (max-width: 768px){
    .newsletter-left-section {
        width: 50%;
        float: left;
    }

    .newsletter-right-section {
        width: 50%;
        float: left;
    }
}

article.newsletter-entry {
    padding: 0;
}

.section-title h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}


article.newsletter-entry {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 0px #EFEFEF;
    cursor: pointer;
}
article.newsletter-entry .information h4 {
    font-weight: 200;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

article.newsletter-entry .information h4 a {
    color: #303030;
}

article.newsletter-entry .information p {
    color: #969696;
}
.banner-holder img{
    width: 100%;
}
.bottom-border {
    width: 100%;
    height: 8px;
    max-width: 100%;
    background-color: #E61026;
    top: -7px;
    position: relative;
}
.information {
    padding: 0 15px;
}

article.newsletter-entry:hover, article.newsletter-entry.on-focus {
    box-shadow: 0px 4px 5px #DCDCDC;
}

@media screen and (max-width: 480px){
    .entry-holder{
        display: block!important;
    }
    .entry-wrapper{
        /* display: none; */
    }
}

.newsletter-navigation ul li {
    display: block;
    padding: 7px 15px;
    margin: 0;
    border-bottom: 1px solid #DDD;
}

.newsletter-navigation ul li::before{
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 10px;
    margin-top: 5px;
    margin-right: 10px;
}
.newsletter-navigation ul li.active-newsletter-menu::before{
    color: #D42155;
}

.newsletter-navigation ul {
    margin: 0;
    padding: 0;
}

.newsletter-navigation ul li a {
    color: #333;
}
.newsletter-navigation ul li.active-newsletter-menu a {
    color: #D42155;
}
.shilla-edit-sidebar h2.inpage-nav-title {
    margin-top: 30px;
    margin-bottom: 3px;
}



.banner-holder {
    padding-bottom: 8px;
    background: linear-gradient(90deg, #303030 50%, #E61026 50%);
}

@media screen and (max-width: 480px){
    .inpage-nav-holder {
        position: fixed;
        z-index: 999;
        bottom: -110px;
        height: auto;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
        text-align: center;
        left: 0;
    }

    .inpage-nav-holder h2.inpage-nav-title {
        margin-top: 10px;
    }

    .inpage-nav-holder::before {
        font-family: FontAwesome;
        content: "\f151";
        font-size: 40px;
        position: absolute;
        top: -50px;
        right: 0px;
        color: rgba(239, 63, 59, 0.85);
        padding: 0px 10px;
        border-radius: 15px;
        display: block;
        text-shadow: 0px 0px 12px #FFF;
        cursor: pointer;
    }
    .inpage-nav-holder.show::before {
        font-family: FontAwesome;
        content: "\f150";
        font-size: 40px;
        position: absolute;
        top: -50px;
        right: 0px;
        color: rgba(239, 63, 59, 0.85);
        padding: 0px 10px;
        border-radius: 15px;
        display: block;
        text-shadow: 0px 0px 12px #FFF;
        cursor: pointer;
    }
}