:root {
	--pride-blue: #00a4df;
	--pride-blue2: #00a5df;
	--pride-blue-light: #32bfeb;
	--pride-blue-dark: #0d386c;
	--pride-blue-darkest: #071c51;
	--pride-orange: #d26041;
	--pride-purple: #5d55a3;
	--pride-color-white: #fff;
	--pride-color-black: #000;
}

.sections-holder a:active,
.sections-holder a:focus,
.sections-holder a:hover {
	color: var(--pride-blue-dark);
}

/* Top navigation bar */
.nav.navbar-nav > li {
	max-height: fit-content;
}

.navColors .color-2-background,
.navColors .color-2-background.custom-color,
.session-page button.back-to-agenda,
.speaker-back-button {
	background-color: var(--pride-color-black) !important;
}

.navColors .color-3,
.navColors .color-3.custom-color {
	color: var(--pride-color-white);
	font-weight: bold;
}

.navColors .color-3,
.navColors .color-3.custom-color {
	color: var(--pride-color-white);
	font-weight: bold;
}

.navColors .color-3-background-selected.selected,
.navColors .color-3-background-selected.custom-color.selected {
	background-color: var(--pride-blue-light) !important;
}

.navColors .color-2-selected.selected,
.navColors .color-2-selected.custom-color.selected {
	color: var(--pride-color-white);
}

.color-1-background-opacity {
	background-color: var(--pride-blue-light) !important;
}

.breadcrumbs {
	padding: 0;
	margin: 0;
}

/*******************
* Registration page 
********************/

/* Page header */

.pride-summit__header {
	position: relative;
	height: 350px;
	padding: 280px 0 0;
	background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1646859344/miklrnsayblerjiddaeb.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.pride-summit__header h1 {
	height: 1px;
	visibility: hidden;
}

.pride-summit__header h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 20px;
	color: var(--pride-blue-darkest);
	font-size: 20px;
}

@media only screen and (min-width: 9200px) and (max-width: 1089px) {
	.pride-summit__header {
		height: 325px;
		padding: 275px 0 0;
	}
}

@media only screen and (min-width: 820px) and (max-width: 919px) {
	.pride-summit__header {
		height: 300px;
		padding: 240px 0 0;
	}
}

@media only screen and (min-width: 620px) and (max-width: 819px) {
	.pride-summit__header {
		height: 250px;
		padding: 200px 0 0;
	}
}

@media only screen and (min-width: 396px) and (max-width: 619px) {
	.pride-summit__header {
		height: 200px;
		padding: 150px 0 0;
	}
}

@media only screen and (max-width: 395px) {
	.pride-summit__header {
		height: 160px;
		padding: 80px 0 0;
	}
}

/* Ticket type columns */
.debug2020-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 705px;
	margin-top: -20px;
	padding: 20px;
	background: var(--pride-blue);
	color: var(--pride-color-white);
	font-weight: 900;
}

@media (min-width: 797px) and (max-width: 879px) {
	.debug2020-col {
		min-height: 750px;
	}
}
@media (min-width: 768px) and (max-width: 796px) {
	.debug2020-col {
		min-height: 765px;
	}
}

@media (max-width: 767px) {
	.debug2020-col {
		height: auto;
		margin-bottom: 10px;
	}
}

.summit-col__header {
	margin-bottom: 25px;
}

.debug2020-col .summit-col__header:after {
	width: 100%;
	height: 3px;
	display: block;
	margin-top: 25px;
	content: '';
	background: var(--pride-color-black);
}

.debug2020-col h2,
.debug2020-col h3,
.debug2020-col h4 {
	color: var(--pride-color-white);
	font-family: 'Montserrat', 'Open Sans';
	font-weight: 900;
}

.debug2020-col h2 {
	padding-top: 15px;
	font-size: 32px;
	text-align: center;
}

.debug2020-col h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}

.debug2020-col h4 {
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.2rem;
}

.debug2020-col.col2 {
	background-color: var(--pride-orange);
}

.debug2020-col.col2 h2:after {
	background: var(--pride-color-black);
}

.debug2020-col.col3 h2:after {
	background: var(--pride-color-black);
}

.debug2020-button {
	font-weight: 900;
	text-transform: uppercase;
	fill: var(--pride-color-white);
	color: var(--pride-color-white);
	border: 2px solid var(--pride-color-white);
	padding: 10px 30px;
	font-size: 16px;
}

a.debug2020-button:hover {
	color: var(--pride-color-black);
	background-color: var(--pride-color-white);
	border-color: var(--pride-color-black);
}

.debug2020-col.col3 {
	background-color: var(--pride-blue-light);
}

.debug2020-col.col3 {
	background-color: var(--pride-purple);
}

.summit-col__list {
	flex: 1;
	list-style-type: disc;
	padding-left: 50px;
}

.summit-col__list li {
	margin-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: var(--pride-color-white);
	text-align: left;
}

.debug2020-col p {
	color: var(--pride-color-white);
	font-size: 16px;
	text-align: left;
}

.padding-horizontal-medium {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.debug2020-button {
	margin-bottom: 200px;
}

.debug2020-col p.debug2020-disclaimer {
	margin-top: 20px;
	color: var(--pride-color-white);
	font-size: 12px;
	font-style: italic;
}

.ticket-selection-panel .panel-heading {
	background-color: var(--pride-color-white) !important;
}

/* Agenda pages */

.agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name {
	overflow: initial !important;
	line-height: 20px !important;
}

@media (min-width: 1026px) {
	.agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name {
		margin-bottom: 58px !important;
	}
}

.agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name a {
	white-space: inherit !important;
	font-size: 14px !important;
	display: block !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.agenda-view .session-list-container .no-sessions-container .no-sessions-text:before {
	display: none !important;
}

.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub {
	width: 210px !important;
	height: 210px !important;
	border: none !important;
}
/* BLUE CIRCLES */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-photo .image-holder.round,
.manage-speaker-view .speakers-sortable-component .manage-speaker-sortable .speaker-sortable-list .speaker-sortable-element .sortable-speaker-row .speaker-presentation .image-wrapper,
.manage-speaker-view .speakers-sortable-component .manage-speaker-sortable .speaker-sortable-list .speaker-sortable-element .sortable-speaker-row .speaker-presentation .image-wrapper .image-section .speaker-image
.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub{
  background-color: #46a3da !important;
  border-radius: 50% !important;
  overflow: hidden;
}
