/*
Theme Name:  Learnn Theme Child
Theme URI:  https://susannarosa.com
Description:  Override everithing with Learnn Black Style
Author:  Susanna Rosa
Textdomain:  mccollin
Author URI:  https://susannarosa.com/
Template:  hello-elementor
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/


:learnn-kit {
  --pure-balck: #000;
  --dark-grey: #0c0c0c;
  --semi-dark-grey: #171718;
  --medium-grey: #19191C;
  --light-grey: #6D6D6D;
  --pure-white: #FFF;
}


/*Fonts*/

@font-face {
  font-family: "Messina Sans";
  src: url("fonts/MessinaSansWeb-Black.woff2") format("woff2"), url("fonts/MessinaSans-Bold.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Messina Sans";
  src: url("fonts/MessinaSans-Bold.woff2") format("woff2"), url("fonts/MessinaSans-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Messina Sans";
  src: url("fonts/MessinaSans-SemiBold.woff2") format("woff2"), url("fonts/MessinaSans-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Messina Sans";
  src: url("fonts/MessinaSans-SemiBold.woff2") format("woff2"), url("fonts/MessinaSans-SemiBold.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Messina Sans";
  src: url("fonts/MessinaSans-Book.woff2") format("woff2"), url("fonts/MessinaSans-Book.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Messina Sans";
  src: url("fonts/MessinaSans-Light.woff2") format("woff2"), url("fonts/MessinaSans-Light.woff") format("woff");
  font-weight: 300;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.page-template-default h1.entry-title {
    display: none !important;
}
body {
    background-color: #000 !important; /*0c0c0c*/
    color: #FFF !important;
    font-family: 'Messina Sans', sans-serif !important;
}
header#site-header {
    display: none;
}
main#content {
    max-width: 1140px;
}

a:hover {
    color: #fff !important;
}

h1, h2, h3, h4, h5 {
    letter-spacing: -0.4px;
    font-weight: 800 !important;
    line-height: 1.1em !important;
}
#feedback-sidebar a {
    color: #fff;
    font-weight: 500;
}
button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
    color: #ffffff;
    background-color: #111111;
    text-decoration: none;
    border-radius: 5px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000 !important;
    border: 1px solid #000 !important;
}

#feedback-feed .card-body {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 17px 25px 17px 15px;
}

#feedback-sidebar .card-text {
    font-size: 13px;
    padding-bottom: 2px;
}


.card {
    background: #19191c !important;
    margin-bottom: 1rem;
    border-radius: 15px !important;
}

h2.card-title {
    font-size: 23px;
}
select.form-select-dark {
    background: #171718;
    color: #fff;
    border: 1px solid #ffffff1a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    font-size: 14px;
}

.card-title a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-container span.label {
    font-size: 10px;
    background: #323232;
    border-radius: 5px;
    padding: 2px 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    height: 20px;
    display: flex;
    align-items: center;
}

.post-container span.category {
    background: #323232 !important;
    color: #fff !important;
}
.taxonomy {
    display: flex;
}

.card-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card-publish {
    display: flex;
    align-items: center;
    flex-direction: row;
}


/*
#feedback-feed .card:hover .arrow-up.vote-up:before {
    opacity:1;
}
.arrow-up.vote-up:before {
    content: '👉';
    position: absolute;
    left: -10px;
    border-radius: 5px;
    padding: 2px;
    font-size: 25px;
    top: 16px;
    opacity:0;
    
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
*/


.post-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.post-container .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    opacity: 0.7;
}


button#update_page {
    border-color: #525252 !important;
    color: #646464 !important;
    border: none !important;
}

button {
    border-radius: 5px !important;
    padding: 5px 15px;
    color: #fff;
    border-color: #fff;
}
[type="submit"] {
    border-color: #fff;
    color: #000;
    background: #fff;
    font-weight: 800;
    letter-spacing: -0.4px;
    font-size: 18px;
}
.form-select:focus {
    border-color: #636363;
}
.page-content {
    margin: 0px -12px;
}
#back_btn {
    border: 1px solid #555353;
    background: #333335;
    font-weight: 400;
}
.single-feedbacks .single-feedback-content {
    margin-bottom: 2rem;
    width:90%;
    opacity: 0.85;
}
.single-feedbacks h1.entry-title {
    font-size: 29px;
}
.single-feedbacks main#content {
    max-width: 1140px;
}

textarea#comment {
    background: #2a2a2a;
    border-radius: 10px;
    color: #fff;
    margin-top: 5px;
    border: 1px solid #ffffff1a;
}
button.btn.btn-primary {
    background: #fff;
    color: #000;
    border-color: #fff;
    font-weight: 800;
    letter-spacing: -0.4px;
}
.comment-notes {
    display:none;
}
div#postModal {
    color: #000;
}
button#create_post {
    background: #fff;
    color: #000;
}
p.comment-form-comment label {
    display: none;
}

