/*
Theme Name: Speakers LA
Author: The Graphic Element
Author URI: www.thegraphicelement.com
Copyright: 2015, The Graphic Element. All rights reserved.
*/

/*
f2f0e7
eceadb
a29261	gold

74d5e4
4db5c5	aqua
1874a4
*/

/* IMPORT */
@font-face {font-family: 'icomoon'; font-weight: normal; font-style: normal;
	src:url('../type/icomoon.eot?-mshz2w');
	src:url('../type/icomoon.eot?#iefix-mshz2w') format('embedded-opentype'),
		url('../type/icomoon.woff?-mshz2w') format('woff'),
		url('../type/icomoon.ttf?-mshz2w') format('truetype'),
		url('../type/icomoon.svg?-mshz2w#icomoon') format('svg');
	}

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: top; }
html { font-size: 16px; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a:hover, a:active, a:focus { outline: 0; }
a img { border: 0; }

/**************************************************************************
GLOBAL
***************************************************************************/
body {
	color: #444;
	font: 1em/1.4 "Source Sans Pro", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	}
#wrap {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	}
.container {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	}

/* Typography
------------------------------*/
h1, h2, h3 {
	font-weight: normal;
	line-height: 1.2;
	}
h1 {
	margin-bottom: 1em;
	color: #333;
	font: 2.75em/1.2 Muli, "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-align: center;
	}
.int h1 {
	margin-bottom: .2em;
	}
h2 {
	margin: 2em 0 .6em;
	font-size: 1.5em;
	}
h3 {
	margin: 1.6em 0 .375em;
	font-size: 1.25em;
	}
h4 {
	margin: 0 0 1em;
	color: #a29261;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3125em;
	line-height: 1.4;
	}
h5 {
	margin: 0;
	font-size: .75em;
	}

p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.7;
	}
p:last-of-type {
	margin-bottom: 0;
	}

b, strong {
	font-weight: bold;
	}

dfn, cite, em, i {
	font-style: italic;
	}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	bottom: 1ex;
	}

sub {
	top: .5ex;
	}

small {
	font-size: 75%;
	}

big {
	font-size: 125%;
	}


/* Elements
------------------------------*/
hr {
	clear: both;
	margin: 2.5em 0;
	height: 0;
	border: 0;
	border-top: 1px solid #eceadb;
	}
hr + h1, hr + h2, hr + h3, 
h1 + hr, h2 + hr, h3 + hr {
	margin-top: 0;
	}
p + hr {
	margin-top: 2.5em;
	}


main ul { 
	margin: 0 0 1.2em 25px;
	list-style: disc;
	}
main ul ul { 
	margin: .5em 0 .5em 25px;
	}
main ol { 
	margin: 0 0 1.2em 25px;
	list-style: decimal;
	}
main p + ul, main p + ol {
	margin-top: -.5em;
	}
main li { 
	margin: 0 0 .5em;
	font-size: 1em;
	}
ul.list-unstyled { 
	list-style: none !important; 
	margin: 0; 
	} 
ul.list-unstyled li { 
 	font-size: 1em; 
 	margin: 0; 
} 
dt {
	margin: .9em 0 .3em;
	font-weight: bold;
	}
dd {
	margin: .3em 0 .7em 15px;
	margin-left: 15px;
	}
img {
	height: auto;
	max-width: 100%;
	}
.alignleft {
	float: left;
	margin-right: 1.1em;
	}
.alignright {
	float: right;
	margin-left: 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
 }
 .wp-caption.cond {
	 margin-bottom: 0.5em;
	 margin-left: 2.5em;
 }
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
 }
.wp-caption-text {
	text-align: center;
 }
.wp-caption .wp-caption-text {
	margin: .2em 0 0;
	font-style: italic;
	color: #666;
 }
 .wp-caption.cond .wp-caption-text {
	 margin: 0.5em 0 0;
 }
 .wp-caption .wp-caption-text em {
	 font-style: normal;
 }

#jquery-lightbox img {
	width: auto;
	max-width: 900px;
	height: auto;
	max-height: 100%;
	}

embed, iframe, object {
	max-width: 100%;
 }
	
figure {
	margin: 0;
 }

table {
	margin: 0 0 1.5em;
	width: 100%;
 }
th {
	font-weight: bold;
 }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	}


