.eventslist {
	float:left;
	width:100%;
	margin-top:20px;	
}

.anevent {
  background: none repeat scroll 0 0 #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffefe), to(#d6d8d8));
  background: -webkit-linear-gradient(top, #fffefe, #d6d8d8);
  background: -moz-linear-gradient(top, #fffefe, #d6d8d8);
  background: -ms-linear-gradient(top, #fffefe, #d6d8d8);
  background: -o-linear-gradient(top, #fffefe, #d6d8d8);
  border-radius: 24px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.51);
  margin-top: 0 !important;
  overflow: visible;
  width: 100%;
  float:left;
  height:90px;
  max-width:820px;
  margin-bottom:20px;
  color:#4d4d4d;
}

.home .anevent {
  max-width:100%;
}
.home .city-date {
  width: 70%;
}
.home .register-wrapper {
  float: left;
  /* height: 100%; */
  width: 30%;
}
.home .single-event .reg-row:first-child {
  margin-top: 6%;
  margin-left: -6%;
}
.home .single-event .reg-row a {
  width: 92%;
}


.city-date {
  float: left;
  width: 65%;
}

.event-city {
  display: table;
  float: left;
  height: 80%;
  margin-left: 20px;
  margin-top: 10px;
  width: 45%;
}

.event-date {
  display: table;
  float: left;
  height: 100%;
  width: 43%;
  text-align:center;
}

.register-wrapper {
  float: left;
  width: 35%;
  height: 100%;
}
.reg-row {
  float: left;
  width: 100%;
}

.event-city span {
  color: #4d4d4d;
  display: table-cell;
  font-family: proxima bold;
  font-size: 24px;
  vertical-align: middle;
  border-right: 2px solid #666;
}
.event-date span {
	display:table-cell;
	vertical-align:middle;
	color: #00aeef;
  	font-size: 24px;
}

.city-date .arrow {
  background: url("../images/events-arrow-over.png") repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
  height: 90px;
  width: 34px;
  float: left;
}

.reg-row:first-child {
  margin-top: 12px;
}

.reg-row a {
  background: none repeat scroll 0 0 #ef3b57;
  color: #fff !important;
  float: left;
  line-height: 1.3;
  padding: 2px 10px;
  text-align: center;
  width: 33%;
  text-decoration:none;
}



.button-wrapper {
  width: 170px ;
  margin: 0 auto;
}
.single-event .reg-row a {
  background: #ef3b57 none repeat scroll 0 0;
  color: #fff !important;
  float: left;
  font-size: 18px;
  line-height: 1.3;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  width: 84%;
}
.single-event .reg-row:first-child {
  margin-top: 10%;
  margin-left: -10px;
}


.reg-row span {
  float: left;
  width: 54%;
}

.or.reg-row {
	position:relative;	
}

.or.reg-row > span {
  color: #afafaf;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-indent: 20.5%;
  width: 100%;
}

.or.reg-row > span:before {
  border-bottom: 3px solid #afafaf;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 19%;
}
.or.reg-row > span:after {
  border-bottom: 3px solid #afafaf;
  content: "";
  height: 7px;
  right: 17px;
  position: absolute;
  width: 66%;
}

.comingsoon {
  background: #00aeef !important;
}

#events-mover {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}


/* for new webinar with time */

.postid-74 .register-wrapper {
  width: 25%;
  box-sizing: border-box;
}
.postid-74 .city-date {
  box-sizing: border-box;
  float: left;
  width: 75%;
}

.postid-74  .reg-row:first-child {
  box-sizing: border-box;
  display: table;
  height: 100%;
  margin-left: -10px;
  margin-top: 0;
}

.postid-74 .button-wrapper {
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.postid-74 .button-wrapper > a {
  box-sizing: border-box;
  float: none;
  padding: 8px 40px;
}


.postid-74 .event-city {
  width: 30%;
}
.postid-74 .event-city span {
  font-size: 20px;
}

.postid-74 .event-date {
  width: 50%;
  height:80%;
  margin-top:10px;
}
.postid-74 .event-date span {
  font-size: 20px;
  border-right: 2px solid #666;
}


.postid-74 .event-time {
  display: table;
  float: left;
  height: 100%;
  text-align: center;
  width: 40%;
}
.postid-74 .event-time span {
   display: table-cell;
    font-size: 20px;
    vertical-align: middle;
}


/* upcoming workshops */

.upcomming-workshops {
  background: #ebebeb none repeat scroll 0 0;
  margin: 0 0 20px;
  padding: 20px;
  width: 85%;
}

.upcomming-workshops h4 {
  color: #4d4d4d;
  font-family: "Helvatica Neue",Helvetica,sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.upcomming-workshops ul {
  margin: 0;
  padding: 0;
}

.upcomming-workshops li.alt {
  background: #fff none repeat scroll 0 0;
}
.upcomming-workshops li {
  color: #000;
  height: 40px;
  list-style: outside none none;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.upcomming-workshops .city {
  float: left;
  font-family: "Helvatica Neue",Helvetica,sans-serif;
  padding: 8px 0 0 10px;
}
.upcomming-workshops .date {
  float: right;
  font-family: "Helvatica Neue",Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  padding: 4px 10px 0 0;
  text-align: right;
}
.upcomming-workshops .date span {
  color: #363636;
  font-family: "Helvatica Neue",Helvetica,sans-serif;
  font-weight: bold;
}

.upcomming-workshops .last #show-events-btn {
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}



/* .postid-76 .showmorebutton {
	display:none !important;
}*/
.redbutton.halfbutton {
  width: 50%;
  margin: 0 auto;
  float: none;
  display: inline-block;
}


/* Media Queries Done Right On The 100's 
================================================== */


@media only screen and (min-width: 1200px) {  .site-footer { border-top: 20px solid #ec184b; } /* -------------- THE TOTAL RED -------------- */

  
}

@media (max-width: 1100px) {  .site-footer { border-top: 10px solid #F4E23E; } /* -------------- YELLOW -------------- */

/* easy way out */

.eventslist {
  width: 130%;
}
.showmorebutton {
  width: 130%;
}


.home .eventslist {
  width: 100%;
}
.home .showmorebutton {
  width: 100%;
}


/* webinar*/
.postid-74 .eventslist {
  width:100%;	
}
.postid-74 .anevent {
  width:100%;	
  height: 70px;
}
.postid-74 .city-date .arrow {
  width: 26px;
  height:100%;
}
.postid-74 .event-city span {
  font-size: 16px;
}
.postid-74 .event-date span {
  font-size: 16px;
}
.postid-74 .event-time span {
  font-size: 16px;
}
.postid-74 .button-wrapper > a {
  padding: 5px 28px;
}

/* if i keep it in the box 
.event-city {
  margin-left: 12px;
}

.city-date .arrow {
  width: 30px;
}

.city-date {
  width: 62%;
}
.register-wrapper {
  width: 38%;
}
.reg-row span {
  width: 60%;
}
.reg-row a {
  padding: 2px 2px;
}*/
   
}

@media (max-width: 1000px) {  .site-footer { border-top: 10px solid #A04FD3; } /* -------------- PURPLE -------------- */


.home .city-date .arrow {
  width: 28px;
}


.single-events #show-events-btn {
  padding: 4px 30px;
  width: auto;
}

#upcoming-courses #show-events-btn {
  padding: 4px 30px;
  width: auto;
}

.home .single-event .reg-row:first-child {
  margin-top: 9%;
}


/* webinar */
.postid-74 .city-date .arrow {
  width: 20px;
}
   
}
 
@media (max-width: 900px) {  .site-footer { border-top: 10px solid #666; } /* -------------- GRAY -------------- */


.event-city {
  margin-left: 12px;
}

.city-date .arrow {
  width: 30px;
}

.city-date {
  width: 62%;
}
.register-wrapper {
  width: 38%;
}
.reg-row span {
  width: 60%;
}
.reg-row a {
  padding: 2px 2px;
}

/* webinar */
.postid-74 .event-city span {
  text-align: center;
  line-height: 16px;
  border-right: 1px solid #666;
}
.postid-74 .event-date span {
  border-right:1px solid #666;	
}
.postid-74 .event-time span {
  padding-top: 8px;
}


}

@media (max-width: 800px) { .site-footer { border-top: 10px solid #638AC0; } /* -------------- the blue -------------- */


.event-city span {
  font-size: 18px;
}
.event-date span {
	font-size:18px;
}
.city-date {
  width: 58%;
}
.event-date {
  width: 42%;
}
.register-wrapper {
  width: 42%;
}

.home .city-date .arrow {
  width: 26px;
}


/* webinar */
.postid-74 .event-time span {
  font-size: 14px;
}
.postid-74 .event-date span {
  font-size: 14px;
}
.postid-74 .button-wrapper > a {
  padding: 5px 16px;
}
.postid-74 .event-city {
  margin-top: 7px;
}

}

 
@media (max-width: 700px) { .site-footer { border-top: 10px solid #447134; } /* -------------- GREEN -------------- */
 

.anevent {
height:auto;	
}

.eventslist {
  width: 100%;
}
.showmorebutton {
  width: 100%;
}


.city-date .arrow {
  background: url("../images/arrow-up.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  float: left;
  width: 100%;
  height:45px;
}
.event-city {
 height: auto;
 text-align:center;
 height: 60px;
 width: 48%;	
}
.event-date {
  height: 60px;
  width: 48%;
  margin-top: 10px;
}

.city-date {
  float:left;
  width: 100%;
}

.register-wrapper {
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 10px;
}


.home .city-date .arrow {
  background: url("../images/arrow-up.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  float: left;
  width: 100%;
  height:45px;
}

.home .event-city {
 height: auto;
 text-align:center;
 height: 60px;
 width: 48%;	
}
.home .event-date {
  height: 60px;
  width: 48%;
  margin-top: 10px;
}

.home .city-date {
  float:left;
  width: 100%;
}

.home .register-wrapper {
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 10px;
}


.single-event .reg-row:first-child {
 margin-top:2%; 
}
.single-event .reg-row a {
  width: 93%;
}

.home .single-event .reg-row:first-child {
  margin-left: 0%;
  margin-top: 2%;
}


/* webinar */

.postid-74 .city-date {
  width: 72%;
}
.postid-74 .city-date .arrow {
  background: rgba(0, 0, 0, 0) url("../images/events-arrow-over.png") repeat scroll 0 0 / 100% 100%;

}



    
}

 
@media (max-width: 600px) {  .site-footer { border-top: 10px solid #E012DE; } /* -------------- PINK -------------- */

.single-event .reg-row a {
  width: 90%;
}


/* webinar */
.postid-74 .anevent {
  height: 160px;
}
.postid-74 .event-date {
  height: 60px;
}
.postid-74 .event-time {
  height: 60px;
}
.postid-74 .city-date {
  width: 100%;
}
.postid-74 .city-date .arrow {
  background: rgba(0, 0, 0, 0) url("../images/arrow-up.png") no-repeat scroll 0 0 / 100% auto;
  height: 45px;
  float: left;
  width: 100%;
}
.postid-74 .register-wrapper {
  width: 100%;
}
.postid-74 .reg-row:first-child {
  height: auto;
  margin-top: 0px;
  margin-left: -20px;
}
.postid-74 .button-wrapper > a {
  padding: 8px 48px;
}




/* random ol fix? */
.postid-74  ol.numbers.greybox {
  margin-left: 0px;
  margin-top: 20px;
  width: 85%;
}
   
}

 
@media (max-width: 500px) {  .site-footer { border-top: 10px solid #10F0D9; } /* -------------- TEAL -------------- */

.event-city {
  width: 90%;
}

.event-date {
  width: 90%;
  margin-left: 10px;
  height:30px;
}

.event-city span {
	border-right:0; 
	border-bottom:2px solid;
}



.home .event-city {
  width: 90%;
}

.home .event-date {
  width: 90%;
  margin-left: 10px;
  height:30px;
}

.home .event-city span {
	border-right:0; 
	border-bottom:2px solid;
}


.single-event .reg-row a {
  width: 86%;
}
 
 
 .home .single-event .reg-row a {
  width: 84%;
}




/* webinar */

.postid-74.single .padding40 {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.postid-74 .event-city span {
  border-right: 0px solid #666;
}
.postid-74 .anevent {
  height: auto;
}
.postid-74 .event-city {
  width: 94%;
  height: 40px;
}
.postid-74 .event-date {
  width: 46%;
  height: 40px;
  margin-top:0px;
}
.postid-74 .event-time {
  width: 46%;
  height: 40px;
}
.postid-74 .event-time span {
  padding-top: 0px;
}
 	
	
}