/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.woocommerce-grouped-product-list-item__label label a {
    color: black;
}

/**event-home-page*/

.event-image-container img {
    width: 324px;
    height: 249px;
}

.event-container {
    display: flex !important;
    gap: 11px;
}
p.event-cus-head {
    margin-top: -29%;
    text-align: center;
    color: white;
    font-size: 20px !important;
    font-weight: 600;
    padding: 1px 22px 2px 15px;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #000000;
}

/* registration form css */

.reg-form-atl {
    display: flex !important;
    gap: 12px;
}
#reg-form span input {
    width: 100% !important;
    border-radius: 6px;
}
.reg-submit-btn input#submit {
    width: 100% !important;
    border-radius: 37px;
    background-image: linear-gradient(180deg, #F9C493 0%, #E6822B 100%);
    color: white !important;
    border-color: white;
}
div#reg-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 33px 33px 2px 33px ;
    border-radius: 8px;
}
.ask-event-section {
    gap: 30px !important;
}
.event-buy-products{
    margin-top:50px;
}
form#forminator-module-6195 .forminator-label{
    font-size:16px !important;
    font-weight:500 !important;
    margin-bottom:8px;
}

form#forminator-module-6195 button.forminator-button.forminator-button-submit.submit-regis {
    background-color: transparent !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1em !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-image: linear-gradient(180deg, #F9C493 0%, #E6822B 100%) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 16px 45px 16px 45px !important;
}

form#forminator-module-6195 button.forminator-button.forminator-button-submit.submit-regis:hover{
    background-color: transparent !important;
    color: #FC7A02 !important;
    background-image: linear-gradient(180deg, #02010100 0%, #FFFFFF00 100%) !important;
    border-color: #F17400 !important;
    box-shadow:none !important;
}
form#forminator-module-6195 input {
    border-radius:6px !important;
}
form#forminator-module-6195 span.forminator-radio-bullet{
    background-color: #fff !important;
}
form#forminator-module-6195 .forminator-checkbox-box{
    background-color: #fff !important;
}
.postid-3899 ul.event-buy-products {
    display:none !important;
}
.postid-6197 .prod_cap{
    display:block !important;
}
#forminator-module-6195 .forminator-response-message {
  position: relative !important;
  margin-top: 1em !important;
}

#forminator-module-6195 form + .forminator-response-message {
  display: block !important;
}

/* Home events section css starts*/

.ask_list_custom-post {
    position: relative;
    overflow: hidden;
}

.ask_list_image-container {
    position: relative;
}

.ask_list_text-container {
    display: block;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
  	background: #ffffff url(https://atlantakollel.org/wp-content/uploads/2017/03/vszoiejn.png?id=618) top center !important;
}

/*.ask_list_image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000020;
    z-index: 1;
} */

.ask_list_cus-head {
    color: #fff;
    font-size: 22px; /* adjust as needed */
    font-weight: 600;
    margin: 0;
}

.ask_list_custom-posts-row .ask_list_text-container p.ask_list_cus-head{
    font-size: 20px !important;
    line-height: 1.4em;
}
/* Home events section css ends*/


@media screen and (min-width:768px){
    .event_img_left{
        float: left;
        margin-right: 20px;
    }
    .event-details-container{
        width: 60%;
    }
    .event-flyer{
        width: 40%;
    }
    .single-ask_event.postid-7256 .event-details-container{
        width: 85% !important;
    }
    .single-ask_event.postid-4292 .ask-event-section .event-flyer img{
        width:100% !important;
    }
}

@media (min-width:320px) and (max-width:430px) {
	
	
	.event-container {
    flex-direction:column;
    gap: 11px;
}
.event-image-container img {
    width: 100% !important;
    height: 100px;
}
div#reg-form {
  
    padding: 10px 10px 10px 10px !important;
  
}

}
@media (min-width: 300px) and (max-width: 768px) {
    div#reg-form {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
        padding: 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .event-background-img {
        margin-bottom: 20px !important;
    }
}