/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#tile_calltoaction {
	background: transparent url("https://www.mcubed.london/wp-content/uploads/2016/12/people3.png") left top no-repeat !important;
	background-size: cover !important;
}

#tile_description + #tile_calltoaction {
	background: transparent url("https://www.mcubed.london/wp-content/uploads/2015/08/Main-page_-call-for-papers-open-1.jpg") left top no-repeat !important;
	background-size: cover !important;
}

div#tile_calltoaction h1,
div#tile_calltoaction p {
	color: white;
}

.icon-googleplus {
	background-position: -240px 0;
}

.connect .connect-inner>span {
	width: 60%;
}

body #tile_media .btn-group-header,
.carousel-indicators,
.footer-tyler-event {
	display: none !important;
}

body .btn {
	white-space: normal;
}

div#tile_textcolumns .col-md-4 img {
	display: block;
	float: none;
}

@media all and (min-width: 991px) {
	.sponsor > a {
		color: #5b5959 !important;
		background: white !important;
	}
	
	.sponsor > a:hover {
		color: white !important;
		background: #cfcfcd !important;
	}
	
	.menu-item-30 > a {
		background: #3d3d3d !important;
	}
	
	.menu-item-30 > a:hover {
		background: #cfcfcd !important;
	}
}

.hometable {
	max-width: 1008px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 4em;
	margin-top: -3em;
	border-radius: 5px;
}

.tablehome {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}

.tablehome th {
	background: #40769C;
	border: 1px solid #DEDEDE;
	font-size: 24px;
	color: white;
	font-weight: 400;
	padding: 10px;
}

.tablehome td {
	border: 1px solid #DEDEDE;
	padding: 10px;
}

.sessions.list .session .speaker .name {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
	height: 100%;
	width: 145px;
	margin-left: 70px;
}

/*
 * May Event Form CSS
 * @author Pragmatic
 * @since 1.0.0
 */
.may-2016-conference_wrapper {
	font-size: 12px;
	font-weight: normal;
}

/* Day Title */
.may-2016-conference_wrapper .day-headings > .gsection_description {
	visibility: hidden;
}

/* Section Headings */
.may-2016-conference_wrapper .gsection_description {
	font-size: 16px !important;
	font-weight: 400;
}

/* Form Title */
.may-2016-conference_wrapper .gform_title {
	font-size: 42px !important;
	font-weight: 300;
	text-align: center;
}

/* Day Title */
.may-2016-conference_wrapper .day-headings > .gsection_title {
	font-size: 22px !important;
	font-weight: 700;
}

/* Sections */
.may-2016-conference_wrapper.gform_wrapper .gsection {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #E2E2E2;
}

.may-2016-conference_wrapper.gform_wrapper .gsection.day-headings {
	margin-top: 10px;
	background-color: #FFF;
}

.may-2016-conference_wrapper.gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0;
}

.may-2016-conference_wrapper .gform_body li:before,
.may-2016-conference_wrapper .gform_body li:after {
	content: "" !important;
	display: table;
}

.may-2016-conference_wrapper .gform_body li:after {
	clear: both;
}

.may-2016-conference_wrapper .gform_body .gform_fields > li {
	zoom: 1;
}

.may-2016-conference_wrapper.gform_wrapper h2.gsection_title,
.may-2016-conference_wrapper.gform_wrapper label.gfield_label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.may-2016-conference_wrapper.gform_wrapper .top_label .gsection_description {
	clear: none;
	padding: 0;
	text-align: center;
}

.may-2016-conference_wrapper .ginput_container .gfield_radio li,
.may-2016-conference_wrapper .ginput_container .gfield_checkbox li {
	margin: 0;
	padding: 10px;
}

.may-2016-conference_wrapper .gsection {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.may-2016-conference_wrapper .gfield_radio li,
.may-2016-conference_wrapper .gfield_checkbox li {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.may-2016-conference_wrapper .gfield {
	padding: 25px !important;
}

.may-2016-conference_wrapper .gform_button {
	width: 100%;
	padding: 20px !important;
	text-align: center;
}

.may-2016-conference_wrapper .ginput_container .gfield_radio li.gchoice_3_20_0,
.may-2016-conference_wrapper .ginput_container .gfield_radio li.gchoice_3_7_0 {
	width: 100%;
}

.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
	width: 100% !important;
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.may-2016-conference_wrapper .day-headings > .gsection_description {
		visibility: visible;
	}
	
	.may-2016-conference_wrapper.gform_wrapper h2.gsection_title,
																												.may-2016-conference_wrapper.gform_wrapper label.gfield_label {
		width: 20%;
	}
	
	.may-2016-conference_wrapper.gform_wrapper .top_label .gsection_description {
		width: 80%;
	}
	
	.may-2016-conference_wrapper .ginput_container .gfield_radio li,
																											.may-2016-conference_wrapper .ginput_container .gfield_checkbox li {
		width: 26.666667%;
	}
	
	.may-2016-conference_wrapper.gform_wrapper .gsection.day-headings span {
		width: 33.333333%;
	}
	
	.may-2016-conference_wrapper .ginput_container .gfield_radio li.gchoice_3_20_0,
																												.may-2016-conference_wrapper .ginput_container .gfield_radio li.gchoice_3_7_0 {
		width: 80%;
	}
	
	.may-2016-conference_wrapper.gform_wrapper h2.gsection_title,
																												.may-2016-conference_wrapper.gform_wrapper label.gfield_label {
		float: left;
	}
	
	.may-2016-conference_wrapper.gform_wrapper .top_label .gsection_description {
		float: left;
	}
	
	.may-2016-conference_wrapper .ginput_container .gfield_radio li,
																											.may-2016-conference_wrapper .ginput_container .gfield_checkbox li {
		float: left;
	}
	
	.may-2016-conference_wrapper.gform_wrapper .gsection.day-headings span {
		float: left;
	}
}

.jumbotron h1 {
	margin-top: 15px;
	background: rgba(0,0,0,0.5);
	width: 82%;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
}

@media (min-width: 991px)
.sponsor a:hover {
	
}

.wpgmza_map {
	border: 0;
	margin: 0 auto;
	float: none !important;
	max-width: 100% !important;
}

.home-map {
	text-align: center;
	margin-bottom: 50px;
}