/*
Theme Name: Islington Mill
Description: A theme for Islington Mill
Version: 1.0
Author: Smiling Wolf
*/

/* #Set up
================================================== */
body,html{
	background:#fff;
}
body{
	/*
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 900;
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;0
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;1
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
	*/
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
	font-size:16px;
	color:#000;
}
a, a:visited{
	color:#000;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	text-decoration:underline;
}
a:hover{
	color:#0f0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration:underline;
}
img{
	display:block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
::-webkit-scrollbar{
	width:14px;
	height:12px;
}
::-webkit-scrollbar-track{
	background:#ddd;
	-webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb{
	background:#333;
	-webkit-box-shadow: none;
}
/* #Common
================================================== */
.pool{
	max-width:960px;
}

.spacer {
	margin: 25px auto 0 auto;
}
#content{
	background:#fff;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
}
.image-holder img{
	max-width:100%;
	height:auto;
}
iframe{
	width:100%;
}
/* #Typography
================================================== */
h1,h2,h3,h4,h5,h6{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight:900;
}
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:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight:900;
	font-size: 34px;
	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.4em;
}
.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-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{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight:900;
}
.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:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight:900;
	font-size:28px;
	line-height:1.2em;
	margin:0 0 10px;
	font-weight:400;
}
/* #Navigation
================================================== */
#main-menu-inner.menu-fixed {
	position: fixed ;
	top: 0px;
	z-index:100;
	background:rgba(0,255,0,.95);
	margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.07);
}
#main-menu .menu-item{
	display:inline-block;
}
#main-menu .menu-item a{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight:600;
	font-size:20px;
	color:#000;
	margin:0 20px;
	padding:18px 0;
	display: block;
	line-height:1.2em;
	text-decoration:none;
}
#main-menu .menu-item.current-menu-item a,
#main-menu .menu-item.current-page-ancestor a,
#mobile-menu .menu-item.current-menu-item a{
	color:#000;
	text-decoration:underline;
}
#main-menu .menu-item:hover a{
	color:#000;
	text-decoration:underline;
}
#main-menu ul,
#header-menu ul{
	text-align: center;
	font-size:0;
}
#main-menu ul,
#main-menu li,
#header-menu ul,
#header-menu li{
	margin:0;
	padding:0;
}
#header-menu li{
	vertical-align:bottom;
	margin:0 0 0 20px;
}
#header-menu li:first-child a:before{
	content:'';
	padding-right:0;
}
#header-menu li:first-child{
	margin:0;
}
#header-menu .menu-item {
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:16px;
	margin:0;
}
#header-menu .menu-item a{
	color:#000;
	margin:0;
	text-decoration:none;
	display:inline-block;
}
#header-menu .menu-item a:hover{
	text-decoration:underline;
}
#header-menu .menu-item span{
	padding:0 10px;
}
#mobile-menu{
	max-height:0;
	text-align:center;
	overflow:hidden;
	display:none;
	-webkit-transition: all 0.2s ease-in;  
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: relative;
	z-index: 9999;
	background:#fff;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
}
#mobile-menu li a{
	display: block;
	text-decoration:none;
	color:#333;
	padding: 10px 20px;
}
#mobile-menu li{
	line-height: 1em;
	margin: 0;
	text-align: left;
	display:inline-block;
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size:20px;
	width:100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#mobile-menu ul{
	margin: 0;
	font-size: 0;
	padding: 20px 0;
}
#mobile-menu ul:first-child{
	width: 50%;
}
#mobile-menu li:hover a{
	color:#000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.switch{
	display:none;
}
.switch,
.switch:hover{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 40px;
	overflow: hidden;
	text-shadow:none;
	border: 0;
	outline: none;
	background: #000;
	z-index:999;
	padding: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.switch span {
	display: block;
	width: 100%;
	height: 2px;
	font-size: 0;
	background: #fff;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.switch span:before,
.switch span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition-property: -webkit-transform, background;
	-moz-transition-property: -moz-transform, background;
	-o-transition-property: -o-transform, background;
	transition-property: transform, background;
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
}
.switch span:before {
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
.switch span:after {
	-webkit-transform: translateY(9px);
	-moz-transform: translateY(9px);
	-ms-transform: translateY(9px);
	-o-transform: translateY(9px);
	transform: translateY(9px);
}
.switch:hover span:before {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.switch:hover span:after {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.switch.active span{
	background:#000;
	-webkit-transform: translateY(16px);
	-moz-transform: translateY(16px);
	-ms-transform: translateY(16px);
	-o-transform: translateY(16px);
	transform: translateY(16px);
}
.switch.active span:before{
	-webkit-transform: translateY(-16px) rotate(45deg);
	-moz-transform: translateY(-16px) rotate(45deg);
	-ms-transform: translateY(-16px) rotate(45deg);
	-o-transform: translateY(-16px) rotate(45deg);
	transform: translateY(-16px) rotate(45deg);
}
.switch.active span:after{
	-webkit-transform: translateY(-16px) rotate(-45deg);
	-moz-transform: translateY(-16px) rotate(-45deg);
	-ms-transform: translateY(-16px) rotate(-45deg);
	-o-transform: translateY(-16px) rotate(-45deg);
	transform: translateY(-16px) rotate(-45deg);
}
#footer-menu ul,
#footer-menu li{
	padding:0;
	margin:0;
}
#footer-menu li{
	margin:0 0 5px;
}
.menu-right{
	float:right;
	text-align:right;
}
.menu-right ul{
	font-size:0;
}
.menu-right ul li{
	display:inline-block;
	vertical-align: top;
}
.menu-right ul li a{
	display:block;
	margin:0 0 0 8px;
}
.menu-right #social-menu{
	margin: 0 0 11px;
}
.menu-right #social-menu li{
	margin:0;
}
.menu-right #social-menu li a:hover{
	opacity:0.5;
}
.menu-right #social-menu li .mobile{
	display:none;
}
.menu-right #social-menu img{
	width:auto;
	height:28px;
}
/* #Header
================================================== */
#header{
	background:#FAFAFA;
}
#header .main-header{
	background:#fff;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.07);
}
#header .main-header .inner{
	padding:20px 0;
}
#header #logo{
	float:left;
}
#header #logo img{
	width:auto;
	height:60px;
}
#header #logo img.desktop{
	display:block;
}
#header #logo img.mobile{
	display:none;
}
/* #Footer
================================================== */
#footer{
	border-top: 1px solid #f2f2f2;
	padding:30px 0 0px;
}
#footer .inner{
	padding:0 0 40px;
	text-align:right;
}
#footer .logo{
	max-width:85%;
}
#footer .funder p{
	margin:0 0 5px;
	text-align: left;
}
#footer .funder img{
	max-width:200px;
	width:100%;
}

