/*
Theme Name: Hannah Peel
Description: A theme for Hannah Peel
Version: 1.0
Author: John Wai
*/

/* #Set up
================================================== */
body,html{
	background: #fff;
}
body{
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 16px;
	font-weight: 400; 
	color: #333;
}
a, a:visited{
	color:#333;
	transition: all 0.4s ease-in;
	text-decoration:underline;
}
a:hover{
	color:#000;
	transition: all 0.2s ease-out;
	text-decoration:underline;
}
img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.2s;
}
/* #Common
================================================== */
#content{
	display:none;
	padding: 40px 20px 80px;
}
.pool{
	max-width:1280px;
}
a.btn{
	text-decoration: none;
	border-bottom: 1px solid #FAAF40;
}
a.btn:hover{
	border-bottom: 1px solid #333;
}
iframe{
	width: 100%;
}
/* #Typography
================================================== */
h1,h2,h3,h4,h5,h6{
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 300;
}
blockquote {
	margin: 40px 0 40px 0px;
	padding: 40px 5%;
	border: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
blockquote, blockquote p {
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 48px;
	line-height: 1.2em;
	color: #333;
	text-align: left;
	font-style: normal;
}
blockquote p{
	margin: 0;
}
.entry-content{
	word-wrap:break-word;
	font-size:16px;
	line-height:1.6em;
}
.entry-content p{
	margin: 0 0 1.4em 0;
}
.entry-content blockquote p{
	margin: 0;
}
.entry-content .wp-caption{
	width:100% !important;
	padding:20px 0 0;
}
.entry-content .wp-caption-text{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size:16px;
	font-style:italic;
	line-height:1.2em;
	padding:15px 0;
}
.entry-content p.imgonly{
	margin:40px 0;
}
.entry-content b,
.entry-content strong{
	
}
.entry-content i,
.entry-content em{
	
}
.entry-content a {
	
}
.entry-content a:hover {
	
}
.entry-content ul,
.entry-content ol{
	margin-left: 40px;
}
.entry-content ul{
	list-style: disc;
}
.entry-content ol{
	list-style: circle;
}
.entry-content .gallery a{

}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	font-family: 'Frank Ruhl Libre', serif;
	font-size:36px;
	line-height:1.2em;
	margin:0 0 10px;
}
.subheading{
	font-family: 'Frank Ruhl Libre', serif;
	font-size:24px;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #ddd;
	line-height: 1.2em;
}
/* #Navigation
================================================== */
#menu-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background:rgba(255,255,255,0.99);
	overflow-y: auto;
	opacity:0;
	z-index:98;
	transition: opacity 0.2s ease-in;
}
#menu-overlay.active{
	height:100%;
	opacity:1;
	transition: opacity 0.4s ease-out;
}
#menu-overlay .inner{
	margin: 0 100px;
	padding: 120px 20px;
}
#menu-overlay ul{
	margin: 0;
  font-size: 36px;
  font-weight: 300;
}
#menu-overlay ul li{
	line-height: 1em;
  margin-bottom: 10px;
}
#menu-overlay ul li a{
	text-decoration: none;
}
#menu-overlay ul li a:hover{
	color: #FAAF40;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#menu-overlay.active ul li{
	animation: fadeInUp 0.8s both;
	will-change: auto;
}
#menu-overlay.active ul li:nth-of-type(2){
	animation-delay: .2s;
}
#menu-overlay.active ul li:nth-of-type(3){
	animation-delay: .4s;
}
#menu-overlay.active ul li:nth-of-type(4){
	animation-delay: .6s;
}
#menu-overlay.active ul li:nth-of-type(5){
	animation-delay: .8s;
}
#menu-overlay.active ul li:nth-of-type(6){
	animation-delay: 1.0s;
}
#menu-overlay.active ul li:nth-of-type(7){
	animation-delay: 1.2s;
}
#menu-overlay.active ul li:nth-of-type(8){
	animation-delay: 1.4s;
}
#menu-overlay.active ul li:nth-of-type(9){
	animation-delay: 1.6s;
}
#single-nav-menu{
	margin: 80px 0 0;
	font-size: 0;
  text-align: center;
}
#single-nav-menu .prev,
#single-nav-menu .next{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-family:'Work Sans', sans-serif;
	font-weight: 500;
	margin: 0 10px;
}
#single-nav-menu .prev a,
#single-nav-menu .next a{
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 30px;
	color: #999;
}
#single-nav-menu .prev a:hover,
#single-nav-menu .next a:hover{
	border: 1px solid #FAAF40;
	color: #333;
}
/* #Header
================================================== */
#header{
	padding: 40px 0;
	text-align: center;
}
#header .logo {
	font-size: 0;
}
#header .logo a{
	display: inline-block;
	vertical-align: top;
}
#header .logo a img{
	max-width: 300px;
}
#header .site-desc{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-top: 15px;
}
#header .switch{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,1);
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transition: all 0.4s ease-in;
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 99;
}
#header .switch:hover{
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	transition: all 0.2s ease-out;
}
#header .switch.active {
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	transform: rotate(45deg);
}
#header .switch svg{
	width:60px;
	height:60px;
}
#header .switch svg #circle{
	stroke: #ddd;
}
#header .switch svg #line-1,
#header .switch svg #line-2{
	stroke: #333;
}
#header .switch svg:hover #circle,
#header .switch svg:hover #line-1,
#header .switch svg:hover #line-2,
#header .switch.active svg #circle,
#header .switch.active svg #line-1,
#header .switch.active svg #line-2{
	stroke: #FAAF40;
}
/* #Footer
================================================== */
#footer{
	display:none;
	padding: 0 20px;
	text-align: center;
}
#footer .inner{
	width: 100%;
	max-width: 1280px;
	border-top: 1px solid #ddd;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#footer .footer-social{
	font-size: 0;
	margin-bottom: 40px;
}
#footer .footer-social .item{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
#footer .footer-social .item a{
	display: block;
	height: 24px;
}
#footer .footer-social .item a path{
	fill: #333;
	transition: all 0.4s ease-in;
}
#footer .footer-social .item a:hover path{
	fill: #FAAF40;
	transition: all 0.2s ease-out;
}
#footer .footer-logo{
	margin: 0 auto;
	font-size: 0;
}
#footer .footer-logo a{
	display: inline-block;
	vertical-align: top;
}
#footer .footer-logo a img{
	max-width: 40px;
}
/* #Homepage
================================================== */
#home #feature{
	margin: -40px -20px 0;
}
#home #feature .item{
	font-size: 0;
}
#home #feature .item .image-holder,
#home #feature .item .info-holder{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	height: calc(100vw / 2);
	position: relative;
}
#home #feature .item .image-holder .feature-image{
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
}
#home #feature .item .info-holder{
	background: #f8f8f8;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
}
#home #feature .item .info-holder .inner{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#home #feature .item .info-holder .inner-inner{
	padding: 20px 80px;
}
#home #feature .item .info-holder .title{
	margin-bottom: 40px;
}
#home #feature .item .info-holder .subtitle{
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1em;
}
#home #feature .item .info-holder .desc{
	line-height: 1.6em;
}
#home #about{
	padding: 100px 0 20px;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
