
.new-post-box-test {
    -webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 25px 0;
}

.new-post-box-test textarea {
    outline: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    font-size: 18px;
    color: #333;
    height: 30px;
    margin-top: 10px;
    padding: 0;
}

.new-post-box-test textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #9d9d9d;
    font-style: italic;
}

.new-post-box-test hr {
    margin: 10px 0;
}

.new-post-box-test input[type=file] {
    display: none;
}


.new-post-box-test .btn-add-image {
    background: #ececec;
    border-color: #d9d9d9
}

.new-post-box-test .btn-add-image:hover {
    background: #d9d9d9;
    border-color: #c8c8c8
}

.new-post-box-test .btn-submit {
    background: #488ec9;
    border-color: #3c76a7;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff
}

.new-post-box-test .btn-submit:hover {
    background: #3c76a7;
    border-color: #2e5679;
}

.new-post-box-test .loading-post {
    display: none;
}

.new-post-box-test .loading-post img {
    width: 25px;
    height: 25px;
}

.new-post-box-test .image-area {
    text-align: center;
    display: none;
}

.new-post-box-test .image-area img{
    max-width: 100%;
}

.new-post-box-test .image-remove-button {
    background: rgba(255,255,255,0.5);
    position: absolute;
    display: block;
    font-size: 23px;
    padding: 0 10px;
    color: #333;
}

.new-post-box-test .image-remove-button:hover {
    color: #000;
}
