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


h2.heading {
    margin-top: 20px;
    margin-bottom: 10px;
}
.authusr a {
    color: #000;
}
.authusr a:hover {
    font-weight: bolder;
}
span.follower, span.follow-txt {
    color: #fff;
}

.cutom_mod .close {
	margin:14px;
}
img.herodp{
	width: 32px;
}