/* Global */
body {
	font-family: 'Muli', sans-serif;
	color: #4a4a4a;
	font-size: 1rem;
	line-height: 1.5;
}

a:link, a:visited, .edit-link > a:link, .edit-link > a:visited {
	color: #e5410b;
	text-decoration: none;
}

a:hover, .comment-edit-link:hover, .edit-link > a:hover {
	text-decoration: underline;
}

.comment-edit-link {
	background: transparent !important;
	border: none !important;
	color: #e5410b !important;
}

/* Overrides */
/* Custom Styling */
/* Header Area - Desktop */
.site-header {
	position: relative;
}

.custom-header-media {
	background: transparent url('https://2018.mumbai.wordcamp.org/files/2018/01/gateway_image.png') no-repeat top right;
	height: 325px;
	position: absolute;
	width: 100%;
}

.site-header::after {
	-moz-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-o-transform: skewY(10deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform: skewY(10deg);
	background: #e5410b;
	height: 54vh;
	left: 0;
	position: absolute;
	top: -180px;
	transform: skewY(10deg);
/*width: 100vw;*/
	width: 100%;
	z-index: 3;
}

.site-content {
	margin-top: 10%;
}

.custom-header, .main-navigation {
	position: relative;
	z-index: 10;
}

@media screen and (max-width:992px) {
	.site-header::after {
		height: 50vh;
	}
	
	.custom-header-media {
		height: 265px;
		background-size: 33%;
	}
}

@media screen and (max-width: 768px) {
	.site-header::after {
		height: 43vh;
	}
	
	.site-content {
		margin-top: 20%;
	}
}

.site-title a {
	background-size: 100% !important;
	background: transparent url('https://2018.mumbai.wordcamp.org/files/2018/01/logo.png') center center;
	display: block;
	height: 150px;
	margin: 4% 1.5% 0;
	text-indent: -9999px;
	width: 150px;
}

.site-description::before {
	content: 'VMCC, IIT Bombay, Powai, Mumbai';
	display: block;
	font-size: 1.53rem;
	font-weight: 700;
}

.site-description {
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 2.5%;
}

@media screen and (max-width: 600px) {
	.site-header::after {
		-moz-transform: skewY(15deg);
		-ms-transform: skewY(15deg);
		-o-transform: skewY(15deg);
		-webkit-transform: skewY(15deg);
		height: 48vh;
		transform: skewY(15deg);
	}
	
	.site-title a {
		height: 100px;
		width: 100px;
		margin: 6% 1.5% 0;
	}
	
	.site-description::before {
		font-size: 1.2rem;
	}
	
	.site-description {
		font-size: 1rem;
	}
}

@media screen and (max-width: 480px) {
	.site-header::after {
		-moz-transform: skewY(10deg);
		-ms-transform: skewY(10deg);
		-o-transform: skewY(10deg);
		-webkit-transform: skewY(10deg);
		height: 43vh;
		transform: skewY(10deg);
	}
	
	.menu-toggle {
		background: transparent;
		border: none;
		color: #FFF;
		content: 'Menu';
		font-size: 1rem;
		height: 50px;
		width: 100%;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 320px) {
	.site-header::after {
		-moz-transform: skewY(10deg);
		-ms-transform: skewY(10deg);
		-o-transform: skewY(10deg);
		-webkit-transform: skewY(10deg);
		height: 52vh;
		transform: skewY(10deg);
		top: -105px;
	}
}

/* Navigation - Desktop */
.page-navigation-container {
	border-top: 1px solid #d9d9d9;
	box-shadow: 2px 2px 2px rgba(66,66,66,.6);
	margin-top: 48px;
/*padding: 1%;*/
	position: relative;
	z-index: 1;
}

.page-navigation-container ul ul {
	top: 3.06em !important;
	border-top: 1px solid rgb(152,152,152);
}

@media screen and (max-width: 992px) {
	.page-navigation-container {
		margin-top: 0;
	}
}

.page-navigation-container ul {
	margin-left: 1.5% !important;
}

.page-navigation-container ul li {
	font-weight: 700;
	margin: 0 1%;
	text-transform: uppercase;
}

.page-navigation-container ul li a:link, .page-navigation-container ul li a:visited {
	color: #4a4a4a;
}

.page-navigation-container ul li a:hover {
	color: #e5410b;
}

.current_page_item a:link, .current_page_item a:visited {
	color: #e5410b;
}

/* TODO : Fix the color for selected link */
.page-navigation-container ul li:first-child {
	margin: 0 1% 0 0;
}

.page-navigation-container ul li:last-child {
	margin: 0 0 0 1%;
}

@media screen and (max-width: 480px) {
	.page-navigation-container ul {
		margin-left: 0 !important;
	}
	
	.page-navigation-container {
		z-index: 1000 !important;
		padding: 0 !important;
		background: #e5410b;
		color: #FFF !important;
	}
	
	.page-navigation-container ul, .menu {
		margin-left: 0 !important;
		background: #FFF !important;
	}
	
	.page-navigation-container ul li {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		background: #FFF;
	}
	
	.page-navigation-container ul li:hover {
		background: #fafafa;
	}
	
	.page-navigation-container ul li:last-child {
		border-bottom: none;
		margin: 0;
	}
}

.content-area {
	font-size: 1.1rem;
}

.post, .navigation, .comments-area {
	border-bottom: 5px solid #e5410b;
	margin: 0 auto 5% !important;
	width: 960px;
}

.navigation, .comments-area {
	border-bottom: none;
}

.entry-title::before {
	background: #e5410b;
	content: ' ';
	display: block;
	float: left;
	height: 40px;
	width: 15px;
	margin-right: 20px;
}

.entry-title, .entry-title a {
	color: #4a4a4a;
	text-decoration: none;
}

.call2action, .comments-link a, .edit-link a {
	background: #e5410b;
	border: 1px solid #a5a5a5;
	color: #fff !important;
	padding: 1.3% 2%;
	margin: auto 10px;
}

blockquote {
	background: #eeeeee;
	margin: 0;
	padding: 4% 6%;
}

blockquote::before {
	content: '\0022';
	font-family: 'Muli', sans-serif;
	font-size: 5rem;
	line-height: 40px;
	margin-left: -20px;
}

blockquote > p {
	font-size: 1.5rem;
	margin: -40px auto auto 20px;
	line-height: 1.2;
}

.entry-footer {
	padding-top: 5%;
	margin-bottom: 10%;
}

.tags-links {
	clear: both;
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

.nav-previous::before {
	color: #e5410b;
	content: "\003c";
	margin-right: 5px;
}

.nav-next::after {
	color: #e5410b;
	content: "\003e";
	margin-left: 5px;
}

.comment-list {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list li article {
	border-bottom: 1px solid #e5410b;
	margin-bottom: 2%;
	padding-bottom: 2%;
}

.bypostauthor {
	background: #f3f3f3;
	padding: 2% 3%;
}

.bypostauthor article {
	border-bottom: none !important;
	margin-bottom: 2% !important;
	padding-bottom: 2% !important;
}

.avatar {
	float: left;
	margin: 10px 10px 0 0;
}

.content-area {
/* border-bottom: 5px solid #e5410b; */
	margin: auto;
	width: 960px;
}

@media screen and (max-width: 768px) {
	.post, .navigation, .comments-area, .content-area {
		width: 748px;
		margin: auto;
	}
}

.page-slug-code-of-conduct ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

@media screen and (max-width: 600px) {
	.post, .navigation, .comments-area, .content-area {
		width: 100%;
		margin: auto;
	}
	
	.post {
		padding: 0 20px;
	}
	
	.content-area {
		font-size: 1rem;
	}
}

.page-slug-code-of-conduct ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

@media screen and (max-width: 320px) {
	.content-area {
		font-size: .8rem;
		margin-top: 10%;
	}
	
	blockquote > p {
		font-size: 1rem;
	}
	
	h1 {
		font-size: 1.1rem;
	}
}

/*Jetpack start*/
.jetpack_subscription_widget {
	text-align: center;
	background-color: #ec4e20;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jetpack_subscription_widget .widget-title {
	color: #fff;
	font-family: Muli, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.jetpack_subscription_widget p {
	margin: 0;
	color: #fff;
}

.jetpack_subscription_widget input[type=email] {
	width: 100% !important;
}

.jetpack_subscription_widget input[type=submit] {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	background-color: #c74419;
	padding: 8px;
	font-weight: 700;
	font-size: 14px;
}

.jetpack_subscription_widget input[type=submit]:active, .jetpack_subscription_widget input[type=submit]:focus, .jetpack_subscription_widget input[type=submit]:hover {
	color: #fff;
	background-color: #DF7D60;
}

.jetpack_subscription_widget #subscribe-text {
	margin-bottom: 1.5rem;
}

.jetpack_subscription_widget #subscribe-email, .jetpack_subscription_widget #subscribe-submit {
	display: inline-block;
	width: 12.5rem;
	margin: .25rem;
	vertical-align: top;
}

@media (min-width: 37.5em) {
	.jetpack_subscription_widget #subscribe-email {
		width: 25rem;
	}
	
	.page-navigation-container #primary-menu > li > a {
		padding: 12px;
	}
}

/*Jetpack end*/
/*FOOTER-SITE-INFO-GENERATOR*/
.site-info-generator {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.site-info-network {
	position: relative;
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	color: #fff;
	text-indent: -9999px;
	background-image: url('https://europe.wordcamp.org/2016/files/2015/11/wordpress-footer-logo.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #e5410b;
	background-size: 40px;
	border-radius: 50%;
	transition: all .1s ease;
}

.site-info-network:after {
	position: absolute;
	left: 50%;
	top: 1.875rem;
	z-index: -1;
	margin-left: -.9375rem;
	margin-bottom: -1.875rem;
	width: 1.875rem;
	height: 6.25rem;
	background: #e5410b;
	transition: all .1s ease;
	content: "";
}

.site-info-network:active, .site-info-network:active:after, .site-info-network:focus, .site-info-network:focus:after, .site-info-network:hover, .site-info-network:hover:after {
	background-color: #c74419;
}

/*site-info generator*/
/* Blockquote Design Fixed start */
blockquote::before {
	font-size: 3rem;
	line-height: 100%;
}

blockquote > p:nth-child(1) {
	margin: -30px auto auto 20px;
	line-height: 130%;
}

/* Blockquote Design Fixed end */
/* dropdown menu design fixed */
ul.sub-menu {
	background: #fff;
}

ul.sub-menu > li {
	padding: 5px 10px;
}

/* dropdown menu design fixed */
/* Tickets page */
.tix_tickets_table td, .tix_tickets_table thead th {
	border: 1px solid #ccc;
	padding: 10px;
}

#tix input[type=submit] {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	background-color: #c74419;
}

#tix input[type=submit]:active, #tix input[type=submit]:focus, #tix input[type=submit]:hover {
	color: #fff;
	background-color: #DF7D60;
}

/* Camptix - Attendee */
.tix-attendee-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tix-attendees .tix-columns-3 li {
	width: 100%;
}

@media (min-width: 37.5em) {
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 62em) {
	#tix-attendees .tix-columns-3 li {
		width: 33.33333%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: none;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(3n+1) {
		clear: left;
	}
}

#tix-attendees {
}

