
/* Checkout */

.woocommerce .checkout label {
	font-size: 14px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.woocommerce .checkout p.form-row {
	margin-bottom: 1em;
}

.woocommerce .checkout .fvr-vconf-checkout-attendee-details .fvr-vconf-checkout-attendee::after,
.woocommerce .checkout .fvr-vconf-checkout-attendee-details::before {
	clear: both;
	content: " ";
	display: table;
}

.woocommerce .checkout .fvr-vconf-checkout-attendee-details {
	border-top: 1px solid rgba( 0, 0, 0, 0.2 );
	/* padding: 1.5em 1em; */
	padding: 1.5em 0;
}

.woocommerce .checkout .fvr-vconf-checkout-attendee-details:nth-child( even ) {
	/* background-color: rgba( 0, 0, 0, 0.05 ); */
}

.woocommerce .checkout .fvr-vconf-checkout-attendee-details:first-of-type {
	margin-top: 1.5em;
}

.woocommerce .checkout .fvr-vconf-checkout-attendee-details:last-of-type {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
}

.woocommerce .checkout .woocommerce-additional-fields h3:first-of-type {
	display: none;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none !important;
}


.woocommerce-MyAccount-content {
	border: 1px solid #d0d0d0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 24px;
}


.agenda-session-bookmark {
	margin-top: 1em;
}

.agenda-session-bookmark i {
	cursor: pointer;
	font-size: 24px;
}

.agenda-session-bookmark i.far.fa-bookmark {
	color: #AAA;
}

.agenda-session-bookmark i.fas.fa-bookmark {
	color: #F80;
}


/* Sponsors */

.fvr-vconf-sponsors {

}

.fvr-vconf-sponsors .fl-post-title {
	text-align: center;
}

.fvr-vconf-sponsors .fl-post-image {
	text-align: center;
}

.fvr-vconf-sponsors-ally .fl-post-image img {
	height: auto;
	max-width: 150px;
}

.fvr-vconf-sponsors-bronze .fl-post-image img {
	height: auto;
	max-width: 200px;
}

.fvr-vconf-sponsors-gold .fl-post-image img {
	height: auto;
	max-width: 400px;
}

.fvr-vconf-sponsors-silver .fl-post-image img {
	height: auto;
	max-width: 200px;
}


/* Agenda */

.agenda .agenda-date {
	margin-top: 3em;
}

.agenda .agenda-date:first-of-type {
	margin-top: 1em;
}

.agenda .agenda-date h2 {
	font-size: 27px;
	margin: 0;
	text-transform: uppercase;
}

.agenda .agenda-date,
.agenda .agenda-session {
	padding: 16px;
}

.agenda .agenda-session {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 8px 8px 16px 0px rgba( 0, 0, 0, 0.2 );
    margin: 2em auto;
}

.agenda .agenda-session .col-md-4 {
	padding-left: 30px;
}

.agenda .agenda-session .col-md-8 {
	padding-right: 30px;
}

.agenda .agenda-session:nth-child( even ) {
	background-color: rgba( 0, 0, 0, 0.05 );
}

.agenda .agenda-session .agenda-session-title {
	font-size: 1em;
	font-weight: bold;
}

.agenda .agenda-session .agenda-session-presenters {
	margin-bottom: 1em;
}

.agenda-at-a-glance table tr td {
	padding: 8px;
}

.agenda-at-a-glance table tr td:first-child {
	font-weight: bold;
	width: 25%;
}

.agenda-at-a-glance table tr:nth-child( even ) td {
	background-color: rgba( 0, 0, 0, 0.1 );
}

.agenda-session-meta-heading {
	display: block;
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.agenda .agenda-session.container {
	max-width: 90%;
	width: 100%;
}

.agenda-session-moderators {
	color: #777;
	font-style: italic;
	margin-top: 1em;
}

.agenda-session-moderators span {
	font-size: 0.85em;
	text-transform: uppercase;
}

.agenda-session-description {
	font-size: 16px;
}

.agenda-session-datetime {
	margin-top: 1em;
}

.agenda-session-datetime-date {
	font-weight: bold;
	text-transform: uppercase;
}

.agenda-session-download-links a {
	margin: 0 1em 1em 0;
}

.agenda-session-download-links a:last-of-type {
	margin: 0;
}

.agenda-session-join {
	margin-top: 1em;
}

.agenda-date.card-header {
	cursor: pointer;
	position: relative;
}

.agenda-date.card-header i {
	position: absolute;
	right: 12px;
	z-index: 10;
}

div.agenda-tracks {
	margin-bottom: 1em;
}

span.agenda-track {
	background-color: #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: White;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-right: 12px;
	padding: 4px 12px;
	text-transform: uppercase;
}


/* Agenda filter */

#agenda-filter-container {
	margin: 0 !important;
	width: 100% !important;
}

#agenda-filter-container.agenda-filter-sticky {
	background-color: White;
	left: 0;
	padding: 12px;
	position: fixed;
	top: 90px;
	/* Beaver Builder floating nav is z-index: 100 */
	z-index: 90;
}

