#hero-pager .paging-date {
    display: none;
}

#hero-pager .paging-thumb {
  top: 25px; 
}

.woocommerce-tabs {
    display: none !important;
}

.site-identity {
    background: #ffffff;
}
.site-title {
    text-transform: none !important;
	
}
.woocommerce #content div.product div.summary { width: auto; }
.single-product .product .summary { width: auto; }

div.su-box-title {
	font-size: 40px;
	padding: 20px;
}

div.su-spoiler-style-fancy>.su-spoiler-title {
	font-size: 20px;
	line-height: 23px;
	border-radius: 0px;
}

div.su-spoiler-style-fancy {
  border-radius: 0px;
}

.archive-header {
    display: none;
}

/****************CHECKOUT***************/
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

.payment_method_stripe label {
display: inline !important;
}

.payment_method_alipay label {
display: inline !important;
}

.custom-logo-link img {
max-width:100% !important;
}

.woocommerce #content div.product div.summary.entry-summary { width: 100%; }

.draft {
    font-size: 0.65em !important;
    margin-bottom: 5%;
    padding: 0pt !important;
	border: solid 1px #2f3941;
	
}

.th {
	font-weight:700 !important;
}

.draftcell {
    border: solid 1px #2f3941;
	width:8%;
	line-height: 1.1 !important;
	padding: 7pt !important;
}

.draftcelltwo {
    border: solid 1px #2f3941;
	width:8%;
	line-height: 1.1 !important;
	padding: 7pt !important;
	font-weight:700!important;
}


 
.draftrow {
    background-color:#f0ff001f !important;
}

.draftsub {
    background-color:#f3f3f31f !important;
}

.keynotecell {
	border: solid 1px #2f3941;
	width:8%;
}
/** table tr:nth-child(even){
	background-color:#FFF !important;
}

.keynotecell {
   background-color: #f2f2f2;
	border: solid 1px #2f3941;
	width:8%;
}
**/

.su-tabs {
overflow-x:auto;
}

/* 
https://css-tricks.com/responsive-data-tables/
*/

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 500px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr, th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		display: none;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		width:100% !important;
	}
	
	td:before { 
		/* Now like a table header  was abolsute*/
		position: static;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Session"; z-index: -1;}

	td:nth-of-type(4):before { content: "Main Room"; z-index: -1;}
	td:nth-of-type(5):before { content: "Room 1";z-index: -1; }
	td:nth-of-type(6):before { content: "Room 2"; z-index: -1;}
	td:nth-of-type(7):before { content: "Room 3"; z-index: -1;}
	td:nth-of-type(8):before { content: "Room 4"; z-index: -1;}
	td:nth-of-type(9):before { content: "Room 5"; z-index: -1;}
	td:nth-of-type(10):before { content: "Room 6"; z-index: -1;}
	td:nth-of-type(11):before { content: "Room 7"; z-index: -1;}
	td:nth-of-type(12):before { content: "Room 8"; z-index: -1;}
	td:nth-of-type(13):before { content: "Room 9"; z-index: -1;}
}