/*
Theme Name: AFOI 2020
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: afoi_2020
*/

*{
	font-size: 16px;
	line-height: 1.4em;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}

h2{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}

p{
	margin: 0 0 20px;
}

b, strong{
	font-weight: 600;
}

a{
	color: #0024A7;
}

.peach{
	/*background-color: #F5C6A6;*/
	background-color: #DDD;
}

.red{
	background-color: #0080C6;
}

.yellow{
	background-color: #FAD802;
}

.green{
	background-color: #0080C6;
}

.blue{
	background-color: #0024A7;
}

.black{
	background-color: #000;
}

:focus{
	outline: none;
}

.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

header .menu li{
	z-index: 9999;
	position: relative;
}

.menu li{
	font-weight: 500;
	line-height: 1.2em;
	font-size: 1em;
	float: left;
	margin: 0 30px 0 0;
}

.menu li.footer-menu{
	display: none;
}

.main-menu li a{
	color: #000;
	padding: 25px 0 30px;
	display: block;
	border-top: 6px solid #fff;
}

.main-menu li a:hover, .main-menu li.current-menu-item > a, .main-menu li.rollover > a, .main-menu li.current-menu-parent > a{
	border-top-color: #0080C6;
	text-decoration: none;
}

header .menu li ul{
	display: none;
	width: 250px;
	border-radius: 0 0 2px 2px;	
	box-shadow: 0 30px 40px 0 rgba(35,31,32,0.1);
	position: absolute;
	padding: 0;
}

header .menu li:hover ul{
	display: block;
}

header .menu li ul li{
	display: block;
	width: 100%;
	margin: 0;
	border-top: 1px solid #f1f1f1;
}

header .menu li ul li a{
	border-top: 0;
	border-left: 6px solid #fff;
	padding: 11px 15px;
	background: #fff;
	font-size: 0.875em;
}

header .menu li ul li:last-child a{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.menu li ul li.current-menu-item a, .menu li ul li.current-menu-item a:hover{
	font-weight: bold;
	border-left-color: #000;
}

header .menu li ul li a:hover{
	font-weight: 600;
	border-left-color: #000;
}

header .menu li.search-menu{
	float: right;
}

header .menu li.search-menu a{
	padding-right: 30px;
}

header .menu li.search-menu a:after{
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 33px;
	background: url('assets/images/Search.svg') no-repeat;
}

.header-wrapper{
	padding: 47px 0 110px;
}

.home .header-wrapper{
	padding-bottom: 20px;
}

.postid-3866 .header-wrapper, .postid-3866 .testimonial .inner.black, .fest-2018 .header-wrapper, .fest-2018 .related-sessions{
	background: #9ED8E9;
}

.postid-493 .testimonial .inner.black, .single-speaker .header-wrapper{
	background: #000;
}

.postid-493 .header-wrapper, .fest-2016 .header-wrapper, .fest-2016 .related-sessions{
	background: #FAD802;
}

.postid-200 .header-wrapper, .postid-200 .testimonial .inner.black, .fest-2013 .header-wrapper, .fest-2013 .related-sessions{
	background: #FFF950;
}

.postid-199 .header-wrapper, .postid-199 .testimonial .inner.black, .fest-2011 .header-wrapper, .fest-2011 .related-sessions{
	background: #E99962;
}

.postid-198 .header-wrapper, .postid-198 .testimonial .inner.black, .fest-2009 .header-wrapper, .fest-2009 .related-sessions{
	background: #B33037;
}

.postid-197 .header-wrapper, .postid-197 .testimonial .inner.black, .fest-2007 .header-wrapper, .fest-2007 .related-sessions{
	background: #0F7ECE;
}

.postid-191 .header-wrapper, .postid-191 .testimonial .inner.black, .fest-2005 .header-wrapper, .fest-2005 .related-sessions{
	background: #FE95B9;
}

.postid-190 .header-wrapper, .postid-190 .testimonial .inner.black, .fest-2003 .header-wrapper, .fest-2003 .related-sessions{
	background: #FEFC10;
}

.postid-188 .header-wrapper, .postid-188 .testimonial .inner.black, .fest-2001 .header-wrapper, .fest-2001 .related-sessions{
	background: #E7122D;
}

.postid-187 .header-wrapper, .postid-187 .testimonial .inner.black, .fest-1999 .header-wrapper, .fest-1999 .related-sessions{
	background: #5C75D7;
}

.tagline{
	width: 280px;
	float: right;
	transform: rotate(3deg);
}

.logo img{
	width: 448px;
	height: 88px;
	margin: 0;
}

.home .logo img{
	height: 58.7px;
}

#hero{
    padding: 0;
    max-height: 640px;
    overflow: hidden;
}

#hero .logo img{
	margin: 0 0 110px;
	position: absolute;
	left: 15px;
	top: 47px;
}

#hero .banner{
	width: 100%;
	height: auto;
}

#hero .rotating-item{
	margin-top: 13px;
	width: 561px;
    height: 574px;
    float: right;
    margin-right: 50px;
}

#hero .tagline{
	float: left;
	width: 480px;
    margin-left: 70px;
    transform: rotate(3deg);
}

#hero .content{
	float: left;
	width: 100%;
	margin: 25px 0;
}

#hero .content p{
	font-size: 1.25em;
    font-weight: 600;
    line-height: 30px;
    max-width: 380px;
    clear: both;
}

.button{
    min-width: 161px;
    border-radius: 2px;
    background: #0080C6;
    font-weight: 600;
    line-height: 1.25em;
    text-align: center;
    display: inline-block;
    color: #000;
    padding: 10px 20px;
}

.button:hover{
	cursor: pointer!important;
}

.button:hover, .item a:hover .button, .button:focus{
	background: #000;
	color: #fff;
	text-decoration: none;
}

.red .button{
	background: #000;
}

.menu h2.label{
	display: inline-block;
    margin: 23px 30px 23px 0;
    color: #4F4D57;
    font-size: 1em;
    font-weight: 400;
}

#explore-menu .menu{
	text-align: center;
}

#explore-menu .menu-2018-explore-menu-container{
	display: inline-block;
}

#explore-menu li{
	float: none;
	display: inline-block;
}

#explore-menu li a{
	color: #000;
	padding: 25px 0;
	display: block;
}

.item{
	margin-bottom: 30px;
}

.item a{
	position: relative;
	display: block;
}

.item .wp-post-img{
	width: 100%;
	height: auto;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.item.featured .wp-post-img{
	opacity: 0.9;
	-moz-transition: all 0.2s ease-in-out
	-webkit-transition: all 0.2s ease-in-out
	transition: all 0.2s ease-in-out;
}

.item.featured a:hover .wp-post-img{
	opacity: 1;
}

.item .inner{
	background: #fff;
	padding: 30px 20px;
	position: relative;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.home .item .inner{
	border-radius: 2px;
}

.item.pod .inner{
	padding: 40px 30px 90px;
}

.item.pod .button{
	bottom: 40px;
}

.item .label{
	text-transform: uppercase;
	color: #000;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	margin: 0 0 8px;
}

.item .label span{
	color: #666;
	font-size: 1em;
}

.item .label .separator{
	color: #EF483E;
}

.item .label .separator:last-child{
	display: none;
}

.item a:hover{
	text-decoration: none;
}

.item h2{
	font-size: 1.25em;
	margin: 5px 0 14px;
	position: relative;
}

.item.sessions h2{
	padding-bottom: 17px;
}

.item.featured.speaker h2{
	margin-bottom: 3px;
}

.item .speaker-pos{
    font-style: italic;
    line-height: 1.3em;
    font-size: 0.875em;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 14px;
}

.item.featured p:last-child{
	margin-bottom: 0;
}

.item.sessions h2:after, .item .speaker-pos:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 26px;
	height: 4px;
	background: #666;
	left: 0;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item.sessions a:hover h2:after, .item.speaker a:hover .speaker-pos:after{
	width: 100%;
}

.item h2 a{
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

.item h2 a:hover, .item h2 a:hover span{
	cursor: pointer!important;
	color: #000;
	outline: none!important;
	text-decoration: none!important;
}

.item h2 a:focus, .item h2:focus, .item h2 span:focus{
	outline: none!important;
	text-decoration: none!important;
}

.item h2 span{
	font-size: 1em;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid #666;
}

.item h2 span:hover{
	color: #000;
	border-bottom-color: #000;
}

.item h2 a:hover span{
	border-bottom-color: #000;
}

.item h3{
	font-size: 0.875em;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight: 600;
}

.item h3 a{
	background: #EF483E;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	padding: 5px 10px;
	display: inline-block;
}

.item h3 a:hover{
    background: #000;
}

.item.category-dedicatees h2{
	margin-top: 0;
}

.item .button{
	position: absolute;
	bottom: 30px;
	width: auto;
	left: 30px;
}

.item.session.cancelled h2 span{
    border-bottom: 0;
    text-decoration: line-through;
}

.item.session.cancelled .inner{
    background: rgba(255,255,255,0.5);
}

.item .date{
	font-size: 0.875em;
	font-weight: 500;
}

.item .session-speakers{
	padding: 0;
	list-style: none;
	margin: 0 0 10px;
}

.item .session-speakers li{
	font-size: 0.875em;
}

#featured-sessions{
	padding: 57px 0 45px;
}

.intro-copy{
	text-align: center;
	margin-bottom: 35px;
}

.intro-copy h2{
	margin: 0 0 8px;
	font-weight: 900;
}

.intro-copy p{
	margin: 0 auto 5px;
	max-width: 550px;
}

.intro-copy p a{
	color: #000;
	text-decoration: underline;
	font-size: 1em;
}

.intro-copy p a:hover{
	color: #EF483E;
}

#featured-content-area{
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000;
	min-height: 532px;
}

#featured-content-area h2{
    margin: 0 0 20px;
    max-width: 78%;
    font-weight: bold;
}

.item.pod h2{
	font-size: 1.5em;
}

.content-wrapper .content p{
	line-height: 1.5em;
	font-weight: 300;
}

.content-wrapper{
	display: table;
	height: 532px;
}

.content-wrapper .content{
	display: table-cell;
	vertical-align: middle;
}

#featured-content-area .content-button{
	margin-bottom: 0;
}

.content-button{
	margin: 30px 0;
}

.content-button p{
	margin: 0!important;
}

.content-button a{
	color: #000;
	padding: 10px;
	background: #fff;
	text-align: center;
	min-width: 155px;
	display: inline-block;
	border-radius: 2px;
    font-weight: 600;
    line-height: 1.25em;
}

.content-button a:hover{
	background: #0080C6;
	text-decoration: none;
}

#enews{
    padding: 50px 0;
}

.intro-copy .textwidget p{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#enews .intro-copy h2{
	margin-bottom: 10px;
}

