/* style blog 
------------------------------------------------------ */
/* all style */
.rt-blog-shortcode {
	overflow: hidden;
}
.entry-continue {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 25px 0 0;
}
.entry-continue a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 20px;
	color: #333;
}
.rt-blog-shortcode .fusion-row article .post-inner .entry-content .entry-title {
	margin: 0;
	padding: 0;
	background: none;
}
/* style 1 */
.rt-blog-shortcode.style-blog-1 .fusion-row article {
	width: 23.5%;
	float: left;
	overflow: hidden;
	margin: 0 2% 20px 0;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article:nth-child(4n) {
	margin-right: 0;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-thumb {
	padding: 4px;
	border: 1px solid #d7d7d7;
	background: #FFF;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-thumb > a {
	display: block;
	line-height: 0;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-thumb > a img {
	width: 100%;
	height: auto;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-content {
	padding: 5px 0;
	margin: 0;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-content .entry-title {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 2px;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-content .entry-title > a {
    color: #333333;
    font-weight: 600;
    display: block;
    overflow: hidden;
    height: 40px;
    margin-bottom: 5px;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-content .entry-description {
	height: 80px;
	overflow: hidden;
	margin-bottom: 15px;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .post-inner .entry-content > .view-more {
	color: #de2d50;
	font-size: 13px;
}
.rt-blog-shortcode.style-blog-1 .fusion-row article .meta {
	border-top: 1px solid #d3d3d3;
	padding-top: 5px;
	font-size: 13px;
	color: #444444;
}
/* style 2 */
.rt-blog-shortcode.style-blog-2 .fusion-row .first-element {
	width: 48%;
	float: left;
	overflow: hidden;
	margin: 0 0 15px;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .first-element .post-inner .entry-thumb > a {
	display: block;
	line-height: 0;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .first-element .post-inner .entry-thumb > a img {
	width: 100%;
	height: 210px;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .first-element .post-inner .entry-content .entry-title > a {
    color: #333;
    font-weight: 700;
    display: block;
    max-height: 20px;
    overflow: hidden;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .first-element .post-inner .entry-content .entry-description {
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 15px;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .first-element .post-inner .entry-content > .view-more {
	color: #222;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	float: right;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element {
	width: 49%;
	float: right;
	margin:0 0 10px;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element .post-inner .entry-thumb {
    height: 95px;
    width: 135px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element .post-inner .entry-thumb > a {
	display: block;
	line-height: 0;
	width: 100%;
	height: 100%;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element .post-inner .entry-thumb > a img {
	width: 100%;
	height: 100%;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element .post-inner .entry-content {
	padding: 0 ;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element .post-inner .entry-content .entry-title a {
	color: #333;
	display: block;
	height: 40px;
	overflow: hidden;
}
.rt-blog-shortcode.style-blog-2 .fusion-row .not-first-element .post-inner .entry-content .entry-description {
	max-height: 60px;
	overflow: hidden;
}
/* style 3 */
.rt-blog-shortcode.style-blog-3 .fusion-row article {
	overflow: hidden;
	padding: 5px 0;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-thumb {
    width: 235px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin: 0 15px 0 0;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-thumb img {
	width: 100%;
	height: 100%;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-content {
	padding: 0;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-content  .entry-title {
	max-height: 20px;
	overflow: hidden;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-content  .entry-title a {
	color: #333;
	display: block;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-content .entry-description {
	max-height: 80px;
	overflow: hidden;
}
.rt-blog-shortcode.style-blog-3 .fusion-row article .post-inner .entry-content .view-more {
	color: #333;
	float: right;
	display: inline-block;
}
/* style 4 */
.rt-blog-shortcode.style-blog-4 .fusion-row .first-element {
	width: 48%;
	float: left;
	overflow: hidden;
	margin: 0 0 15px;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .first-element .post-inner .entry-thumb > a {
	display: block;
	line-height: 0;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .first-element .post-inner .entry-thumb > a img {
	width: 100%;
	height: 210px;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .first-element .post-inner .entry-content .entry-title > a {
    color: #333;
    font-weight: 700;
    display: block;
    max-height: 20px;
    overflow: hidden;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .first-element .post-inner .entry-content .entry-description {
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 15px;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .first-element .post-inner .entry-content > .view-more {
	color: #222;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	float: right;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .not-first-element {
	width: 49%;
	float: right;
	margin:0 0 10px;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .not-first-element .post-inner .entry-content {
	padding: 0 ;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .not-first-element .post-inner .entry-content .entry-title {
	margin: 0;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .not-first-element .post-inner .entry-content .entry-title a {
	color: #333;
	display: block;
	height: 40px;
	overflow: hidden;
}
.rt-blog-shortcode.style-blog-4 .fusion-row .not-first-element .post-inner .entry-content .entry-description {
	max-height: 60px;
	overflow: hidden;
}
/* style 5 */
.rt-blog-shortcode.style-blog-5 .fusion-row article {
    overflow: hidden;
    width: 48%;
    float: left;
    margin: 0 0 15px;
}
.rt-blog-shortcode.style-blog-5 .fusion-row article:nth-child(2n) {
	float: right;
}
.rt-blog-shortcode.style-blog-5 .fusion-row article .post-inner .entry-thumb {
	width: 120px;
	height: 80px;
	float: left;
	margin: 0 15px 0 0;
}
.rt-blog-shortcode.style-blog-5 .fusion-row article .post-inner .entry-content {
    padding: 0;
    float: right;
    width: calc( 100% - 135px);
}
.rt-blog-shortcode.style-blog-5 .fusion-row article .post-inner .entry-content .entry-title {
	max-height: 20px;
    margin: 0 0 5px;
	overflow: hidden;
	text-indent: 0;
}
.rt-blog-shortcode.style-blog-5 .fusion-row article .post-inner .entry-content .entry-title a {
	color: #333;
	display: block;
}
.rt-blog-shortcode.style-blog-5 .fusion-row article .post-inner .entry-content .entry-description {
	max-height: 60px;
	overflow: hidden;
	font-size: 13px;
}
