/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

@import url("https://use.typekit.net/jpt7sxj.css");

* {
  font-family: omnes-pro, sans-serif!important;
}
i {
  font-family: FontAwesome!important;
}

/****** Page agenda ******/
.event_listings .wpem-form-group input, .event_listings .wpem-form-group button, .event_listings .wpem-form-group .chosen-container, 
.wpem-event-layout-wrapper, .wpem-from-date {
  border-radius: 0!important;
}
.wpem-event-layout-action .wpem-active-layout {
  background-color: #993333!important;
}
.wpem-date, .wpem-event-details .wpem-event-date-time::before, .wpem-event-details .wpem-event-location::before {
  color: #993333!important;
}
.event-type, .event-category  {
  background-color: #ff9999!important;
  padding: 15px!important;
  border-radius: 0!important;
}
.event-type:hover, .event-category:hover {
  background-color: #993333!important;
  color: #ffffff!important;
}
#event_template .tdi_36 {
  padding: 0;
}
.wpem-event-sidebar-button .registration_button {
  display: none;
}
.single-content-agenda .wpem-single-event-header-top {
  display: none!important;
}