/*******************
        STYLE INDEX
********************
=BASE
=NAVBAR
=HEADER
=WELCOME
=STATS
=PREVIOUS SPONSORS
=PREVIOUS SPEAKERS 
=PREVIOUS EVENT VIDEO
=WELCOME-INTRO
=REASONS FOR ATTENDING
=SPEAKERS QUOTES
=PREVIOUS SPONSORS			
=PAST SPEAKERS
=BECOME A SPONSOR FORM
=EG VIDEO QUOTES
=EG SLIDESHOW
=EG REGISTER STRIP
=EG HASHTAG STRIP
=FOOTER
=MEDIA QUERIES
********************/

/******************************
            =BASE
******************************/
:root {
	*--primary-color: #fff;
	*--secondary-color: #ed217c;
	*--supplement-color: #00ce49;
	--bg-color: #100F14;
	--inverse-color: #FFF;
	--lite-color: #FFC58B;
	--focus-color: #FFB16D;
	--active-color: #FF9D00;
	--primary-font: 'Inter';
	--secondary-font: 'Roboto';
	--supplement-font: 'Lato';
}

::selection {
	background: var(--secondary-color)!important;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

html {
	font-family: var(--secondary-font), sans-serif;
	font-weight: 300;
	font-size: 20px;
	background: var(--bg-color);
	color: #fff;
}

.eg-container-medium {
	max-width: 1400px;
}

/*.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
	font-family: var(--supplement-font), sans-serif!important;
}*/

.uk-text-bold {
	font-weight: bold;
}

body,
header,
main,
aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: var(--bg-color);
}

a {
	color: var(--secondary-color);
	text-decoration: none;
}

a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eg-pink {
	background: #ff006f!important;
	color: #fff!important;
	padding: 0 20px;
}

.eg-black {
	background: #000!important;
	color: #fff!important;
}

.eg-text-pink {
	color: var(--secondary-color) !important;
}

.eg-text-bold {
	font-weight: 600;
}

.eg-theme-session-one {
	color: #ff5200 !important;
}

.eg-theme-session-two {
	color: #13d0ca !important;
}

.eg-theme-session-three {
	color: #e92076 !important;
}

.eg-theme-session-four {
	color: #94d600 !important;
}

.session-wrapper .session-logo img {
	width: 120px;
	height: 60px;
}

.register-button a, .register-button a:hover {
	color: #fff;
	text-decoration: none;
}

.eg-heading {
	font-family: var(--supplement-font), sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
}

.eg-text-underline-pink {
	border-bottom: 1px solid #ff006f;
	display: inline-block;
    padding-bottom: 20px;
}

.eg-text-underline-blue {
	border-bottom: 1px solid #9CFFFF;
	display: inline-block;
    padding-bottom: 20px;
}

.uk-overlay-primary {
	background: rgba(34,34,34,0);
}

.uk-button {
	font-family: var(--supplement-font), sans-serif;
    text-transform: none !important;
	border-radius: 20px;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	border-color: var(--secondary-color)!important;
}

.uk-card-body {
	padding: 20px;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-radio:indeterminate {
    background-color: var(--secondary-color)!important;
}

.event-pink-button {
	font-family: var(--supplement-font), sans-serif;
    font-size: 30px;
}

/******************************
            =NAVBAR
******************************/
header svg.logo,
header img.logo {
	width: 263px;
    height: auto;
	margin: 5px;
	color: #000;
}

header .uk-navbar.uk-navbar-container {
	background: var(--bg-color);
	border-bottom: 1px solid #ff006f;
}

header .uk-navbar li a,
header .uk-navbar li:hover a {
	font-family: var(--supplement-font), sans-serif;
	font-size: 20px;
	color: #fff;
	height: auto;
	margin: 20px 5px;
	padding: 0 5px;
}

header .uk-navbar li.eg-link a.uk-active,
header .uk-navbar li.eg-link a:hover {
	color: var(--secondary-color);
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 20px;
}

.uk-navbar .register-button {
	font-size: 20px;
	border: 3px solid #ff006f;
    background: rgba(0,0,0,.4)!important;
}

.uk-navbar .register-button:hover {
	background: rgba(255,0,111,.6)!important;
}

.navbar-logo {
	background: var(--bg-color);
    text-align: center;
    padding: 20px 0;
}

#offcanvas-menu .uk-nav > li,
#offcanvas-menu .uk-nav > li > a {
	font-family: var(--supplement-font), sans-serif;
	font-size: 20px;
}

