 
.bg-secondary-section-decoration {
    background-image: url('../images/section-bg-2.png');
}
.search-church-section-wrapper p.text-highlighted {
    font-size: 27px;
    color: #000;
    padding: 15px 0 20px 0;
}
.search-church-section-wrapper.section .section-content {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.churches-form-wrapper input {
    display: block;
    float: left;
    height: 80px;
}
.inner-church-form {
    border: 2px solid #000;
    display: inline-block;
    width: 100%;
    max-width: 724px;
}
.churches-form-wrapper input[type="text"] {
    border: 0;
    background-color: transparent;
    color: #000;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 520px;
}
.churches-form-wrapper input[type="text"]::placeholder {
    color: #000;
    opacity: 1;
}
.churches-form-wrapper input[type="text"]:focus,
.churches-form-wrapper input[type="text"]:focus-visible {
    border: 0;
    box-shadow: unset;
    outline: unset;
}
.churches-form-wrapper input[type="submit"] {
    border: 0;
    background-color: #000;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    width: 200px;
    margin: 0;
    
}
.double-list ul {
    column-count: 2;
    column-gap: 20px; 
    padding: 40px 280px;
}
.double-list ul li {
    text-align: left;
}
.program-gray-bg .custom-list .custom-list-item .custom-list-item-header .custom-list-item-title {
    color: #000;
    font-size: 36px;
    width: 11rem;
}
.program-gray-bg .line  {
    border-color: #000;
    width: calc(43% - 2.5rem - 6px);
}
.program-gray-bg .rhombus {
    background-color: #000;
}
.pink-bg h3 {
    color: #000;
    text-align: center;
    font-family: Roboto Mono;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 45px;
}
.pink-bg.section .section-content  {
    padding-bottom: 0 !important;
}
.pink-bg .kajabi-form__form-item input {
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 80px !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    font-style: italic !important;
    font-weight: 400 !important; 
    opacity: 1;
}
.pink-bg button.kajabi-form__btn {
    width: 100% !important;
    height: 80px;
}
.pink-bg #kajabi-form .kajabi-form__content {
    max-width: 550px !important;
}
.pink-bg #kajabi-form .kajabi-form__subtitle p {
    display: none !important;
}
.pink-bg #kajabi-form input::placeholder {
    opacity: 1 !important;
    color: #000 !important;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.image-slider {
    overflow: hidden;
}
.inner-image-slide-wrapper {
    width: 100%;
    min-height: 440px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  /* the slides */
  .slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}
.church-wrapper {
    padding: 150px 0;

}
.church-protection-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #000;
    background-image: url( '../images/pass_bg_c.png' );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center;
    text-align: center;
}
.centered-content {
    text-align: center;
}
.church-logo a {
    display: inline-block;
}
.church-protection-wrapper h1 {
    color: #D2B699;
    text-align: center;
    font-family: Roboto Mono;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 120px 0 60px 0;
}
.church-gate {
    border: 2px solid #D2B699;
    display: inline-block;
    width: 100%;
    max-width: 700px;
    margin-bottom: 150px;
}
.church-gate input[type="password"] {
    background-color: transparent;
    border: 0;
    color: #D2B699;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%; 
    height: 80px;
    width: 100%;
    max-width: 75%;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
}
.church-gate input[type="submit"] {
    border: 0;
    display: inline-flex;
    height: 80px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #D2B699;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    width: 100%;
    max-width: 25%;
}
.church-gate input[type="password"]:focus,
.church-gate input[type="password"]:focus-visible {
    border: 0;
    box-shadow: unset;
    outline: unset;

}
.church-protection-wrapper .copyright {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.6;
}
.button {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
}
.church-wrapper h1,
.church-wrapper h2 {
    color: #D2B699;
    text-align: center;
    font-family: Roboto Mono;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 60px 0 60px 0;
}
body.single-church {
    
    background-image: url(../images/pass_bg_c.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.church-wrapper .payment-links .button {
    border: 0;
    display: inline-block;
    height: 80px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #D2B699;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    
}
#exitModal #kajabi-form {
    margin-top: 30px;
}
#exitModal #kajabi-form .kajabi-form__form-item input {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
#exitModal #kajabi-form .kajabi-form__form-item input::placeholder {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    opacity: 1;
}
#exitModal #kajabi-form .kajabi-form__btn {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
}
#exitModal p {
    padding-top: 30px;
}
#exitModal #kajabi-form .kajabi-form__content {
    max-width: 472px;
}
.blue-print-main #kajabi-form input {
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    font-style: italic;
    font-size: 16px !important;
    font-weight: 400;
    font-family: Roboto Mono !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: unset !important;
    background-color: transparent !important;
}
.blue-print-main #kajabi-form input::placeholder {
    opacity: 1 !important;
    color: #000 !important;
}
.blue-print-main #kajabi-form .kajabi-form__title  {
    display: none;
}
.blue-print-main img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blue-print-main h4.text-cream {
    font-size: 24px;
}
.blue-print-main #kajabi-form button {
    border-radius: 0;
    letter-spacing: 1.8px;
    font-size: 18px;
    margin-top: 0;
}
.blue-print-main #kajabi-form .kajabi-form__content {
    width: 100%;
    max-width: 600px;
}
.two-program-wrapper #kajabi-form .kajabi-form__content {
    max-width: 100%;
}
.two-program-wrapper #kajabi-form .kajabi-form__content input {
    border: 2px solid #D2B699;
    color: #D2B699;
    border-radius: 0;
    font-size: 24px;
    font-style: italic;
    background-color: transparent;
    height: 96px;
    padding-left: 30px;
    padding-right: 30px;
}
.two-program-wrapper #kajabi-form .kajabi-form__content input:focus,
.two-program-wrapper #kajabi-form .kajabi-form__content input:focus-visible {
    border: 2px solid #D2B699;
    box-shadow: unset;
    outline: unset;
}
.two-program-wrapper #kajabi-form .kajabi-form__content .kajabi-form__btn {
    background-color: #D2B699 !important;
    width: 100%;
    text-align: center;
    color: #000;
    letter-spacing: 1.8px;
    font-size: 18px;
    height: 96px;
    border-radius: 0;
    margin-top: 0;
}
.two-program-wrapper h3  {
    font-size: 24px;
    padding-top: 20px;
}