#home #about .title{
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1em;
}
#home #about .desc{
	line-height: 1.6em;
}
#home #press{
	margin: 80px 30px;
	padding: 80px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#home #press .item{
	margin-bottom: 80px;
}
#home #press .item .inner{
	max-width: 900px;
	margin: 0 auto;
}
#home #press .item .quote{
	font-size: 64px;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 40px;
}
#home #press .item .info{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 21px;
}
#home #press .slick-slide{
	outline: none;
}
#home #press .slick-dots{
	font-size: 0;
	text-align: center;
	margin: 0;
}
#home #press .slick-dots li{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
  margin: 0 5px 0;
}
#home #press .slick-dots li button{
	border: none;
	padding: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 0;
	border-radius: 10px;
	background: #eee;
	outline: none;
}
#home #press .slick-dots li button:hover,
#home #press .slick-dots li.slick-active button{
	background: #FAAF40;
}
#home #works-listing .cta{
	padding: 20px 0 0;
	text-align: center;
}
/* #works
================================================== */
#works-listing{
	padding: 0 10px;
}
#works-single{
	padding: 0 30px;
}
#works-listing .filter,
#works-single .filter{
	margin-bottom: 60px;
	font-size: 0;
	text-align: center;
}
#works-listing .filter a,
#works-single .filter a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	margin: 0 10px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#works-listing .filter a:hover,
#works-single .filter a:hover{
	border-bottom: 1px solid #FAAF40;
}
#works-listing .filter a.current{
	border-bottom: 1px solid #FAAF40;
}
#works-listing .listing{
	font-size: 0;
}
#works-listing .listing .item{
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	animation: fadeInUp 0.8s both;
	will-change: auto;
}
#works-listing .listing .item:nth-of-type(2){
	animation-delay: .2s;
}
#works-listing .listing .item:nth-of-type(3){
	animation-delay: .4s;
}
#works-listing .listing .item:nth-of-type(4){
	animation-delay: .6s;
}
#works-listing .listing .item:nth-of-type(5){
	animation-delay: .8s;
}
#works-listing .listing .item:nth-of-type(6){
	animation-delay: 1.0s;
}
#works-listing .listing .item:nth-of-type(7){
	animation-delay: 1.2s;
}
#works-listing .listing .item:nth-of-type(8){
	animation-delay: 1.4s;
}
#works-listing .listing .item:nth-of-type(9){
	animation-delay: 1.6s;
}
#works-listing .listing .item .inner{
	margin: 0 20px 80px;
}
#works-listing .listing .item .image-holder{
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
#works-listing .listing .item .image-holder a{
	display: block;
	transform: scale(1);
}
#works-listing .listing .item .image-holder a:hover{
	transform: scale(1.1);
}
#works-listing .listing .item .info .type,
#works-single .info .type{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#works-listing .listing .item .info .title{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#works-listing .listing .item .info .type a{
	text-decoration: none;
}
#works-listing .listing .item .info .title a{
	text-decoration: none;
}
#works-listing .listing .item .info .title a:hover{
	color: #FAAF40;
}
#works-single .info {
	padding: 0 80px;
}
#works-single .info .title{
	font-size: 32px;
	line-height: 1.2em;
}
#works-single .info .cta{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	padding: 0 40px;
	text-decoration: none;
	background-color: #FAAF40;
	display: inline-block;
	color: #fff;
	border-radius: 25px;
}
#works-single .info .cta:hover{
	background-color: #333;
}
#works-single .image-holder img{
	border-radius: 4px;
	overflow: hidden;
}
/* #multimedia
================================================== */
#videos-listing{
	padding: 0 10px;
}
#videos-listing .filter{
	margin-bottom: 60px;
	font-size: 0;
	text-align: center;
}
#videos-listing .filter a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	margin: 0 10px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#videos-listing .filter a:hover{
	border-bottom: 1px solid #FAAF40;
}
#videos-listing .filter a.current{
	border-bottom: 1px solid #FAAF40;
}
#videos-listing .listing{
	font-size: 0;
}
#videos-listing .listing .item{
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	animation: fadeInUp 0.8s both;
	will-change: auto;
}
#videos-listing .listing .item:nth-of-type(2){
	animation-delay: .2s;
}
#videos-listing .listing .item:nth-of-type(3){
	animation-delay: .4s;
}
#videos-listing .listing .item:nth-of-type(4){
	animation-delay: .6s;
}
#videos-listing .listing .item:nth-of-type(5){
	animation-delay: .8s;
}
#videos-listing .listing .item:nth-of-type(6){
	animation-delay: 1.0s;
}
#videos-listing .listing .item:nth-of-type(7){
	animation-delay: 1.2s;
}
#videos-listing .listing .item:nth-of-type(8){
	animation-delay: 1.4s;
}
#videos-listing .listing .item:nth-of-type(9){
	animation-delay: 1.6s;
}
#videos-listing .listing .item .inner{
	margin: 0 20px 80px;
}
#videos-listing .listing .item .image-holder{
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 4px;
	position:relative;
}
#videos-listing .listing .item .image-holder .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
}
#videos-listing .listing .item .image-holder:hover .overlay.fancybox:first-child,
#videos-listing .listing .item .image-holder:hover .overlay.various{
	background: rgba(0,0,0,0.25);
}
#videos-listing .listing .item .image-holder .overlay-table{
	display:table;
	height:100%;
	width:100%;
}
#videos-listing .listing .item .image-holder .overlay-cell{
	display:table-cell;
	vertical-align:middle;
}
#videos-listing .listing .item .image-holder .video-circle{
	width: 40px;
	height: 40px;
	box-shadow: 0 0 0 4px #fff;
	background-color: transparent;
	margin: auto;
	padding: 0;
	border-radius: 400px;
	background: rgba(0,0,0,0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2235%22%20viewBox%3D%220%200%2030%2035%22%3E%0D%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2C0v35l30-18L0%2C0z%22/%3E%0D%0A%3C/svg%3E%0D%0A') 55% 50% no-repeat;
	background-size: 11px 12px;
	outline: 0;
}
#videos-listing .listing .item .info .title{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
/* #Playlists
================================================== */
#playlists-listing{
	padding: 0 30px;
}
#playlists-listing .intro .inner{
	padding: 0 40px 40px 0;
}
#playlists-listing .listing .inner{
	padding: 0 0 40px 40px;
}
#playlists-listing .listing .item{
	font-size: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
