/* header post */
.gtr_head {
    align-items: center;
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
}

.gtr_head a:hover {
    text-decoration: underline;
}

.gtr_head_left {
    display: flex;
}

.gtr_head_ava {
    box-sizing: content-box;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    padding: 12px;
    width: 48px;
}

.gtr_head_ava img {
    border: 0;
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.gtr_head_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 0;
}

.gtr_head_name {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin: 0 0 3px;
}

.gtr_head_name .rcli {
    color: #aaa;
    font-size: 13px;
    margin: 0 6px;
}

.gtr_head_meta {
    align-items: center;
    display: flex;
    font-size: 13px;
    margin: 0 0 0 12px;
    position: relative;
}

.gtr_time {
    font-size: 11px;
    margin: 0 12px 0 0;
}

/* END */

/*modal*/
.gtr_user_details {
    animation: .15s gtrFadeIn .15s both;
    opacity: 0;
}

.gtr_user_details #ssi-modalWindow {
    border-radius: 2px;
    max-width: 320px;
}

@media screen and (min-width: 569px) {
    .gtr_user_details #ssi-modalWindow {
        animation: none;
    }
}

@keyframes gtrFadeIn {
    100% {
        opacity: 1;
    }
}

.gtr_user_details.ssi-modalOuter .ssi-topIcons {
    left: calc(50vw + 180px);
    position: fixed;
    top: 36px;
}

@media screen and (max-width: 568px) {
    .gtr_user_details #ssi-modalWindow {
        animation-name: slideInLeft;
    }

    .gtr_user_details.ssi-modalOuter .ssi-topIcons {
        left: calc(50vw + 120px);
    }
}

.gtr_user_details .ssi-topIcons .ssi-closeIcon,
.gtr_user_details .ssi-topIcons .ssi-closeIcon:hover {
    background: none;
    height: 30px;
    text-decoration: none;
}

.gtr_user_details .ssi-closeIcon::after {
    content: "";
    display: none;
}

.gtr_user_details .ssi-closeIcon::before {
    color: rgb(255, 255, 255);
    content: "×";
    font-size: 46px;
    opacity: .65;
}

.gtr_user_details .ssi-closeIcon:hover::before {
    opacity: .9;
}

.gtr_user_details .ssi-modalTitle {
    background-color: rgba(0, 0, 0, .4);
    border-bottom: none;
    color: #fff;
    mix-blend-mode: difference;
    padding: 9px 12px;
    position: absolute;
    top: 0;
    z-index: 1502;
}

.gtr_user_details #ssi-modalContent {
    padding: 0;
}

.gtr_add_details > a {
    align-items: center;
    display: flex;
    line-height: normal;
    margin: 18px 12px 0;
}

.gtr_add_details > a > span {
    margin: 0 12px;
}

.gtr_add_details > a > span:hover {
    text-decoration: underline;
}

.gtr_js_active {
    pointer-events: none;
}

.gtr_user_details .rcl-user-details .block-rcl {
    padding: 0 0 12px;
}

.gtr_user_details .rcl-user-avatar .rcl-avatar-zoom {
    font-size: 50px;
}

.gtr_user_details .block-rcl {
    margin: 0 12px;
    padding: 0;
}

.gtr_user_details .status-user-rcl::before {
    display: none;
}

.gtr_user_details .ballun-status {
    border-left: 3px solid #fba73b;
    margin: 12px;
    padding: 6px;
}

.gtr_user_details .status-user-rcl {
    border: none;
    padding: 0;
}

.gtr_user_details #sl-block {
    padding: 0;
}

.gtr_user_details #social-link-rcl {
    margin: 0;
}

.gtr_user_details #ssi-buttons {
    border-top: 0;
}

.gtr_user_details #ssi-buttons .ssi-modalBtn {
    font-size: 16px;
}

/*END*/

/* hidden menu */
.gtr_hidden_menu {
    align-items: center;
    box-sizing: border-box;
    color: #aaa;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    justify-content: center;
    margin: 0 6px;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    width: 36px;
}

.gtr_hidden_menu:hover {
    color: #555;
}

.gtr_hide_menu {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    opacity: 0;
    padding: 3px 0;
    position: absolute;
    right: 5px;
    top: 60px;
    transition: all .15s ease-in-out .1s;
    visibility: hidden;
    width: 230px;
    z-index: 1;
}

.gtr_hidden_menu:hover .gtr_hide_menu {
    box-shadow: 20px 20px 30px -20px #aaa;
    margin-top: -20px;
    opacity: 1;
    visibility: visible;
}

.gtr_hide_menu::before {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: '';
    display: block;
    height: 12px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: -7px;
    transform: rotate(-135deg);
    width: 12px;
    z-index: -1;
}

