@font-face {
	font-family: "Calipso";
	src: url("/wp-content/themes/hollytrinity/assets/font/calypso.ttf");
	font-style: normal;
	font-display: swap;
  }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
* {
	scrollbar-color: #81776F #f2e7dc74;
	scrollbar-width: thin;
} 
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background-color: #E0D5CB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	opacity: .8;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 20px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container{
	max-width: 1376px;
	padding: 0 20px;
	margin: 0 auto;
}
.container-2{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.hero-section video{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	object-fit: cover;
    object-position: center;
	border-radius: 24px;
}
.hero-section-wrap::after{
content:'';
position: absolute;
top: 0;
left: 0;
background-color: #0000005e;
width: 100%;
height: 100%;
border-radius: 24px;
}
.hero-section .container{
	position: relative;
	padding: 0;
}
.site-header{
	z-index: 99;
    position: relative;
	color:#fff;
}
.site-header a{
	color:#fff;
}
.hero-content{
	z-index: 1;
    position: relative;
}
.head-container{
	display: flex;
    justify-content: space-between;
	margin: 0 90px;
	border-bottom: 1px solid #ffffff20;
	padding: 28px 0 25px 0;
}
.hero-section{
	padding: 12px 32px 32px;
	background: linear-gradient(0deg, rgba(224,213,203,1) 0%, rgba(224,213,203,1) 50%, rgba(0,96,126,0.32) 100%);
}

.hero-title{
	font-family: "Calipso";
    font-size: 52px;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 135px;
	padding-bottom: 35px;
    color: #fff;
    text-align: center;
}
.hero-txt{
	padding-bottom: 70px;
}
.hero-txt p{
	color:#fff;
	font-size: 16px;
	max-width: 390px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: justify;
}
.hero-btn{
	text-align: center;
	padding-bottom: 60px;
}
.hero-btn a{
	font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 24px 55px;
    border: 1px solid #fff;
    border-radius: 64px;
    display: inline-block;
	cursor: pointer;
}
.section-title h2{
	font-size: 40px;
	font-family: "Calipso";
	text-align: center;
}
.title-support{
	font-size: 40px;
	font-family: "Calipso";
	padding-bottom: 30px;
}
.support-wrap{
	display: flex;
	gap:5px;
	align-items: center;
}

.support-btn{
	text-align: center;
    margin-top: -80px;
	cursor: pointer;
}
.title-support-2{
	max-width: 500px;
}
.section-support{
	background-image: url('/wp-content/themes/hollytrinity/assets/img/ellips.svg');
    background-position-x: -20%, 150%;
    background-position-y: 0%, 250px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/hollytrinity/assets/img/ellips.svg), url(/wp-content/themes/hollytrinity/assets/img/ellips.svg);
    background-size: 50%, 44%;
	margin-bottom: 250px;
}
.nft-title{
	font-size: 40px;
	font-family: "Calipso";
	padding-bottom: 60px;
	text-align: center;
}
.nft-card-text{
	font-size: 16px;
	font-weight: 500;
}
.nft-card-wrap{
	padding: 34px 34px 24px;
}
.nft-card{
	background-color:#F2E7DC;
	border-radius: 16px;
}

.nft-card-content{
	display: flex;
    margin-top: 21px;
    align-items: center;
    justify-content: space-between;
}
.nft-card-img img{
	max-width: 318px;
}

.section-nft{
	background-image: url('/wp-content/themes/hollytrinity/assets/img/nft.svg');
	background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    padding-bottom: 100px;
	margin: 100px 0 0;
}

footer{
	background-image: url('https://ht.swtesthost.space/wp-content/uploads/2024/03/footer.png');
	/* background-repeat: no-repeat; */
	padding-bottom: 100px;
	padding-top: 200px;
	background-position: center;
}

footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-wrap{
	display: flex;
}
footer ul a{
color:#000;
text-decoration: none;
font-size: 14px;
}
.footer-logo{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex:1;
}
.footer-logo img{
	filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(272deg) brightness(96%) contrast(108%);
}
.footer-link{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex:1;
}
.footer-logo img{
	max-width: 175px;
}
.footer-pr{
	color:#000;
font-size: 14px;
}
.footer-quate{
	text-align: center;
	background-image: url('/wp-content/themes/hollytrinity/assets/img/bghalfball.svg');
	padding: 50px 0 100px;
    background-repeat: no-repeat;
    background-position: center top;
}
.quate-text{
	max-width: 500px;
	margin: 0 auto;
	padding-top: 50px;
	font-size: 20px;
}
.footer-social{
	display: inline-flex;
	gap: 15px;
}
.footer-social a{
	display: flex;
}
header .footer-social a img{
	filter: invert(100%) sepia(0%) saturate(7472%) hue-rotate(64deg) brightness(97%) contrast(107%);
}
header .footer-social{
	gap: 10px;
    margin-left: 20px;
}
.section-sermons{
	padding: 50px 0;
	/* background-image: url(/wp-content/uploads/2024/04/svg-bg-circ.svg);
background-repeat: no-repeat;
background-position: center; */
margin-top: 100px;
}
.sermons-row a{
	display: inline-block;
	position: relative;
	transition: 1s;
}
.sermons-row a:hover{
	transform: scale(1.2)!important;
	transition: 1s;
}
.sermons-row a img{
	border-radius: 12px;
}
.sermons-row-1{
	text-align: right;
}
.sermons-row-1 a{
	right: 15%;
    position: relative;
}
.sermons-row-1 img{
width: 354px;
height: 177px;
	    object-fit: cover;
}
.sermons-row-2{
	margin-top: -50px;
}
.sermons-row-2 img{
	width: 315px;
	height: 158px;
	    object-fit: cover;
}
.sermons-row-3{
	text-align: center;
	margin-top: -50px;
}
.sermons-row-3 img{
	width: 406px;
	height: 203px;
	    object-fit: cover;
}
.sermons-row-4{
	text-align: right;
	margin-top: -50px;
}
.sermons-row-4 img{
	width: 340px;
	height: 170px;
	    object-fit: cover;
}
.sermons-row-5 {
	margin-top: -50px;
}
.sermons-row-5 a{
	right: -15%;
    position: relative;
}
.sermons-row-5 img{
	width: 317px;
	height: 158px;
	    object-fit: cover;
}
.section-title-2{
	max-width: 500px;
}
.section-title-2 h2{
	font-size: 40px;
    font-family: "Calipso";
    margin: 15px 0;
}

