/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.iee_archive .archive-event .iee_event {
  	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
  	height: 210px;
}

.iee_event {
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,.4);
    overflow: hidden;
}

.post_content div {
  	clear: both;
	padding: 8px;
    margin-top: 10px;
}


.single-eventbrite_events .p-meta, .single-eventbrite_events .iee_organizermain, #x-iso-container .p-meta {
  display:none;
}

.post-content-buttons {
  float: right;
}