/* Icons
------------------------------*/
[class^="icon-"], [class*=" icon-"] {
	position: relative;
	margin-right: .5em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.1em;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.icon-home:before { content: "\e603"; }
.icon-phone:before {content: "\f095"; }
.icon-phone-left:before { content: "\e600"; }
.icon-email:before {content: "\e601";  }
.icon-location:before {content: "\e602"; }

.icon-dropbox:before { content: "\e61c"; }
.icon-facebook:before {content: "\e616"; }
.icon-flickr:before { content: "\e613"; }
.icon-googleplus:before {content: "\e617"; }
.icon-instagram:before { content: "\e61b"; }
.icon-linkedin:before {content: "\e61a"; }
.icon-pinterest:before {content: "\e618"; }
.icon-tumblr:before { content: "\e619"; }
.icon-twitter:before {content: "\e615"; }
.icon-vimeo:before { content: "\e614"; }

.icon-arrow-left:before { content: "\f060"; }
.icon-arrow-right:before { content: "\f061"; }
.icon-arrow-up:before { content: "\f062"; }
.icon-arrow-down:before { content: "\f063"; }

.icon-bracket-left:before { content: "\e607"; }
.icon-bracket-right:before { content: "\e60a"; }
.icon-bracket-up:before { content: "\e609"; }
.icon-bracket-down:before { content: "\e608"; }

.icon-bracket-left-sm:before { content: "\e60b"; }
.icon-bracket-right-sm:before { content: "\e60e"; }
.icon-bracket-up-sm:before { content: "\e60d"; }
.icon-bracket-down-sm:before { content: "\e60c"; }

.icon-bracket-left-lg:before { content: "\e60f"; }
.icon-bracket-right-lg:before { content: "\e612"; }
.icon-bracket-up-lg:before { content: "\e611"; }
.icon-bracket-down-lg:before { content: "\e610"; }


/**************************************************************************
HEADER
***************************************************************************/
header[role="banner"] { 
	position: relative;
	background: #000;
	width: 100%;
	}
.int header[role="banner"] {
	border-bottom: 20px solid #eceadb;
	}
header .container {
	z-index: 1000;
	}
#top {
	float: right;
	padding: 30px 0 0;
	width: 450px;
	color: #fff;
	text-align: right;
	}

#logo {
	display: block;
	float: left;
	margin: 10px auto;
	width: auto;
	height: 115px;
	background: url('../img/speakers-sprite.png') no-repeat 230px 50%;
	}
#logo a {
	display:block;
	margin: 10px 155px 0 0;
	width: 210px;
	height: 94px;
	text-indent: -999em;
	overflow:hidden;
	background: url('../img/speakers-sprite.png') no-repeat -160px 0;
	}

