/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 10:38:01 */
.blogs_facet_filter .fs-option-label {
	color: #494441 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-transform: capitalize !important;
}

.ar_blogs_featured_img img {
	width: 100%;
}

.ar_blogs_main_container {
	position: relative;
}

.ar_blogs_main_content {
	position: absolute;
	top: 0;
    padding: 10px 20px 20px 20px;
}

.ar_blogs_title {
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
}

.ar_blogs_title, .ar_blogs_title a {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-decoration: none !important;
}

.ar_blogs_author_name {
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
}

.ar_blogs_read_btn {
	margin-top: 25%;
}

.ar_blogs_main_container:hover .ar_blogs_read_btn a{
	display: block;
}

.ar_blogs_read_btn a {
	width: 100%;
	display: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 1.96px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 9px;
}


/* Pagination */

.job_search_pagination .fl-module-content.fl-node-content {
    text-align: center;
    border-top: 1px solid #CABFAC;
	padding-top: 26px;
}

.job_search_pagination .facetwp-pager {
	position: relative;
}

.job_search_pagination a.facetwp-page {
    font-weight: 500;
    font-size: 14px;
	line-height: 16px;
	color: #33312E;
	text-decoration: none !important;
	outline: none !important;
}

.job_search_pagination a.facetwp-page.active {
    font-weight: 500;
    font-size: 14px;
	line-height: 16px;
	color: #A6170A;
	text-decoration: none !important;
}

.job_search_pagination a.facetwp-page.next {
    color: transparent;
}

.job_search_pagination .facetwp-page.next:after {
    content: "NEXT";
    color: #fff;
	background: #A6170A;
    position: absolute;
    right: 0;
	font-weight: 500 !important;
	border-radius: 2px;
	padding: 7px 45px;
}

.job_search_pagination a.facetwp-page.prev {
    color: transparent;
}

.job_search_pagination .facetwp-page.prev:before {
    content: "PREVIOUS";
    color: #fff;
	background: #A6170A;
    position: absolute;
    left: 0;
	font-weight: 500 !important;
	border-radius: 2px;
	padding: 7px 45px;
}

/* Pagination */


/* Article */

.article_social_share .pp-share-button {
	height: 3em;
	width: 3em;
}

.article_category a {
	text-decoration: none !important;
	pointer-events: none !important;
	color: #494441 !important;
}

.related_blogs_grid .ar_blogs_read_btn {
    margin-top: 19% !important;
}

/* Article */