/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
html{
	width:100%;
	display:table;
}

/**
body{
	font-size:14px!important;
	width:100%;
	}
 */
 
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 768px){
.container {
    width: 750px;
}
}
@media (min-width: 1200px){
.container {
    width: 1170px;
}
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
	
	
.event_list ul li
{
	 list-style-type:none;
	 float:left; 
	 margin-left:20px;
	 margin-top:5px;
}
.event_list{
	background:#165584;
	display:inline-block;
	width:100%;
	height:40px;
}
.event_list ul li a{
	color:#fff;
	box-shadow: none;
	}
a.btn_event_more:hover{
	color:#fff;
	text-decoration:none;
	}	
.event_row a:hover{
	text-decoration:none;	
	}
.event_row h1{
	font-size: 36px;
    font-weight: 800;
	}
.event_row h2{
	font-size: 30px;
    font-weight: 700;
	}
.event_left_div{
	//width:31%;
	float:left;
	/*padding-left: 20px;*/
	padding: 0px 20px;
}
.event_right_div i {
    margin-right: 5px;
}
.event_right_div{
	//width:66%;
	display:table;
	/*padding-left: 20px;*/
	padding: 0px 20px;
 }
 .event_full_div{
	width:100%;
	float:left;
	padding-left: 20px;
 }
.event_row {
    width: 100%;
    margin: 0;
    position: relative;
	display: inline-block;
}
.event_line{    border-bottom: 1px solid;
    margin-bottom: 18px;
    width: 100%;
    margin-top: 18px;
    display: inline-block;
}
.btn_event_more{
	border-color: #113d63;
    background-color: #164d7d;
    padding: 8px 12px 8px 12px;
    color: #fff;
    border-radius: 6px;
}
/*Category Event*/
.cat_row{
	width:100%;
	display: inline-block;
	}
.cat_third{
	width:33.33%;
	padding:20px;
	float:left;
	min-height:478px;
	
	}
.cat_third_12{
	width:100%;
	padding:20px;
	float:left;
	/*min-height:478px;*/
	
	}	
.cat_third_6{
	width:50%;
	padding:20px;
	float:left;
	/*min-height:478px;*/
	
	}
.cat_third_4{
	width:33.33%;
	padding:20px;
	float:left;
	/*min-height:478px;*/
	
	}
.cat_third_3{
	width:25%;
	padding:20px;
	float:left;
	/*min-height:478px;*/
	
	}
.cat_third_2{
	width:16.66666667%;
	padding:20px;
	float:left;
	/*min-height:478px;*/
	
	}
					
a.btn-cat-event:hover {
    color: #fff;
	text-decoration: none;
	}	
.btn-cat-event{
	border-color: #113d63;
    background-color: #164d7d;
    padding: 4px 12px 4px 12px;
    color: #fff;
    border-radius: 6px;
	font-size: 12px;
    float: right;	
}
.btn-cat-event-left{
	/*float:left;*/
	box-shadow: none!important;
	font-size:12px;
}
.cat_third h4 a{
	font-size:16px;
	box-shadow:none;
	}
.inner_cat_div{
	border: 1px solid #ccc;
	padding: 14px;
	}
/*calendar page*/		
.cal_pop{
	width:100%;
	float:left;
	}
.cal_pop span {
    padding-right: 16px;
    float: left;
}
.event_calendar_row{
	width:100%;
	float:left;
}
.event_calendar_left_div{
	float: left;
    position: relative;
    display: inline-block;
}
.event_calendar_left_div img {
    float: left;
    width: 40%;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.category_post_img{
	width:372px;
	}
.event_calendar_left_div a.btn_event_more{
	color:#fff;
	float: right;
	} 
.category_legends p {
    margin-left: 5px;
    background: #999;
    padding: 1px 4px;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.category_legends ul.cat_legend li a {
		font-size: 14px;
		font-weight: 500;
		padding: 7px!important;
		display: block;
		margin-bottom: 3px;
}
.category_legends ul.cat_legend li {
		display: inline-block;
		list-style: none;
		margin-right: 7px;
}
.category_legends ul.cat_legend {
		margin-left: 0;
		padding-left: 5px;
}
/*category accordion*/
.cat_accordion {
    cursor: pointer;
    padding: 15px 15px 15px 50px;
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}	
.event_accordion_row{
	width:100%;
	float:left;
}
.event_accordion_left_div{
	//width:31%;
	float:left;
}
.event_accordion_right_div{
	//width:66%;
	display:table;
	padding-left: 20px;
 }
.cat_row h3{
	color:#fff;
	padding: 15px 15px 15px 20px!important;
    position: relative!important;
    margin-top: 20px!important;
    border-radius: 5px;
    border: 1px solid #ccc;
	font-size: 24px!important;
	}
.cat_row h3 p{
	font-size:14px;
	color:#fff;
	padding: 12px 0px 0px 22px;
	}
.event_accordion_right_div a.btn_event_more{
	color:#fff;
	} 
/*Single event design*/
.sidebar_content .btn_info_event_more {
    margin-bottom: 15px;
	display: inline-block;
}
.btn_info_event_more i{margin-right:2px;}
.btn_info_event_more {
    border-color: #113d63;
    background-color: #164d7d;
    padding: 9px 9px 8px 8px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}	
.single_banner_img{
	width: 100%;
    overflow: hidden;
	 min-height: 336px;
    background-size: cover;
    /* height: 100%; */
    position: relative;
    background-position: top;
	padding: 12px 0px;
}
	
.single_banner_img img{
	width: 100%;
    //height:100%;
    overflow: hidden;
    display: block;
    float: left;
    background-size: cover;
    //position: : absolute;
    background-position: top;
	}
.single_event_row {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    border: none;
    padding-left: 0px;
    overflow: hidden;
}
.single_event_content {
    padding: 0px 30px 0px 0px;
}
.single_img img {
    width: 350px;
	float:left;
	margin-right: 17px;
    margin-top: 6px;
}
.single_event_category a:hover {
    color: #000;
	text-decoration: none;
}
.single_event_left_div {
    width: 100%;
	margin-bottom: 20px;
    float: left;
	display:block;
}
.locationdesign {
    width: 98%;
	margin-bottom: 20px;
    float: left;
}

#event_column {
    padding-right: 250px;
}	
#event-content-wrapper {
    width: 99%;
    position: absolute;
	float: left;
}	
#event-sidebar-wrapper {
   
    position: relative;
	float:left;
    right: 0px;
    width: 0;
    margin-right: -250px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    top:20px;

}
div#event-sidebar-wrapper .event_sidebar_box {
    border: 1px solid #ebebeb;
    margin-top: 5px;
    /*margin-right: -5px;*/
    margin-bottom: 20px;
}
div#event-sidebar-wrapper .sidebar_content {
    padding: 26px 10px 18px 10px;
}
div#event-sidebar-wrapper h4.side_title {
    background-color: #ebebeb;
    padding: 10px 10px 10px 15px;
    margin: 0;
}
.first_p  {
    font-size: 12px;
    padding: 5px;
}
.first_p a{
	font-size: 12px;
	}