.order a.btn {
	position: relative;
	padding: .5em .8em;
	color: #222;
	font-size: 1.1em;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	background: #74d5e4;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55c4d5), to(#74d5e4));
  background: -webkit-linear-gradient(top, #74d5e4, #55c4d5);
  background: -moz-linear-gradient(top, #74d5e4, #55c4d5);
  background: -ms-linear-gradient(top, #74d5e4, #55c4d5);
  background: -o-linear-gradient(top, #74d5e4, #55c4d5);
	border-color: #fff;
	-webkit-transition: color .2s linear, text-shadow .2s linear;
	-moz-transition: color .2s linear, text-shadow .2s linear;
	transition: color .2s linear, text-shadow .2s linear;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
.order a.btn:hover {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
	}

.contactinfo {
	font-weight: 600;
	font-size: 1.625em;
	}

/**************************************************************************
NAVIGATION
***************************************************************************/
/* Links
------------------------------*/
a { 
	color: #a29261;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
a:hover, a:active { 
	color: #4db5c5;
	}
a.readmore {
	font-style: italic;
	font-size: .95em;
	}
a.btn {
	display: inline-block;
	padding: .6em 1em;
	color: #fff;
	font: bold 1em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #a29261;
	border: 1px solid #a29261;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
a.btn:hover {
	color: #000;
	}
a.backtocat {
	margin-top: 1.4em;
	font-size: .8em;
	}


/* Main Menu
------------------------------*/
.slicknav_menu {
	display: none;
	}
nav {
	position: relative;
	clear: both;
	padding: .5em 0 .6em;
	background: #000;
	border-top: 1px solid #705e30;
	}
nav ul.menu {
	text-align: center;
	}
nav li {
	display: inline-block;
	margin: 0 .8em;
	font: .875em/1 Muli, "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}
nav li a { 
	display: block;
	padding: .4em .9em;	
	color: #fff;
	}
nav li:hover a {
	color: #ad9555;
	}

/* home icon */
nav ul.menu li.menu-item-293 a {
	overflow: hidden;
	padding: .3em .3em;
	width: 1em;
	}
nav ul.menu li.menu-item-293 a:before {
	content: "\e603";
	margin-right: 999em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.1em;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

/* 1st Drop Down */
nav ul.menu ul { 
	float: left;
	position: absolute;
	padding: .7em 0 .5em;
	width: 14em;
	text-align: left;
	background: #000;
	}
nav ul.menu ul li { 
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.1em;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-transform: none;
	}
nav ul.menu ul li a { 
	display: block;
	margin: 0;
	padding: .4em 1em;
	width: auto;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
nav ul.menu li:hover li a, nav ul.menu li:hover li li a { 
	color: #fff;
	}
nav ul.menu li li:hover a, nav ul.menu li li li:hover a {
	background: #ad9555;
	}

/* Hide & Reveal */
nav ul.menu ul, nav ul.menu  li:hover ul ul { 
	left: -999em;
	}
nav ul.menu li:hover ul, nav ul.menu  ul li:hover ul { 
	left: auto;
	}


/* Sub Menu
------------------------------*/
.subnav ul {
	margin-top: 1em;
	}
.subnav ul li {
	display: inline-block;
	line-height: 1;
	}
.subnav ul li:before {
	position: relative;
	left: -.2em;
	content: "/";
	color: #ccc;
	}
.subnav ul li:first-of-type:before {
	content: none;
	}
.subnav ul li a {
	padding: .2em .4em;
	}


/**************************************************************************
CONTENT
***************************************************************************/
#contents {
	margin: 0 auto;
	padding: 2em 0 3em;
	max-width: 1000px;
	overflow: auto;
	}
main, .col1 main {
	padding: 20px 40px;
	width: auto;
	}
.col2 main {
	float: left;
	padding: 20px 5% 20px 3%;
	width: 42%;
	border-right: 1px solid #dedede;
	}
.int .col2 main {
	padding: 20px 2.5% 20px 1.5%;
	width: 57%;
	border: 0;
	}
#sidebar {
	float: right;
	padding: 0 4%;
	width: 41.8%;
	}
.int #sidebar {
	padding: 0 1.2%;
	width: 36.6%;
	}
#sidebar .widget:first-of-type h3 {
	margin-top: 0;
	}
aside {
	margin:0 auto;
}
aside h3 {
	margin-bottom: .3em;
	padding-left: 0;
	color:#333;
	font-weight: normal;
	font-size:26px;
	text-align: center;
	text-transform:uppercase;
}
aside p {
	line-height: 1.3;
	text-align:center;
}
.order-side {
	background-color:#ab9c76;
	text-transform:uppercase;
	font-weight:bold;
	width:150px;
	text-align:center;
	padding:10px 18px;
	margin:0 auto;
}
.order-side a {
	color:#fff;
}


/* BLOG/POST NAV
---------------------------------------- */
ul.post-nav {
	clear: both;
	margin: 10px 0 10px;
	overflow: auto;
	}
ul.post-nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 15px;
	width: 0;
	height: 0;
	color: #fff;
	font-size: 1.1em;
	text-indent: -9999em;
	background: #a29261;
	overflow: hidden;
	}
ul.post-nav li.empty {
	opacity: .3;
	}
ul.post-nav li a {
	display: block;
	margin: -15px 0 0 -15px;
	padding: 15px;
	width: 0;
	height: 0;
	color: #fff;
	text-decoration: none;
	background: #a29261;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	transition: background .2s linear;
	behavior: url("http://www.castleimporting.com/wp-content/themes/castle/js/PIE.htc");
	}
ul.post-nav li i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5em 0 0 -.5em;
	font-size: 1.4em;
	text-indent: 0;
	}
ul.post-nav a:hover {
	color: #000;
	}

ul.blog-nav {
	margin: 25px 0 0;
	text-align: center;
	}

/* POST META
---------------------------------------- */
.post-meta {
	margin-bottom: .6em;
	display:none;
	}
.post-meta small {
	margin-right: 1em;
	color: #aaa;
	font-size: .9em;
	}
.post-meta a {
	color: #aaa;
	text-decoration: none;
	}
.post-meta a:hover {
	color: #08c;
	}


/* BLOG WALL
---------------------------------------- */
.archive main article {
	position: relative;
	margin-bottom: 2em;
	padding-left: 180px;
	overflow: visible;
	}
.archive main article h2 {
	margin: 0;
	font-size: 1.5em;
	}
.archive main article h3 {
	margin: 0 0 .4em;
	font-weight: bold;
	font-size: 1.1em;
	}
.archive main article p {
	margin-bottom: .4em;
	font-size: 1em;
	line-height: 1.4;
	}

.post-thumb {
	float: left;
	margin: 0 15px 0 -180px;
	}
.post-thumb img {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 155px;
	border: 3px solid #f2f0e7;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.25);
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}



/* SINGLE POST
---------------------------------------- */
.single .post-thumb {
	float: right;
	margin: 0 0 1em 2em;
	}
.post-thumb img {
	width: auto;
	}


/* PAGES
---------------------------------------- */
.page main article {
	*zoom: 1;
}
.page main article::before,
.page main article::after {
    content: " ";
    display: table;
}
.page main article::after {
    clear: both;
}


/* SEARCH
---------------------------------------- */
.search main article {
	padding-left: 0;
	}

.post-type-archive-ticket main h2 {
	margin-top: 1em;
	}
.post-type-archive-ticket hr {
	margin-bottom: 0;
	}
.post-type-archive-ticket .ticket-wrap:first-of-type {
	margin-top: 0;
	}



/**************************************************************************
FOOTER
***************************************************************************/
footer {
	position: relative;
	clear: both;
	padding: 1em 0;
	color: #fff;
	font-size: .925em;
	text-align: center;
	background: #000;
	}
footer a {
	color: #a29261;
	font-weight: 600;
	text-transform: uppercase;
	}
footer a:hover {
	color: #74d5e4;
	}

footer .company-info {
	color: #a29261;
	font-weight: bold;
	}
footer .site-info {
	margin: .8em 0 .5em;
	font-size: .8em;
	}

footer ul.menu {
	margin: 1.1em auto 1.5em;
	}
footer ul.menu ul {
	display: none;
	}
footer li {
	position: relative;
	display: inline-block;
	margin: 0 .4em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	}
footer li a {
	display: block;
	padding: .2em .4em;
	color: #fff;
	}
footer li a:hover {
	color: #a29261;
	}

#backtop {
	position: absolute;
	top: -1em;
	right: 3%;
	display: block;
	padding: 0 .2em;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 1.4em;
	background: #c8c0a6;
	overflow: hidden;
	}
#backtop:hover {
	color: #111;
	}
#backtop i {
	top: -.1em;
	margin-right: 9999em;
	font-size: 1em;
	}



/**************************************************************************
POSITIONS & WIDGETS
***************************************************************************/
aside .widget {
	padding: 20px 0px;
	}
.widget h2:first-of-type, .widget h3:first-of-type {
	margin-top: 0;
	}
.widget p:last-of-type, .widget ul:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
	}

