@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif;*/
body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	color: #5c5c5c;
}

ul,
ol p {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
}

li {
	margin-bottom: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
	font-family: 'Poppins', sans-serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
strong {
	color: #181818;
}

a {
	color: #0b7c70;
	text-decoration: none;
}

h2 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

h3 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

h4 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

.primary-navigation {
	margin-left: 0;
}

.site-header {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;
}

.site-footer {
	max-width: 100%;
	background: #191f27;
	color: #fff;
	padding-bottom: 0;
	margin-top: 0 !important;
}

.container {
	max-width: 1300px;
}

body:not(.home) .site-main > * {
	margin-top: 30px;
	margin-bottom: 30px;
}

body:not(.home) .site-main > :first-child {
	margin-top: 0;
}

.site-footer .site-name {
	color: #f0ff92;
	font-size: 50px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 15px;
}

.copyright {
	text-align: center;
	border-top: 1px solid #f0ff92;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0;
}

.pdf-link a {
	border: 1px solid #000;
	padding: 5px 25px;
}

.wp-custom-logo .site-header::after,
.wp-custom-logo .site-header::before {
	display: none;
}

.site-logo {
	margin: 0;
}

.wp-custom-logo .site-header {
	justify-content: space-between;
}

.site-header .social-icon > div {
	gap: 0;
	margin-bottom: 0;
}

.site-header .social-icon .wp-block-image img {
	height: 26px;
}

.site-header .social-icon figure {
	padding: 0 2px;
}

.email:before,
.phone:before,
.address:before {
	font-family: fontAwesome;
	color: #000;
	background: #f0ff92;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 8px;
	border-radius: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.address:before {
	content: '\f276'
}

.phone:before {
	content: '\f095'
}

.email:before {
	content: '\f0e0'
}

.footer-col-rt {
	text-align: right;
}

.footer-right a {
	border: 1px solid #f0ff92;
	padding: 5px 20px;
	display: table;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	float: right;
}


.hm-content h5 {
	font-weight: 400;
	margin: 60px 0;

}

.home-banner {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.home-banner p {
	color: #181818;
}

.home-banner div {
	padding: 0;
	margin: 0;
}

.home-banner .banner-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.home-banner .banner-row img {
	width: 100%;
}

.home-banner .banner-row div {
	border-radius: 100%;
	overflow: hidden;
	height: 100%;
	width: 45%;
	position: relative;
}

.home-banner .banner-row div.banner-rt {
	z-index: 1;
	margin-right: -70px;
}

.home-banner .banner-row div.banner-lt {
	z-index: 3;
	margin-left: -70px;
}

.home-banner .banner-row div.banner-mid {
	background: #f0ff92;
	z-index: 2;
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.home-banner .banner-row div.banner-text {
	border-radius: 0;
	text-align: left;
	width: auto;
	height: auto;
	padding-left: 80px;
}

.home-banner .banner-text strong {
	font-size: 170%;
	font-weight: bold;
	line-height: 80px;
}

.home-banner .banner-text a,
.home-banner .banner-text span {
	text-transform: uppercase;
	font-size: 16px;
}

.star-title:before,
h6:before,
.home-banner .banner-text span:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: -4px;
	background: url(assets/images/star.webp);
	background-size: auto;
	background-size: 25px;
}

.home-banner .banner-text a:before {
	content: '';
	width: 48px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(assets/images/arrow-rt.webp)
}

.home-banner .banner-text a {
	font-weight: 600;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 65px;
}

.home-banner .banner-text span,
.star-title,
h6 {
	position: relative;
	padding-left: 34px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.hm_worship_service h2 {
	margin: 15px 0;
}

.hm_worship_service h2 span {
	font-size: 100px;
}

.title_text {
	background: #f0ff92;
	padding: 30px 0 300px;
	font-size: 30px;
	text-align: center;
}

.title_text .container {
	max-width: 600px;
	margin-bottom: 30px;
	color: #181818;
}

.title_text .container a {
	color: #181818;
	text-decoration: underline;
}

.hm-video-wrap {
	margin-top: -300px;
	position: relative;
}

.hm-video-img img {
	max-width: 100%;
}

.hm-video-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
}

.hm-video-text a {
	width: 200px;
	height: 200px;
	display: block;
	border: 3px solid #fff;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	padding: 50px;
	text-align: center;
	position: relative;
}



.hm-video-text a:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50%;
	animation: pulse-border 1100ms ease-out infinite;
}

.hm-video-text a:hover:before {
	display: block;
}

.hm-video-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000054;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.modal-dialog .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff !important;
	width: 30px;
	height: 30px;
	z-index: 2;
	opacity: 1;
}

#myVideoModal {
	margin-top: 50px;
}

