.post, .page {
	margin: 0;
}

/* -------- Header -------- */

.banner-strip {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #232222;
	padding: 0.8rem 1.5rem;
	width: 100%;
}

.banner-strip a, .banner-strip a:visited {
	font-size: 18px;
	font-family: 'Roboto', Arial, sans-serif;
	color: #FFFFFF; /* White Text */
}

.conference-menu .col-auto a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}
.sub-bar {
  max-height: 58px;
  height: 58px;
}

.sub-bar .left-shape {
	width: 200px;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
	max-height: 58px;
	height: 58px;
}

.sub-bar .right-shape {
	width: 200px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	max-height: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* -------- Typography -------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #232323;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.5;
  font-size: 1.1rem;
}

.lead {
	font-size: 1.4rem;
}

.lead strong {
	font-weight: 700;
}

h1, h2 {
  font-family: 'Merriweather', serif;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
	margin: 3rem 0 2rem 0;
	line-height: 1.6;
}

h3 {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1.15rem;
	font-weight: bold;
}

h5 {
	font-size: 1rem;
	font-weight: bold;
}

.hashtag span {
	font-weight: bold;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

.blockquote {
	font-family: 'Merriweather', sans-serif;
	font-size: 1.75rem;
	margin-left: 0 !important;
	padding-bottom: 1rem;
}

.blockquote-footer {
	font-weight: bold;
}

.border-top 	{ border-top: 1px solid rgba(0,0,0,0.1) !important; }
.border-right 	{ border-right: 1px solid rgba(0,0,0,0.1) !important; }
.border-bottom 	{ border-bottom: 1px solid rgba(0,0,0,0.1) !important; }
.border-left 	{ border-left: 1px solid rgba(0,0,0,0.1) !important; }

/* -------- Images & Icons -------- */
img.icon {
	width: 100px;
	height: 100px;
	margin-bottom: 1rem;
}

img.travel-logo {
	max-width: 250px;
	max-height: 150px;
}

.icon-day {
	width: 125px;
	height: 125px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 3em;
}

.icon-speakers {
	width: 125px;
	height: 125px;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
}
.icon-speakers a, .icon-speakers a:visited {
	color: #ffffff;
}

.icon-speakers-sessionpage {
	width: 75px;
	height: 75px;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
}
.icon-speakers-sessionpage a, .icon-speakers-sessionpage a:visited {
	color: #ffffff;
}


#keynotespeakers img.speaker {
	min-width: 150px;
	max-width: 150px;
	height: 150px;
	max-height: 150px;
}

#sessions img.icon-stream {
	width: 57px;
	height: 57px;
	min-width: 57px;
	min-height: 57px;
	max-width: 57px;
	max-height: 57px;
}

#exspon div.logo {
	height: 125px; 
	max-height: 125px;
	min-height: 125px;
	text-align: center;
}

#exspon div.logo img {
	max-height: 125px;
	max-width: 90%;
}

/* -------- Dividers -------- */

.divider-sm {
	width: 50px;
	height: 2px;
	margin: 20px 0;
}

.divider {
	width: 75px;
	height: 6px;
	margin: 20px 0;
}

.divider-tall-sm {
	width: 2px;
	height: 75px;
	margin: 0 10px;
}

.divider-tall {
	width: 6px;
	height: 75px;
	margin: 0 10px;
}

/* -------- Tables -------- */ 

.table>:not(caption)>*>* {
	padding: .75rem .75rem;
	border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-bg-type: #f1f1f1;
}

/* -------- Sections -------- */ 

section .section-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9rem;	
}

.boxit, .boxit-border {
	padding: 3rem;
}

.boxit-border {
	border: 5px solid;
}

.boxit {
	border-radius: 0 100px 0 100px;
}

.boxit1 {
	border-radius: 100px 0 100px 0;
}

.boxit2 {
	border-radius: 0 100px 0 100px;
}

#keynotespeakers .small, #speakers .small {
	line-height: 1.4;
}

#keynotespeakers a:not(.text-dark), #speakers a:not(.text-dark){
	text-decoration: none;
}

#sessions a {
	color: #000000;
}

