
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/

.bsPostMeta {
    list-style-type: none !important;
    padding-left: 0 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #000;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}

.bsPostMeta li {
    margin-bottom: 15px;
}

.bsPostMeta li .et_pb_animation_top.et-animated {
    color: #4989c8;
    font-size: 32px;
    vertical-align: middle;
}
.bsPostMeta li img {
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.bsPostMeta li.insurance {
    line-height: 24px;
    display: flex;
}
.bsPostMeta li.insurance .et_pb_animation_top.et-animated {
    float: left;
    margin-right: 15px;
}
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {

}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {
    
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}