#singleevent {
    padding-bottom: 30px;
}
.title-case {
    text-transform: none;
}

.event-title {
    font-size: 1.15rem;
}

.free {
    color: #d72121;
  margin-bottom: 0px;
 
}

a.buytickets {
    background-color: #d72121;
	 color: #fff;
	 font-size: 1.3rem;
	 text-transform: uppercase;
	 padding: 7px 11px;
	 text-decoration: none;
	 border-radius: 5px;
	 padding-top: 10px;
	 font-family: "ReplicaProRegular",sans-serif;
	 
}
a.buytickets img {
    width: 28px;
    padding-bottom: 9px;
    margin-right: 5px;
    
}
a.buytickets:hover {
    background-color:#101820;
	 color: #fff;
    
}

.event-description {
    margin-bottom: 0;
    margin-top: -20px;
}

.all-events {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #ccc;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-bottom: 15px;
    
}

a.buy-tickets-home{
    background-color: #d72121;
    color: #fff;
    font-family: "ReplicaProRegular",sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 7px 11px;
    text-decoration: none;
   border-radius: 5px;
   padding-top: 10px;
   
}

a:hover.buy-tickets-home {
    background-color:#101820;
	 
	 color: #fff;
}

a.buy-tickets-home img {
    width: 5%;
    padding-bottom: 9px;
    margin-right: 5px;
}

.events-home {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #ccc;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

.event {
    display: block;
    max-width: 100%;
}

.event .info {
    padding-top: 20px;
}

.event .info a {
    position: relative;
    padding: 8px 40px 8px 10px;
    border: 1px solid #666;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -khtml-border-radius: 5px;
}

.event .info a svg {
    position: absolute;
    top: 6px;
    right: 6px;
}

.event .info a:hover {
    background-color: #666;
    color: #fff;
}

.event .info a:hover svg {
    fill: #fff;
}

.press-events {
    margin-top: 35px;
}


@media only screen and (max-width: 40em) {
    a.buytickets img {
        width: 30px;
    }
    
}
