/*
 * @package   GetenBerry Author
 * @encoding  UTF-8
 * @version   1.0.0
 * @author    Aleksandr Orlovskiy (orlovskiy.job@gmail.com)
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */


.tm-about * {
    font-size: 19px;
}
.tm-about h5 {
    color: #333;
    margin: 20px 0 0;
}
.tm-about p {
    color: #888;
    margin-bottom: 20px;

}
.tm-about a {
    font-weight: 400;
    color: #333;
    &:after {
        content: '→';
        position: relative;
        left: 3px;
    }
}
.guten_author_block {
    display: block;
}
.guten_author_block input[type='text'],
.guten_author_block img {
    width: 100%;
}
.guten_author_block input[type='button']{
    padding: 15px;
    margin-top: 15px;
    width: 100%;
}