/* BOTTOM */
#bottom {
	position: relative;
	padding: .5em 0;
	min-height: 1.8em;
	text-align: center;
	background: #c8c0a6;
	}

/* SLIDESHOW */
#banner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 345px;
	position:relative;
	padding: 10px 0px;
	}
#banner .slideshow {
	z-index: 200;
	position: absolute;
	width: 300px;
	height: 250px;
	background: #000;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	overflow: hidden;
	}
#banner .feature1 {
	z-index: 300;
	top: 0;
	left: 265px;
	width: 440px;
	height: 300px;	
	}
#banner .feature2 {
	top: 24px;
	left: 0px;
	}
#banner .feature3 {
	top: 24px;
	right: 0;
	}
#banner .slideshow ul {
	list-style:none;
	margin-left: 0;
}
#banner .slideshow img {
	display: block;
	width: 300px;
	height: 250px;
}
#banner .feature1 img {
	display: block;
	width: 440px;
	height: 300px;
}

/* SPEAKERS */
#speakers {
	background: #eceadb;
	position: relative;
	z-index: 100;
	width: 100%;
	text-align: center;
	overflow: visible;
	}
#speakers .container {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0 10px;
	width: 100%;
	max-width:1000px;
	}
.int #speakers {
	margin-bottom: 20px;
	}