#footer .lowerFooter{
	padding-top: 30px;
    background: #f2f2f2;
}

#footer .footerLogos{
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	margin-bottom: 20px;
}

#footer .footerLogos .footerLogo{
	flex-basis: 200px;
}

/* Commons
================================================== */
#sharing{
	background:#fff;
	padding:0 0 40px;
}
#sharing .nav-tool{
	padding:40px 0 0;
	border-top:1px solid #0f0;
	text-align:center;
}
#sharing h3{
	font-size:20px;
	margin:0 0 20px;
}
#sharing ul,
#sharing li{
	padding:0;
	margin:0;
}
#sharing .shareitem{
	font-size:0;
}
#sharing .shareicon{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin:0 4px;
}
/* #Homepage
================================================== */
#home .shortcuts{
	padding:10px 0 60px;
	background:#F2F2F2 url('./images/bg/tri.png') center bottom repeat-x;
	background-size: 240px 120px;
	-webkit-background-size: 240px 120px;
	-moz-background-size: 240px 120px;
	-o-background-size: 240px 120px;
}
#home .shortcut{
	margin:0 0 20px;
}
#home .shortcut .msg{
	position:relative;
	min-height:270px;
	background-color:#000;
	color:#fff;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
#home .shortcut .msg:hover{
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#home .shortcut .msg .wrapper{
	padding:30px;
}
#home .shortcut .msg a{
	color:#fff;
}
#home .shortcut .msg.bg{
	background:#fff url('./images/bg/mark_green.png') center center no-repeat;
	background-size: 180px 180px;
	-webkit-background-size: 180px 180px;
	-moz-background-size: 180px 180px;
	-o-background-size: 180px 180px;
	color:#000;
}
#home .shortcut .msg.bg a{
	color:#000;
}
#home .shortcut .msg .datatype{
	margin:0 0 20px;
	padding:0 0 0 20px;
	line-height: 1em;
	background:url('./images/bg/mark_white_s.png') left center no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
}
#home .shortcut .msg .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:33px;
	line-height:1.2em;
	margin:0;
	padding:0 25% 0 0;
}
#home .shortcut .msg.bg .title{
	padding:0;
}
#home .shortcut .msg .title a{
	text-decoration:none;
}
#home .shortcut .msg.bg .title a{
	text-decoration:underline;
}
#home .shortcut .readmore{
	position:absolute;
	bottom:30px;
	left:30px;
}
#home .shortcut .readmore a{
	text-decoration:none;
}
#home .shortcut .readmore a:hover{
	text-decoration:underline;
}

#home .events-section{
	background:#000;
	padding:0 0 10px;
}
#home .events-listing{
	margin: 0 0 10px;
  font-size: 0;
  padding: 0;
  background:#f2f2f2;
}
#home .events-listing .item{
	display:inline-block;
	width:33.3333%;
	vertical-align:top;
  margin: 0;
}
#home .events-listing .item .wrapper.style1{
	background-image:url('./images/bg/tri_TL.png');
	background-position:top left;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#home .events-listing .item .wrapper.style2{
	background-image:url('./images/bg/tri_TR.png');
	background-position:top right;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#home .events-listing .item .wrapper.style3{
	background-image:url('./images/bg/tri_BL.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#home .events-listing .item .wrapper.style4{
	background-image:url('./images/bg/tri_BR.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#home .events-listing .item .wrapper{
	position:relative;
	background-color:#f2f2f2;
	min-height:270px;
	font-size:16px;
	line-height: 1.2em;
}
#home .events-listing .item .inner{
	padding:30px;
}
#home .events-listing .item .top-info{
	min-height:38px;
	line-height: 1.2em;
	margin: 0 0 20px;
}
#home .events-listing .item .datatype ul,
#home .events-listing .item .datatype li{
	margin:0;
	padding:0;
	line-height: 1.2em;
}
#home .events-listing .item .datatype li a{
	text-decoration:none;
}
#home .events-listing .item .datatype li a:hover{
	text-decoration:underline;
	color:#000;
}
#home .events-listing .item:first-child {
	display:none;
}
#home .events-listing .item:nth-child(2) {
	background-color: #cfc;
}
#home .events-listing .item .datatype{
	padding:0 0 0 20px;
	background:url('./images/bg/mark_black_s.png') left 2px no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
}
#home .events-listing .item .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:26px;
	line-height:1.2em;
	margin:20px 0 10px;
	word-wrap: break-word;
}
#home .events-listing .item .title a{
	text-decoration:none;
}
#home .events-listing .item .title a:hover{
	color:#000;
	text-decoration:underline;
}
#home .events-listing .item .readmore{
	position:absolute;
	bottom:30px;
	left:30px;
}
#home .events-listing .item .readmore a{
	text-decoration:none;
}
#home .events-listing .item .readmore a:hover{
	color:#000;
	text-decoration:underline;
}
#home .events-buttons ul{
	font-size:0;
	padding:0;
	margin:0;
}
#home .events-buttons li{
	display:inline-block;
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:20px;
	line-height:1em;
	width:33.33%;
	background:#0f0;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:top;
}
#home .events-buttons li.b{
	background:#99ffa1;
}
#home .events-buttons li.c{
	background:#cfc;
}
#home .events-buttons li a{
	display:block;
	text-decoration:none;
	padding:20px 20px;
}
#home .events-buttons li a:hover{
	color:#000;
	background:#fff;
}
#home .news-listing{
	font-size:0;
	padding:0;
}
#home .news-listing .item{
	display:inline-block;
	width:50%;
	vertical-align:top;
	position:relative;
}
#home .news-listing .item .inner{
	min-height:157px;
	background:#cfc;
	-webkit-transition: box-shadow 0.2s ease-out;
	-moz-transition: box-shadow 0.2s ease-out;
	-ms-transition: box-shadow 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
}
#home .news-listing .item:first-child .inner{
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	background:#fff url('./images/bg/tri_corner_TR.png') right top no-repeat;
	background-size: 120px 120px;
	-webkit-background-size: 120px 120px;
	-moz-background-size: 120px 120px;
	-o-background-size: 120px 120px;
}
#home .news-listing .item:nth-child(odd) .inner{
	margin:0 10px 20px 0;
}
#home .news-listing .item:nth-child(even) .inner{
	margin:0 0 20px 10px;
}
#home .news-listing .item .wrapper{
	padding:20px;
}
#home .news-listing .item .info{
	padding:20px;
}
#home .news-listing .item .image-holder{
	overflow:hidden;
}
#home .news-listing .item:hover .inner{
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
}
#home .news-listing .item .image-holder img{
	mix-blend-mode: multiply;
}
#home .news-listing .item .image-holder {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	isolation: isolate;
	background:#fff;
}
#home .news-listing .item:hover .image-holder{
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background:#0f0;
}
#home .news-listing .item .date{
	font-size:14px;
}
#home .news-listing .item .datatype{
	font-size:16px;
	margin:0 0 20px;
	padding:0 0 0 20px;
	line-height: 1em;
	background:url('./images/bg/mark_black_s.png') left center no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
}
#home .news-listing .item .intro{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:36px;
	line-height:1.2em;
	margin:0;
	padding:0 25% 0 0;
}
#home .news-listing .item .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:18px;
	line-height:1.2em;
}
#home .news-listing .item .title a{
	text-decoration:none;
}
#home .news-listing .item .title a:hover{
	color:#000;
	text-decoration:underline;
}

