/*====== GENRAL BEGIN ======*/
a {
    text-decoration: none !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding-right: 20px !important;
}

div.radio-player button.radio-play-pause {
    margin-right: 12px;
}
/*====== GENRAL END ======*/

/*====== TOP BAR BEGIN ======*/

.show-floating-icon a.mini-contacts:hover, .show-floating-icon a.mini-contacts:hover i {
    opacity: 1 !important;
    color: #333333 !important;
}

/*====== TOP BAR END ======*/
/*====== HOME FIRST SECTION BEGIN ======*/

.home-verses .vc_column-inner {
    padding: 20px 0px !important;
}

.home-page-banner {
    height: 23vh;
}

@media screen and (max-width:767px) {
    .home-page-banner {
        min-height: 30vh;
    }
    .home-verses .vc_column-inner {
        padding: 10px 0px !important;
    }
    .youtube-live-video-container iframe, .vidoeHomeResponsive iframe {
        height: 261.300px !important;
    }
    
    .youtube-live-video-container {
        margin: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:950px)  {
    .home-page-banner {
        min-height: 380px;
    }
    
    .home-verses .vc_column-inner {
        padding: 10px 0px !important;
    }
    
    .youtube-live-video-container iframe, .vidoeHomeResponsive iframe {
    height: 487px !important;
    }
    
    .youtube-live-video-container {
    margin: 0px !important;
    }
}

@media screen and (min-width:1025px) {
    .home-page-banner {
     min-height: 100vh;
        }
}

/*====== HOME FIRST SECTION END ======*/

/*====== HOME BIBLE & LIVE SECTION BEGIN ======*/
@media screen and (max-width:767px) {
    .dailyVerses.bibleText {
        font-size: 1.8em !important;
    }
}

.dailyVerses.bibleText {
    text-align: center;
    color: #202020;
    font-size: 2.7em;
    line-height: normal;
}

.dailyVerses.bibleVerse {
    display: none;
}

.borderRadiusVideo iframe, .imgBorderRadius img {
    border-radius: 13px;
}

.borderSolid img {
    border: 1px solid #000;
    background: #e6e6de82;
}

/*====== HOME BIBLE & LIVE SECTION END ======*/

/*====== HOME RADIO SECTION BEGIN ======*/
.rowReverse {
    flex-direction: row-reverse;
}

/*====== HOME RADIO SECTION END ======*/

/*====== ABOUT-US BEGIN ======*/

.videoAboutUsRadius iframe{
    
    border-radius: 13px;
}

/*====== ABOUT-US END ======*/


/*====== SERVICES & iner bages BEGIN ======*/

.imgServices h3 {
    border-bottom: 1px solid;
    width: fit-content;
    margin: auto;
    margin-bottom: 35px;
}

.bannerInerBages {
    min-height: 90vh;
}


@media screen and (max-width:767px) {
    .bannerInerBages {
        min-height: 160px;
    }
    
    .marginResponsive {
        margin-bottom: 12px !important;
    }
    
    .ColumnCenterResponsive>.vc_column-inner {
        align-items: center;
        margin-bottom: 12px;
    }
    
    .gallery-carousel-shortcode.owl-carousel .owl-nav div.owl-next {
    top: 99% !important;
    right: 30% !important;
    }
    
    .gallery-carousel-shortcode.owl-carousel .owl-nav div.owl-prev {
    top: 99% !important;
    left: 30% !important;
    }
}

@media screen and (min-width: 768px) and (max-width:950px)  {
    .bannerInerBages {
        min-height: 380px;
    }
    
    .marginResponsive {
        margin-bottom: 12px !important;
    }
    
    .ColumnCenterResponsive>.vc_column-inner {
        align-items: center;
        margin-bottom: 35px;
    }
    
    .gallery-carousel-shortcode.owl-carousel .owl-nav div.owl-next {
    top: 99% !important;
    right: 30% !important;
    }
    
    .gallery-carousel-shortcode.owl-carousel .owl-nav div.owl-prev {
    top: 99% !important;
    left: 30% !important;
    }
}

.imgServices a:hover h3 {
  color: #000000b8;
}

.imgServices a img {
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 13px;
}

.imgServices a:hover img {
  transform: scale(1.05); 
  opacity: 0.9;           
}

.headingBlur h2, .headingBlur .uvc-sub-heading.ult-responsive {
    width: max-content;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 13px;
    padding: 10px 20px !important;
    text-align: center;
}

.headingMiddle .vc_column-inner {
    align-items: center;
}

/*====== SERVICES INER BAGES END ======*/


/*====== MEDIA PRODUCTION BEGIN ======*/

.video-box img {
    max-height: 400px;
}

@media screen and (max-width:767px) {
    .reverseCol {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 768px) and (max-width:950px)  {
    .reverseOrder{
        order:2;
    }
    .paddingMobile.wpb_column.vc_column_container {
    padding: 0px 30px;
    }
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  cursor: pointer;
  margin: 20px auto;
}

.video-container img.video-thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 13px;
}

.video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  pointer-events: none;
}

.video-container iframe.video-frame {
  width: 100%;
  height: 315px;
  display: none;
  border-radius: 13px;

}

.btnBorderRaduios .vc_general.vc_btn3:focus, .btnBorderRaduios .vc_general.vc_btn3:hover {
    background: #F7B63A !important;
    color: #010100 !important;
}
/*====== MEDIA PRODUCTION END ======*/