#tix-attendees:after, #tix-attendees:before {
	content: "";
	display: table;
}

#tix-attendees:after {
	clear: both;
}

#tix-attendees li {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5rem;
	height: auto;
	min-height: 3rem;
	padding-left: 4rem;
	padding-right: .5rem;
	font-size: .8em;
	line-height: 1.25em;
	text-align: left;
}

#tix-attendees .avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #fff;
	transition: all .15s ease;
}

#tix-attendees a {
	display: block;
}

#tix-attendees .tix-field {
	display: inline-block;
	margin: 0;
	margin-right: .5rem;
	font-size: 14px;
	line-height: 1.5625em;
	vertical-align: middle;
}

#tix-attendees .tix-attendee-name {
	display: block;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: .125rem;
	font-family: Muli, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25em;
	background: none;
}

#tix-attendees li:hover .avatar {
	transform: scale(1.1);
}

#tix-attendees .tix-attendee-url {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 11.25rem;
}

#tix-attendees .tix-attendee-twitter:after {
	display: inline-block;
	width: .875rem;
	height: .875rem;
	margin-left: .5rem;
	vertical-align: middle;
	background-size: 14px;
	opacity: .5;
}

#tix-attendees .tix-attendee-twitter:last-child:after {
	display: none;
}

/*CAMPTIX TWITTER*/
.tix-attendee-twitter {
	background-image: url('https://2018.mumbai.wordcamp.org/files/2018/01/twitter_organizer-2.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	display: inline-block !important;
	width: 10px !important;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px !important;
	border-radius: 50%;
	background-color: #0084b4;
	color: transparent !important;
	transition: background-color .5s;
	margin-right: 10px !important;
}

/*CAMPTIX ATTENDEEE URL*/
.tix-attendee-url {
	background-image: url('https://2018.mumbai.wordcamp.org/files/2018/01/domain-registration-1.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	display: inline-block !important;
	width: 10px !important;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px !important;
	border-radius: 50%;
	background-color: #e5410b;
	color: transparent !important;
	transition: background-color .5s;
	margin-right: 10px !important;
}

/*ORGANIZERS*/
.wcorg-organizers {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 6px double #e7e7e7;
}

.wcorg-organizer {
	max-width: 40em;
	margin-bottom: 2rem;
}

.wcorg-organizer:last-child {
	margin-bottom: 0;
}

.wcorg-organizer h2 {
	margin-bottom: 1rem;
	font-size: 1.25em;
	font-family: Muli, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.wcorg-organizer .wcorg-organizer-description {
	padding-left: 4rem;
	min-height: 3rem;
}

@media (min-width: 37.5em) {
	.wcorg-organizer .wcorg-organizer-description {
		padding-left: 6rem;
		min-height: 5rem;
	}
}

.wcorg-organizer p {
	margin: 0;
	font-size: 16px;
}

.wcorg-organizer .avatar {
	float: left;
	margin-left: -4rem;
	width: 3rem;
}

@media (min-width: 37.5em) {
	.wcorg-organizer .avatar {
		margin-left: -6rem;
		width: 5rem;
	}
}

/* Mobile Designs */
@media screen and (max-width: 768px) {
	.page-navigation-container ul ul {
		width: 100%;
	}
	
	ul.sub-menu > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.entry-content,
		.post-navigation,
		.comments-area {
		padding: 15px;
	}
}

/*SPONSORS*/
.wcorg-sponsors > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcorg-sponsors > div h2 {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e7e7e7;
	font-size: 1em;
	line-height: 1.5625em;
	text-align: center;
	text-transform: uppercase;
	color: #e5410b;
	position: relative;
	z-index: 100;
}

@media (min-width: 48em) {
	.wcorg-sponsors > div h2 {
		padding-top: 0;
		border-top: none;
	}
	
	.wcorg-sponsors > div h2:after, .wcorg-sponsors > div h2:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
		border-top: 1px solid #e7e7e7;
		content: "";
		z-index: -1;
	}
	
	.wcorg-sponsors > div h2:after {
		border-color: #fff;
		width: 16em;
		z-index: -1;
	}
}

.wcorg-sponsor {
	margin-bottom: 0;
	padding: .5rem;
	max-width: 50rem;
	margin: 0 auto;
}

.wcorg-sponsor img {
	display: block;
	margin: 0 auto;
	max-height: none;
}

.wcorg-sponsor h3 {
	text-align: center;
}

.wcorg-sponsor .wcorg-sponsor-description, .wcorg-sponsor p {
	color: rgba(0,0,0,.6);
}

.wcorg-sponsor p {
	margin-bottom: .5rem;
}

.wcorg-sponsor a {
	background-color: #fff;
}

.wcorg-sponsor a img {
	transition: all .15s ease;
}

.wcorg-sponsor a:active img, .wcorg-sponsor a:focus img, .wcorg-sponsor a:hover img {
	filter: grayscale(100%);
	opacity: .75;
}

@media (min-width: 48em) {
	.wcorg-sponsor {
		padding: 1rem;
	}
}

.wcorg-sponsor-level-administrator, .wcorg-sponsor-level-event-after-party, .wcorg-sponsor-level-event-speakers-dinner, .wcorg-sponsor-level-super-admin {
}

.wcorg-sponsor-level-administrator:after, .wcorg-sponsor-level-administrator:before, .wcorg-sponsor-level-event-after-party:after, .wcorg-sponsor-level-event-after-party:before, .wcorg-sponsor-level-event-speakers-dinner:after, .wcorg-sponsor-level-event-speakers-dinner:before, .wcorg-sponsor-level-super-admin:after, .wcorg-sponsor-level-super-admin:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-administrator:after, .wcorg-sponsor-level-event-after-party:after, .wcorg-sponsor-level-event-speakers-dinner:after, .wcorg-sponsor-level-super-admin:after {
	clear: both;
}

.wcorg-sponsor-level-administrator .wcorg-sponsor, .wcorg-sponsor-level-event-after-party .wcorg-sponsor, .wcorg-sponsor-level-event-speakers-dinner .wcorg-sponsor, .wcorg-sponsor-level-super-admin .wcorg-sponsor {
	width: 100%;
}

@media (min-width: 37.5em) {
	.wcorg-sponsor-level-administrator .wcorg-sponsor, .wcorg-sponsor-level-event-after-party .wcorg-sponsor, .wcorg-sponsor-level-event-speakers-dinner .wcorg-sponsor, .wcorg-sponsor-level-super-admin .wcorg-sponsor {
		width: 50%;
	}
}

@media (min-width: 48em) {
	.wcorg-sponsor-level-administrator .wcorg-sponsor, .wcorg-sponsor-level-event-after-party .wcorg-sponsor, .wcorg-sponsor-level-event-speakers-dinner .wcorg-sponsor, .wcorg-sponsor-level-super-admin .wcorg-sponsor {
		width: 33.33333%;
	}
}

.wcorg-sponsor-level-author, .wcorg-sponsor-level-editor, .wcorg-sponsor-level-speakers-dinner {
}

.wcorg-sponsor-level-author:after, .wcorg-sponsor-level-author:before, .wcorg-sponsor-level-editor:after, .wcorg-sponsor-level-editor:before, .wcorg-sponsor-level-speakers-dinner:after, .wcorg-sponsor-level-speakers-dinner:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-author:after, .wcorg-sponsor-level-editor:after, .wcorg-sponsor-level-speakers-dinner:after {
	clear: both;
}

.wcorg-sponsor-level-author .wcorg-sponsor, .wcorg-sponsor-level-editor .wcorg-sponsor, .wcorg-sponsor-level-speakers-dinner .wcorg-sponsor {
	width: 50%;
}

@media (min-width: 48em) {
	.wcorg-sponsor-level-author .wcorg-sponsor, .wcorg-sponsor-level-editor .wcorg-sponsor, .wcorg-sponsor-level-speakers-dinner .wcorg-sponsor {
		width: 25%;
	}
}

.wcorg-sponsor-level-small-business, .wcorg-sponsor-level-subscriber {
}

.wcorg-sponsor-level-small-business:after, .wcorg-sponsor-level-small-business:before, .wcorg-sponsor-level-subscriber:after, .wcorg-sponsor-level-subscriber:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-small-business:after, .wcorg-sponsor-level-subscriber:after {
	clear: both;
}

.wcorg-sponsor-level-small-business .wcorg-sponsor, .wcorg-sponsor-level-subscriber .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width: 48em) {
	.wcorg-sponsor-level-small-business .wcorg-sponsor, .wcorg-sponsor-level-subscriber .wcorg-sponsor {
		width: 20%;
	}
}

.wcorg-sponsor-level-microsponsor {
}

.wcorg-sponsor-level-microsponsor:after, .wcorg-sponsor-level-microsponsor:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-microsponsor:after {
	clear: both;
}

.wcorg-sponsor-level-microsponsor .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width: 48em) {
	.wcorg-sponsor-level-microsponsor .wcorg-sponsor {
		width: 16.66667%;
	}
}