#home .artist-listing{
	font-size:0;
	padding:0;
}
#home .artist-listing .item{
	display:inline-block;
	width:33.3333%;
	vertical-align:top;
	position:relative;
}
#home .artist-listing .item .inner{
	position:relative;
	min-height:200px;
	background:#fff;
	margin:0 10px 20px;
}
#home .artist-listing .item:first-child .inner{
	background:#fff url('./images/bg/tri_corner_BR.png') right bottom no-repeat;
	background-size: 120px 120px;
	-webkit-background-size: 120px 120px;
	-moz-background-size: 120px 120px;
	-o-background-size: 120px 120px;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
}
#home .artist-listing .item .image-holder img{
	mix-blend-mode: multiply;
}
#home .artist-listing .item .image-holder{
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	isolation: isolate;
	background:#fff;
}
#home .artist-listing .item:hover .image-holder{
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background:#0f0;
}
#home .artist-listing .item .intro{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:26px;
	line-height:1.2em;
	padding:20px 20% 20px 20px;
}
#home .artist-listing .item .info{
	position:absolute;
	top:0px;
	left:0px;
	width:75%;
	min-height:50%;
	background:rgba(255,255,255,0.6);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#home .artist-listing .item:hover .info{
	background:rgba(0,255,0,0.9);
	-webkit-transition: all 0.125s ease-in;
	-moz-transition: all 0.125s ease-in;
	-ms-transition: all 0.125s ease-in;
	-o-transition: all 0.125s ease-in;
	transition: all 0.125s ease-in;
}
#home .artist-listing .item .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:20px;
	line-height:1.2em;
	padding:20px;
}
#home .artist-listing .item .title a{
	text-decoration:none;
}
#home .artist-listing .item .title a:hover{
	color:#000;
	text-decoration:underline;
}
/*
#home .feature-window{
	background:#fff;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
}
*/
#home-main-carousel{
	background:#0f0;
}
#home-main-carousel:hover{
	cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
#home-main-carousel .owl-carousel .owl-item.loading{
	min-height: 540px;
}
#home-main-carousel .owl-carousel .owl-controls {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#home-main-carousel .owl-carousel .owl-controls .owl-page span {
	width: 20px;
  height: 20px;
  margin: 5px;
  background: #fff;
}
#home-main-carousel .owl-carousel .owl-item img{
	max-width: 960px;
	display: block;
  width: 100%;
  height: auto;
}
#home-main-carousel .owl-carousel .owl-item .item-info{
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,255,0,0.9);
	width:33.3333%;
	height:75%;
}
#home-main-carousel .owl-carousel .owl-item .item-info .inner{
	height:100%;
	position:relative;
}
#home-main-carousel .owl-carousel .owl-item .item-info .wrapper{
	padding:30px;
}
#home-main-carousel .owl-carousel .owl-item .item-info .title{
	font-size:36px;
	margin:0 0 10px;
}
#home-main-carousel .owl-carousel .owl-item .item-info .title a{
	text-decoration:none;
}
#home-main-carousel .owl-carousel .owl-item .item-info .title a:hover{
	text-decoration:underline;
	color:#000;
}
#home-main-carousel .owl-carousel .owl-item .item-info .sub-title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:26px;
	margin:0 0 10px;
}
#home-main-carousel .owl-carousel .owl-item .item-info .readmore{
	position:absolute;
	bottom:30px;
	left:30px;
}
#home-main-carousel .owl-carousel .owl-item .item-info .readmore a{
	text-decoration:none;
}
#home-main-carousel .owl-carousel .owl-item .item-info .readmore a:hover{
	color:#000;
	text-decoration:underline;
}