.single_event_left_div .toggel-btn{
    width: 10%;    
    margin: 0 0 0 0px;
    padding: 10px 0 59px 0;
	position: absolute;
    right: 0;
}
.short-info {
   /* float: left;*/
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
	width: 90%;
}
.single_event_left_div .event-title{
    width: 90%;
    float: left;
	margin-bottom: 10px;
	
}
.max-seat {
    font-size: 14px;
    margin-top: 6px;
}

.toggel-btn button#sidebar-toggle{
	float: right;
	padding: 10px;
	margin: 5px 15px;
}
div#fb-root {
    margin-top: 30px;
}
.left_div{
	top:20px;	
}
.view_attend{
	margin:12px 0;
}
/* View Attend Popup */

.overlay_attend {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay_attend:target {
  visibility: visible;
  opacity: 1;
}

.popup_attend {
  margin: 70px auto;
  padding: 20px;
  background: #164d7d;
  color:#fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.event_date_table{
 border:none;
 margin:0px;
}
.event_date_table td{
 border:none;
}

.popup_attend .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup_attend .close:hover {
  color: #06D85F;
}
.popup_attend .content_attend {
  max-height: 30%;
  overflow: auto;
}
.white-popup {
    position: relative;
    background: #164d7d;
    padding: 15px;
    width: auto;
    max-width: 600px;
    margin: 10px auto;
    border-radius: 5px;
    color: #fff;
}
.attendeelist th, .attendeelist td {
	border:1px solid #fff;
    padding: 0.4375em;
}

@media screen and (max-width: 700px){
  
	  .popup_attend{
		width: 70%;
	  }
	}
  
 

/**/
@media (max-width: 767px){
	.ticket_wrapper .btn{ white-space:normal;}
	.register_form,.single_event_content{padding:0px !important;}
	.single_event_left_div .event-title{width:100%;}
	.container{width:100%!important}
	.cat_third_12{
	width:100%;
	padding:20px 0px;
	float:left;
		
	}	
.cat_third_6{
	width:100%;
	padding:20px 0px;
	float:left;
	
	}
.cat_third_4{
	width:100%;
	padding:20px 0px;
	float:left;
	
	
	}
.cat_third_3{
	width:100%;
	padding:20px 0px;
	float:left;
	
	
	}
.cat_third_2{
	width:100%;
	padding:20px 0px;
	float:left;
	
	
	}
#event-content-wrapper {
		width: 100%;
		position: relative;
		float: left;
}
.div_right {
		float: left;
		width: 100%;
}
#event-sidebar-wrapper
	{
		margin:0px;
		width:100%;
	}
	.toggel-btn{
		display:none;
		}
	.single_banner_img{
		min-height:auto;
	}
	#DateCountdown{
		height:120px!important;
		}
	.timecircle{
		    padding: 15px 0!important;
		}	
	#listcart, .start_div {
    	width: 100%;
		padding: 0px; 
	}
}
@media (min-width: 767px){
#event-sidebar-wrapper {
    width: 250px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#event-content-wrapper {
    position: relative;
}
#event_wrapper.toggled {
    padding-right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#event_wrapper {
    padding-right: 250px;
	/*display: inline-block;*/
}
#event_wrapper.toggled #event-sidebar-wrapper{
	right:-250px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}