#myVideoModal .modal-dialog {
	max-width: 670px;
}

#myVideoModal figure {
	margin-bottom: 0;
}

.resurrection-deals {
	display: flex;
	background: #f0ff92;
}

.resurrection-deals-lt {
	width: 45%;
}

.resurrection-deals-rt {
	width: 55%
}

.resurrection-deals-lt img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.resurrection-deals-txt {
	padding: 50px;
}

.resurrection-deals-txt ul {
	padding: 0;
	margin: 0;
}

.resurrection-deals-txt p {
	margin-bottom: 0;
	color: #181818;
}

.resurrection-deals-txt h2 {
	margin-bottom: 2rem;
}

.resurrection-deals-txt li {
	list-style: none;
	display: flex;
	font-size: 20px;
	color: #181818;
	margin-bottom: 2rem;
}

.resurrection-deals-txt li h5 {
	width: 30%;
	font-size: 20px;
	font-weight: 400;
	margin-top: 5px;
}

.resurrection-deals-txt li div {
	width: 70%;
}

.hm-bot-block img {
	max-width: 100%;
}

.hm-map {
	margin-bottom: 0;
}

.hm-map > div {
	line-height: 0;
}

.home .site-main {
	padding-bottom: 0;
}

body:not(.home) .site-main {
	padding-top: 0
}