.gtr_item {
    position: relative;
}

.gtr_item:not(:last-child) {
    margin-bottom: 6px;
}

.gtr_hide_menu .gtr_item > input,
.gtr_hide_menu .gtr_item > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    text-decoration: none !important;
}

.gtr_hide_menu .gtr_item > input:hover,
.gtr_hide_menu .gtr_item > a:hover {
    background-color: #eef0f6;
}

.gtr_hide_menu .gtr_item .rcli {
    align-items: center;
    box-sizing: border-box;
    color: #ccc;
    display: flex;
    font-size: 18px;
    justify-content: center;
    min-height: 24px;
    padding: 0 3px;
    width: 30px;
}

.gtr_hide_menu .gtr_item > a:hover .rcli {
    color: #999;
}

.gtr_hide_menu .gtr_item span {
    margin: 0 6px;
    text-align: left;
}

.gtr_hide_menu #sbt_subscribe {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
}

.gtr_hide_menu #sbt_subscribe:hover {
    background-color: #eef0f6;
    color: #333;
}

.gtr_hidden_menu_text,
.gtr_item_info {
    background-color: #ffffe0;
    border: 2px dashed #5f9ea0;
    cursor: default;
    font-size: 14px;
    line-height: normal;
    margin: 3px 6px;
    padding: 6px;
    text-align: center;
}

/* END */

.gtr_post_title {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    line-height: normal;
    margin: 12px 0 0;
    min-height: 40px;
    padding: 6px;
}

.gtr_post_title_link {
    font-size: 22px;
    line-height: normal;
    margin: 0;
    padding: 0 12px 0 6px;
}

/* format post content */
.otfmc_content p {
    font-size: 16px;
    margin: 6px 0;
    padding: 0;
}

.otfmc_content p:last-child {
    margin-bottom: 0;
}

.otfmc_content img.alignleft {
    border-left-width: 0;
    border-radius: 0;
    margin: 3px 12px 12px -18px !important;
}

.otfmc_content img.alignright {
    border-radius: 0;
    border-right-width: 0;
    margin: 3px -18px 12px 12px;
}

.otfmc_content .aligncenter {
    margin: 12px auto;
}

.otfmc_content iframe[src*="youtube"] {
    display: flex;
    margin: 12px 0 6px -18px;
    max-width: calc(100% + 36px);
    min-height: 360px;
    width: calc(100% + 36px);
}

.otfmc_content iframe[src*="instagram"] {
    border: none !important;
    margin: 0 0 0 -18px !important;
    max-width: calc(100% + 36px) !important;
    width: calc(100% + 36px) !important;
}

.otfmc_content twitter-widget {
    margin: 0 auto;
    width: 520px !important;
}

/* END */

/* footer post */
.gtr_post_footer {
    box-sizing: border-box;
    clear: both;
    display: flex;
    margin: 12px 0 0;
    min-height: 50px;
    padding: 6px 24px;
    position: relative;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: wrap;
}

.gtr_post_footer::before {
    background-color: #e5e5e5;
    content: "";
    height: 1px;
    left: 5%;
    position: absolute;
    top: 0;
    width: 90%;
}

.gtr_post_footer > div {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-width: 55px;
}

.gtr_bookmark:hover,
.gtr_comment:hover {
    cursor: pointer;
}

.gtr_post_footer .gtr_rating .rcl-rating-box {
    position: static;
}

.gtr_post_footer .gtr_rating .votes-window {
    bottom: 10px;
    left: 10px;
    right: auto;
}

.gtr_bookmark {
    position: relative;
}

.gtr_bookmark .rcl_preloader i {
    margin-left: -30px !important;
}

.gtr_bookmark-wrap {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 25px;
}

.gtr_bookmark,
.gtr_comment,
div.gtr_comment a,
.gtr_post_footer .gtr_rating .rating-value {
    box-shadow: none;
    color: #959595 !important;
    font-size: 18px;
    text-decoration: none;
}

div.gtr_comment a:hover {
    color: inherit;
    text-decoration: none;
}

#rcl-group .gtr_comment a:hover {
    text-decoration: none;
}

.gtr_bookmark .gtr_bk_count,
.gtr_comment span {
    margin: 0 0 0 12px;
    min-width: 16px;
    display: inline-flex;
}

.gtr_added_plus {
    animation: 2.7s gtrZoomIn .3s both;
    color: #3e3882;
    opacity: 0;
    transform: none;
    position: absolute;
    right: -24px;
    bottom: 0;
    min-height: 25px;
}

@keyframes gtrZoomIn {
    5% {
        transform: scale(.6) translate3d(-12px, 6px, 0) rotate(45deg);
    }
    30% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0);
    }
    99% {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0);
    }
}