
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 08:20:01 */
@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
	font-family: "neulis-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: "neulis-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post.type-rev_video .pp-content-grid-post-image a {
	display: block;
	position: relative;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post.type-rev_video .pp-content-grid-post-image a::before {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("https://cdn-ilebokp.nitrocdn.com/OcRQhyKhdVjyqBUQiTaAXPDBSCRKQjpd/assets/images/optimized/rev-5bb28a9/www.revenueanalytics.com/wp-content/uploads/2025/07/playbutton.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post.type-rev_video .pp-content-grid-post-image a:hover::before {
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-image {
	height: 260px;
	border-radius: 20px;
	overflow: hidden;
}

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

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-image img {
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-text {
	padding-top: 20px;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-text .post-type a {
	width: max-content;
	padding: 4px 10px;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #05053a;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-text .post-type a:hover {
	background-color: #f5f6f8;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title {
	margin-top: 14px;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title a:hover {
	color: inherit !important;
	text-decoration: underline;
}

.rev-featured-resources .pp-posts-wrapper .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-excerpt p {
	font-size: 16px;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rev-featured-post .pp-content-post-grid .post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 80px;
}

@media (max-width:1024px) {
	.rev-featured-post .pp-content-post-grid .post {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
}

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-image {
	flex: 0 0 580px;
	width: 100%;
	height: 395px;
	border-radius: 25px;
	overflow: hidden;
}

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

@media (max-width:767px) {
	.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-image {
		flex: unset;
		height: 260px;
		border-radius: 20px;
	}
}

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-text {
	flex: 1;
}

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-text .cat {
	width: max-content;
	font-size: 14px;
	font-weight: 500;
}

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-text .cat a {
	color: #05053a;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-text .cat a:hover {
	background: #f5f6f8;
}

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-text .pp-content-grid-post-title {
	margin-top: 16px;
	font-size: 40px;
	line-height: 1.2;
}

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

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

.rev-featured-post .pp-content-post-grid .post .pp-content-grid-post-text .readmore-wrapper {
	margin-top: 30px;
}

.rev-blog-archive .pp-post-filters-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-bottom: 60px;
}

@media (max-width:1024px) {
	.rev-blog-archive .pp-post-filters-wrapper {
		margin-bottom: 30px;
	}
}

.rev-blog-archive .pp-post-filters-wrapper .pp-post-filters {
	width: 100%;
	overflow: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.rev-blog-archive .pp-post-filters-wrapper .pp-post-filters {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 5px;
		overflow: scroll;
	}
}

.rev-blog-archive .pp-post-filters-wrapper .pp-post-filters .pp-post-filter {
	min-width: fit-content;
}

@media (max-width:1024px) {
	.rev-blog-archive .pp-post-filters-wrapper .pp-post-filters .pp-post-filter {
		flex: 1 0 auto;
		margin: 0 !important;
	}
}

.rev-blog-archive .pp-post-filters-wrapper .pp-post-filters .pp-post-filter:not(.pp-filter-active):hover {
	background: #f5f6f8;
	color: #05053a;
}

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

.rev-blog-archive .pp-post-filters-wrapper .pp-search-form-wrap form .pp-search-form__container {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #e6e7e8;
	border-radius: 10px;
	min-height: 38px;
	padding-left: 15px;
}

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

.rev-blog-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-blog-archive .pp-post-filters-wrapper .pp-search-form-wrap {
		display: none !important;
	}
}

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

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

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

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

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

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

.rev-blog-archive .pp-content-post-grid .post .pp-content-grid-post-text .cat {
	width: max-content;
	font-size: 14px;
	font-weight: 500;
}

.rev-blog-archive .pp-content-post-grid .post .pp-content-grid-post-text .cat a {
	color: #05053a;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-blog-archive .pp-content-post-grid .post .pp-content-grid-post-text .cat a:hover {
	background: #f5f6f8;
}

.rev-blog-archive .pp-content-post-grid .post .pp-content-grid-post-text .pp-content-grid-post-title {
	font-size: 20px;
	margin-top: 16px;
	line-height: 1.5;
}

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

.rev-blog-archive.rev-blog-archive--other .post .pp-content-grid-post-image {
	height: 190px !important;
}

.rev-post-featured-image img {
	width: 100%;
	height: 555px;
	object-fit: cover;
	border-radius: 25px;
}

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

.rev-post-author-time a {
	color: #05053a;
}

.rev-post-author-time a:hover {
	text-decoration: underline;
}

.rev-post-author-time .separator {
	margin: 0 5px;
}

.rev-toc .pp-toc-container .pp-toc-body ol li {
	padding-left: 25px;
	border-left: 2px solid rgba(255, 255, 255, 0);
	text-align: left !important;
}

.rev-toc .pp-toc-container .pp-toc-body ol li.active {
	border-left-color: #0b3ef9;
}

.rev-toc .pp-toc-container .pp-toc-body ol li.active a {
	color: #05053a !important;
}

.rev-toc .pp-toc-container .rev-toc-readmore {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	display: block;
	width: 100%;
	color: #05053a;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 8px;
	background: rgba(255, 255, 255, 0);
	cursor: pointer;
	border-top: 1px solid #dedede;
}

.rev-toc .pp-toc-container .rev-toc-readmore:hover {
	color: #0b3ef9;
}

.rev-toc .pp-toc-container .rev-toc-readmore::after {
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	content: "";
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.rev-toc .pp-toc-container.toc-open .rev-toc-readmore::after {
	transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
}

.rev-post-content .fl-builder-module-template {
	margin: 60px 0;
}

@media (max-width:1024px) {
	.rev-post-content .fl-builder-module-template {
		margin: 30px 0;
	}
}

.rev-post-content .fl-builder-module-template .rev-cta-shortcode .fl-cta-wrap .fl-cta-button a.fl-button {
	width: max-content;
	float: right;
}

@media (max-width:767px) {
	.rev-post-content .fl-builder-module-template .rev-cta-shortcode .fl-cta-wrap .fl-cta-button a.fl-button {
		float: unset;
		margin: 0 auto;
	}
}

.rev-post-last-update p {
	width: max-content;
	border: 1px solid #e6e7e8;
	padding: 6px 12px;
	border-radius: 8px;
}

@media (max-width:767px) {
	.rev-post-author-box .pp-infobox .layout-3-wrapper {
		gap: 15px;
	}
}

.rev-post-author-box .pp-infobox .layout-3-wrapper .pp-heading-wrapper .pp-infobox-title a:hover {
	text-decoration: underline;
}

.rev-post-author-box .pp-infobox .layout-3-wrapper .pp-infobox-button .pp-button:hover {
	transform: unset !important;
}

.rev-post-author-box .pp-infobox .layout-3-wrapper .pp-infobox-button .pp-button i {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.rev-author-details-breadcrumb a {
	color: #969798;
}

.rev-author-details-breadcrumb a:hover {
	color: #05053a;
	text-decoration: underline;
}

.rev-author-details-breadcrumb i {
	font-size: 14px !important;
}

.rev-author-details-photo img {
	height: 300px;
	object-fit: cover;
	border-radius: 50%;
}