.wcorg-sponsor-level-community-summit-bronze, .wcorg-sponsor-level-community-summit-gold, .wcorg-sponsor-level-community-summit-individual, .wcorg-sponsor-level-community-summit-silver {
	display: none !important;
}

/*SLUG-Template*/
.page-slug-sponsors #content {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.page-slug-sponsors .entry-title {
	position: relative;
	margin-bottom: 2rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.page-slug-sponsors .entry-title:before {
	width: 10rem;
	height: .125rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #111;
	content: "";
}

h4.sponsor-level-title {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

h2.widget-title {
	color: #000;
	font-size: 35px;
	text-align: center;
}

.wcorg-speaker-description > .avatar {
	display: none;
}

.speaker-avatar {
	display: none;
}

.wcorg-speakers>div {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	padding-top: 10px;
}

.wcorg-sponsors > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.sponsor-logo > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcorg-sponsors > div h2 {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e7e7e7;
	font-size: 1em;
	line-height: 1.5625em;
	text-align: center;
	text-transform: uppercase;
	color: #e5410b;
	position: relative;
	z-index: 100;
}

@media (min-width: 48em) {
	.wcorg-sponsors > div h2 {
		padding-top: 0;
		border-top: none;
	}
	
	.wcorg-sponsors > div h2:after, .wcorg-sponsors > div h2:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
		border-top: 1px solid #e7e7e7;
		content: "";
		z-index: -1;
	}
	
	.wcorg-sponsors > div h2:after {
		border-color: #fff;
		width: 16em;
		z-index: -1;
	}
}

