/** SINGLE WORKSHOP **/

.main-content > article.event {
	margin-bottom:0;
}
.workshop-thumb {
	margin-bottom:40px;
}

@media(min-width:768px){
	.workshop-thumb {
	max-width: 600px;
	}
}

.info-section {
padding:30px 0;
padding-top:50px;
position:relative;
}

.info-section:before, 
.info-section:after {
	content:'';
	top:0;
	width:999px;
	height:100%;
	background-color:inherit;
	position:absolute;
	z-index:-1;
}

.info-section:nth-child(n+2):nth-child(odd) {
	background-color:#f2f2f2;
}

.info-section:before {
	left:-998px;
}
.info-section:after {
	right:-998px;
}

h3.info-heading {
margin-bottom:30px;
    border-left: 4px solid #D5481A;
    padding-left: 0.6em;
}

.info-section.has-text-centered h3.info-heading  {
	border-bottom: 4px solid #D5481A;
	border-left:0;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0.4em;
	display: inline-block;
	margin-bottom:40px;
}



/* Main Content + Details Column */

.event-datetime {
	font-size:1.6em;
	line-height:1.3em;
	font-weight:800;
	color:#999;
	margin-bottom:30px;
	text-transform:uppercase;
	border-left:4px solid #D5481A;
	padding-left:0.6em;
}

.column.workshop-details  > .inner {
	padding:20px 20px 10px 20px;
	background-color:#f2f2f2;
}

.single .entry-content ul.costs li {
 margin-bottom:0.5em;
}
.column.workshop-details p {
	width:100%;
}

.venue-heading {
margin-top:30px;
}

.add-to-gcal i {
	 line-height: 1.7em;
    margin-right: 10px;
}

.main-content a.btn.workshop-register {
	margin-bottom:30px
}

@media(min-width:768px){
	 .main-workshop-content {
		padding-right:36px;
	 }

}

/* Course Content */

.course-info.info-section ul {
		margin-bottom:30px;
}

@media(min-width:768px){
	.course-info.info-section ul {
		-webkit-columns:2;
		columns:2;
	}
}


/* Instructors */
.instructor-item img {
border-bottom:4px solid #D5481A;
}
.instructor-item h4 {
font-weight:600;
}

/* Logos */
.ws-logos.columns {
	margin-bottom:20px;
}
.ws-logo > img {
max-height: 90px;
    height: auto;
    width: auto;
    max-width: 250px;
} 

.ws-logo {
	padding: 15px 20px;
}

/*** VENUE **/
.main-content .eo-venue-map.googlemap {
	height:450px;
}