/* #Events listing
================================================== */
#events-listing .events-section{
	background:transparent;
	padding:0;
}
#events-listing .events-section p{
	margin:0;
}
#events-listing .listing-title{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
  font-size: 36px;
  line-height: 1.2em;
  text-align:center;
  padding:40px;
}
#events-listing .events-listing{
	padding:0 0 10px;
	font-size:0;
	margin:0;
}
#events-listing .events-listing .item{
	display:inline-block;
	width:33.3333%;
	vertical-align:top;
	margin: 0 0 8px;
}
#events-listing .events-listing .item:nth-child(2),
#events-listing .events-listing .item:nth-child(3){
	width:50%;
}
#events-listing .events-listing .item .wrapper.style1{
	background-image:url('./images/bg/tri_TL.png');
	background-position:top left;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#events-listing .events-listing .item .wrapper.style2{
	background-image:url('./images/bg/tri_TR.png');
	background-position:top right;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#events-listing .events-listing .item .wrapper.style3{
	background-image:url('./images/bg/tri_BL.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#events-listing .events-listing .item .wrapper.style4{
	background-image:url('./images/bg/tri_BR.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-o-background-size: 200px 200px;
}
#events-listing .events-listing .item .wrapper{
	position:relative;
	background-color:#f2f2f2;
	min-height:270px;
	font-size:16px;
	line-height: 1.2em;
	margin:0 4px;
}
#events-listing .events-listing .item .inner{
	padding:30px;
}
#events-listing .events-listing .item .top-info{
	min-height:38px;
	line-height: 1.2em;
	margin: 0 0 20px;
}
#events-listing .events-listing .item .datatype{
	margin:0;
	padding:0 0 0 20px;
	background:url('./images/bg/mark_black_s.png') left 2px no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
}
#events-listing .events-listing .item .datatype ul,
#events-listing .events-listing .item .datatype li{
	margin:0;
	padding:0;
	line-height: 1.2em;
}
#events-listing .events-listing .item .datatype li a{
	text-decoration:none;
}
#events-listing .events-listing .item .datatype li a:hover{
	text-decoration:underline;
	color:#000;
}
#events-listing .events-listing .item .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:26px;
	line-height:1.2em;
	margin:20px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 93px;      /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
#events-listing .events-listing .item .title a{
	text-decoration:none;
}
#events-listing .events-listing .item .title a:hover{
	color:#000;
	text-decoration:underline;
}
#events-listing .events-listing .item .readmore{
	position:absolute;
	bottom:30px;
	left:30px;
}
#events-listing .events-listing .item .readmore a{
	text-decoration:none;
}
#events-listing .events-listing .item .readmore a:hover{
	color:#000;
	text-decoration:underline;
}
#events-listing .events-buttons ul{
	font-size:0;
	padding:0;
	margin:0;
}
#events-listing .events-buttons li{
	display:inline-block;
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:20px;
	line-height:1em;
	width:33.33%;
	background:#0f0;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:top;
}
#events-listing .events-buttons li.b{
	background:#99ffa1;
}
#events-listing .events-buttons li.c{
	background:#cfc;
}
#events-listing .events-buttons li a{
	display:block;
	text-decoration:none;
	padding:20px 20px;
}
#events-listing .events-buttons li a:hover{
	color:#000;
	background:#fff;
}
.em-pagination {
  padding: 20px 20px 20px;
  display: block;
  font-size: 0;
  text-align: center;
}
.em-pagination .page-numbers {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #cfc;
  margin: 0 1px 6px;
}
.em-pagination .page-numbers.current {
  background: #0f0;
  border: 0;
  color: #000;
  font-weight: normal;
}
.em-pagination a:hover{
	text-decoration:none;
	background:#000;
	color:#fff;
}

/* Event single
================================================== */
#event-single .content{
	padding:40px 0;	
}
#event-single .content .left.inner{
	padding:0 20px 0 0;
}
#event-single .content .right.inner{
	padding:0 0 0 20px;
}
#event-single .content .top-info{
	line-height: 1.2em;
}
#event-single .datatype{
	margin:0;
	padding:0 0 0 20px;
	background:url('./images/bg/mark_black_s.png') left 2px no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
}
#event-single .datatype ul,
#event-single .datatype li{
	margin:0;
	padding:0;
	line-height: 1.2em;
}
#event-single .datatype li a{
	text-decoration:none;
}
#event-single .datatype li a:hover{
	text-decoration:underline;
	color:#000;
}
#event-single .em_time{
	padding: 15px 0;
  border-top: 1px solid #0f0;
  border-bottom: 1px solid #0f0;
  margin: 30px 0;
}
#event-single .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:32px;
	line-height:1.2em;
	margin:10px 0;
}

/* Artists Listing
================================================== */

#artists-listing{
	font-size:0;
	padding:40px 0;
}
#artists-listing .item{
	display:inline-block;
	width:33.3333%;
	vertical-align:top;
	position:relative;
}
#artists-listing .item .inner{
	position:relative;
	min-height:200px;
	background:#fff;
	margin:0 10px 20px;
}
#artists-listing .item:first-child .inner{
	background:#fff url('./images/bg/tri_corner_BR.png') right bottom no-repeat;
	background-size: 120px 120px;
	-webkit-background-size: 120px 120px;
	-moz-background-size: 120px 120px;
	-o-background-size: 120px 120px;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
}
#artists-listing .item .image-holder img{
	mix-blend-mode: multiply;
}
#artists-listing .item .image-holder{
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	isolation: isolate;
	background:#fff;
}
#artists-listing .item:hover .image-holder{
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background:#0f0;
}
#artists-listing .item .intro{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:26px;
	line-height:1.2em;
	padding:20px 20% 20px 20px;
}
#artists-listing .item .info{
	position:absolute;
	top:0px;
	left:0px;
	width:75%;
	min-height:50%;
	background:rgba(255,255,255,0.6);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#artists-listing .item:hover .info{
	background:rgba(0,255,0,0.9);
	-webkit-transition: all 0.125s ease-in;
	-moz-transition: all 0.125s ease-in;
	-ms-transition: all 0.125s ease-in;
	-o-transition: all 0.125s ease-in;
	transition: all 0.125s ease-in;
}
#artists-listing .item .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:20px;
	line-height:1.2em;
	padding:20px;
}
#artists-listing .item .title a{
	text-decoration:none;
}
#artists-listing .item .title a:hover{
	color:#000;
	text-decoration:underline;
}