.wcorg-sponsor {
	margin-bottom: 0;
	padding: .5rem;
	max-width: 50rem;
	margin: 0 auto;
}

.sponsor-logo {
	margin-bottom: 0;
	padding: .5rem;
	max-width: 50rem;
	margin: 0 auto;
}

.wcorg-sponsor img {
	display: block;
	margin: 0 auto;
	max-height: none;
}

.sponsor-logo img {
	display: block;
	margin: 0 auto;
	max-height: none;
}

.wcorg-sponsor h3 {
	text-align: center;
}

.sponsor-logo h3 {
	text-align: center;
}

.wcorg-sponsor .wcorg-sponsor-description, .wcorg-sponsor p {
	color: rgba(0,0,0,.6);
}

.sponsor-logo .sponsor-logo-description, .sponsor-logo p {
	color: rgba(0,0,0,.6);
}

.wcorg-sponsor p {
	margin-bottom: .5rem;
}

.sponsor-logo p {
	margin-bottom: .5rem;
}

.wcorg-sponsor a {
	background-color: #fff;
}

.sponsor-logo a {
	background-color: #fff;
}

.wcorg-sponsor a img {
	transition: all .15s ease;
}

.sponsor-logo a img {
	transition: all .15s ease;
}

.wcorg-sponsor a:active img, .wcorg-sponsor a:focus img, .wcorg-sponsor a:hover img {
	filter: grayscale(100%);
	opacity: .75;
}