.timecircle{
	width:100%;
	padding: 34px 0;
	}
.share_photo a{
	display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
a.share-icon.twitter {
    background: #55acee;
}
a.share-icon.google-plus {
    background: #DD4B38;
}
a.share-icon.facebook {
    background: #3b5998;
}
a.share-icon.stumbleupon {
    background: #0170A4;
}
a.share-icon.reddit{
    background: #4E4E4E;
}
a.share-icon.linkedin {
    background: #0077b5;
}
a.share-icon.pinterest {
    background: #CB2027;
}
/*Registration Form*/
.ticket_wrapper {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 0 10px 50px;
}
.ticket_wrapper .ticket_header {
    background: #ebebeb;
    padding: 8px 15px;
    margin-left: -10px;
    margin-right: -10px;
}
.ticket_wrapper .table-responsive {
    margin: 15px 10px 0;
}
.register_form{
	padding:0px 30px 0px 0px;
	}
	
.register_form table, .register_form th, .register_form td{
	border:none;
	

	}
	.register_form tr{
	//border-top: 1px solid #ddd;
	}
	.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: #f5f5f5;
}
.table-responsive table td {
    border: none;
	white-space: normal !important;
	vertical-align: top;
	text-align: left;
	width: 100%;
	/*padding-left: 115px !important;
	
   /* border-bottom: 2px solid #eee!important;
    display: table-cell;*/
    
}
/* End registration css */
/*cart page design*/
.regpro_outline {
    border: 0 solid #ccc;
    background: #fff;
    padding: 2px;
    color: #000;
}
.alert.alert-success {
    text-transform: capitalize!important;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.regpro_outline table,.regpro_outline th,.regpro_outline td{
	border:none;
	padding: 0.4375em;
}
.regpro_outline th,.regpro_outline td{
	padding: 0.4375em;
}
#regpro_eventoncart {
    font-size: 13px;
    font-weight: 700;
    background-color: #777;
    text-align: center;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    border-radius: 4px;
}
.regpro_vmiddle_acenter {
    vertical-align: middle;
    text-align: center;
}
.regpro_vmiddle_aright {
    vertical-align: middle;
    text-align: right;
}
.regpro_vmiddle_aleft {
    vertical-align: middle;
    text-align: left;
}
.coupon_code {
    text-align: left;
}
.coupon_code ul {
    padding-left: 0;
    float: right;
}
.coupon_code ul li {
    list-style: none;
    display: inline-block;
}
.coupon_code button {
   /* margin-top: 54px;*/
}
table.regproform.table.cart_form ,table.regproform.table.cart_form th,table.regproform.table.cart_form tr,table.regproform.table.cart_form td{
    border: none;
	color: #333;
    font-size: 14px;
    background: #f9f9f9;
}
.regpro_sectiontableheader {
    background: #efefef!important;
}
.regproform textarea {
    width: auto;
}
/* state css*/
.frms
{
	margin:0 auto;
	padding:10px;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	-o-border-radius:.3em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:.9em;
	line-height:1.2em;
}

