/* ================= ROW  ================= */
.row-info {
    /* border: 1px solid red; */
    padding-left: 10%;
    padding-right: 10%;
}

.col-sm {
    /* border: 1px solid green; */
}

/* ================= SOCIAL SHARE ================= */

.share-button {
    height: auto;
    /* border: 1px solid blue; */
    display: flex;
    /* float: right; */
}

.share-button .social {
    /* border: 1px solid red; */
    display: flex;
}

.social .fbtn {
    width: 50px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 18px;
    transition: all ease-in-out 0.3s;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.social .fbtn:hover {
    /* background-color: rgba(235, 97, 35, 1); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.social .fa {
    padding: 10px 0px
}

.whatsapp {
    background-color: #5E9940;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.facebook {
    background-color: #3b5998;
}

.gplus {
    background-color: #dd4b39;
}

.twitter {
    background-color: #55acee;
}

.copylink {
    background-color: #333;
}

.stumbleupon {
    background-color: #eb4924;
}

.pinterest {
    background-color: #cc2127;
}

.linkedin {
    background-color: #0077b5;
}

.buffer {
    background-color: #323b43;
}


.count-views {
    font-size: .8rem;
    display: flex;
}

.count-views>div {
    /* width: 10px; */
    height: 100%;
    padding: 10px;
    background-color: #333;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    line-height: 16px;
    color: #fff;

    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.count-views>div i {
    font-size: 1rem;
}


.news-date h6 {
    font-size: .9rem;
    font-weight: normal !important;
    height: 100%;
}

.image_news {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;

    position: relative;
    overflow: hidden;
}

.image_news img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 80%;
    overflow: hidden;
    border-radius: 10px;

    height: auto;
    transform: scale(1, 1);
}

.isi-news {
    text-align: justify;
    line-height: 1rem;
    /* border: 1px solid red; */
}

.isi-news p {
    /* text-indent: 2rem; */
}



/* !================================================ M O B I L E ================================================ */
/* !============================================================================================================= */

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

    #section h1 {
        font-size: 1.5rem !important;
    }

    /* ================= ROW  ================= */
    .row-info {
        /* border: 1px solid red; */
        padding-left: 2%;
        padding-right: 2%;
    }

    .col-sm {
        /* border: 1px solid green; */
    }

    /* ================= SOCIAL SHARE ================= */

    .share-button {
        height: auto;
        /* border: 1px solid blue; */
        display: flex;
        /* float: right; */
    }

    .share-button .social {
        /* border: 1px solid red; */
        display: flex;
    }

    .social .fbtn {
        width: 35px;
        display: inline-block;
        color: #fff !important;
        text-align: center;
        line-height: 18px;
        transition: all ease-in-out 0.3s;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .social .fbtn:hover {
        /* background-color: rgba(235, 97, 35, 1); */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    }

    .social .fa {
        padding: 10px 0px
    }

    .whatsapp {
        background-color: #5E9940;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .facebook {
        background-color: #3b5998;
    }

    .gplus {
        background-color: #dd4b39;
    }

    .twitter {
        background-color: #55acee;
    }

    .copylink {
        background-color: #333;
    }

    .stumbleupon {
        background-color: #eb4924;
    }

    .pinterest {
        background-color: #cc2127;
    }

    .linkedin {
        background-color: #0077b5;
    }

    .buffer {
        background-color: #323b43;
    }


    .count-views {
        font-size: .7rem;
        display: flex;
    }

    .count-views>div {
        /* width: 10px; */
        height: 100%;
        padding: 10px;
        background-color: #333;

        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;

        line-height: 16px;
        color: #fff;

        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .count-views>div i {
        font-size: .8rem;
    }


    .news-date h6 {
        font-size: .7rem;
        font-weight: normal !important;
        height: 100%;
    }

    .image_news {
        /* border: 1px solid red; */
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;

        position: relative;
        overflow: hidden;
    }

    .image_news img {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;

        height: auto;
        transform: scale(1, 1);
    }

    .isi-news {
        text-align: justify;
        line-height: 1.6rem;
        font-size: .7rem !important;
    }

    .isi-news p {
        /* text-indent: 2rem; */
    }
}