.sponsor-logo a:active img, .sponsor-logo a:focus img, .sponsor-logo a:hover img {
	filter: grayscale(100%);
	opacity: .75;
}

@media (min-width: 48em) {
	.wcorg-sponsor {
		padding: 1rem;
	}
	
	.sponsor-logo {
		padding: 1em;
	}
}

.gold h4.sponsor-level-title {
	background-color: #cfb53b;
}

.silver h4.sponsor-level-title {
	background-color: #c0c0c0;
}

.bronze h4.sponsor-level-title {
	background-color: #8c7853;
}

.wcb_widget_sponsors .sponsor-logo {
	display: inline-block !important;
	padding-bottom: 10px;
	padding-left: 10%;
	max-width: 30%;
}

.venue-sponsor h4.sponsor-level-title {
	background-color: #ff9000;
}

.in-kind-sponsors h4.sponsor-level-title {
	background-color: #e98c51;
}

.friends h4.sponsor-level-title {
	background-color: burlywood;
}

/*SCHEDULE*/
.wcpt-schedule {
	border: .25rem solid #e5410b;
	margin-bottom: 1.5rem;
	background-color: #fff;
}

.wcpt-schedule td,.wcpt-schedule th {
	vertical-align: top;
	border-color: #e0c2a3;
}