.gform_wrapper .top_label .gfield_label{
	display: none!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea{
	border: 0;
    color: #000;
    padding: 8px 15px!important;
    width: 100%!important;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    border-radius: 2px;
}

#enews .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background: rgba(255,255,255,0.4);
}

#enews .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus{
	border-bottom: 2px solid #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, textarea:focus,
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:focus{
	outline: none;
}

.gform_wrapper .gform_footer{
	margin: 0!important;
}

.gform_wrapper ul.gform_fields li.gfield.half-col{
	width: 50%;
	float: left;
	clear: none!important;
}

.gform_wrapper ul.gform_fields li.gfield#field_1_4 label.gfield_label{
	display: block!important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin-top: 0!important;
}

body .gform_wrapper ul li.gfield.half-col, body .gform_wrapper .top_label .half-col div.ginput_container{
	margin-top: 0;
}

#enews .gform_body{
	width: calc(100% - 100px);
    float: left;
}

#enews .gform_footer{
	width: 100px;
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
}

#enews .gform_footer .button{
	min-width: 100px;
	background: #0080C6;
	border: 0;
	color: #000;
}

#enews .gform_footer .button:hover{
	background: #666;
	color: #fff;
}

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder { 
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}

:focus::-webkit-input-placeholder {
  color: transparent!important;
}
:focus::-moz-placeholder { 
  color: transparent!important;
}
:focus:-ms-input-placeholder {
  color: transparent!important;
}
:focus:-moz-placeholder {
  color: transparent!important;
}

.gform_wrapper div.validation_error{
	border: 0!important;
	font-weight: 600!important;
	color: #EF483E!important;
	padding: 0!important;
	margin: 0 0 20px!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: 0!important;
	padding-top: 0!important;
	margin-bottom: 0!important;
	background-color: transparent!important;
}

.gform_wrapper .field_description_below .gfield_description{
	padding-top: 0!important;
	font-weight: 400!important;
	color: #000!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-top: 0!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
	border: 0!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	padding-right: 16px!important;
}

.panel{
	padding: 80px 0;
}

.white-box .inner, .white-box.panel{
	background: #fff;
}

.black-box .inner, .black-box.panel{
	background: #000;
}

.red-box .inner, .red-box.panel{
	background: #0080C6;
}

.blue-box .inner, .blue-box.panel{
	background: #0024A7;
}

.black-box p, .black-box h1, .black-box h2, .black-box h3, .black-box h4, .black-box h5, .black-box h6, .black-box li,
.red-box p, .red-box p.label, .red-box h1, .red-box h2, .red-box h3, .red-box h4, .red-box h5, .red-box h6, .red-box li,
.white-content, .white-content h2, .white-content h3, .white-content h4, .white-content h5, .white-content h6,
.white-content p, .white-content li, .black p, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li,
.black strong, .black .quote{
	color: #fff;
}

.blue-box p.label{
	color: #F8D2B5;
}

.white-box p.label, .postid-200 .black .quote, .postid-200 .black p, .postid-200 .black strong, .postid-200 .black h5, .postid-200 .black h6,
.postid-199 .black .quote, .postid-199 .black p, .postid-199 .black strong, .postid-199 .black h5, .postid-199 .black h6,
.postid-191 .black .quote, .postid-191 .black p, .postid-191 .black strong, .postid-191 .black h5, .postid-191 .black h6,
.postid-190 .black .quote, .postid-190 .black p, .postid-190 .black strong, .postid-190 .black h5, .postid-190 .black h6,
.postid-3866 .black .quote, .postid-3866 .black p, .postid-3866 .black strong, .postid-3866 .black h5, .postid-3866 .black h6{
	color: #000;
}

.blue-box h2, .blue-box p, .blue-box .quote, .blue-box h3, .blue-box h4, .blue-box h5, .blue-box h6, .blue-box strong{
	color: #fff;
}

.black .inner{
	background: #000;
}

.panel .label{
	font-size: 0.875em;
	letter-spacing: 0.5px;
	font-weight: 500!important;
	line-height: 1.3em!important;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.panel h2{
	line-height: 1.5em;
	margin: 0 0 10px;
	font-weight: bold;
}

.white-box .button, .blue-box .button{
	background: #000;
	color: #fff;
}

.black-box .button{
	background: #fff;
	color: #000;
}

.red-box .button{
	background: #0024A7;
	color: #fff;
}

.blue-box a:hover .button{
	background: #fff;
	color: #000;
}

.red-box .button:hover, .red-box a:hover .button{
	background: #000;
	color: #fff;
}

.white-box .button:hover, .black-box .button:hover, .black-box a:hover .button, .white-box a:hover .button{
	background: #0080C6;
	color: #fff;
}

.panel .content-wrapper, .panel .image-wrapper{
	height: 400px;
}

.panel .button{
	margin-top: 20px;
	padding: 10px 20px;
}

.panel .image-wrapper{
	display: table;
}

.panel .image-wrapper .image{
	vertical-align: middle;
	display: table-cell;
}

.image-wrapper{
	max-width: 100%;
	width: 100%;
	text-align: center;
}

#pods{
	padding: 78px 0 48px;
	background: #f1f1f1;
}

#partners{
	padding: 100px 0 0;
}

#partners h3:first-child{
	margin-top: 0;
}

#partners h3{
	font-weight: 600;
	font-size: 1.25em;
	margin: 60px 0 20px;
}

footer{
	padding: 80px 0 100px;
	background: #000;
}

footer p, footer li, footer a, footer a:hover, footer h2, footer .textwidget, footer a:focus{
	color: #fff;
}

footer .menu li{
	display: block;
	width: 100%;
	margin: 0 0 23px;
}

footer #footer-menu-1 .footer-menu-2, footer #footer-menu-2 .footer-menu-1, footer .no-footer-menu{
	display: none!important;
}

footer .menu li ul{
	display: block;
	padding: 0;
	margin: 10px 0 0;
}

footer .menu li{
	font-weight: 600;
}

footer .menu li li{
	opacity: 0.8;
	margin: 0 0 10px;
}

footer .menu li li a{
	font-size: 0.875em;
	font-weight: 300;
}

footer .menu .footer-menu{
	display: block;
}

footer h2{
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 10px;
}

footer .textwidget p{
	font-size: 0.875em;
	font-weight: 300;
	opacity: 0.8;
	line-height: 1.3em;
}

footer .textwidget p a{
	font-weight: 300;
	font-size: 1em;
}

footer .textwidget p{
	margin: 0 0 12px;
}

footer a[href^="mailto"]{
	text-decoration: underline;
}

footer .button.enews{
    background: #fff;
    color: #000;
    min-width: 110px;
    margin-top: -5px;
    float: right;
}

footer .button.enews:hover{
	background: #D8D8D8;
	color: #000;
}

.socials .menu li {
    display: inline-block;
    margin: 0 12px 10px 0;
    width: auto;
    text-align: initial;
}

.socials .menu li a{
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    float: left;
    font-size: 0;
}

.socials .menu li.fb a {
    background: url('assets/images/Facebook.svg') no-repeat center;
    background-size: 20px;
}

.socials .menu li.twitter a {
    background: url('assets/images/Twitter.svg') no-repeat center;
    background-size: 22px;
}

.socials .menu li.instagram a {
    background: url('assets/images/Instagram.svg') no-repeat center;
    background-size: 18px;
}

.socials .menu li.linkedin a {
    background: url('assets/images/LinkedIN.svg') no-repeat center;
    background-size: 18px;
}

.socials .menu li a:hover{
	opacity: 0.8;
}

footer .socials{
	text-align: right;
}

footer .socials .menu-social-container{
	display: inline-block;
}

#page-content-wrapper{
	background: #f1f1f1;
	padding-bottom: 150px;
}

#page-content-wrapper .wp-post-image{
	margin-bottom: 30px;
	max-width: 100%;
}

.page-content{
	padding: 60px 40px 40px;
	margin-top: -60px;
	background: #fff;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	border-radius: 2px;
}

.page-content p.label{
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	margin: 0 0 14px;
}

.page-content hr{
	margin: 30px -40px;
}

.page-content img.alignleft{
	float: left;
}

hr{
	border-color: #f1f1f1;
}

.single-sessions .page-content p.label, .single-sessions .page-content p.label .separator{
	color: #000;
}

h1{
    font-size: 2em;
    line-height: 1.3;
    margin: 0 0 40px;
    font-weight: 300;
}

h1 strong, h1 strong a{
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}

h1 a{
	font-size: 1em;
	color: #000;
	text-decoration: underline;
}

h1 a:hover{
	color: #000;
}




.page-content p{
	color: #4F4D57;
	line-height: 1.4em;
	margin:  0 0 12px;
}

.item img{
	width: 100%;
	height: auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.item.post.speaker .profile-photo img, .item.post.venue .venue-preview .wp-post-image{
	border-radius: 0;
}

.listing .item.post.speaker{
	width: 100%;
}

.featured-content-box .label, .featured-content-box .button, .item .button.grey{
	color: #000;
}

.item.featured-content-box .inner{
	padding: 40px;
}

.featured-content-box .button, .item .button.grey{
	background: #D8D8D8;
	width: calc(100% - 80px);
	left: 40px;
	bottom: 40px;
}

.featured-content-box a:hover .button, .item a:hover .button.grey, .item .button.grey:hover,
.featured-content-box .button.relative:hover{
	background: #000;
	color: #fff;
}

.featured-content-box .button.relative{
	position: relative;
	left: 0;
	bottom: 0;
	width: auto;
	margin-top: 30px;
	display: inline-block;
}

.clearfix{
	clear: both;
}

.item.testimonial .inner{
	padding: 40px;
	height: 100%;
	border-radius: 2px;
}

.item.testimonial .quote-from{
	margin-top: 40px;
}

.item.testimonial .quote{
	font-size: 3.125em;
	font-weight: bold;
	line-height: 1em;
}

.item.testimonial p{
	line-height: 1.4em;
	font-style: italic;
	margin: 0 0 15px;
}

.item.testimonial h5{
	margin: 0 0 5px;
	font-weight: 600;
	text-transform: uppercase;
}

.item.testimonial h6{
	font-size: 0.875em;
	font-weight: 500;
	margin: 0;
}

.content-block{
	padding: 36px 40px;
	margin-bottom: 30px;
	border-radius: 2px;
	float: left;
	width: 100%;
}

.content-block.white-box{
	background: #fff;
}

.content-block .download{
	float: right;
	margin-top: -5px;
}

.content-block h2.inline-block{
	display: inline-block;
	margin: 0;
	font-size: 1.5em;
}

#page-content-wrapper .item .wp-post-image{
	margin-bottom: 0;
}