.int #speakers .container {
	margin: -20px auto;
	padding: 15px 0px 10px;
	max-width: 994px;
	background-color: #f2f0e7;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	}
#speakers li {
	display:inline-block;
	text-align:center;
	width:11.6%;
	margin: 0 1%;
	color:#333;
	font-family: "Arial Narrow", "Source Sans Pro", sans-serif;
	}
#speakers li a { 
	color: #666; 
	}
#speakers li a:hover {
	color: #1874a4;
	}
#speakers li img {
	display:block;
	margin-bottom:.3em;
 }

/* Newsletter Signup */
.enews {
	min-width: 260px;
	}
@media screen and (max-width: 600px) {
	.enews {
		margin-right: 75px;
	}
}
.enews input.inputbox {
	padding: 0 .6em;
	width: 240px;
	height: 1.8em;
	font-size: 1em;
	line-height: 1.8;
	border: 0;
	}
@media screen and (max-width: 400px) {
	.enews input.inputbox {
		width: auto;
		max-width: 100%;
	}
}
.enews input.btn {
	height: 1.8em;
	line-height: 1.8;
	padding: 0 0.75em;
	border: 0;
}

/* Social */
.social {
	position: absolute;
	top: 0;
	right: 1.5%;
	display: inline-block;
	margin: 0;
	min-width: 100px;
	text-align: right;
	}
.social li {
	display: inline-block;
	margin-left: .2em;
	}
.social a {
	display: block;
	color: #fff;
	padding: .3em;
	width: 1.1em;
	height: 1.1em;
	background: #4b6aad;
	border: 1px solid #e0ded2;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
.social a.tw {
	background: #61acff;
	}
.social i {
	margin-right: 9999em;
	}
.social a:hover {
	border-color: #c8c0a6;
	}

/* Venues */
.venues ul {
	margin: .8em 0 0;
	}
.venues li {
	width: 47%;
	display:inline-block;
	text-align:center;
	margin: .5em 1%;
	line-height: 1.2;
	}
.venues li img {
	border: 1px solid #4db5c5;
	}
.venues li b, .venues li strong {
	display: block;
	margin-top: .4em;
	}

/* Sponsors */
#sponsors {
	padding: 2.2em 0;
	width:100%;
	height:auto;
	background: #eceadb;
	margin:0 auto;
	text-align:center;
}
#sponsors .slideshow {
	width: 100% !important;
	height:50px;
}
#sponsors ul {
	display:inline-block;
	width: 100%;
}
#sponsors a {
	vertical-align:middle;
	display:block;
	margin: 0 55px;
	width:auto;
}

aside .widget.edit-listings {
    padding-top: 0;
    margin-top: -20px;
}
.edit-listings .btn-sm {
    font-size: 0.875em;
    padding: 0.2857em 0.5em;
    background-color: #4db5c5;
    border-color: #4db5c5;
}
.lwa-avatar {
    display: none;
}
.lwa-info, .edit-listings {
    text-align: center;
}
aside .widget.widget_loginwithajaxwidget {
    padding-top: 0;
}
.lwa-modal {
    z-index: 1000 !important;
}


/**************************************************************************
PAGES
***************************************************************************/
/* SPEAKERS 
---------------------------------------- */
.single.speakers h1 {
	margin: .6em 40px -20px;
	text-align: left;
	}
.single.speakers h3 {
	margin: 0 0 1em;
	color: #a29261;
	}


/* LOCATIONS
---------------------------------------- */
.locations main ul {
	margin: 0;
	list-style: none;
	text-align: center;
	overflow: visible;
	}
.locations main li {
	float: left;
	margin: 0 1%;
	width: 23%;
	font-size: 1em;
	line-height: 1.2;
	}
.locations main li img {
	display: block;
	margin: 0 auto .6em;
	}
.locations main li a {
	display: block;
	margin-bottom: .15em;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
}

.loc-detail section {
	margin-bottom: 3em;
	overflow: auto;
	}
.loc-detail section:last-of-type {
	margin-bottom: 0;
	}
.loc-detail section h3 {
	margin: 0 0 1em;
	font-size: 1.6em;
	font-family: Muli, "Source Sans Pro", Helvetica, Arial, sans-serif;
	}
