.stmt-template-personal .wp-block-columns.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stmt-template-personal .wp-block-columns.row > .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67.9%;
    flex: 0 0 67.9%;
    max-width: 67.9%;
}

.stmt-template-personal .wp-block-columns.row > .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
}

.stmt-template-personal .wp-block-columns.row > .col-md-4 .sb-inner-wrap {
    border: 1px solid #d1d1d1;
}

.stmt-template-personal .stm-header__hb .stm-header__element .stm-gm-search-popup {
    border: none;
    padding: 11px 0 0;
}

.stmt-template-personal .stm-header__hb .stm-header__element .stm-gm-search-popup i {
    font-weight: 900;
    font-size: 18px;
}

.stmt-template-personal .stm-header__hb .stm-header__element .stm-gm-search-popup i:before {
    content: '\e90d';
    font-family: 'gutenmag-font';
}

.stmt-template-personal .stm-header__hb .stm-header__row_color_top .container .stm-header__row .stm-header__cell_left .stm-header__element:first-child {
    margin-left: 0 !important;
}

.stmt-template-personal .stm-header__hb .stm-header__row_color_top .container .stm-header__row .stm-header__cell_center .stm-header__element {
    margin: 0 !important;
}

.stmt-template-personal .stm-header__hb .stm-header__row_color_center:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.stmt-template-personal .stm-header__hb .stm-header__row_color_center .container .stm-header__row_left .stm-header__element:first-child {
    margin-left: 0;
}

.stmt-template-personal .stm-header__hb .stm-header__row_color_center .container .stm-header__row_center:after {
    display: none;
}

.stmt-template-personal .stm-header__hb.stm-header {
    margin-bottom: 0;
}

.stmt-template-personal.single #wrapper .site-content .stmt-single-style_1 h3,
.stmt-template-personal.single #wrapper .site-content .stmt-single-style_2 h3,
.stmt-template-personal.single #wrapper .site-content .stmt-single-style_3 h3,
.stmt-template-personal.single #wrapper .site-content .stmt-single-style_4 h3,
.stmt-template-personal.single #wrapper .site-content .stmt-single-style_5 h3 {
    line-height: 40px;
}

.stmt-template-personal .site-content .wp-block-columns.row .col-md-8 {
    padding-right: 0;
}

.stmt-template-personal .site-content .widget_instagram_feed_wrapper #sb_instagram {
    padding-bottom: 0 !important;
}

.stmt-template-personal .site-content .widget_instagram_feed_wrapper #sb_instagram #sbi_images {
    background: #ffffff;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 36px 37px;
    border: 1px solid #000000;
    background: #000000;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper:before {
    content: '';
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffffff;
    margin: 15px;
    z-index: 0;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-img {
    display: block;
    overflow: hidden;
    max-width: 100px;
    width: 100%;
    border-radius: 90px;
    margin-right: 23px;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-img img {
    display: block;
    width: 100%;
    border-radius: 90px;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta {
    width: 100%;
    position: relative;
    z-index: 1;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .left .author-label {
    font-size: 11px;
    line-height: 19px;
    color: #4fbe6e;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .left h4.heading-font {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    color: #ffffff;
    text-transform: capitalize;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .right ul li a {
    padding: 0 5px;
    color: #ffffff;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .right ul li a i {
    font-size: 18px;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-desc {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
}

.stmt-template-personal .site-content #respond {
    display: block;
    padding: 20px 42px;
    border: 1px solid #d9d9d9;
    margin-bottom: 60px;
}

.stmt-template-personal .site-content #respond h3 {
    display: block !important;
    text-align: left !important;
    font-size: 24px !important;
    line-height: 48px !important;
    margin: 0 0 11px 0 !important;
}

.stmt-template-personal .site-content #respond form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stmt-template-personal .site-content #respond form .logged-in-as a {
    color: #4fbe6e;
}

.stmt-template-personal .site-content #respond form .logged-in-as a:hover {
    text-decoration: underline !important;
}

.stmt-template-personal .site-content #respond form .comment-form-comment {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
}

.stmt-template-personal .site-content #respond form .comment-form-comment textarea {
    padding: 12px 20px;
    min-height: 130px;
}

.stmt-template-personal .site-content #respond form .comment-form-author, .stmt-template-personal .site-content #respond form .comment-form-email, .stmt-template-personal .site-content #respond form .comment-form-url {
    height: 50px;
    margin-bottom: 30px;
}

.stmt-template-personal .site-content #respond form .comment-form-author input, .stmt-template-personal .site-content #respond form .comment-form-email input, .stmt-template-personal .site-content #respond form .comment-form-url input {
    padding: 9px 20px;
}

.stmt-template-personal .site-content #respond form .form-submit {
    display: block;
    text-align: left;
    margin: 0;
    width: 48%;
    height: 50px;
}

.stmt-template-personal .site-content #respond form .form-submit span {
    display: inline-block;
    position: relative;
    width: auto;
}

.stmt-template-personal .site-content #respond form .form-submit span:after {
    display: block;
    content: '\e90c';
    font-family: 'gutenmag-font';
    font-size: 9px;
    color: #ffffff;
    margin-top: 1px;
    margin-left: -40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.stmt-template-personal .site-content #respond form .form-submit span input[type='submit'] {
    margin: 0 auto 0 0;
    height: 50px;
    min-width: 220px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 8px;
}

.stmt-template-personal .site-content .after-content .related-posts-wrap .related-posts-grid .grid_view_item .meta-bottom .meta li {
    color: #999999;
}

.stmt-template-personal footer {
    margin: 0;
}

.stmt-template-personal footer .footer-bottom {
    margin: 0;
    padding: 85px 0;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .copyright span {
    font-size: 12px;
    line-height: 24px;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .copyright span br {
    height: 1px;
    line-height: 0;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li {
    margin: 0 10px 0 0;
    padding-top: 14px;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li:last-child {
    margin-right: 0;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li a {
    padding: 0;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li a:hover i {
    background: #ffffff;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li a:hover i:before {
    color: #000000;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li a i {
    display: block;
    border: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    margin-right: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stmt-template-personal footer .footer-bottom .container .row .col-md-4 .footer-socials li a i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stmt-template-personal.archive.date #wrapper {
    padding-bottom: 20px;
}

.stmt-template-personal.search #wrapper .site-content, .stmt-template-personal.search-results #wrapper .site-content, .stmt-template-personal.blog #wrapper .site-content, .stmt-template-personal.archive #wrapper .site-content {
    padding-bottom: 60px;
}
