@font-face {
    font-family: me;
    src: url(Klarheit\ Grotesk\ Regular.ttf);
}

body::-webkit-scrollbar {
    /* display: none; */
}

:root {
    --a-hover: #1A73E8;
    --contain: #EFF3F6;
    --white: #fff;
    --black: #000;
    --border: #E2E5E8;
    --faint-p: #676767;
    --loader: #ccc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: me;
}

.wkpg-p-one {
    font-size: 48px;
    line-height: 60px;
    margin: 24px 0;
    font-weight: 600;
}

.wkpg-p-one-half {
    font-size: 18px;
}

.wkpg-p-two {
    font-size: 16px;
    line-height: 24px;
}

.wkpg-p-three {
    font-size: 14px;
    line-height: 21px;
}

.wkpg-p-four {
    font-size: 12px;
}

.art-lazy {
    background: var(--loader);
}

.art-lazy-between {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.art-lazy.loaded {
    background-color: transparent;
}

.art-hr {
    color: var(--border);
    opacity: .5;
}

.art-contain {
    /* border: 1px solid green; */
    width: 100%;
    min-height: 100vh;
    background: var(--white);
    padding: 24px;
    display: flex;
    justify-content: center;
}

.art-read {
    /* border: 1px solid red; */
    width: 768px;
    height: auto;
    background: var(--white);
    color: var(--black);
}

.art-read-top {
    /* border: 1px solid blue; */
    width: 100%;
    height: auto;
}

.art-top-one {
    /* border: 1px solid blue; */
    width: 100%;
    height: 120px;
}

.art-top-two {
    width: 100%;
    /* border: 1px solid green; */
    height: 400px;
}

.art-top-three {
    width: 100%;
    /* border: 1px solid red; */
    height: auto;
}

.art-three-below {
    width: 100%;
    /* border: 1px solid green; */
    height: auto;
}

.art-three-below-profile {
    width: 100%;
    /* border: 1px solid blue; */
    height: 100px;
    /* display: flex; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.art-profile-left {
    width: 460px;
    /* border: 1px solid red; */
    height: 100%;
    float: left;
    display: flex;

}

.art-profile-left-left {
    /* border: 1px solid green; */
    width: 20%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.art-profile-left-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.art-profile-left-right {
    /* border: 1px solid red; */
    width: 80%;
    height: 100%;
    padding-top: 12px;
}

.art-egronomic-mini {
    /* border: 1px solid blue; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--black);
    cursor: pointer;

}
.art-egronomic-mini:hover{
    color:var(--a-hover);
}
.art-egronomic {
    margin-top: 4px;

    /* border: 1px solid red; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--faint-p);
}
.art-profile-below{
    color: var(--faint-p);
    /* margin-left:24px; */
}
.art-profile-right {
    width: 200px;
    /* border: 1px solid blue; */
    height: auto;
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center;
}

.art-profile-right p {
    color: var(--a-hover);
}

.art-btn {
    padding: 5px 18px;
    border: 1px solid var(--black);
    outline: none;
    background: var(--white);
    color: var(--black);
    border-radius: 3px;
    transition: .3s ease-in-out;
    cursor: pointer;
    /* margin-right: 32px; */
}

.art-btn:hover {
    background: var(--black);
    color: #fff;
}

.art-read-between {
    /* border: 1px solid green; */
    width: 100%;
    height: auto;
}

.art-read-between p {
    margin: 48px 0;
    line-height: 40px;
    font-size: 20px;
}


.art-read-below {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    /* text-align: right; */
    padding-bottom: 48px;
}

.art-classic-a {
    /* border: 1px solid red; */
    font-size: 15px;
    line-height: 12.5px;
    text-decoration: none;
    margin-bottom: 12px;
    color: #676767;
    align-self: flex-end;
}
.art-classic-a:hover{
    color: var(--a-hover);
}

.art-below-incoming{
    /* border: 1px solid green; */
    margin-top: 8px;
}
.art-hashtags{
    color: var(--a-hover);
    font-weight: 600;
    cursor: pointer;
}
.art-hashtags:hover{
    text-decoration: underline;
}

.art-reaction{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
}

.art-btn-below{
    padding: 5px 18px;
    border: 1px solid var(--black);
    outline: none;
    background: var(--white);
    color: var(--black);
    border-radius: 3px;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-right: 32px;
    font-size: 14px;
    /* line-height: 48px; */
    font-family: monospace;
}

.art-btn-below:hover {
    background: var(--black);
    color: var(--white);
}
.wkpg-share {
  /* border: 1px solid green; */
    width: auto;
    border-radius: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wkpg-share span {
    border: 1px solid var(--border);
    font-weight: 600;
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    font-size: 14px;
    padding: 8px 13px;
    display: flex;
    color: var(--black);
    border-radius: 3px;
}

.wkpg-share span i {
    margin-right: 5px;
    margin-top: 3px;
}

.wkpg-share .wkpg-nav {
  /* border: 1px solid red; */
    font-size: 0;
}


.wkpg-share a {
  /* border: 1px solid red; */
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background-color: var(--white);
    color: var(--white);
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 -20px;
    /* cursor: none; */
}

.wkpg-share a:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0;
}

.wkpg-share a:nth-child(1):hover {
    background-color: #3B5998;
}

.wkpg-share a:nth-child(2):hover {
    background-color: #0077B5;
}

.wkpg-share a:nth-child(3):hover {
    background-color: #00ACED;
}

.wkpg-share a:nth-child(4) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-right: 0;
}

.wkpg-share a:nth-child(4):hover {
    background-color: #27C34B;
}

.wkpg-share:hover span {
    opacity: 0;
}

.wkpg-share:hover a {
    border-radius: 50%;
    margin: 0 5px;
    color: var(--white);
    font-size: 14px;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: var(--black);
    /* cursor: pointer; */
}

.wkpg-share:hover a:hover {
    color: #fff;

}

.art-reaction-tags{
    /* border: 1px solid red; */
    width:100%;
    height:auto;
    display: flex;

}
.art-rxn{
    /* border: 1px solid red; */
    margin-right: 6px;
    width:55px;
    height:55px;
    position: relative;
    border-radius: 50%;
}
.art-rxn-img{
    width:100%;
    height:100%;
    border-radius: 50%;

}
.art-rxn i{
    /* border: 1px solid red; */
    right: -3px;
    position: absolute;
    bottom: -3px;
    font-size:12px;
    width:20px;
    height:20px;
    color: var(--black);
    transform: scaleX(-1);
    background: var(--faint-p);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:720px){
    .art-profile-left {
        width: 70%;


    }
    .art-profile-right {
        width: 30%;

    }
}
@media (max-width:660px){
    .art-profile-right {
        flex-direction: column;
    }
    .art-btn {
        margin-top: 12px;
        font-size: xx-small
    }
    .art-profile-left-img {
        width: 50px;
        height: 50px;
    }
    .wkpg-p-one {
        font-size: 32px;
        line-height: 50px;
    }

    .art-profile-left-left {
        width: auto;
    }

    .art-profile-left-right {
        width: 85%;
        padding-top: 16px;
        padding-left: 8px;
    }
    .art-top-two{
        height:350px;
    }
}
@media (max-width:425px){
    .art-top-two{
        height:250px;
    }
}
