@import "report-popup.css";
@import "notification-switch.css";

body.logged-in.admin-bar.page-template-social-feed,
body.logged-in.admin-bar.single-user_posts {
    padding-top: 32px;
}

@media screen and (max-width: 782px) {
    body.logged-in.admin-bar.page-template-social-feed,
    body.logged-in.admin-bar.single-user_posts {
        padding-top: 46px;
    }
}

/*  User Followers section START */
.header.header-feed {
    position: relative !important;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10;
}
.header.header-feed .header-wrapper {
    justify-content: center;
}
body:not(.home) .header.header-feed.minify+main {
    margin-top: 0;
}
.header.header-feed .logo {
    filter: unset;
    max-width: 205px;
}
.header.header-feed .logo img {
    object-fit: cover;
}
.header.header-feed:after {
    background: white;
}
.footer-feed-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: #001A45;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 48px;
    z-index: 99;
}
.footer-feed-bar > div {
    cursor: pointer;
}
#autor-followers-popup,
#autor-following-popup,
#social-feed-share-popup,
.autor-followers-actions-list{
    display: none;
}
.autor-followers {
    position: relative;
}
.autor-followers-top-bar {
    display: flex;
    align-items: center;
}
.autor-followers-more-actions {
    height: 32px;
}
.autor-followers-count,
.autor-following-count {
    margin-top: 20px;
    width: 200px;
    text-align: center;
}

.autor-following-count {
    margin-top: 0;
}

.autor-followers-count a,
.autor-following-count a{
    color: #001A45;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.autor-following-count a{
    text-decoration: underline;
}

.autor-followers-count a:hover,
.autor-following-count a:hover{
    color: #0AB1D6;
}

.autor-following-count a:hover{
    text-decoration: underline;
}

button.autor-followers-unfollow,
button.autor-followers-follow {
    width: 200px;
    min-width: 200px;
    border: 3px solid transparent;
    border-radius: 15px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    background: #0AB1D6;
}

button.autor-followers-unfollow.disabled,
button.autor-followers-follow.disabled{
    background: #ececec;
    cursor: initial;
}

button.autor-followers-unfollow svg,
button.autor-followers-follow svg {
    margin-right: 10px;
}

button.autor-followers-unfollow svg path ,
button.autor-followers-follow svg path {
    stroke: #fff!important;
}

button.autor-followers-unfollow:not(.disabled):hover,
button.autor-followers-follow:not(.disabled):hover {
    border: 3px solid #0AB1D6;
    color: #0AB1D6;
    background: #fff;
}

button.autor-followers-unfollow:not(.disabled):hover svg path ,
button.autor-followers-follow:not(.disabled):hover svg path {
    stroke: #0AB1D6!important;
}

button.autor-followers-show-actions {
    background: #fff;
    border: none;
}

button.autor-followers-show-actions svg {
    height: 32px;
}

button.autor-followers-show-actions svg path{
    fill: #0ab1d6 !important;
}

#autor-followers-popup.active ,
#autor-following-popup.active ,
#social-feed-share-popup.active {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.autor-followers-popup ,
.social-feed-share-popup {
    background: #fff;
    padding: 30px;
    margin: 50px 0;
    position: absolute;
    top: 0;
    border-radius: 15px;
}

.autor-followers-popup-header ,
.social-feed-share-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.autor-followers-popup-header h2 ,
.social-feed-share-popup-header h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #001A45;
    margin-bottom: 0!important;
}

a.autor-followers-popup-close ,
a.social-feed-share-popup-close {
    font-size: 36px;
    transform: rotate(45deg);
}

a.autor-followers-popup-close:hover ,
a.social-feed-share-popup-close:hover {
    color: #0AB1D6;
}

.social-feed-share-popup-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-feed-share-popup-social-list svg {
    fill: #001a45;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.social-feed-share-popup-social-list a {
    margin: 10px;
    margin-top: 0;
}

.autor-followers-popup-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.autor-followers-popup-user img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 80px;
    margin-right: 30px;
}

