/*
Theme Name: Extra Child Theme
Version: 1.0
Description: Child Theme of Extra
Author: Elegant Themes
Template: Extra
Author URI: http://www.elegantthemes.com
*/
@import url("../Extra/style.css");

@font-face {
	font-family: 'W2Regular';
    src: url('BwHelder-W2Regular.otf');
}

@font-face {
    font-family: 'W2Bold';
    src: url('BwHelder-W2Bold.otf');
}

@font-face {
    font-family: 'W2Thin';
    src: url('BwHelder-W2Thin.otf');
}

@font-face {
    font-family: 'W2ExtraBold';
    src: url('BwHelder-W2ExtraBold.otf');
}

h1 {
	font-family: W2Thin;
	font-size: 80px;
	text-transform: none;
}

h2 {
	font-family: W2Bold;
	font-size: 30px;
	text-transform: none;
}

h3 {
	font-family: W2Thin;
	font-size: 20px;
	text-transform: none;
}

h4 {
	font-family: W2ExtraBold;
	font-size: 15px;
	text-transform: none;
}

h5 {
	font-family: W2Thin;
	text-transform: none;
}

h6 {
	font-family: W2Thin;
	text-transform: none;
}

#et-menu>li a {
	font-family: W2Bold;	
}

#et-menu li>ul>li a {
	font-family: W2Thin;
}
p {
	font-family: Arial;
	font-size: 15px;
}

.wpem-event-organizer, .wpem-viewed-event, .wpem-event-ticket-type-text, .event_registration, .wp-event-manager-bookmarks-form {
	display: none !important;
}

.wpem-single-event-body-content ul {
	line-height: 0.7em !important;
}

.wpem-single-event-body-content li {
	font-family: Arial;
	font-size: 15px;
}

.et_pb_widget_area_left {
    padding-right: 0px !important;
}

.et-db #et-boc .et-l .et_pb_module {
	border-right-width: 0px;
}