/*------------ message ------------*/
.reminder {
    margin: 80px 0 25px;
}
.write-question {
    width: 136px;
    height: 100px;
    margin: 0 auto 45px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8eb722+0,708f1b+100 */
    background: #8eb722;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8eb722 0%, #708f1b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8eb722 0%, #708f1b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8eb722 0%, #708f1b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8eb722', endColorstr='#708f1b', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    line-height: 1.2;
    position: relative;
}
.write-question .ic-leaf4 {
    display: block;
    font-size: 34px;
    color: #C8D94D;
    margin: 5px 0 8px;
}
.write-question .ic-arrow {
    font-size: 20px;
    color: #28450D;
    position: absolute;
    bottom: -9px;
    right: 5px;
}
.write-question:hover {
    transition: all .2s;
}
/*------------ message ------------*/
.message-list li {
    margin: 0 0 10px;
}
.message-list .title {
    font-family: 'Istok Web', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.message-list .date {
    font-weight: normal;
    color: #C89664;
}
.message-list .text {
    font-size: 14px;
    color: #7FA51F;
    font-weight: bold;
}
.message-list .author-box {
    color: #C89664;
}
.message-list .text p {
    display: inline-block;
    font-size: 15px;
    margin: 0;
}
.message-question .title {
    display: table-cell;
    color: #C8D94D;
    background: #577135;
    width: 40px;
    text-align: center;
    vertical-align: middle;
}
.message-question .text {
    display: table-cell;
    padding: 7px 10px 8px;
}
.message-item.active .message-question .text,
.message-question:hover .text {
    color: #C89664;
}
.message-question .author-box {
    font-weight: normal;
    display: inline-block;
    margin: 0 5px 0 0;
}
.message-question {
    cursor: pointer;
    display: table;
    background: #F3F3F3;
    width: 100%;
    margin: 0 0 15px;
}
.message-answer {
    display: none;
    overflow: hidden;
    padding: 10px 0 0 15px;
    margin: 0 50px 20px 40px;
    border-left: 2px dotted rgba(152, 186, 80, .5);
}
.message-answer .text {
    display: inline-block;
    width: calc(100% - 55px);
    margin: 0 0 0 10px;
    vertical-align: top;
}
.message-answer .title {
    background: #8EB722;
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
.message-answer .editor {
    color: #444444;
    font-size: 13px;
    font-weight: normal;
}
/*------------ message-form ------------*/
#message-form .form-title {
    text-align: center;
    line-height: 1.4;
}
#message-form .form-title i {
    margin: 0 auto;
    display: block;
}
#message-form .form-title > b {
    font-size: 30px;
    font-weight: bold;
    color: #577135;
    display: block;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
}
#message-form .form-title span {
    font-size: 22px;
    color: #97A723;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
}
#message-form .reminder {
    margin: 0 0 25px;
}
#message-form .form-box {
    max-width: 830px;
    margin: 0 auto;
}
#message-form .form-box .btn-box {
    padding: 15px 0 0 0;
}
/*------------ rwd ------------*/
@media screen and (max-width:1100px) {
    .reminder {
        margin: 0 0 25px;
    }
}
@media screen and (max-width:600px) {
    .message-answer {
        border: 0;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .message-answer .text {
        width: calc(100% - 60px);
        margin: 0 0 0 5px;
    }
}
