/*------------- Prayer Pages -------------*/
.prayerContentSec {
	padding: 20px 0 100px 0;
}
.prayerContentSec h1 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 64px;
	color: #000000;
	font-weight: 300;
	line-height: 74px;
}
.prayerContentSec h1 strong {
	font-weight: 700;
}
.prayerContentSec h1:after {
	content: '';
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	position: absolute;
	bottom: 0;
	left: 0;
}
.prayerContentSec h1[style*="text-align: center"]:after {
	margin: 0 auto;
	right: 0;
}
.prayerContentSec .alignleft,
.prayerContentSec .alignnone {
	max-width: 600px;
	width: 100%;
	border-radius: 7px;
}
.prayerContentSec .alignright {
	max-width: 600px;
	width: 100%;
	border-radius: 7px;
}
.prayerContentSec .aligncenter {
	max-width: 600px;
	width: 100%;
	border-radius: 7px;
}
.prayerContentSec h5 {
    margin: 0 0 20px 0;
    font-size: 25px;
    color: #3080d1;
    font-weight: 700;
    line-height: 30px;
}
.prayerContentSec p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
}
.prayerContentSec ol {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.prayerContentSec ol:last-child {
	margin-bottom: 0;
}
.prayerContentSec ol li {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
}
.prayerContentSec ol li:last-child {
	margin-bottom: 0;
}
.prayerContentSec ol li a:hover {
	text-decoration: none;
}
.prayerContentSec ol li strong {
	font-weight: 700;
}
.prayerContentSec ol li::marker {
	color: #3080d1;
	font-weight: 700;
}
.prayerContentSec ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.prayerContentSec ul:last-child {
	margin-bottom: 0;
}
.prayerContentSec ul li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
}
.prayerContentSec ul li:last-child {
	margin-bottom: 0;
}
.prayerContentSec ul li a:hover {
	text-decoration: none;
}
.prayerContentSec ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	color: #3482d1;
	font-weight: 900;
	position: absolute;
	left: 0;
}
.prayerContentSec .button {
	display: inline-block;
	padding: 10px 25px;
	background: #3080d1;
	border-radius: 5px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.prayerContentSec .button:hover {
	background: #0565a1;
}
.prayerContentSec .blueBtn {
	margin-right: 10px;
	background: #3080d1;
}
.prayerContentSec .blueBtn:hover {
	background: #0565a1;
}
.prayerContentSec .goldBtn {
	margin-left: 10px;
	background: #cead69;
}
.prayerContentSec .goldBtn:hover {
	background: #b9913e;
}

.mainCategoriesSec {
	background-color: #3080d1;
	padding: 100px 0;
}
.mainCategoriesSec h3 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 64px;
	color: #ffffff;
	font-weight: 300;
	line-height: 74px;
	text-align: center;
}
.mainCategoriesSec h3 strong {
	font-weight: 700;
}
.mainCategoriesSec h3:after {
	content: '';
	width: 65px;
	height: 3px;
	margin: 0 auto;
	background-color: #8bb8e5;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.mainCategoriesSec .service-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.mainCategoriesSec .service-wrap .service-item {
	display: flex;
	width: calc(33.333333% - 27px);
	flex-direction: column;
	text-decoration: none;
}
.mainCategoriesSec .service-wrap .service-item .service-thumb {
	border-radius: 7px;
	overflow: hidden;
}
.mainCategoriesSec .service-wrap .service-item .service-thumb img {
	width: 100%;
	height: auto;
}
.mainCategoriesSec .service-wrap .service-item .service-cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
	margin: -35px 25px 0 25px;
	padding: 20px 20px;
	background-color: #3080d1;
	border-radius: 7px;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}
.mainCategoriesSec .service-wrap .service-item .service-cont h4 {
	margin: 0 0 10px 0;
	font-size: 27px;
	color: #ffffff;
	font-weight: 700;
	line-height: 32px;
}
.mainCategoriesSec .service-wrap .service-item .service-cont p {
	flex: 1;
	margin: 0;
	font-size: 20px;
	color: #84b8ed;
	font-weight: 400;
	line-height: 25px;
}
.mainCategoriesSec .service-wrap .service-item .service-cont .moreBtn {
	position: relative;
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 30px 0 0;
	font-size: 17px;
	color: #cead69;
	font-weight: 900;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}