.frms select
{
	width:99%;
	background:#fff;
	border:#ddd 1px solid;
	border-radius:.35em;
	-moz-border-radius:.35em;
	-webkit-border-radius:.35em;
	-o-border-radius:.35em;
	padding:0 .5%;
	margin-top:5px;
	margin-bottom:15px;
	height:35px;
}
.frms select:hover
{
	box-shadow:#dae1e5 0px 0px 5px;
	-moz-box-shadow:#dae1e5 0px 0px 5px;
	-webkit-box-shadow:#dae1e5 0px 0px 5px;
	-o-box-shadow:#dae1e5 0px 0px 5px;
}
.frms select:focus
{
	-webkit-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
-moz-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
	
	border:#9d9983 1px solid;
}
.resp_code
{
margin:5px 10px 10px 300px;
padding:10px 20px 10px 20px;
color:#333;
background:#f8f8f8;
overflow:auto;width:50%;
}
h5{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 480px)
{
.resp_code
{width:auto !important;margin:0px !important;
}
}

/*Checkout page*/
#order_page_title {
    font-size: 13px;
    font-weight: 700;
    padding: 3px 3px 3px 3px;
}
.cart_form table, .cart_form td{
	border:none;
	}
select#selPaymentOption{
	height:30px;	
}
.plg_footer{
	
	background-color: #efefef;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
	display:inline-block;
    width: 100%;
    padding: 3px 10px;
	color: #000;
    font-size: 14px;
    font-weight: 700;
	margin-bottom:20px;
	margin-top:20px;
	
	}
.plg_footer_left{float:left;}
.plg_footer_left .fa-rss-square{ color: #eb900d;}
.plg_footer_right{text-align:right;}
.plg_header li {
    list-style: none;
    display: inline-block !important;
    padding: 2px 0px;
}
.plg_header ul {
    padding: 1px;
}
#searchevent table td,#searchevent table{
	border:none;
	font-size: 14px;
	
	}
#searchevent table {
    width: 65%;
	margin:auto;
}
table.eventlisting tbody tr td {
    height: 25px;
    background: #fff;
    border: 1px solid #fff;
}
table.eventlisting td, table.eventlisting th {
    padding: 4px;
}
.regpro_search,.delete_event_cart_page{width:100%;}
#listcart,.start_div{width:100%;}
.no_event_category_class {
    padding: 20px 15px;
}
.check_finalcheckout table {
    margin-bottom: 0px;
}
.hide{
	display:none;
	}
.inner_cat_div p{
	padding:1px 0;
	
	}
.table-responsive.reg_form_custom{
	margin:15px 10px 10px 0px;
	}		
#wait_loader{
	position: fixed;
    top: 50%;
    right: 50%;
    z-index: 9999;

 }