#playlists-listing .listing .item:last-child{
	border-bottom: none;
}
#playlists-listing .listing .item .layout{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
#playlists-listing .listing .item .image-holder{
	width: 40%;
	overflow: hidden;
	border-radius: 4px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
#playlists-listing .listing .item .image-holder a{
	display: block;
	transform: scale(1);
}
#playlists-listing .listing .item .image-holder a:hover{
	transform: scale(1.1);
}
#playlists-listing .listing .item .info{
	width: 60%;
}
#playlists-listing .listing .item .info .wrapper{
	padding: 0 0 0 40px;
}
#playlists-listing .listing .item .info .title{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
#playlists-listing .listing .item .info .title a{
	text-decoration: none;
}
#playlists-listing .listing .item .info .title a:hover{
	color: #FAAF40;
}
#playlists-listing .listing .item .info .desc{
	margin-bottom: 20px;
}
#playlists-single{
	padding: 0 30px;
}
#playlists-single .info {
  padding: 0 80px;
}
#playlists-single .info .type {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#playlists-single .info .title {
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
/* #Events
================================================== */
#events-listing{
	padding: 0 30px;
}
#events-listing hr.current{
	margin: 90px auto;
	border: solid #666;
	border-width: 1px 0 0;
}
#events-listing .item{
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
}
#events-listing .item:last-child{
	border-bottom: none;
}
#events-listing .item .location{
	margin: 0 0 10px;
}
#events-listing .item .status{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#events-listing .item .title{
	margin: 0 0 30px;
}
#events-listing .link{
	text-align: right;
}
#events-listing .cta{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	padding: 0 40px;
	text-decoration: none;
	background-color: #FAAF40;
	display: inline-block;
	color: #fff;
	border-radius: 25px;
	margin: 0 0 30px;
}
#events-listing .cta:hover{
	background-color: #333;
}
#events-listing .cta.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #eee;
}
/* #page nav
================================================== */

