/*
COLORS:
orange: #F47B20
blue:   #00A8E1

Change first two color entries below
*/

.localist-events h1#events-head,
.localist-events footer a,
.localist-event aside.date .date,
.localist-event header time,
.localist-event .more time,
.localist-event .more h2,
.localist-event .more .read-more {
    color: #00A8E1 !important;
}
.localist-event aside.date {
    background-color: #00A8E1;
}

/* style for hover element */
.localist-event .more {
    display: none;
    background: #fff;
    position: absolute;
    box-shadow: 0 0 5px #ccc;
    padding: 20px;
    margin: 5px;
    width: 260px;
    top: 10px;
    right: 265px;  /* you can change this to "left" */
    z-index: 99999;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.localist-events {
    font-family: "Lato";
    width: 270px;
}
.localist-events section h1,
.localist-events section h2,
.localist-events section p,
.localist-events section time {
    margin: 0;
    color: #1c1d1f;
}
.localist-events section h1, 
.localist-events .more > p {
  text-transform: none !important;
}
.localist-events h1 a {
  display: block !important;
}
.localist-events h1 a,
.localist-events h1 a:link,
.localist-events h1 a:visited {
    text-decoration: none;
}
.localist-events h1 a:hover,
.localist-events h1 a:active {
    text-decoration: underline;
}
.localist-events h1#events-head {
    padding: 0 20px 12px 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 5px;
}
.localist-events footer a,
.localist-events footer a:link,
.localist-events footer a:visited,
.localist-events footer a:hover,
.localist-events footer a:active {
    display: block;
    padding: 15px 20px 11px 20px;
    border-top: 2px solid #bbb;
    text-transform: uppercase;
    background: url('http://colum.edu/Site_Files/localist/site-images/feedarrow.png') 0 16px no-repeat;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    font-weight: bold;
}
.localist-events footer a:hover {
    background-color: #eee;
    color: #1c1d1f;
}

.localist-event {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #bbb;
    position: relative;
    margin-bottom: 0 !important;
}
.localist-event:hover {
    background-color: #eee;
}
.localist-events .newdate {
    border-top: 2px solid #bbb;
}
.localist-event header {
    margin-left: 55px;
}
.localist-event aside.date {
    float: left;
    padding: 3px;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
}
.localist-event aside.date time {
    display: block;
}
.localist-event aside.date .month {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.localist-event aside.date .date {
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.localist-event header h1 a,
.localist-event header h1 a:link,
.localist-event header h1 a:visited,
.localist-event header h1 a:hover,
.localist-event header h1 a:active {
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
    color: #423f3d;
}
.localist-event header time {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}
.localist-event .more h1 a,
.localist-event .more h1 a:link,
.localist-event .more h1 a:visited,
.localist-event .more h1 a:hover,
.localist-event .more h1 a:active {
    color: #423f3d;
    display: block;
    font-size: 14px;
    font-weight: 900;
    padding: 20px 0 10px;
}
.localist-event .more .thumbnail {
  display: block;
  max-height: 250px;
  overflow: hidden;
}
.localist-event .more time,
.localist-event .more h2,
.localist-event .more .read-more {
    font-family: "Lato", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.localist-event .more time.start-time {
    text-transform: none;
}
.localist-event .more h2.location {
margin: 10px 0 5px 0 !important;
}
#localist-event .location, 
.localist-event .more h2.location {
  line-height: 1.5;
  font-size: 11px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-transform: uppercase;
  padding-left: 16px;
  background: transparent url('http://www.colum.edu/Site_Files/localist/site-images/location-icon.png') no-repeat left center;
}
.localist-event .more .read-more {
  background: transparent url('http://colum.edu/Site_Files/localist/site-images/feedarrow.png') no-repeat left 1px;
  padding-left: 20px;
  line-height: 1;
}
.localist-event .more .read-more:hover {
    text-decoration: underline;
}
.localist-event .more p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}
.localist-event .more h1 a,
.localist-event .more h1 a:link,
.localist-event .more h1 a:visited,
.localist-event .more h1 a:hover,
.localist-event .more h1 a:active,
.localist-event .more p {
    color: #333;
}