.wcpt-schedule .wcpt-col-time,.wcpt-schedule .wcpt-col-track {
	border-top: none;
	background-color: #2d282d;
	color: hsla(0,0%,100%,.9);
}

.wcpt-schedule .global-session td {
	vertical-align: middle;
}

.wcpt-schedule .wcpt-col-time {
	width: 10%;
}

.wcpt-schedule .wcpt-col-track {
	width: 30%;
}

.wcpt-schedule .wcpt-time {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 700;
	font-family: ingra, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	color: rgba(29,36,42,.9);
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	margin-bottom: .5rem;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 700;
}

.wcpt-schedule .global-session.afternoon-break .wcpt-session-title,.wcpt-schedule .global-session.break .wcpt-session-title,.wcpt-schedule .global-session.lunch .wcpt-session-title,.wcpt-schedule .global-session.morning-break .wcpt-session-title,.wcpt-schedule .global-session.registration .wcpt-session-title {
	margin-bottom: 0;
	font-size: 1.5625em;
	line-height: 1.25em;
	font-family: mostra-nuova-alt-d, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	text-transform: uppercase;
	color: rgba(29,36,42,.9);
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: rgba(29,36,42,.75);
}

.wcpt-schedule .global-session.afternoon-break,.wcpt-schedule .global-session.break,.wcpt-schedule .global-session.lunch,.wcpt-schedule .global-session.morning-break,.wcpt-schedule .global-session.registration {
	background-image: url('https://2018.mumbai.wordcamp.org/files/2018/03/background-pattern-01.png');
	background-color: #ff9000 !important;
	background-size: 120px;
	background-position: 50% 0;
}

