/*********** Blog ************/
.grid{
    margin-bottom:50px;
}
.post-img-container{
    max-height: 80vh;
    overflow: hidden;
}
.post-img{
    width:100%;
}
.post-title{
    color:#000;
    font-size: 20px;
    line-height: 25px;
}
.post-description{
    /* text-align: center; */
}
.post-date{
    text-align: center;
}
.post-title-big{
    max-width:633px;
    margin: 30px auto 20px;
    color:#000;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-family: Elsie-Black;
}
h2.post-title-big{
    max-width:633px;
    margin: 30px auto 20px;
    color:#000;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-family: Elsie-Black;
}
.post-body-container{
    max-width:630px;
    margin: 0 auto;
    padding:5px 10px;
    text-align: justify;
}
.blog-categories-container{
    margin:0;
    padding:20px 0 10px;
    width:100%;
    overflow: auto;
}
.block-shadow{
    width:100%;
    margin-bottom: 50px;
    height:1px;
    border-bottom:1px solid #d8dae1;
    box-shadow: 0px 1px 1px #ebecf0;
}
.blog-categories-container li{
    float:left;
    padding: 0 20px;
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
    font-size: 14px;
}
.blog-categories-container li a{
    color:#000;
}
.blog-categories-container li a.cat-active, .blog-categories-container li a:hover{
    color:#1b718e;
}
.blog-categories-container li:first-child{
    padding-left: 0;
}

div.div_one_image, div.div_two_image{
    position:relative;
    width: 155%;
    left:-27.5%;
    margin:50px 0;
    overflow: auto;
}
div.div_one_image img{
    max-width: 100%;
    width: 100%;
    height:auto;
}

.first_image, .second_image{
    position:relative;
    margin:0;
    padding: 0;
    width:48%;
    height:400px;
    float:left;
    clear: none;
    overflow: hidden;
}
.second_image{
    float:right;
}
.div_two_image img{
    position: absolute;
    display:block;
    margin:0;
    padding:0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:auto;
    width:auto;
    max-width: unset;
    max-height: unset;
}
.div_two_image img.vertical{
    width:100%;
}
.div_two_image img.horizontal{
    height:100%;
}
.bottom-container h3{
    font-size: 1.3em;
    text-align: center;
    text-transform: none;
}
.bottom-container h4{
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
}
.bottom-container h5{
    color: #000;
    font-size: 1.3em;
    text-align: center;
}

/********* Mobile Iphone 6+ *********/
@media (max-width: 414px) {
    .blog-categories-container li{
        padding: 0 5px;
        font-size: 10px;
    }
    .post-body-container{
        padding: 5px 0px;
    }
    div.div_one_image, div.div_two_image{
        /*position: static;*/
        /*max-width: 100%;*/
        width: 100%;
        left:0px;
        right:0px;
        margin-left:0px;
        margin-right:0px;
    }
    .first_image, .second_image{
        height: 180px;
    }
}
/*********** End Blog ************/
