.newsletter-left-section {
    padding-left: 0;
}

.newsletter-right-section {
    padding-right: 0;
}

@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;
}

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 {
    box-shadow: 0px 4px 5px #DCDCDC;
}

article.newsletter-entry.on-focus {
    border: 1px solid #B7B7B7;
    box-shadow: 0px 4px 5px #B5B5B5;
}

@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;
}

h2.newsletter-title {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.8em;
    text-align: center;
}

h4.newsletter-pagination {
    text-align: center;
    font-size: 15px;
    color: #ccc;
}

*[data-template="newsletter-pages-block"] .col-6-breakpoint-1440 {
    margin-bottom: 60px;
    position: relative;
}

*[data-template="newsletter-pages-block"] img.techtics-col-image {
    box-shadow: rgba(8, 8, 8, 0.2) 0px 0px 15px;
    max-width: 780px !important;
    display: block !important;
    margin: auto;
}

/* darker shadow for selected image */
*[data-template="newsletter-pages-block"] img.active-newsletter-page {
    box-shadow: rgba(8, 8, 8, 0.5) 0px 0px 15px;
}

@media screen and (max-width: 768px) {
    main.container-fluid.no-padding-below-479px {
        padding: 15px;
    }

    .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;
        left: 0;
        color: rgba(239, 63, 59, 0.85);
        padding: 0px 10px;
        border-radius: 15px;
        display: block;
        teaxt-sahadow: 0px 0px 12px #FFF;
        cursor: pointer;
    }

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

    .social-icons-holder {
        background: #fff;
        border-top: 1px solid #eee;
    }
}
