/*Last min changes*/
.dagora-invite-logo {
	max-height:60px;
}
#inv-banner h3 {
	margin:0;
}
#inv-details svg {
	width:40px !important;
	padding:0 !important;
	margin: 0 0 -6px 0 !important;
}

.print-me {
	box-sizing: content-box !important;
	padding:15px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.print-me svg {
	width:30px;
	height:30px;
}


#inv-banner, #discount-code, #inv-details {
	border-radius:3px;
}
.inv-single-speaker {
	box-sizing:border-box;
	padding:8px 3px;
	border-radius:3px;
	background:white !important;
}
.inv-logo-wrap {
	background:white !important;
}
.single-logo-item {
	background:white !important;
}
.inv-banner .inv-event-dagora {
	width:130px;
}
.inv-speaker-pic {
	border-radius:3px;
}
.#inv-sponsors .single-logo-item a {
	justify-content: flex-start;
}
/*Globals*/
body, html {
	font-family: Roboto, sans-serif;
	max-width:100%;
	overflow-x:hidden;
}
.inv-speakers-wrapper {
	display: flex;
	position:relative;
	flex-wrap:wrap;
}
.invitation-wrapper {
	position:relative;
	padding:40px;
	max-width:90vw;
	border:20px solid #efefef;
	margin:40px auto;
}

/*Banner*/
#inv-banner, .inv-banner {
	display:flex;
	justify-content:space-between;
	padding:20px;
	color:white;
	align-items:center;
}

/*Just bottom one*/
.inv-banner {
	margin-top:30px !important;
}
.inv-banner h3 {
	margin:0;
}
#inv-banner .inv-event-dagora {
	height:90px;
	width:auto;
	/*filter: invert(1) grayscale(1) brightness(1.6);*/
}
#inv-banner .custom-logo {
	height:80px;
	width:auto;
	/*filter: grayscale(1) invert(1) brightness(2);*/
}


/*Speaker containers*/
.inv-single-speaker {
	flex:0 1 20%;
	position:relative;
	background:#f5f5f5
}
.inv-speaker-pic {
	width:100%;
	height:0;
	padding-top:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 30%;
}
.inv-speaker-texts {
	height:55px;
	padding-bottom:45px;
	overflow:hidden;
}
.inv-speaker-texts h4 {
	margin:5;
	font-size:11px;
}
.inv-speaker-texts span {
	display:block;
	margin:5;
	font-size:10px;
}


/*Logo images*/
/*Container gets a background and
inherits a max width from elsewhere. */
.inv-logo-wrap {
	position:absolute;
	left:0;
	bottom:10px;
	background: #f5f5f5;
	width:50%;
	height:35px;
}

/*Image is wrapped inside a link
which is aligned to center. */
.inv-logo-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/*Set image to block display and set its
width only for a more-controlled padding. */
.inv-logo-wrap img {
	display: block;
	max-width: 100%;
	width: 120px;
}
/*If supported we can contain it and add
a height to fix any long and think logos. */
@supports (object-fit:contain) {
	.inv-logo-wrap img {
		height: 30px;
		object-fit: contain;
	}
}
/*Kill any white bgr on jpegs. */
.inv-logo-wrap img[src$=".jpg"],
.inv-logo-wrap img[src$=".png"] {
	mix-blend-mode: multiply;
}


/*Texts*/
#inv-texts {
	padding:30px 15px;
	color: #555;
	text-align:center;
	font-size:14px;
	line-height: 1.35em;
}
#discount-code {
	padding:10px;
	text-align:center;
	color:white;
}
#discount-code * {
	margin:0;
}
.inv-tandc {
	font-size:11px;
	text-align:center;
	background:#555;
	/*width:100%;*/
	margin:0 auto;
	color:white;
	padding:5px;
	border-radius:3px;
}

/*Sponsors*/
#inv-sponsors {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0px;
}
.sponsor-group {
	flex:0 1 100%;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
}
.sponsor-group .holder {
	display:flex;
	position:relative;
	flex-wrap:wrap;
	align-items:center;
	padding-top:25px;
}
.sponsor-group h2 {
	display:flex;
	position:absolute;
	text-align:center;
	font-size:14px;
	padding:0 10px;
}


