/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


@media screen and (max-width: 560px) {
    .event_listing-template-default.single .main-content h1.entry-title,
    /*.event_listing-template-default.single .wpem-single-event-sidebar-info, */
    .event_listing-template-default.single .wpem-heading-text
    /*.event_listing-template-default.single .wpem-share-this-event*/ {
        display: none;
    }
	
	.event_listing-template-default.single h3.wpem-heading-text,
	.event_listing-template-default.single div.wpem-single-event-sidebar-info {
		display: block;
	}
	
	.event_listing-template-default.single .wpem-single-event-short-info .clearfix {
		height: 3px;
	}
}

.event_listing-template-default.single .wpem-event-organizer-name,
.event_listing-template-default.single .wpem-event-details > div:nth-child(4),
wpem-social-icon.wpem-xing {
        display: none;
}

.page-template-default.page .wpem-event-title h3 {
    font-weight: 800 !important;
}

/*.page-template-default.page .search_events.search-form-container {
    display: none;
}*/

.wpem-event-ticket-type > a {
    width: auto !important;
}