/* Artist Single
================================================== */
#artist-single .page-wrapper{
	padding:60px 20px 40px;
}
#artist-single .page-wrapper .left.inner{
	padding:0 20px 0 0;
}
#artist-single .page-wrapper .right.inner{
	padding:0 0 0 20px;
}
#artist-single .post-title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
  font-size: 32px;
  line-height: 1.2em;
  padding:0 0 10px;
  margin:0 0 30px;
  border-bottom:1px solid #0f0;
}
#artist-single .image-holder{
	padding:0 0 20px;
}
.artist-shortcuts{
	font-size: 0;
  padding: 20px 0 20px;
  background:#99FFA1;
  text-align:right;
}
.artist-shortcuts .item{
	display: inline-block;
  width: 33.33333%;
  vertical-align: top;
  position: relative;
}
.artist-shortcuts .item .inner {
	position: relative;
  min-height: 200px;
  margin: 0 10px 20px;
  background: #fff url('./images/bg/tri_corner_BR.png') right bottom no-repeat;
  background-size: 120px 120px;
  -webkit-background-size: 120px 120px;
  -moz-background-size: 120px 120px;
  -o-background-size: 120px 120px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
}
.artist-shortcuts .item .intro {
  font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
  font-size: 26px;
  line-height: 1.2em;
  padding: 20px 20% 20px 20px;
  text-align:left;
}
/* News Listing
================================================== */
#news-listing{
	font-size:0;
	padding:40px 0;
}
#news-listing .item{
	display:inline-block;
	width:100%;
	vertical-align:top;
	position:relative;
	margin:0 0 10px;
}
#news-listing .item .inner{
	min-height:157px;
	background:#cfc;
	-webkit-transition: box-shadow 0.2s ease-out;
	-moz-transition: box-shadow 0.2s ease-out;
	-ms-transition: box-shadow 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
}
#news-listing .item .wrapper{
	padding:20px;
}
#news-listing .item .info{
	padding:20px;
}
#news-listing .item .image-holder{
	overflow:hidden;
}
#news-listing .item:hover .inner{
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.14);
}
#news-listing .item .image-holder img{
	mix-blend-mode: multiply;
	width:100%;
}
#news-listing .item .image-holder {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	isolation: isolate;
	background:#fff;
}
#news-listing .item:hover .image-holder{
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background:#0f0;
}
#news-listing .item .date{
	font-size:14px;
}
#news-listing .item .datatype{
	font-size:16px;
	margin:0 0 20px;
	padding:0 0 0 20px;
	line-height: 1em;
	background:url('./images/bg/mark_black_s.png') left center no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
}
#news-listing .item .intro{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:36px;
	line-height:1.2em;
	margin:0;
	padding:0 25% 0 0;
}
#news-listing .item .title{
	font-family:'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	font-size:18px;
	line-height:1.2em;
}
#news-listing .item .title a{
	text-decoration:none;
}
#news-listing .item .title a:hover{
	color:#000;
	text-decoration:underline;
}
#news-listing .inner.inner-left{
	padding:0 0 0 40px;
}
.sidebar-area{
	font-size:16px;
}
.sidebar-area ul ul,
.sidebar-area ul ol,
.sidebar-area ol ol,
.sidebar-area ol ul{
	font-size:100%;
	margin:0;
}
.sidebar-area ul,
.sidebar-area ol{
	margin-bottom: 40px;
}
.sidebar-area .widget .widget-title{
	font-size:16px;
	margin:0 0 20px;
	padding:0 0 10px;
	border-bottom:1px solid #0f0;
	line-height:1.2em;
}
.sidebar-area .widget ul{
	list-style: disc;
	font-size: 16px;
	margin: 4px 0 5px 17px;
}
.sidebar-area .widget ul li{
	color:#0f0;
	margin-bottom: 10px;
}
.sidebar-area .widget ul li a{
	text-decoration:none;
	line-height: 1.4em;
}

