.nom-btn {
    background-color: #069ebe;
    color: white !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 2.2em;
    text-transform: uppercase;
    padding: 25px;
    width: 100%;
    font-size: 42px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.cohover.nom-btn:before {
    background: #000;
}

.chff_video {
    float: left;
    margin: 0px 15px 15px 0px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.post-wrap ul { list-style-position: inside;  }

/* Event template style */

.event-content .container { max-width: 1100px; }

.event-content h1 { display: none; }
.event-content h3 {
    color: black;
    margin-top: 30px;
}
.event-header { 
  margin-bottom: 40px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.event-header-text h1 { color: white; text-shadow: 0px 0px 16px #000; font-size:40px; }
.event-header-text { min-height: 700px; text-align: center; }
.event-header-text .center-text { padding-top: 10%; }

.event-header-text p {
    font-size: 45px;
    color: white;
  text-shadow: 0px 0px 16px #000;
}

.tix-btn {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 2.2em;
	text-transform: uppercase;
	padding: 25px;
  	background-color: #01b901;
    border: 1px solid white;
}

.speaker {
    margin-bottom: 20px;
    padding-bottom: 20px;
  min-height: 250px;
}

.speaker figure img {
    float: left;
    max-width: 250px;
    margin-right: 45px;
}

.speaker figcaption {
    font-size: 26px;
    margin-bottom: 10px;
      padding-top: 15px;
}

.speaker-bio { margin-top: 20px; }

.speaker p { font-size: 14px; }

/* schedule table */

.schedule { margin-top: 40px; }

.schedule table {
  font-family: 'Arial';
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #00cccc;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}
.schedule table tr:hover {
  background: #f4f4f4;
}
.schedule table tr:hover td {
  color: #555;
}
.schedule table th, table td {
  font-size: 16px;
  color: #999;
  border: 1px solid #eee;
  padding: 12px 35px;
  border-collapse: collapse;
}
.schedule table th {
  background: #01b901;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.schedule table th.last {
  border-right: none;
}

/* partner logos ccc */

.partners-ccc {
	margin: 0 0 48px 0;
}

.partners-ccc > h2 {
	margin-top: 30px;

}

.partners-ccc ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	width: 19%;
	margin: 0 0 40px 0;
	vertical-align: middle;
}

.partners-ccc ul li:nth-child(5n+4) {
	text-align: right;
}

.partners-ccc ul li:nth-child(5n+1) {
	text-align: left;
}

.partners-ccc li img {
    max-width: 170px;
    height: auto;
}

.partners-ccc a {
	display: inline-block;
}

/* responsive */


@media only screen and (max-width: 640px) {
  .speaker figure img {
    float: none;
    margin-right:0px;
    max-width: 90%;
  }
  .post-wrap ul {
  	font-size:1.3em;
  }
}

@media only screen and (max-width: 767px) {
  .event-header-text h1 { font-size: 3.9em; }
  .event-header-text p { font-size: 35px; }
  .event-header-text .center-text { padding-top: 30%; }
}


/* 1 column: 320px */
.autowide {
  margin: 0 auto;
	width: 98%;
}
.autowide img {
  float: left;
  margin: 0 .75rem 0 0;
}
.autowide .module {
  background: url(/wp-content/uploads/2016/04/DateBG.jpg) no-repeat;
  border-radius: .25rem;
  margin-bottom: 1rem;
}
.autowide .module p {
  padding: .25rem .75rem;
  color: white;
}

.autowide .module h4 {
    color: white;
    font-size: 35px;
    padding: 10px 0px 0px 10px;
}

.autowide .module span {
    color: white;
    font-size: 20px;
    padding: 5px 0px 0px 10px;
}


/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module {
		width: 31.623931623931625%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
  .autowide .module {
		width: 23.076923076923077%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
	}
}