/*
Theme Name: INSGC
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-lightbox {
	top: 0 !important;
	margin-top: 0 !important;
}
.insgc-post-container {
    margin-bottom: 30px;
}
.insgc-post-image-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fl-archive .fl-post.insgc-post {
    padding: 20px !important;
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.insgc-post p {
    height: 100px;
    overflow: hidden;
}
.insgc-post h3 {
    font-size: 30px;
    height: 84px;
    overflow: hidden;
}
.insgc-post h3 a {
    color: #fff;
}
.insgc-post-title a {
    width: 100%;
    display: inline-block;
}