/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 07:08:28 */
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@100,500&display=swap');
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1160px !important;
}
.n2_admin_editor__content_inner {
    background-color: #777 !important;
}
.n2_slide_editor_slider__editor_inner {
    background-color: #999 !important;
}
table#tribe-virtual-events,
table#event_url,
table#event_cost,
span#account_display_name_description,
#benutzer_titel_field .optional
{ display: none; }
input#ticket_name {
	width: 100% !important;
}

.benutzer-psifit #event_tickets #settings_form_toggle,
.benutzer-psifit #event_tickets #rsvp_form_toggle,
.benutzer-psifit span.inline.move-ticket,
.benutzer-psifit div.notice.notice-error,
.benutzer-psifit div.ian-client,
.benutzer-psifit .tec-duplicate-action__container,
.benutzer-psifit #delete-action,
.benutzer-psifit #wp-content-media-buttons,
.benutzer-psifit #edit-slug-box #edit-slug-buttons,
.benutzer-psifit #eventDetails #google_map_toggle,
.benutzer-psifit #eventDetails .tribe-allday,
.benutzer-psifit #eventDetails tr.event-dynamic-helper,
.benutzer-psifit #eventDetails .edit-linked-post-link,
.benutzer-psifit #eventDetails .tribe-change-timezone,
.benutzer-psifit #wp-admin-bar-root-default #wp-admin-bar-event-tickets-attendees,
.benutzer-psifit .page-title-action.tec-admin-manager__link,
.benutzer-psifit #wp-admin-bar-updraft_admin_node,
.benutzer-psifit #wp-admin-bar-smart_slider_3,
.benutzer-psifit.page #wp-admin-bar-edit,
.benutzer-psifit #wp-admin-bar-vc_inline-admin-bar-link
{ display: none !important; }

table#event-meta input[type=text] {
	width: 50%;
}

.dashboard-buttons img {
	margin:20px;
	object-fit: cover;
	width: 200px;
	height: 150px;
	box-shadow: 0px 15px 20px -12px rgba(0,0,0,0.6);
}

body[data-form-submit=regular] .container-wrap button[type=submit] {
	font-size: 15px;
	font-weight: 600;
}
pre {
	font-family: "Inconsolata", monospace;
	line-height: 1.1;
	color: #000;
	background-color: #fff;
}