.publish_detail {
    font-size: 12px;
    opacity: 0.4;
    display: flex;
    align-items: flex-end;
}
button.trash_post, #edit_personal_info {
    border: none;
    padding: 0px 7px;
    color: #c44949;
    font-size: 12px;
}
.feedback-card .badge {
    font-size: 14px;
    background: #101010;
}
.taxonomy span.cat {
    border: 1px solid #707278;
    color: #a8abb4;
    background: #171718;
}
.taxonomy span {
    background: #0c0c0c;
    padding: 4px 8px;
    margin: 3px 6px 2px 0px;
    border-radius: 6px;
    font-size: 14px;
    color: #7c7c7c;
    display: inline-block;
    border: 1px solid #ffffff1c;
    cursor: default;
    background: #19191c !important;
}
.taxonomy span.status {
    padding: 2px 8px;
}
span.status-nuovo {
    background: #062e4d !important;
    color: #03a9f4;
}
span.status-approvato, span.status-fatto {
    background: #0f3c00 !important;
    color: #52e021;
}
span.status-backlog {
    background: #503c01 !important;
    color: #ffbf00;
}
span.status-in-review {
    background: #3f2312 !important;
    color: #ff6b22;
}
span.status-chiuso, span.status-rejected {
    background: #45130f !important;
    color: #e2372a;
}
span.status.status-archiviato {
    background: #303030 !important;
    color: #8b8888;
}

/* 
5=bug | 6=idea | 7=features | 19 = news | 20=nuovo corso | 21=aggiornamento corso
8 = nuovo | 10 = in review | 11 = chiuso | 12 = archiviato | 9 = approvato | 13 = fatto | 14 = backlog | 15 = rejected
*/
.tag:before, .tag-label:before {
    margin-right: 4px;
}
.tag-label-5:before {
    content: '🐛';
}
.tag-label-7:before {
    content: '📥';
}
.tag-label-6:before {
    content: '💡';
}
.tag-label-19:before {
    content: '📣';
}
.tag-label-20:before {
    content: '🙏';
}
.tag-label-21:before {
    content: '✋';
}

.tag-label-24:before { /*viaggio*/
    content: '🚂';
}
.tag-label-23:before { /*alloggio*/
    content: '🏠';
}
.tag-label-25:before { /*networking*/
    content: '🤝';
}
.tag-label-31:before { /*nuovo tool*/
    content: '🛠️';
}
.tag-label-30:before { /*upgrade*/
    content: '📈';
}
.taxonomy span.tag-label-19 { /* LABEL NOVITA' */
    background: #ffffff;
    font-weight: 900;
    color: #000;
    border: 1px solid #000000;
}


.single-feedbacks .taxonomy {
    margin-bottom: 1rem;
}
span.author-role {
    margin: 0px 2px 0px 4px;
    background: #4a4a4a;
    color: #000;
    padding: 1px 3px 0px;
    font-size: 8px;
    font-weight: 800;
    position: relative;
    top: -2px;
    border-radius: 3px;
}
span.author-role.role-pro {
    background: #000000;
    color: #6c6b6b;
}
.meta a:before {
    content: '💬';
    font-size: 11px;
    opacity: 0.8;
}
.rjs-comment {
    padding: 1rem !important;
    border: 1px solid #ffffff0a;
    border-radius: 15px;
    background: #111112;
}
.rjs-comment-authorname {
    font-size: 17px;
    font-weight: 600;
}
.rjs-comment-date {
    font-size: 12px;
}
.rjs-comment-reply {
    padding: 6px 8px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 11px;
}
.rjs-comment-body p {
    margin-bottom: 0px;
}
.rjs-comment-reply a {
    color: #ffffff75;
    font-weight: 600;
    text-decoration: none;
}
.rjs-comment-reply span {
    margin-left: 8px;
}
.rjs-comment-authorinfo {
    line-height: 1em;
    margin-bottom: 8px;
}
p.rjs-comment-text {
    opacity: 0.8;
}
#comments .comment-list {
    margin-bottom: 2rem !important;
}

section#comments h3 {
    font-size: 20px;
}
a#cancel-comment-reply-link {
    font-size: 14px;
}


.total_votes {
    display: none;
}
/*
.arrow-down {
    visibility: hidden;
}
*/

.punteggio {
    background: #111;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.totale_voti {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}
.totale_voti_label {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 1em;
    margin-top: 10px;
}
hr {
    width: 100%;
    opacity: 0.2;
    margin: 2rem 0 1rem;
}
form#personal_info {
    width: 100%;
}
form#personal_info input {
    margin-bottom: 5px;
    background: #000;
    color: #fff;
    border: 1px solid #ffffff29;
    border-radius: 7px;
}
form#personal_info button {
    margin-top: 10px;
    font-weight: 800;
    background: #404040;
    border: 1px solid #ffffff29;
    color: #fff;
}