#inv-sponsors .single-logo-item {
	background: #f5f5f5;
	width:175px;
	height:75px;
	margin:10px;
}

#inv-sponsors .single-logo-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#inv-sponsors .single-logo-item img {
	display: block;
	max-width: 100%;
	width: 120px;
}
@supports (object-fit:contain) {
	#inv-sponsors .single-logo-item img {
		height: 75px;
		object-fit: contain;
	}
}

#inv-sponsors .single-logo-item img[src$=".jpg"],
#inv-sponsors .single-logo-item img[src$=".png"] {
	mix-blend-mode: multiply;
}

/*Event details*/
section#inv-details {
	display:flex;
	width:100%;
	background:#efefef;
	justify-content:space-around;
	color:#444;
	margin-top:10px;
	padding:10px 0;
}

section#inv-details h4 {
	border-bottom:1px solid white;
	margin-bottom:20px !important;
	padding-bottom:10px;
}

section#inv-details div {
	text-align:center;
	width:200px;
	font-size:12px;
}
section#inv-details div * {
	margin:0;
}
.print-me {
	position:fixed;
	top:10px;
	right:30px;
	border:none;
	background:#7fc41c;
	padding:19px 20px;
	font-weight:600;
	color:white;
	cursor:pointer;
	font-size: 30px;
	border-radius: 100px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11),
	0 2px 2px rgba(0,0,0,0.11),
	0 4px 4px rgba(0,0,0,0.11),
	0 8px 8px rgba(0,0,0,0.11),
	0 16px 16px rgba(0,0,0,0.11),
	0 32px 32px rgba(0,0,0,0.11);
}
#inv-details h4 ion-icon {
	margin-right:10px;
	margin-bottom:-3px;
	font-size:16px;
}
/*PRINTING STYLES*/
@media print {
	.print-me {
		display:none;
	}
	.invitation-wrapper {
		position:relative;
		padding:20px;
		max-width:100vw;
		border:0px;
		margin:auto;
	}

	#inv-banner {
		padding:10px;
	}
	#inv-banner .inv-event-dagora {
		height:45px;
	}
	#inv-banner .custom-logo {
		height:45px;
	}
	.inv-speaker-pic {
		padding-top:80%;
	}
	.inv-logo-wrap {
		height:35px;
	}
	@supports (object-fit:contain) {
		.inv-logo-wrap img {
			height: 30px;
		}
	}
	#inv-texts {
		padding:5px;
		font-size:12px;
		line-height: 1.1em;
	}
	.sponsor-group {
		justify-content:flex-start;
	}
	#inv-sponsors .single-logo-item {
		width:140px;
		height:50px;
	}

	#inv-sponsors .single-logo-item img {
		width: 135px;
	}
	@supports (object-fit:contain) {
		#inv-sponsors .single-logo-item img {
			height: 50px;
		}
	}
	#inv-details {
		margin-top:0;
	}
	.discount-code {
		padding:5px;
	}
	.discount-code h1 {
		font-size:20px;
	}
	.discount-code p {
		font-size:14px;
	}
}
/*Mobile styles*/
@media screen and (max-width:767px) {
	.invitation-wrapper {
		border:none;
		padding:0;
	}
	#inv-banner {
		flex-direction:column;
	}
	#inv-banner img {
		height:70px !important;
		margin:20px 5px ;
	}
	.inv-speakers-wrapper {
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.inv-single-speaker {
		flex:0 1 50% !important;
	}
	.inv-single-speaker:nth-of-type(6) {
		display:block;
	}
	#discount-code {
		padding:30px 0;
	}
	#inv-texts p {
		font-size:18px;
		line-height:1.2em;
	}
	.sponsor-group {
		justify-content:flex-start !important;
	}
	.single-logo-item {
		max-width:140px;
	}
	#inv-details {
		flex-direction:column;
	}
	#inv-details > div {
		min-width:100%;
		padding-bottom:20px;
		border-bottom:1px solid white;

	}
	#inv-details > div:nth-of-type(3) {
		border:none;
	}
	#inv-details > div h4 {
		border-bottom:none;
		padding-top:20px;
	}
}
/*Big screens*/

@media screen and (min-width:1100px) {
	.invitation-wrapper {
		max-width:900px;
	}
}
