/* ===============================================
   ELEMENTS
   =============================================== */

.tiprp-wrap a {
	color: #000;
	-moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

.tiprp-wrap a,
.tiprp-wrap a:hover,
.tiprp-wrap a:active,
.tiprp-wrap a:focus {
	background: none !important;
}

.tiprp-wrap a:hover,
.tiprp-wrap a:active,
.tiprp-wrap a:focus {
	color: #e74c3c !important;
}

.tiprp-wrap img {
	width: 100%;
	height: 100%;
}

/* ===============================================
   CONTENT ALIGN
   =============================================== */

.tiprp-wrap.tiprp-hero-layout.align-left h3,
.tiprp-wrap.tiprp-hero-layout.align-left .tiprp-hero-article .related-post-inner,
.tiprp-wrap.tiprp-classic-layout.align-left h3,
.tiprp-wrap.tiprp-classic-layout.align-left .tiprp-classic-article .tiprp-post-meta,
.tiprp-wrap.tiprp-classic-layout.align-left .tiprp-classic-article .tiprp-post-summary,
.tiprp-wrap.tiprp-list-layout.align-left h3,
.tiprp-wrap.tiprp-list-layout.align-left .tiprp-classic-list-details .tiprp-post-meta,
.tiprp-wrap.tiprp-list-layout.align-left .tiprp-classic-list-details .tiprp-post-summary,
.tiprp-wrap.tiprp-html-list-layout.align-left h3 {
	text-align: left;
}

.tiprp-wrap.tiprp-hero-layout.align-center h3,
.tiprp-wrap.tiprp-hero-layout.align-center .tiprp-hero-article .related-post-inner,
.tiprp-wrap.tiprp-classic-layout.align-center h3,
.tiprp-wrap.tiprp-classic-layout.align-center .tiprp-classic-article .tiprp-post-meta,
.tiprp-wrap.tiprp-classic-layout.align-center .tiprp-classic-article .tiprp-post-summary,
.tiprp-wrap.tiprp-list-layout.align-center h3,
.tiprp-wrap.tiprp-list-layout.align-center .tiprp-classic-list-details .tiprp-post-meta,
.tiprp-wrap.tiprp-list-layout.align-center .tiprp-classic-list-details .tiprp-post-summary,
.tiprp-wrap.tiprp-html-list-layout.align-center h3 {
	text-align: center;
}

.tiprp-wrap.tiprp-hero-layout.align-right h3,
.tiprp-wrap.tiprp-hero-layout.align-right .tiprp-hero-article .related-post-inner,
.tiprp-wrap.tiprp-classic-layout.align-right h3,
.tiprp-wrap.tiprp-classic-layout.align-right .tiprp-classic-article .tiprp-post-meta,
.tiprp-wrap.tiprp-classic-layout.align-right .tiprp-classic-article .tiprp-post-summary,
.tiprp-wrap.tiprp-list-layout.align-right h3,
.tiprp-wrap.tiprp-list-layout.align-right .tiprp-classic-list-details .tiprp-post-meta,
.tiprp-wrap.tiprp-list-layout.align-right .tiprp-classic-list-details .tiprp-post-summary,
.tiprp-wrap.tiprp-html-list-layout.align-right h3 {
	text-align: right;
}

/* ===============================================
   POST ELEMENTS
   =============================================== */

.tiprp-wrap h3.tiprp-section-title {
    line-height: 30px;
    margin: 30px 0;
    text-align: center;
	font-weight: bold;
}

.tiprp-wrap h3 {
	font-size: 18px;
}

.tiprp-post-date ,
.tiprp-post-author {
	margin: 0 5px 0 0;
}

.tiprp-post-meta,
.tiprp-post-meta span.tiprp-post-date,
.tiprp-post-meta span.tiprp-post-author {
	line-height: 1em;
}

.tiprp-wrap .tiprp-post-date,
.tiprp-wrap .tiprp-post-author {
	font-size: 12px;
}

.tiprp-wrap .tiprp-post-summary {
	font-size: 14px;
}

.tiprp-wrap span {
	display: inline-block;
}

/* ===============================================
   GRID STYLE
   =============================================== */

.tiprp-grid:not(.tiprp-grid-1-column) {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.no-tiprp-classic-layout .tiprp-grid:not(.tiprp-grid-1-column) section {
    display: flex;
}

.tiprp-grid-1-column {
	display: block;
}

.tiprp-grid.tiprp-grid-1-column section {
	margin-bottom: 5px;
}

.tiprp-grid-2-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tiprp-grid-3-columns  {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ===============================================
   HERO LAYOUT
   =============================================== */

.tiprp-hero-article {
	height:280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.tiprp-hero-article .related-posts-details {
    -moz-transition: outline 0.5s ease;
    -o-transition: outline 0.5s ease;
    -ms-transition: outline 0.5s ease;
    transition: outline 0.5s ease;
    outline: dotted 1px transparent;
	text-align:center
}

.tiprp-hero-article .related-posts-permalink:hover + .related-posts-details ,
.tiprp-hero-article .related-posts-permalink:focus + .related-posts-details {
    outline: dotted 1px red;
}

.tiprp-hero-article h3 {
	font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.tiprp-hero-article h3,
.tiprp-hero-article .tiprp-post-meta {
	margin: 0 0 9px 0  !important;
}

.tiprp-hero-article p {
	margin: 0 !important;
}

.tiprp-hero-article.tiprp-hero-article-truncate-content h3 , 
.tiprp-hero-article.tiprp-hero-article-truncate-content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-rendering: optimizeLegibility;
}

.tiprp-hero-article .related-posts-details {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	margin:0;
	overflow: hidden;
}

.tiprp-hero-article .related-posts-details:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .3;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.3) 30%, rgba(143,143,143,0.4) 50%, rgba(0,0,0,0.6) 100%);
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.tiprp-hero-article .related-post-inner {
    position: absolute;
    width: 100%;
	max-height: 100%;
    bottom: 0;
    color: #fff;
    padding: 0;
}

.tiprp-hero-article .related-post-inner .related-post-inner-details {
    padding: 15px;
}

.tiprp-hero-article .related-post-inner .related-post-inner-details a,
.tiprp-hero-article .related-post-inner .related-post-inner-details p,
.tiprp-hero-article .related-post-inner .related-post-inner-details span {
    color: #fff;
}

.tiprp-hero-article .related-posts-permalink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index:999;
}

.tiprp-hero-article .related-posts-permalink:hover + .related-posts-details:before,
.tiprp-hero-article .related-posts-permalink:focus + .related-posts-details:before {
	opacity: 0.5;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 50);
	filter: alpha(opacity= 50);
}