.item.speaker.headshot .inner{
	padding: 17px 20px;
	display: table;
	width: 100%;
}

.item.speaker.headshot h2{
	color: #4F4D57;
	font-size: 1em;
	margin: 0;
	line-height: 1.4em;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
}

h2.section-heading{
	margin: 60px 0 30px 40px;
	font-size: 1.5em;
}

a.text-link{
	color: #4F4D57;
	position: relative;
	top: -1px;
	font-weight: 300;
	margin-left: 15px;
}

.featured-sessions{
	background: #fff;
	padding: 30px 0 0;
	overflow: hidden;
	float: left;
	width: 100%;
	border-radius: 2px;
}

.featured-sessions h2.section-heading{
	margin-top: 0;
}

.featured-sessions h3{
    margin: 0 40px 25px 40px;
    font-weight: bold;
    font-size: 2em;
}

.featured-sessions ul, .speakers ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured-sessions ul li, .speakers ul li{
	color: #4F4D57;
	line-height: 1.4em;
	border-top: 1px solid #f1f1f1;
	float: left;
	width: 100%;
}

.speakers ul li a{
	display: block;
	padding: 20px 40px 20px 34px;
	color: #4F4D57;
	border-left: 6px solid #fff;
	float: left;
	width: 100%;
}

.featured-sessions ul li span.title{
	width: 50%;
	float: left;
	font-weight: 600;
}

.featured-sessions ul li span.category{
	width: 28%;
	margin-left: 2%;
	float: left;
}

.featured-sessions ul li span.duration{
	width: 20%;
	float: right;
}

.featured-sessions ul li span.category .category-item:last-child .separator, .page-content p.label .separator:last-child{
	display: none;
}

.item.post > a{
	display: block;
	background: #fff;
	overflow: hidden;
	min-height: 270px;
	border-radius: 2px;
}

.item.post.venue{
	overflow: hidden;
	background: #fff;
	float: left;
	width: 100%;
	border-radius: 2px;
}

.listing .item.post .inner, .listing .item.event .inner, .archive.tag .item .inner{
	padding-bottom: 30px;
	border-radius: 2px;
}

.item.post a .button{
	width: auto;
	left: 30px;
	bottom: 30px;
}

.item.post a .button.relative{
	position: relative;
	left: 0;
	bottom: 0;
}

.wp-pagenavi{
    border-top: 1px solid #000;
    padding: 20px 0;
    margin: 30px 0 0;
}

.wp-pagenavi .pages{
	border: 0;
	font-weight: 500;
	font-size: 0.875em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-left: 0;
	padding-left: 0;
	margin-top: 1px;
}

.wp-pagenavi a, .wp-pagenavi span{
	border-radius: 50%;
	border: 1px solid #d8d8d8;
    padding: 4px 7px;
    border-radius: 50%;
    color: #000;
    font-size: 0.8em;
    font-weight: 500;
    min-width: 25px;
    height: 25px;
    float: left;
    text-align: center;
}

.wp-pagenavi a{
	background: #d8d8d8;
}

.wp-pagenavi span.current{
	border-color: #d8d8d8;
	font-weight: 500;
}

.wp-pagenavi a.nextpostslink{
	background: url('assets/images/next.svg') no-repeat center #d8d8d8;
	text-indent: -9999px;
}

.wp-pagenavi a.previouspostslink{
	background: url('assets/images/prev.svg') no-repeat center #d8d8d8;
	text-indent: -9999px;
}

.wp-pagenavi a.nextpostslink:hover{
	background: url('assets/images/next.svg') no-repeat center transparent;
}

.wp-pagenavi a.previouspostslink:hover{
	background: url('assets/images/prev.svg') no-repeat center transparent;
}

.wp-pagenavi a:hover{
	border-color: #D8D8D8;
	text-decoration: none;
	background: transparent;
}

.group-buttons .button{
	position: relative;
    width: auto!important;
    display: inline-block;
    left: 0!important;
    bottom: 0!important;
    margin: 0 10px 10px 0;
}

.listing .item.session .inner{
	padding-bottom: 30px;
	border-radius: 2px;
}

.static{
	position: static;
}

.relative{
	position: relative;
}

.group-buttons.sticky{
	position: absolute;
	bottom: 20px;
	left: 45px;
}

.page-content .category-heading p:first-child{
    font-size: 2em;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
    color: #000;
}

.page-content .category-heading p + p{
	margin: 20px 0 0;
}

.list-items{
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}

.list-items li a{
	color: #000;
}

.list-items li a:hover{
	text-decoration: underline;
}

.list-items li{
	margin: 0 0 5px;
}

.list-items li:last-child{
	margin-bottom: 0;
}

.single-festivals #page-content-wrapper .wp-post-image{
	width: 100%;
}

.session-preview .jp-audio{
	font-size: 1em;
	text-align: right;
	margin-bottom: 0;
}

.session-preview .jp-controls button{
	width: 30px;
	height: 30px;
	background-size: 7px;
}

.session-preview .jp-controls button:hover, .session-preview .jp-state-playing .jp-controls button{
	background-size: 7px;
}

.session-preview .jp-audio .jp-type-single .jp-progress{
	width: calc(100% - 35px);
	left: 35px;
	top: 14px;
}

.session-preview .jp-current-time{
	text-align: left;
}

.session-preview .jp-current-time, .session-preview .jp-duration{
	font-weight: 500;
	font-size: 9px;
	margin-top: 25px;
	margin-left: 5px;
}

