.nks_cc_trigger_tabs {
	background: #BC0021;
	font-weight: bold;
	font-size: 30px;
	padding: 36px 4px;
	text-transform: uppercase;
}
.nks_cc_trigger_tabs:hover {
	background: #750014;
}

/* New Resource page */
.page-id-75803 h1  {
	font-size: 48px;
	line-height: 52px;
}
.page-id-75803 h2 {
	font-size: 34px;
	font-weight: normal;
	line-height: 40px;
}
.t3Columns ul,
.t1Columns ul{
	padding: 0;
	margin: 0;
}
.t3Columns ul{
	column-count: 3;
}
.page-id-75803 li {
	list-style: none;
	list-style-type: none;
}
#commonResources,
#commonResources a {
	color: #FFFFFF;
}
@media (max-width:768px) {
	.page-id-75803 .page h1,
	.page-id-75803 #breadcrumbs {
		padding-left: 0;
	}
	.page-id-75803 ul {
		column-count: 1;
	}
}
@media screen and (max-width:768px) {
	body header {
		padding: 0 20px !important;
	}
}

/* Online church by city */
#el-4f7ed7a5 {
	overflow-x: auto;
}
#el-4f7ed7a5 table {
	width: 100% !important;
	height: auto !important;
/* 	border: 1px solid; */
}
#el-4f7ed7a5 tr {
	width: 100% !important;
	height: auto !important;
}
#el-4f7ed7a5 td {
	width: auto !important;
	height: auto !important;
	padding: 8px !important;
}

/* Updated homepage */
.notVisible {
	height: 1px;
	padding: -1px;
	overflow: hidden;
}
a.link-text {
	color: #E4002B !important;
	text-decoration: underline;
}
.colorRed {
	color: #A4001D;
}
.verticalText {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

#updatedNews #news-section {
	margin: 0;
}

#updatedNews .coverHeight * {
	margin: 0;
	height: 100%;
}
#updatedNews div.elementor-widget-shortcode * a {
	height: auto;
}
#updatedNews img {
	object-fit: cover;
}
#updatedNews .underline-linked-header {
	padding: 10px;
}
#updatedNews .underline-linked-header:hover h2 {
	color: #BC0021 !important;
}

.seeAllResources {
	padding: 1em 0;
	border-bottom: 1px solid #707070;
}

#updatedResources ul li {
	list-style: none;
}
#updatedResources ul li a {
	color: inherit;
	text-decoration: underline;
}
#instagramDiv {
	max-height: 500px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.verticalText {
		writing-mode: horizontal-tb;
		transform: rotate(0deg);
	}

	#updatedNews div.elementor-widget-shortcode * {
		height: auto;
	}
}

.forceBreak {
	display: block;
}

#sb_instagram #sbi_load {
	text-align: left;
}
#sb_instagram #sbi_load a {
	font-size: 1em;
}
#sb_instagram #sbi_load svg {
	font-size: 32px;
}
#MAMCfooter .contacts-layer {
	display: flex;
	align-content: center;
	justify-content: center;
}
#MAMCfooter .mamc-contact-footer {
	max-width: 300px;
}
#MAMCfooter .center-contact-info {
	text-align: left !important;
}

#nks_cc_sidebar a {
	color: #FFFFFF;
	font-weight: bold;
}


/* Animated button */
#wpcpro-wrapper .wpcp_readmore {
	border: none !important;
}
.sp-wpcp-read-more a,
.elementor-button {
	z-index: 1;
	position: relative;
	padding: 12px 24px !important;
	border-radius: 5px;
}
.sp-wpcp-read-more a:hover,
.elementor-button:hover {
	background-color: #E4002B !important;
}
.sp-wpcp-read-more a::before,
.elementor-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: #750014;
	border-radius: 5px;
	transition: transform 600ms ease-in-out;
	transform: scalex(0);
	transform-origin: left;
}
.sp-wpcp-read-more a:hover::before,
.elementor-button:hover::before,
.elementor-button:focus::before{
	transform: scalex(1);
}

