/********** BLOG ************/

.blog-container article {
    width: calc(33.333% - 33px);
    display: inline-block;
    margin: 50px 15px;
    vertical-align: top;
    transition: all ease-in-out 0.3s;
    position:relative;
}

.blog-container {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
}



.blog-container img{
    border-radius: 7px 7px 0px 0px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}



.blog nav{
    /*display: none;*/
}

.blog-banner {
    background-color: #fafafa;
    padding: 70px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-banner h1{
    color: #282828;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 36px;
    margin:0;
}


.blog-banner h1:after {
    display:none;
    content: "";
    height: 50px;
    width: 50px;
    background-image: url(../images/banner-heading.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    bottom: -60px;
}

.entry-time, .category-type, .entry-author{
    display: inline-block;
    font-size: 12px;
}

.entry-byline a:hover{
   color:#005eb8;
}

.entry-byline{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-top:10px;
    height:30px;
}

.entry-byline a{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#282828;

}








/********** BLOG POST ************/

.singular .blog-container{
    padding-top: 0;
   /* height:250px;*/
}

.post-container{
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
    font-size:0px;
}

.post-content{
    width: calc(70% - 2px);
    display: inline-block;
    vertical-align: top;
    transition: all ease-in-out 0.3S;
}

.post-sidebar{
    width: calc(30% - 42px);
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    padding-right: 0;
    transition: all ease-in-out 0.3S;
}

.post-sidebar ul{
    padding-left: 0;
}
.post-sidebar li{
    list-style: none;
    padding: 5px 0;
    font-size: 14px;

}

.featured-post-img img{
    width: 100%;
    height: 240px;
    border-radius: 10px;
}

/*

div#sidebar-blog-1 {
    -webkit-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.1);
    padding: 10px 20px;
    border-top: 5px solid #bb9f52;
    border-radius: 5px;
}
div#sidebar-blog-2 {
    -webkit-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.1);
    padding: 10px 20px;
    margin-top: 20px;
    border-top: 5px solid #bb9f52;
    border-radius: 5px;
}

*/

.post-sidebar a{
    color: #333333;
}



.post-sidebar a:hover{
    color: #005eb8;
}

#sidebar-blog-1 h3{
    position: relative;
}

/*

#sidebar-blog-1 h3::after{
    content: "";
    height: 30px;
    width: 30px;
    background: url(../images/news.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: -3px;
    margin-left: 20px;
}

*/

#sidebar-blog-2 h3{
    position: relative;
}

/*

#sidebar-blog-2 h3::after{
    content: "";
    height: 40px;
    width: 40px;
    background: url(../images/Services.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: -10px;
    margin-left: 20px;
}

*/

.singular .entry-content p {
    color: #282828;
    font-size: 16px;
    margin: 10px 0;
}

.singular h1{
	font-family: Arial;
    padding: 0;
    color: #282828;
    text-align: left;
    padding-top: 20px;
    text-transform: unset;
    font-size: 35px;
}

.singular h2{
    font-size: 24px;
    color: #282828;
}


.singular h3{
    font-size: 18px;
}

.singular h4{

}

.singular h5{

}

.post-content img {
    width: 100%;
   /* max-width: 550px; */
    height: auto;
    margin-top: 25px;
    border-radius: 10px;
}
.singular ul li,
.singular ol li{
    color: #868e96;
}


.singular ol.big-fonts li{
    font-size: 20px;
    color: #001d34;
    font-weight: bold;
}

.singular ol.big-fonts li p, .singular ol.big-fonts li a{
    font-size: 15px;
    font-weight: normal;
}
.singular ol.big-fonts li li{
    font-size: 15px;
    font-weight: normal;
    color: #868e96;
}

.singular-post .entry-content .featured-post-img img{
    width: 100%;
    height: auto;
    border-radius: 0;
}

li.cat-item {
    line-height: 2;
}

.singular blockquote{

}

.entry-footer{
    position:absolute;
}

.pagination .screen-reader-text{
    display:none;
}

.nav-links {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin-top:50px;
    color:#282828!important;
}

a.page-numbers{
     font-family: 'Montserrat', sans-serif;
      color:#282828!important;
}

.nav-links:hover {
    color:#005eb8!important;
}

.nav-links:hover {
    color:#005eb8!important;
}

.page-numbers.current {
    color:#005eb8!important;
}

.pagination .nav-links a{
    padding:0 15px;
}

.gallery-icon img {
    border-radius: 0px;
}
















@media screen and (max-width: 991px){
    .blog-container article {
        width: calc(50% - 12px);
        display: inline-block;
        /*border: 2px solid #bb9f52;*/
        border-radius: 10px;
        margin: 30px 5px;
        vertical-align: top;
    }


      .singular .blog-container article {
        width: calc(33.333% - 13px);
    }


    .post-sidebar{
        display: none;
    }
    .post-content{
        width: 100%;
    }

    .singular h1{
    font-size: 28px;
}
}


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

    .blog-container h2.entry-title, .related-posts-row h3.entry-title {
    height: auto;
}

    .blog-container article {
        width: calc(100% - 17px);
        display: inline-block;
        /*border: 2px solid #bb9f52;*/
        border-radius: 10px;
        margin: 20px 5px;
        vertical-align: top;
        margin-bottom:40px;
    }

    .singular .blog-container article {
         width: calc(100% - 17px);
    }

        .singular h1{
    font-size: 24px;
}

.blog-banner {
    padding: 40px 20px;
}

.blog-banner h1{
    font-size: 24px;
}
    .singular .related-posts article:first-child{
        margin-left: 0;
    }

.entry-byline {
    height: auto;
}

}
