/*
Theme Name: Avada MEWIGO 
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.termin_eintrag {
    display: grid;
    grid-template-columns: 1fr 7fr 2fr;
    padding: 7px 0px;
}
.termin_eintrag:last-child {
    border-bottom: 1px solid #bbb;
}
.termin_eintrag div {
    align-content: center;
    display: grid;
}
.termin_eintrag.header {
    font-weight: 700;
    border-bottom: 1px solid #bbb;
    padding: 7px 0px;
}
.termin_eintrag a.button {
	padding-top: 6px;
	padding-bottom: 6px;
}


/*header */

.searchform .fusion-search-form-content .fusion-search-field input {
    padding-left: 70px !important;
}


/*/// Seminareinzelansicht*/

.event_part {
    margin: 20px 0;
}
.event_part h3, .event_part h4, h3.mew_semiar_details, h4.mew_semiar_details {
    margin: 0 0 10px;
}
.event_part h4, h4.mew_semiar_details {
    font-size: 24px !important;
}
.seminar_info_email {
/*    padding: 10px;
    background: #f9f9f9;
    border-radius: 10px;*/
    margin: 20px 0px;
}
.seminar_info_email h4 {
    font-size: 22px !important;
    margin: 5px 0;
}
.seminar_info_email.ausgebucht + div.fusion-woo-cart {
    display: none;
} 
h4.mew_semiar_details + .fusion-woo-cart p.stock {
    display: none;
}



/*CHECKOUT*/
#order_review.woocommerce-checkout-review-order {
    margin-bottom: 80px;
}
span.wgm-tax.includes_tax * {
    font-size: 13px;
}
#order_review.woocommerce-checkout-review-order .woocommerce-terms-and-conditions + p {
    margin-top: 50px;
}
#order_review.woocommerce-checkout-review-order button.fusion-button {
    font-family: sans-serif;
/*    float: none;*/
}
body.woocommerce-order-received .wc-empty-cart-message {
    display: none !important;
}

/* PDF Generator */
div.wps-pgfw-pdf-generate-icon__wrapper-frontend {
/*     justify-content: flex-start !important; */
}
.pgfw-single-pdf-download-button img {
/*     height: 60px !important; */
/* 	margin-top: -30px; */
	margin-left: 10px !important; 
}
.pdf_gen_blog p {
	margin: 0 !important;
}


/*leer Product-Tabellen ausblenden*/
.wc-product-table-wrapper.avada :has(.dataTables_empty) {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.termine_liste  {
    margin-bottom: 60px;
}