.body_loader:before {
	background: #00000061!important;
	//position: absolute!important;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	height: 100%!important;
	width: 100%;
}
#finalcheckout tr, #cartform tr {
	border:none!important;
	}
 #single_event_map {
	height: 100%;
	width:100%;
  }	
  #searchevent_loader {
    position: absolute;
   // top: 50%;
    right: 50%;
}
.cat_panel {
   padding: 0 18px;
   display: none;
   background-color: white;
   overflow: hidden;
}
.checkoutempty {	
	width:100%; 
	text-align:center;
}
.field_title_chk{
	text-align:right;
	border:none !important;
	 padding: 3px;
	 width:40%;
}
.field_space{
	width:5px;padding: 3px;border:none !important;
}
.field_value{
	border:none !important;padding: 3px;
	}
.cat_desc{
	min-height:60px;
	}
.cat_name{
	min-height:20px;
	}		
.cat_third_2 .inner_cat_div .cat_desc {
        min-height: 168px;
    font-size: 12px;
}
.cat_third_3 .inner_cat_div .cat_desc,.cat_third_4 .inner_cat_div .cat_desc {
    min-height: 86px;
}	
.cat_third_3 .inner_cat_div .cat_name,.cat_third_4 .inner_cat_div .cat_name {
	min-height:40px;
	}
.cat_third_2 .inner_cat_div .cat_name,.cat_third_2 .inner_cat_div .cat_name {	
    min-height: 30px;
    font-size: 14px;
}
.checkout_page .checkbox
{
	margin-left:25px !important;
}

@media screen and (max-width: 600px)
{
	.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td 
	{    
		padding: 4px 20px;
		display: block;
		width: 100% !important;
		text-align: left;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"],    input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea 
	{
		width: 100% !important;
	}
	select 
	{
		max-width: 100% !important;
	}
	.table>tbody>tr>td.regpro_vtop_aleft select
	{
		width:100% !important;
	}
	
}


@media screen and (min-width: 320px) and (max-width: 419px)
{
	.fc-toolbar .fc-right 
	{
		float: left;
		margin-top: 20px !important;
	}
	.fc-toolbar .fc-center 
	{
		display: inline-block;
		margin-top: 10px !important;
	}
	#searchevent table 
	{
		width: 100%;
		margin: auto;
	}
	#searchevent table td, #searchevent table 
	{
		border: none;
		font-size: 11px;
		padding: 5px 0px;
	}

	
}

@media screen and (min-width: 420px) and (max-width: 767px)
{
	
	.fc-toolbar .fc-right 
	{
		float: right;
		margin-top: 0px !important;
		margin-right: -10px;
	}
	.fc-toolbar .fc-center 
	{
		display: inline-block;
		margin-top: 30px !important;
	}
	#searchevent table 
	{
		width: 100%;
		margin: auto;
	}
	#searchevent table td, #searchevent table 
	{
		border: none;
		font-size: 12px;
		padding: 5px 0px;
	}
	
}

@media screen and (max-width: 767px)
{
	.start_div .event_row .event_left_div 
	{
		float: left;
		padding: 0px 20px;
	}
	.start_div .event_row .event_right_div 
	{
		display: table;
		padding: 0px 20px;
	}
	#main .fusion-row .event_row .event_left_div 
	{
		float: left;
		padding: 10px 20px 0px 20px;
	}
	#main .fusion-row .event_row .event_left_div 
	{
		display: table;
		padding: 10px 20px 0px 20px;
	}
	.ticket_wrapper 
	{
		padding: 0 10px 70px !important;
	}
	input#chkgroupregistration
	{
		margin-bottom:10px !important;
	}
	
	
	
}


/*** Table CSS ***/

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.reg_form_custom table, 
	.reg_form_custom thead, 
	.reg_form_custom tbody, 
	.reg_form_custom th, 
	.reg_form_custom td, 
	.reg_form_custom tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.reg_form_custom thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.reg_form_custom tr { border: 1px solid #ccc; }
 
	.reg_form_custom td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.reg_form_custom td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	
	.table-responsive table td 
	{
		border: none;
		white-space: normal !important;
		vertical-align: top;
		text-align: left;
		width: 100%;
		padding-left: 115px !important;
		
	}
	.reg_form_custom td:nth-of-type(3), .reg_form_custom td:nth-of-type(4)
	{
		text-align:left !important; 
	}
		
	/*
	Label the data
	**
	.reg_form_custom td:before { content: attr(data-title); }*/
	.reg_form_custom td:nth-of-type(2):before { content: "Ticket Name"; }
	.reg_form_custom td:nth-of-type(3):before { content: "Ticket Price"; }
	.reg_form_custom td:nth-of-type(4):before { content: "Qty"; }
}

/*** Table CSS for 2 ***/

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.cart_page table, 
	.cart_page thead, 
	.cart_page tbody, 
	.cart_page th, 
	.cart_page td, 
	.cart_page tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.cart_page thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 	td.regpro_vmiddle_acenter.f_total {
    text-align: right;
    }
	.cart_page tr { border: 1px solid #ccc; }
 
	.cart_page td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 50%; */
		white-space: normal;
		/*text-align:left;*/
	}
 
	.cart_page td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	
		
	/*
	Label the data
	*/
	
	.cart_page tbody:nth-of-type(1) td:nth-of-type(1):before { content: "Ticket Name"; }
	.cart_page tbody:nth-of-type(1) td.regpro_eventoncart:nth-of-type(1):before { display:none; }
	.cart_page tbody:nth-of-type(1) td:nth-of-type(2):before { content: "Qty"; }
	.cart_page tbody:nth-of-type(1) td:nth-of-type(3):before { content: "Price"; }
	
	.cart_page tbody:nth-of-type(2) td:nth-of-type(1):before { display:none; }
	.cart_page tbody:nth-of-type(2) td:nth-of-type(2):before { display:none; }
	.cart_page tbody:nth-of-type(2) td:nth-of-type(3):before { display:none; }
	
	.cart_page tbody:nth-of-type(1) tr:nth-of-type(even) td:nth-of-type(1){
		padding-left:50%;
	}
	.cart_page>table>tbody>tr>td{
		padding-left:0 !important;
	}
	
	.cart_page>table>tbody>tr>td:before{
		display:none; 
	}
	.cart_page tbody:nth-of-type(2) td{
    display: inline-block !important;
    padding: 10px 0 10px 10px !important;
    min-height: 68px;
	}
	.cart_page tbody:nth-of-type(2) td:nth-of-type(2){
		width: 66%;
	}
	.cart_page tbody:nth-of-type(2) td:nth-of-type(3){
		width: 26% !important;
		text-align:right;
	}
	.cart_page tbody:nth-of-type(1) td:nth-of-type(1):not(.regpro_eventoncart){
		text-align:right !important;
		
	}
	.cart_page tbody:nth-of-type(1) td:nth-of-type(2){
		text-align:right !important;
	}
	.cart_page tbody:nth-of-type(1) td.regpro_eventoncart
	{
		text-align: center !important;
	}
	
	.cart_page td:nth-of-type(4):before { content: "Remove"; }
	.cart_page td:nth-of-type(5):before { content: "Total"; }
}

