﻿/* The max width is dependant on the container (more info below) */
/* Max Width of the popover (depending on the container!) */

.cursor-pointer {cursor: pointer;}
#blog-list{min-height:500px;}

.blog-single {
    font-family: arial,'Open Sans Condensed', sans-serif;
    /*font-weight: 300; arial, blog-item-inner
    font-size: 15px;*/
    font-weight: 500;
    font-size: 16px;
}
.blog-item-inner h1 {
    font-weight: 500;
    font-size: 32px;
    color: #333;
    margin-top: 0px;
}
.blog-item-inner .ph2 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 24px;
}

.blog-single p {
    line-height: 26px;
}
.sg-slogan{margin-top:15px; }