/* ===================================================================================

* Theme Name: Bizxpo Child
* Theme URI: https://themewinter.com/bizxpo/
* Author: Themewinter
* Author URI: http://themewinter.com
* Description: Event Conference WordPress Theme
* Version: 1.0.0
* Template: bizxpo
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, blog, custom-header, one-column, two-columns, custom-logo, custom-menu, featured-images, post-formats

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

@font-face {
	font-family: "Helvetica Neue", Sans-serif;
    font-weight: normal;
}

/* Cookie-Complianz - Klasse für Link */
.cmplz-show-banner {
cursor: pointer;
}

/* Woocommerce - Bestellübersicht - Headline anpassen */
h3#order_review_heading {
    margin-top: 25px;
}

.elementor-widget-container ul {
	margin-bottom: 2.5rem;
}


.etn-total-price {
	font-weight: bold;
	margin: 15px 0;
}

.etn-event-location .etn-event-referent {
    font-family: "Helvetica Neue", Sans-serif;
    font-weight: normal;
    color: var( --e-global-color-primary );
}

.etn-event-item .etn-event-location {
    font-size: 15px;
    margin-bottom: 0px;
}

.etn-event-item .etn-event-referent {
	color: var( --e-global-color-primary );
    font-size: 15px;
    margin-bottom: 10px;
}

.etn-event-item .etn-event-referent i {
    margin-right: 5px;
}