.newsletter__no-margin .wpb_content_element {
    margin-bottom: 0 !important;
}

.newsletter__padding-both > .vc_column-inner {
    padding: 20px 0 !important;
}

.newsletter__color-white {
    background: #fff;
}

.newsletter__padding .wpb_wrapper {
    padding: 13px 12px;
    padding-bottom: 0;
}

.newsletter__padding .wpb_wrapper ul {
    padding: 0 17px;
}

.wpb_content_element > .wpb_wrapper > ul > li {
    line-height: 20px;
    padding: 0;
}

.vc_column-inner .wpb_wrapper .newsletter__button-square > .vc_btn3-color-skincolor {
    width: 200px;
    margin: 0 auto;
    color: #605146 !important;
    background: #EBF8FA !important;
    border-radius: 0 !important;
    padding: 10px !important;
}
.vc_column-inner .wpb_wrapper .newsletter__button-square-huge > .vc_btn3-color-skincolor {
    width: 75%;
    margin: 0 auto;
    color: #605146 !important;
    background: #EBF8FA !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.newsletter__line-height-ajust p {
    line-height: 1.3em !important;
    font-size: 12px !important;
}

.newsletter__line-height-ajust p a {

}

.newsletter_link-color-dark p a {
    color: #605146 !important;
    font-weight: bold;
}

.newsletter_link-color-dark p a:hover {
    color: #605146 !important;
}

.newsletter_link-color-dark p a:focus {
    color: #605146 !important;
}

.newsletter_link-color-dark p a:visited {
    color: #605146 !important;
}

.vc_column-inner .wpb_wrapper .newsletter__button-square-brown > .vc_btn3-color-skincolor {
    background: #654c2d !important;
    color: #fff !important;

}

.newsletter__blue-separator {
    width: 80%;
    height: 1px;
    background: #0b608a;
    margin: 10px auto;
}

.newsletter__ul-white-decorate ul {
    list-style: none; /* Remove default bullets */
}

.newsletter__ul-white-decorate ul >li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: white; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
}
.newsletter__header-wrapper {
    border-bottom: 1px solid;
    padding: 10px;
    background: rgba(0, 0, 0, .085);
    width: 75%;
    margin: 0 auto;
}

.newsletter__btn {
    width: 200px;
    display: block;
    margin: 10px auto;
    color: #fff !important;
    background: #654c2d !important;
    border-radius: 0 !important;
    padding: 2px !important;

}

.newsletter__blue-separator-big {
    width: 100%;
    height: 20px;
    background: #44b3ca;
    margin: 5px 0;
}
#newsletter__primary{
    float: none;
    display: block;
}
.vc_column-inner .wpb_wrapper .newsletter__button-square-white > .vc_btn3-color-skincolor {
    width: 200px;
    margin: 0 auto;
    color: #605146 !important;
    background: #fff !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.table-responsive {
    overflow-x: hidden !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {

    .newsletter_section {
        padding: 0 !important;
    }

    .newsletter__header-wrapper {
        width: 100%;
    }

    section#primary.page-with-sidebar {
        width: 100%;
        display: inline-block !important;
        padding: 0;

    }

    article.blog-entry {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto
    }

    article.blog-entry:before {
        border: none;
        display: none;
    }

    .container {
        width: 318px !important;
    }

    .table-responsive {
        border: none !important;
    }

    .entry-body.table-responsive .bg td {
        width: 100% !important;
    }

    .entry-body.table-responsive .bg td.sidebar {
        display: none
    }
}