/* Display frequently visited in 3 columns */
.displayListColumn ul {
	display: column;
	column-count: 3;
}
@media (max-width: 768px) {
	.displayListColumn ul {
		column-count: 1;
	}
}

/* Display listing */
.noPadding h2 {
	margin: 0;
	padding: 0;
}
.frequenctResources ul {
	padding: 0;
}
.redHover h2:hover {
	color: #BC0021 !important;
}
#wpcpro-wrapper h2.wpcp-post-title a,
#news-section .listing-item .title {
	font-size: 36px !important;
}

#wpcpro-wrapper .slick-dots {
	position: absolute !important;
	bottom: 2em;
	right: 1em;
}

/* Buttons */
.display-posts-listing .excerpt  {
	padding: 20px 0;
	position: relative;
	display: block;
}
.display-posts-listing .excerpt a.excerpt-more {
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	background: #e4002b;
	font-family: Barlow Condensed;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 180px;
	text-align: center;
	line-height: 1;
	z-index: 1;
	position: relative;
	padding: 12px 24px !important;
	border-radius: 5px;
}
.display-posts-listing .excerpt a.excerpt-more:hover {
	background-color: #E4002B !important;
}
.display-posts-listing .excerpt a.excerpt-more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-color: #750014;
	border-radius: 5px;
	transition: transform 600ms ease-in-out;
	transform: scalex(0);
	transform-origin: left;
}

.display-posts-listing .excerpt a.excerpt-more:hover::before {
	transform: scale(1);
}

/* News section */
#wpcpro-wrapper .wpcp-post-carousel .wpcp-single-item .wpcp-all-captions,
#news-section .listing-item { 
	padding: 0;
	margin: 0;
}
#wpcpro-wrapper h2.wpcp-post-title {
	height: 140px;
	line-height: 1.2 !important;
	margin-bottom: 20px !important;
}
#wpcpro-wrapper h2.wpcp-post-title a {
	line-height: 1.2 !important;
}
.slick-track .slick-slide {
	vertical-align: bottom;
}
@media (max-width: 768px) {
	#wpcpro-wrapper h2.wpcp-post-title {
		height: auto !important;
		padding: 0;
	}
	h2.elementor-heading-title {
		padding: 0 !important;
	}
}

/* Home resources */
.seeAllBtn {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor:pointer;
}
.homeResources button,
.homeResources button:focus,
.homeResources button:active{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	outline: none !important;
}
.homeResources ul {
	padding-left: 0;
}
.homeResources .localChurch,
.homeResources .confAdmin,
.homeResources .clergy {
	padding-bottom: 50px;
}
.homeResources .pagination {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.homeResources button.disabled,
.homeResources button.disabled::before,
.homeResources button.disabled::after{
	border-color: #707070 !important;
  cursor: default !important;
}
.seeAllBtn::before,
.homeResources button.prev:before,
.homeResources button.next:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: relative;
	top: 2px;
	margin: 5px;
	outline: none;
}
.homeResources.hideResources,
.homeResources .hideResource {
	display: none;
}
.homeResources button.prev:before {
	transform: rotate(-135deg);
}
.seeAllBtn::before {
	margin-top: 24px;
}
.seeAllBtn.expanded::before {
	transform: rotate(135deg);
	margin-bottom: 6px;
}

/* Hide continue reading link for ADA compliance */
.tribe-events a.continue {
	display: none !important;
}

.sidebar-header {
	font-size: 24px;
	font-weight: bold;
	margin: 1em auto;
}
.gt-current-wrapper {
	display: none !important;
}
a.gt-translateText,
a.gt-translateText:hover,
a.gt-translateText:active,
a.gt-translateText:focus{
	color: #FFFFFF !important;
	line-height: 30px;
}
.gt-translateDisclaimer {
	font-size: 14px !important;
	font-style: italic;
}