.session-preview a{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.session-preview a:hover .title span{
	text-decoration: underline;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea{
	background: #f1f1f1;
	border-bottom: 2px solid transparent;
	border-radius: 2px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
textarea:focus{
	border-bottom: 2px solid #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	border: 0;
}

.sidebar .contact-details{
	margin: 75px 0 25px;
}

.sidebar .contact-details .box-type{
    font-size: 1.25em;
    font-weight: 600;
    margin: 0;
}

.sidebar .contact-details h2{
	margin: 0 0 20px;
	font-size: 1.25em;
	font-weight: 400;
}

.sidebar .contact-details h2 a{
	color: #000;
	text-decoration: underline;
	font-size: 1em;
}

.sidebar .contact-details h2 a:hover{
	color: #0080C6;
}

p.inline{
	display: inline-block;
	float: left;
}

.session-tags{
	list-style: none;
	margin: 0 0 5px 40px;
	padding: 0;
	display: inline-block;
	max-width: calc(100% - 80px);
}

.session-tags li{
	display: inline-block;
	margin: 0 8px 8px 0;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: 600;
	text-transform: capitalize;
}

.session-tags li a{
	display: block;
	padding: 3px 12px;
	color: #000;
	background: #EFEDED;
	font-size: 1em;
	font-weight: 600;
	border-radius: 2px;
}

.session-tags li a:hover{
	text-decoration: none;
	filter: invert(1);
}

.bold-black{
	font-weight: bold;
	color: #000!important;
}

.single-sessions .page-content{
	padding-bottom: 22px;
	position: relative;
}

.single-sessions h1{
	margin-bottom: 20px;
}

.single-sessions h1.cancelled{
	margin-bottom: 10px;
}

.single-sessions h1.cancelled strong{
	text-decoration: line-through;
}

p.where a{
	color: #000;
}

.audio{
    background: #fff;
}

.audio h3{
    font-weight: bold!important;
    font-size: 1.5em!important;
    margin: 5px 0 0!important;
    display: inline-block;
    float: left;
    color: #000!important;
}

.page-content .session-cta{
	overflow: hidden;
}

.page-content .session-cta h3{
	color: #000;
	font-weight: bold;
	float: left;
	margin: 5px 0 0;
}

.page-content .session-cta .button{
	float: right;
}

.jp-controls button{
	background-image: url('assets/images/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0080C6;
	background-size: 12px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	z-index: 1;
	position: relative;
}

.jp-controls button:hover {
    background-color: rgba(238, 100, 35, 0.8);
    background-image: url('assets/images/play.svg');
	background-size: 12px;
    background-position: center;
	background-repeat: no-repeat;
}

.jp-state-playing .jp-controls button{
	background-image: url('assets/images/stop.png');
	background-color: #0080C6;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.single-sessions .jp-audio{
    width: calc(100% - 120px);
    float: right;
    margin: 0;
}

.speakers{
	padding: 30px 0 0;
	margin-bottom: 30px;
	overflow: hidden;
	background: #fff;
}

.single-sessions .speakers{
	float: left;
	width: 100%;
}

.speakers h3{
	font-size: 2em;
	margin: 0 0 30px 40px;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
}

.speakers ul li a:hover{
    border-left-color: #000;
	background-color: #000;
    text-decoration: none;
    color: #fff;
}

.search-result ul li a:hover{
	text-decoration: none;
}

.event-details{
	overflow: hidden;
}

.date-and-venue{
	width: calc(100% - 200px);
	float: left;
}

.date-and-venue p:last-child{
	margin-bottom: 0;
}

.event-details .ticketed-event{
	float: right;
}

.event-details .free-event{
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 600;
	float: right;
	background: url('assets/images/free.svg') no-repeat center;
	padding: 6px 15px;
	width: 112px;
	display: none;
}

.event-details .free-event.recording-note{
    width: 160px;
    background-position: right;
    background-size: cover;
    padding: 5px 20px 5px 10px;
    display: inline-block;
}

.single-speaker .wp-post-image img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.page-content p.about-speaker{
	font-weight: 600;
	margin-bottom: 5px;
}

.listing p.about-speaker{
	font-weight: 600;
}

.share{
	display: inline-block;
	position: relative;
}

.social-group{
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    width: 160!important;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    background: #EF483E;
    clear: both;
    z-index: -1;
    height: 40px;
}

.social-group.show{
    -webkit-filter: alpha(opacity=100);
    -moz-filter: alpha(opacity=100);
    -o-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    right: -160px;
    z-index: 1;
    width: 160px!important;
}

.social.share{
	list-style: none;
	margin: 0;
	padding: 0;
}

.social.share li{
	width: 40px;
	height: 40px;
	float: left;
	border-left: 1px solid #fff;
}

.social.share li a{
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #0080C6!important;
}

.social.share li a:hover{
	background-color: #000!important;
}

.social.share li a.facebook{
    background: url('assets/images/Facebook.svg') no-repeat center;
    background-size: 21px;
}

.social.share li a.twitter{
    background: url('assets/images/Twitter.svg') no-repeat center;
    background-size: 22px;
}

.social.share li a.linkedin{
    background: url('assets/images/LinkedIN.svg') no-repeat center;
    background-size: 20px;
}

.social.share li a.mail{
    background: url('assets/images/Mail.svg') no-repeat center 13px;
    background-size: 18px;
}

.share .button{
	margin-right: 0!important;
	z-index: 2;
}

.share .button:focus{
	background: #EF483E;
}

.page-content h2{
	font-size: 1.75em;
	margin: 0 0 20px;
}

.page-content h3{
	font-size: 1.5em;
	margin: 0 0 20px;
	font-weight: 600;
	color: #EF483E;
	color: #4F4D57;
}

.page-content h4{
	font-size: 1.375em;
	margin: 0 0 10px;
	font-weight: 600;
	color: #4F4D57;
}

.page-content h5{
	font-size: 1.2em;
	margin: 0 0 10px;
	font-weight: 400;
	color: #4F4D57;
}

.page-content h6{
	font-size: 1em;
	margin: 0 0 10px;
	font-weight: 400;
	color: #4F4D57;
}

.page-content blockquote{
	margin: 40px 0 40px 40px;
}

.page-content blockquote p{
	font-size: 1.375em;
	margin: 0;
	color: #EF483E;
}

.page-content blockquote h1, .page-content blockquote h2, .page-content blockquote h3,
.page-content blockquote h4, .page-content blockquote h5, .page-content blockquote h6{
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

table, th, td {
    border: 1px solid #d1d1d1;
}

table{
	width: 100%;
	margin: 20px 0;
}

th, td{
	padding: 5px;
}

.sidebar h2{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 40px 0 30px 40px;
}

.sidebar .contact-details h2, .sidebar .contact-details p{
	word-break: break-all;
}

.sidebar li.current-menu-parent{
	color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 40px 0 30px 0;
}

.sidebar li.current-menu-item.active a{
	font-weight: 600;
}

.sidebar li.current-menu-item.active a:before{
	opacity: 1;
}

.archive.term-art-ideas .sidebar li ul.sessions-sort-menu{
	display: none;
}

.sidebar li.current-menu-parent > a, .sidebar li.current-menu-parent > a:hover{
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 30px;
}

.sidebar li.current-menu-parent > a:hover:before{
	opacity: 0;
}

.sidebar li ul{
	padding: 0;
	margin: 20px 0 0 20px;
}

.sidebar ul.sub-menu-cat{
	padding: 0 40px;
	margin: 0 0 0 20px;
	float: left;
	width: 100%;
}

.sidebar li ul li{
	display: block;
	width: 100%;
}

.sidebar li ul li.session-menu-group{
	margin-bottom: 5px;
}

.sidebar li ul li.current-menu-item a{
	font-weight: 600;
}

.sidebar li ul li.current-menu-item a:before, .archive.category-news .sidebar li.all a:before,
.sidebar li ul li.current-cat a:before{
	opacity: 1;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 40px;
}

.sidebar li{
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 400;
	display: block;
	position: relative;
	margin: 0 0 25px;
    width: 100%;
}

.sidebar li a{
	color: #000;
	font-size: 1em;
	line-height: 1em;
}

.sidebar li a:before, .sidebar .sort-label a:before{
	content: '';
	background: url('assets/images/next.svg') no-repeat;
	width: 20px;
	height: 20px;
	background-size: 10px;
	display: block;
	position: absolute;
	left: -22px;
	top: 3px;
	opacity: 0;
}

.sidebar li a:hover, .single-post .sidebar .custom-menu li.current-menu-parent > a{
	font-weight: 600;
	text-decoration: none;
}

.sidebar li a:hover:before, .single-post .sidebar .custom-menu li.current-menu-parent > a:before,
.sidebar .sort-label a.highlight:before{
	opacity: 1;
}

.sidebar li ul li.current-menu-item > a:before, .sidebar .sort-label a.highlight:before,
.sidebar .sort-label a:before, .sidebar ul.sort-by li a:hover:before,
.archive.tax-session_categories .sidebar #sort-type .current-cat > a:before{
	left: -22px;
}

.sidebar li.current-custom-item > a, .archive.tax-session_categories .sidebar #sort-type .current-cat > a,
.page-id-2199 .sidebar li.custom-filter.current-cat > a{
	font-weight: 600;
}

.sidebar .sort-label{
	font-size: 1em;
	line-height: 1em;
}

.sidebar .sort-label a.highlight{
	font-weight: 600;
}

.single-post .sidebar .custom-menu li.current-menu-parent{
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 400;
    margin: 0;
}

.single-post .page-content p.label{
	color: #0080C6;
}

.single-post #page-content-wrapper .wp-post-image, .single-venues #page-content-wrapper .wp-post-image{
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.single .share{
	margin: 30px 0 0;
}

.single ul.share{
	margin: 0;
}

.single-venues .page-content h1{
	margin-bottom: 0;
}

.single-venues .page-content p.short-address{
	margin-bottom: 20px;
}

.single-venues .page-content .button{
	margin-top: 20px;
}

.past-events .item .label .upcoming, .upcoming-events .item .label .past{
	display: none;
}

.listing .item.event p.label span{
	font-size: 1em;
	font-weight: 600;
	color: #0080C6;
	float: left;
}

.listing .item.event .label{
	overflow: hidden;
}

.listing .item.event p.label span.separator{
	margin-right: 5px;
}

.listing .item.event p.label span.past:last-child .separator, .listing .item.event p.label span.upcoming:last-child .separator{
	display: none;
}

.listing .item.event .label .separator:last-child{
	display: inline-block;
	float: right;
}

.sidebar li ul li.speakers-menu.current-menu-item a:before{
	opacity: 0;
}

#filters{
	margin: 20px 0 0 20px;
}

#filters button{
	border: 0;
	background: 0;
	padding: 0;
	font-size: 1.125em;
	font-weight: 400;
	position: relative;
	display: block;
	margin: 0 0 25px;
}

#filters button:last-child{
	margin-bottom: 0;
}

#filters button:before{
	content: '';
	background: url('assets/images/next.svg') no-repeat;
	width: 20px;
	height: 20px;
	background-size: 10px;
	display: block;
	position: absolute;
	left: -22px;
	top: 3px;
	opacity: 0;
}

#filters button.is-checked:before, #filters button:hover:before{
	opacity: 1;
}

#filters button.is-checked{
	font-weight: 600;
}

#filters button:focus{
	outline: none;
}

body.year-2018 .sidebar li.year-2018 a:before, body.year-2017 .sidebar li.year-2017 a:before, body.year-2016 .sidebar li.year-2016 a:before{
	opacity: 1;
}

body.year-2018 .sidebar li.all a:before, body.year-2017 .sidebar li.all a:before, body.year-2016 .sidebar li.all a:before{
	opacity: 0!important;
}

body.fixed{
	overflow: hidden;
}

.pop-subscribe{
	position: fixed;
    top: 0;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    display: block!important;
    opacity: 0;
    transition: 300ms all;
}

.pop-subscribe.show{
	opacity: 1;
	z-index: 9999;
}

.close.subscribe{
	color: #fff;
    font-family: 'marvelregular';
    text-transform: uppercase;
    letter-spacing: 2px;
	position: absolute;
	right: 0;
	left: 0;
    bottom: 45px;
    width: 42px;
    margin: 0 auto;
}

.close.subscribe:hover{
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.pop-subscribe .enews-signup{
	margin: 0 auto;
	max-width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	box-shadow: 0 100px 200px 0 rgba(35,31,32,0.2);
	padding: 40px;
	background: #fff;
	border-radius: 2px;
}

.pop-subscribe .enews-signup .wrapper{
	position: relative;
}

.pop-subscribe .enews-signup h2{
	margin: 0 0 20px;
}

.pop-subscribe .enews-signup p{
	color: #4F4D57;
}

.pop-subscribe .enews-signup .textwidget{
	margin-bottom: 30px;
}

.pop-subscribe .enews-signup input[type="text"], .pop-subscribe .enews-signup input[type="email"]{
	background: #fff!important;
	border: 2px solid #d8d8d8!important;
	border-radius: 2px;
}

.pop-subscribe .enews-signup input[type="text"]:focus, .pop-subscribe .enews-signup input[type="email"]:focus{
	border-bottom-color: #000!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.pop-subscribe .enews-signup .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border: 2px solid #d8d8d8!important;
}

.pop-subscribe .enews-signup .gform_wrapper ul.gform_fields li.gfield.half-col{
	width: 100%;
	margin-bottom: 10px;
	padding-right: 0!important;
}

.pop-subscribe .enews-signup .gform_wrapper .gform_footer input.button{
	float: right;
	background: #0080C6;
	color: #fff;
	margin: 0!important;
	min-width: 120px;
}

.pop-subscribe .enews-signup .gform_wrapper .gform_footer input.button:hover{
	background: #0024A7;
}

.pop-subscribe .enews-signup .gform_wrapper ul.gform_fields li.gfield.half-col#field_3_2{
	margin-bottom: 0;
}

.pop-subscribe .button.close.enews{
	background: transparent;
	min-width: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	padding: 10px!important;
}

.pop-subscribe .button.close.enews img{
	width: 20px;
	height: 20px;
}

.pop-subscribe .button.close.enews:hover{
	background: #fcfcfc;
	cursor: pointer!important;
}

.search-form .search-submit{
	float: right;
	border: 0;
}

.search-form input[type="search"]{
	width: calc(100% - 34px);
	float: left;
	border: 2px solid #d8d8d8;
	color: #000;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 20px;
}

input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

input[type="search"]::-moz-placeholder {
  color: #000;
}

input[type="search"]:-ms-input-placeholder {
  color: #000;
}
input[type="search"]:-moz-placeholder {
  color: #000;
}

.search-result{
	float: left;
	width: 100%;
}

.search-result p{
	margin: 0 0 25px 40px;
	color: #4F4D57;
}

.search-result p .keyword{
	font-weight: 600;
	font-size: 1em;
	text-transform: capitalize;
}

.search-result .post-type{
	float: right;
}

.search-result.hide{
	display: none;
}

.post-type-choices{
	float: left;
	margin-top: 10px;
	width: 360px;
}

.post-type-choices label{
	position: relative;
	color: #4F4D57;
	margin-right: 40px;
	padding-left: 10px;
}

.post-type-choices label:before{
	background: #fff;
	border: 1px solid #D8D8D8;
	display: block;
	content: '';
	position: absolute;
	left: -22px;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.post-type-choices label:last-child{
	margin-right: 0;
}

.post-type-choices input[type="radio"]:checked + label:before{
	border: 5px solid #0080C6;
}

.single .page-content img{
	max-width: 100%;
	height: auto;
}

.pad-top{
	float: left;
	width: 100%;
}

.listing.rounded-images .wp-post-image, .listing.rounded-images .wp-post-img, .image.rounded img{
	border-radius: 50%!important;
}

.listing.rounded-images .inner{
	width: 100%;
}

.single-speaker #page-content-wrapper .wp-post-image{
	margin-bottom: 5px;
	max-width: 200px;
	float: right;
}

