/*
Theme Name: Cottey - EMG Confidence
Author: Educational Marketing Group, Inc.
Template: emg_confidence
Version: 1.1
*/

ul.cottey-event-list {
    list-style:none;
    -webkit-margin-before:0.5em;
    padding-left:20px;
    margin-top:-25px;
}


li.cottey-event h4.cottey-event-header {
  margin-top: 0.5em;
}

li.cottey-event h4.cottey-event-header a {
  color:#551e5b;
}

li.cottey-event div.cottey-event-venue::before {
  content: "@";
}

li.cottey-event p.cottey-event-description {
  margin: 0 0 0.5em 0;
}

li.cottey-event p.cottey-event-description a {
  color:#007acc;
}

li.cottey-event div.cottey-event-venue a {
  color:#007acc;
}

li.cottey-event div.cottey-event-dates div.cottey-event-start-date{
  float:left;
}

li.cottey-event div.cottey-event-dates div.cottey-event-end-date::before{
  content: "-";
}

li.cottey-event div.cottey-event-times div.cottey-event-start-time{
  float:left;
}

li.cottey-event div.cottey-event-times div.cottey-event-end-time::before{
  float:left;
  content: "-";
}

li.cottey-event div.cottey-event-times div.cottey-event-end-time{
  float:left;
}

div#tribe-events-bar {
  display:none;
}

a.tribe-event-button {
  display:none;
}

ul.ecs-event-list li {
  border-bottom:1px solid #a0a0a0;
}

li.ecs-event span.venue em {
  display:none;
}

ul.ecs-event-list li span span.tribe-event-date-start {
    
    width:100px;
    height:70px;
    text-align:center;
    margin-auto;
}

ul.ecs-event-list {
    list-style:none;
    -webkit-margin-before:0.5em;
    padding-left:20px;
    margin-top:-25px;
}

h4.entry-title {
    margin-top: 15px;
    font-size:1.3em;
    line-height:1.2em;
    font-weight: bold;
}

li.ecs-event h4.entry-title a {
    color:#551e5b;
}

p.ecs-excerpt {
    margin:0 0 0.5em 0;
    //display:none;
}

div.recurringinfo {
    display:none;
}


.single-tribe_events .tribe-events-venue-map {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin: 10px 4% 2% 0;
	padding: 5px;
	vertical-align: top;
	width: 90%;
	zoom: 1;
}

/**
* 15.4 - >= 980px
*/
@media screen and (min-width: 61.25em) {

li.cottey-event div.cottey-event-dates {
  width:180px;
  position:absolute;
}

li.cottey-event div.cottey-event-details {
  margin-left:200px;
}

li.cottey-event div.cottey-event-times {
  float:left;
}

li.cottey-event div.cottey-event-venue {
  float:left;
}

}

/**
* 15.5 - >= 1280px
*/
@media screen and (min-width: 80em) {

li.cottey-event div.cottey-event-dates {
  width:180px;
  position:absolute;
}

li.cottey-event div.cottey-event-details {
  margin-left:200px;
}

li.cottey-event div.cottey-event-times {
  float:left;
}

li.cottey-event div.cottey-event-venue {
  float:left;
}

ul.ecs-event-list li {
  margin-left:200px;
}

ul.ecs-event-list li span span.tribe-event-date-start {
    margin-left:-200px;
}


li.ecs-event h4.entry-title {
    display:block;
    margin-left:-200px;
}

p.ecs-excerpt {
    margin:-25px 0 0.5em 0;
}
ul.ecs-event-list li {
  border-bottom:0;
}
}
/**
* END 15.5 - >= 1280px
*/


