@font-face {
    font-family: msr900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }
@font-face {
    font-family: msr500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
  }

  @font-face {
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
  }

  .ime-author{
      margin-bottom: 5px;
  }

ul{
    padding-left: 30px !important;
}

.tekst ul {
  padding-left: 0 !important;
}

.feed-content ul, .feed-content ol, .feed-content li {
    list-style: initial !important;
}

li{
    margin-bottom: 15px !important;
}

.spinner-wrap{
    display: flex;
}

.spinner-show{
    width: 30px;
    height: 30px;
    margin-top: 14px;
    margin-left: 20px;
    display: inline-block;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: black;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;

}

.wrapper{
    margin-top: 10px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.plavo{

    background: #E2F2F9;
    width: 660px;
    margin: auto;
}

.plavo-tekst{

    width: 560px;
    margin: auto;
    display: block;
    font-size: 16px;
    font-family: Helvetica;
    line-height: 22px;
    font-weight: 100;

}

.link-plavo{
    font-weight: bold;
    text-decoration: underline;
}

.naslov-plavo{

    font-size: 26px;
    line-height: 38px;
    font-family: msr700;
    width: 560px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 20px;

}

.ostali{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 560px;
    margin-top: 25px;
    padding-bottom: 30px;

}

.komentator {
    margin-bottom: 25px;
    margin-right: 10px;
    display: flex;
}

.komentator-avatar > img {
    border-radius: 50%;
    margin-right: 15px;
    width: 50px;
}

.komentator-info {
    display: flex;
    flex-direction: column;
}

.plavo-ime{
    font-size: 19px;
    font-family: msr900;
    margin-bottom: 7px;
    color: #333;
}

.plavo-pozicija {
    font-family: msr300;
    color: #555;
    line-height: 22px;
}

.share-link-tooltip{

    width: auto;
    height: 13px;
    background: #FEFFD3;
    border-radius: 100px;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 10px 1px;
    margin-right: 7px;
    margin-top: 15px;
    font-family: 'msr300';
    font-size: 11px;
    text-transform: uppercase;
    /* position: absolute;
    left: 0px; */
}
@-webkit-keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;}
    100% { opacity: 0;}
}
@keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;}
    100% { opacity: 0;}
}

.share-link-tooltip{
    display: block;
    -webkit-animation: fadeOut 5s;
    animation: fadeOut 5s;
    /* animation-fill-mode: forwards; */
}


.share-icon{
    width: 20px;
    padding-bottom: 2px;
}

.share-icon-anon {
    width: 20px;
    padding: 0px 0px;
    height: 20px;
    margin-top: -3px;
}

.feed-content a{
    border-bottom: #0000ff 2px solid;
    padding-bottom: 2px;
}

.feed-content > ul {
    list-style-type: initial;
}

.title-feed{
    font-size: 30px;
    line-height: 38px;
    width: 100%;

    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
}

/* .link-single{
    width: 845px;
height: 50px;
background: #E8F8E8;
border-radius: 100px;

font-family: msr300;
font-style: normal;
font-weight: normal;

font-size: 11px;
padding: 9px;

line-height: 19px;
text-transform: uppercase;
color: #333333;

} */

.link-single {
    width: 845px;
    height: 50px;
    background: #33A331;
    border-radius: 100px;
    font-style: normal;
    font-family: 'msr5';
    font-size: 11px;
    padding: 9px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}