.loc-detail section p {
	margin-bottom: .8em;
	line-height: 1.5;
	}
.loc-detail table {
	margin: 1.5em 0 2em;
	border-top: 1px solid #eceadb;
	}
.loc-detail th {
	padding: .4em .6em;
	background: #f2f0e7;
	border-bottom: 1px solid #eceadb;
	}
.loc-detail td {
	padding: .4em .4em .4em 1.2em;
	border-bottom: 1px solid #eceadb;
	}
.loc-detail td:nth-of-type(even) {
	padding: .4em;
	text-align: right;
	}

/* location info */
.loc-detail .locinfo > div {
	float: left;
	width: 35%;
	}
.loc-detail .locinfo > div:first-of-type {
	margin-right: 4.5%;
	padding-right: 4.5%;
	width: 55%;
	border-right: 1px solid #eceadb;	
	}
.loc-detail .venue h3 {
	margin: 0;
	font: bold 1.25em/1.3 "Source Sans Pro", Helvetica, Arial, sans-serif;
	}
.loc-detail .venue .gallery h3 {
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
	font-size: 1.5em;
}
.loc-detail .gallery {
	margin: 1.5em 0 0;
	}
.loc-detail .gallery .gallery-columns-3 {
    max-width: 350px;
}
.loc-detail .gallery img {
	max-width: 105px;
	height: auto;
	}
.loc-detail .speakers {
	text-align: center;
	}
.loc-detail .speakers ul {
	margin: 0;
	list-style: none;
	}
.loc-detail .speakers li {
	margin: 0;
	padding: .4em 0;
	font-size: 1em;
	border-bottom: 1px solid #eceadb;
	}
.loc-detail .speakers li:last-of-type {
	border: 0;
	}

/* tickets */
.loc-detail .tickets {
	padding: 2em;
	border: 1px solid #eceadb;
	}
.loc-detail .tickets > div {
	float: left;
	width: 40%;
	}
.loc-detail .tickets > div:first-of-type {
	margin-right: 5%;
	width: 55%;
	border: 0;
	}
.loc-detail .tickets .sold {
	color: #a00;
	font-weight: bold;
}
.loc-detail p.soldout {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1;
	text-align: center;
	}
.loc-detail p.soldout strong {
	display: inline-block;
	padding: .6em 1em;
	color: #fff;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	background: #a00;
	}
.loc-detail .seats {
	text-align: center;
	}

/* directions */
.loc-detail .travel > div {
	float: left;
	width: 45%;
	}
.loc-detail .travel > div:first-of-type {
	margin-right: 4.5%;
	padding-right: 4.5%;
	border-right: 1px solid #eceadb;
	}
.loc-detail .travel iframe, .loc-detail .travel iframe[style] {
	width: 100% !important;
	height: 280px !important;
	}
.loc-detail .travel .directions {
	font-size: .85em;
	}
.loc-detail .travel .directions a.btn {
	margin-top: 1em;
	}


/* TICKET CONSIGNMENT
---------------------------------------- */
.ticket .swapper h2 {
	margin-top: 1.6em;
}
.ticket .venue h3 {
	margin-top: 1em;
}

.ticket-wrap {
	padding: 1.5em 0 1em;
	border-bottom: 1px solid #eceadb;
}
.ticket-wrap:first-of-type {
	margin-top: 2em;
}
.ticket p {
	margin-bottom: .2em;
	padding-left: 6.5em;
	line-height: 1.3;
}
.ticket p span {
	float: left;
	margin-left: -6.5em;
	display: inline-block;
	min-width: 6.5em;
	font-weight: bold;
}
.ticket-wrap p.edit {
	margin: .6em 0 0;
	padding: 0;
	font-weight: bold;
	font-size: .8em;
	text-align: right;
	text-transform: uppercase;
	}
.ticket-wrap p.edit a {
	display: inline-block;
	padding: .15em .5em;
	color: #fff;
	background: #4db5c5;
	}
.ticket-wrap p.edit a:hover {
	color: #000;
	}


/* FAQ
---------------------------------------- */
#post-29 ul {
	margin: 0 auto;
	width: 95%;
	text-align:center;
	list-style:none;
}
#post-29 li {
	text-align:center;
	background:#f8f4e9;
	margin-bottom: 2px;
	font-size:1em;
	line-height: 1.2;
	font-weight:bold;
}
#post-29 li a {
	display: block;
	padding: .4em 1em;
	}
