



/* buttons */

html .fl-page button:visited,
html .fl-page input[type="button"],
html .fl-page input[type="submit"],
html .fl-page a.fl-button,
html .fl-page a.fl-button:visited,
html .fl-responsive-preview-content button,
html .fl-responsive-preview-content button:visited,
html .fl-responsive-preview-content input[type="button"],
html .fl-responsive-preview-content input[type="submit"],
html .fl-responsive-preview-content a.fl-button,
html .fl-responsive-preview-content a.fl-button:visited,
html .fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle,
html .fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited,
html .fl-page .bc-btn,
html .fl-page button.bc-btn,
html .fl-page button.bc-btn[disabled],
html .fl-page button.bc-link,
html .fl-page a.bc-btn,
html .fl-page .woocommerce a.button,
html .fl-page .woocommerce a.button:visited,
html body.theme-bb-theme.woocommerce-page .fl-page a.button,
html body.theme-bb-theme.woocommerce-page .fl-page a.button:visited,
html body.theme-bb-theme.woocommerce-page .fl-page .product a.button,
html body.theme-bb-theme.woocommerce-page .fl-page .product a.button:visited,
html body.theme-bb-theme.woocommerce-page .fl-page .product button.button,
html body.theme-bb-theme.woocommerce-page .fl-page .product button.button:visited,
html body.theme-bb-theme.woocommerce-page .fl-page .woocommerce button.button,
html body.theme-bb-theme.woocommerce-page .fl-page .woocommerce button.button:visited,
html body.theme-bb-theme:not(.woocommerce-page) .fl-page .fl-module-woocommerce a.button,
html body.theme-bb-theme:not(.woocommerce-page) .fl-page .fl-module-woocommerce a.button:visited,
html body.theme-bb-theme:not(.woocommerce-page) .fl-page .fl-post-module-woo-button a.button,
html body.theme-bb-theme:not(.woocommerce-page) .fl-page .fl-post-module-woo-button a.button:visited {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0.65em 2em;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}


/* top nav bar */

.fl-page-bar .fl-page-bar-nav,
.fl-page-bar .fl-page-bar-text,
.fl-page-bar .fl-social-icons {
	font-size: 14px;
	padding: 8px;
}


/* events */

#fvr-event-details {
	border: 1px solid #CCC;
	width: 100%;
}

#fvr-event-details tr td,
#fvr-event-details tr th {
	border-bottom: 1px solid #CCC;
	padding: 12px;
	vertical-align: top;
}

#fvr-event-details tr:last-of-type td,
#fvr-event-details tr:last-of-type th {
	border-bottom: none;
}

.fvr-event-details-presenter-full {
	display: inline-block;
	margin-right: 24px;
	max-width: 280px;
	vertical-align: top;
}

#fvr-event-details-sponsors {
	margin-top: 2em;
}

.fvr-event-details-sponsor-full {
	margin: auto;
	max-width: 66.6%;
}

.fvr-event-details-presenter-full .fvr-event-details-presenter-image,
.fvr-event-details-sponsor-full .fvr-event-details-sponsor-image {
	align-items: center;
	display: flex;
}

.fvr-event-details-presenter-full .fvr-event-details-presenter-image img {
	height: auto;
	width: 100%;
}

.fvr-event-details-sponsor-full .fvr-event-details-sponsor-image img {
	display: block;
	margin: 0 auto 1em auto;
}

.fvr-event-details-presenter-full a,
.fvr-event-details-presenter-full a:hover,
.fvr-event-details-sponsor-full a,
.fvr-event-details-sponsor-full a:hover {
	color: #404040;
	text-decoration: none !important;
}


/* attached files */

#fvr-attachments-attached-files {
    border: 1px solid rgba( 0, 0, 0, 0.1 );
    border-collapse: collapse;
    border-spacing: 0;
	margin: 1em 0;
    width: 100%;
} 

#fvr-attachments-attached-files td {
    padding: 8px;
}

#fvr-attachments-attached-files tr:nth-child( even ) {
    background-color: rgba( 0, 0, 0, 0.05 );
}


/* custom flip card */

.fvr-flip-card {
	background-color: transparent;
	display: inline-block;
	margin: 0.5em;
	width: calc( 33% - 1em );
	perspective: 1000px;
}

.fvr-flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.fvr-flip-card:hover .fvr-flip-card-inner {
	transform: rotateY(180deg);
}

.fvr-flip-card-front, .fvr-flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;

	display: flex;
	align-items: center;
	justify-content: center;
}

.fvr-flip-card-front {
	background-color: White;
	color: black;
}

.fvr-flip-card-front img {
	height: auto;
	margin: 1em;
	width: 80%;
}

.fvr-flip-card-back {
	background-color: #0075a9;
	color: white;
	transform: rotateY(180deg);
	padding: 1em;
	box-sizing: border-box;
}

.fvr-flip-card-back h1 {
	color: White;
	font-size: 24px;
	font-weight: bold;
}

.fvr-flip-card-back p {
	font-size: 15px;
}


/* resource table of contents */

.fvr-table-of-contents {
	list-style-type: none;
	margin-top: 1em;
	padding-left: 0;
}

.fvr-table-of-contents li {
	margin-bottom: 1em;
}

.fvr-table-of-contents li.fvr-table-of-contents-item-h1 {

}

.fvr-table-of-contents li.fvr-table-of-contents-item-h2 {
	margin-left: 1em;
}

.fvr-table-of-contents li.fvr-table-of-contents-item-h3 {
	margin-left: 2em;
}

.fvr-table-of-contents li.fvr-table-of-contents-item-h4 {
	margin-left: 3em;
}


/* alerts */

.fl-full-width .fvr-alert .container {
	max-width: 100%;
}


/* galleries */

#fvr-gallery img {
	cursor: pointer;
}


/* left-hand nav */

.fvr-section-nav-item.fvr-section-nav-item-1 {
	padding-left: 30px;
}

.fvr-section-nav-item.fvr-section-nav-item-2 {
	padding-left: 60px;
}


/* stories */

#fvr-story-attached-files {
	border: 1px solid #CCC;
}

.fvr-story-attached-file {
	padding: 1em;
}

.fvr-story-attached-file:nth-child( odd ) {
	background-color: rgba( 0, 0, 0, 0.05 );
}