.single-speaker .page-content{
	padding-bottom: 20px;
}

.single .page-content .wp-caption{
	max-width: 100%;
}

.wp-caption-text{
	font-size: 0.875em;
	font-weight: 300;
	margin-top: 5px!important;
}

.single-festivals .featured-sessions ul{
	max-height: 752px;
	overflow-y: scroll;
}

.single-festivals .featured-sessions ul::-webkit-scrollbar {
    width: 6px;
}

.single-festivals .featured-sessions ul::-webkit-scrollbar-track {
    background: rgba(35, 31, 32, 0.1);
    border-radius: 3px;
}

.single-festivals .featured-sessions ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(35, 31, 32, 0.5);
}

.listing.rounded-images{
	float: left;
	width: 100%;
}

.listing.rounded-images .item.dedicatee a.button{
    display: inline-block;
    width: auto;
    position: 
    relative;
    bottom: 0;
    left: 0;
    margin-top: 30px;
}

#rotating-item-wrapper {
	position: relative;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-right{
	float: right;
}

.developer{
    font-size: 0.875em;
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.3em;
    margin: 20px 0 0;
}

.developer.mobile{
	display: none;
}

.developer a{
	font-size: 1em;
	font-weight: 300;
}

li.hide-current-venue{
	display: none;
}

.volunteer-cta{
    margin-bottom: 30px;
    padding: 40px;
    float: left;
    width: 100%;
}

.volunteer-cta h2{
	margin: 0 0 10px;
	font-size: 1.5em;
}

.volunteer-cta p:last-child{
	margin-bottom: 0;
}

.volunteer-cta .button{
	float: right;
	margin-top: 10px;
}

.volunteer-cta .button:hover{
	background: #fff;
	color: #000;
}

.sidebar ul.sort-by{
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0;
}

.sidebar ul.sort-by.show{
	visibility: visible;
	opacity: 1;
	height: auto;
	margin: 20px 0 0 20px;
}

.sidebar .sort-label a:hover{
	cursor: pointer;
}

.content h6{
	font-size: 0.75em;
	font-weight: 400;
}

.accessibility{
	list-style: none;
	margin: 0 0 0 -4px;
	padding: 0;
	float: left;
	width: 100%;
}

.accessibility li{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 5px 5px 0;
}

#donate-strip{
	background: #000;
	padding: 20px 0;
}

#donate-strip .button{
	float: right;
	background: #fff;
	color: #000;
}

#donate-strip .button:hover{
	background: #EF483E;
	color: #fff;
}

#donate-strip img{
	background: #9ed8e9;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 15px;
	padding: 8px;
	margin-top: 2px;
}

#donate-strip h2{
	float: left;
	color: #fff;
	font-size: 1.375em;
	margin: 7px 0 0;
}

#donate-strip h2 a{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

header .menu li.donate-menu{
	position: absolute;
	right: 130px;
}

header .menu li.donate-menu a{
    border-radius: 2px;
    background: #000;
    line-height: 1.25em;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 21px;
    border-top: 0;
}

header .menu li.donate-menu a:hover{
	background: #0080C6;
	color: #fff;
}

.related-sessions{
	float: left;
	width: 100%;
	padding: 35px 40px 10px;
}

.related-sessions h2{
	margin: 0 0 30px;
	font-weight: 900;
	font-size: 1.5em;
}

.inner.black{
	background: #000;
}

.content-block.downloadable{
	display: flex;
	align-items: center;
}

.content-block.downloadable .image-wrapper{
	float: left;
	width: 25%;
	margin-right: 40px;
}

.content-block.downloadable .image-wrapper img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.content-block.downloadable .content{
	float: left;
	width: calc(75% - 40px);
	max-width: 450px;
}

.content-block.downloadable .content h2{
    font-weight: 900;
    margin: 0 0 12px;
    font-size: 1.5em;
}

.content-block.downloadable .content p{
	font-weight: 500;
	margin: 0 0 34px;
	line-height: 1.3em;
}

.content-block.downloadable .content .download{
	float: left;
	margin-top: 0;
	position: relative;
}

.content-block.downloadable .content .download:hover{
	background: #000;
	color: #fff;
}

.content-block.downloadable .content .download:after{
	filter: invert(1);
	content: '';
	display: none;
	position: absolute;
	right: 20px;
	top: 12px;
	background: url('assets/images/download.svg') no-repeat center;
	background-size: contain;
	width: 15px;
	height: 15px;
	transition: all 0.2s ease-in-out;
}

.content-block.downloadable .content .download:hover:after{
	display: block;
}

.featured-sessions li{
	padding: 12px 40px;
	border-top: 2px solid #F1F1F1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.featured-sessions li .title span{
	font-weight: bold;
}

.featured-sessions li .title a{
	color: #F1701E;
	text-decoration: underline;
}

.featured-sessions li .title a:hover{
	text-decoration: none;
}

.featured-sessions li .details .featured-img{
	float: left;
	width: 69px;
	height: 69px;
	margin-right: 24px;
}

.featured-sessions li .title{
	float: left;
	width: calc(100% - 93px);
	padding-right: 40px;
}

.featured-sessions li .details{
	float: left;
	width: calc(100% - 200px);
	display: flex;
	align-items: center;
}

.featured-sessions li .audio{
	float: right;
	width: 45%;
}

.post-paginate{
	position: absolute;
	top: -27px;
	left: 0;
	width: 100%;
}

.post-paginate a{
	color: #000;
	font-weight: 500;
	background: url('assets/images/arrow-left.svg') no-repeat left;
	background-size: 7px;
	padding-left: 15px;
}

.post-paginate a:nth-child(2){
	float: right;
	padding-left: 0;
	padding-right: 15px;
	background: url('assets/images/arrow-right.svg') no-repeat right;
	background-size: 7px;
	padding-left: 15px;
}

.fest-2009 .post-paginate a, .fest-2007 .post-paginate a, .fest-2001 .post-paginate a, .fest-1999 .post-paginate a{
	color: #fff;
	background: url('assets/images/arrow-left-white.svg') no-repeat left;
	background-size: 7px;
	padding-left: 15px;
}

.fest-2009 .post-paginate a:nth-child(2), .fest-2007 .post-paginate a:nth-child(2), .fest-2001 .post-paginate a:nth-child(2), .fest-1999 .post-paginate a:nth-child(2){
	float: right;
	padding-left: 0;
	padding-right: 15px;
	background: url('assets/images/arrow-right-white.svg') no-repeat right;
	background-size: 7px;
	padding-left: 15px;
}

/* Temporary homepage banner */

.home #hero{
	background: #000;
	max-height: 720px;
	padding: 135px 0 120px;
	position: relative;
}
.home #hero:after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 100%;
	width: 320px;
	background: #0080C6;
	z-index: 1;
}
.home #hero .logo img{
	top: -80px;
}
.home #hero h1{
	color: #FFF;
	font-size: 2.625em;
	line-height: 1.25em;
	font-weight: 900;
	max-width: 500px;
	margin: 0 auto;
}

.home #hero h1 a{
	color: #337ab7;

}

.home #hero h1 a:hover{
	color: #FFF;
}