#post-29 h2 {
	margin-top: 2.5em;
	padding-top: 1em;
	font-weight: bold;
	border-top: 1px solid #eceadb;
}
#post-29 h2:first-of-type {
	padding: 0;
	border: 0;
	}
.back {
	float: right;
	display: inline-block;
	margin: -.4em 0 1em 1.5em;
	padding: .4em .4em .4em .6em;
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1;
	text-transform: uppercase;
	background: #4db5c5;
	}
.back:hover {
	color: #000;
	}
.back::after {
	content: "↟";
	}


/* SPONSORS
---------------------------------------- */
body.sponsors article {
	padding-left: 250px;
	}
body.sponsors article h2 {
	margin-top: 0;
	color: #a29261;
	}
body.sponsors article img {
	float: left;
	margin: .3em 0 0 -250px;
	max-width: 250px;
	height: auto;
	}
body.sponsors article hr {
	margin-left: -250px;
	}


/* PAST SEASONS 
---------------------------------------- */
.past-seasons article {
	text-align: center;
	}
.alumni-listings {
	display: inline-block;
	margin: 0 1% 3em;
	width: 22.5%;
	text-align: left;
	vertical-align: top;
	}
.alumni-listings h3 {
	margin-top: 0;
	font: 600 1.125em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;;
	}
.alumni-listings li {
	text-transform: uppercase;
	}


/**************************************************************************
IE
***************************************************************************/



/**************************************************************************
FORMS
***************************************************************************/
input, textarea, select, button {
	margin: 0;
	padding: 0 .6em;
	width: auto;
	height: 2.2em;
	color: #333;
	font: 1em/2.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
	background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	border: 1px solid #a29261;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	vertical-align: middle;
	}
input:focus, textarea:focus, select:focus, button:focus { 
	outline-color: transparent;
  outline-style: none;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
button, button[type="button"], input.btn, input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	padding: .6em 1em;
	height: auto;
	color: #fff;
	font: bold 1em/1.2 "Source Sans Pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #a29261;
	border: 1px solid #a29261;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
	behavior: url("http://speakersla.com/wp-content/themes/speakersla/js/PIE.htc");
	}
button:hover, input.btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #000;
	}

textarea {
	overflow: auto;
	}
input[type="search"] {
	-webkit-appearance: textfield;
	}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	}
label.screen-reader-text {
	display: none;
	}


/* Search Forms
------------------------------*/
.searchform input, .searchform textarea {
	padding: 0 .6em;
	width: 70%;
	min-width: 200px;
	}
.searchform button {
	margin-left: -.2em;
	padding: 0 .6em;
	line-height: 2.2em;
	}



/* Login Forms
------------------------------*/
.tabs li {
	display: inline-block;
	}
.tabs li a {
	display: block;
	padding: .4em .8em;
	border: 1px solid #eceadb;
	}
.tabs li a.active {
	background: #eceadb;
	}
.box-wrap {
	position: relative;
	height: 170px;
	}
.tabs div div {
	position: absolute;
	top: -1px;
	left: 0;
	padding: 1em 1%;
	width: 98%;
	height: 170px;
	background: #fff;
	}
.tabs div div, .tabs li a {
	border: 1px solid #eceadb;
	}
#box1 {
	z-index: 1;
	}
#box1:target, #box2:target {
	z-index: 2;
	}
.tabs small {
	display: block;
	margin: 0 15px;
	font-size: .85em;
	}

#sidebar #loginform p, #sidebar #registerform p {
	clear: left;
	margin: .7em 15px;
	text-align: left;
	overflow: visible;
	}
#sidebar #loginform label, #sidebar #registerform label {
	position: relative;
	top: .3em;
	float: left;
	margin: 0 1% 0 0;
	width: 30%;
	line-height: 1.4;
	}
#sidebar #loginform input.input, #sidebar #registerform input.input {
	margin: 0;
	width: 62% !important;
	height: 1.8em;
	line-height: 1.8em;
	vertical-align: top;
	}
#sidebar p.login-submit input {
	margin-left: 31% !important;
	}
p.login-remember {
	display: none;
	}


/* Ninja Forms
------------------------------*/
.ninja-forms-form {
	margin: 2em 0 0;
	width: 100%;
	}