@media (max-width:47.9375em) {
	.wcpt-schedule {
		border: none;
	}
	
	.wcpt-schedule td,.wcpt-schedule th {
		display: block;
		border-top: none;
		margin: 0;
	}
	
	.wcpt-schedule thead {
		display: none;
	}
	
	.wcpt-schedule tr {
		margin-bottom: 1rem;
		display: block;
		border: .25rem solid #e5410b;
	}
	
	.wcpt-schedule .wcb-track-track-1:before,.wcpt-schedule .wcb-track-track-2:before,.wcpt-schedule .wcb-track-track-3:before {
		display: block;
		padding: .5rem 1rem;
		margin: -.5rem -1rem .5rem;
		border: none;
		color: rgba(29,36,42,.9);
		font-weight: 700;
		background-color: #f5ebe0 !important;
	}
	
	.wcpt-schedule .wcb-track-track-1:before {
		content: "Track 1";
	}
	
	.wcpt-schedule .wcb-track-track-2:before {
		content: "Track 2";
	}
	
	.wcpt-schedule .wcb-track-track-3:before {
		content: "Track 3";
	}
	
	.wcpt-schedule .wcpt-session-type-custom:before {
		display: none;
		content: "";
	}
	
	.wcpt-schedule .wcpt-session-empty {
		display: none;
		height: 0;
	}
	
	.wcpt-schedule .wcpt-time {
		padding-top: 1rem;
		padding-bottom: 1rem;
		color: hsla(0,0%,100%,.9);
		background-color: #2d282d;
	}
	
	.wcpt-schedule .wcpt-session-title {
		padding: 0;
	}
	
	.wcpt-schedule .wcpt-session-speakers {
		padding-left: 0;
	}
}

.wcpt-schedule .wcpt-time {
	padding: 20px;
}

.wcpt-schedule .wcpt-session-title {
	padding-top: 20px;
	padding-left: 10px;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: rgba(29,36,42,.75);
	padding-left: 10px;
}