/******************************
            =HEADER
******************************/
.app-logo {
	text-align: center;
	margin: 0 auto;
	width: 392px;
	max-width: 90%;
	height: 80px;
	background: url('../img/logo-meetup-inverse.svg') center center no-repeat;
	background-size: contain;
}

.app-logo.logo-meetup,
.app-logo.logo-meet-up {
	background: url('../img/logo-meetup-inverse.svg') center center no-repeat;
	background-size: contain;
}

.app-logo.logo-social {
	background: url('../img/logo-social-inverse.svg') center center no-repeat;
	background-size: contain;
}

.app-logo.logo-live-summit {
	background: url('../img/logo-live-inverse.svg') center center no-repeat;
	background-size: contain;
}

.uk-navbar .app-logo {
	width: 146px;
	height: 40px;
}

.divider-container { 
    text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}

.divider-container .divider {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.divider-container .divider span {
	display: table;
	width: 100%;
	height: 1px;
	background: #FF0080;
}

.header-subtitle-line {
    padding: 0 10px;
}

.header-image {
	background: url('../img/img-hero.jpg') center center no-repeat;
	background-size: cover;
	height: 468px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.header-image-content {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: table;
    width: -moz-max-content;
    max-width: 100%;
    box-sizing: border-box;
	font-family: var(--supplement-font), sans-serif;
}

.header-image-content h1 {
	font-family: var(--supplement-font), sans-serif;
	color: #222;
	font-size: 2.4rem;
	font-weight: 600;
}

.header-image-content h1.inverse {
	color: #fff;
}

.header-image-content p {
	font-family: var(--supplement-font), sans-serif;
	color: #222;
	font-size: 1.6rem;
}

.header-image-content p.inverse {
	color: #fff;
}

.header-fist-container {
	margin-top: -92vh;
	text-align: center;
	position: relative;
}

.header-fist {
    background: none;
	width: 350px;
	max-width: 75%;
}

.intro-image-content {
	font-family: var(--primary-font), sans-serif;
}


.intro-image-content h1 {
	font-family: var(--primary-font), sans-serif;
	color: #222;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0;
}

.intro-image-content h1.live-summit {
	background: linear-gradient(180deg, #FFC58B 0%, #FF9074 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 60px;
    font-weight: 900;
    line-height: 1.12;
}

.intro-image-content h1.inverse {
	color: #fff;
}

.intro-image-content p {
	font-family: var(--primary-font), sans-serif;
	color: #222;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
}

.intro-image-content p.inverse {
	color: #fff;
}

#countups {
	padding-top: 40px;
}

.arrow {
    position: absolute;
	left: 50%;
    bottom: -60px;
    transform: translate(-50%,-50%);
}
.arrow span {
    display: block;
	width: 15px;
    height: 15px;
    border-bottom: 5px solid #00E4EC;
    border-right: 5px solid #00E4EC;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/******************************
            =~WELCOME
******************************/
.eg-welcome {
	font-family: var(--supplement-font), sans-serif;
}

.eg-welcome p {
	font-size: 1.2rem;
}

/******************************
            =STATS
******************************/
.eg-event-stats {
	background-position: center;
}

h1.event-stat {
	font-size: 4rem;
	color: #fff;
	font-family: var(--supplement-font), sans-serif;
}

.eg-event-stats p {
	font-size: 30px;
	font-family: var(--supplement-font), sans-serif;
	font-weight: 600;
}

.eg-event-stats-pink {
	color: #FF0080;
}

.eg-event-stats-blue {
	color: #00E4EC;
}

/******************************
    =WELCOME-INTRO
******************************/
.check-video-button {
	padding: 20px 20px;
    font-size: 25px;
	border: 3px solid #ff006f;
    background: rgba(0,0,0,.4)!important;
}

.check-video-button:hover {
	background: rgba(255,0,111,.6)!important;
}

.welcome-intro h2 {
	color: #fff;
	font-family: var(--supplement-font), sans-serif;
	font-size: 45px;
	margin: 50px 0;
}

.welcome-intro p {
	color: #fff;
	font-size: 24px;
    font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
}

/******************************
    =REASONS FOR ATTENDING
******************************/
.eg-reasons {
	text-align: center;
}

.eg-reasons ul li {
	color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
	list-style-type: circle;
}

.icon img {
	height: 110px;
}
.wave-bg {
	min-height: 500px;
}

#why-attend h2 {
	font-size: 45px;
    font-family: var(--supplement-font), sans-serif;
    color: #fff;
	margin: 50px 0;
}

#why-attend h3 {
	font-size: 35px;
    font-family: var(--supplement-font), sans-serif;
    color: #fff;
}

#why-attend p {
	color: #fff; 
	font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
	font-size: 20px;
}


