    .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;
    }
    .single-post-container {
        background: #fff;
    }
    .btn {
        font-family: Open Sans !important;
    }
    p.para.padding57 {
        margin-bottom: 10px !important;
    }
    
    .btn-cancel {
    background-color: #fff;
    opacity: .65;
    border: 1px solid #acacac;
    color: #333;
}
.btn-cancel:hover {
    opacity: 1;
    background-color: #fff;
    border: 1px solid #acacac;
    color: #333;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.post .btn-container .green-btn {
    font-size: 18px;
    margin: 50px auto 40px;
}
.btn-theme:hover, .green-btn:hover {
    background-color: #72c239;
}
.btn-theme:hover, .green-btn:hover {
    background-color: #72c239;
}
.green-btn:hover, .green-btn:focus, .green-btn:active {
    color: white;
}
.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}
.green-btn {
    background-color: #569a29;
    color: white;
    transition: all 0.5s ease;
}
.single-post-container .herobox .heading {
    color: #000;
}

.related-post-container .tag.vote {
    float: left;
    margin-right: 10px;
}
h2.heading {
    margin-top: 20px;
    margin-bottom: 10px;
}
.orange-btn {
    background: #e6470d !important;
}
p.para {
    line-height: normal;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.post-tile .auth-name {
    height: inherit;
}
.herobox .content .para {
    font-size: 24px !important;
}
.post-tile .para {
    height: inherit;
}
.btn.dropdown-toggle.btn-default {
    color: #000!important;
}
.post-tile h4.heading {
    font-family: inherit;
    margin-top: 15px;
}

.text-area p {
    color: #888888 !important;
font-size: 16px;
line-height: 1.5;
}
span.post-about {
    color: #888888 !important;
    font-size: 12px;
}
.auth-name a {
    color: #000;
}
.auth-name a:hover {
    font-weight: bolder;
}
img.herodp{
	width: 32px;
}
.blog_cat{
	margin-top: -5px !important;
	max-height: 57px;
}
.blog_cat .btn{
	padding: 7px !important;
	font-size: 16px;
}
.blog_cat .btn .filter-option{
	padding-right: 15px;
	color: #569a29;
}
.bs-caret{
	color: #569a29;
}
.filter-post-container{
	min-height: 46px;
}