/* News Single
================================================== */
#news-single{
	padding:40px 0;
}
#news-single .post-title{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
  font-size: 32px;
  line-height: 1.2em;
  padding:0 0 10px;
  margin:0 0 30px;
  border-bottom:1px solid #0f0;
}
#news-single .entry-content{
	padding:0 0 40px;
}
#news-single #sharing .nav-tool {
  padding: 30px 0;
  border-top: 1px solid #0f0;
  border-bottom: 1px solid #0f0;
}
#news-single .main-section{
	padding:0;
}
#news-single .inner.inner-left {
  padding: 0 20px 0 40px;
}
#news-single .image-holder{
	padding:0 0 40px;
}
#news-single .datatype {
  margin: 0;
  padding: 0 0 10px 20px;
  font-size:16px;
  line-height: 1.2em;
  background: url('./images/bg/mark_black_s.png') left 2px no-repeat;
  background-size: 12px 12px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
}
#news-single .datatype a{
	text-decoration:none;
}
/* Widgets
================================================== */
.em-tool{
	background:#fafafa;
	padding:0 0 80px;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.07);
}
.em-tool .inner{
	padding:0 10px;
}
.ui-datepicker .ui-datepicker-title select{
	display:inline-block !important;
	border:0 !important;
	width: 44% !important;
	margin: 1px 2% !important;
}
.em-calendar-wrapper .em-calendar{
	width:100%;
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	text-transform:normal;
	font-size:14px;
}
.em-calendar-wrapper{
	position: relative;
	padding: 4px 20px 0px;
}
.em-calendar-wrapper .em-calendar{
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 8px;
	table-layout: fixed;
}
.em-calendar-wrapper table.em-calendar thead {
	font-size: 14px;
	font-weight: normal;
}
.em-calendar-wrapper table.em-calendar td {
	padding: 12px 0px 8px;
	text-align: center;
	text-transform: normal;
}
.em-calendar-wrapper table.em-calendar td.eventful{
	border: 2px solid #0f0;
}
.em-calendar-wrapper table.em-calendar thead td{
	padding: 0px 4px 0px;
	letter-spacing:1px;
}
.em-calendar-wrapper table.em-calendar td.eventful a, 
.em-calendar-wrapper table.em-calendar td.eventful-today a {
	color: #000;
	text-decoration:none;
}
.em-calendar-wrapper table.em-calendar td.eventless-today,
.em-calendar-wrapper table.em-calendar td.eventful-today {
	background-color: #0f0;
	color:#fff;
}
.em-calendar-wrapper table.em-calendar td.eventless-today a,
.em-calendar-wrapper table.em-calendar td.eventful-today a{
	color:#fff;
}
.em-calendar-wrapper table.em-calendar td.eventful a:hover, 
.em-calendar-wrapper table.em-calendar td.eventful-today a:hover,
.em-calendar-wrapper table.em-calendar td.eventless-today a:hover,
.em-calendar-wrapper table.em-calendar td.eventful-pre a:hover,
.em-calendar-wrapper table.em-calendar td.eventful-post a:hover{
	color:#000;
}
.em-calendar-wrapper table.em-calendar td.eventful-today a:hover{
	color:#fff;
}
.em-calendar-wrapper table.em-calendar td.eventful-today:hover{
	background-color: #000;
}
.em-calendar-wrapper table.em-calendar td.eventful-pre a,
.em-calendar-wrapper table.em-calendar td.eventful-post a{
	text-decoration:none;
}
.em-calendar-wrapper .days-names td{
	font-size:14px;
	background:none;
}
.em-calendar-wrapper tbody td{
	font-size:14px;
}
.em-calendar-wrapper a .arrow{
	display:block;
	position:relative;
	border-top: 8px solid transparent;
	border-right: 10px solid #0f0;
	border-bottom: 8px solid transparent;
	margin: 0 16px -2px 0;
}
.em-calendar-wrapper a.next .arrow{
	border-right: 0;
	border-left: 10px solid #0f0;
	margin: 0 0 -2px 16px;
}
.em-calendar-wrapper a.next:hover .arrow{
	border-left: 10px solid #000;
}
.em-calendar-wrapper a.prev:hover .arrow{
	border-right: 10px solid #000;
}
.em-search-wrapper{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	text-transform:normal;
	font-size:14px;
	padding: 0 20px;
}
.em-events-search{
	font-size:0;
}
.em-events-search form{
	margin:0;
}
.em-events-search label {
	display: block !important;
	padding:10px 0 2px;
	margin:0 0 10px;
	border-bottom:2px solid #0f0;
	font-size:14px;
	font-weight:400;
}
.em-events-search input,
.em-events-search select{
	display: inline-block;
}
.em-events-search input[type="text"],
.em-events-search .em-events-search-text{
	border: 0;
	padding: 14px 0 10px;
	outline: none;
	color:#333;
	font-size:14px;
	line-height:1.4em;
	margin: 0;
	max-width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.em-events-search select{
	border: 1px solid #ddd;
	margin: 0;
}
.em-events-search  input[type="submit"]{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	text-transform:normal;
	font-size:14px;
	letter-spacing:0;
	margin: 0;
	height:42px;
	width: 100%;
	background:#000;
	border:0;
	text-shadow:none;
	color:#fff;
	margin:10px 0 0;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.em-events-search  input[type="submit"]:hover{
	background:#0f0;
	color:#000;
}
.em-events-search input.em-events-search-text{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	line-height:1em;
	text-transform:normal;
	width: 100%;
	text-indent:34px;
	margin-bottom: 10px;
	background: #fff url('./images/ui/search.png') left center no-repeat;
}
.em-events-search input.em-date-start{
	width: 100%;
	margin-bottom: 2px;
}
.em-events-search input.em-date-end{
	width: 100%;
	margin-bottom: 10px;
}
.em-events-search .em-events-search-dates.em-date-range{
	font-size:0px;
}
.em-events-search input.em-date-input-loc.em-date-start{
	cursor:pointer;
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	line-height:1em;
	text-indent:34px;
	text-transform:normal;
	background: #fff url('./images/ui/calendar.png') left center no-repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.em-events-search input.em-date-input-loc.em-date-end{
	cursor:pointer;
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	line-height:1em;
	text-indent:34px;
	text-transform:normal;
	background: #fff url('./images/ui/calendar.png') left center no-repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.em-events-search input.em-date-input-loc::-webkit-input-placeholder { 
  color:#333;
}
.em-events-search input.em-date-input-loc:-moz-placeholder { 
  color:#333;
}
.em-events-search input.em-date-input-loc::-moz-placeholder { 
  color:#333;
}
.em-events-search input.em-date-input-loc:-ms-input-placeholder { 
  color:#333;
}
.em-events-search #category{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
	line-height:1em;
	text-transform:normal;
  height:40px;
	width: 100%;
	margin: 0;
  border: none;
  overflow: hidden;
  color: #333;
  position: relative;
  background: #fff;
  -webkit-appearance: menulist;
}
.em-events-search #category:hover{
	cursor:pointer;
	background: #eee;
	color:#000;
}
.em-events-search .em-search-category{ 
  position: relative;
  width: 100%;
}
.em-events-search .em-events-search-category{
  position: relative;
  z-index: 2;
  border: 0;
  width: 100%;
  text-indent: 15px;
  font-size: 14px;
  outline: none;
}

