:root {
	--primary-color: #BD8AC3;
	--secondary-color: #DEDEDE;
	--white-color: #ffffff;
	--gray-color: #949494;
	--black-color: #232323;
	--paragraph-black: #444444;
	--red-color: #EE2E34;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: var(--black-color);
	position: relative;
	/*font-family: "Open Sans", sans-serif;*/
	font-family: 'Montserrat', sans-serif !important;
}

body a {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a h3,
a h2 {
	transition: 0.5s all;
}

a:hover>h3,
a:hover>h2 {
	color: var(--primary-color);
}

a.tags {
	transition: 0.3s all;
}

a.tags:hover {
	color: var(--white-color);
	background-color: #a671ac !important;
}

a label {
	cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #cccccc !important;
}

.wrapper-header .menu {
	margin-top: 15px;
}

/*-------------------------------*/
.paragraph-12px {
	font-size: 12px;
	line-height: 24px;
}

.paragraph-14px {
	font-size: 14px;
	line-height: 24px;
}

.sub-heading-28px {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 12px;
}

.sub-heading-25px {
	font-size: 25px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 12px;
}

.sub-heading-20px {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 12px;
}

.primary-color-bg {
	background-color: #BD8AC3;
}

.gray-color-bg {
	background-color: #F6F6F6;
}

.primary-color-text {
	color: var(--primary-color);
}

.gray-color-text {
	color: var(--gray-color);
}

.AP-btn {
	/* display: inline-flex; */
	padding: 9px 14px;
	color: var(--white-color);
	font-weight: 800;
	font-size: 14px;
	transition: 0.3s all;
	line-height: 24px;
}

.AP-btn:hover {
	color: var(--white-color) !important;
	opacity: 0.8;
}

.social-media-list {
	display: flex;
	flex-direction: row;

}

.social-media-list-black img {
	filter: invert(100%);
}

.social-media-list li {
	margin-right: 30px;
}

.social-media-list li:last-child {
	margin-right: 0px;
}

.social-media-list li:hover {
	opacity: 0.7;
}

.blog-card-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 15px;
}

.blog-card-text .paragraph-14px {
	color: var(--paragraph-black);
}