.home #hero h1 span{
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	position: relative;
}
.home #hero h1 span:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 5px;
	width: 100%;
	left: 0;
	background: #0080C6;
}
.home #hero .banner-wrapper img{
	width: 100%;
}
.home #hero .flex{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.home #hero .content-wrapper{
	display: inherit;
	height: auto;
}
.header-wrapper.yellow .logo img{
	filter: invert(1);
}
.audio .fest-cover{
	float: left;
	width: calc(36% - 30px);
	margin-right: 20px;
	display: flex;
}
.audio .fest-cover img{
	max-width: 160px;
	margin-left: 20px;
	margin-top: 10px;
}
.audio .audio-transcript{
	float: left;
	width: 64%;
	position: relative;
	margin-bottom: 30px;
}
.able-controller .able-seekbar{
	padding-left: 5px!important;
}
.able{
  box-shadow: none!important;
  background-color: transparent!important;
  margin: 0!important;
}
.able-player{
  background-color: transparent!important;
  padding-top: 20px;
}
.able-controller{
  border-bottom: 0!important;
  background-color: transparent!important;
  min-height: 0!important;
  padding-top: 54px!important;
  padding-bottom: 54px!important;
  text-align: center;
}
.able-status-bar span.able-timer{
  width: 100%!important;
}
.able-status-bar span{
	font-size: 12px!important;
}
.able-status{
  display: none;
}
.able-status-bar span.able-speed{
  display: block!important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-style: italic;
}
.able-status-bar{
  padding: 0!important;
  height: auto!important;
  min-height: 0!important;
  position: absolute;
  width: 100%;
  top: 20px;
}
.able-status-bar{
  font-size: 10px!important;
  opacity: 0.4!important;
}
.able-duration{
  float: right;
}
.able-right-controls{
  position: absolute;
  width: 100%;
  float: left;
  top: -20px;
  text-align: left;
}
.able-seekbar-wrapper{
	width: 100%!important;
}
.able-button-handler-volume, .able-button-handler-preferences, .able-button-handler-restart{
	display: none!important;
}
div.able-now-playing{
	padding: 0!important;
}
.able-button-handler-slower{
	background: url('assets/images/turtle.svg') no-repeat center!important;
	background-size: contain!important;
	width: 32px;
	height: 22px;
	position: absolute;
	left: 95px;
	top: -72px;
}
.able-button-handler-slower svg, .able-button-handler-faster svg{
	display: none!important;
}
.able-button-handler-faster{
	background: url('assets/images/rabbit.svg') no-repeat center!important;
	background-size: contain!important;
	width: 32px;
	height: 25px;
	position: absolute;
	left: 340px;
	top: -72px;
}
.able-white-controls .able-seekbar{
	border: 0!important;
	margin: 0!important;
}
.able-seekbar{
	background-color: #D8D8D8!important;
	height: 6px!important;
	border-radius: 6px!important;
}
.able-seekbar-loaded{
	height: 6px!important;
	opacity: 0.4!important;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.able-seekbar-played{
	background-color: #000!important;
	height: 6px!important;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.able-seekbar-head{
	background-color: #000!important;
	height: 14px!important;
	width: 14px!important;
	top: -6px!important;
	border: 0!important;
	border-radius: 50%!important;
}
.able-button-handler-play{
    background-color: #fff!important;
    filter: invert(1);
    border-radius: 50%;
    text-align: center;
    width: 62px;
    height: 62px;
    margin-right: 34px!important;
}
.able-button-handler-play svg{
	width: 26px!important;
	height: 26px!important;
	position: relative;
	top: 18px;
	left: 2px;
}
.able-button-handler-rewind{
	background: url('assets/images/rewind.svg') no-repeat center!important;
	background-size: contain!important;
	width: 26px;
	height: 28px;
	position: absolute!important;
	left: 0;
	top: 17px;
}
.able-button-handler-forward{
	background: url('assets/images/forward.svg') no-repeat center!important;
	background-size: contain!important;
	width: 26px;
	height: 28px;
}
.able-button-handler-rewind svg, .able-button-handler-forward svg{
	display: none!important;
} 
.able-controller .able-left-controls:nth-child(2){
	padding-left: 64px;
	position: relative;
	width: 195px;
	margin: 0 auto;
	float: none;
}
.able-controller .able-left-controls:nth-child(5){
	position: absolute;
	bottom: 0;
}
.able-tooltip{
	display: none!important;
	opacity: 0!important;
}
.able-button-handler-transcript{
	position: absolute!important;
	left: 0;
	bottom: 0;
    background: #EFEDED!important;
    width: 160px;
    padding: 8px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    opacity: 1!important;
    border-radius: 2px;
    margin: 0!important;
}
.able-button-handler-transcript:before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 14px;
	background: url('assets/images/transcript.svg') no-repeat center;
	background-size: contain;
}
.able-button-handler-transcript svg{
	display: none!important;
}
.able-controller div[role=button]:focus, .able-controller div[role=button]:hover{
	outline: none!important;
}
.dl-transcript{
	background: #EFEDED;
	padding: 8px!important;
	display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.dl-transcript:before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 14px;
	margin-right: 8px;
	background: url('assets/images/download.svg') no-repeat center;
	background-size: contain;
}
.dl-transcript:hover{
	text-decoration: none;
	cursor: pointer;
	filter: invert(1);
	color: #000;
}
.able-transcript-area{
	position: absolute!important;
	bottom: auto!important;
	top: 100%!important;
	margin-top: 10px!important;
	border: 1px solid #EFEDED!important;
	border-radius: 2px!important;
	left: 0!important;
}
.able-window-toolbar{
	background-color: transparent!important;
	padding: 15px!important;
}
.able-window-toolbar label{
	color: #000!important;
	font-style: italic;
	font-size: 12px;
}
#autoscroll-transcript-checkbox{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	filter: grayscale(1);
}
.able-window-toolbar .able-popup{
	display: block!important;
}
.able-window-toolbar .able-popup li{
	display: none!important;
}
.able-window-toolbar .able-popup li:last-child{
	display: block!important;
	color: #000!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 12px!important;
	font-style: italic;
}
.able-window-toolbar .able-popup li:last-child:after{
	content: '';
	display: inline-block;
	margin-left: 7px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
	background: url('assets/images/close-dark.svg') no-repeat center;
	background-size: contain;
}
.able-popup{
	background-color: transparent!important;
	opacity: 1!important;
	border-radius: 0!important;
}
.able-window-toolbar .able-popup{
	right: 20px!important;
	top: 15px!important;
}
.able-button-handler-transcript.able-focus, .able-button-handler-transcript:hover{
	filter: invert(1);
}
.able-transcript{
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.able-transcript-block span{
	font-size: 14px;
}
.able-transcript-block span span{
	font-size: 1em;
}
.able-transcript span:active, .able-transcript span:focus, .able-transcript span:hover{
	background: #FAD802!important;
}
.able-duration{
	font-size: 12px;
	position: relative;
}
.able-duration:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	height: 100%;
	background: #fff;
	width: 5px;
}
.audio-transcript .bold-black{
	margin-top: 13px;
}
.fest-2009 .related-sessions > h2, .fest-2007 .related-sessions > h2, .fest-2001 .related-sessions > h2, .fest-1999 .related-sessions > h2{
	color: #fff;
}
.session-preview .btn{
	background: #000;
	padding: 12px;
	width: 180px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	float: right;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.session-preview a:hover .btn{
	padding-right: 30px;
}
.session-preview .btn span{
	position: absolute;
	display: none;
	right: 15px;
	top: 22px;
}
.session-preview .btn span:before{
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #fff;
}
.session-preview .btn span:after{
	content: '';
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: -1px;
	top: -3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.session-preview a:hover .btn{
	cursor: pointer;
	text-decoration: none;
	background: #000;
	color: #fff;
}

.session-preview a:hover .btn span{
	display: block;
}
.main-menu li.current-menu-parent.menu-item-547 > a{
	border-top-color: #000;
}
.search-result .session-preview{
	display: block;
	padding: 0;
}
.search-result .session-preview span.post-type{
	text-transform: uppercase;
	font-weight: 600;
	background: #D8D8D8;
	color: #000;
	padding: 0 3px;
	font-size: 14px;
}
.search-result .session-preview .title{
	width: auto;
}
.search-result .highlight {
    font-weight: bold;
    font-style: italic;
}
.search-result .search-preview{
	padding: 0;
}
.search-result a{
	color: #000;
	display: block;
	padding: 12px 40px;
	float: left;
	width: 100%;
	background: #fff;
}
.search-result .session-preview .excerpt{
	float: left;
	width: 100%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 1.2em;
}
.search-result .session-preview a:hover{
	filter: invert(1);
}
.search-result .session-preview a:hover span.post-type{
	background: #000;
	color: #fff;
}

.able-draggable:hover, .able-draggable{
	cursor: default!important;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.able-clipped{
	display: none;
	opacity: 0;
	font-size: 14px;
	color: #000;
	clip: unset!important;
	width: auto!important;
	height: auto!important;
	overflow: none!important;
	bottom: -20px;
}

.able-button-handler-slower:hover .able-clipped, .able-button-handler-faster:hover .able-clipped,
.able-button-handler-forward:hover .able-clipped, .able-button-handler-rewind:hover .able-clipped,
.able-button-handler-play:hover .able-clipped{
	opacity: 1;
	display: block;
	width: auto!important;
	height: auto!important;
	overflow: none!important;
}

.able-button-handler-slower:hover .able-clipped, .able-button-handler-faster:hover .able-clipped{
	left: -4px;
}

.able-button-handler-forward:hover .able-clipped{
	left: -13px;
}

.able-button-handler-rewind:hover .able-clipped{
	left: -8px;
}

.able-button-handler-play:hover .able-clipped{
	color: #fff;
	left: 20px;
	bottom: -23px;
}

.able-button-handler-play[aria-label="Pause"] .able-clipped{
	font-size: 0;
}
.able-button-handler-play:after{
	content: 'Pause';
	display: none;
	position: absolute;
	color: #fff;
	font-size: 14px;
	bottom: -26px;
	left: 13px;
}

.able-button-handler-play[aria-label="Pause"]:hover:after{
	display: block;
}

.able-button-handler-transcript .able-clipped{
	width: auto!important;
	height: auto!important;
	position: relative!important;
	margin: 0 0 0 8px!important;
	font-size: 12px!important;
	line-height: 1em!important;
	font-weight: bold!important;
	bottom: 0!important;
	opacity: 1!important;
	display: block!important;
}

.partners h3{
	margin-bottom: 0!important;
}

.partners .top-logo{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.partners .left, .partners .right{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.partners img{
	width: auto;
}

@media screen and (min-width: 2100px){
	.home #hero:after{
		width: 600px;
	}
}
@media screen and (min-width: 1900px){
	.home #hero:after{
		width: 450px;
	}
}
@media screen and (max-width: 1349px){
	.able-button-handler-slower{
		left: 65px;
	}
	.able-button-handler-faster{
		left: 305px;
	}
	.audio .fest-cover img{
		max-width: 127px;
	}
}
@media screen and (max-width: 1199px){
	.home #hero h1{
		max-width: 100%;
		font-size: 2.25em;
		line-height: 1.2em;
	}
	.home #hero:after{
		width: 250px;
	}
	.home #hero{
		padding: 150px 0 100px;
	}
	.home #hero .logo img{
		top: -100px;
	}
	.able-button-handler-play{
		margin-right: 15px!important;
	}
	.able-controller .able-left-controls:nth-child(2){
		padding-left: 28px;
	}
	.able-button-handler-rewind{
		left: 11px;
	}
	.able-button-handler-slower{
		left: 45px;
	}
	.able-button-handler-faster{
		left: 220px;
	}
	.audio .fest-cover{
		display: block;
	}
	.audio .fest-cover img{
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px){
	.audio .fest-cover h3{
		display: block;
		width: 100%;
	}
	.session-preview a{
		display: block;
	}
	.session-preview .btn{
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.home #hero .flex{
		display: block;
	}
	.home #hero h1{
		margin: 20px 0 40px;
		max-width: 90%;
		float: left;
	}
	.home #hero{
		max-height: 100%;
		padding-bottom: 60px;
	}
	.home #hero:after{
		content: none;
	}
	.audio .fest-cover{
		width: 100%;
		margin-bottom: 20px;
	}
	.audio .audio-transcript{
		width: 100%;
	}
	.audio{
		float: left;
		width: 100%;
	}
	.able-button-handler-faster{
		left: 235px;
	}
	.able-button-handler-slower{
		left: 58px;
	}
}
@media screen and (max-width: 767px){
	.session-preview .btn{
		float: left;
		margin: 10px 0;
		width: 100%;
	}
	.home #hero .content-wrapper{
		padding: 0 15px;
	}
	.home #hero{
		padding: 100px 0 20px;
	}
	.home #hero .logo img {
    	top: -60px;
	}
	.home #hero h1{
		max-width: 95%;
		font-size: 1.6em;
		margin: 10px 0 25px;
	}
	.able-button-handler-faster{
		left: 85px;
	}
	.able-button-handler-slower {
    	left: -100px;
	}
	.able-controller .able-left-controls:nth-child(5){
		width: 100%;
	}
	.search-result .session-preview span.post-type{
		width: auto;
		float: left;
		display: block;
		clear: both;
	}
	.search-result .session-preview{
		padding: 0;
	}
	.search-result a{
		padding: 12px 20px;
	}
}


@media screen and (max-width: 1350px){
	#explore-menu li{
		margin-right: 25px;
	}
	#hero .rotating-item{
		margin-right: 0;
	}
	#featured-content-area{
		background-size: contain;
	}
	.content-wrapper .content{
		padding: 40px 0;
	}
}