.autor-followers-popup-user a {
    font-size: 22px;
    color: #001a45;
    margin-right: 30px;
    width: 100%;
}

.autor-followers-popup-user a:hover{
    color: #0AB1D6;
}

.autor-followers-actions-list.active {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0 0 20px 20px;
    width: 350px;
    padding: 20px;
}

.autor-followers-actions-list li {
    margin: 15px 0;
}

.autor-followers-actions-list li svg {
    margin-right: 10px;
}

.autor-followers-actions-list li a {
    margin: 15px 0;
    display: flex;
    align-items: center;
    color: #001a45;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.autor-followers-actions-list li a:hover{
    color: #0AB1D6;
}

@media all and (max-width: 500px) {
    .autor-followers-popup-user {
        flex-wrap: wrap;
    }

    .autor-followers-popup-user button.autor-followers-unfollow,
    .autor-followers-popup-user button.autor-followers-follow{
        margin: 20px auto;
    }
}

/*  User Followers section END */

/* Social posts feed START */

main.social-feed {
    margin-bottom: 105px;
}

.page-template-template-social-feed main.social-feed .container-fluid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.social-feed-container {
    width: 100%;
}

.social-feed-sidebar {
    padding: 15px 38px;
    margin-top: 24px;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    width: 300px;
    margin-left: 70px;
    min-width: 300px;
}

.social-feed-sidebar h2 {
    font-size: 24px;
    line-height: 36px;
}

ul.social-feed-trend-tags li {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    margin-top: 20px;
}

ul.social-feed-trend-tags li span {
    margin-top: 5px;
    color: #757575;
}

ul.social-feed-trend-tags li:hover,
ul.social-feed-trend-tags li.active{
    color: #0AB1D6;
}

ul.social-feed-trend-tags li:hover span,
ul.social-feed-trend-tags li.active span{
    color: #757575;
}

.social-feed-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    line-height: 36px;
    color: #A1AEB7;
    font-weight: 600;
    margin-top: 40px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 20px;
    gap: 40px;
}

.social-feed-tab {
    cursor: pointer;
    position: relative;
}

.social-feed-tab:nth-child(2) {
    margin-right: auto;
}

.social-feed-tab:hover ,
.social-feed-tab.favorites.active {
    color: #0AB1D6;
}

.social-feed-tab.favorites.active svg{
    fill: #0AB1D6;
}

.social-feed-tab.favorites.active svg path{
    stroke: #0AB1D6;
}

.social-feed-tab.active ,
.social-feed-tab.favorites {
    color: #001A45;
}

.social-feed-tab:hover:after ,
.social-feed-tab.active:after {
    content: "";
    height: 11px;
    width: 100%;
    background: #0AB1D6;
    display: block;
    border-radius: 20px;
    position: absolute;
    bottom: -20px;
}

.social-feed-tab.favorites {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-feed-tab.favorites svg {
    margin-left: 20px;
}

.social-feed-tab.favorites svg {
    fill: #001a45;
}

.social-feed-post-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 25px;
}

.social-feed-post-form-avatar img {
    width: 88px;
    min-width: 88px;
    height: 88px;
    border-radius: 88px;
}

button.social-feed-post-form-submit {
    width: 165px;
    min-width: 165px;
    border: 3px solid transparent;
    border-radius: 15px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    background: #0AB1D6;
}

button.social-feed-post-form-submit:hover {
    border: 3px solid #0AB1D6;
    color: #0AB1D6;
    background: #fff;
}

.social-feed-post-form-textarea {
    width: 100%;
    margin: 0 20px;
}

.social-feed-post-form-textarea textarea {
    resize: none;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #001A45;
    font-weight: 500;
    border: none;
    overflow: hidden;
    transition: height 0.2s ease; 
}

.social-feed-post-form-actions {
    position: relative;
}

.social-feed-post-form-actions button {
    padding: 0;
    margin-top: 10px;
    margin-right: 15px;
    background: transparent;
    border: none;
}

