@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

.subheader {
    display: flex;
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    font-size: 0.875rem;
    margin-bottom: 2dvh;
    color: #222021;

}

.subheader>img {
    height: 3dvh;
    width: auto;
    margin: auto;
    margin-right: 1dvw;
    margin-left: 1dvw;
}

.subheader>h1 {
    white-space: nowrap;
    margin: auto;
}

.header-vborder {
    border-bottom: 2px #c94f38 solid;
    width: 100%;
    height: 50%;
    margin-left: 1dvw !important;
    margin-right: 0 !important;
    margin: auto;
}

.piece {
    display: flex;
    flex-direction: column;
    direction: ltr;
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #222021;

}

.piece>h1 {
    text-align: right;
    font-weight: bold;
    font-size: 5rem;
    /* border: 1px #222021 solid;
    border-left: 0;
    border-right: 0; */
    padding: 5dvh 0 5dvh 0; 
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1));
    width: 100%;
    margin: 0 auto;
}

#quote {
    display: flex;
    flex-direction: row;
    padding: 5dvh 0 5dvh 0;
    margin: auto;
}

#quote>i {
    color: #c94f38 !important;
    font-size: 2rem;
}

#quote>h2 {
    padding: 10px;
    text-align: center;
    font-size: 2rem;
}

.piececover {
    padding-top: 2dvh;
    width: 100%;
    margin: auto;
    position: relative;

}

.piececover>img {
    width: 100%;
    /* height: 30dvh; */
    margin: 0 auto;
    object-fit: contain;
    border-radius: 15px;
}

.piececover-src {
    background-color: #e4e4e4;
    color: #222021cb !important;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding-right: 1dvw;
    padding-left: 1dvw;
    direction: rtl;
}

.piecedetails-container {
    /* display: grid;
    grid-template-columns: 10% 45% 45%;
    grid-template-rows: 30% 70%;
    gap: 0 1dvw; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
    width: 100%;
    height: 12dvh; 
    position: relative;
    background-color: rgba(34, 32, 33, 0.1);
    border-radius: 3px;
    align-items: center;
    margin-top: 5dvh;
    font-size: 2.5rem;
}

.piecedetails {
    display: flex;
    width: 100%;
    height: 100%;
    height: auto;
    direction: rtl;
    padding: 1dvh 7dvw 1dvh 0;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    margin-top: auto;
    margin-bottom: auto;
    gap: 10px 0;
}

.date {
    direction: ltr;
}

#auther {
    flex-basis: 50%;
}

#ref {
    flex-basis: 50%;
}

.auther-social {
    flex-basis: 50%;
    display: flex;
    gap: 5px;
}

.auther-social>a {
    color: #222021 !important;
}

#auther-twitter>i:hover {
    color: #1da1f2;
}

#auther-instgram>i:hover {
    color: #c32aa3;
}

#auther-youtube>i:hover {
    color: #dd4b39;
}

#auther-linkedin>i:hover {
    color: #0A66C2;
}

#auther-tiktok>i:hover {
    color: #6741d9;
}

#piece-date {
    display: flex;
    flex-direction: row;
    gap: 1dvw;
    flex-basis: 50%;
}

.article {
    padding-top: 2dvw;
    direction: rtl;
    /* column-count: 2;
    column-gap: 2dvw; */
    text-align: justify !important;
    /* text-justify: inter-word; */
}

#article>* {
    font-size: 2rem !important;
    font-family: 'Changa' !important;
}

#article-text {
    width: 80%;
    margin: 0 auto;
    font-size: 2rem !important;
    font-family: 'Changa' !important;
}

#article-text>* {
    font-size: 2rem !important;
    font-family: 'Changa' !important;
}

.article>p {
    font-size: 2rem !important;
}

a {
    text-decoration: none;
    color: #fff;
}

p>a:hover {
    color: #d9d9d9;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1% 0 1% 0;
}

._12 {
    font-size: 1.2em;
}

._14 {
    font-size: 1.4em;
}

