/*
Theme Name: Solon -- Optimized for Event Smart
Theme URI: https://eventsmart.com
Description: Solon is a fully responsive theme, ideal to use if you want your event website to have a slick and modern look. Some of the features that are packed in this theme include: custom logo upload, custom favicon upload, color changing for various elements, including the primary and the secondary color, integration with FontAwesome, about 20 of the most used Google Fonts, option to change the layout from content-sidebar to sidebar-content, css transitions, custom scroll effect and design etc.
Optimized for eventsmart.com
Author: Event Smart & aThemes
Author URI: https://eventsmart.com
Template:     solon
Version:      1.0.1
Tags: orange, light, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-menu, featured-images, sticky-post, theme-options, threaded-comments
*/

@import url("../solon/style.css");

/* Remove the carat before the event titles */
.widget li::before {
  content: none;
}
/* Remove the margin from the event titles */
.ee-upcoming-events-widget-title-h5 {
  margin-top: 0;
}
/* Make sure that the iCal icon is visible */
.ee-ical-sbmt {
  color: black;
}
/* Remove the post date and excerpt from the slider */
.slide .entry-title, .slide .entry-meta, .slide .entry-summary {
  visibility: hidden;
}

.type-espresso_events .post-date {
    padding-right: 20px;
}

.ticket-selector-submit-btn {
    float: right;
}

.ee-reg-qstn {
	margin-bottom: 10px;
}