.hm-bot-block {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.hm-bot-two .hm-bot-block-txt {
	bottom: -142px !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.hm-bot-two .hm-bot-block:hover .hm-bot-block-txt {
	bottom: 0 !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.hm-bot-three .hm-bot-block-txt {
	bottom: -96px !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.hm-bot-three .hm-bot-block:hover .hm-bot-block-txt {
	bottom: 0 !important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.hm-bot-block-txt div p {
	color: #fff;
}

.hm-bot-block-txt strong,
.hm-bot-block-txt h6 {
	color: #fff;
}

.hm-bot-block-txt h6 {
	font-size: 24px;
	text-transform: none;
	font-weight: 400;
}

.hm-bot-three .hm-bot-block-txt p {
	font-size: 24px;
}



.hm-bot-block .hm-bot-block-txt {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 80px 10px 10px;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 7%, rgba(0, 0, 0, 0.45) 43%, rgba(0, 0, 0, 0.64) 70%);
}

.hm-bot-block .hm-bot-block-txt h6::before {
	background: url(assets/images/white_star.webp);
	background-size: 25px;
}

.hm-bot-block .hm-bot-block-txt span {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 10px;
	display: inline-block;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	width: 16px;
}

.sub-menu-toggle span {
	display: none !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	font-size: 16px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle:after {
	content: "";
	background: url(assets/images/menu-arrow.webp);
	width: 16px;
	height: 12px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.primary-navigation > div > .menu-wrapper > li:hover .sub-menu-toggle:after {
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.primary-navigation > div > .menu-wrapper li {
	padding-left: 5px;
	padding-right: 5px;
}

.primary-navigation a {
	font-family: 'Poppins', sans-serif !important;
}

.primary-navigation .sub-menu {
	border: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	width: 250px;
}

.primary-navigation .sub-menu .menu-item > a {
	padding: 12px 15px;
}

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover {
	text-decoration: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
	display: none;
}


.sub-menu li a {
	font-size: 14px !important;
}

.sub-menu li:hover a,
.sub-menu li.current_page_item a {
	color: #0b7b6f !important;

}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.primary-navigation > div > .menu-wrapper > li:not(.donation-nav):hover > a,
.primary-navigation li:not(.donation-nav).current-menu-item > a:first-child,
.primary-navigation li:not(.donation-nav).current_page_item > a:first-child {
	color: #0b7b6f !important;
}

.inner-banner,
.banner-wrap {
	position: relative
}

.banner-wrap {
	max-height: 350px;
	overflow: hidden;
}

.banner-wrap img {
	max-width: 100%;
	width: 100%;
}

.banner-wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000008f;
}

.banner-txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	color: #fff;
	padding-left: 30px;
	padding-right: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner-txt .entry-breadcrumbs {
	color: #000;
	border-radius: 10px;
	background: none;
	padding: 0;
	font-size: 14px;
	border: none;
}

.banner-txt span.sep {
	display: none;
}

.banner-txt h2 {
	font-weight: 400;
	color: #fff;
	font-size: 64px;
	max-width: 900px;
}

.banner-txt .breadcrumb {
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.banner-txt .breadcrumb a {
	color: #000;
}

.banner-txt .breadcrumb:hover {
	background: #f0ff92;
}

.banner-txt .breadcrumb-current {
	background: #f0ff92;
	padding: 5px 10px;
	border-radius: 5px;
}

.block-border {
	border: 1px solid #000;
	padding: 20px;
}

.block-border-lt,
.border-lt {
	border-left: 1px solid #000;
}

.block-rt-top p {
	margin-bottom: 1rem !important;
	margin-top: 0 !important;
}

.block-gap > div > * {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.border-bottom,
.block-rt-top {
	border-bottom: 1px solid #000;
}

.wp-block-columns .wp-block-column > * {
	margin-top: 20px;
	margin-bottom: 20px;
}



.request-prayer {
	position: fixed;
	right: 0;
	/*top: 30%;
	transform: rotate(-90deg);
	transform-origin: right;*/
	bottom: 20%;

	z-index: 2
}

.request-prayer a {
	background: #f0365c;
	color: #fff;
	padding: 10px 20px 10px 60px;
	font-size: 18px;
	border-radius: 8px 8px;
	position: relative;

}

.request-prayer a::before {
	content: "";
	background: url(assets/images/laptop.webp);
	width: 33px;
	height: 28px;
	display: inline-block;
	background-size: cover;
	margin-right: 10px;
	position: absolute;
	left: 15px;
	top: 6px;
}

.inner-txt-banner h2 {
	font-size: clamp(50px, 15.5vw, 290px);
	font-weight: 200;
	letter-spacing: 0.5px;
	text-align: center;
}

.entry-breadcrumbs {
	display: inline-flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	padding: 5px 15px;
	background: #fff;
	z-index: 2;
	position: relative;
}

.inner-txt-banner #catch-breadcrumb {
	position: relative;
	text-align: center;
}

.inner-txt-banner #catch-breadcrumb::after {
	content: '';
	border-top: 1px solid #000;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

.breadcrumb {
	margin: 0;
	display: flex;
	align-items: center;
}

.bible_video .title_text .container {
	max-width: 1000px;
}

.bible_video .hm-video-wrap {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.bible_video .hm-video-wrap {
	margin-top: -150px;
}

.bible_video .title_text {
	padding: 30px 0 150px;
}

/*28-7-25*/

textarea,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #edeef2 !important;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
}

input[type="radio"]::after {
	background: #33c000;
	left: 1px;
	top: 1px;
}

input[type="radio"]:checked {
	border: 1px solid #000;
}

input[type="checkbox"]::after {
	left: 4px;
	top: -1px;
	border-color: #33c000;
}

.contact_form select {
	height: 45px;
	border: 1px solid #edeef2 !important;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 14px;
	width: 100%;
	background-color: #fff;
	padding-left: 10px;
}

.contact_form {
	background: #fff;
	padding: 30px 30px;
	border-radius: 8px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	max-width: 750px;
	margin: 0 auto;
}

.contact_form label {
	font-size: 16px !important;
	color: #5c5c5c;
	font-weight: 400;
	margin-bottom: 0;
}

.form-sec {
	padding-bottom: 10px;
	display: block;
}

.contact_form input[type="radio"] {
	margin-top: 7px;
	float: left;
	margin-right: 5px;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.contact_formp {
	margin-bottom: 5px;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	justify-content: space-between;
}

.form-row > * {
	padding-left: 5px;
	padding-right: 5px;
}

#myVideoModal .modal-body {
	line-height: 0;
}

.form-sec.select-lbl p {
	margin-right: 10px;
}

.form-sec.select-lbl {
	display: flex;
}

.btForm input[type="submit"],
.contact_form input[type="submit"] {
	background: #f0ff92 !important;
	color: #000 !important;
	font-weight: 400;
	border-radius: 5px;
	padding: 10px 35px;
	border: 1px solid #f0ff92;
}

.btForm input[type="submit"]:hover,
.contact_form input[type="submit"]:hover {
	background: transparent !important;
	border: 1px solid #000;
}

.seperater {
	position: relative;
	padding-top: 30px;
}

.full-content .wp-block-group__inner-container > * {
	max-width: 100% !important;
}

.full-content .wp-block-uagb-container {
	padding: 0 !important;
}

.full-content .wp-block-image img {
	width: 100%;
}

.seperater::after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	background: #000;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 14%, rgb(97, 97, 97) 50%, rgba(255, 255, 255, 0) 81%);
}

.htitle {
	position: relative;
}

.htitle span {
	background: #fff;
	position: relative;
	z-index: 2
}

.htitle::after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	background: #000;
	left: 0;
}

.black-box strong,
.black-box a {
	color: #fff;
}

h6.sectitle {
	font-size: 20px;
}

.thank-block {
	display: block;
	border: 1px solid #000;
	padding: 10px;
	max-width: 500px;
	margin: 20px auto;
}

.thank-block .uagb-svg-wrapper {
	background: #f0ff92;
	border-radius: 30px;
	padding: 10px !important;
}

.mobmenu-content .sub-menu li.current_page_item a,
.mobmenu-content #mobmenuleft .sub-menu a:focus,
.mobmenu-content #mobmenuleft .sub-menu a:hover {
	color: #f0ff92 !important;
}

.player-title-wrap {
	display: flex;
	justify-content: space-between;
}



.player-form-link a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #0b7c70;
	padding: 8px 10px;
	display: inline-block;
	border-radius: 3px;
	background: #0b7c70;
	text-align: center;
}

.player-form-link a:hover {
	color: #0b7c70;
	text-decoration: none;
	border: 1px solid #0b7c70;
	background: transparent;
}

@media only screen and (max-width: 991px) {

	#mc-modal-content article {
		margin-bottom: 25px;
		padding-bottom: 5px;
		border-bottom: 1px solid #b5b4b4;
	}

	.mc-main .mc-list .mc-text-button > span.mc-icon {
		position: relative;
		top: 5px;
	}

	.mc-main .mc-list .event-date button.mc-text-button {
		padding: 5px;
	}

	.mc-main .mc-list .event-date button.mc-text-button:hover,
	.mc-main .mc-list .event-date button.mc-text-button:focus {
		outline: none !important;
		background: #f0ff92 !important;
	}

	.mc-main .mc-list .event-date button.mc-text-button .event-count {
		color: #107c71
	}

	.home-banner .banner-text strong {
		font-size: 110%;
		font-weight: normal;
		line-height: inherit;
	}

	.home-banner .banner-row div.banner-text {
		padding-left: 46px;
	}

	.banner-txt h2 {
		font-size: clamp(38px, 5.5vw, 290px);
	}

	.mc-main .mc-list .mc-text-button > span {
		text-decoration: none !important;
	}

	.mc-main .mc-list li.mc-events article {
		border-bottom: none !important;
	}

	.mc-main .mc-list li.mc-events {
		border-bottom: 1px solid #b5b4b4;
	}

	.resurrection-deals-txt li {
		flex-wrap: wrap;
	}

	.resurrection-deals-txt li h5,
	.resurrection-deals-txt li div {
		width: 100%;
	}
}

@media only screen and (max-width: 781px) {
	.block-border-lt {
		border-left: none;
		border-top: 1px solid #000;
	}
}

@media only screen and (max-width: 767px) {
	.banner-txt h2 {
		font-size: clamp(40px, 5.5vw, 290px);
	}

	.banner-txt {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-col-rt {
		text-align: left;
	}

	.site-footer .site-name {
		font-size: 36px;
	}

	.footer-right a {
		float: left;
	}

	.resurrection-deals {
		flex-wrap: wrap;
	}

	.resurrection-deals-lt,
	.resurrection-deals-rt {
		width: 100%;
	}

	.resurrection-deals-txt {
		padding: 15px;
	}

	.resurrection-deals-txt li h5 {
		width: 40%;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
	}

	.hm-bot-block {
		margin: 15px 0;
	}

	.home-banner .banner-row div {
		border-radius: 0;
		width: 32%;
	}

	.home-banner .banner-row div.banner-rt {
		margin-right: 0;
	}

	.home-banner .banner-row div.banner-lt {
		margin-left: 0;
	}

	.home-banner .banner-row div.banner-text {
		padding: 10px;
	}

	.home-banner .banner-text strong {
		font-size: 100%;
		font-weight: normal;
		line-height: inherit;
	}

	.home-banner .banner-text a {
		font-size: 14px;
		padding-left: 0;
	}

	.home-banner .banner-text a::before {
		display: none;
	}

	.site-main {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.home .site-main {
		padding-top: 0;
	}

	.site-main > * {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.site-main > :first-child {
		margin-top: 0;
	}

	.hm-map {
		margin-bottom: 0px;
	}

	.banner-wrap {
		max-height: 450px;
	}

	.res-txt-lt {
		text-align: left;
	}

	.img-col {
		order: 1
	}

	.txt-col {
		order: 2
	}

	.my-calendar-modal {
		left: 5px !important;
		max-width: 755px !important;
	}

	.col-rs-none {
		display: none;
	}

	.player-title-wrap {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;

	}

	.player-title-wrap h2 {
		order: 2;
	}

	.player-form-link {
		margin-bottom: 15px;
		order: 1;
	}
}

@media only screen and (max-width: 575px) {
	.site-footer .site-name {
		font-size: 26px;
	}

	.resurrection-deals-txt li {
		flex-wrap: wrap;
	}

	.resurrection-deals-txt li h5 {
		font-weight: 600;
	}

	.resurrection-deals-txt li div {
		width: 100%;
	}

	.home-banner .banner-row div {
		width: 50%;
	}

	.home-banner .banner-row div.banner-lt {
		order: 1
	}

	.home-banner .banner-row div.banner-rt {
		order: 2
	}

	.home-banner .banner-row {
		flex-wrap: wrap;
	}

	.home-banner .banner-row div.banner-text {
		width: 100%;
	}

	.banner-mid .banner-text h2 br {
		display: none;
	}

	.home-banner .banner-row div.banner-mid {
		position: relative;
		width: 100%;
		order: 3
	}

	.home-banner .banner-text a::before {
		display: block;
	}

	.home-banner .banner-text a {
		font-size: 16px;
		padding-left: 75px;
	}

	.hm-video-text,
	.hm-video-text a {
		width: 100px;
		height: 100px;
	}

	.banner-wrap img {
		min-height: 200px;
	}

	.banner-wrap {
		max-height: 450px;
	}

	.form-sec.select-lbl {
		flex-wrap: wrap;
	}

	.banner-txt .breadcrumb-current {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.yoga-img > figure {
		display: block;
		width: 100%;
		float: none;
	}
}