/* #page nav
================================================== */
.single-menu{
	margin:0;
	padding: 0 20px;
}
.single-menu .next{
	float:right;
}
.single-menu .prev{
	float:left;
}
.single-menu a{
	text-decoration:none;
}
.single-menu a:hover{
	text-decoration:underline;
}
.share a{
	text-decoration:none;
}
.share a:hover{
	text-decoration:underline;
}
/* #pages
================================================== */
#pages .feature-image{
	max-height:540px;
	overflow:hidden;
}
#pages .feature-image img{
	width:100%;
}
#pages .page-wrapper{
	padding:60px 20px 80px;
	background: #F2F2F2;
}
#pages .page-wrapper .inner{
	padding:0 0 0 40px;
}
#pages .child-menu,
#pages .child-menu .item{
	padding:0;
	margin:0;
}
#pages .child-menu .item{
	display:block;
	margin: 0 6px 6px 0;
}
#pages .child-menu .item a{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
	padding:18px 20px;
	background:#fff;
	display:inline-block;
	vertical-align:top;
}
#pages .child-menu .item a span{
	color:#0f0;
}
#pages .child-menu .item a:hover span {
  color:#000;
}
#pages .title{
	font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight:600;
  font-size: 32px;
  line-height: 1.2em;
  padding:0 0 10px;
  margin:0 0 30px;
  border-bottom:1px solid #0f0;
}
/* #Pagenation
================================================== */
#pagenation .wp-pagenavi{
	padding:20px 10px 0px !important;
	display:block;
	font-size:0;
	float:none !important;
	text-align:center;
}
#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: #cfc !important;
	padding: 12px 15px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	display: inline-block !important;
	margin: 0 1px 6px !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #000 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
#pagenation .wp-pagenavi span.current{
	background: #0f0 !important;
	padding: 12px 15px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	display: inline-block !important;
	margin: 0 1px 6px !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #000 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
#pagenation .wp-pagenavi a:hover{
	background: #000 !important;
	color: #fff !important;
	text-decoration:none !important;
}
/* #Slider
================================================== */
#slider.slick-slider {
	margin:0;
	padding-bottom: 30px;
	background:#cfc;
}
#slider .slick-list.draggable:hover{
	cursor: url('./images/ui/grab.png') 8 8,move;
}
#slider .slick-list.draggable:active{
	cursor: url('./images/ui/grabbing.png') 8 8,move;
}
#slider .slick-prev {
	left: 10px;
	margin-top: -52px;
	height: 40px;
	width: 40px;
}
#slider .slick-next {
	right: 10px;
	margin-top: -52px;
	height: 40px;
	width: 40px;
}
#slider .slick-prev:before,
#slider .slick-next:before {
	font-size: 34px;
	line-height: 1em;
}
#slider .item img{
	height: 400px;
	width: auto;
}
#slider .item {
	display: inline-block;
	margin: 0 1px;
	position: relative;
}
#slider button{
	border:0;
	margin-bottom:0;
}
#slider .slick-dots {
	position: relative;
	bottom: auto;
	padding: 20px 0 0;
	margin: 0;
}
#slider .slick-dots li {
	vertical-align: top;
}
#slider .slick-dots li button:before {
	font-size: 20px;
	line-height: 1em;
	color:#000;
}
/* #MailChimp
================================================== */
#mc_embed_signup{
	background:#fff; 
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
}
.cleareach {
	clear: both;
}
#mc_embed_signup .mc-field-group .asterisk {
	top: 4px !important;
}
#mc_embed_signup .buttonstyle {
	clear: both;
	background: #aaa;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