/* ===============================================
   LIST LAYOUT
   =============================================== */

.tiprp-wrap.tiprp-list-layout section {
    margin: 0;
    padding: 0;
    border: solid 1px #ddd;
    margin: 0px 0 10px 0;
    padding: 15px;
    background: white;
}

.tiprp-list-article h3,
.tiprp-list-article p,
.tiprp-list-article .tiprp-post-meta {
	margin: 0 0 5px 0;
}

.tiprp-list-article p {
	margin: 0;
}

/* ===============================================
   MOBILE
   =============================================== */

@media screen and (min-width : 0px) and (max-width : 992px)  {

	.owl-theme .owl-nav .owl-prev {
		left: -14px;
	}

	.owl-theme .owl-nav .owl-next {
		right: -14px;
	}

	.tiprp-grid.tiprp-grid-1-column,
	.tiprp-grid.tiprp-grid-2-columns,
	.tiprp-grid.tiprp-grid-3-columns,
	.tiprp-grid.tiprp-grid-4-columns,
	.tiprp-grid.tiprp-grid-5-columns {
		display: block;
	}

	.tiprp-grid.tiprp-grid-1-column section,
	.tiprp-grid.tiprp-grid-2-columns section,
	.tiprp-grid.tiprp-grid-3-columns section,
	.tiprp-grid.tiprp-grid-4-columns section,
	.tiprp-grid.tiprp-grid-5-columns section {
		margin-bottom: 15px;
	}

}