#agenda-filter {
	/* background: linear-gradient( #6d3eb3, #6a3bb0 ); */
	background-size: cover;
	border: 1px solid #ccc;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	color: White;
	margin: auto;
    padding: 24px;
	text-align: center;
}


/* General */

* {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.fl-countdown .fl-countdown-unit-number {
	font-weight: 700;
	letter-spacing: -1px;
}

.fl-page-content h1 {
	text-transform: none;
}

.fl-page-content h2 {

}

.fl-page-content h3 {
	text-transform: uppercase;
}

.fl-page-content p {
	margin-bottom: 1em;
}

.fl-page-content p:last-child {
	margin-bottom: 0;
}

.fl-page-content .fl-builder-content .modal-header button {
	font-size: 24px !important;
	padding: 12px !important;
}

.fl-page-content .fl-builder-content .modal-header h3 {
	font-size: 18px;
}

.fl-page-content .woocommerce #payment #place_order,
.fl-page-content .woocommerce-page #payment #place_order {
	display: block;
	float: none;
	margin: 1em auto;
}

table.fvr-vconf-my-account-downloads {
	width: 100%;
}

table.fvr-vconf-my-account-downloads tr th {
	width: 66%;
}

table.fvr-vconf-my-account-downloads tr td,
table.fvr-vconf-my-account-downloads tr th {
	padding: 12px;
}

table.fvr-vconf-my-account-downloads tr td {
	text-align: right;
}

table.fvr-vconf-my-account-downloads tr:nth-child( even ) td,
table.fvr-vconf-my-account-downloads tr:nth-child( even ) th {
	background-color: rgba( 0, 0, 0, 0.1 );
}


.fvr-vconf-checkout-attendee-details h4 input {
	margin-left: 1em; 
}

.fvr-vconf-checkout-attendee-details input:disabled {
	background-color: #eee !important;
}


@media only screen and (max-width: 768px) {

	.agenda .agenda-session .agenda-session-meta > div:last-of-type {

		border-bottom: 1px solid #ccc;
		margin-bottom: 1em;
		padding-bottom: 1em;

	}

}



/* RLS */

#rls-registration-selection > div {
	background-color: rgba( 65, 151, 203, 0.15 );
	border: 1px solid rgba( 65, 151, 203, 0.3 );
	padding: 12px;
}

#rls-registration-selection table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#rls-registration-selection table tr td {
	padding: 0 1em 1em 0;
}

#rls-registration-selection table tr td:last-child {
	text-align: right;
}

#rls-registration-selection table tr:last-child td {
	padding-bottom: 0;
}

#rls-registration-selection label {
	font-weight: bold;
	margin: 0;
}



/* tickets, sponsorships & presentations */

.fvr-wc-my-items i {
	margin-right: 1em;
}

.fvr-wc-my-items h3 {
	cursor: pointer;
}

.fvr-wc-my-items .fvr-wc-my-item-complete .card-header {
	background-color: rgba( 0, 160, 0, 0.2 );
}

.fvr-wc-my-items .fvr-wc-my-item-complete .card-header h3 {
	color: #050;
}


/* cart */

.product-price,
.product-subtotal {
	text-align: right;
}