/******************************
    =SPEAKERS QUOTES
******************************/
.eg-event-quotes {
	background-position: center;
	border-top: 1px solid #00E4EC;
    border-bottom: 1px solid #00E4EC;
	padding: 40px 0;
	background: #201E29;
}

.eg-event-quotes p, .eg-event-quotes img {
	display: inline-block;
}

.delegate-quote span {
	font-size: 0.9rem;
	color: var(--secondary-color);
	font-weight: bold;
	font-family: var(--secondary-font), sans-serif;
}

.delegate-quote p {
	color: #fff;
	font-weight: 500;
	font-family: var(--supplement-font), sans-serif;
	font-family: var(--secondary-font);
    font-size: 25px;
}

/*.eg-event-quotes .delegate-quote {
	text-align: center!important;
}*/

/******************************
    =PREVIOUS SPONSORS 
******************************/
.reverse-logo {
	width: 300px;
    height: 150px;
    background: #fff;
    border-radius: 25px 0 25px 0;
}

.sponsors {
	padding: 60px 0 10px 0;
}

.sponsors h2 {
	color: #fff;
	font-family: var(--supplement-font), sans-serif;
	font-size: 50px;
	display: flex;
	margin: 50px 0 50px 0;
}

.sponsors h2:after {
	background: #ff006f;
	height: 2px;
	flex: 1;
	content: '';
	margin-top: 35px;
}

.sponsors h2 span {
	margin-right: 50px;
	text-align: center;
}

/* Modal */
.sponsor-modal-logo {
	width: 200px;
	background: #fff;
}

.uk-dark {
	color: var(--bg-color);
}

.uk-modal-dialog .banner {
	margin: 10px -30px;
	text-align: center;
}

.uk-modal-dialog .banner img {
	max-width: 320px;
}

/******************************
    =PREVIOUS SPEAKERS 
******************************/
.speaker-info-content {
	max-width: 100%;
	margin: 0 auto;
}

.speaker-details.inactive-details {
    height: 250px;
	background: #fff;
    border-bottom-right-radius: 25px;
}

.speakers-content {
    background: #fff;
    border-bottom-right-radius: 25px;
    margin: auto;
	overflow: hidden;
}

.speaker-logo-inverse {
	width: 180px;
    height: 90px;
	background: #fff;
}

.previous-speakers h2 {
    color: #fff;
    font-family: var(--supplement-font), sans-serif;
    font-size: 50px;
    display: flex;
	margin: -10px 0 50px 0;
}

.previous-speakers h2:after {
    background: #00E4EC;
    height: 2px;
    flex: 1;
    content: '';
    margin-top: 35px;
}

.previous-speakers h2 span {
    margin-right: 50px;
	text-align: center;
}

.previous-speakers h3 {
	color: #fff;
}

.speaker-info {
	margin: 10px;
}

.speaker-info h3 {
	color: #ff006f;
	font-family: var(--secondary-font), sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	margin: 5px auto;
}

.speaker-info p {
	color: #000;
	font-family: var(--secondary-font), sans-serif;
	font-weight: 400;
	margin: 0;
	font-size: 0.8rem;
}

.speaker-photo {
	position: relative;
}

.speaker-photo img {
	border: 3px solid #fff;
	width: 100%;
	max-height: 368px;
}

.speaker-honours {
	position: absolute;
	z-index: 100;
	left: 3px;
	bottom: 3px;
	background: #ff006f;
	padding: 1px 5px;
}

.speaker-honours span {
	color: #fff;
}

.job-title {
	line-height: 1.2;
	color: #000;
}