.social-feed-post-form-actions button svg {
    width: 25px;
    height: 25px;
}

.social-feed-emoji-picker{
    display: none;
}

.social-feed-emoji-picker.active{
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
}

#social-feed-post-form-image+input#imgInput{
    display: none;
}

button#social-feed-post-form-image span {
    margin-left: 10px;
    position: relative;
    bottom: 8px;
    color: #001a45;
}

.social-feed-poll-constructor {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    display: none;
}

.social-feed-poll-constructor.active {
    display: flex;
}

.social-feed-poll-constructor-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.social-feed-poll-constructor-fields input {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #a0aeb7;
    padding: 10px;
    font-size: 14px;
}

.social-feed-poll-constructor-actions button {
    font-size: 25px;
    color: #0ab1d6;
    cursor: pointer;
    margin-left: 15px;
    line-height: 43px;
    display: none;
}

.social-feed-poll-constructor-remove{
    color: #b62634;
}

.social-feed-poll-constructor-actions button.active{
    display: block;
}

h3.social-feed-post-poll-name {
    font-size: 18px;
    margin-bottom: 10px!important;
}

.social-feed-post {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;
}

.social-feed-post-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-feed-post-head-left-image img {
    width: 88px;
    height: 88px;
    border-radius: 88px;
    margin-right: 20px;
}

.social-feed-post-head-left {
    display: flex;
    align-items: center;
}

.social-feed-post-head-left h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #001A45;
    margin: 0;
}

span.social-feed-post-head-username,
span.social-feed-post-head-time {
    color: #A1AEB7;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.social-feed-post-head-right button {
    background: transparent;
    border: none;
    padding: 0;
}

.social-feed-post-head-right button svg {
    width: 25px;
    height: 25px;
}

.autor-followers-unfollow.from-posts-feed ,
.autor-followers-follow.from-posts-feed {
    width: auto;
    min-width: auto;
    background: transparent;
    height: auto;
}

button.autor-followers-unfollow.from-posts-feed svg path,
button.autor-followers-follow.from-posts-feed svg path {
    stroke: #0AB1D6 !important;
}

button.autor-followers-unfollow.from-posts-feed.disabled,
button.autor-followers-follow.from-posts-feed.disabled {
    background: transparent;
}

button.autor-followers-unfollow.from-posts-feed.disabled svg path,
button.autor-followers-follow.from-posts-feed.disabled svg path {
    stroke: #ececec !important;
}

button.autor-followers-unfollow.from-posts-feed:not(.disabled):hover,
button.autor-followers-follow.from-posts-feed:not(.disabled):hover {
    border: none;
    background: transparent;
}

.social-feed-post-content {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    word-wrap: break-word;
    display: block;
}

.social-feed-post-content img {
    margin-top: 20px;
    border-radius: 26px;
    width: 50%;
    min-width: 300px;
}

p.social-feed-post-reposted {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

p.social-feed-post-reposted span {
    margin-left: 10px;
    color: #A1AEB7;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.social-feed-post .social-feed-post {
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    padding: 30px;
}

.social-feed-post .social-feed-post-poll {
    margin: 20px 0;
}

.social-feed-post .social-feed-post-poll-option {
    margin-bottom: 7px;
}

.social-feed-post .social-feed-post-poll-option span {
    margin-left: 5px;
}

.social-feed-post button.social-feed-post-poll-vote {
    width: 125px;
    min-width: 125px;
    border: 2px solid transparent;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background: #0AB1D6;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.social-feed-post button.social-feed-post-poll-vote:hover{
    border: 2px solid #0AB1D6;
    color: #0AB1D6;
    background: #fff;
}

.social-feed-post-poll-results {
    width: 50%;
    min-width: 230px;
}

.social-feed-post .social-feed-post-poll-option-result {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.social-feed-post .social-feed-post-poll-option-result .social-feed-post-poll-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #0AB1D6; 
    z-index: 1;
    transition: width 0.3s ease;
}

.social-feed-post .social-feed-post-poll-option-result span {
    position: relative;
    z-index: 2; 
}

#social-feed-post-form-counter{
    display: none;
}

