﻿/* ============================ COMMON STYLES START ================================*/
body {
    font-family:'Roboto',sans-serif;
    font-weight:400;
    overflow-x:hidden !important;
}

/* ============================ COMMON STYLES END ================================*/

/* ============================ BLOG HOME START ================================*/

header > h3 {
    font-size: 20px !important;
    color: dodgerblue;
    margin-bottom: 20px !important;
}

h3.h4 {
    font-size: 20px;
    font-weight: 700;
}

p.text-muted {
    font-size: 14px !important;
}

.blog-posts, .categories, .tags {
    font-size: 18px !important;
}

/*Header and navbar start*/

.navbar-nav {
    padding:5px;
    font-size: 15px !important;
}

.categoryNavbar {
    background: transparent linear-gradient(90deg, #1A75B6 0%, #16B8DC 53%, #35B04B 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.navbar-toggler-icon{
    color:#fff !important;
}

li.nav-item .categoryLinks {
    color: black !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 20px;
    margin-top:6px;
    text-transform:uppercase;
}

.searchBox input[type=search] {
    width: 250px !important;
    border-radius:8px;
    border:none !important;
}

.searchIcon{    
    margin: -5px -55px;
}

/*Header and navbar end*/
footer > a {
    text-decoration: none !important;
    color: black;
    font-weight: 500;
}

div > a {
    text-decoration: none !important;
    color: black;
    font-weight: 500;
}

/*POSTS*/

main.posts-listing {
    padding-top: 50px !important;
    padding-left: 0;
    padding-right: 0;
}

    main.posts-listing .post {
        margin-bottom: 50px;
    }

    main.posts-listing .post-footer {
        font-size: 0.8em;
    }

    main.posts-listing .post {
        margin-bottom: 50px;
    }

.post-thumbnail {
    width: 100% !important;       
    margin-bottom: 10px;
}

.post-img {
    width:100% !important;
    height:auto !important;
    object-fit:scale-down !important;
    border-radius:25px;
}

.post-meta {
    margin: 10px 0;
    font-size: 0.8em;
}

    .post-meta .date {
        text-transform: uppercase;
        font-weight: 400;
    }

        .post-meta .date::after {
            display: none;
        }

.post p:not(.lead) {
    font-weight: 400;
    color: #777;
    font-size: 0.95em;
}

.post a {
    text-decoration: none;
}

    .post a:hover, .post a:focus {
        text-decoration: none;
    }

.post h3::first-letter {
    text-transform: capitalize;
}

.post h3 {
    line-height: 1.3em;
    color: #555;
    text-transform: lowercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 1rem;
}

    .post h3:hover {
        color: black;
    }

.post .category {
    color: #000;
    border: 1px solid #aaa;
    border-radius:5px;
    padding:5px;
    font-size:12px !important;
    letter-spacing: 0.05em;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-decoration: none;
}

.post .date {
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa;
}

.post .author {
    color: #aaa;
}

.post .title,
.post .date,
.post .comments,
.post .views {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
}

    .post .title i,
    .post .date i,
    .post .comments i,
    .post .views i {
        margin-right: 5px;
        font-size: 1.1em;
    }

    .post .title::after,
    .post .date::after,
    .post .comments::after,
    .post .views::after {
        content: '|';
        display: inline-block;
        margin: 0 7px;
        font-size: 0.9em;
        color: #ccc;
    }

.latestAuthorName {
    font-size: 14px;
    display: inline-block;
    margin: 0 7px;
    color: darkgray;
}

.post .meta-last::after {
    display: none;
}

main,
aside {
    padding-top: 50px;
}

.comments {
    text-transform: lowercase !important;
}


/*PAGINATION START*/
.pagination-row1 {
    font-size: 15px !important;
}

.pageNumber {
    margin-bottom: -2px;
    color: dodgerblue !important;
    text-decoration: none !important;
    border: 1px thick coral !important;
}

    .pageNumber:hover, .paginationlinks:hover {
        color: coral !important;
        background-color: whitesmoke !important;
    }

.pagination-row1 {
    font-size: 18px;
    font-weight: 500 !important;
}

.pagination-row2 {
    font-size: 18px;
    font-weight: 500 !important;
}

.paginationlinks {
    text-decoration: none !important;
    border: 1px thick coral !important;
}
/*PAGINATION END*/

.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: coral;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: white;
    }

        .site-footer a:hover {
            color: white !important;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none;
}

    .footer-links li {
        display: block;
    }

    .footer-links a {
        color: #737373;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: white;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block;
    }

.site-footer .social-icons {
    text-align: right;
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        background-color: #33353d;
    }

.fa-phone {
    color: white;
}

.fa-envelope-open {
    color: white;
}

.copyright-text {
    margin: 0
}

::-webkit-input-placeholder { /* Edge */
    color: #aaa;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

::placeholder {
    color: #aaa;
    padding: 0px 10px;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0;
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center;
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            font-family: 'Roboto', sans-serif !important;
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe;
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px;
    }

    .social-icons a.facebook:hover {
        background-color: #3366cc;
    }

    .social-icons a.twitter:hover {
        background-color: #00aced;
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6;
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

.blogLogo img{
    width:50%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    object-fit:contain !important;
}

.blogHomeNewsletter{
    margin-bottom: 200px !important;
    margin-top: 50px !important; 
    margin-left:auto;
    margin-right:auto;
}

.blogHomeNewsletterImg{
    margin-top:-20px;
}

.blogHomeNewsletter > .sectionTitle {
    width: 100%;
    height: 120px;
}

.blogHomeNewsletterContent > div.input-group{
    width:50% !important;
}

.blogHomeNewsletterContent input[type=email], .blogHomeNewsletterContent button{
    margin-top:25px;
}

div.blogHomeNewsletterText {
    margin-top: 50px !important;
}

.blogHomeNewsletterSmallText {
    font-size: 14px !important;
    line-height: 10px !important;
}

.blogHomeEmailBox .emailBox {
    height: 230px !important;
    width: auto !important;
    margin-left:auto;
    margin-right:auto;
}

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

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