/* #MQ
================================================== */
@media only screen and (max-width: 1499px){
	
}
@media only screen and (max-width: 1279px){
	
}
@media only screen and (max-width: 1027px){
	
}
@media only screen and (max-width: 978px){
	#main-menu .menu-item a{
		font-size:16px;
	}
	#header .main-header .inner {
		padding: 20px;
	}
	#home-main-carousel .owl-carousel .owl-item .item-info {
		width: 50%;
		height: 100%;
	}
	#home .shortcuts {
		padding: 10px 20px 70px;
  }
	#home .news-listing .item .intro,
	#home .shortcut .msg .title {
		font-size:28px;
	}
	#home-main-carousel .owl-carousel .owl-item.loading{
		min-height: 424px;
	}
	#home-main-carousel .owl-carousel .owl-controls {
		width: auto;
		right: 30px;
	}
	#footer .inner{
		padding:0 20px 40px;
	}
	
	#footer .support{
		padding: 0 20px;
	}
	
	#news-single .main-section {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px){
	#header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#content{
		margin:40px 0 0;
	}
	#header #logo img.desktop{
		display:none;
	}
	#header #logo img.mobile{
		display:block;
	}
	#header #logo img {
		height: 24px;
  }
  #header .main-header .inner {
		padding: 8px 10px;
	}
	#header #main-menu,
	.mobile.fill,
	#home .shortcut{
		display:none;
	}
	.menu-right ul li a {
		margin: 0;
  }
	.menu-right #social-menu{
		margin: 0;
		position: absolute;
		top: 0;
		right: 50px;
	}
	.menu-right #social-menu img {
		width: auto;
		height: 40px;
	}
	.menu-right #social-menu li .desktop {
		display: none;
	}
	.menu-right #social-menu li .mobile {
		display: block;
	}
	.menu-right #header-menu{
		display:none;
	}
	#mobile-menu,
	.switch{
		display:block;
	}
	#mobile-menu.active{
		display:block;
		max-height:400px;
		-webkit-transition: all 0.4s ease-out;  
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	#home-main-carousel .owl-carousel .owl-item.loading{
		min-height: 262px;
	}
	#home-main-carousel .owl-carousel .owl-item .item-info .title {
		font-size: 32px;
  	line-height: 1.1em;
  }
	#home-main-carousel .owl-carousel .owl-item .item-info .sub-title {
  	display:none;
  }
  #home .events-listing .item,
  #events-listing .events-listing .item{
  	width:50%;
  }
  #events-listing .events-listing {
    padding: 0;
  }
  #events-listing .events-listing .item{
		margin: 0;
	}
	#events-listing .events-listing .item .wrapper{
		margin: 0;
	}
	#event-single .content {
    padding: 0 0 20px;
  }
  #event-single .content .left.inner {
    padding: 0;
  }
  #event-single .content .left.inner .image-holder img{
  	margin: 0 auto;
  }
  #event-single .content .right.inner {
		padding: 40px 20px;
	}
	#event-single .content .top-info .one-half.fill{
		width:50%;
	}
  #home .events-listing .item:first-child {
  	display:inline-block;
	}
  #home .events-listing .item:first-child .wrapper{
  	background: #fff url('./images/bg/tri_corner_BR.png') right bottom no-repeat;
		background-size: 120px 120px;
		-webkit-background-size: 120px 120px;
		-moz-background-size: 120px 120px;
		-o-background-size: 120px 120px;
  }
	#home .events-listing .item:first-child .title {
		margin: 0 0 30px;
	}
	#home .events-listing .item .inner .one-half.fill,
	#events-listing .events-listing .item .inner .one-half.fill{
  	width:50%;
  }
  #home .events-buttons{
  	padding:0 10px;
  }
  #home .events-buttons li {
		width:100%;
	}
	#home .shortcuts {
		padding: 0 0 80px;
	}
	#home .news-listing{
		padding:0;
	}
  #home .news-listing .item {
  	width: 100%;
  }
  #home .news-listing .item:first-child .inner {
  	min-height: 200px;
  }
  #home .news-listing .item:nth-child(odd) .inner,
  #home .news-listing .item:nth-child(even) .inner{
  	margin: 0;
  }
  #home .news-listing .item .inner .one-half.fill{
  	width:50%;
  }
  #home .artist-listing{
  	padding: 0;
  }
  #home .artist-listing .item{
  	width: 50%;
  }
  #home .artist-listing .item:first-child{
  	width: 100%;
  }
  #home .artist-listing .item .inner {
  	margin:0;
  }
  #home .artist-listing .item:first-child .inner{
  	margin:0;
  }
  #home .artist-listing .item .info {
  	left: 0px;
  }
  #footer .one-third.fill:first-child{
  	width:100%;
  }
	
	#footer .one-third.fill:nth-child(2){
    display: none;
	}

	#footer .one-third.fill:nth-child(3){
    width: 100%;
	}
	
  #footer .one-third.fill{
  	width:50%;
  }
  #footer .logo{
  	width:50%;
  }
  #footer .inner {
		padding: 0 20px 40px;
		text-align: left;
	}
	#slider .slick-dots li {
		width:16px;
		height:16px;
		margin:0 4px;	
	}
	#slider .slick-dots li button{
		width:16px;
		height:16px;
		padding:0;
	}
	#slider .slick-dots li button:before {
		font-size: 16px;
	}
	#slider .item img {
		height: 220px;
	}
	#pages .page-wrapper {
		padding: 20px;
  }
  #pages .page-wrapper .inner {
  	padding: 40px 0;
  }
  #pages .child-menu{
  	font-size: 0;
  }
  #pages .child-menu .item {
  	display: inline-block;
  	vertical-align: top;
  }
  #pages .child-menu .item a{
  	font-size:14px;
  	padding: 10px 12px;
  }
  #artists-listing .item {
    width: 50%;
  }
  #artist-single .page-wrapper .left.inner{
  	padding:0;
  }
  #artist-single .page-wrapper .right.inner{
		padding:40px 20px;
	}
	#artist-single .page-wrapper {
    padding: 0;
  }
	.artist-shortcuts .item{
		width: 50%;
  }
  #news-listing {
    padding: 0;
  }
  #news-listing .item {
  	margin:0;
  }
  #news-listing .inner.inner-left {
    padding: 40px 20px;
  }
  #news-single {
    padding: 0;
  }
  #news-single .inner.inner-left {
    padding: 0 20px;
  }
  .single-menu .next,
  .single-menu .prev {
  	float:none;
  	padding: 0 0 10px 0;
  }
  #sharing .nav-tool {
  	margin: 0 20px;
  }
  #news-single .main-section {
    padding: 0;
  }
  #news-single .main-section .inner-main{
  	padding:0 20px;
	}
  #news-single #sharing .nav-tool{
  	margin: 0;
  }
  #news-single .single-menu {
    padding: 20px;
  }
	
	#footer .footerLogos .footerLogo {
	flex-basis: 32%;
	}
}
@media only screen and (max-width: 479px){
	#home-main-carousel .owl-carousel .owl-item.loading{
		min-height: 200px;
	}
	#home-main-carousel .owl-carousel .owl-item .item-info {
		width: 100%;
  	height: 200px;
  	position: relative;
		left: auto;
		top: auto;
		background: #0f0;
  }
	#home-main-carousel .owl-carousel .owl-item .item-info .wrapper {
		padding: 20px;
  }
	
  #home .owl-carousel .owl-controls {
  	text-align: center;
  	position: relative;
  	bottom: 0px;
  	right: 0px;
  	background-color: #0f0;
  }
  #home-main-carousel .owl-carousel .owl-controls .owl-page span {
  	width: 16px;
  	height: 16px;
  }
  #home-main-carousel .owl-carousel .owl-item .item-info .readmore {
		position: relative;
  	bottom: 0;
		left: 0;
	}
	#home .events-listing .item,
	#events-listing .events-listing .item{
		width:100%;
	}
	#events-listing .events-listing .item:nth-child(2),
	#events-listing .events-listing .item:nth-child(3){
		width:100%;
	}
	
	#home .events-listing .item:first-child .wrapper{
		min-height:200px;
	}
	#home .artist-listing .item{
  	width: 100%;
  }
  #home .artist-listing .item .inner {
  	margin:0;
  }
  #home .news-listing .item .inner {
  	min-height: 0;
  }
  #home .news-listing .item .info {
  padding: 10px;
  }
	#home .news-listing .item .title {
		font-size: 14px;
	}
	#events-listing .listing-title {
		padding: 40px 20px;
	}
	.em-calendar-wrapper {
    padding: 4px 10px 0px;
  }
  .em-search-wrapper{
  	padding: 40px 18px 0;
  }
	#artists-listing {
    padding: 0;
  }
	#artists-listing .item {
    width: 100%;
  }
  #artists-listing .item .inner {
  	margin: 0;
  }
	.artist-shortcuts .item{
		width: 100%;
  }
  #footer .credit .one-third.fill {
    width: 100%;
  }
  #footer .credit{
  	font-size:14px;
  }
  #footer .credit .inner{
  	padding: 0 20px 10px;
  }
  #footer .credit .inner,
  #footer .credit .funder p{
  	text-align:center;
  }
  #footer .credit .funder img{
  	margin:0 auto;
  }
	
	
}