/*** Table CSS for checkout page ***/

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.checkout_page table, 
	.checkout_page thead, 
	.checkout_page tbody, 
	.checkout_page th, 
	.checkout_page td, 
	.checkout_page tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.checkout_page thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.checkout_page tr { border: 1px solid #ccc; }
 
	.checkout_page td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 50%;*/ 
		white-space: normal;
		text-align:left;
	}
 
	.checkout_page td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	
		
	/*
	Label the data
	*/
	.checkout_page td:nth-of-type(1):before { content: "Ticket Name"; }
	.checkout_page td:nth-of-type(2):before { content: "Quantity"; }
	.checkout_page td:nth-of-type(3):before { content: "Price"; }
	.checkout_page td:nth-of-type(4):before { content: "Total"; }

	.checkout_page tbody td.regpro_eventoncart:nth-of-type(1):before { display:none; }

	/* css to remove the subtotal section heading added by before*/
	.checkout_page tbody:nth-last-of-type(1) td:nth-of-type(1):before { display:none; }
	.checkout_page tbody:nth-last-of-type(1) td:nth-of-type(2):before { display:none; }
	.checkout_page tbody:nth-last-of-type(1) td:nth-of-type(3):before { display:none; }
	.checkout_page tbody:nth-last-of-type(1) td:nth-of-type(4):before { display:none; }

	.checkout_page tbody  td.tkt_nm:nth-of-type(1){
		text-align:right !important;
		
	}
	.checkout_page tbody  td.f_total{
		text-align:right !important;
		
	}
	.checkout_page>table>tbody>tr>td
	{
		padding-left:0 !important;
	}
	.checkout_page tbody:nth-last-of-type(1) td:not(.regpro_eventoncart)
	{
		display: inline-block !important;
		padding: 10px 0 10px 10px !important;
		min-height: 68px;
	}


	
	/*
	.checkout_page>table>tbody>tr>td:before
	{
		display:block; 
	}
	.checkout_page tbody:nth-of-type(1) td.regpro_eventoncart:nth-of-type(1):before { display:none; }
	/*.checkout_page tbody:nth-last-child(n+4) td:nth-of-type(1):before { display:none; }**
	.checkout_page tbody:not(:nth-child(2n+1)) td:nth-of-type(1):before { display:none; }
	
	.checkout_page tbody:not(:nth-child(2n+1)) td:nth-of-type(2):before { display:none; }
	.checkout_page tbody:not(:nth-child(2n+1)) td:nth-of-type(3):before { display:none; }
	
/*	.checkout_page tbody:nth-of-type(1) td:nth-of-type(1):before { display:block; }**
	
	.checkout_page td:nth-of-type(2):before { content: "Quantity"; }
	.checkout_page td:nth-of-type(3):before { content: "Price"; }
	.checkout_page td:nth-of-type(4):before { content: "Total"; }
	
	.checkout_page tbody:nth-of-type(2n+1) td:nth-of-type(1){
		text-align:right !important;
		
	}
	.checkout_page tbody:nth-of-type(1) td:nth-of-type(2){
		text-align:right !important;
	}
	
	.checkout_page tbody:not(:nth-child(2n+1)) td:not(.regpro_eventoncart)
	{
		display: inline-block !important;
		padding: 10px 0 10px 10px !important;
		min-height: 68px;
	}
	.checkout_page tbody:not(:nth-child(2n+1)) td:nth-of-type(2)
	{
		width: 66%;
	}
	.checkout_page tbody:not(:nth-child(2n+1)) td:nth-of-type(3)
	{
		width: 26% !important;
		text-align:right;
	}
	.checkout_page tbody:nth-of-type(2n+2) td:nth-of-type(1)
	{
		padding-left:30%;
	}
	.checkout_page>table>tbody>tr>td
	{
		padding-left:0 !important;
	}*/
	
	
	
}
.arch_pagination a{
	 padding:1%;
	}