.ninja-forms-required-items {
	margin-bottom: -.5em;
	font-style: italic;
	text-align: center;
	}

.field-wrap span.ninja-forms-req-symbol {
	position: absolute;
	left: -15px;
	top: 0;
	display: block;
	zoom: 1;
	margin: 0;
	width: 15px;
	color: #c7665a;
	font-weight: bold;
	font-size: 1.125em;
	text-align: center;
	}

.field-wrap {
	clear: left;
	margin: .7em 0 .7em 15px !important;
	overflow: visible;
	}

.field-wrap label {
	position: relative;
	top: .3em;
	font-weight: normal !important;
	line-height: 1.4;
	}
.field-wrap textarea {
	max-width: 100% !important;
	line-height: 1.3;
	}
.input-counter {
	margin: 0 0 0 31.5%;
	color: #999;
	font-style: italic;
	font-size: .85em;
	}

/* left label */
.label-left label {
	float: left; !important;
	margin: 0 1% 0 0 !important;
	width: 30%;
	}
.label-left input.ninja-forms-field, .label-left textarea, .label-left select {
	margin: 0 !important;
	width: 68% !important;
	vertical-align: top !important;
	}
.label-left textarea {
	height: 7.3em !important;
	}

/* radio / checkbox */
.list-radio-wrap ul, .list-checkbox-wrap ul {
	display: inline-block;
	}
.field-wrap li {
	padding: 0 !important;
	font-size: 100%;
	}
.list-radio-wrap ul label, .list-checkbox-wrap ul label {
	margin: 0 1.2em .6em 0 !important;
	width: auto;
	}
.list-radio-wrap ul label input.ninja-forms-field, .list-checkbox-wrap ul label input.ninja-forms-field {
	position: relative;
	top: -2px;
	margin: 0 .3em 0 0 !important;
	width: auto !important;
	vertical-align: middle !important;
	}
#ninja_forms_field_1, #ninja_forms_field_7, #ninja_forms_field_2 {
	width:40%;
}
/* spam */
.spam-wrap input.ninja-forms-field {
	width: 4em !important;
	}

/* submit button */
.submit-wrap {
	margin: 1.5em 0 0 32% !important;
	}

/* error msg */
.ninja-forms-error-msg {
	margin-bottom: 1em;
	padding: .5em;
	color: #a55745;
	font-weight: bold;
	border: 1px solid #a55745;
	}
.ninja-forms-field-error {
	margin: 0 0 0 31.5%;
	color: #a55745;
	font-weight: bold;
	font-style: italic;
	font-size: .85em;
	}

.ninja-forms-error input, .ninja-forms-error textarea, .ninja-forms-error select {
	border-color: #a55745 !important;
	}

/* success msg */
.ninja-forms-success-msg {
	padding: .6em 1em;
	color: #a29261 !important;
	font-style: italic;
	font-size: .9em;
	line-height: 1.2;
	border: 1px solid #a29261;
	}
.ninja-forms-success-msg h2 {
	color: #a29261 !important;
	}
	


/* Sidebar Form */
#sidebar form {
	margin: 0;
	font-size: .9em;
	}
#sidebar form .submit-wrap {
	margin-left: 34% !important;
	}
#sidebar .ninja-forms-success-msg {
	text-align: center;
	}


/**************************************************************************
GALLERY
***************************************************************************/
.gallery {
	margin-bottom: 1.5em;
	}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: block;
	}


/**************************************************************************
SHAREAHOLIC
***************************************************************************/
.shareaholic-share-buttons i.shareaholic-service-icon {
	display: inline-block;
	background-color: #999;
	background-image: url("../img/flat-mini-popular.png") !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	behavior: url("http://www.domain.com/wp-content/themes/wp_base/js/PIE.htc");
	}
.shareaholic-share-buttons a:hover i.shareaholic-service-icon {
	background-color: #9cbbc0;
	}
.shareaholic-share-buttons .diglett i.shareaholic-service-icon {
	background-image: url("../img/flat-mini-popular.png") !important;
	}

.singlesmix {
    height: 105px;
    position: absolute;
    right: 200px;
    top: 18px;
}
.singlesmix a {
    height: 105px;
    display: block;
}
.singlesmix img {
    max-width: 100%;
    max-height: 100%;
}
.speakers .wp-image-1672 {
    position: relative;
    top: 15px;
}