#social-feed-post-form-counter.active {
    display: block;
    color: #757575;
}

.social-feed-post-footer {
    width: 50%;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-feed-post-footer button {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
}

button.social-feed-post-footer-save {
    margin-left: 15%;
}

.social-feed-post-footer button svg {
    margin-right: 15px;
}

.social-feed-post-footer-likes:not(.disabled):hover svg,
.social-feed-post-footer-likes.unlike svg,
.social-feed-post-footer-save:not(.disabled):hover svg,
.social-feed-post-footer-save.unsave svg{
    fill: #001a45;
}

.social-feed-post-footer-likes.disabled svg path,
.social-feed-post-footer-likes.disabled svg path{
    stroke: #ececec;
}

.social-feed-load-more {
    display: none;
    color: #D9D9D9;
    font-size: 16px;
    line-height: 24px;
}

.social-feed-load-more.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-feed-load-more span {
    margin-bottom: 5px;
}

.single-user_posts .social-feed-posts {
    margin-top: 20px;
}

.single-user_posts .social-feed-post-footer-comments svg {
    fill: #001a45;
}

.social-feed .container-theme {
    margin-left: 0;
}

.social-feed a.back {
    margin: 30px 0;
    text-decoration: none;
    cursor: pointer;
    width: 125px;
    border: 3px solid transparent;
    border-radius: 15px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    background: #0AB1D6;
}

.social-feed a.back:hover {
    color: #0AB1D6;
    background: transparent;
    border: 3px solid #0AB1D6;
}

.social-feed a.back img {
    margin-right: 10px;
}

.social-feed button#delete-files img {
    height: 100%;
    width: auto;
}

main.social-feed.repost_wrap .social-feed-posts {
    border: 2px solid #F5F5F5;
    padding: 30px;
    border-radius: 20px;
    margin-top: -40px;
}

main.social-feed.repost_wrap .social-feed-post{
    border-bottom: none;
}

main.social-feed.repost_wrap .social-feed-post-form-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-feed-post-owner-actions-list {
    display: none;
}

button.social-feed-post-owner-actions-button {
    border: none;
    background: transparent;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 99;
}

.social-feed-post .social-feed-post button.social-feed-post-owner-actions-button {
    top: 10px;
}

button.social-feed-post-owner-actions-button svg {
    width: 20px;
    height: auto;
}

.social-feed-post-owner-actions-list.active {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99999;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0 0 20px 20px;
    width: 200px;
    padding: 20px;
    background: #fff;
}

.social-feed-post-owner-actions-list ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #001a45;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin: 5px 0;
}

.social-feed-post-owner-actions-list ul li a svg {
    margin-right: 10px;
}

.social-feed-share-popup-email{
    display: none;
}

