html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #454B5C;
    line-height: 1.4;
}
body[data-processing]:before {
    content: " ";
    position: absolute;
    background: #00000099;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.cfom-form-control[data-invalid] {
    border-color: red !important;
}
.cfom-form-info {
    margin: 10px;
    font-size: 15px;
}

.cfom-form-control[data-invalid] i {
    color: red;
}
.cfom-form-control label {
    width: 110px;
}
.page-template-text_page .container {
    padding: 0 20px;
}
header.page-header {
    max-width: 1000px;
    margin: auto;
}
.page-template-text_page p {
    margin-top: 30px;
}

.page-template-text_page h3+p {
    margin-top: 0;
}

.page-template-text_page h3 {
    margin: 0;
    margin-top: 50px;
}

.page-template-text_page .container {
    padding-bottom: 100px;
}
.header-strip {
    background: url('/wp-content/uploads/2021/07/BG_Home1.png');
    height: 130px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 100px;
    box-shadow: 0px 3px 12px 10px #00000033;
    background-size: cover;
    justify-content: space-between;
}

.page-template-text_page h1 {
    font-size: 1.6em;
    margin: 0;
}
body[data-processing]:after {
    content: "\f110";
    position: absolute;
    z-index: 10;
    font-family: 'Font Awesome 5 Free';
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    animation: fa-spin 2s linear infinite;
}
.main-banner {
    background: url('/wp-content/uploads/2021/07/BG_Home1.png');
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    background-size: cover;
}
.main-banner-top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.main-banner h1 {
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 0;
}
.default {
    background: #0AA5FF;
    border-radius: 6px;
    font-family: inherit;
    font-size: 1.3em;
    color: #fff;
    border: none;
    width: 320px;
    height: 64px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-logo {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

.cta {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
}

.secondary {
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 6px;
	font-family: inherit;
	font-size: 1.1em;
	color: #fff;
	width: 130px;
	height: 34px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-banner-content {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.main-banner-content-center {
    width: 100%;
}
.main-banner-bottom {
    display: none;
}
.main-banner-bottom.bible-album {
    background: url('https://bible-album.crossflixplus.com/wp-content/uploads/2024/12/HeadBannerBKG.png');
    background-size: cover;
    color: white;
    display: flex;
    height: 200px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main-banner-img {
    display: none;
}
.main-banner-img.bible-album {
    display: flex;
    
    width: 100%;             /* Ensures the container takes up the full width */
    height: auto;            /* Allows the height to adjust automatically */
    justify-content: center; /* Centers content horizontally */
    align-items: center;     /* Centers content vertically */
    flex-direction: column;  /* Stacks content vertically */
    
    overflow: hidden;        /* Ensures the image doesn't overflow the container */
    position: relative;
}
.main-banner-img.bible-album img {
    max-width: 100%;         /* Ensures the image doesn't exceed the container width */
    height: auto;            /* Maintains the image's aspect ratio */
    display: block;          /* Removes unwanted space below the image */
}
.main-banner-img-subtitle {
    display: none;
}
.main-banner-img-subtitle.bible-album {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    flex-wrap: nowrap;
    font-size: 1.5em;
    height: 100%;
    width: 100%;
    margin-bottom: 35px;
}
.main-banner-info {
    font-size: 2.5em;
    color: #fff;
}
.container {
    max-width: 1000px;
    margin: auto;
}

.text-block-full h2 {
    text-align: center;
}

.text-block-full p {
    text-align: center;
    color: #fff;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-block-round {
    text-align: center;
}

.section-b {
    background: url('/wp-content/uploads/2021/07/GradientBG.png');
    height: 520px;
    display: flex;
    align-items: center;
    background-size: cover;
}
.image-block-round {
    margin-top: 30px;
}
.cta a {
    margin: 20px;
}

.cta.bible-album a {
    background: url('https://bible-album.crossflixplus.com/wp-content/uploads/2024/12/sign-up-btnBKG.png');
    background-size: cover;
    color: #FFFFFF !important;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 2em;
    line-height: 19.2px;
    text-align: center;
    display: flex;
    margin: auto;
    width: 260px;
    
    justify-content: center;
    margin-bottom: 10px;

    text-shadow: 
    2px 2px 0px #C7982E,
    -2px -2px 0px #C7982E,
    2px -2px 0px #C7982E,
    -2px 2px 0px #C7982E;
}

.cta.bible-album .avail_roku {
    display: none;
}

.signup-button-subtitle {
    display: none;
}
.signup-button-subtitle.bible-album {
    display: flex;
    color: white;
}

.page-template-signup_form .cfom-form-control input {
    font-family: 'Font Awesome 5 Free', 'Roboto';
    font-weight: 300;
    color: #fff;
    background: none;
    border: none;
    padding: 4px;
    margin-left: 5px;
    width: 100%;
    outline: none;
    font-size: 1em;
}
.page-template-signup_form .cfom-form-control input::placeholder {
    color: #999;
}
body.page-template-signup_form, body.page-id-400 {
    background: url('/wp-content/uploads/2021/07/BG_Home1.png');
    color: #fff;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.signup-content .cfom-form-control {
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: solid 1px;
    margin-bottom: 25px;
}

.form-limiter {
    width: 320px;
}

.signup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.su-powered-by {
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.su-powered-by img {
    margin-left: 20px;
}
.signup-content button {
    width: 100%;
    border-color: #fff;
    color: #fff;
}

.signup-content button:hover {
    background: #ffffff11;
}
.cfom-su-error {
    color: red;
    margin-bottom: 30px;
}
.su-logo {
    margin-bottom: 50px;
}
.logo-holder {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 0px;
}
.cfom-main-title {
    font-size: 2.8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    word-spacing: 5px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 60px;
}
.cfom-main-title.bible-album {
    margin-bottom: 0px;
}
.cfom-main-subtitle {
    font-size: 1.8em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    word-spacing: 2px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 60px;
}
.cfom-su-back {
    text-align: center;
    margin-top: 50px;
}

.cfom-su-back a, .back-to-lp {
    color: #48A6FE;
    text-decoration: underline;
}

.cfom-su-back a:hover {
    color: #7abfff;
}
h2.elementor-heading-title.elementor-size-large {
    margin-bottom: -8px;
}
h3.elementor-heading-title.elementor-size-large {
    margin-bottom: -8px;
}
.elementor-testimonial-image {
    margin-top: 20px;
}
.signup-content button {
    border: 3px solid #ffffff;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    background: none;
    font-size: 1em;
    cursor: pointer;
    height: 45px;
}

.signup-content button:hover {
    background: #ffffff11;
}
.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-block-half {
    width: calc(50% - 40px);
    padding: 20px;
}

.image-block-half {
    width: 50%;
    overflow: hidden;
    max-height: 384px;
}
.section-b h2 {
    color: #fff;
}
h2 {
    font-family: inherit;
    font-weight: 900;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #48A6FE;
}

.section-a {
    height: 520px;
    display: flex;
}
.section-c {
    background: #eee;
    padding: 60px 0;
}

.section-c .container {
    background: #fff;
}
.section-d {
    background: url('/wp-content/uploads/2021/07/purple-BG.png');
    height: 595px;
    display: flex;
    background-size: cover;
}
.image-block-full {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.image-block-full .img-holder {
    width: 32%;
}

.image-block-full .img-holder img {
    width: 100%;
}

.signup-button-center {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.text-block-full {
    width: 70%;
    margin: auto;
}
.tncpp a:first-child:after {
    content: "|";
    width: 20px;
    display: inline-block;
    text-align: center;
}
.main-footer {
    height: 265px;
    background: #0F142F;
    display: flex;
    align-items: center;
}
.main-footer .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.copyright {
	color: #fff;
	margin-top: 30px;
}
.secondary:hover {
    background: #ffffff33;
}

.default:hover {
    background: #3caff2;
}
.no-left-pad {
	padding-left: 0;
}
.mq-700,.mq-1000 {
    display: none;
}

input:active,input:focus,  {
	border: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #202749 inset;
}
[disabled] {
    opacity: 0.3;
    pointer-events: none;
}
.cfom-su-success {
    color: #00dc21;
    margin-bottom: 30px;
}
.socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.socials-title {
    color: #fff;
    margin-right: 20px;
}
.socials a {
    margin-right: 20px;
}
.tncpp a {
    text-decoration: none;
    color: #fff;
    width: 50%;
}

.tncpp a:hover {
    color: #cecece;
}
.tncpp a:last-child {
    text-align: right;
}
.tncpp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    white-space: nowrap;
}

.nav-sep {
    color: #fff;
}
a.close-tab {
    color: #fff;
    font-size: 1.5em;
}
.section-d.cfom-hidden {
    display: none;
}
.image-block-half img {
    width: 100%;
}
a.info-email {
    color: #ddd;
}
.logo-lower img {
    max-height: 100px;
}
.main-logo img {
    max-height: 100px;
    width: 100%;
    height: auto;
}
.header-strip img {
    max-height: 100px;
}
.su-logo img {
    max-height: 100px;
    max-width: 370px;
}

.cta p {
    display: none;
}

.cta-info {
    color: #fff;
}
.spacer-10 {
    margin-top: 10px;
}
.spacer-20 {
    margin-top: 20px;
}
.spacer-30 {
    margin-top: 30px;
}
.spacer-40 {
    margin-top: 40px;
}
.spacer-50 {
    margin-top: 50px;
}
.cfom-su-error a {
    color: #fff;
}

.cfom-su-error a:hover {
    color: #cecece;
}
.avail_roku {
    background: #652d90;
    border-radius: 6px;
    font-family: inherit;
    font-size: 1.3em;
    color: #fff;
    border: none;
    width: 140px;
    height: 64px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.avail_roku img {
    height: 100%;
}
.flexed {
    display: flex;
}
.lang-bar {
    position: relative;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
}
.lang-bar:hover .options {
    display: block;
}
.lang-bar .caption {
    text-align: center;
    width: 80px;
    padding: 0 10px;
}

.lang-bar .options ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-bar .options {
    padding: 10px 0;
    position: absolute;
    right: 0;
    display: none;
}

.lang-bar .options ul li {
    padding: 3px 15px;
    border: solid 1px #ffffff66;
    cursor: pointer;
    width: 60px;
    text-align: center;
}
.lang-bar .options ul li a {
    color: inherit;
    text-decoration: none;
}

.lang-bar .options ul li:hover {
    background: #ffffff3b;
}
@media (max-width: 1050px) {
  .container {
	      max-width: 90%;
  }
  .socials {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
	}

	.footer-logo {
		width: 50%;
	}

	.main-footer .container {
		flex-wrap: wrap;
	}
	.main-banner-info {
		font-size: 2em;
	}
}
@media (max-width: 900px) {
    .cfom-main-title {
        font-size: 2.4em;
    }
}
@media (max-width: 700px) {
	.container {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.cta {
		flex-direction: column;
		align-items: center;
	}

	.cfom-main-title {
		width: 90%;
		margin: auto;
		font-size: 1.6em;
	}
	.cfom-main-subtitle {
		width: 70%;
		margin: auto;
		font-size: 1em;
		margin-top: 20px;
	}
	.main-banner {
		height: 500px;
        height: auto;
	}
	.main-banner-top {
		padding: 10px;
		align-items: center;
	}

	.main-banner-top p {
		margin: 0;
	}
	.main-logo {
		text-align: center;
		padding: 0;
		width: 170px;
	}
	.main-logo img {
		width: 100%;
        max-width: 200px;
	}
	.text-block-half {
		width: 100%;
	}

	.image-block-half {
		width: 100%;
	}

	.no-left-pad {
		padding-left: 20px !important;
	}

	.section-c {
		padding: 0;
	}

	.main-footer .container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section-a {
		height: auto;
		margin-bottom: -4px;
	}
	.mq-desktop {
		display: none;
	}
	.mq-700 {
		display: initial;
	}
	.section-d .signup-button-center {
		margin-bottom: 40px;
	}
    .page-id-400 h1 {
    	text-align: center;
    }
	.thank-you-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}
	.socials {
		margin-top: 50px;
		text-align: center;
	}

	.socials a {
		margin-left: 12px;
		margin-right: 12px;
	}

	.copyright {
		margin-top: 0;
	}

	.tncpp {
		margin-top: 30px;
	}
	.main-banner-info {
		font-size: 1.7em;
	}
    .main-banner-img.bible-album {
        font-size: 1.2em; /* Adjusts font size for smaller screens */
    }
    .main-banner-img.bible-album img {
        max-width: 100%;  /* Ensures the image scales properly */
        height: auto;     /* Maintains aspect ratio */
    }
}