/******************************
    =PREVIOUS EVENT VIDEO
******************************/
.previous-event-video iframe {
	border: 2px solid #ff006f !important;
}

.previous-event-video h2 {
	color: #fff;
	font-family: var(--supplement-font), sans-serif;
	font-size: 35px;
	margin: 70px 0 50px 0;
}

.iframe-wrapper {
	margin-bottom: 70px;
}

.iframe-wrapper iframe {
	max-width: 764px;
	height: 467px;
}

/******************************
    =PAST SPEAKERS
******************************/
.speaker-profile {
	margin: 20px auto!important;
}

.speaker-profile img {
	max-width: 120px;
}

.speaker-profile img.featured {
	max-width: 220px;
}

.speaker-name {
	font-family: var(--supplement-font), sans-serif;
	color: var(--secondary-color);
	font-size: 1rem;
	font-weight: 600;
}

.speaker-title {
	font-family: var(--supplement-font), sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
}

.initials {
	width: 120px;
    height: 120px;
	border-radius: 100%;
	background-color: var(--secondary-color);
	display:table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.initials > span {
	color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
}

/******************************
    =BECOME A SPONSOR FORM
******************************/
.contact-form-wrapper input, .contact-form-wrapper select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    outline: none;
	font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
}

.become-sponsor {
	background: #00f6ff;
    background: -moz-linear-gradient(left, #00f6ff 0%, var(--secondary-color) 29%, #100f14 100%);
    background: -webkit-linear-gradient(left, #00f6ff 0%,var(--secondary-color) 29%,#100f14 100%);
    background: linear-gradient(-225deg, #00f6ffc7 0%,var(--secondary-color) 29%,#100f14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6ff', endColorstr='#100f14',GradientType=1 ); /* IE6-9 */
    padding: 60px 0;
}

.become-sponsor button {
	font-family: var(--supplement-font), sans-serif;
    color: #fff;
	border: 3px solid #ff006f;
    background: rgba(0,0,0,.4)!important;
    display: block;
    width: 100%;
	font-size: 1.4rem;
}

.become-sponsor button:hover {
	background: rgba(255,0,111,.6)!important;
}

.become-sponsor h3 {
	color: #fff;
	font-family: var(--supplement-font), sans-serif;
	font-size: 2.1rem;
}

.become-sponsor p {
    font-size: 1.4rem;
	font-family: var(--supplement-font), sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: left;
}

.sponsor-profile img,
.sponsor-profile svg {
	width: 200px;
	height: 100px;
}

.sponsor-info {
    padding-top: 20px;
    height: 100%;
}

.sponsor-info p {
    padding: 10px;
	font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
}

.card input {
    color: white;
    border-color: white;
}

.card input:focus + label,
.card input.has-value + label {
    color: white;
}

/******************************
    =EG VIDEO QUOTES
******************************/
.eg-video-quotes img {
	width: 100%;
}

/******************************
    =EG SLIDESHOW
******************************/
.previous-event-slideshow {
    border-top: 1px solid #00E4EC;
    border-bottom: 1px solid #00E4EC;
}

/******************************
    =EG REGISTER STRIP
******************************/
.eg-register-strip {
	background: var(--secondary-color);
	padding: 50px 0px;
	color: #fff;
}

.eg-register-strip p {
	font-weight: bold;
	font-size: 1.2rem;
}

.eg-register-strip .register-button {
	border: 3px solid #fff;
}

.eg-register-strip .register-button:hover {
	background: #fff!important;
    color: var(--secondary-color) !important;
    font-weight: bold;
    border: 3px solid var(--secondary-color);
}

/******************************
    =EG HASHTAG STRIP
******************************/
.eg-hashtag-strip {
	padding: 50px 0px;
}

.eg-hashtag-strip h1 {
	color: #fff;
	font-family: var(--supplement-font), sans-serif;
}

/******************************
            =SPEAKERS LIST
******************************/
.speaker-list-heading {
	font-size: 3rem;
    color: #fff;
    font-family: var(--supplement-font), sans-serif;
}

/******************************
            =FOOTER
******************************/
footer.stay-in-touch {
	padding: 0 0 20px 0;
}

footer.stay-in-touch .uk-subnav li a, footer.stay-in-touch p {
	text-transform: capitalize;
	color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
	font-size: 20px;
}

.social-group a {
	color: #fff;
}

.social-group a:first-child img {
	margin-right: 15px;
}

.hello {
	color:red;
}

.twitter-icon {
	border-right: 1px solid #fff;
    padding-right: 15px;
}


/******************************
    =MEDIA QUERIES
******************************/

/*1200 & above*/
@media only screen and (min-width: 1600px) {
	.speaker-active {
		position: relative;
	}
	.speaker-active .speaker-photo {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: -100px;
		left: 0;
	}
	.speaker-active-details {
		min-height: 270px;
		position: relative;
		display: inline-block;
		background: #fff;
		top: 260px;
		width: 100%;
		border-bottom-right-radius: 35px;
	}
	.speaker-active-details h3, .speaker-active-details p {
		text-align: right;
	}
	.active-speaker-logo-inverse {
		background: none;
		width: 60%;
	}
	.speaker-active-details h3 {
		font-family: var(--secondary-font), sans-serif;
		font-size: 47px;
	}

	.speaker-active-details p {
		font-family: var(--secondary-font), sans-serif;
		font-weight: 100;
		font-size: 35px;
		color: #000;
	}
	.iframe-wrapper iframe {
		max-width: 830px;
	}
}

@media only screen and (max-width: 1199px) {
	.speaker-details.speaker-active-details {
		height: 250px;
		background: #fff;
		border-bottom-right-radius: 25px;
		z-index: 1;
		bottom: 20px;
		position: relative;
	}
	.active-speaker-logo-inverse {
		width: 180px;
		height: 90px;
		background: #fff;
	}
	header .uk-navbar li a {
		margin: 0 0 0 8px;
		padding: 0 10px;
		font-size: 0.8rem;
	}
	.header-image-content p {
		font-size: 1.8rem;
	}
	.stay-in-touch p {
		text-align: center;
	}
	.stay-in-touch .uk-subnav {
		justify-content: center;
	}
	.social-group {
		margin-top: 40px;
	}
	.eg-reasons p {
		padding: 20px;
		font-size: 17px;
	}
	.uk-navbar .register-button {
		font-size: 15px;
		display: none;
	}

	.header-fist-container {
		margin-top: -91vh;
	}
	.header-fist {
		width: 220px;
	}
}

@media screen and (min-width:1199px) and (max-width:1599px) {
	.speaker-active-details {
		height: 250px;
		background: #fff;
		border-bottom-right-radius: 50px;
		z-index: 1;
		bottom: 43px;
		position: relative;
	}
	.speaker-active {
		max-width: 230px;
	}
	.active-speaker-logo-inverse {
		width: 180px;
		height: 90px;
		background: #fff;
	}
}

@media only screen and (max-width: 1023px) {
	.header-image-content p {
		font-size: 1.5rem;
		padding: 10px;
	}
}

@media only screen and (min-height: 1024px)  {
	.header-fist {
		min-width: 350px;
	}
}

@media only screen and (min-height: 1366px) {
	.header-fist {
		min-width: 570px;
	}
}

@media only screen and (max-width: 959px) {
	
	header svg.logo,
	header img.logo {
		width: 110px;
		height: 30px;
	}
	.uk-navbar ul.uk-navbar-nav  li a {
		font-size: 0.75rem;
	}
	.uk-navbar ul.uk-navbar-nav button.eg-pink {
		max-width: 230px;
		font-size: 0.75rem;
		padding: 0 10px;
	}
	.uk-navbar ul.uk-navbar-nav img {
		max-width: 130px;
	}
	.header-title-border-bottom {
		height: 2px;
		width: 170px;
		background: #ff006f;
		display: block;
		margin: 20px auto 0 auto;
	}
	.eg-event-stats {
		min-height: 830px;
		background-position: center;
	}
	.become-sponsor {
		background: var(--secondary-color);
	}
	.become-sponsor input {
		opacity: 1 ;
	}
	.sponsor-info form {
		margin-top: 30px;
	}
	.sponsor-info .register-button {
		border: 2px solid #fff;
		margin-top: 10px;
	}
	footer .social-group {
		text-align: center !important;
	}
	.eg-welcome p {
		padding: 20px;
	}
	.speaker-profile {
		margin: 10px auto!important;
		padding: 20px 0;
		border-bottom: 1px solid #dedede;
	}
	.speaker-profile img {
		max-width: 120px;
	}
	.initials {
		max-width: 120px;
		max-height: 120px;
	}
	.eg-register-strip .register-button {
		margin-top: 20px;
	}
	.eg-register-strip .register-button:hover .register-button {
		background: #fff;
		color: var(--secondary-color);
	}
	.eg-reasons p {
		padding: 20px;
	}
	.header-subtitle {
		line-height: 1;
		border-bottom: none;
	}
	#countups {
		padding-top: 120px;
	}
	.welcome-intro h2 {
		margin: 0 0 40px 0;
		font-size: 36px;
	}
}

@media only screen and (max-width: 639px) {
	.check-video-button {
		font-size: 30px;
	}
	.welcome-intro {
		position: relative;
		top: -80px;
	}
	.welcome-intro h1 {
		font-size: 38px;
	}
	.welcome-intro h2 {
		font-size: 18px;
		border-top: 1px solid #ff006f;
		border-bottom: 1px solid #ff006f;
		padding: 10px 0;
		width: 90%;
		margin: auto;
		font-weight: 600;
	}
	.speaker-details {
		position: relative;
	}
	.speaker-details.inactive-details {
		max-height: 180px;
		overflow: hidden;
	}
	.speaker-details.speaker-active-details {
		max-height: 185px;
		overflow: hidden;
	}
	.active-speaker-logo-inverse {
		width: 110px;
		height: 60px;
	}
	.previous-speakers h2 {
		margin-bottom: 0;
	}
	.previous-speakers h2 span {
		margin-right: 0px; 
	}
	.welcome-intro p {
		font-size: 22px;
	}
	.uk-h2, h2 {
		font-size: 1.3rem;
	}
	.uk-h3, h3 {
		font-size: 1.2rem;
	}
	.eg-reasons p {
		padding: 10px;
		margin-top: 0;
		font-size: 0.75rem;
	}
	.eg-reasons h3 {
		margin-bottom: 0;
	}
	.header-image-content .register-button {
		min-width: 230px;
	}
	.eg-event-stats {
		min-height: 350px;
	}
	.eg-welcome .eg-heading {
		font-size: 1.2rem;
	}
	h1.event-stat {
		font-size: 3rem;
	}
	.eg-event-stats p {
		font-size: 0.9rem;
	}
	.eg-welcome p {
		font-size: 1rem;
	}
	.sponsors h2:after {
		display: none;
	}
	.sponsors h2 span {
		margin:auto;
	}
	.active-featured-logo {
		position: absolute;
		bottom: 0;
		left: 10%;
	}
	#why-attend h2 {
		margin: 0 0 50px 0;
	}
	.wave-bg {
		max-height: 280px !important;
		min-height: 0;
	}
	.reverse-logo {
		width: 160px;
		height: 80px;
	}
	.mobile-plan-title {
		color: #fff;
		font-family: var(--supplement-font), sans-serif;
		margin-top: 5px;
		font-weight: 600;
	}
	.mobile-plan-view {
		position: relative;
		top: -20px;
	}
	.eg-hashtag-strip {
		padding: 50px 0 10px 0px;
	}
	.sponsors {
		padding: 0px 0 10px 0;
	}
	footer.stay-in-touch .uk-subnav li a, footer.stay-in-touch p {
		font-size: 14px;
	}
	header svg.logo,
	header img.logo {
		width: fit-content;
	}
	.header-fist-container {
		margin-top: -88vh;
	}
	.header-fist {
		width: 135px;
	}
	.qa-icon-title {
		font-size: 26px;
	}
	.sponsors {
		position: relative;
		top: -30px;
	}
}


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

	.header-image-content h1 {
		font-size: 2em;
	}
	.header-image-content p {
		font-size: 1.2em;
		margin: 10px;
	}

	.iframe-wrapper iframe {
		width: 98%;
		height: 300px;
	}

	.sponsors h1 span {
		margin-right: 0;
	}

	.previous-speakers h1 span {
		margin-right: 0;
	}
	
	#countups {
		padding: 0;
	}
	
	.speaker-info-content {
		max-width: 200px;
	}
	
/*	.reverse-logo {
		width: 200px;
		height: 100px;
	}*/
	
}