ul {
    padding: 0;
    list-style: none;
}

.footnotes{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    direction: rtl;
    width: 100%;
    border-radius: 3px;
    background-color: rgba(34, 32, 33, 0.1);
    padding: 1dvh 2dvw;
    margin-bottom: 15dvh;
}

.share {
    direction: ltr;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-height: 12dvh ;

}

.share>ul {
    background-color: rgba(34, 32, 33, 0.3);
    border-radius: 10px;
    padding: 1dvh 1dvw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* gap: 1dvw; */

}
.social-icons{
    margin: auto !important;
} 
.seprator{
    border-left: 1px solid #e1e1e146;
    height: 20% !important;
    margin: 0 0.5dvw; 

}
/* .social-icons li + li {
  border-left: 1px solid #e1e1e146;
} */

.social-icon {
    color: #fff;
    font-size: 1.5rem;
}
/* .social-icons .social-icon {
  padding: 0 0.5dvw; 
} */


.social-icons li {
    vertical-align: top;
    display: inline;
    /* height: 100%; */

}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.share-fa-facebook {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.share-fa-facebook:hover {
    color: #3d5b99 !important;
}

.share-fa-twitter {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.share-fa-twitter:hover {
    color: #00aced !important;
}

.fa-share-nodes {
    color: #c94f38 !important;
    font-size: 2rem;
    text-align: center;
    /* width: 100%;
    margin-left: 0; */
    margin-right: 2dvw;
}

.subscribecicleOnText {
    background-image: url('/static/img/svg/Asset5.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* height: 100%;
    width: 100%;
    display: flex;
    align-items: center; */
}

.share-fa-youtube {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.share-fa-youtube:hover {
    color: #e64a41 !important;
}

.share-fa-linkedin {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.share-fa-linkedin:hover {
    color: #0073a4 !important;
}

.share-fa-whatsapp {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.share-fa-whatsapp:hover {
    color: #25d366 !important;
}

.tags {
    flex-grow: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 1.4rem;
    direction: rtl;
    color: #c94f38 !important;

}

.tags>* {
    text-decoration: none;

}

.tags>i {
    color: #c94f38 !important;
    margin: auto 0;
}

.tags>span {
    border-left: 3px solid #222021;
}

.tags>a {
    color: #222021;
}

.tags>a:hover {
    color: #e1d0b6 !important;
}

/* ________________________________________________________________________________________ */
@media screen and (max-width: 768px) {
    .piecedetails-container{
        margin-top: 1dvh;
        height: 5dvh;
        background-color: rgba(34, 32, 33, 0.3);

    }
    .auther-name, .piece-publish-Date{
        font-size: 0.8rem;
    }
    .footnotes{
        background-color: rgba(34, 32, 33, 0.3);
    }
    .share{
        min-height: 1dvh;
    }
    .fa-share-nodes, .social-icon {
        font-size: 1rem;
        margin-right: 0;
    }
    .share>ul {
        padding: 0.1dvh 1dvw;
    }


    .subheader {
        font-size: 0.5rem;
    }

    .subheader>h1 {
        font-size: 1rem;
    }

    .subheader>img {
        height: 2dvh;
    }

    .header-vborder {
        border-bottom: 1px #c94f38 solid;
    }

    .piece>h1 {
        font-size: 1.5rem;
    }

    #quote>i {
        font-size: 1.3rem;
    }

    #quote>h2 {
        padding: 7px;
        font-size: 1.2rem;
    }

    /* .piececover>img {
        height: 15dvh;
    } */

    .piececover-src {
        font-size: 0.425rem;
    }

    .piecedetails-container>i {
        font-size: 3rem;
    }

    .piecedetails {
        font-size: 0.575rem;
        padding-right: 15dvw;
    }

    .article {
        font-size: 0.6rem;
        column-gap: 4dvw;
    }

    .article>p {
        font-size: 1.125rem !important;
    }

    #article-text {
        font-size: 1.125rem;
    }

    .tags {
        font-size: 1rem;
        gap: 10px;
    }

}