.blog-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card-2 {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.blog-card-2-img {
	height: 100%;
	width: 50%;
}

.blog-card-2-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card-2-text {
	padding: 0px 15px;
	width: 50%;
}

.tags {
	padding: 8px 16px;
	text-transform: uppercase;
	color: var(--white-color);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.bg-color-green {
	background-color: #019B43;
}

.bg-color-red {
	background-color: #EE2E34;
}

.bg-color-yellow {
	background-color: #F99D36;
}

section .paragraph-14px {
	color: var(--paragraph-black);
}

.section-break-line {
	margin: 0px;
}

@media(min-width:992px) {
	.blog-card-img-height {
		height: 230px;
		overflow: hidden;
	}
}

@media (max-width:576px) {

	.sub-heading-28px {
		font-size: 24px;
		line-height: 34px;
	}

	.sub-heading-25px {
		font-size: 22px;
		line-height: 32px;
	}

	.sub-heading-20px {
		font-size: 18px;
		line-height: 28px;
	}

	.blog-card-2 {
		flex-direction: column;
	}

	.blog-card-2-text {
		width: 100%;
		padding: 15px;
	}

	.blog-card-2-img {
		width: 100%;
	}
}

/* custom modal */
.custom-modal .modal-content {
	padding: 50px;
	border-radius: 0px;
}

.custom-modal .modal-footer {
	border-top: 0px;
}

.custom-modal .modal-header {
	text-align: center;
	flex-direction: column;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.custom-modal .modal-body label {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.custom-modal .modal-body input {
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 0px;
}

.custom-modal .sub-heading-20px {
	color: var(--gray-color);
}

@media (max-width:576px) {

	.custom-modal .modal-header,
	.custom-modal .modal-body {
		padding: 0px;
	}

	.custom-modal .modal-content {
		padding: 30px 25px;
		max-width: 450px;
		margin: auto;
	}
}

/*-------------------------------*/
.brand-logo img {
	max-width: 300px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

/* Header section */
.top-header {
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.top-header-right .profile-section {
	display: flex;
	flex-direction: row;
	padding: 9px 0px 9px 14px;
	align-items: center;
	margin-right: 10px;
}

.top-header-right .profile-section span {
	white-space: break-spaces;
	color: var(--primary-color) !important;
}

.top-header-right .profile-section img {
	width: 26px;
	height: 26px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid var(--white-color);
}

.top-header-right {
	display: flex;
	flex-direction: row;
}

.profile {
	display: flex;
	flex-direction: row;
	position: relative;
}

.profile .dropdown-menu.show {
	top: 0px;
	margin-top: 3px !important;
	right: 10px !important;
	left: auto !important;
	padding: 0px;
}

.profile .dropdown-menu a {
	padding: 12px 18px;
}

.profile .dropdown-toggle::after {
	border-top-color: var(--primary-color);
	/* display: none; */
}

.top-header-right .AP-btn:hover {
	background-color: #a671ac !important;
	opacity: 1;
}

.logout-btn {
	display: flex;
	align-items: center;
	background-color: #444444;
	padding: 9px 12px;
	margin-top: -3px;
}

.logout-btn span {
	color: var(--white-color);
	font-size: 13px;
}

.logout-btn img {
	width: 15px;
}

.logout-btn:hover {
	opacity: 0.8;
}

.search-box .input-group {
	height: 100%;
}

.search-box .form-control {
	max-width: 320px;
	border-radius: 0px;
	padding: 9px 38px 9px 15px;
	border: 1px solid #BCBCBC;
	font-size: 12px;
	margin-left: 15px;
	height: 100%;
}

@media (max-width:576px) {
	.top-header-right {
		flex-direction: column;
	}

	.top-header-right .search-box {
		width: 100%;
	}

	.top-header-right .search-box .form-control {
		width: 100%;
		max-width: 100% !important;
	}

	.top-header-right>a {
		margin-top: 15px;
	}

	.top-header-right .profile {
		margin-top: 15px;
	}
}

@media (max-width:1200px) {
	.top-header-right {
		align-items: center;
	}
}

@media (max-width:576px) {

	.top-header-right .profile-section {
		padding: 6px;
		margin-left: 5px !important;
	}

	.profile .dropdown-menu.show {
		width: calc(100% - 3px);

	}

	.logout-btn {
		padding: 6px;
	}

	.logout-btn img {
		width: 12px;
	}

	.search-box .form-control {
		font-size: 12px;
		padding: 9px 15px;
		width: 100%;
	}
}

@media (max-width:992px) {
	.search-box .form-control {
		max-width: 300px;
	}

	.top-header-right {
		width: 100%;
		justify-content: space-between;
	}
}

.search-box .input-group {
	position: relative;
}

.search-box .input-group button {
    background-color: var(--primary-color);
    border: 0px;
    position: absolute;
    right: 0px;
    padding: 0px 15px;
    top: 50%;
    z-index: 6;
    transform: translatey(-50%);
    font-size: 12px;
    color: var(--white-color);
    height: 100%;
    transition: 0.3s all;
    border: 1px solid var(--primary-color);
}

/* navbar */
.navbar-custom {
	background-color: var(--primary-color);
	z-index: 9999;
}

.navbar-custom .navbar {
	padding: 0px;
	z-index: 999;
}

.navbar-custom .nav-link:first-child {
	margin-left: 0px !important;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.navbar-custom .nav-link {
	font-size: 14px;
	font-weight: 600;
	margin: 0px 10px;
	padding: 15px 0px;
	color: var(--white-color);
}

.navbar-custom .nav-link:hover {
	background-color: var(--white-color);
	color: var(--primary-color) !important;
}

@media (max-width:992px) {
	.top-header {
		flex-direction: column;
		padding: 15px 0px;
	}

	.navbar-custom .navbar {
		padding: 10px 0px;
	}

	.navbar-custom .nav-link {
		padding: 10px 15px;
	}

	.brand-logo img {
		max-width: 200px;
		margin-bottom: 10px;
	}

	.navbar-custom .navbar-nav {
		border-top: 1px solid var(--white-color);
	}

	.navbar-custom .navbar-collapse {
		position: absolute;
		top: 100%;
		background-color: #fff;
		width: 100%;
		left: 0px;
		order: 3;
	}

	.navbar-custom .nav-link {
		color: var(--primary-color);
		margin-right: 0px;
		text-align: center;
	}

	.navbar-custom .nav-link:hover {
		color: var(--white-color) !important;
		background-color: var(--primary-color);
	}

	.navbar-custom .nav-link.active {
		background-color: var(--primary-color);
		color: #fff;
	}

	.navbar-custom .social-media-list {
		order: 1;
		margin-left: 0px !important;
		margin-right: auto !important;
	}

	.navbar-toggler {
		order: 2;
	}
}

/* Main-section */
.Main-section {
	padding: 40px 0px;
}

.main-carousel,
.main-carousel .carousel-item,
.main-carousel .carousel-inner {
	height: 100%;
}

.slider-controllers {
	width: auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: row;
}

.slider-controllers button span {
	width: 12px;
	height: 12px;
}

.slider-controllers .carousel-control-prev {
	margin-right: 5px;
}

.slider-controllers button {
	position: relative;
	background-color: var(--primary-color);
	top: auto;
	bottom: 30px;
	width: auto;
	padding: 8px;
	opacity: 0.7;
	bottom: 0px;
	border-radius: 3px;
}

.slider-controllers button:hover {
	opacity: 1;
}

.carousel-item {
	transition: transform 1.2s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
}

@media (max-width:768px) {
	.slider-controllers {
		bottom: auto;
		top: 20px;
	}
}

.main-blog-card {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	height: 100%;
	transition: 0.3s all;
}

.main-blog-card:hover h2 {
	color: var(--white-color);
}

.main-blog-card:hover {
	box-shadow: 0px 6px 10px 0px #c6c6c6;
}

.main-blog-card-text {
	padding: 30px;
	color: var(--white-color);
	width: 45%;
}

.main-blog-card-text .paragraph-14px {
	color: var(--white-color);
}

.main-blog-card-img {
	width: 55%;
	height: 100%;
}

.main-blog-card-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.main-blog-card-vertical {
	flex-direction: column;
}

.main-blog-card-vertical .main-blog-card-img {
	width: 100%;
}

.main-blog-card-vertical .main-blog-card-img img {
	width: 100%;
}

.main-blog-card-vertical .main-blog-card-text {
	width: 100%;
}

@media (min-width:768px) and (max-width:1200px) {

	.main-blog-card-text {
		width: 55%;
		padding: 20px;
	}

	.main-blog-card-img {
		width: 45%;
	}
}

@media (max-width:768px) {
	.main-blog-card {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.main-blog-card-img {
		width: 100%;
		height: auto;
		order: 1;
	}

	.main-blog-card-text {
		width: 100%;
		order: 2;
		padding: 20px;
	}
}

/* feature-section */
.featured-news {
	position: relative;
	overflow: hidden;
}

.featured-news-left .feature-box {
	position: relative;
}

.featured-box-left-contents {
	z-index: 2;
	position: relative;
	/*padding: 30px 50px;*/
	padding: 30px 50px 30px 0px;
}

.featured-box-left-contents img {
	min-height: 200px;
}

.featured-news-left-bg {
	background-color: #F6F6F6;
	position: absolute;
	left: -100vw;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.featured-news-right {
	overflow: hidden;
}

.feature-section-right {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.featured-news-right-bg {
	background-color: #ABABAB;
	position: absolute;
	right: -100vw;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.featured-news-right-inner-ads {
	position: relative;
	z-index: 3;
	padding: 30px 0px 30px 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.featured-news-right-inner-ads li {
	width: 100%;
	margin-bottom: 15px;
	min-height: 0;
}

.featured-news-right-inner-ads li img {
	width: 100%;
	height: 100%;
	/*object-fit: fill;*/
}

.featured-news-right-inner-ads li:hover {
	opacity: 0.8;
	filter: brightness(0.8);
}

.feature-box-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.feature-box-text .tags {
	margin-bottom: 0px;
}

@media(max-width:992px) {
	.featured-news-left-bg {
		right: -100vw;
	}

	.featured-news-right-bg {
		left: -100vw;
	}

	.featured-box-left-contents {
		padding: 30px 0px;
	}

	.featured-news-right-inner-ads {
		padding: 30px 0px;
		width: auto;
		height: auto !important;
	}

	.featured-box-left-contents img {
		margin-bottom: 10px;
	}

	.featured-box-left-contents a {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.featured-news-right-inner-ads li img {
		max-width: 350px;
	}

	.feature-section-right {
		justify-content: center;
	}

}

/*  */
.blog-details {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

@media(max-width:576px) {
	.blog-details {
		flex-direction: column;
		align-items: baseline;
	}

	.blog-details .tags {
		margin-bottom: 10px;
	}
}

/* anglican-mind-section */
.anglican-mind-section {
	padding: 30px 0px;
	background-color: var(--white-color);
}

@media(min-width:576px) and (max-width:992px) {
	.anglican-mind-section-box {
		display: flex;
		flex: row;
		margin-bottom: 15px;
	}

	.anglican-mind-section-box .blog-card-text {
		justify-content: center;
	}

	.anglican-mind-section-box .blog-card-img,
	.anglican-mind-section-box .blog-card-text {
		width: 50%;
	}

	.anglican-mind-section-box .blog-card-img img {
		width: 100%;
	}
}

/* people Section */
.people-section {
	padding: 30px 0px;
	background-color: var(--white-color);
}

@media(min-width:576px) and (max-width:992px) {
	.people-section .blog-card-2-text {
		justify-content: center;
		display: inline-flex;
		align-items: baseline;
		flex-direction: column;
	}
}

/* reviews-section */
.reviews-section {
	padding: 30px 0px;
	background-color: var(--white-color);
}

@media(min-width:576px) and (max-width:992px) {
	.reviews-section-box {
		display: flex;
		flex: row;
		margin-bottom: 15px;
	}

	.reviews-section .blog-card-text {
		justify-content: center;
	}

	.reviews-section .blog-card-img,
	.reviews-section .blog-card-text {
		width: 50%;
	}
}

/* Footer class */
.anglican-footer {
	padding: 30px 0px;
}

.footer-logo {
	max-width: 350px;
	width: 100%;
}

.copyright {
	padding: 20px 0px;
}

.copyright-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.copyright-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width:992px) {
	.footer-logo {
		max-width: 200px;
	}

	.copyright-section {
		flex-direction: column;
		text-align: center;
	}

	.copyright-left {
		margin-bottom: 20px;
	}
}

@media (max-width:992px) {
	.copyright-left {
		flex-direction: column;
	}

	.copyright-left .social-media-list-black {
		margin-bottom: 20px;
	}

	.copyright-left a,
	.copyright-left ul {
		margin-left: 0px !important;
	}
}

/* Listing page */
.semibold-text {
	font-weight: 600;
}

.blog-notes {
	font-size: 12px;
	font-style: italic;
	color: var(--gray-color);
	font-weight: 600;
}

.listing-anglican-mind {
	padding: 30px 0px 15px 0px;
}

.listing-anglican-mind .blog-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.listing-anglican-mind .blog-card-img {
	max-height: 350px;
	position: relative;
	overflow: hidden;
}

.listing-anglican-mind .blog-card-img img {
	height: 100%;
	/*object-fit: fill;*/
}

.listing-anglican-mind .blog-card-text {
	justify-content: flex-start;
}

.posted-overlay {
	background-color: var(--black-color);
	color: var(--white-color);
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	left: 0px;
	bottom: 15px;
	z-index: 3;
}

.load-more-btn {
	display: inline-flex;
	color: var(--black-color);
	border: 1px solid var(--primary-color);
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 14px;
	transition: 0.3s all;
	font-weight: 600;

}

.load-more-btn:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.listing-anglican-mind .load-more-btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
}

@media (min-width:768px) and (max-width:1200px) {

	.listing-anglican-mind .blog-card-img {
		max-height: 250px;
		min-height: 250px;
	}
}

@media(min-width:1200px) {
	.listing-anglican-mind .blog-card-img {
		min-height: 350px;
	}

	.listing-anglican-mind .section-description {
		max-width: 50%;
	}
}

/*  */
.listing-anglican-mind-2 .blog-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.listing-anglican-mind-2 .blog-card-img {
	max-height: 350px;
	position: relative;
	overflow: hidden;
}

.listing-anglican-mind-2 .blog-card-img img {
	height: 100%;
	/*object-fit: fill;*/
}

.listing-ad img {
	width: 100%;
	height: 100%;
}

@media(min-width:1200px) {
	.listing-anglican-mind-2 .blog-card-img {
		min-height: 350px;
	}
}

@media (min-width:768px) and (max-width:1200px) {

	.listing-anglican-mind-2 .blog-card-img {
		max-height: 250px;
		min-height: 250px;
	}
}

/* @media(min-width:576px){
	.listing-ad img{
		height: auto;
		width: auto;
		max-height: 380px;
	}
	.listing-ad{
		text-align: center;
		display: block;
	}
} */
/* detail-page-blog */
.detail-page {
	padding: 35px 0px;
}

.detail-page-blog-details {
	padding: 15px;
	background-color: #F6F6F6;
}

.detail-page-blog-details h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-link-detail-page {
	transition: 0.3s all;
	height: 100%;
	display: flex;
	background-color: #F6F6F6;
}

.blog-link-detail-page:hover {
	box-shadow: 0px 4px 10px 0px var(--secondary-color);
	/* box-shadow: 3px 5px var(--gray-color); */
}

.detail-page-right {
	padding-left: 25px;
	border-left: 1px solid #bcbcbc;
	padding-bottom: 20px;
}

.featured-posts-details h3 {
	font-size: 18px;
	font-weight: 600
}

@media(max-width:992px) {
	.detail-page-right {
		padding-left: 0px;
		border-left: 0px;
		padding-bottom: 0px;
	}

	.detail-page-right-ad {
		max-width: 500px;
	}
}

@media (max-width:1200px) {
	.similar-blogs {
		display: flex;
		flex-direction: column;
	}

	.detail-page-blog img {
		min-height: auto;
		max-height: auto;
		width: 100%;
	}
}

@media(min-width:1200px) {
	.detail-page-blog img {
		min-height: 150px;
		max-height: 150px;
		width: 100%;
	}

	.featured-posts-box-link img {

		min-height: 65px;
		max-height: 65px;
	}
}

/* reset password */
.reset_password_section {
	padding: 80px 0px;
	display: flex;
	flex: 1;
	align-items: center;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

footer {
	margin-top: auto;
}

.reset_password_form {
	max-width: 500px;
	margin: auto;
}


.popup-link {
	color: #bd8ac2;
}

.modal-content-popup {
	padding: 0px !important;
}

.sub-heading-style {
	margin-top: 10px;
	text-align: center;
	background-color: #ffffff;
	padding: 10px 20px;
	margin-bottom: -10px;
	box-shadow: 1px 1px 4px 2px #dfdfdf;
}

.sub-heading-text {
	font-size: 25px;
	line-height: 40px;
}

.redirectPopup {
	color: #bd8ac2;
}

.modal-lg-custom {
	width: 80%;
}

.timercontainer {
	width: 400px;
	margin: auto;
	text-align: center;
}

.popup-subscribe {
	padding: 30px 20px;
}

/* message classes */
.timerheader {
	text-align: center;
	margin-bottom: 10px;
	padding: 20px 10%;
}

/* progress bar classes */
.progress_container {
	border: 1px solid #a78fa9;
	display: none;
	border-radius: 5px;
}

.progress_bar {
	background-color: #bd8ac2;
	width: 0%;
	border-radius: 4px;
	height: 15px;
}

.detail-page-404 {
	text-align: center;
	font-size: 27px;
}

.not-found-heading {
	text-align: center;
	font-size: 80px;
}

.login-message-404 {
	max-width: 700px;
	text-align: center;
	margin: auto;
}

.message-404 {
	font-size: 22px;
	margin-top: 20px;
}

.page-404 {
	margin: 100px 0px;
}


/* table */
.table-section {
	padding: 30px 0px;
}
.table-section .pagination .active > .page-link, .table-section .page-link.active{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.table-section .page-link{
	background-color: #f8f3f9;
	color: var(--black-color);
	margin: 0px 5px;
}
/* .table_custom {
	counter-reset: serial-number;
}

.table_custom td:first-child:before {
	counter-increment: serial-number;
	content: counter(serial-number);
} */

.table_custom td:first-child,
.table_custom th:first-child {
	width: 50px;
	text-align: center;
}

.table_custom td:nth-child(4),
.table_custom th:nth-child(4) {
	width: 200px;
}

.table_custom td:nth-child(3),
.table_custom th:nth-child(3) {
	width: 150px;
}

.table_custom {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

.table_custom td .category_span {
	padding: 5px 10px;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
}

.table_custom td .category_span::before {
	text-transform: capitalize;
	font-weight: bold;
}

.people_category {
	background-color: #eae2fa;
	color: #59548a;
}

.people_category::before {
	content: 'people';
}

.tributes_category {
	background-color: #ede4e5;
	color: #946f4d;
}

.tributes_category::before {
	content: 'tributes';
}

.interviews_category {
	background-color: #dfedde;
	color: #2d8227;
}

.interviews_category::before {
	content: 'interviews';
}

.news_category {
	background-color: #fcdde3;
	color: #f35b72;
}

.news_category::before {
	content: 'news';
}

.canada_category {
	background-color: #f3e4e1;
	color: #c97455;
}

.canada_category::before {
	content: 'canada';
}

.anglican-mind_category {
	background-color: #f1e9f4;
	color: var(--primary-color);
}

.anglican-mind_category::before {
	content: 'anglican mind';
}

.reviews_category {
	background-color: #f5efe1;
	color: #918752;
}

.reviews_category::before {
	content: 'reviews';
}

.international_category {
	background-color: #eaeef9;
	color: #94b9d6;
}

.international_category::before {
	content: 'international';
}


.features_category {
	background-color: #e0eaf3;
	color: #589ca7;
}

.features_category::before {
	content: 'features';
}

.table_custom caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.table_custom tr {
	background-color: #f8f3f9;
	border: 1px solid rgb(255, 255, 255);
	padding: .35em;
}

.table_custom th,
.table_custom td {
	font-size: 14px;
	padding: .625em;
	text-align: left;
}
.table_custom td{
	border-bottom: 4px solid #fff;
	
}
.view-link-search {
	color: #276ddc;
}

.table_custom th {
	color: #fff;
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: capitalize;
	text-align: left;
	background-color: var(--primary-color);
}

.pagination-links-search{    
    float: right;
    clear: both;
}

@media (max-width: 992px) {
	.table_custom {
		border: 0;
	}

	.table_custom td {
		text-align: center !important;
		width: auto !important;
	}

	.table_custom td:first-child:before {
		width: auto !important;
		float: none !important;
	}

	.table_custom caption {
		font-size: 1.3em;
	}

	.table_custom thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.table_custom tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.table_custom td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: left !important;
	}

	.table_custom td::before {
		/*
	  * aria-label has no advantage, it won't be read inside a table
	  content: attr(aria-label);
	  */
		content: attr(data-label);
		padding-right: 20px;
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.table_custom td:last-child {
		border-bottom: 0;
	}
}