
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 11:47:16 */
@charset "UTF-8";

.rev-featured-media .ra_media .pp-content-grid-post-image {
	height: 380px;
	overflow: hidden;
	border-radius: 25px;
}

@media (max-width: 767px) {
	.rev-featured-media .ra_media .pp-content-grid-post-image {
		height: 260px;
	}
}

@media (max-width: 767px) {
	.rev-featured-media .ra_media .pp-content-grid-post-image {
		border-radius: 16px;
	}
}

.rev-featured-media .ra_media .pp-content-grid-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

.rev-featured-media .ra_media .pp-content-grid-post-text {
	margin-top: 20px;
}

.rev-featured-media .ra_media .pp-content-grid-post-text .cat {
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
}

.rev-featured-media .ra_media .pp-content-grid-post-text .pp-content-grid-post-title {
	font-size: 22px;
	margin-top: 16px;
}

.rev-featured-media .ra_media .pp-content-grid-post-text .pp-content-grid-post-title a:hover {
	text-decoration: underline;
	color: inherit;
}

@media (max-width: 767px) {
	.rev-featured-media .ra_media .pp-content-grid-post-text .pp-content-grid-post-title {
		font-size: 20px;
	}
}

.rev-featured-media .owl-dots .owl-dot:not(.active) span {
	background: #e0e0e0 !important;
}

.rev-media-archive .pp-post-filters-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0;
}

@media (max-width: 1024px) {
	.rev-media-archive .pp-post-filters-wrapper {
		flex-direction: column;
	}
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer {
	flex: 0 0 300px;
}

@media (max-width: 1024px) {
	.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer {
		flex: unset;
		width: 100%;
	}
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters-toggle {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 13px 16px;
	margin: 0;
	border: 1px solid #e6e7e8;
	border-radius: 8px;
	background: #fff;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters-toggle:hover {
	border-color: #05053a;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters-toggle .toggle-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters-toggle::after {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	content: "";
	font-size: 14px;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters-toggle.pp-post-filters-open {
	border-color: #0b3ef9 !important;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters-toggle.pp-post-filters-open::after {
	transform: scaleY(-1) !important;
	-webkit-transform: scaleY(-1) !important;
	-moz-transform: scaleY(-1) !important;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters {
	margin: 10px 0 0 0;
	border-radius: 8px;
	border: 1px solid #e6e7e8;
	background: #fff;
	overflow: hidden;
	padding: 15px 0;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters .pp-post-filter {
	font-size: 14px;
	font-weight: 500;
	padding: 0 16px !important;
	border-left: 2px solid transparent;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters .pp-post-filter:hover {
	color: #0b3ef9;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters .pp-post-filter.pp-filter-active {
	border-color: #0b3ef9;
}

.rev-media-archive .pp-post-filters-wrapper .pp-post-filters-wrapper-outer .pp-post-filters .pp-post-filter:not(:first-child) {
	margin-top: 12px !important;
}

.rev-media-archive .pp-post-filters-wrapper .pp-search-form-wrap {
	flex: 0 0 300px;
}

.rev-media-archive .pp-post-filters-wrapper .pp-search-form-wrap form .pp-search-form__container {
	background: transparent;
	border: 1px solid #e6e7e8;
	border-radius: 10px;
	min-height: 38px;
	padding-left: 15px;
}

.rev-media-archive .pp-post-filters-wrapper .pp-search-form-wrap form .pp-search-form__container input {
	font-weight: 400;
}

.rev-media-archive .pp-post-filters-wrapper .pp-search-form-wrap form.pp-search-form--focus .pp-search-form__container {
	border-color: #0b3ef9;
}

@media (max-width: 1024px) {
	.rev-media-archive .pp-post-filters-wrapper .pp-search-form-wrap {
		display: none !important;
	}
}

.rev-media-archive .pp-content-posts {
	padding-top: 100px;
}

@media (max-width: 1024px) {
	.rev-media-archive .pp-content-posts {
		padding-top: 70px;
	}
}

.rev-media-archive .pp-content-posts .pp-content-post-grid {
	grid-row-gap: 30px;
}

@media (max-width: 1024px) {
	.rev-media-archive .pp-content-posts .pp-content-post-grid {
		grid-row-gap: 20px;
	}
}

.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-image {
	height: 260px;
	overflow: hidden;
	border-radius: 20px;
}

@media (max-width: 1024px) {
	.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-image {
		border-radius: 16px;
	}
}

.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-image img {
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-text {
	margin-top: 22px;
}

.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-text .cat {
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
}

.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-text .pp-content-grid-post-title {
	font-size: 20px;
	margin-top: 16px;
}

.rev-media-archive .pp-content-posts .pp-content-post-grid .ra_media .pp-content-grid-post-text .pp-content-grid-post-title a:hover {
	text-decoration: underline;
	color: inherit;
}

.rev-media-archive.rev-media-archive--continue .pp-content-posts {
	padding-top: 0;
}

/* Media Details */
.rev-media-details-type {
	background: #fff;
	border: 1px solid #e6e7e8;
	padding: 7px 10px;
	border-radius: 6px;
	width: max-content;
}

.rev-media-details-featured-image img {
	height: 380px;
	object-fit: cover;
	object-position: top left;
}

@media (max-width: 767px) {
	.rev-media-details-featured-image img {
		height: 250px;
	}
}

@media (max-width: 767px) {
	.rev-media-details-author .pp-infobox-wrap .pp-infobox .layout-3-wrapper {
		gap: 20px;
	}
}