@media screen and (max-width: 1199px){
	.page-content .session-cta h3{
		display: block;
		width: 100%;
		margin: 0 0 15px;
	}
	.page-content .session-cta .button{
		float: left;
	}
	#featured-content-area {
	    background-position-x: 140%;
	}
	#hero .tagline{
		width: 350px;
	}
	#hero .rotating-item{
		width: 450px;
		height: 460px;
		float: right;
	}
	.menu h2.label{
		float: left;
	}
	#explore-menu .menu{
		width: 100%;
		float: left;
		text-align: left;
	}
	#explore-menu .menu-2018-explore-menu-container{
		float: left;
    	width: calc(100% - 110px);
	}
	#explore-menu li a{
		padding: 5px 0;
	}
	#explore-menu #menu-2018-explore-menu{
		margin: 17px 0 15px;
	}
	.item.post.venue .group-buttons.sticky{
		position: relative;
		left: 40px;
	}
	.item.post.venue .inner{
		padding-right: 0;
	}
	.item.post.venue .group-buttons.sticky .button{
		min-width: 187px;
	}
	.featured-sessions li .details .featured-img{
		margin-right: 15px;
		width: 60px;
		height: 60px;
	}
	.featured-sessions li .title {
	    float: left;
	    width: calc(100% - 75px);
	    padding-right: 20px;
	}
}

@media screen and (max-width: 991px){
	.logo img{
		width: 380px;
    	height: 74px;
	}
	.home .logo img{
		height: 49.8px;
	}
	.item.featured-content-box .inner .image.rounded{
		text-align: center;
	}
	.item.featured-content-box .inner .image.rounded img{
		max-width: 250px!important;
		margin: 10px auto 40px!important;
	}
	#featured-content-area {
	    background-position-x: 335px;
	}
	.content-wrapper .content {
	    padding: 25px 0;
	}
	.menu li{
		margin-right: 25px;
	}
	header .menu li.donate-menu{
		right: 115px;
	}
	.item.pod .inner.no-link{
		padding-bottom: 40px;
	}
	.developer{
		float: right;
	}
	.developer a{
		clear: both;
		display: block;
	}
	#hero .tagline{
		margin-left: 0;
	}
	#hero .rotating-item{
		width: 350px;
		height: 358px;
		margin-top: 100px;
	}
	.content-blocks .item.testimonial{
		height: auto!important;
	}
	.item.testimonial .quote-from{
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
	.post-type-choices{
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.search-form .search-submit{
		width: 100%;
	}
	.content-block.downloadable .image-wrapper{
		width: 30%;
		margin-right: 20px;
	}
	.content-block.downloadable .content{
	    width: calc(70% - 20px);
	    max-width: 450px;
	}
	.content-block.downloadable .content h2{
		margin: 0 0 5px;
	}
	.content-block.downloadable .content p{
		margin: 0 0 20px;
	}
	.featured-sessions li{
		display: block;
	}
	.featured-sessions li .details, .featured-sessions li .audio{
		width: 100%;
	}
	.featured-sessions li .audio{
		margin-top: 12px;
		padding-left: 75px;
	}
	.featured-sessions li .title a{
		display: block;
		width: 80px;
	}
}

@media screen and (max-width: 767px){
	.logo img{
		width: 300px;
    	height: 58px;
	}
	.home .logo img{
		height: 39.31px;
	}
	#hero .logo img{
		top: 30px;
	}
	.page-content .session-cta h3{
		text-align: center;
	}
	header .menu li.donate-menu{
		position: relative;
		right: 0;
	}
	header .menu li.donate-menu a{
		margin-top: 0;
		border-radius: 0;
		width: 100%;
	}
	#donate-strip{
		text-align: center;
	}
	#donate-strip .button{
		margin-top: 20px;
	}
	#donate-strip img{
		float: none;
		display: inline-block;
		padding: 11px;
		height: 50px;
		width: 50px;
		margin-bottom: 10px;
	}
	#donate-strip h2{
		float: none;
	}
	.volunteer-cta .button{
		margin-top: 30px;
	}
	.developer.mobile{
		display: block;
		float: left;
		margin-left: 7px;
	}
	.developer.mobile a{
		clear: none;
		display: inline-block;
	}
	.center-image, .rounded{
		text-align: center;
	}
	.center-image img, .listing.rounded-images .center-image .wp-post-image, .rounded img{
		max-width: 250px!important;
		margin: 10px auto 40px!important;
	}
	.lg-right{
		float: left;
	}
	.single-speaker #page-content-wrapper .wp-post-image{
		max-width: 100%;
	}
	.listing.rounded-images .wp-post-image, .listing.rounded-images .wp-post-img{
		margin-bottom: 20px!important;
	}
	.button{
		padding: 10px;
	}
	.home header{
		padding: 15px 0;
	}
	header{
		padding: 15px 0 0;
	}
	#rotating-item-wrapper{
		height: 310px;
	}
	#hero .rotating-item{
		left: auto;
		right: 0;
		width: 300px;
		height: 308px;
	}
	#mobile-search-link{
		float: right;
	}
	#mobile-search-link a{
		color: #000;
		font-weight: 500;
		position: relative;
		width: 78px;
		display: block;
		margin-top: 4px;
	}
	#mobile-search-link a:after{
		content: '';
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		right: 0;
		top: 3px;
		background: url('assets/images/Search.svg') no-repeat;
	}
	.page-template-page-search #mobile-search-link{
		display: none;
	}
	.navbar{
	    width: 80px;
	    position: relative;
	    right: 0;
	    top: 0;
	    height: 30px;
	    float: left;
	}
	.navbar-header button{
	    background: transparent;
	    border: 0;
	    position: relative;
	    width: 80px;
	    height: 30px;
	    padding: 0;
	    float: left;
	}
	.main-menu li.mob-item{
		display: block;
	}
	body.fixed{
		overflow: hidden;
		position: fixed;
	}
	.icon-bar {
	    background: #000;
	    display: block;
	    width: 30px;
	    height: 5px;
	    border-radius: 0;
	}
	.icon-bar.top {
	    top: 0;
	    left: 0;
	    -webkit-transition: -webkit-transform .4s,top .2s .4s;
	    -o-transition: -o-transform .4s,top .2s .4s;
	    transition: transform .4s,top .2s .4s;
	    position: absolute;
	}
	.icon-bar.middle {
	    top: 12px;
	    left: 0;
	    -webkit-transition: -webkit-transform .4s,top .2s .4s;
	    -o-transition: -o-transform .4s,top .2s .4s;
	    transition: transform .4s,top .2s .4s;
	    position: absolute;
	}
	.icon-bar.bottom {
	    bottom: 0;
	    left: 0;
	    -webkit-transition: -webkit-transform .4s,bottom .2s .4s;
	    -o-transition: -o-transform .4s,bottom .2s .4s;
	    transition: transform .4s,bottom .2s .4s;
	    position: absolute;
	}
	.navbar button .label{
		float: right;
		font-weight: 500;
		font-size: 1em;
	}
	.navbar button .label.close{
		display: none;
	}
	.fixed .navbar button .label{
		display: none;
	}
	.fixed .navbar button .label.close{
		display: inline-block;
	}
	.mobile-menu {
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: fixed;
	    top: 124px;
	    left: 0;
	    width: 100%;
	    min-height: 100%;
	    background: #fff;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: opacity .6s,visibility 0s .6s;
	    -o-transition: opacity .6s,visibility 0s .6s;
	    transition: opacity .6s,visibility 0s .6s;
	    z-index: 1000;
	    -webkit-box-ordinal-group: 2;
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    height: 100vh;
	}
	.logged-in .mobile-menu, .mobile-menu{
		top: 60px;
	}
	.mobile-menu.toggle-menu{
	    opacity: 1;
	    visibility: visible;
	    -webkit-transition: opacity .6s;
	    -o-transition: opacity .6s;
	    transition: opacity .6s;
	}
	.mobile-menu .menu li {
	    width: 100%;
	    margin: 0;
	    font-size: 1.375em;
	    border-top: 1px solid #d8d8d8;
	}
	.mobile-menu .menu li a {
		color: #000;
	    display: block;
	    padding: 15px 15px 15px 55px;
	    font-size: 1em;
	}
	.mobile-menu .menu li.current-menu-item > a, .mobile-menu .menu li.current-menu-parent > a{
		font-weight: bold;
	}
	header .menu li.search-menu{
		display: none;
	}
	.mobile-menu .menu li a:hover{
		color: #000;
		text-decoration: none;
	}
	.mobile-menu .menu li.menu-item-has-children > a {
	    pointer-events: none;
  		cursor: default;
  		background-image: url('assets/images/down.svg');
  		background-repeat: no-repeat;
  		background-position: calc(100% - 20px);
    	background-size: 25px;
	}
	.mobile-menu .menu li.menu-item-has-children > a:hover{
		background: transparent;
		color: #8e847b;
	}
	.mobile-menu .menu li.menu-item-has-children.toggled > ul{
		display: block!important;
	}
	.mobile-menu .menu li.menu-item-has-children > ul{
		position: relative;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
	}
	body.toggle-program .mobile-menu .menu li.program-menu > ul,
	body.toggle-program .mobile-menu .menu li ul li.session-menu-group.active > ul{
		display: block!important;
	}
	.mobile-menu .menu li.menu-item-has-children.toggled > a{
		background-image: url('assets/images/up.svg');
	}
	.mobile-menu .menu li ul li{
		font-size: 1.125em;
	}
	.mobile-menu .menu li ul li a{
		padding-left: 60px;
	}
	.mobile-menu .menu li ul ul li a{
		padding-left: 70px;
	}
	.mobile-menu .menu li ul li a:hover, .mobile-menu .menu li ul li.current-menu-item a{
		background-color: rgba(158,216,233,0.2);
		border-left-color: #9ED8E9;
	}
	.mobile-menu .menu-container{
	    height: calc(100% - 95px);
		overflow-x: auto;
		overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	.fixed .icon-bar.top {
	    top: calc(50% - 2px);
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top .2s,-webkit-transform .4s .2s;
	    -o-transition: top .2s,-o-transform .4s .2s;
	    transition: top .2s,transform .4s .2s;
	}
	.fixed .icon-bar.middle {
	    opacity: 0;
	}
	.fixed .icon-bar.bottom {
	    bottom: calc(50% - 3px);
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom .2s,-webkit-transform .4s .2s;
	    -o-transition: bottom .2s,-o-transform .4s .2s;
	    transition: bottom .2s,transform .4s .2s;
	}
	#hero .rotating-item{
		margin-top: 0;
	}
	.menu h2.label{
		display: none;
	}
	#explore-menu li{
		font-weight: 600;
    	margin: 0 10px 10px 0;
	}
	#explore-menu li a {
	    padding: 8px 15px;
	    border: 1px solid #d8d8d8;
	    border-radius: 2px;
	    font-weight: 600;
	}
	#explore-menu .menu-2018-explore-menu-container{
		width: 100%;
	}
	#explore-menu #menu-2018-explore-menu{
		text-align: center;
	}
	#explore-menu #menu-2018-explore-menu {
	    margin: 40px 0 30px;
	}
	#explore-menu li a:hover{
		text-decoration: none;
		background: #f1f1f1;
	}
	.item .wp-post-img, .item.featured-content-box img{
		border-radius: 2px;
	}
	.item:not(.headshot) .inner{
		padding: 20px 20px 60px;
		height: auto!important
	}
	.home .item.featured .inner{
		padding: 20px;
	}
	.item.pod .button {
	    bottom: 20px;
	    left: 20px;
	}
	.button, .featured-content-box .button.relative{
		min-width: 0;
		width: 100%;
	}
	#featured-content-area{
		background-image: none!important;
	}
	#featured-content-area .mobile-image{
		max-width: 100%;
	}
	.content-wrapper{
		height: auto;
		display: block;
		padding: 30px 15px 50px;
	}
	.content-wrapper .content{
		padding: 5px 0 0;
	}
	.content-button a{
		min-width: 0;
		display: block;
		width: 100%;
	}
	#featured-content-area h2{
		max-width: 100%;
	}
	.gform_wrapper ul.gform_fields li.gfield.half-col{
		width: 100%;
		margin-bottom: 10px;
	}
	#enews .gform_body, #enews .gform_footer{
		width: 100%;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea{
		padding: 4px 15px!important;
		border-radius: 2px;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height: 1em!important;
		min-height: 40px!important;
		border-radius: 2px;
	}
	#enews .gform_footer .button{
		margin-bottom: 0;
	}
	.panel .content-wrapper, .panel .image-wrapper{
		height: auto;
	}
	.panel .image-wrapper .image{
		width: 100%;
		display: block;
	}
	#enews{
		padding: 50px 15px;
	}
	.panel {
	    padding: 20px 0;
	}
	.panel .button {
	    margin-top: 10px;
	}
	.panel .content-wrapper{
		padding-bottom: 40px;
	}
	.panel .image-wrapper{
		display: block;
		padding: 0 15px 40px;
	}
	#pods{
		padding: 50px 0 20px;
	}
	.item.pod .inner{
		border-radius: 2px;
	}
	#partners {
	    padding: 50px 0 0;
	}
	footer{
		padding-top: 45px;
	}
	footer .menu li{
		margin: 0 0 15px;
	}
	footer .socials .menu-social-container{
		float: left;
		margin-top: 3px;
	}
	footer .button.enews{
		width: 140px;
	}
	#footer-menu-1{
		margin-top: 40px;
	}
	footer .menu li {
	    margin: 0 0 15px 7px;
	}
	footer .textwidget{
		margin-left: 7px;
	}
	.image-wrapper .image img{
		max-width: 100%;
	}
	.header-wrapper{
		margin-top: 15px;
		padding: 30px 0;
	}
	.header-wrapper .logo img{
		max-width: 100%;
		margin: 0;
	}
	.header-wrapper .tagline{
	    display: none;
	}
	.page-content{
		margin-top: 30px;
		padding: 20px;
	}
	.page-content hr{
		margin: 20px -40px;
	}
	.speakers{
		padding: 20px 0 0;
	}
	.speakers h3{
		margin: 0 0 20px 20px;
	}
	.speakers ul li a{
		padding: 12px 20px;
	}
	.related-sessions{
		padding: 20px;
	}
	.related-sessions h2{
		margin: 0 0 18px;
	}
	.related-sessions .item .inner{
		padding-bottom: 20px;
	}
	.related-sessions .item:last-child{
		margin-bottom: 10px;
	}
	.content-block h2.inline-block{
		display: block;
		margin: 0 0 30px;
	}
	.content-block{
		overflow: hidden;
	}
	h2.section-heading{
		margin-left: 0;
	}
	.featured-sessions h2.section-heading{
		margin-left: 40px;
	}
	.featured-sessions ul li span.title {
	    width: 100%;
	    float: left;
	    font-weight: 600;
	    line-height: 1.3em;
	    margin-bottom: 5px;
	}
	.featured-sessions ul li span.category{
		width: 100%;
		margin-left: 0;
		font-size: 0.875em;
	}
	.featured-sessions ul li span.category span.category-item{
		font-size: 1em;
	}
	.featured-sessions ul li span.duration{
		width: 100%;
		font-size: 0.875em;
		float: left;
		margin-top: 10px;
	}
	.group-buttons .button, .item.post a .button, .audio h3{
		width: 100%;
		display: block;
	}
	#page-content-wrapper{
		padding-bottom: 40px;
	}
	.page-template-default .listing .item.post.speaker, .event-details .ticketed-event{
		width: 100%;
	}
	.item.post > a {
	    min-height: 50px;
	}
	.single-speaker .wp-post-image img{
		margin-top: 30px;
		margin-bottom: 0!important;
	}
	.date-and-venue{
		width: 100%;
		margin-bottom: 20px;
	}
	.single-sessions .jp-audio {
	    width: 100%;
	    float: left;
	    margin: 20px 0 0;
	}
	.listing{
		float: left;
		width: 100%;
	}
	.group-buttons.sticky, .item.post.venue .group-buttons.sticky{
		position: relative;
		bottom: 0;
		left: 0;
		padding: 0 30px;
    	margin-bottom: 40px;
	}
	.single-venues #page-content-wrapper .wp-post-image{
		margin-top: 15px;
	}
	.event-details .free-event{
		float: left;
	}
	.group-buttons .button{
		margin-right: 0;
	}
	.share{
		width: 100%;
		overflow: hidden;
	}
	.social-group{
		left: auto;
		right: -160px;
	}
	.social-group.show{
		right: 0;
		left: auto;
		z-index: 2;
	}
	.sidebar .contact-details {
	    margin: 30px 0;
	    float: left;
	    width: 100%;
		padding: 0 40px;
	    overflow-wrap: break-word;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		width: 100%!important;
	}
	.gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0!important;
	}
	.pop-subscribe .button.close.enews{
		width: auto;
	}
	.pop-subscribe .enews-signup{
		top: 50px;
	    box-shadow: 0 100px 200px 0 rgba(35,31,32,0.15);
	    max-width: calc(100% - 50px);
	}
	.search-result .post-type {
	    float: left;
	    font-size: 0.875em;
	    width: 100%;
	}
	#hero .tagline{
		margin-top: 0;
		width: 65%;
	}
	#hero .content p{
		max-width: 100%;
	}
	.content-block{
		padding: 20px;
	}
	.featured-sessions{
		padding: 20px 0 0;
	}
	.featured-sessions h2.section-heading {
	    margin-left: 20px;
	    margin-bottom: 15px;
	}
	.featured-sessions li{
		padding: 12px 20px;
	}
	.single-sessions .page-content{
		margin-top: 45px;
	}
}