.mainCategoriesSec .service-wrap .service-item .service-cont .moreBtn:after {
	content: '';
	width: 20px;
	height: 12px;
	background-image: url(../images/gold-arrow-vector.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.mainCategoriesSec .service-item:hover .service-cont {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
}
.mainCategoriesSec .service-item:hover .service-cont h4 {
	color: #3080d1;
}
.mainCategoriesSec .service-wrap .service-item:hover .service-cont p {
	color: #808080;
}
.prayerRequestFormSec {
	padding: 100px 0;
}
.prayerRequestFormSec h4 {
	max-width: 945px;
    margin: 0 auto;
	margin-bottom: 30px;
	font-size: 30px;
	color: #000000;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}
.prayerRequestFormSec h4 strong {
	color: #3080d1;
}
.prayerRequestFormSec .requestForm {
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 70px;
	border-radius: 7px;
	box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.25);
}
.prayerRequestFormSec .requestForm h5 {
	margin-bottom: 20px;
	font-size: 25px;
	color: #000000;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
}
.prayerRequestFormSec .requestForm h5:last-child {
	margin-bottom: 0;
}
.prayerRequestFormSec .requestForm form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.prayerRequestFormSec .requestForm form .form-group p {
	margin-bottom: 10px;
	font-size: 18px;
	color: rgb(0 0 0 / 50%);
	font-weight: 400;
	line-height: 23px;
}
.prayerRequestFormSec .requestForm form .form-group label {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
	color: #808080;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.prayerRequestFormSec .requestForm form .form-group label span {
	color: #f40010;
}
.prayerRequestFormSec .requestForm form .form-group .form-control {
	height: 60px;
	padding: 15px 25px;
	border: 2px solid rgb(0 0 0 / 10%);
	background-color: #f6f6f6;
	box-shadow: none;
	border-radius: 5px;
	font-size: 18px;
	color: rgb(0 0 0 / 50%);
	font-weight: 400;
}
.prayerRequestFormSec .requestForm form .form-group select.form-control {
	background-color: #f6f6f6;
	background: url(../images/dauwn-arrow.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
}
.prayerRequestFormSec .requestForm form .form-group textarea.form-control {
	resize: none;
	height: auto;
}
.prayerRequestFormSec .requestForm form .form-group .keyNotes {
	position: absolute;
	right: 0;
}
.prayerRequestFormSec .requestForm form .form-group.checkBox p {
	margin-bottom: 0;
}
.prayerRequestFormSec .requestForm form .form-group.checkBox .wpcf7-list-item {
	margin: 0;
}
.prayerRequestFormSec .requestForm form .form-group.checkBox .wpcf7-list-item label {
	margin-bottom: 0;
	line-height: 0;
}
.prayerRequestFormSec .requestForm form .form-group.checkBox .wpcf7-list-item input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid rgb(0 0 0 / 10%);
	background: #f6f6f6;
	border-radius: 5px;
	vertical-align: top;
	cursor: pointer;
}
.prayerRequestFormSec .requestForm form .form-group.checkBox .wpcf7-list-item input[type="checkbox"]:checked {
	background-image: url(../images/checkbox.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}
.prayerRequestFormSec .requestForm form .form-group.checkBox .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
}
.prayerRequestFormSec .requestForm form .form-group .submitBtn {
	display: inline-block;
	padding: 20px 25px;
	background: #3080d1;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	transition: all .3s ease-in-out;
}
.prayerRequestFormSec .requestForm form .form-group .submitBtn:hover {
	background: #0565a1;
}
.prayerRequestFormSec .requestForm .confirmation-message {
	font-size: 25px;
	color: #00970e;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
}

.prayerRequestSec {
	padding: 100px 0;
}
.prayerRequestSec h3 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 64px;
	color: #000000;
	font-weight: 300;
	line-height: 74px;
}
.prayerRequestSec h3 strong {
	font-weight: 700;
}
.prayerRequestSec h3:after {
	content: '';
	width: 65px;
	height: 3px;
	background-color: #8bb8e5;
	position: absolute;
	bottom: 0;
	left: 0;
}
.prayerRequestSec .prayerBox {
	float: left;
	width: 100%;
	padding: 0 30px;
	box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
}
.prayerRequestSec .prayerBox .prayerItem {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 2px solid #f2f3f3;
}
.prayerRequestSec .prayerBox .prayerItem:last-child {
	border-bottom: none;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol {
	float: left;
	width: 65%;
	padding-right: 25px;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .image {
	max-width: 86px;
	width: 100%;
	float: left;
	border-radius: 100%;
	overflow: hidden;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .image img {
	width: 100%;
	height: auto;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info {
	position: relative;
	float: left;
	width: calc(100% - 86px);
	padding: 0 0 0 75px;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info::before {
	content: "";
	width: 49px;
	height: 32px;
	background-image: url(../images/testimony-inverted-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 20px;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info h4 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #3080d1;
	font-weight: 700;
	line-height: 30px;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info h4:last-child {
	margin-bottom: 0;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info h4 strong {
	font-size: 16px;
	color: #868686;
	font-weight: 600;
	line-height: 20px;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
	line-height: 28px;
}
.prayerRequestSec .prayerBox .prayerItem .leftCol .info .toggle-more {
	margin-left: 7px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol {
	position: relative;
	display: flex;
	justify-content: space-between;
    align-items: center;
	gap: 15px;
	float: left;
	width: 35%;
	padding: 20px 0;
	padding-left: 25px;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #cead69;
	position: absolute;
	top: 0;
	left: 0;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 20px;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 57px;
	height: 57px;
	cursor: pointer;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .icon .prayIcon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.25);
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .icon .prayIcon video {
	width: 70px;
	height: 70px;
	vertical-align: top;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .icon .prayIconFloating {
	width: 43px;
	height: auto;
	border-radius: 12px;
	opacity: 0;
	position: absolute;
	bottom: 2px;
	z-index: -1;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .icon .prayIconFloating.animate {
	position: absolute;
	top: 0;
	right: 0;
	animation: float 2s linear forwards;
}
@keyframes float {
	0% {
		top: 0px;
		opacity: 1;
		transform: rotateZ(0deg);
	}
	12% {
		transform: rotateZ(-15deg) scale(0.9);
	}
	24% {
		right: 4px;
		opacity: 0.7;
		transform: rotateZ(15deg) scale(0.7);
	}
	40% {
		right: -4px;
		transform: rotateZ(-10deg) scale(0.6);
	}
	70% {
		right: 4px;
		opacity: .5;
		transform: rotateZ(10deg) scale(0.4);
	}
	90% {
		right: -4px;
		transform: rotateZ(-5deg) scale(0.2);
	}
	100% {
		top: -120px;
		opacity: 0;
		transform: rotateZ(-5deg) scale(0.1);
	}
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .info {
	flex: 1;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .info h5 {
	margin: 0 0 4px 0;
	font-size: 16px;
	color: #3080d1;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .prayFor .info .prayed {
	font-size: 16px;
	color: #cead69;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .testimonyViewBtn {
	width: auto;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .testimonyViewBtn .button {
	display: inline-block;
	width: auto;
	padding: 7px 12px;
	background: #3080d1;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .testimonyViewBtn .button:hover {
	background: #0565a1;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .testimonyViewBtn:has(.button.disable) {
	cursor: not-allowed;
}
.prayerRequestSec .prayerBox .prayerItem .rightCol .testimonyViewBtn .button.disable {
	opacity: 0.5;
	pointer-events: none;
}
.prayerRequestSec .prayerBox .prayerViewBtn {
	float: left;
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.prayerRequestSec .prayerBox .prayerViewBtn .button {
	display: inline-block;
	padding: 18px 24px;
	background: #3080d1;
	border-radius: 5px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.prayerRequestSec .prayerBox .prayerViewBtn .button:hover {
	background: #0565a1;
}
#colorbox .testimonyPopups {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 340px;
	padding: 30px 30px;
}
#colorbox .testimonyPopups h4 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #3080d1;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
#colorbox .testimonyPopups p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #808080;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
#colorbox .testimonyPopups p:last-child {
	margin-bottom: 0;
}

.prayerUserBtn {
	float: right;
	width: auto;
	padding: 7px 20px;
	background: #cead69;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.prayerUserBtn:hover {
	background: #bd903f;
	color: #ffffff;
	text-decoration: none;
}
.prayerUserBtn:before {
    content: "\f415";
	margin-right: 4px;
    font-family: "Material Design Icons";
}
.cmcal-calendar-container.cmcal-calendar-262 .fc-toolbar .fc-button {
	outline: 0 !important;
	box-shadow: none !important;
	transition: all .3s ease-in-out;
}