/*====== STUDIO BEGIN ======*/


/*====== STUDIO END ======*/

/*====== CONTACT-US BEGIN ======*/

.left-icon .aio-icon-left .aio-icon {
    margin-right: 30px;
}

fieldset.hidden-fields-container {
    display: none;
}

/*====== CONTACT-US END ======*/

/*====== DONATION BEGIN ======*/

.hoverImgDonation a img {
    transition: transform 0.3s ease-in-out;
}

.hoverImgDonation a:hover img {
    transform: scale(1.05);
}

.my-toggle-text {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
}
.my-toggle-text strong {
    font-size: 16px;
    color: #2c3e50;
}

.toggle-content {
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    width: fit-content;
    margin: auto;
}

.contact-form-donation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 15px 0px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 auto;
}

.form-donation #wcdp {
    width: 100%;
    padding-bottom: 25px;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
    background-color: #f7b63a !important;
    color: #000000 !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:hover, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    background-color: #ffd98a !important;
    color: #444444 !important;
}

@media screen and (max-width:767px) {
    .wcdp_amount {
        grid-template-columns: repeat(auto-fit, minmax(21ch, 1fr)) !important;
    }
    .content ul {
        margin: 0 !important;
    }
    .wcdp-left {
        margin-right: 0 !important;
    }
}

/*====== DONATION END ======*/

/*====== DONATION BANK BEGIN ======*/

#formDonation {
    height: 750px;
}

#formDonation .vc_column-inner {
    background: #fffff580;
    border-radius: 13px;
    backdrop-filter: blur(4px);
}

.wcdp-style5:after {
    background: #f7bb41 !important;
}

#formDonation .wcdp-divider {
    display: none;
}

#formDonation .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -30px !important;
}

#formDonation .select2-container .select2-selection--single {
    height: 42px !important;
    border-radius: 6px;
}

#formDonation input {
    border-radius: 6px !important;
}

#formDonation form .form-row label,  #formDonation input, #formDonation .woocommerce-terms-and-conditions-wrapper p {
    direction: ltr;
}

#formDonation p#billing_assign_to_field .woocommerce-input-wrapper label.radio.required_field {
    margin-bottom: 0px;
}

#formDonation p#billing_assign_to_field .woocommerce-input-wrapper input {
    margin: 0px 10px;
}

#formDonation p#billing_assign_to_field label.required_field {
    text-align: center;
}

#formDonation p#billing_assign_to_field span.woocommerce-input-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#formDonation p#billing_assign_to_field {
    padding-top: 12px;
}

.wcdp-left {
    margin-right: 40%;
}

#formDonation .wcdp-right {
    padding-right: 20px;
}

#formDonation .wcdp_options>li>label {
    border-radius: 5px;
}

#formDonationCheckout ul.order_details, #formDonationCheckout form#cb_payment_confirmation {
    margin-left: auto;
}

/*====== DONATION BANK END ======*/

/*====== CHECKOUT BEGIN ======*/

#formDonationCheckout a.button-alt, #formDonationCheckout .woocommerce-cart-wrap a, #formDonationCheckout .wc-wide-column table.shop_table.customer_details, #formDonationCheckout .wc-wide-column header, #formDonationCheckout .wc-wide-column p, #formDonationCheckout li.woocommerce-order-overview__total.total, #formDonationCheckout li.woocommerce-order-overview__payment-method.method {
    display: none;
}

#formDonationCheckout {
    height: 500px;
}

#formDonationCheckout .vc_column-inner {
    background: #fffff580;
    border-radius: 13px;
    backdrop-filter: blur(4px);
}

#formDonationCheckout .woocommerce {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#formDonationCheckout .wc-side-column {
    align-self: center !important;
    background: transparent;
    margin-bottom: 0px;
    margin-right: 0px;
    min-width: 40% !important;
    padding: 0px !important;
}

#formDonationCheckout li.woocommerce-order-overview__order.order {
    color: #232321;
}

#formDonationCheckout .woocommerce-thankyou-order-details li strong {
    color: #000000a3;
}

#formDonationCheckout form.checkout.woocommerce-checkout.the7-woocommerce-checkout p, #formDonationCheckout p {
    direction: ltr;
}

#formDonationCheckout .wc-complete-wrap {
    justify-content: center !important;
}

#formDonationCheckout .etn-thankyou-page-order-details {
    margin-top: 10px;
}

#formDonationCheckout tr.woocommerce-table__line-item.order_item {
    display: none;
}

#formDonationCheckout .wc-complete-wrap .wc-wide-column {
    width: calc(100% - 40% - 100px);
    margin-left: 50px;
}

#formDonationCheckout .wc-complete-wrap strong {
    display: inline !important;
}

tfoot tr:first-child th,
tfoot tr:first-child td {
    border-top: none !important;
}

#formDonationCheckout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-bottom: none !important;
}

@media screen and (max-width:767px) {
    #formDonationCheckout .woocommerce {
        flex-direction: column;
    }
    #formDonationCheckout ul.order_details, #formDonationCheckout form#cb_payment_confirmation {
         margin: 10px 0px 0px 0px !important;
    }
    input#submit_cb_payment_form {
        padding: 8px;
    }
}

/*====== CHECKOUT END ======*/