.feedback-card {
    background: #171718;
    padding: 2rem;
    border-radius: 15px;
}
.feedback-card-main {
    max-width: 650px !important;
}
.feedback-meta .label {
    font-size: 15px;
    font-weight: 400;
    color: #a5a5a5;
}
.feedback-meta > div {
    margin-bottom: 12px;
    align-items: center;
}
.feedback-card .text {
    font-size: 14px;
}
.feedback-content {
    width: 100%;
}
input.form-dark,textarea.form-dark {
    background: #171718;
    color: #fff;
    border: 1px solid #ffffff1a;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
}

form#search_form {
    display: flex;
    align-items: center;
    position: relative;
}

form#search_form svg.search-icon {
    position: absolute;margin-left: 8px;
}
input#search_input {
    padding-left: 32px;
}
input#search_input::placeholder {
    font: 14px/3 sans-serif;
}

.emoji .arrow-up:before,.emoji .arrow-down:before {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    opacity:0.3;
}
.emoji .arrow-up:hover:before,.emoji .arrow-down:hover:before {
    opacity: 1;
}
.emoji .arrow-up:before {
    content: '👍';
}
.emoji .arrow-down:before {
    content: '👎';
}

.emoji.voted-up .arrow-up:before,.emoji.voted-down .arrow-down:before {
    opacity: 1;
}
.emoji svg {
    display: none;
}

.modal-backdrop.show {
    opacity: 0.9 !important;
}
.modal-dark .modal-content {
    background: #262525;
    border-radius: 15px;
    color: #fff;
}
.modal-dark .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-dark .modal-footer {
    border-top: 1px solid #ffffff1c;
}
.modal-dark .modal-header {
    border-bottom: 1px solid #ffffff1c;
}


.tag-selection label {
    background: #383737;
    border: 1px solid #ffffff17;
    color: #ffffffc7;
    margin: 0px 0px 5px;
    font-size: 14px;
    padding: 2px 8px;
}

.tag-selection .btn-check:checked+.btn, .tag-selection .btn.active, .tag-selection .btn.show, .tag-selection .btn:first-child:active, .tag-selection :not(.btn-check)+.btn:active {
    background: #121212;
    border: 1px solid #4b4b4b;
    color: #fff;
}
.tag-selection .btn-check+.btn:hover {
    background: #1f1f1f;
    border: 1px solid #ffffff1c;
    color: #fff;
}
.btn-secondary {
    background: #262525 !important;
    border: 1px solid #ffffff2b !important;
}

.comment-reply-title a {
    color: #fff;
    text-decoration: none;
}
.comment-reply-title small a {
    text-decoration: underline;
    opacity: 0.6;
}
.arrow-up:hover, .arrow-down:hover {
    cursor: pointer;
}
.feedback-filters .form-select {
    width: 140px;
}
.feedback-filters .form-select {
    margin-right: 8px;
}
#remove_filters {
    font-weight: 500;
    padding: 3px 7px;
    border: none;
    font-size: 12px;
    margin-right: 7px;
    color: #ffffffa1;
}

.form-submit.disabled {
    pointer-events: none;
    opacity: 0.1;
}


.pagination {
    display: flex;
    justify-content: center;
}
.pagination span, .pagination a {
    margin: 0px 10px;
}
.pagination span {
    opacity: 0.4;
}
.pagination a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
}
p.input-desc {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 5px;
    line-height: 1.2em;
    opacity: 0.5;
    margin-left: 2px;
}
.modal .form-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 2px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}
button#edit_personal_info {
    color: #5b5a5a;
}


.card-body {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.vote-container {
    display: flex;
    width: 65px;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    flex-direction: column;
    border-left: 1px solid #ffffff14;
    margin-left: 16px;
}
.current_vote {
    font-size: 24px;
}
.vote-container .arrow-up svg, .vote-container .arrow-down svg {
    stroke: #565656;
}
.voted-up .arrow-up svg {
    stroke: #8aff00;
}
.voted-down .arrow-down svg {
    stroke: red;
}
.total_votes {
    font-size: 12px;
    opacity: 0.4;
}
.card-text {
    font-size: 14px;
    padding-bottom: 10px;
}
.card-title {
    font-size: 26px;
}
.card.no-flex .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}
.meta a img {
    margin-top: 9px;
    top: 1px;
    position: relative;
}
.meta a {
    text-decoration: none !important;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
}
span.author-role {
    margin: 0px 2px 0px 4px;
}
.with-minus:before {
    content:'-';
}

span.group-labels span {
    margin-left: 2px;
    margin-bottom: 2px;
}
span.group-labels {
    display: inline-block;
    text-align: right;
}

@media only screen and (max-width: 600px) {
  .feedback-filters .form-select {
        width: 90px;
        padding: .375rem 1.8rem .375rem .5rem !important;
        background-position: right 0.4rem center;
        font-size: 12px;
    }
}

