﻿/* ============================ ARTICLE START ================================*/
main.article-listing {
    font-family: Roboto,sans-serif !important;
    color: #808080 !important;
}

.container .bannerImage{
    width:100%;
    height:auto;
    object-fit:cover;
}

.article-title > h2 {
    font-size: 30px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    line-height: 40px;
}

.badge-category {
    color: #808080;
    background-color: #fff;
    border: 1px solid #000;
}

.article-author {
    font-size: 15px !important;
    font-weight: bold;
    letter-spacing:1px;
    color: #1C74BB;
}

aside {
    background: #fff;
    margin-top: 50px !important;
    margin-bottom: 40px;
}

.widget.latest-posts {
}

.article > .article-image > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}

.article-description > p {
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-word;
}

.article-buttons > .previous-article, .article-buttons > .next-article {
    display: inline;
}

.previous-article {
    float: left;
}

.next-article {
    float: right;
}

    .next-article > .nextButton, .previous-article > .prevButton {
        color: black;
        font-style: normal;
        border-radius: 5%;
        border: 2px solid coral;
        padding: 10px 15px;
    }

        .next-article > .nextButton:hover, .previous-article > .prevButton:hover {
            color: white;
            font-style: normal;
            background-color: coral;
        }

.authorBtn > .linkToAuthor {
    color: black !important;
    border-radius: 5% !important;
    border: 2px solid coral !important;
    padding: 5px 5px !important;
}

    .authorBtn > .linkToAuthor:hover {
        color: white !important;
        background-color: coral !important;
    }

.ellipsisAuthor {
    line-height: 25px;
    font-size: 15px;
}

.relatedImage > img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.latestArticleTitle {
    font-size: 20px !important;
    text-align: left;
    padding: 0 20px;
    color: #808080;
}

    .latestArticleTitle:hover {
        color: #000 !important;
    }

.blog-posts a:hover {
    text-decoration: none;
    color: #000 !important;
}

.latestAuthorName {
    font-size: 15px !important;
    margin-bottom: 10px;
}

.latestArticleHorizontalLine {
    border-color: #1C74BB !important;
    width: 25%;
    border-width: 3px;
    margin-top: 25px;
}

.latest-posts {
    border: 2px solid #1C74BB;
    border-radius: 40px;
    padding: 20px;
}

.articlePageDownloadButton .linearGradientButtonBigger {
    background: transparent linear-gradient(90deg, #35B04B 0%, #3599DF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #1A75B65E;
    border-radius: 8px;
    padding: 10px 15px;    
    font-size: 18px;
}

.emailBox {
    height: 230px !important;
    width: auto !important;
}

.emailBox > img{
    margin-top:-150px !important;
    width:50%;
    height:auto;
}

div.emailBoxContent{
    display:flex;
    align-items:center;
    justify-content:center;
}




/* ============================ ARTICLE END ================================*/



/* ============================ MEDIA QUERIES START ================================*/


@media only screen and (min-width: 280px){
    .article-title > h2{
        font-size:18px !important;
        line-height:25px;
    }

    .article-author > p{
        font-size:13px !important;
        letter-spacing: 0px;
    }

    .articlePageDownloadButton .linearGradientButtonBigger {
        font-size: 13px !important;
    }

    .articlePageDownloadButton{
        width:170px !important; 
        height:auto !important;
        margin-left:auto;
        margin-right:auto;
    }

    .emailBox > img {
        margin-top: -110px !important;
        width: 50%;
        height: auto;
    }

    .latestArticleTitle{
        font-size:13px !important;
    }

    .latestAuthorName{
        font-size:11px !important; 
    }
}

@media only screen and (min-width:320px){
    .latestArticleTitle {
        font-size: 13px !important;
    }

    .latestAuthorName {
        font-size: 12px !important;
    }
}

@media only screen and (min-width:600px) {

    .article-title > h2 {
        font-size: 25px !important;
        line-height: 35px;
    }

    .article-author > p {
        font-size: 15px !important;
        letter-spacing: 0px;
    }

    .articlePageDownloadButton .linearGradientButtonBigger {
        font-size: 15px !important;
    }

    .articlePageDownloadButton {
        width: 270px !important;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .emailBox > img {
        margin-top: -160px !important;
        width: 40%;
        height: auto;
    }

    .latestArticleTitle {
        font-size: 18px !important;
    }

    .latestAuthorName {
        font-size: 14px !important;
    }
}

@media only screen and (min-width:768px) {

    .emailBox > img {
        margin-top: -160px !important;
        width: 25%;
        height: auto;
    }
}


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

    .emailBox > img {
        margin-top: -160px !important;
        width: 25%;
        height: auto;
    }
}


@media only screen and (min-width:1024px) {

    .article-title > h2 {
        font-size: 25px !important;
        line-height: 35px;
    }

    .article-author > p {
        font-size: 15px !important;
        letter-spacing: 0px;
    }

    .articlePageDownloadButton .linearGradientButtonBigger {
        font-size: 15px !important;
    }

    .articlePageDownloadButton {
        width: 270px !important;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .emailBox > img {
        margin-top: -180px !important;
        width: 70%;
        height: auto;
    }

    .latestArticleTitle {
        font-size: 15px !important;
    }

    .latestAuthorName {
        font-size: 12px !important;
    }
}

@media only screen and (min-width:1280px) {

    .emailBox > img {
        margin-top: -130px !important;
        width: 50%;
        height: auto;
    }
}

    /* ============================ MEDIA QUERIES END ================================*/