.accordion-item > p {
	margin: 0 !important;
}

/* -------- Hero Section -------- */

#hero {
	font-size: 1rem;
	color: #232323;
}

#hero > .container {
	border-radius: 0;
	background: #F5F5F5 !important;
}

#hero h1 {
	font-size: 2.75rem;
	line-height: 1.4;
}

#hero h2 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
}

#hero h3 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: bold;
}

/* -------- Buttons -------- */

.btn {
	padding: 7px 30px;
	border-radius: 100px;
}

a:visited.btn, a.btn {
  color: #ffffff !important;
}

/* Navigation
--------------------------------------------- */

.section_anchor_menu a, .section_anchor_menu a:visited {
	display: inline-block;
	color: #000 !important;
	padding: 10px 20px;
	border: 2px solid #000;
	border-radius: 5px;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  display: block;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  padding: 10px 30px;
}

.main-navigation ul ul li {
	margin-left: 0 !important;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
	display: none;
  }

  .main-navigation ul {
	display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.events-navigation ul {
  float: right;
}

.events-navigation li, .wpml-ls li {
  margin-left: 1.7em !important;
  border-bottom: 3px solid #ffffff !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.events-navigation li.nav-btn-register:hover {
  border-bottom: 3px solid #ffffff !important;
}

.events-navigation li:hover,
.events-navigation li.current_page_item,
.events-navigation li.current-page-ancestor, 
.wpml-ls li:hover {
  border-bottom: 3px solid;
}

.events-navigation li ul li:hover,
.events-navigation li ul li.current_page_item,
.events-navigation li ul li.current-page-ancestor, 
.wpml-ls li ul li:hover {
  border-bottom: 3px solid #ffffff !important;
}

.events-navigation li a, .wpml-ls li a {
  color: #232323 !important;
}

.events-navigation li ul li.current_page_item,
.events-navigation li ul li.current-page-ancestor {
  border-bottom: 0px solid #ffffff;
}

.menu-mobile ul.sub-menu {
  padding-top: 0 !important;
}
 ul.sub-menu {
  padding-top: 10px !important;

}

.sub-menu li {
  margin-left: 0px;
}

.menu-mobile .sub-menu li {
	margin-left: 0px;
	border-bottom: 1px solid #333c98 !important;
}


.sub-menu li:hover {
  border-bottom: 3px solid #ffffff;
}

.menu-mobile {
	z-index: 1000000; 
	font-weight: bold; 
	width: 100%; 
	position: relative; 
	text-align: center; 
	font-size: 0.9rem;
	margin: 20px 0 0 0;
	text-transform: uppercase;

}

	.menu-mobile .sub-menu li:last-child {
		border-bottom: 0px !important;
	}

.menu-mobile ul {
	/*margin: 0;*/ 
	margin: 15px 0 -15px 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}

.menu-mobile li {
	display: block;   
	padding: 15px 0 15px 0; 
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.menu-mobile li:last-child {
	border-bottom: 0px solid rgba(0,0,0,0.1);
}

.menu-mobile li:hover {
	display: block;    
	background: rgba(0,0,0,0.1); 
	padding: 15px 0 15px 0; 
}

.menu-mobile ul li a { 
	text-decoration: none;  
	margin: 0px; 
	color: #fff !important;
}

.menu-mobile ul li a:hover {  
	color: #fff; 
	text-decoration: none;
}

.menu-mobile a {
	text-decoration: none; 
	color: #fff;
}

.menu-mobile a:hover {
	text-decoration:none; 
	color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-family: gotham_bold;
}

#collapsemobilemenu {
	display: none;
}

/* Language Selector Menu
--------------------------------------------- */

.wpml-ls-legacy-list-horizontal a {
	padding: 0 !important;
}

.wpml-ls li {
	margin-left: 0 !important;
}

.wpml-ls-legacy-list-horizontal {
	border: 0;
	padding: 0 !important;
}

/* FacetWP
--------------------------------------------- */

.facetwp-facet {
	margin-bottom: 0px !important;
}

.boxit select.facetwp-dropdown {
	padding: 0.6rem;
	width: 100%;
}

.facetwp-selections {
	margin-top: 1rem;
}

.facetwp-selections ul {
	margin: 0;
	padding: 0;
}

.facetwp-selections li {
	background-color: #f1f1f1;
	padding: 0.75rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
}

.facetwp-selections .facetwp-selection-value {
	margin-right: 0 !important;
}

span.facetwp-selection-label {
	font-weight: bold;
}

/* Inputs
--------------------------------------------- */

select {
	border: 1px solid #ccc;
}

/* Gravity Forms
--------------------------------------------- */

.gform-field-label {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.1rem !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 0px solid !important;
	color: #ffffff !important;
	padding: 1rem 2em !important;
	border-radius: 100px !important;
	font-size: 1.25rem !important;
	margin-top: 2rem !important;
}

.gform_confirmation_message {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: normal;
	padding: 3rem !important;
	margin: 2rem 0;
}

/* Footer Section
--------------------------------------------- */

#event-footer > .container {
  color: #ffffff;
  border-radius: 100px 0 100px 0;
}