@media screen and (max-width: 600px){
	#hero .logo img{
		max-width: 100%;
	}
	#rotating-item-wrapper{
		height: 288px;
	}
	#hero .rotating-item{
		width: 280px;
    	height: 288px;
    	max-width: 60%;
	}
	#hero .tagline{
		width: 100%;
		max-width: 300px;
		margin-top: 15px;
	}
	#hero .content{
		width: 85%;
		float: none;
		margin: 10px auto;
	}
	#hero .content p{
		margin-bottom: 30px;
		line-height: 1.3em;
	}
	.logo img{
		width: 260px;
		height: 51px;
	}
	.home .logo img{
		height: 34.08px;
	}
	#featured-sessions{
		padding: 30px 0;
	}
	.intro-copy{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 485px){
	.social-group.show{
		right: calc(50% - 80px);
	}
	.social.share li:last-child{
		border-right: 1px solid #fff;
	}
	.post-type-choices label{
		margin-right: 20px;
		padding-left: 6px;
	}
	#rotating-item-wrapper, #hero .rotating-item{
		height: 240px;
	}
}

@media screen and (max-width: 414px){
	.post-type-choices label[for=all]{
	    margin-right: calc(100% - 50px);
	}
	.post-type-choices label[for=sessions]{
	    margin-right: calc(100% - 95px);
	}
	.post-type-choices label[for=speakers]{
	    margin-right: calc(100% - 100px);
	}
	.post-type-choices input[type="radio"]{
		margin-bottom: 10px;
	}
	#rotating-item-wrapper, #hero .rotating-item{
		height: 200px;
	}
	.logo img {
	    width: 220px;
	    height: 43px;
	}
	.home .logo img{
		width: 260px;
		height: 34.08px
	}
	#hero .logo img{
		top: 20px;
	}
	.content-wrapper .content{
		padding: 0;
	}
	h2{
		font-size: 1.778em;
	}
	.page-content{
		padding: 20px 20px 25px;
		margin-bottom: 20px;
	}
	.page-content h1{
		margin-bottom: 20px;
	}
	#page-content-wrapper{
		padding-bottom: 20px;
	}
	h2.section-heading{
		margin: 20px 0;
	}
	.item {
	    margin-bottom: 20px;
	}
	.content-block.downloadable{
		display: block;
		padding: 0;
	}
	.content-block.downloadable .image-wrapper{
		width: 100%;
		margin-bottom: 10px;
	}
	.content-block.downloadable .content{
		width: 100%;
		padding: 20px;
	}
	.single-festivals .featured-sessions ul{
		max-height: 500px;
	}
	.able-controller{
		padding-top: 30px!important;
	}
	.able-button-handler-transcript{
		width: 130px;
	}
}

@media screen and (max-width: 375px){
	footer .button.enews {
	    width: 120px;
	}
	.single-festivals .featured-sessions ul{
		max-height: 400px;
	}
	.able-button-handler-play{
		margin-right: 10px!important;
	}
	.able-controller .able-left-controls:nth-child(2){
		width: 180px;
	}
	.able-button-handler-slower {
    	left: -90px;
	}
	.able-button-handler-faster {
    	left: 75px;
	}
}

@media screen and (max-width: 320px){
	.pop-subscribe .enews-signup{
		top: 0;
	    max-width: calc(100% - 40px);
	    padding: 40px 25px 25px;
	}
	.sidebar .contact-details .box-type{
		font-size: 1.2em;
	}
	#rotating-item-wrapper, #hero .rotating-item {
	    height: 160px;
	}
	#hero .tagline{
		max-width: 250px;
		margin-top: 10px;
	}
	#hero .content{
		width: 100%;
		margin: 0 auto;
	}
	#hero .content p{
		font-size: 1.125em;
		margin-bottom: 20px;
	}
	h1{
		font-size: 1.667em;
	}
	.able-button-handler-slower{
		left: -80px;
	}
	.able-button-handler-faster {
    	left: 70px;
	}
	.able-button-handler-play {
    	margin-right: 8px!important;
	}
	.able-controller .able-left-controls:nth-child(2){
		width: 175px;
	}
	.able-button-handler-transcript .able-clipped{
		font-size: 10px!important;
	}
	.able-button-handler-transcript{
		width: 107px;
	}
	.dl-transcript{
		font-size: 10px;
	}
}