.avatar-single{
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.author-info-wrapper{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/* .author-info-wrapper a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
} */

.author-info-wrapper-2{
    display: flex;
    align-items: center;
    margin-top: 27px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.author-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 5px;
}

.author-info > div a {
    display: flex;
    align-items: center;
}

.author-name{
    font-family: msr500;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
}

.author-name-anonimno{
    font-family: msr500;
    font-size: 11px;
    text-transform: uppercase;
    cursor: default;
}

.author-title {
    font-family: msr300;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
}

.post-time-info-wrapper, .comment-time-info-wrapper {
    display: flex;
    align-items: center;
    margin-left: 15px;
    /* margin-bottom: 1px; */
    justify-content: space-evenly;
}

.post-time-info, .comment-time-info {
    font-family: msr300;
    font-size: 11px;
    text-transform: uppercase;
    color: #555;
    margin: 0 4px;
}

.bullet {
    color: #555;
    font-size: 11px;
}

.comment-type {
    width: fit-content;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    font-size: 11px;
    background: #E5E5E5;
    border-radius: 100px;
    border-style: none;
    color: #333;
    font-family: msr500;
    -webkit-appearance: none;
    /* display: block; */
    /* padding-top: 9px; */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
}

.btns_wrapper {
    display: flex;
    flex-direction: row;
}

.upvotes1, .odgovori_btn, .upvote_comment, .share_link, .share_link_anon {

    width: 22px;
    height: 15px;
    background: #EDEDED;
    border-radius: 100px;
    display: flex;
    justify-content: space-evenly;
    padding: 3px 10px 1px;
    margin-right: 7px;
    margin-top: 15px;

}

.upvotes1, .odgovori_btn, .upvote_comment, .share_link:hover, .share_link_anon:hover {
    cursor: pointer;
}

.upvote-icon{
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.upvotes_num{
    font-family: msr500;
    font-size: 13px;
    margin-right: 4px;
}

#reply_form {
    margin-top: 20px;
}

.feed-content{
font-family: Helvetica;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 28px;
color: #333333;
margin-top: 15px;


}

.feed-content img {
  max-width: 100%;
  height: auto;
}

.section-heading{
font-family: msr300;
font-style: normal;
font-weight: normal;
font-size: 21px;
line-height: 45px;
color: #000000;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 5px;
}

.pravila{
    margin-bottom: 20px;
}

.pravila ul{

font-family: Helvetica;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 25px;
color: #777777;
padding-left: 20px;
}

.pravila > ul > li {
    list-style: none !important;
}

.pravila h2{
    font-family: Helvetica;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 25px;
color: #777777;
margin-top: 15px;
margin-bottom: 10px;
}

.pravila a {
    text-decoration: underline;
}

#komentar,
#komentar-reply {
    background: #F2F2F2;
    opacity: 0.66;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    width: 800px;
    height: 200px;
    margin-top: 10px;
    font-size: 14px;
    font-family: msr300;
    padding-left: 5px;
    padding-top: 5px;
}

.komentar-label{
    color: #333333;
    display: block;
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    padding-top: 8px;
    width: fit-content;
}

#daily {
    margin-bottom: 20px;
}

.spinner-hidden, .spinner-hidden2 {
    display: none;
}

.spinner {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: black;
    animation: spin 0.2s ease-in-out infinite;
    -webkit-animation: spin 0.2s ease-in-out infinite;
}


.pravila-label{
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
}

.pravila-label a{
    text-decoration: underline;
}

.radio-paragraph{
    font-family: Helvetica;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 25px;
color: #777777;
margin-top: -20px;
margin-bottom: 10px;

}

form label{
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.radio-wrapper {
    display: inline-block;
}

.radio-type{
    cursor: pointer;

}

.radio-label {
    text-transform: lowercase;
    margin-right: 15px;
}


.crno1{
    width: 100px;
height: 30px;
font-size: 12px;
    background: black;
    border-radius: 100px;
    border-style: none;
    color: white;
    font-family: msr500;

    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-appearance: none;
}



.posalji, .posalji-odgovor{
    width: 260px;
    height: 36px;
    font-size: 12px;
    border-style: none;
    color: white;
    font-family: msr500;
    text-align: center;
    display: block;
    background: #33A331;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 60px;
    cursor: pointer;
    -webkit-appearance: none;
}

.posalji:hover {
    opacity: 0.8;
}

.posalji:active {
    opacity: unset;
    background: #127610
}

.posalji-2{
    height: 24px;
    padding-top: 12px;
    margin-top: 50px;
}

.link-icon{

    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;

}

#newsletter{
    margin-top: 60px;
}

.diskusija{
    margin-top: 15px;
    margin-bottom: -25px;
}

.crno-logout{
    width: 100px;
    height: 22px;
    font-size: 12px;
        background: black;
        border-radius: 100px;
        border-style: none;
        color: white;
        font-family: msr500;
        display: block;

        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-appearance: none;
        padding-top: 8px;
}

.list {
    padding-left: 20px;
}
.nested-ul {
    padding-left: 40px;
}
.grafikon {
    height: 416px;
    width: 512px;
}


.children {
    /* display: none; */
    margin-left: 40px;
}

@media screen and (max-width: 800px){

    .alignnone{
        width: 100%;
        height: 100%;
    }

    .plavo{
        width: 95%;
    }

    .plavo-tekst{

        width: 90%;
        line-height: 25px;

    }

    .naslov-plavo{
        width: 90%;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;

    }

    .ostali{
        width: 95%;
        padding-bottom: 0px;

    }
    .registruj{
        width: fit-content !important;
    }
    .wrapper{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #komentar{
        width: 100%;

    }

    .feed-content a{

    width: fit-content;
    overflow-wrap: break-word;
    display: inline;
    }

    .title-feed {
        padding: 0;
        color: black;
        margin-top: 15px;
    }

    .post-time-info {
        width: fit-content;
    }
    .grafikon {
        height: auto;
        width: 100%;
    }

    .radio-wrapper {
        display: block;
    }

    .komentator {
        margin-bottom: unset;
    }

    .link-single {
        font-size: 10px;
    }
}

@media screen and (max-width: 550px){
    .children {
        margin-left: 20px;
    }
}

@media screen and (max-width: 430px){
    .children {
        margin-left: 0px;
    }
    .author-title {
        font-size: 10px;
    }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