form.social-feed-share-popup-email.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form.social-feed-share-popup-email.active input[type=email] {
    width: 100%;
    height: 49px;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

form.social-feed-share-popup-email.active input[type=submit] {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    border: 3px solid transparent;
    border-radius: 15px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    background: #0AB1D6;
}

form.social-feed-share-popup-email.active input[type=submit]:hover {
    border: 3px solid #0AB1D6;
    color: #0AB1D6;
    background: #fff;
}

.social-feed-share-popup-qr{
    display: none;
}

.social-feed-share-popup-qr.active{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

a.social-feed-share-button.qr {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001a45;
    margin-top: -5px;
}

a.social-feed-share-button.qr svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.social-feed-post-head-left-title {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.autor-comments-block .social-feed-title,
.autor-comments-block .social-feed-posts {
    padding: 0 15px;
}

.user-block-notification {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.user-block-notification > span {
    font-size: 20px;
    font-weight: 500;
    color: #A1AEB7;
    line-height: 1.5;
}
.autor-comments-block .posts-list-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

@media all and (max-width: 1400px) {
    .social-feed-sidebar{
        display: none;
    }
}

@media all and (max-width: 1200px) {
    main.social-feed {
        margin-top: 0;
    }
}

@media all and (max-width: 1200px) {
    main.social-feed {
        margin-top: 0;
    }
}

@media all and (max-width: 991px) {
    .page-template-social-feed .header .logo ,
    .single-user_posts .header .logo ,
    .page-template-template-repost .header .logo {
        display: flex;
    }
}

@media all and (max-width: 900px) {
    .social-feed-post-content img {
        width: 100%;
    }

    .social-feed-post-footer {
        width: 100%;
    }

    .social-feed-tab:nth-child(2) {
        margin-right: 0;
    }
}

@media (min-width: 769px) {
    .comment-author-username,
    .comment-content .comment-container,
    .comment-content .comment-btns,
    .social-feed-post-head-left-content .social-feed-post-reposted,
    .social-feed-post-head-left-text,
    .footer-feed-bar {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .social-feed-post.reposted_last_class {
        padding-bottom: 30px;
    }    
    .social-feed-post.reposted_last_class .social-feed-post-footer {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 60px);
    }
    .social-feed .container-fluid {
        padding-right: 26px;
        padding-left: 27px;
    }
    .social-feed-tab {
        font-size: 13px;
    }
    .social-feed-tab:hover:after,
    .social-feed-tab.active:after {
        height: 3px;
        bottom: -5px;
    }
    .social-feed-tab.favorites svg {
        width: 12px;
        height: 12px;
        margin-left: 5px;
    }
    .social-feed-post-form {
        display: flex;
        flex-direction: row;
        gap: 15px;
        align-items: center;
        margin: 10px 0 0 0;
        padding-bottom: 10px;
    }
    .social-feed-post-form-avatar img {
        width: 49px;
        height: 49px;
        min-width: 49px;
        border-radius: 49px;
    }
    .social-feed-post-form-textarea {
        margin: 0;
    }
    .social-feed-post-form-textarea textarea {
        font-size: 13px;
        padding: 13px 0 0;
        line-height: 1;
    }
    .social-feed-post-form-actions {
        display: flex;
        align-items: center;
        gap: 7px;
    }
    .social-feed-post-form-actions button {
        margin: 0;
    }
    .social-feed-post-form-actions button svg {
        width: 16px;
        height: 16px;
    }
    .social-feed .comments-wrapper .form-submit input.submit,
    button.social-feed-post-form-submit,
    .social-feed a.back {
        font-size: 13px;
        width: 65px;
        min-width: 65px;
        height: 27px;
        border-radius: 11px;
    }
    .social-feed .comments-wrapper .form-submit input.submit:hover,
    button.social-feed-post-form-submit:hover,
    .social-feed a.back:hover {
        border-width: 1px;
    }
    .social-feed a.back {
        text-transform: uppercase;
        margin: 14px 0;
    }
    .single-user_posts .social-feed-posts,
    .social-feed-posts {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 16px;
    }
    .single-user_posts .social-feed-posts {
        padding-top: 10px;
        border-top: 1px solid #f5f5f5;
    }
    .social-feed-post {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    button.social-feed-post-owner-actions-button {
        padding: 0;
        top: -3px;
        right: 5px;
        transform: rotate(90deg);
    }
    button.social-feed-post-owner-actions-button svg {
        width: 15px;
        height: 15px;
    }
    .social-feed-post-head-left {
        gap: 14px;
        align-items: start;
        width: 100%;
    }
    .social-feed-post-head-left-image img {
        width: 49px;
        height: 49px;
        min-width: 49px;
        border-radius: 49px;
        margin: 0;
    }
    .social-feed-post-head-left h3 {
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
    }
    span.social-feed-post-head-username,
    span.social-feed-post-head-time {
        font-size: 12px;
        line-height: 1.4;
        margin-left: -3px;
    }
    .social-feed-post-head-left-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    .social-feed-post-head-left-title {
        display: flex;
        column-gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        padding-right: 25px;
    }
    .social-feed-post-head-left-text {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .social-feed-tabs,
    .social-feed-post-head-right,
    .social-feed-post > .social-feed-post-reposted,
    .social-feed-post > .social-feed-post-content,
    .social-feed-post > .social-feed-post-footer,
    .social-feed-post > .social-feed-post-poll,
    .social-feed-post > .social-feed-post-poll-results {
        display: none;
    }
    .social-feed-post-head-left-text .social-feed-post-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
    }
    .social-feed-post-head-left-text .social-feed-post-content img {
        width: 100%;
        min-width: unset;
        margin: 0;
        border-radius: 10px;
        max-height: 137px;
        object-fit: cover;
    }
    .social-feed-post-head-left-text .social-feed-post-footer {
        min-width: unset;
    }
    .social-feed-post-head-left-text .social-feed-post-footer button {
        font-size: 13px;
        line-height: 1.5;
    }
    .social-feed-post-head-left-text .social-feed-post-footer button svg {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .social-feed-post .social-feed-post,
    main.social-feed.repost_wrap .social-feed-posts {
        margin: 10px 0;
        padding: 10px;
        border-radius: 10px;
    }
    .social-feed-post .social-feed-post button.social-feed-post-owner-actions-button {
        top: 9px;
        right: 14px;
    }
    .social-feed-post-owner-actions-list.active {
        padding: 10px;
        max-width: 100%;
        min-width: 120px;
        width: auto;
        top: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 4px 0px #00000040;
    }
    .social-feed-post-owner-actions-list ul li a {
        font-size: 15px;
        line-height: 1.5;
    }
    .social-feed-post-owner-actions-list ul li a svg {
        width: 18px;
        height: 18px;
    }
    .social-feed-post-head-left-content .social-feed-post-reposted {
        margin: 0;
    }
    .social-feed-post-head-left-content .social-feed-post-reposted svg {
        width: 14px;
        height: 14px;
    }
    .social-feed-post-head-left-content .social-feed-post-reposted span {
        font-size: 13px;
        line-height: 1.5;
    }
    .social-feed .comments-wrapper .comments-area {
        padding-top: 11px;
    }
    .social-feed h2.comments-title {
        font-size: 13px;
        line-height: 1.5;
        margin: 0;
    }
    .social-feed .comment {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .social-feed .left-comment {
        width: 100%;
        align-items: start;
        gap: 14px;
    }
    .social-feed .comment-avatar {
        display: block;
    }
    .social-feed .comment-avatar img {
        min-width: 49px;
        max-width: 49px;
        height: 49px;
    }
    .social-feed a.comment-author {
        line-height: 1;
        font-size: 13px;
    }
    .social-feed a.comment-author span {
        font-size: 13px;
        line-height: 1.3;
    }
    .social-feed .right-comment {
        display: none;
    }
    .social-feed .comment-content {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .social-feed .comment-text {
        padding: 5px 17px 5px 12px;
    }
    .social-feed .comment-text p {
        font-size: 13px;
    }
    .social-feed .comment-btns {
        margin: 0;
        gap: 15px;
    }
    .social-feed .like-button {
        padding: 0 0 0 2px;
        font-size: 13px;
        line-height: 1.5;
    }
    .social-feed button.reply-button {
        font-size: 13px;
        padding: 3px 0 0 0;
        line-height: 1.5;
    }
    .social-feed .comment > .comment-container,
    .social-feed .comment > .comment-btns {
        display: none;
    }
    .social-feed .like-button::before {
        top: 4px;
    }
    .comments .comment-form-wrapper {
        margin: 0 -11px 0 -15px;
    }
    .social-feed .top-comment-field {
        padding: 8px 24px 8px 22px;
        border-radius: 10px;
        flex-direction: row;
        align-items: center;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .social-feed .comment-form-title {
        font-size: 13px;
        line-height: 1.5;
        margin: 0;
    }
    .social-feed .user-info {
        margin: 0;
    }
    .social-feed .user-avatar img {
        width: 49px;
        height: 49px;
        margin: 0;
    }
    .social-feed .user-buttons {
        display: none;
    }
    .social-feed .cke_top {
        justify-content: start !important;
    }
    .social-feed .comments-wrapper .form-submit input.submit {
        font-size: 13px !important;
        width: 65px;
        min-width: 65px;
        height: 27px;
        border-radius: 11px !important;
        padding: 0;
        text-align: center !important;
    }
    .social-feed .comment-form-image label {
        width: unset;
    }
    .social-feed .comment-form-image label img {
        width: 10px;
    }
    .social-feed .send-area {
        padding-top: 7px;
    }
    .social-feed .comment-form-image #file-names {
        font-size: 13px;
    }
    .social-feed .comment-form-image .delete-files {
        width: unset;
    }
    .social-feed .comment-form-image .delete-files img {
        width: 14px;
        height: 14px;
    }
    .page-template-social-feed .footer .scroll-top,
    .single-user_posts .footer .scroll-top {
        bottom: 11%;
        width: 40px;
        height: 40px;
    }
    .social-feed .comment-author-username {
        display: inline;
    }
    .social-feed .comment-content .comment-container {
        display: block;
    }
    .social-feed .comment-content .comment-btns {
        display: flex;
    }
    .autor-followers {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    button.autor-followers-unfollow,
    button.autor-followers-follow {
        height: 27px;
        border-radius: 11px;
        width: 100px;
        min-width: unset;
        font-size: 13px;
    }
    button.autor-followers-unfollow svg,
    button.autor-followers-follow svg {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .autor-followers-more-actions {
        height: 27px;
    }
    button.autor-followers-show-actions {
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    button.autor-followers-show-actions svg {
        height: 20px;
    }
    .autor-followers-count,
    .autor-following-count {
        width: 100%;
        margin-top: 5px;
    }
    .page-template-author-info .autor-followers-count {
        text-align: left;
    }
    .autor-followers-count a,
    .autor-following-count a,
    .page-template-author-info .autor-comments-block .autor-bio-item,
    .page-template-author-info .hvac-tags-item {
        font-size: 13px;
    }
    .page-template-author-info .hvac-tags {
        gap: 5px;
    }
    .autor-followers-actions-list.active{
        border-radius: 10px;
        padding: 5px 15px;
        max-width: 320px;
        width: auto;
        box-shadow: 0px 0px 4px 0px #00000040;
        right: 0;
        z-index: 999;
    }
    .autor-followers-actions-list li {
        margin: 5px 0;
    }
    .autor-followers-actions-list li a {
        font-size: 13px;
        margin: 5px 0;
        line-height: 1.5;
    }
    .autor-followers-actions-list li svg {
        width: 14px;
    }
    .autor-followers-actions-list li span {
        white-space: nowrap;
    }
    .page-template-author-info .autor-comments-block .posts-list-title h2 {
        font-size: 18px;
    }
    .user-block-notification {
        gap: 10px;
    }
    .user-block-notification > span {
        font-size: 14px;
    }
    #social-feed-post-form-counter.active {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 600px) {
    span.social-feed-post-head-time {
        margin-left: 10px;
    }

    .social-feed-tabs {
        font-size: 20px;
        line-height: 30px;
    }

    .social-feed-share-popup {
        padding: 20px;
    }
    .social-feed-share-popup-header h2 {
        font-size: 16px;
        line-height: normal;
    }
    a.social-feed-share-popup-close {
        line-height: 1;
        color: #001A45;
    }
}

@media all and (max-width: 440px) {
    .social-feed-tabs {
        font-size: 16px;
        line-height: 20px;
    }

    .social-feed-tab.favorites svg {
        margin-left: 10px;
    }

    span.social-feed-post-head-time {
        margin-left: 0;
    }
}

@media (max-width: 350px) {
    .social-feed-tab.favorites svg {
        display: none;
    }
    main.social-feed.repost_wrap .social-feed-posts .social-feed-post-head-left-text .social-feed-post-footer button svg {
        width: 12px;
        height: 12px;
    }
}

/* Social posts feed END */
