/**************************************************************************
MEDIA QUERIES
***************************************************************************/
/* 1000px */
@media only screen and (max-width: 62.5em) {
.container {
	width: 100%;
	}
header[role="banner"] {
	padding: 0 2%;
	width: 96%;
	overflow: auto;
	}

nav {
	padding: 0;
	min-height: 40px;
	}
.slicknav_menu {
	display: block;
	}
nav ul.menu {
	display: none;
	}

#banner {
	display: none;
	}

.int #speakers {
	margin: 0;
	}
#speakers .container, .int #speakers .container {
	margin: 0 auto;
	padding: 10px 0px 6px;
	max-width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

#sponsors {
	display:none;
	overflow:hidden;
	}

#backtop {
	right: 50%;
	margin-right: -.7em;
	}
}

/* 850px */
@media screen and (max-width: 53.125em) {
#logo {
	height: auto;
	background: none;
	}
#logo a {
	margin: 0 auto;
	width: 210px;
	height: 94px;
	text-indent: -999em;
	overflow:hidden;
	background: url('../img/speakers-sprite.png') no-repeat -160px 0;
	}
#top {
	padding-top: 15px;
	width: 250px;
	}

.alumni-listings {
	width: 30%;
	}
    .singlesmix {
        top: 10px;
    }
}

/* 750 */
@media screen and (max-width: 46.875em) {
h1 {
	font-size: 2em;
}
#contents {
	padding: 2em 5%;
}
main, .col1 main {
	padding: 20px 0;
}
.col2 main, .int .col2 main {
	float: none;
	padding: 20px 0;
	width: 100%;
	border: 0;
}
#sidebar, .int #sidebar {
	float: none;
	padding: 0 0;
	width: 100%;
}
.label-left label, .field-wrap.label-left .label {
	float: none;
	display: block !important;
	width: 100%;
	padding-bottom: 0.3125em;
}

/*sponsors*/
body.sponsors article {
	padding-left: 0;
	}
body.sponsors article img {
	float: none;
	display: block;
	margin: 1em auto 2em;
	}
body.sponsors article hr {
	margin-left: 0;
	}

/* location details */
.loc-detail section > div {
	margin: 0 auto !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	border: 0 !important;
	}
.loc-detail .venue {
	max-width: 450px;
	}
.loc-detail .gallery {
	margin: 1.5em auto;
	}
.loc-detail .speakers ul {
	margin: 0 auto;
	max-width: 400px;
	}
.loc-detail .speakers li {
	padding: .3em 0;
	}

.loc-detail .speakers, .loc-detail .seats, .loc-detail .directions {
	margin-top: 2em !important;
	}
}

/* 650px */
@media only screen and (max-width: 40.625em) {
#logo a {
	width: 150px;
	height: 70px;
	background-position: -400px 0;
}
#top {
	font-size: .85em;
	text-align: right;
	}


#sidebar .widget {
	overflow:hidden;
}

#speakers .container, .int #speakers .container {
	padding: .5em 0;
	}
#speakers li {
	width: auto;
	margin: .3em .8em;
}
#speakers li img {
	display:none;
}

footer {
	font-size: .75em;
	}

footer ul.menu {
	display: none;
	}
footer #tge {
	display: block;
	}
#ninja_forms_field_1, #ninja_forms_field_7, #ninja_forms_field_2 {
	width:100%;
	}

.archive main article {
	position: relative;
	margin-bottom: 1.8em;
	padding-bottom: 1.5em;
	padding-left: 0;
	border-bottom: 1px solid #eceadb;
	}
.post-thumb {
	float: none;
	margin: 0 auto 1em;
	}

.locations main li {
	float: left;
	margin: 0 .5% 2em;
	width: 48%;
	line-height: 1.2;
	}
.locations main li img {
	display: block;
	margin: 0 auto .4em;
	}
.locations main li a {
	display: block;
	margin-bottom: .1em;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	}

.alumni-listings {
	width: 47%;
	}
    .singlesmix {
        height: 70px;
        right: 140px;
    }
    .singlesmix a {
        height: 70px;
    }
}


/*************** BEGIN MOBILE ONLY ***************/


/* iPad and iPhone */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), 
only screen and (min-device-width: 320px) and (max-device-width: 736px) {
}


/* iPad Portrait and iPhone */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
only screen and (min-device-width: 320px) and (max-device-width: 736px) {
}


/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}


/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}


/* iPhone */
@media only screen and (min-device-width: 20em) and (max-device-width: 46em) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 20em) and (max-device-width: 46em) {
.loc-detail .gallery {
	display: none;
	}
}


/* iPhone Landscape */
@media only screen and (min-device-width: 20.0625em) and (max-device-width: 46em) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 20.0625em) and (max-device-width: 46em) and (orientation: landscape) {
}


/* iPhone Portrait */
@media only screen and (min-device-width: 23.4375em) and (max-device-width: 46em) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 23.4375em) {
#top {
	padding-top: 15px;
	font-size: .8em;
	width: 150px;
	}

/* location */
.locations main li a {
	font-size: 1.1em;
	}
.loc-detail .tickets {
	padding: 1em;
	}
.loc-detail td {
	padding: .4em;
	}
}