.page-template-template-about #main{
    margin: auto;
}
#about-page .author_grid_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
}

.single-post .feature__media figure,
.single-post .feature__media img{
    text-align: center;
}

#about-page .author_grid_wrapper .job-positions{
    display: inline-block;
    min-height: 24px;
}
#about-page .author_grid_wrapper .users-name{
    font-size: 1.55em;
}
#about-page .about-user{
    left: 0;
}

.about-content .gform_footer{
    text-align: center;
}
/*
#primary .about-content .gform_footer input[type="submit"]{
    float: none;
    margin-left: 100px !important;
}
@media screen and (max-width: 640px){
    #primary .about-content .gform_footer input[type="submit"]{
    margin-left: 0 !important;
    }
}
*/
#colophon .footer-widgets.row{
    display: none;
}
.row.about-content{
    padding: 0 20px;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper .gform_footer input.button {
    float: right;
    padding: 0.5em 1em;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
    float: right;
    padding: 0.5em 1em;
    margin-bottom: 1em !important;
}

.gform_wrapper .gform_footer{
    padding: 0 0 10px !important;
}

#gform_confirmation_wrapper_1{
    text-align: center;
    margin: 25px 0;
    background: rgba(229,238,215,0.9);
    padding: 15px 0;
    line-height: normal;
}