.social-links {
  font-size: 1.7em;
  margin-right: 3px;
}

a.social-links:visited {
  color: #fff !important;
}

.top_footer {
	text-align: center;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer-menu {
	font-size: 0.8rem;
}

.footer-menu a, .footer-menu a:visited {
	color: #232323;
}

/* Registration Pages
--------------------------------------------- */

.registration-page .sub-site-title {
	font-family: 'Merriweather', serif;
	font-size: 1.4rem;
}

.registration-page h1 {
	width: 75%;
	line-height: 1.4;
	font-size: 2rem;
	margin-top: 4rem;
}

.registration-page h2 {
	line-height: 1.4;
	font-size: 1.5rem;
}

.registration-page .divider {
	background-color: #000;
}

.registration-page .boxit-registration {
	background: #f1f1f1;
}

.registration-page header .border-right {
	border-right: 1px solid #000 !important;
}

.registration-page .gform_wrapper {
	margin-top: 2rem;
}

.registration-page .gform_button {
	background-color: green !important;
	border-color: green !important;
	color: #ffffff !important;
}

.registration-page .gform-theme--framework ul {
	margin-top: 1rem;
	list-style: inherit;
}

.registration-page .gsection_title {
	font-family: 'Merriweather', serif;
	font-size: 1.5rem;
	margin-top: 2.5rem;
	font-weight: 400;
}

.fit-content {
	width: 100%;
}

#speakers {
	gap: 40px 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sponsor-logo {
	max-height: 175px;
	height: 100%;
	width: 100%;
	max-width: 350px;
}

.sponsor-logos {
	column-gap: 50px;
	row-gap: 50px;
}

.sponsor-logos > * {
	padding: 0;
	width: fit-content;
}

.keynote-description p:last-child{
	margin: 0 !important;
}

.agenda {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.time-slot {
	width: 25%;
}

.all-agenda {
	gap: 0;
}
.agenda-info {
	width: 70%;
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.agenda-title {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.agenda-place {
	font-weight: 400;
}

.date-info {
	min-width: 190px;
}

.cancelled-event {
	margin-left: 1.25rem !important;
}

.conference-table tr, .conference-table td{
	border: 1px solid #000;
}

.conference-table tr:first-child > td {
	width: 33%;
	align-content: center;
}

.conference-table tr:first-child > td:first-child {
	width: fit-content;
}

.conference-table td {
	align-content: baseline;
	padding: 1rem;
}

.banner-image-container {
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.col-6.col-lg-4.text-center {
		margin-bottom: 2rem;
	}

	.banner-strip {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.cican_logo {
		width: 100px;
	}

	#speakers {
		grid-template-columns: repeat(1, 1fr);
	}

	.sub-bar {
		max-height: unset;
		height: 100%;
	}

	.sub-bar .right-shape {
		clip-path: unset;
	}

	img.travel-logo {
		max-width: unset;
		max-height: unset;
		width: 100%;
		height: auto;
	}

	#keynotespeakers img.speaker {
		min-width: 100px;
		max-width: 100px;
		height: 100px;
		max-height: 100px;
	}

	.sponsor-logos {
		row-gap: 40px;
	}
}