#page .two-program-wrapper .custom-list-item-title {
    font-size: 24px !important;
}
.simple-program-section .action-btn {
    margin-top: 75px;
    background-color: #D2B699;
    letter-spacing: 1.8px;
    font-size: 18px;
}
.church-custom-list  ul {
    color: #D2B699;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    text-transform: uppercase;
}
.complete-roadmap >.section-content {
    padding-bottom: 10px !important;
    padding-top: 120px !important;
}
.church-pricing>.section-content {
    padding-top: 120px !important;
}
.church-pricing h3 {
    font-size: 24px;

}
.church-pricing .pricing-product-wrapper {
    padding-bottom: 30px;
}
.simple-program-section .light .custom-list .custom-list-item .rhombus {
    background-image: url( '../images/rombus_black.png' );
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    transform: unset;
    width: 12px;
    height: 12px;
    --tw-rotate: unset;
}
.simple-program-section .custom-list .custom-list-item .rhombus {
    background-image: url('../images/rombus.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    transform: unset;
    width: 12px;
    height: 12px;
    --tw-rotate: unset;
}
.logo-list-wrapper {
    padding: 110px 0 110px 0;
    overflow: hidden;
}
.logos-list {
    text-align: center;
    padding-top: 30px;
}
.logos-list a {
    display: inline-block;
    margin: 0 35px;
}
.download-primal-section #kajabi-form {
    padding-left: 0;
    padding-right: 0;
}
.download-primal-section #kajabi-form .kajabi-form__content {
    max-width: 100%;
}
.download-primal-section .kajabi-form__title,
.download-primal-section .kajabi-form__subtitle {
    display: none !important;
}
.download-primal-section #kajabi-form .kajabi-form__form-item input {
    width: 100% !important;
    max-width: 100% !important;
    height: 80px !important;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    margin-top: 5px;
    background-color: transparent;
}
.download-primal-section #kajabi-form .kajabi-form__btn {
    width: 100%;
    height: 80px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;    
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    
}
.download-primal-section #kajabi-form .kajabi-form__btn:hover {
    background-color: #fff !important;
    color: #000;
    border-color: #fff;
}
@media (max-width: 1169px) {
    .double-list ul {
        column-count: 1;
        column-gap: unset;
        padding: 40px 20px;
    }
    .double-list ul li {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .custom-div ul {
        column-count: 1;
    }
    .double-list ul {
        column-count: 1;
        column-gap: unset;
        padding: 40px 20px;
    }
    .blue-print-main h4.text-cream {
        font-size: 28px;
        padding: 80px 0 30px 0;
    }
    .blue-print-main h1 {
        font-size: 26px;
    }
    .blue-print-main h1,
    .simple-text-wrapper {
        padding: 0 18px;
    }
    .two-program-wrapper .custom-list .custom-list-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .blue-print-main #kajabi-form.kajabi-form--inline {
        padding-top: 0;
    }
    .yellow_column  h2 {
        padding-top: 40px;
    }
    .inner-church-form {
        border: 0;
    }
    .churches-form-wrapper input[type="text"] {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
        max-width: 100%;
        border: 2px solid #000;
    }
    .churches-form-wrapper input[type="submit"] {
        width: 100%;
        margin-top: 15px;
    }
    .church-image-text h3 {
        line-height: 120%;
    }
    .line {
        width: calc(50% - 2.5rem - 10px);
    }
    .program-gray-bg .line {
        width: calc(43% - 2.5rem - 10px);
    }
}
@media (max-width: 400px) {
    #page .two-program-wrapper .custom-list-item-title {
        font-size: 21px !important;
    }
}
@media (min-width: 1400px) {
    .blue-print-main img {
        max-width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .blue-print-main #kajabi-form {
        padding-bottom: 0;
        padding-top: 0;
    }
    .blue-print-main #kajabi-form .kajabi-form__btn  {
        width: 100%;
    }
    .blue-print-main .white_column {
        padding-bottom: 150px;
    }
    .blue-print-main .yellow_column  {
        padding-bottom: 140px;
    }
    .two-program-wrapper .custom-list.clih2 .custom-list-item .custom-list-item-header .line {
        width: 40%;
    }
    .two-program-wrapper .custom-list.clih2 .custom-list-item .custom-list-item-header .custom-list-item-title {
        width: 20%;
    }
    .two-program-wrapper .custom-list-item-body > div {
        padding-left: 0;
        padding-right: 0;
    }
    .search-church-section-wrapper.section .section-content {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .simple-program-section .section-content {
        padding-top: 120px !important;
    }

} 
@media (min-width:782px) {
   
}