/* #pages
================================================== */
#pages{
	max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#pages .title{
	text-align: center;
	margin-bottom: 40px;
}
.page-hero-image{
	height: 200px;
	margin: -40px -20px 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* #Pagenation
================================================== */
#pagenation .wp-pagenavi{
	padding: 0 !important;
	display:block;
	font-size:0;
	float:none !important;
	text-align:center;
	font-family:'Work Sans', sans-serif !important;
}
#pagenation .wp-pagenavi span.pages{
	display:none;
}
#pagenation .wp-pagenavi a,
#pagenation .wp-pagenavi a:link,
#pagenation .wp-pagenavi a:visited,
#pagenation .wp-pagenavi a:active,
#pagenation .wp-pagenavi span.extend{
	background: transparent !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	display: inline-block !important;
	margin: 0 4px 8px !important;
	border: 1px solid #ddd !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #333 !important;
	border-radius: 50% !important;
	line-height: 40px !important;
  width: 40px !important;
}
#pagenation .wp-pagenavi a:nth-child(even){
	background: transparent !important;
}
#pagenation .wp-pagenavi span.current{
	font-weight:normal;
	background: transparent !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	display: inline-block !important;
	margin: 0 4px 8px !important;
	border: 1px solid #FAAF40 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #333 !important;
	border-radius: 50% !important;
	line-height: 40px !important;
  width: 40px !important;
}
#pagenation .wp-pagenavi a:hover{
	background: #ddd !important;
	color: #333 !important;
	text-decoration:none !important;
}
#pagenation .wp-pagenavi a.nextpostslink,
#pagenation .wp-pagenavi a.previouspostslink{
	display: none !important ;
}
/* #MQ
================================================== */
@media only screen and (max-width: 1499px){
	
}
@media only screen and (max-width: 1279px){
	
}
@media only screen and (max-width: 1027px){
	#home #feature .item .image-holder,
	#home #feature .item .info-holder{
		width: 100%;
		display: block;
	}
	#home #feature .item .info-holder{
		height: auto;
	}
	#home #feature .item .info-holder .inner{
		display: block;
    position: relative;
	}
	#home #feature .item .info-holder .inner-inner{
		padding: 80px 20px;
		max-width: 640px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 978px){
	#works-listing,
	#videos-listing,
	#playlists-listing,
	#events-listing{
		padding: 0 20px;
	}
	#works-listing .listing .item,
	#videos-listing .listing .item{
		width: 50%;
	}
	#works-listing .listing .item .inner,
	#videos-listing .listing .item .inner{
		margin: 0 10px 20px;
	}
	#works-single .pool .fill,
	#playlists-single .pool .fill{
		width: 100% !important;
	}
	#works-single .info{
		padding: 40px 0;
	}
	#playlists-single .info{
		padding: 0 0 40px;
	}
	#home #feature .item .info-holder .title {
		font-size: 36px;
    line-height: 1em;
	}
	#home #feature .item .info-holder .subtitle {
    font-size: 24px;
  }
  #home #about .title{
		font-size: 24px;
	}
	#home #press{
		margin:80px 0;
	}
	#home #press .item .quote{
		font-size: 28px;
		line-height: 1.3em;
		margin-bottom: 20px;
	}
	#home #press .item .info{
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	#menu-overlay .inner{
		margin: 0;
		padding: 100px 20px 40px;
	}
	#menu-overlay ul{
		font-size: 28px;
	}
	#menu-overlay ul li{
		margin-bottom: 15px;
	}
	#header{
		padding: 80px 0 20px;
	}
	#header .logo a img{
		max-width: 200px;
	}
	#header .site-desc{
		letter-spacing: 2px;
		font-size: 10px;
		margin-top: 5px;
	}	
	#header .switch{
		width: 40px;
		height: 40px;
		left: 15px;
		top: 15px;
		transition: none;
	}
	#header .switch svg{
		width:40px;
		height:40px;
	}
	#header .switch:hover,
	#header .switch:focus{
		box-shadow: none;
		transition: none;
	}
	#header .switch.active {
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
		transition: none;
	}
	#header .switch svg #circle,
	#header .switch svg:hover #circle,
	#header .switch svg:focus #circle{
		stroke: #ddd;
	}
	#header .switch svg #line-1,
	#header .switch svg:hover #line-1,
	#header .switch svg:focus #line-1,
	#header .switch svg #line-2,
	#header .switch svg:hover #line-2,
	#header .switch svg:focus #line-2{
		stroke: #333;
	}
	#header .switch.active svg #circle,
	#header .switch.active svg #line-1,
	#header .switch.active svg #line-2{
		stroke: #FAAF40;
	}
	#pagenation .wp-pagenavi a,
	#pagenation .wp-pagenavi a:link,
	#pagenation .wp-pagenavi a:visited,
	#pagenation .wp-pagenavi a:active,
	#pagenation .wp-pagenavi span.extend{
		line-height: 30px !important;
		width: 30px !important;
	}
	#pagenation .wp-pagenavi span.current{
		line-height: 30px !important;
		width: 30px !important;
	}
	#works-listing .filter a,
	#works-single .filter a,
	#videos-listing .filter a{
		font-size: 12px;
		margin: 0 10px;
	}
	#playlists-listing .intro .inner,
	#playlists-listing .listing .inner{
		padding: 0 0 40px;
	}
	#playlists-listing .listing .item .info .wrapper{
		padding: 0 0 0 20px;
	}
	#events-listing,
	#events-listing .link{
		text-align: center;
	}
}
@media only screen and (max-width: 479px){
	#works-listing,
	#videos-listing,
	#works-single,
	#playlists-listing,
	#playlists-single,
	#events-listing{
		padding: 0;
	}
	#works-listing .listing .item,
	#videos-listing .listing .item{
		width: 100%;
	}
	#works-listing .listing .item .inner,
	#videos-listing .listing .item .inner{
		margin: 0 0 40px;
	}
}