.arch_pagination a:hover{
	 padding:1%;
	 background:#000;
	 color:#fff;
	}
.arch_page_active{
	background:#09F;
	 color:#fff;
	}		
form#cartform table tr td{

	border:none;
}
table.regproform tr td {
    border: none;
}
#post--9999 .event_right_div a {
    color: #337ab7!important;
}
#post--9999 a.btn_event_more{  color: #fff !important; }
article.erp_event header.entry-header {
    display: none;
}
article.erp_event .entry-summary  {
    display: none;
}
article.erp_event .post-thumbnail {
    display: none;
}
article.erp_event .postmeta {
    display: none;
}
article.erp_event .post-thumb{
	display: none;
}
button[disabled], html input[disabled] {
	    cursor: not-allowed!important;
}
.erp_tooltip {
    position: relative;
    display: inline-block;
    //border-bottom: 1px dotted black;
}

.erp_tooltip .erp_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 999;
}

.erp_tooltip:hover .erp_tooltiptext {
    visibility: visible;
}
/*.event_list_img_size img.event_post_img{
	width:250px;
}*/
.tkt_nm{text-align: left;}

    /* Removes meta information from event pages */
.erp_event .entry-meta{
	display: none!important;
}
    /* Removes duplicate post titles from event pages */
.type-erp_event .blog-wrap-title, .type-erp_event .entry-title, .type-erp_event .entry-title a {
	display: none!important;
}
    /* Removes comment list from event pages */
.type-erp_event .commentlist {
	display: none!important;
}
