.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: initial;
    top: 0;
    right: 0;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
}

.btn {
    font-family: Open Sans !important;
}

.filter-select .btn {
    color: #333 !important;
}

.authusr a {
    color: #000;
}

.authusr a:hover {
    font-weight: bolder;
}

.post-tile h4.heading {
    font-family: inherit;
    margin-top: 15px;
}


.tool-tip p {
    float: none;
    font-size: 14px;
    line-height: 20px;
}

.subcriber-container h4 {
    width: auto;
    font-family: inherit;
    margin-bottom: 10px;
    color: inherit;
    font-size: 18px;
}

.subcriber-container button.close {
    width: auto;
    height: auto;
}

.orange-btn {
    background-color: #E6470D;
    color: white;
    border-radius: 5px;
    padding: 6px 12px;
}

.orange-btn:hover {
    color: white;
    background-color: #fd4400;
    transition: all 0.5s ease;
}

h1.heading {
    margin-top: 20px;
    margin-bottom: 10px;
}

p.para {
    line-height: 33px;
}

.pad_l_15 {
    padding-left: 15px;
}

.pad_r_15 {
    padding-right: 15px;
}

.mar_t_5 {
    margin-top: 5px;
}

.post-container .filter-post-container {
    padding-bottom: 0px;
}

.btn.dropdown-toggle.btn-default {
    font-size: 14px;
}

.feed-content.clearfix {
    margin-top: 10px;
}

span.auth-name,
.viewer {
    line-height: 18px !important;
    font-size: 18px !important;
    padding-top: 10px;
}

.viewer i {
    line-height: 16px !important;
    font-size: 16px !important;
}

.post-tile h4.heading {
    margin-top: 12px;
}

.comment-type-heading {
    margin: 3% auto;
}

.post-time {
    margin-top: 5px;
}

p.para.padding57 {
    margin-bottom: 10px;
}

span.post-about {
    color: #888888 !important;
    font-size: 12px;
    margin-top: 3px;
}

.article-content .bp-tag-container {
    padding: 0px;
}

.green-btn.post_comment {
    font-size: 20px;
    padding: 6px 12px;
    margin-top: 10px;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 48px !important;
    font-size: 20px;
}

.form-control {
    font-size: 18px !important;
    line-height: 1.42857143;
}

.feed-content .form-control {
    margin: 15px auto;
    height: 40px;
    font-size: 18px !important;
}

img.herodp {
    width: 32px;
}

.text-content {
    margin: 20px 0px;
    text-align: justify;
    line-height: 28px;
    font-size: 18px;
}

.text-content p,
.text-content span,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content small,
.text-content div {
    font-size: 18px !important;
    font-family: 'open_sansregular', Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.text-content ol li,
.text-content ul li {
    margin-left: 16px;
}

.text-content ol li,
.text-content ol li span,
.text-content ol li p {
    line-height: 25px;
}

.text-content ul li,
.text-content ul li span,
.text-content ul li p {
    line-height: 25px;
}

.text-content ul li {
    list-style-type: disc;
}

.article .heading {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-bottom: 15px;;
}

.article {
    padding: 15px 40px 30px !important;
}

.article .article-content p {
    line-height: 28px;
    font-size: 18px;
}

html {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .article {
        padding: 15px 20px 30px !important;
    }

    .text-content ol li,
    .text-content ul li {
        margin-left: 16px;
    }

    .text-content ol li,
    .text-content ol li span,
    .text-content ol li p {
        line-height: 25px;
    }

    .text-content ul li,
    .text-content ul li span,
    .text-content ul li p {
        line-height: 20px;
    }
}