.section-title-3{
    max-width: 500px;
    float: right;
    display: block;
    margin-top: 40px;
    text-align: right;
}
.sermons-card-hidden{
	display: none;
}
.sermons-row a:hover .sermons-card-hidden{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
}
.btn-center-wrap{
	text-align: center;
	clear: both;
}
.btn-more{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color:#fff;
	padding: 22px 90px;
	border-radius: 64px;
	background: linear-gradient(180deg, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%);
	margin: 0 0;
	display: inline-block;
	cursor: pointer;
}
.site-logo{
	height: 100%;
}
.section-title-head p{
	max-width: 500px;
}
.section-title-head h1{
	font-size: 40px;
    font-family: "Calipso";
	margin: 0 0 15px;
	font-weight: 400;
}
.section-sermons-loop{
	margin-top: 50px;
	    margin-bottom: 100px;
}
.sermons-loop-wrap a{
	position: relative;
    display: inline-block;
}
.sermons-loop-wrap img{
	height: 100%;
}
.sermons-loop-wrap .products-loop-title{
    font-weight: 600;
    padding: 10px;
}
.sermons-loop-wrap{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.sermons-loop-card{
	flex: 1 0 30%;
	transition: 1s;
	max-width: 386px;
}
.sermons-loop-card:hover{
	transform: scale(1.1);
	transition: 1s;
}
.sermons-loop-img img{
	border-radius: 12px;
}
.prayers-loop-img img{
	border-radius: 12px;
}
.sermons-filter{
	display: flex;
    gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.sermons-filter-card{
	padding: 10px 50px;
	text-transform: uppercase;
    font-weight: 500;
	background-color: #ffffff91;
    border-radius: 30px;
	cursor: pointer;
	align-content: center;
	white-space: nowrap;
}


.sermons-filter-card.sermons-filter-active{
	background-color: #fff;
}
.sermons-filter-card:hover {
	background-color: #fff;
}
.section-single-sermon .single-sermon-wrap{
	display: flex;
	gap:30px;
	flex-wrap: wrap;
	margin-top: 30px;
}
.single-sermon-content{
	flex: 1 0 65%
}
.single-sermon-recomendation{
	flex: 1 0 30%
}
.section-single-sermon .sermons-loop-card{
	flex-basis: 100%;
}

.section-single-sermon .section-sermons-loop{
	margin-top: 0;
}
.sermon-content-title{
	font-size: 22px;
    font-weight: 600;
}
.section-single-sermon{
	margin-bottom: 100px;
}
.section-single-sermon iframe{
	border-radius: 25px;
}
.section-blue-bg{
	background: linear-gradient(180deg, rgba(28,36,74,1) 0%, rgba(199,197,192,1) 73%, rgba(199,197,192,0) 90%, rgba(224,213,203,1) 100%);
}
.section-candle{
	background-image: url(/wp-content/uploads/2024/04/candlestar.png);
	position: relative;
}
.section-candle h2{
	color:#fff;
}
.section-blue-bg .section-title{
	padding-top: 50px;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}
.section-candle{
	text-align: center;
}
/* .btn-wrap-candle{
	position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
} */
.sw-swiper-navigation .swiper-button-prev,.sw-swiper-navigation .swiper-button-next{
	position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.sw-swiper-navigation .swiper-pagination{
	position: relative;
    top: 0!important;
    left: 0;
    right: 0!important;
    bottom: 0!important;
	font-size: 0!important;
    line-height: 0!important;
}
.sw-swiper-navigation{
	text-align: center;
}
.sw-swiper-navigation-wrap{
    display: inline-flex;
    gap: 20px;
    justify-content: space-around;
    margin: 0 auto;
}
.swiper-slider-wrapper{
	padding: 30px;
    border: 1px solid #0000002b;
    border-radius: 16px;
	position: relative;
	transition: 1s;
}
.loop-card-img{
	margin-bottom: 10px;
}
.loop-card-title{
	font-weight: 600;
	  display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	    min-height: 2.6em;
}
.loop-card-text{
	font-size: 14px;
    margin-top: 10px;
	min-height: 34px;
}
.loop-card-link a{
	display: inline-block;
	font-size: 16px;
	color:#000;
	font-weight: 500;
}
.loop-card-link{
	text-align: right;
    margin-top: 15px;
}
.a-btn-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}

.sw-swiper-navigation .swiper-pagination-bullet{
	width: 30px;
    height: 4px;
    border-radius: 8px;
}
.sw-swiper-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #81776F;
}

.sw-swiper-navigation .swiper-button-prev, .sw-swiper-navigation .swiper-button-next{
	border-radius: 50%;
    width: 62px;
    height: 62px;
    border: 1px solid #00000030;
    line-height: 0;
    font-size: 0;
	padding: 16px;
}
.sw-swiper-navigation .swiper-button-next:after{
	content: url(/wp-content/uploads/2024/04/arrow-next.svg);
    font-size: 0;
    line-height: 0;
}
.sw-swiper-navigation .swiper-button-prev:after{
	content: url(/wp-content/uploads/2024/04/arrow-prev.svg);
    font-size: 0;
    line-height: 0;
}
.sw-swiper-navigation{
	margin: 70px 0 50px;
}
.sw-swiper-more{
	text-align: center;
	margin: 40px;
}
.sw-swiper-more a{
	font-size: 16px;
	color:#000;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
}
.swiper-slide-next .swiper-slider-wrapper{
	background-color: #F2E7DC;
	transition: 1s;
	border-top: 0;
    border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color:#f2e7dc;
}
.loop-card:hover .swiper-slider-wrapper{
	background-color: #F2E7DC;
	transition: 1s;
}

.img-bg-22{
	margin: 100px 0;
}

.img-ta-c{
	text-align: center;
}
.section-title-swiper h2{
	font-size: 40px;
    font-family: "Calipso";
    text-align: center;
	display: inline-block;
    margin: 0;
    padding: 50px 0 100px;
    width: 386px;
    background-color: #f2e7dc;
    margin-bottom: -10px;
}
.section-title-swiper{
	text-align: center;
}
.section-title-swiper h2{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.section-loop-blog .swiper-slide-next .swiper-slider-wrapper{
	border-radius: 16px;
}

.section-loop-blog  .section-loop-card-wrap{
	margin-top: 50px;
}

.loop-card-img img{
	max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.section-loop-blog .loop-card-img img{
	max-height: 270px;
}
.swblog-loop-section{
    margin-top: 50px;
    margin-bottom: 100px;
}
.swblog-loop-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.swblog-loop-card {
    flex: 1 0 30%;
    transition: 1s;
    max-width: 386px;
}
.swblog-loop-wrap a {
    display: inline-block;
	padding: 30px 30px 15px;
    border: 1px solid #0000002b;
    border-radius: 16px;
    position: relative;
    transition: 1s;
}
.swblog-loop-img img {
    border-radius: 12px;
}
.swblog-loop-wrap .products-loop-title {
    font-weight: 600;
    padding: 10px;
}
.swblog-loop-card:hover{
	transform: scale(1.1);
	transition: 1s;
}
.support-btn{
	text-align: center;
	margin-bottom: 150px;
    margin-top: 50px;
}
.support-btn a{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 22px 90px;
    border-radius: 64px;
    background: linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    display: inline-block;
	position: relative;
}
.support-btn a::before{
	content:url('/wp-content/uploads/2024/04/starbtn.svg');
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.support-btn a:hover{
	opacity: 1;
}
.section-title-2col-content{
	column-count: 2;
    column-gap: 20px; 
}

.section-title-2col-content p{
	margin-top: 0;
}

.faq-card {
	background-color: #00000014;
    border-radius: 24px;
    padding: 20px 30px;
    border: 0;
	margin-bottom: 20px;
}
.faq-q {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}
.faq-a {
    display: none;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    transition: 1s;
    margin-top: 20px;
}
.faq-card.faq-active .faq-a {
    display: block;
}
.section-faq{
	margin: 50px 0 100px;
}

.section-faq h2{
	font-family: "Calipso";
    font-size: 32px;
}

.prayers-search{
	margin: 50px 0 0;
}

#ajax-search-input{
	width: 100%;
    background: #fff;
    background-color: #000000c7;
    padding: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 40px;
	outline: 0;
	font-weight: 300;
}
.prayers-search-wrap{
	max-width: 700px;
    margin: 0 auto;
}
.search-res-wrap-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:1%;
	row-gap: 20px;
}
.search-res-wrap-wrap a{
	flex: 1 0 24%;
	max-width: 320px;
	position: relative;
}
.search-res-wrap-wrap a img{
	display: block;
	width: 258px;
	height: 258px;
	object-fit: cover;
}
.search-res-wrap-cat a img{
	height: 100%;
	max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.search-cat-title{
	position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.search-res-wrap-cat a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000085;
    width: 100%;
    height: 100%;
}
.search-res-wrap-cat{
	margin-bottom: 50px;
}
.search-post-title{
	font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
}

.search-res-wrap-post a{
	padding: 30px 30px 10px;
    border: 1px solid #0000002b;
    border-radius: 16px;
}
.cat-search-title{
	font-size: 30px;
	font-family: "Calipso";
	font-weight: 600;
    margin-bottom: 15px;
}
.prayers-category-default{
	margin-top: 50px;
}

.page-template-page-payform,
.page-template-page-thanks{
	background-image: url(/wp-content/themes/hollytrinity/assets/img/bgbig.webp);
	background-position-y: 100%;
	transition: background-position-y 2s ease-in-out;
	background-position-x: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-template-page-payform.pay-form-bg-2,
.page-template-page-thanks.pay-form-bg-2{
	background-position-y: 79%;
}
.page-template-page-payform.pay-form-bg-3,
.page-template-page-thanks.pay-form-bg-3{
	background-position-y: 58%;
}
.page-template-page-payform.pay-form-bg-4,
.page-template-page-thanks.pay-form-bg-4{
	background-position-y: 39%;
}
.page-template-page-payform.pay-form-bg-5,
.page-template-page-thanks.pay-form-bg-5{
	background-position-y: 2%;
}
.page-template-page-payform .hero-section,
.page-template-page-thanks .hero-section{
	background: transparent;
}

.pay-form-wrapper{
	padding: 60px 45px 45px;
	border-radius: 48px;
	position: relative;
	background-color: #D7E0E8;
	background-color: #E3EDEE;
}
[data-form-type="form-1"] .pay-form-wrapper{
	background-color: #a08f7a38;
	background-color: #d3c6b9;
}
[data-form-type="form-2"] .pay-form-wrapper{
	background-color: #F9F1EA;
}
[data-form-type="form-4"] .pay-form-wrapper{
	background-color: #DBE8F3;
}
/* .pay-form-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: -1;
	border-radius: 48px;
} */
.pay-form-title{
	font-size: 36px;
font-family: "Calipso";
text-align: center;
margin-bottom: 35px;
}
.pay-form-text{
	font-size: 20px;
	margin-bottom: 10px;
}
.pay-form-sub-txt{
	font-size: 14px;
	margin-top: 20px;
}
.pay-form-wrap-title{
	font-size: 52px;
	font-family: "Calipso";
	text-align: center;
	margin-bottom: 50px;
}
[data-form-type="form-3"] .pay-form-text{
	margin-bottom: 10px;
}
.pay-form-show[data-form-type="form-1"] .pay-form-wrap-title{
	font-size: 52px;
	margin-bottom: 50px;
}
.pay-form-show .pay-form-wrap-title{
	font-size: 28px;
	margin-bottom: 10px;
}
/* .pay-form-wrap{
	max-width: 768px;
	margin: 0 auto;
	display: block;
	opacity: 0;
	transition: opacity 2s ease-in-out, visibility 4s ease-in-out, height 2s ease-in-out;
	height: 0;
	overflow: hidden;
}
.pay-form-wrap.pay-form-show {
	opacity: 1;
	height: auto;
}
.pay-form-wrap:not(.pay-form-show) {
	height: 0;
	overflow: hidden;
} */
.pay-form-wrap {
	max-width: 768px;
	margin: 0 auto;
	opacity: 0;
	transform: translate(-50%, -100%);
	transition: opacity 2s ease-in-out, transform 2s ease-in-out;
	height: auto; /* Позволяет элементу занимать необходимое пространство */
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 50%;
}

.pay-form-wrap.pay-form-show {
	opacity: 1;
	/* transform: translateY(0); */
	transform: translate(-50%, 0);
	
}

.pay-form-wrap.hiding {
	opacity: 0;
	/* transform: translateY(100%); */
	transform: translate(-50%, 100%);
	transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}


.pf-ready-text{
	font-size: 20px;
	padding: 20px 30px;
	padding: 20px 40px 20px 30px;
	text-align: justify;
}
.pf-ready-field{
	display: flex;
	align-items: center;
	background-color: #DED3C4;
	border-radius: 48px;
	position: relative;
}
.pf-ready-field-img{
	background-color: #D8CBB8;
	/* height: 100%;
	width: 25%; */
	min-width: 188px;
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
	height: 160px;
}
.pf-ready-img{
	position: absolute;
	top: -70px;
	left: -40px;
	max-width: 250px;
}
.pay-form-status-bar{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.status-bar-btn{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 22px 60px;
	border-radius: 64px;
	background: linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
	display: inline-block;
	cursor: pointer;
	transition: background 1s ease-in-out;
}
.status-bar-btn:hover{
	/* opacity: .7; */
	background: linear-gradient(180deg, rgb(44 44 44) 0%, rgba(0, 0, 0, 1) 100%);

}

/* [data-form-type="form-1"] .status-bar-points{
	display: none;
} */
.status-bar-point {
	height: 6px;
	width: 22px;
	background-color: rgb(1 1 1 / 10%);
	display: block;
	border-radius: 20px;
}
.status-bar-points{
	display: flex;
	gap: 15px;
}
[data-form-type="form-1"] [data-status-point="1"]{
	background-color: #000000;
	width: 42px;
}
[data-form-type="form-2"] [data-status-point="2"]{
	background-color: #000000;
	width: 42px;
}
[data-form-type="form-3"] [data-status-point="3"]{
	background-color: #000000;
	width: 42px;
}
[data-form-type="form-4"] [data-status-point="4"]{
	background-color: #000000;
	width: 42px;
}

[data-form-type="form-5"] .pay-form-wrapper{
	background-color: #FCFBFD;
}
[data-form-type="form-5"] .pay-form-title{
	margin-bottom: 70px;
}
.status-bar-points-wrap{
	display: flex;
	align-items: center;
	gap: 40px;
}
.pay-form-input input{
	width: 100%;
	border: 0;
	background-color: #FFFFFF;
	border-radius: 10px;
	outline: 0;
	color: #0000007a;
	padding: 22px;
}

.pay-form{
	padding: 50px 0 100px;
	min-height: 768px;
	min-height: 100vh;
}
.pf-card-field-wrap{
	background-color: #F3F0EC;
	border-radius: 24px;
	min-width: 126px;
	position: relative;
}
.pf-card-title-thanks{
	padding: 35px;
	width: 150px;
	font-size: 10px;
	padding: 15px;
}
.pf-card-field-img{
	background: linear-gradient(180deg, #FFE3BB 0%, #F7B759 100%);
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	min-width: 126px;
	height: 96px;
}
.pf-card-img-status{
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.pf-card-field-img img{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.pay-form-txt{
	font-size: 20px;
	width: 587px;
	max-width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
.pf-card-field{
	text-align: center;
	display: flex;
	justify-content: center;
}
.status-bar-prev img{
	display: block;
}

.status-bar-prev{
	cursor: pointer;
}
.status-bar-prev:hover{
opacity: .5;
}

.menu-toggle{
	padding: 0;
	background: transparent;
	border: 0;
}
.menu-toggle img{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(238deg) brightness(98%) contrast(104%);
	max-width: 30px;
}
.site-logo{
	display: block;
}
[data-form-type="form-1"] .status-bar-points-wrap{
	justify-content: center;
}
.section-sermons-chat{
	background-image: url(/wp-content/uploads/2024/08/bg1main-scaled.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-position-y: 140px;
}
.sermons-row a{
	position: relative;
}

.sermons-row a::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/08/playbtn-1.png);
	background-size: contain;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 12px;
	left: 12px;
}
.sermons-row a:hover::after{
	content:unset;
}
.section-chat{
	position: relative;
}
.section-chat img{
	display: block;
	margin: 0 auto;
}
.section-chat-wrap svg{
	/* height: 832px;
	width: 832px; */
	display: block;
	margin: 0 auto;
}
.section-chat-img{
	position: absolute;
	left: 50%;
	top: 50%;
}
.section-chat-img-1{
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	z-index: 1;
}
.section-chat-img-2{
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	z-index: 2;
}
.section-chat-img-3{
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	z-index: 3;
}
.section-chat image {
	transform-origin: center center;
}
.btn-center-wrap-chat{
	transform: translateY(-55px);
}
.btn-center-wrap-chat .btn-more{
	margin: 0;
}
.btn-more:hover {
	opacity: 1; 
	background: linear-gradient(180deg, rgb(44 44 44) 0%, rgba(0, 0, 0, 1) 100%);
}
.section-sermons-btn-wrap{
	padding-top: 50px;
}
.main-navigation.toggled .menu-menu-1-container{
	position: absolute;
	background: #000000de;
	left: 0;
	width: 100%;
	top: 74px;
	height: 500px;
	padding: 20px 0;
}
.main-navigation.toggled ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
}
.main-navigation.toggled a{
	padding: 18px 0;
}
.main-navigation.toggled li{
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	width: 100%;
	text-align: center;    
	max-width: 311px;
}
.candle-light svg {
	display: block;
	margin: 0 auto;
	position: relative;
}
@media (max-width:550px) {
	.pf-ready-text{
		font-size: 18px;
		padding: 20px;
	}
}

@media (max-width:768px){
	.footer-wrap{
		flex-wrap: wrap;
		row-gap: 100px;
	}
	.footer-logo{
		order: 3;
		flex-direction: row;
		align-items: center;
	}
	.footer-link{
		flex-basis: 50%;
	}
	footer{
		padding-bottom: 0;
	}
.pf-ready-field-img img{
	left: 50%;
	translate: -50%;
}
.pf-ready-field-img {
	width: 100%;
	border-top-right-radius: 48px;
	border-bottom-left-radius: 0;
}
.pf-ready-field{
	flex-direction: column;
	justify-content: center;
}
[data-form-type="form-1"] .pay-form-wrapper .pay-form-title{
	margin-bottom: 60px;
}
.pay-form-show[data-form-type="form-1"] .pay-form-wrap-title{
	font-size: 36px;
	margin-bottom: 20px;
}
.pay-form-status-bar{
	flex-direction: column-reverse;
	margin-top: 35px;
}
.status-bar-points-wrap{
	margin-top: 30px;
	width: 100%;
	justify-content: space-between;
}
.page-template-page-payform .hero-section,
.page-template-page-thanks .hero-section{
	padding-bottom: 0;
}
.pay-form-wrapper{
	padding: 50px 20px;
	margin: 0 10px 0;
}
.page-template-page-payform,
.page-template-page-thanks{
	background-image: url(/wp-content/themes/hollytrinity/assets/img/bgbig-mob.webp);   
	 background-position-y: 106%;
}
.page-template-page-payform.pay-form-bg-2,
.page-template-page-thanks.pay-form-bg-2 {
	background-position-y: 82%;
}
.page-template-page-payform.pay-form-bg-3,
.page-template-page-thanks.pay-form-bg-3 {
	background-position-y: 62%;
}
.pay-form-show[data-form-type="form-1"] .pay-form-wrap-title {
	font-size: 28px;
	margin-bottom: 10px;
}
header .footer-social{
	display: none;
}
.hero-section{
	padding: 12px 10px 32px;
}
.head-container{
	margin: 0 20px;
	align-items: center;
}
.section-chat image {
	width: 100%;
	object-fit: contain;
	max-height: 100%;
	height: auto;
}
.candle-light image {
	width: 100%;
	object-fit: contain;
	max-height: 100%;
	height: auto;
}
.section-chat-wrap svg {
	max-width: 100%;
	height: auto;
}
.candle-light svg {
	max-width: 100%;
	height: auto;
}
.btn-center-wrap-chat {
	transform: translateY(24px);
}
.sermons-wrap .sermons-row{
margin-top: 0!important;
text-align: center;
min-width: 300px;
}
.sermons-wrap .sermons-row a{
	right: 0;
}
.sermons-wrap .sermons-row a img{
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.sermons-wrap{
	display: flex;
	overflow-x: scroll;
	flex-wrap: nowrap;
	gap: 15px;
	padding-bottom: 20px;
}
.section-sermons .container-2:nth-child(2){
	padding-right: 0;
	margin-top: 40px;
}
.section-title-swiper h2{
	width: 100%;
	padding: 30px 0;
	margin-bottom: 20px;
}
.sw-swiper-navigation .swiper-pagination{
	top: 7px!important;
}
.sw-swiper-navigation {
	margin: 50px 0;
}
.nft-card-img img {
	width: 318px;
	display: block;
	max-width: 100%;
}
.hero-title br{
	display: none;
}
.hero-title{
	padding: 25px;
	font-size: 28px;
}
.hero-txt {
	padding: 0 25px 25px;
}
.hero-btn a{
	font-size: 16px;
	padding: 25px;
	width: 100%;
	text-transform: uppercase;
}
.hero-btn{
	padding: 25px;
}
.section-title h2{
	font-size: 24px;
}
}

.chat-page-track {
	padding: 20px 20px 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 50px;
  }
  
  .chat-track-wrap {
	display: flex;
	position: relative;
	align-items: center;
  }
  
  .chat-page-track-card {
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: black;
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  

  .chat-page-track-card-line {
	width: 250px;
	height: 2px;
	background-color: #81776F;
}
/* .chat-track-icon{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
} */
.chat-track-icon img{
display: block;
}

.chat-track-title{
	font-family: "Calipso";
	font-size: 28px;
	position: absolute;
	bottom: -37px;
}
.btn-paused .chat-track-title{
	bottom: -35px;
}
.btn-paused .chat-track-title::after{
	content: '';
	background-image: url(/wp-content/themes/hollytrinity/assets/img/hline.png);
	position: absolute;
	height: 8px;
	width: 100%;
	bottom: -3px;
	left: 0;
}
.chat-chat-wrap{
	display: flex;
	position: relative;
	background: linear-gradient(to top, #BEBFC9, #4C5170);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
}
.chat-chat-wrap::after{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	background-image: url(/wp-content/themes/hollytrinity/assets/img/bg-chat-2.png);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.chat-chat-col-left img{
/* 	max-width: 381px; */
	margin: 0 auto;
	display: block;
}
.chat-chat-col-left{
	flex: 1;
	padding-top: 100px;
	z-index: 2;
}
.chat-chat-col-right{
	flex: 1;
	background-color: #41466133;
	z-index: 2;
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	position: relative;
}
.wpaicg-chat-shortcode-type textarea{
	background: transparent!important;
	color: rgb(255, 255, 255)!important;
	max-height: 150px!important;;
	overflow-y: auto!important;
	min-height: 60px;
}
.wpaicg-chat-shortcode-type textarea::placeholder{
	color: rgb(255, 255, 255)!important;
}
.wpaicg-chatbox-action-bar{
	background: transparent!important;
}
.wpaicg-chat-shortcode{
	height: 100%!important;
	background-color: #575c74a3!important;
	margin-right: 0 !important;
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	margin-left: 0 !important;
}
.wpaicg-chatbox-clear-btn svg{
	fill: #fff!important;
	opacity: .6!important;
}

.wpaicg-chat-shortcode-content ul {
	height: 100% !important;
	max-height: 400px;
}
.ta-center{
	text-align: center;
}
.wpaicg-chat-avatar{
	display: none!important;
}
.section-chat-page{
	margin-bottom: 100px;
}
.chat-hide-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 25px;
	background: linear-gradient(to top, #BEBFC9, #4C5170);
	opacity: 1;
	transition: opacity 1s ease;
}
.hidden {
	opacity: 0;
}
.chat-hide-layer-wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.chat-hide-title{
	font-size: 36px;
	font-family: "Calipso";
	margin: 15px 0 0;
	font-weight: 400;
	color:#fff;
}
/* .btn-more-2{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 22px 90px;
	border-radius: 64px;
	background: linear-gradient(180deg, rgb(172 173 175) 0%, rgb(79 84 114) 100%);
	margin: 30px 0 0;
	display: block;
	cursor: pointer;
	transition: background 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.btn-more-2:hover {
	opacity: 1;
	background: linear-gradient(180deg, rgb(44 44 44) 0%, rgb(79 84 114) 100%);
	transform: scale(1.05);
} */
.btn-more-2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 22px 90px;
	border-radius: 64px;
	background: linear-gradient(180deg, rgb(172 173 175) 0%, rgb(79 84 114) 100%);
	margin: 30px 0 0;
	display: block;
	cursor: pointer;
	transition: background 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

.btn-more-2:hover {
	opacity: 1;
	background: linear-gradient(180deg, rgb(44 44 44) 0%, rgb(79 84 114) 100%);
	transform: scale(1.05);
}
#ajax-search-input::placeholder{
	color:#fff;
		}
.ajax-search-results-section:has(.search-res-wrap-wrap){
		background: #312f2d14;
		padding: 20px 0;
	}
.section-404{
	text-align: center;
    font-size: 250px;	
}

.section-404 .btn-more{
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.prayers-loop-section{
		padding: 10px;
		border: 1px solid #aea49c;
		border-radius: 15px;
	}

	.section-single-sermon .prayers-loop-card{
		flex-basis: 100%;
	}
	.prayers-loop-card{
		flex: 1 0 30%;
		transition: 1s;
		max-width: 386px;
		background: #c1b1a373;
		border-radius: 10px;
	}
	.prayers-loop-card:hover{
		transform: scale(1.03);
		transition: 1s;
	}
	.prayers-loop-title{
		text-align: center;
		font-size: 25px;
		margin-bottom: 20px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.pay-form-reason-terms{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.pay-form-reason-terms span{
		padding: 3px 6px 3px 25px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		font-size: 17px;
	}
	.pay-form-reason-terms span::before{
	    content: "";
		border: 1px solid #121212;
		width: 10px;
		height: 10px;
		position: absolute;
		left: 7px;
		top: 50%;
		transform: translateY(-50%);
	}
	.pay-form-reason-terms span:hover::before{
		width: auto;
		height: auto;
		background: none;
		content: '✓';
		display: block;
		color: #121212;
		border: 0;
		opacity: .7;
	}
	.pay-form-reason-terms span.reason-term-active{
		font-weight: 500;
	}
	.pay-form-reason-terms span.reason-term-active::before{
		width: auto;
		height: auto;
		background: none;
		content: '✓';
		display: block;
		color: #121212;
		border: 0;
	}
	.pay-form-reason-delimiter{
		font-size: 24px;
		font-family: "Calipso";
		font-weight: 700;
		margin-bottom: 20px;
	}
	.pay-form-status-error{
		text-align: center;
    margin: 10px 0;
    color: red;
	}
	#add-pay-form-input{
		cursor: pointer;
		text-decoration: underline;
		text-transform: uppercase;
		margin-top: 10px;
		text-align: right;
	}
	#add-pay-form-input:hover{
		opacity: .7;
	}
	.input-pay-wrapper{
		margin-bottom: 15px;
		position: relative;
	}
	.remove-pay-form-input{
		position: absolute;
		right: 10px;
		font-size: 20px;
		font-weight: 800;
		color: #818181;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.ppf-wrap{
		display: flex;
		justify-content: center;
		gap: 30px;
		width: 500px;
		max-width: 100%;
		margin: 0 auto;
	}
	.ppf-card{
		padding: 12px 20px;
		border: 1px solid #fff;
		border-radius: 10px;
		flex: 1 0 27%;
		cursor: pointer;
		position: relative;
	}
	.ppf-card:hover{
		background-color: #fff;
	}
	.ppf-card.ppf-card-active{
		background-color: #fff;
	}
	.ppf-card-title{
		margin-bottom: 50px;
	}
	.ppf-card-price{
		font-weight: 600;
	}
	.ppf-col input{
		width: 100%;
		border: 0;
		background-color: #FFFFFF;
		border-radius: 10px;
		outline: 0;
		color: #0000007a;
		padding: 22px;
	}
	.ppf-data{
		display: flex;
		justify-content: center;
		gap: 15px;
		margin-top: 25px;
	}
	.ppf-col {
		width: 100%;
	}
	.ppf-col input {
		width: 100%;
		border: 0;
		background-color: #FFFFFF;
		border-radius: 10px;
		outline: 0;
		color: #0000007a;
		padding: 22px;
		max-width: 100%;
	}
	.ppf-card.ppf-card-active::before {
		content: '✓';
		display: block;
		color: #121212;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.ppf-meta-data{
		padding: 12px 20px;
		border: 1px solid #fff;
		border-radius: 10px;
		margin-top: 28px;
	}
.ppf-meta-data-info{
	display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    align-items: center;
	font-size: 14px;
	margin-bottom: 15px;
}
.ppf-meta-data-value{
	font-weight: 600;
}
.ppf-total-value{
	font-size: 18px;
    font-family: 'Inter';
    margin: 30px 0;
    text-align: right;
}
.ppf-total-value-total{
	font-size: 28px;
    margin-left: 10px;
}
.status-bar-btn-wrap{
	text-align: center;
	margin: 30px;
}
.pay-donnat-form-pop-up{
	display: none;
}

.pay-donnat-form-pop-up.pay-donnat-form-pop-up-open{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #7d716a99;
    z-index: 9999;
    left: 0;
    top: 0;
    display: block;
}
.pay-donnat-form-wrap{
	background-color: #d3c6b9;
    max-width: 375px;
    border-radius: 25px;
    padding: 15px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pay-donnat-form-exit{
	text-align: right;
    padding: 10px;
    cursor: pointer;
}
.pay-donnat-text{
	font-size: 14px;
	text-align: center;
}
.pay-donnat-wrap-value{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.pay-donnat-value{
	padding: 10px;
    border: 1px solid #ffffff;
    color: #121212;
    cursor: pointer;
}
.pay-donnat-value:hover{
	background: #fff;
}
.pay-donnat-value.active-donat-value{
	background: #fff;
}
.pay-donnat-btn{
	text-align: center;
}
.pay-donnat-btn .status-bar-btn{
	padding: 10px 30px;
    margin: 0 auto;
}
.pay-donnat-title{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}
@media (max-width:768px){
	.chat-chat-wrap{
		flex-direction: column;
	}
	.chat-chat-col-left img {
		width: 100%;
/* 		max-width: 65%; */
	}
	.chat-chat-col-left {
		padding-top: 30px;
	}
	.wpaicg-chat-shortcode {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 25px !important;
		border-bottom-left-radius: 25px !important;
	}
	.chat-chat-col-right{
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 25px !important;
		border-bottom-left-radius: 25px !important;
	}
	.chat-page-track-card-line{
		width: 110px;
	}
	.chat-page-track {
		padding: 20px 0px 50px;
		margin-bottom: 20px;
	}
	.chat-track-title {
		font-size: 22px;
	}
	.chat-chat-wrap::after{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
	}
	.wpaicg-chat-shortcode-content ul li p {
		font-size: 14px !important;

	}
	.wpaicg-chat-shortcode-content ul li{
		font-size: 14px !important;
	}
	.padre-head h1{
		font-size: 30px;
	}
	.btn-more-2{
		padding: 22px 24px;
	}
	.chat-hide-title{
		font-size: 24px;
		min-width: 200px;
	}
	.section-sermons-loop .container-2.container-m-s{
		padding-right: 0;
	}
	.sermons-filter {
		overflow-x: scroll;
	}
	.search-res-wrap-wrap{
		justify-content: space-between;
	}
	.search-res-wrap-wrap a {
		flex: 1 0 47%;
		width: 47%;
		max-width: 47%;
	}
	.search-res-wrap-post a {
		padding: 15px;
	}
	.search-res-wrap-post.search-res-wrap-wrap a img{
		height: 100px;
	}
	.search-post-title {
		font-size: 14px;
		padding: 10px 0 0;
	}
	#ajax-search-input{
		padding: 15px;
	}
	.swblog-loop-card {
		flex: 1 0 100%;
		max-width: 100%;
	}
	.swblog-loop-wrap a {
		padding: 10px 10px 5px;
	}
	.section-404 {
		font-size: 150px;
	}
	.pay-form-text {
		font-size: 14px;
	}
	.ppf-data{
		flex-direction: column;
	}
	.ppf-wrap{
		flex-direction: column;
		gap:15px;
	}
	.ppf-card-title {
		margin-bottom: 25px;
	}
}

html {
	scroll-behavior: smooth;
  }
  .status-bar-btn-wraps a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 22px 60px;
	border-radius: 64px;
	background: linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
	display: inline-block;
	cursor: pointer;
	transition: background 1s ease-in-out;
  }

  .status-bar-btn-wraps a:hover{
	/* opacity: .7; */
	background: linear-gradient(180deg, rgb(44 44 44) 0%, rgba(0, 0, 0, 1) 100%);

}
.section-pay-form-text.section-pay-form-hidden{
	height: 1000px;
	overflow-y: scroll;
}

.pay-form-text-wrap{
	background-color: #d3c6b9;
	padding: 20px;
	border-radius: 30px;
}

.pay-form-text-wrap h1,.pay-form-text-wrap h2, .pay-form-text-wrap h3, .pay-form-text-wrap h4{
	font-family: "Calipso";
}

.m-50{
	margin: 50px 0;
}

@media (max-width: 768px){
	.section-pay-form-text.section-pay-form-hidden.m-50{
		margin: 200px 0 50px;
	}
	.section-pay-form-text .wp-block-group.is-nowrap.is-layout-flex{
flex-direction: column;
	}
}

