/*
Theme Name: ADT
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: adt
*/

@font-face {
    font-family: 'marvelbold';
    src: url('assets/fonts/marvel-bold-webfont.woff2') format('woff2'),
    url('assets/fonts/marvel-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'marvelregular';
    src: url('assets/fonts/marvel-regular-webfont.woff2') format('woff2'),
    url('assets/fonts/marvel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'narzissregularregular';
    src: url('assets/fonts/narziss-regular-webfont.woff2') format('woff2'),
    url('assets/fonts/narziss-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	background: #f7f4f4;
	color: #1A1919;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6, blockquote{
	font-family: 'narzissregularregular';
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
}

h2{
	font-size: 1.86em;
}

h3{
	font-size: 1.66em;
}

h4{
	font-size: 1.46em;
	text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 0;
}

h5{
	font-size: 1.33em;
	margin-top: 0;
}

h6{
	font-size: 1.2em;
	margin-top: 0;
}

p{
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 0 20px;
	line-height: 1.4em;
	font-weight: 300;
}

li{
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 0 5px;
	line-height: 1.4em;
	font-weight: 300;
}

a:focus{
	outline: none;
}

.grey{
	background-color: rgba(26, 25, 25, 0.12);
}

.white{
	background-color: #fff;
}

.white.button:before{
	background-color: #fff;
	color: #000;
}

.no-pad{
	padding: 0;
}

.home header{
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.home header .menu li a, .home header .search-form span, .home header .search-form .search-field, .home .menu.main li li a{
	color: #fff;
}

.home .top-links{
	border-color: #fff;
}

.home .menu.main li ul{
	background: #7f7f7f;
}

.home .menu.main li ul li:first-child{
	margin-top: 35px;
}

.home .sub-menu:before, .home .menu.main li:not(.menu-item-has-children) > a:hover:before{
	background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%);
}

.menu.main li li > a:hover:before{
	background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%)!important;
}

.menu.main li li.current-menu-parent{
	font-weight: 600;
}

.menu.main li li.current-menu-parent > a:after{
	content: none;
}

header{
	margin-bottom: 20px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, .gform_button{
	outline: none!important;
}

.page-title{
	margin-bottom: 60px;
}

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

.menu li{
	display: inline-block;
	text-transform: uppercase;
	font-family: 'marvelregular';
	font-weight: normal;
	font-size: 1.125em;
}

.menu li a{
	color: #000;
}

.menu li a:hover{
	text-decoration: none;
	cursor: pointer;
}

.menu li a:focus{
	outline: none;
}

.menu.main > li > a{
	padding-bottom: 40px;
	display: block;
	max-width: 84px;
}

.menu.main > li.icc > a{
	max-width: 215px;
}

.menu.main > li.youth > a{
	max-width: 95px;
}

.menu.main > li.contact > a{
	max-width: 75px;
}

.menu.main li ul {
	position: absolute;
	background: #f7f4f4;
	top: 76px;
	left: -9999px;
	opacity: 0;
	width: 250px;
	z-index: 1;
}

.menu.main li:hover > ul li a:before{
	margin: 0!important;
}

.single-event .menu.main li li.current-event-ancestor a:after,  .menu.main li li.current-menu-item a:before,
.menu.main li li.current-menu-item a:hover:before, .single-research .menu.main li li.research-and-proj a:hover:before,
.single-audition .menu.main li li.auditions a:hover:before, .single-event .menu.main li.theatre li.menu-item-type-taxonomy a:after{
	content: none;
}

.menu.main li li.current-menu-item, .single-research .menu.main li li.research-and-proj, .single-audition .menu.main li li.auditions,
.single-people .menu.main li.people, .page-template-employment-page .main.menu li li.employment, .single-employment_opp .main.menu li li.employment{
	font-weight: 600;
}

.sub-menu{
	padding: 0 0 20px;
	margin: 0 0 0 -35px;
	background: #fff;
}

.sub-menu:before, .menu.main li:not(.menu-item-has-children) > a:hover:before, .menu.main li li > a:hover:before{
	content: '';
	width: 70px;
	display: block;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
    margin: -15px 0 20px 34px;
}

.menu.main li:not(.menu-item-has-children) > a:hover:before, .menu.main li li > a:hover:before{
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 16px;
}

.menu.main li.current-menu-item:not(.menu-item-has-children) > a:hover:before{
	content: none;
}

.menu.main li li:not(.menu-item-has-children) > a:hover:before, .menu.main li li > a:hover:before{
	bottom: -3px;
}

.menu.main li li{
	margin: 20px 0 20px 35px;
	clear: both;
	font-size: 0.9em;
	display: block;
}

.menu.main li li:last-child{
	margin-bottom: 0;
}

.menu.main li li ul, .menu.main li li a:hover ul{
	display: none;
	opacity: 0;
	left: -9999px;
}

.menu.main li li a{
	color: #000;
}

.menu.main li.focused > ul, .menu.main li:hover > ul{
	left: 0;
	opacity: 1;
}

.menu.main li.focused > ul li, .menu.main li:hover > ul li{
	opacity: 1;
}

.menu.main li.current-menu-parent > a:after, .menu.main li.current-menu-item > a:after,
.page-template-employment-page .main-menu li.company > a:after, .single-employment_opp .menu.main li.company > a:after,
.single-audition .menu.main li.icc > a:after,
.single-works .menu.main li.works > a:after, .page-template-past-works-page .menu.main li.works > a:after,
.single-whats_on .menu.main li.whats-on > a:after, .tax-event_category .menu.main li.whats-on > a:after,
.single-event .menu.main li.whats-on > a:after, .single-research .menu.main li.icc > a:after{
	content: '';
	width: 100%;
	border-top: 1px solid #000;
	display: block;
	position: relative;
	top: 24px;
	opacity: 0.6;
}

.menu.main li.current-menu-parent .sub-menu:before, .menu.main li.current-menu-item .sub-menu:before,
.single-employment_opp .menu.main li.company:hover > a:after{
	content: none;
}

.menu.main li.icc li.current-menu-item a:before, .menu.main li.theatre li.current-menu-item a:before, .menu.main li.whats-on li.current-menu-item a:before,
.menu.main li.icc li a:before, .menu.main li.theatre li a:before, .menu.main li.whats-on li a:before, .menu.main li.icc.current-menu-ancestor > a:after,
.single-research .menu.main li.icc > a:after, .single-audition .menu.main li.icc > a:after, .single-event .menu.main li li.current-menu-parent a:after{
	left: 0!important;
	right: 0!important;
	margin:  0 auto!important;
}

.menu.main .sub-menu li.current-menu-item > a:after, .single-research .menu.main li.icc:hover .sub-menu:before, .single-audition .menu.main li.icc:hover .sub-menu:before,
.single-event .menu.main li.whats-on:hover .sub-menu:before{
	content: none;
}

.menu.main li li.current-menu-item a:before, .menu.main li li.current-menu-item a:hover:before{
	top: 20px;
}

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

header .search-form{
	float: left;
}

header .search-form span{
    font-size: 0.875em;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-family: 'marvelregular';
    float: left;
}

header .search-form .search-field{
    background-color: transparent;
    border: 0;
    font-size: 0.9em;
    line-height: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'marvelregular';
    width: 300px;
    float: left;
    position: relative;
    top: -2px;
}

header .search-form .search-field:focus{
	outline: none;
}

.top-links{
	border-bottom: 1px solid #000;
	overflow: hidden;
	margin: 34px 0 25px;
	padding-bottom: 12px;
}

.menu.top{
	float: right;
}

.menu.top li{
	font-size: 0.875em;
	margin: 0 15px;
	letter-spacing: 1.75px;
}

.menu.top li .sub-menu{
	display: none;
	position: absolute;
	width: 200px;
	top: 58px;
    margin-left: 0;
    z-index: 99;
    padding: 10px 0 7px;
}

.menu.top li:hover .sub-menu{
	display: block;
}

.menu.top li:hover .sub-menu:before{
	content: none;
}

.menu.top li .sub-menu li{
	margin: 0;
	display: block;
}

.menu.top li .sub-menu li a{
	color: #000!important;
	background: #fff!important;
	display: block;
	position: relative;
}

.menu.top li .sub-menu li a:hover{
	background: #fff;
	color: #000;
}

.menu.top li .sub-menu li a:hover:before{
	content: '';
	width: 43px;
	display: block;
	border-top: 1px dotted #000;
	position: absolute;
	bottom: 5px;
}

.menu.main li{
	margin: 0 20px;
	letter-spacing: 2.25px;
	position: relative;
}

.menu.top li a{
	padding: 5px 10px;
}

.menu.top li a:hover, .page-template-news-page .menu.top li.news a, .single-post .menu.top li.news a, .page-id-284 .menu.top li.support a{
	background: #000;
	color: #fff;
}

.menu li:first-child{
	margin-left: 0;
}

.menu li:last-child{
	margin-right: 0;
}

header .adt-logo{
	position: absolute;
	right: 15px;
    top: 0;
}

header .adt-logo img{
	height: 72.61px;
	width: 166.7px;
}

.banner{
	margin-bottom: 40px;
	position: relative;
	height: 100vh;
	background-size: cover;
	background-attachment: fixed;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.banner:before{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

.banner .content{
	width: 400px;
	min-height: 370px;
	padding: 40px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner .toggle-down{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    width: 20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    box-shadow: inset 2px 2px 0 0 #F7F4F4;
    -moz-box-shadow: inset 2px 2px 0 0 #F7F4F4;
    -webkit-box-shadow: inset 2px 2px 0 0 #F7F4F4;
    text-indent: -9999px;
    overflow: hidden;
}

.banner .content.dark{
	background: #1A1919;
}

.banner .content.light{
	background: #fff;
}

.banner .content .inner{
	font-size: 2.875em;
	color: #fff;
	font-family: 'narzissregularregular';
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: 7px;
}

.banner .content .inner a{
	display: inline-block;
	font-size: 0.4em;
	line-height: 1.4em;
	font-family: 'marvelregular';
	letter-spacing: 2px;
	position: absolute;
	left: 35px;
	bottom: 40px;
	background: url('assets/images/arrow-dark-white-border.png') #1A1919 no-repeat center right;
	padding: 6px 50px 1px 0;
	transition: padding 0.2s ease-in-out;
	color: #fff;
}

.banner .content .inner a:hover{
	text-decoration: none;
	background: url('assets/images/arrow-light-white-bg.png') #fff no-repeat center right;
	color: #1A1919;
	padding-left: 10px;
	padding-right: 40px;
}

.banner .content .inner a:before{
	content: '';
	width: calc(100% - 16px);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.banner .content.light .inner a{
	background: url('assets/images/arrow-light-black-border.png') #fff no-repeat center right;
}

.banner .content.light .inner a:hover{
	background: url('assets/images/arrow-dark.png') #1A1919 no-repeat center right;
	color: #fff;
}

.banner .content.light .inner a:before{
	border-top: 1px solid #666;
}

.hero, .item img, .wp-post-image, .image-pod img, .gallery .slides li img.photo{
	width: 100%;
}

footer{
    padding: 60px 0 30px;
}

footer .menu.main{
	display: flex;
	justify-content: space-between;
}

#get-social{
    float: left;
    display: block;
    background: #000;
}

#get-social span{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25em;
    font-family: 'marvelregular';
    letter-spacing: 2.5px;
    display: inline-block;
    float: right;
    line-height: 50px;
    margin: 0 30px;
    position: relative;
    top: 3px;
}

#get-social .menu-social-container{
	float: left;
}

.footer-links p, footer .footer-links li{
    font-family: 'marvelregular';
    letter-spacing: 1.75px;
    font-size: 0.875em;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}

.footer-links ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.footer-links li{
	text-align: right;
	margin-left: 20px!important;
}

.footer-links li a{
	color: #1A1919;
}

h2.section-heading, h1, #watch-adapt-online h2{
	font-size: 2.875em;
	text-transform: uppercase;
	letter-spacing: 15px;
	margin: 70px 0 60px;
	line-height: 1em;
}

h1{
	font-size: 3.125em;
	letter-spacing: 7.61px;
}

.section-link-heading{
	margin: 20px 0 0;
	display: inline-block;
    background: #fff;
    padding: 7px 25px 5px 20px;
}

.section-link-heading h2.section-heading{
    font-family: 'marvelregular';
    font-size: 1.625em;
    letter-spacing: 3.25px;
    margin: 0;
    display: inline-block;
}

.section-link-heading a{
	font-family: 'marvelregular';
    font-size: 1.625em;
    display: inline-block;
    color: #1A1919;
    text-transform: uppercase;
    margin: 0;
}	

.writings h4{
    font-family: 'marvelregular';
    font-size: 1.625em;
    display: inline-block;
    color: #1A1919;
    font-style: italic;
    text-transform: none;
    margin: 0;
}

.section-link-heading .slash{
	display: inline-block;
	position: relative;
	height: 24px;
	width: 20px;
}

.section-link-heading .slash:before{
	content: '';
    width: 18px;
    height: 24px;
    border-bottom: 1px solid #000;
    -webkit-transform: translateY(0) translateX(-10px) rotate(-73deg);
    -ms-transform: translateY(0) translateX(-10px) rotate(-73deg);
    position: absolute;
}

h1{
	margin: 0;
	line-height: 1.2em;
}

.featured-cpt{
	margin-bottom: 50px;
}

.single h1, .search-results h1, .page-template-people-page h1{
	margin-bottom: 15px;
}

.back{
	color: #000;
	text-transform: uppercase;
	font-family: 'marvelregular';
    letter-spacing: 1px;
    font-size: 0.875em;
}

.item .image-holder{
	position: relative;
	overflow: hidden;
}

.item a{
	color: #000;
}

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

.item a:hover .pop, .item.double-btn:hover .pop{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.item a .pop{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #f7f4f4;
    text-transform: uppercase;
    width: 139px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    font-size: 1.06em;
    padding: 17px 0 10px;
    font-family: 'marvelregular';
    letter-spacing: 3px;
}

.item h2{
	font-family: 'marvelregular';
	margin: 30px 0;
	letter-spacing: 2px;
	font-size: 2.125em;
	text-transform: uppercase;
}

.item h2 span{
    font-size: 1em;
}

.item h2:hover span{
	background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-repeat: repeat-x;
    background-position: 0 85%;
    background-size: 100% 2px;
}

.image-pod .caption p:before, .page-content .gform_wrapper:before, .share-this:before,
.search-results .item:after, .single-event .category:after{
	content: '';
	width: 70px;
	display: block;
    margin-top: 20px;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.item p{
	line-height: 1.3em;
}

.item.double-btn a .pop{
	left: 10px;
	margin: 0;
}

.item.double-btn a + a .pop{
	left: auto;
	right: 10px;
}

.item.double-btn a:hover .pop, .item a .pop:hover{
	background: #000;
	color: #fff;
}

.item .date, .item .location, .item .price{
	font-family: 'marvelregular';
	letter-spacing: 2px;
	margin-bottom: 0;
	font-size: 1em;
	text-transform: uppercase;
}

.item .price{
	margin-bottom: 20px;
}

.item .inner, .featured-quote.inner, .fade, .footer-enews{
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition-property: transform,opacity;
	transition-duration: 2s;
	transition-timing-function: ease;
	-webkit-transition-property: -webkit-transform,opacity;
	-webkit-transition-duration: 2s;
	-webkit-transition-timing-function: ease;
}

.featured-quote.inner, .fade, .footer-enews{
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.item .inner.is-visible, .featured-quote.inner.is-visible, .fade.is-visible, .footer-enews.is-visible{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.home .featured-cpt .inner.is-visible{
	-webkit-transform: none;
	transform: none;
	-webkit-transition-property: none;
    -webkit-transition-duration: 0s;
}

.item .blob{
    background: #1A1919;
    border-radius: 50%;
    text-align: center;
    height: 120px;
    width: 120px;
    float: right;
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 2;
}

.item .blob span{
    color: #fff;
    text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 2px;
    font-size: 1.25em;
    line-height: 1.2em;
    position: absolute;
    bottom: 25px;
    padding: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#now-on.featured-cpt .item, #featured-works.featured-cpt .item{
	padding: 0;
}

.item.no-pad .inner{
	padding: 0 30px 40px;
}

.featured-cpt .item h2, .item.no-pad h2{
	margin: 0 0 10px;
	padding-top: 30px;
}

.featured-cpt .item h2{
	padding: 30px 30px 10px;
}

.featured-cpt .item.work .button-group, .item.no-pad .inner .button-group{
	position: absolute;
	bottom: 10px;
}

#featured-works.featured-cpt .item h2{
	padding: 0 0 10px;
}

#featured-works.featured-cpt .item .inner{
	padding: 30px 30px 40px;
}

#now-on.featured-cpt .inner{
	position: relative;
	float: left;
	width: 100%;
}

#now-on.featured-cpt .item:first-child .image-holder:after,
.item.no-pad .image-holder:after, #featured-works.featured-cpt .item .image-holder:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
}

#now-on.featured-cpt .item:last-child .image-holder:after, #featured-works.featured-cpt .item:last-child .image-holder:after,
.item.no-pad:last-child .image-holder:after, .item.no-pad:nth-child(4) .image-holder:after, .item.no-pad:nth-child(8) .image-holder:after,
.item.no-pad:nth-child(12) .image-holder:after,
.people-group .item.no-pad:nth-child(4) .image-holder:after, .people-group .item.no-pad:nth-child(8) .image-holder:after,
.people-group .item.no-pad:nth-child(12) .image-holder:after{
	content: none;
}

.page-template-news-page .item.no-pad:last-child .image-holder:after, .page-template-news-page .item.no-pad:nth-child(4) .image-holder:after,
.page-template-news-page .item.no-pad:nth-child(8) .image-holder:after, .page-template-news-page .item.no-pad:nth-child(12) .image-holder:after{
	content: '';
}

#now-on.featured-cpt .item .description{
	width: 60%;
	float: left;
	padding: 0 30px 40px;
	position: relative;
}

#now-on.featured-cpt .item .description .button-group{
	position: absolute;
	bottom: 10px;
}

#now-on.featured-cpt .item .details{
	width: 40%;
	float: right;
	padding: 0 20px;
}

.enews-signup h2{
	color: #1A1919;
	margin: 60px auto 30px;
	float: left;
	letter-spacing: 5.2px;
	width: 100%;
}

.pop-subscribe .enews-signup h2{
	margin-bottom: 10px;
	color: #fff;
}

.pop-subscribe .enews-signup p{
	font-size: 1.11em;
	color: #fff;
}

::-webkit-input-placeholder {
  color: #000;
  font-size: 1.13em;
  font-family: 'marvelregular';
}

::-moz-placeholder { 
  color: #000;
  font-size: 1.13em;
  font-family: 'marvelregular';
}

:-ms-input-placeholder { 
  color: #000;
  font-size: 1.13em;
  font-family: 'marvelregular';
}

:-moz-placeholder { 
  color: #000;
  font-size: 1.13em;
  font-family: 'marvelregular';
}

.pop-subscribe .enews-signup ::-webkit-input-placeholder { 
  color: #fff;
}

.pop-subscribe .enews-signup ::-moz-placeholder {
  color: #fff;
}

.pop-subscribe .enews-signup :-ms-input-placeholder { 
  color: #fff;
}

.pop-subscribe .enews-signup :-moz-placeholder {
  color: #fff;
}

.enews-signup input[type="text"], .enews-signup input[type="email"]{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000!important;
    color: #fff!important;
    font-size: 1.13em;
  	font-family: 'marvelregular'!important;
  	width: 100%!important;
  	padding: 8px 0!important;
  	letter-spacing: 3px!important;
}

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

.pop-subscribe .enews-signup form{
	margin: 0 auto;
}

.enews-signup label, .page-content label.gfield_label{
	display: none!important;
}

.enews-signup .gform_wrapper ul.gform_fields li.gfield{
	text-align: center;
}

.gform_wrapper ul.gform_fields li.gfield{
	margin-top: 30px;
	padding-right: 0!important;
}

footer .enews-signup input[type="text"], footer .enews-signup input[type="email"]{
	color: #000!important;
}

footer .sub-page .enews-signup .gform_wrapper ul.gform_fields li.gfield{
	width: calc(50% - 15px);
	float: left;
	clear: none;
}

footer .sub-page .enews-signup .gform_wrapper ul.gform_fields li.gfield:last-child{
	float: right;
}

footer .sub-page #get-social{
	float: right;
	margin-top: 185px;
}

.gform_wrapper .gform_body{
    width: 100%!important;
    float: left;
}

.gform_wrapper .gform_footer{
	width: 100%!important;
	margin: 20px 0 0!important;
	padding: 0!important;
}

.gform_wrapper .gform_footer{
	position: relative;
	top: 0;
	float: left;
}

footer .menu-main-container{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px 0;
    margin: 50px 0 30px;
}

footer .menu-main-container li ul{
	display: none;
}

footer .menu.main > li > a{
	padding-bottom: 0;
}

footer .sub-menu:before, footer .menu.main li:not(.menu-item-has-children) > a:hover:before{
	content: none;
}

.enews-signup .gform_button.button, .gform_button.button{
    font-size: 1.35em;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 13px 20 8px;
    font-family: 'marvelregular'!important;
    letter-spacing: 2.5px;
    float: none;
    left: 0;
    margin: 0!important;
    background-image: linear-gradient(to right, black 50%, white 51%);
    -webkit-transition: background-position 120ms;
    -moz-transition: background-position 120ms;
    transition: background-position 120ms;
}

.enews-signup .gform_button.button:hover, .gform_button.button:hover{
	background-image: linear-gradient(to right, black 50%, white 50%);
    background-position: -100% 0;
    color: #000;
    background-size: 22px!important;
}

.enews-signup .gform_wrapper .gform_footer, .gform_wrapper .gform_footer{
	text-align: right;
	padding: 0;
	margin: 55px 0 0;
}

.gform_wrapper form{
	float: left;
	width: 100%;
	margin: 0 auto 75px!important;
}

.gform_button.button{
    position: relative;
    top: 0;
    left: 0px;
    border: 0!important;
    background: #dbd9d9 !important;
    color: #000!important;
    border-left: 0!important;
    padding: 13px 20px 8px!important;
    background-size: 22px!important;
    transition: all 0.1s ease-in-out!important;
    min-width: 100px;
}

.gform_button.button:before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #1A1919;
	content: '';
	display: block;
	top: auto;
}

.gform_button.button:hover{
	background: #1A1919!important;
    color: #fff!important;
    background-size: 22px!important;
}

.gform_wrapper div.validation_error{
	color: #000;
	font-weight: normal!important;
	font-family: 'marvelregular'!important;
	padding: 0!important;
	border: 0!important;
	letter-spacing: 3px;
}

.enews-signup .gform_wrapper div.validation_error{
	color: #1A1919;
}

.pop-subscribe .enews-signup .gform_wrapper div.validation_error, .pop-subscribe .gform_wrapper .validation_message{
	color: #fff!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;
	border-bottom: 1px solid #000;
}

.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-bottom: 1px solid #fff;
}

.featured-quote{
	text-align: center;
	margin: 70px 0 40px;
}

.featured-quote h2{
	margin: 0 0 35px;
}

blockquote{
	margin-bottom: 60px;
}

blockquote p{
	font-size: 2em!important;
	line-height: 1.2em!important;
	letter-spacing: 2px;
	text-align: center;
	font-family: 'marvelregular';
	text-transform: uppercase;
}

blockquote span{
	font-family: 'marvelregular';
	font-size: 1em;
	letter-spacing: 3px;
}

.button{
    font-size: 1.25em;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    color: #000;
    margin: 0;
    padding: 15px 50px 11px;
    font-family: 'marvelregular';
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    float: left;
    left: -50%;
    width: auto;
}

.button:before, .button:after{
	content: 'Submit';
    font-family: 'marvelregular'!important;
    letter-spacing: 3px;
    font-size: 1em;
}

.button:hover:before{
    left: 20px;
}

.button:hover:after{
    left: 0;
}

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

.button:before, .button:after {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    -moz-transition: all 120ms ease-out;
    -o-transition: all 120ms ease-out;
    -webkit-transition: all 120ms ease-out;
    transition: all 120ms ease-out;
}

.button:before{
    z-index: 1;
    left: 0;
    top: 0;
    line-height: 46px;
    background-color: #000;
    color: #fff;
    content: attr(data-content);
}

.button:after {
    z-index: 2;
    left: -100%;
    color: #000;
    content: attr(data-content);
    background-color: #dbd9d9;
	top: 0;
	line-height: 46px;
}

.button-group .button{
    display: inline-block;
    padding: 5px 15px 8px!important;
    margin-right: 5px;
    letter-spacing: 2.25px;
    font-size: 1.125em;
}

.button-group .button:before, .button-group .button:after{
	line-height: 37px;
	letter-spacing: 2.25px;
}

.button-group .button.grey:before{
	background-color: #dbd9d9;
	color: #1A1919;
}

.button-group .button.black:before{
	background-color: #1A1919;
	color: #fff;
}

.button-group .button:hover:after{
	background-color: #1A1919;
	text-decoration: none;
	color: #fff;
}

.button-group .button.black:hover:after{
	background-color: #0D8B9F;
}

.button-group .button{
	left: 0;
}

.outer-holder{
	overflow: hidden;
}

.inner-holder{
	float: left;
	left: 50%;
	position: relative;
}

footer .enews-signup{
	float: left;
	width: 100%;
}

.social li{
	margin: 0;
	border-right: 1px solid #fff;
	width: 50px;
	height: 50px;
	float: left;
}

.social li:last-child{
	margin-right: 0;
}

.social li a{
	position: relative;
	float: left;
	text-indent: -9999px;
	padding-top: 40px;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-in-out;
}

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

.social li.instagram a{
	background: url('assets/images/ig.svg') no-repeat center;
	background-size: 17px;
}

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

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

.social li a:hover{
	background-color: #0D8B9F;
}

.image-pod .caption p{
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 0.8em;
}

.image-pod .caption p:before{
	margin-top: 0;
	margin-bottom: 15px;
}

.image-pod .caption.align-left p{
	padding-left: 30px;
}

.image-pod .caption.align-right p{
	padding-right: 30px;
}

.page-content h2{
	font-size: 1.5em;
	line-height: 1.2em;
}

.page-content blockquote{
    margin: 0 auto 60px;
    text-align: center;
}

.page-content blockquote p{
	font-size: 2em;
	line-height: 1.2em;
}

.page-content blockquote:before, .page-content blockquote:after, .secondary-content blockquote:before,
.contact-details .location:after, .post-details blockquote:before, .post-details blockquote:after,
.cta-heading:before{
	content: '';
	width: 70px;
	display: block;
    margin: 30px auto 0;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.page-content blockquote:before, .post-details blockquote:before, .cta-heading:before{
	margin: 0 auto 30px;
}

.secondary-content blockquote:before{
	margin-top: 0;
	margin-bottom: 40px;
}

.image-pod{
	margin-top: 90px;
	margin-bottom: 80px;
}

.secondary-content blockquote{
	margin: 40px 0;
	max-width: 100%;
	text-align: center;
}

.sidebar-menu li, .woocommerce-MyAccount-navigation li{
	width: 100%;
	font-size: 0.875em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	float: left;
    text-transform: uppercase;
    font-family: 'marvelregular';
    font-weight: normal;
}

.page-id-483 .sidebar-menu li, .sidebar-menu li.research-and-proj, .sidebar-menu li.icc-artists, .sidebar-menu li.icc-landing{
	font-weight: 700;
	text-align: center;
}

.sidebar-menu li:last-child, .woocommerce-MyAccount-navigation ul li:last-child{
	margin-bottom: 0;
}

.sidebar-menu li a, .woocommerce-MyAccount-navigation ul li a{
	padding: 6px 10px 2px;
	display: inline-block;
	color: #000;
	transition: all linear 150ms;
}

.sidebar-menu li a:hover, .woocommerce-MyAccount-navigation ul li a:hover{
	padding-left: 22px;
	text-decoration: none;
}

.sidebar-menu li.current-menu-item > a, .page-template-employment-page .sidebar-menu li.employment > a,
.sidebar-menu li.current-cat > a, .woocommerce-MyAccount-navigation ul li.is-active a{
	background: #1A1919;
	color: #fff;
}

.sidebar-menu li.current-menu-item a:hover, .woocommerce-MyAccount-navigation ul li.is-active a:hover{
	padding-left: 10px;
}

.sidebar-menu{
	position: relative;
}

.sidebar-menu .menu, .woocommerce-MyAccount-navigation ul{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding-left: 15px;
}

.sidebar-menu .menu:before, .woocommerce-MyAccount-navigation ul:before{
	content: '';
    background-image: linear-gradient(to bottom, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 1px 4px;
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    width: 1px;
    height: 100vh;
}

.sidebar-menu .sub-menu{
	margin: 5px 0 0;
	padding: 0;
}

.sidebar-menu .sub-menu:before{
	content: none;
}

.sidebar-menu .sub-menu li{
	margin-left: 10px;
}

.sidebar-menu .sub-menu li a:hover{
	padding-left: 20px;
}

.sidebar-menu .sub-menu li{
	margin-bottom: 0;
}

.timeline .photo{
	width: 100%;
}

.timeline h3, .timeline .year, .page-content h3, .post-details h4, .sidebar h3, .page-content h4, .sidebar-details h4, .sidebar-details h5,
.event-listing .item .date, .event-listing .item .time, .awards h4, .awards h3, .page-content h5{
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: 'marvelregular';
	letter-spacing: 2px;
}

.sidebar h3, .single-works .sidebar-details h4:first-child{
	margin-top: 0;
}

.page-content h3{
	margin: 0 0 5px;
}

.awards h4{
	margin: 0 0 5px!important;
}

.page-content h3, .awards h4{
	text-transform: none;
}

.page-content h4{
	margin: 15px 0 5px;
}

.page-content h5{
	font-size: 1.125em;
	text-transform: none;
}

.page-content ul, .page-content ol{
	margin: 0 0 20px;
}

.timeline .description{
	font-size: 1em;
	line-height: 1.2em;
}

.awards .content .award-item{
	margin-bottom: 30px;
}

.awards .content .award-item:last-child{
	margin-bottom: 0;
}

.timeline .description:after, .awards .content .award-item:last-child .description:after{
	content: '';
	width: 70px;
	display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.timeline .row:last-child .description:after{
	content: none;
	margin-bottom: 0;
}

.awards, .supporters h3{
	margin-top: 60px!important;
}

.supporters h3, .single .date, .single .author, .single-whats_on .location, .single-event .date, .single-event .time, .single-event .category{
	font-size: 1.562em;
	font-family: 'marvelregular';
	letter-spacing: 2px;
	margin: 0 0 12px;
}

.awards p{
	font-size: 0.937em;
}

.content-pod .item{
	background: #fff;
	padding: 30px 25px;
	margin-bottom: 60px;
}

.content-pod h3{
	font-size: 1.562em;
	line-height: 1.1em;
	margin: 0 0 15px;
	font-family: 'marvelregular';
	letter-spacing: 2px;
}

.content-pod p{
	font-size: 1em;
	margin-bottom: 30px;
}

.content-pod .button{
	background: #f7f4f4;
}

.button.push-left{
	left: 0;
}

.page-template-default .wp-post-image{
	margin-bottom: 90px;
}

.supporters .photo{
	width: 100%;
}

.post-image img{
	width: 100%;
}

h2.post-title{
	letter-spacing: 2px;
	font-family: 'marvelregular';
    font-size: 2.125em;
	line-height: 1.2em;
	margin: 80px 0 0;
}

h2.post-title:after, .class-pod h3:after{
	content: '';
	width: 70px;
	display: block;
	margin: 30px 0;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.entry-content .outer-holder{
	margin-top: 60px;
}

.page-content h3.gform_title{
	font-size: 2.187em!important;
	text-transform: uppercase;
	font-weight: normal!important;
}

.page-content .gform_wrapper h3.gform_title{
	letter-spacing: 5.2px!important;
	text-align: center;
	margin: 60px 0 30px;
	font-family: 'narzissregularregular';
}

.listing, .page-cta{
	margin-top: 60px;
}

.gform_wrapper ul.gform_fields li.gfield:last-child{
	margin-bottom: 0!important;
}

.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper input[type="number"], .gform_wrapper input[type="email"]{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.35em!important;
    font-family: 'marvelregular'!important;
    width: 100%!important;
    padding: 6px 0!important;
    letter-spacing: 3px!important;
    text-transform: uppercase;
}

.page-content .gform_wrapper:before{
	margin: 110px auto 0;
}

.ginput_container_date{
	position: relative;
}

.ui-datepicker-trigger{
    position: absolute;
    top: 10px;
    right: 0;
}

.class-schedule, .writings, .event-post-details, .event-listing, .work-listing{
	margin-top: 60px;
}

.class-schedule h2{
	font-size: 2.125em;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-family: 'marvelbold';
}

.class-pod{
	background: #fff;
	padding: 30px;
	margin-bottom: 90px;
	float: left;
	position: relative;
}

.class-pod h3{
	text-transform: uppercase;
    font-size: 1.875em;
    font-family: 'marvelbold';
    line-height: 1.2em;
    margin: 0 0 30px;
}

.class-pod .date, .class-pod .time, .class-pod .location{
	font-family: 'marvelregular';
	font-size: 1.0625em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.class-pod .location{
	margin-bottom: 30px;
}

.class-pod .description{
	font-size: 0.937em;
}

.class-pod p a{
	color: #337AB7;
	text-decoration: underline;
}

.class-image img{
	position: relative;
	width: calc(100% + 120px);
}

.class-pod .details{
	width: 55%;
	float: left;
	margin-bottom: 15px;
}

.class-pod .button{
	position: absolute;
	left: 30px;
	bottom: -15px;
}

.class-pod .class-image{
	width: 45%;
	float: right;
	padding-left: 15px;
	margin-bottom: 30px;
}

.contact-details .location{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.contact-details .location h2{
    font-family: 'marvelregular';
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 0 0 20px;
}

.contact-details .location:after{
	text-align: left;
	float: left;
	margin-top: 40px;
}

.contact-details h3{
    float: left;
    width: 100%;
    font-size: 2.875em;
    line-height: 1em;
   /* margin:;*/
}

.contact-details h4{
	font-family: 'marvelregular';
    letter-spacing: 2px;
    font-size: 1em;
    margin: 0 0 20px;
}

.contact-details a{
	color: #000;
}

.page-template-people-page .page-title, .single-product h2.row-heading{
	margin-bottom: 50px!important;
}

.acf-map{
	margin: 90px 0 0;
	height: 350px;
}

.contact-details.page-content .gform_wrapper:before{
	content: none;
}

.contact-details.page-content .gform_wrapper h3.gform_title{
	text-align: left;
}

.contact-details.page-content .gform_wrapper .gform_footer .gform_button.button{
	float: right;
}

.contact-details.page-content .gform_wrapper .gform_footer .gform_button.button:hover{
	background-image: none;
}

.page-template-plain-page .page-content a{
	color: #337AB7;
	text-decoration: underline;
}

.single .post-details .author{
	margin-bottom: 70px;
}

.post-details img{
	margin: 70px 0;
	width: 100%;
	height: auto;
}

.post-details .wp-caption img{
	margin-bottom: 15px;
}

p.wp-caption-text{
	font-size: 0.875em;
	margin-bottom: 60px;
}

.single .date, .single .author{
	margin-bottom: 0;
}

.post-details h4{
	margin-bottom: 10px;
}

.share-this{
	margin: 90px 0 0;
	float: left;
	width: 100%;
	text-align: center;
}

.share-this:before{
	margin: 0 auto 30px;
}

.share-this h3{
	font-size: 1.875em;
	line-height: 1.4em;
	margin: 0 0 15px;
	float: none;
	letter-spacing: 3px;
}

.share-this .social{
	float: none;
	display: block;
    overflow: hidden;
    margin: 0 auto;
   	position: relative;
   	list-style: none;
   	padding: 0;
   	text-align: center;
}

.share-this .social li{
	margin: 0 5px;
	display: inline-block;
	float: none;
	border: 0;
	height: 85px;
}

.social.share li a.facebook{
    width: 25px;
    height: 85px;
}

.social.share li a.twitter{
    width: 54px;
    height: 85px;
}

.social.share li a.facebook{
	background: url('assets/images/fb-black.svg') no-repeat 0;
}

.social.share li a.twitter{
	background: url('assets/images/twitter-black.svg') no-repeat 0;
}

.social.share li a.twitter:hover, .social.share li a.facebook:hover{
	background-position: 0 0;
}

.sidebar .categories, .sidebar .related-post{
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.sidebar .categories li{
	display: inline-block;
	margin: 0 8px 8px 0;
}

.sidebar .categories li a{
	color: #337AB7;
	border-bottom: 1px solid #337AB7;
}

.sidebar .categories li a:hover{
	text-decoration: none;
}

.sidebar .related-post li{
	display: block;
	margin: 0 0 10px;
	line-height: 1.5em;
}

.sidebar .related-post li a{
	color: #000;
	border-bottom: 1px solid #aaa;
}

.sidebar .categories li a:hover, .sidebar .related-post li a:hover, .sidebar .related-post li a:focus{
	border-bottom-color: #f7f4f4;
	text-decoration: none;
}

.item .category, .item .past-event{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 2px;
    padding: 5px 15px 3px;
    display: inline-block;
}

.page-template-news-page .item{
	margin-bottom: 60px;
}

.page-template-news-page .item h2{
	font-size: 2em;
	line-height: 1.2em;
}

.page-template-news-page .page-content ul{
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.page-template-news-page .page-content h5{
	font-size: 1.2em;
	margin: 0 0 5px;
	font-weight: 300;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.page-template-news-page .page-content a{
	color: #337AB7;
	border-bottom: 1px solid #337AB7;
}

.page-template-news-page .page-content a:hover{
	border-bottom-color: transparent;
	text-decoration: none;
}

.page-template-news-page .page-title, .page-template-news-page h1{
	margin-bottom: 0;
}

.page-template-news-page .page-content h3{
	font-family: 'narzissregularregular';
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 7px;
	margin: 60px 0 0;
}

.page-template-news-page .page-content .gform_wrapper:before{
	content: none;
}

.page-template-news-page .page-content .gform_wrapper .gform_footer .gform_button.button{
	float: left;
}

.page-template-news-page .page-content .gform_wrapper .gform_footer{
	float: left;
	margin: 30px auto!important;
}

.isotope{
	margin: 120px 0 0;
}

.page-template-people-page .isotope{
	margin: 0;
}

.page-template-news-page .isotope{
	margin: 120px 0 0;
}

.filter-btn:first-child{
	padding-left: 0;
}

.filter-btn{
    color: #000;
    text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 1px;
    font-size: 0.875em;
    border: 0;
    background: transparent;
}

a.filter-btn:hover{
	color: #000;
	text-decoration: none;
}

button:focus{
	outline: none;
}

.filter-btn.is-checked{
	text-decoration: underline;
}

.search-keyword{
	color: #337AB7;
	text-transform: uppercase;
	font-family: 'marvelregular';
    letter-spacing: 2px;
    font-size: 2em;
    display: block;
    margin-top: 30px;
}

.search-results .item{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.search-results h2{
	text-transform: uppercase;
	font-family: 'marvelregular';
    letter-spacing: 2px;
    font-size: 1.33em;
    margin: 0 0 10px;
}

.search-results .item h2:after{
	content: none;
}

.search-results .item:after{
	margin-top: 50px;
	float: left;
	clear: both;
}

.wp-pagenavi .pages{
	display: none;
}

.wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
	border: 1px solid #000;
	color: #000;
	font-family: 'marvelregular';
	padding: 10px;
}

.wp-pagenavi .current{
	border: 0;
	color: #000;
    font-family: 'marvelregular';
    padding: 10px;
}

.single .entry-content p a{
	color: #337ab7;
}

.single-product h2.row-heading{
	font-size: 2.66em;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0 0 20px;
    line-height: 1.2em;
}

.writings .item h2{
    font-size: 2em;
    line-height: 1.2em;
}

.single-works .event-listing .wp-post-image, .single-works .post-listing .wp-post-image{
	margin-bottom: 0;
}

.single-works footer{
	margin-top: 10px;
}

.single-works .event-listing{
	margin-bottom: 135px;
}

.gallery, .single-works .wp-post-image{
	position: relative;
	margin: 0 0 120px;
}

.gallery .slides li{
	padding-bottom: 100px;
	position: relative;
}

.gallery .caption-holder{
	margin: 15px 0 0;
	float: left;
	display: block;
	width: 100%;
}

.gallery p.wp-caption-text{
	margin: 0;
}

.gallery {
    width: 100%;
}

.gallery.flexslider {
    width: 100%;
    height: auto;
	border: 0;
	box-shadow:none;
	border-radius: 0;
	margin-bottom: 18px;
	background: transparent;
}

.flexslider .slides img{
	margin:0 auto;
}

.carousel-thumbnails.flexslider {
	height: 47px;  
	width: 100%;
	float: right;  
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin: -100px 0 0;
	background: #f7f4f4;
}

.flex-direction-nav{
	position: absolute;
	right: 0;
	top: 42px;
	width: 70px;
}

.carousel-thumbnails .flex-viewport img {
	width: 70px;
}

.carousel-thumbnails .flex-viewport li{
	margin: 0;
}

.flex-direction-nav .flex-prev {
	left: 0!important;
	opacity: 1!important; 
  	background: url('assets/images/prev.svg') #000 center no-repeat;
  	width: 32px;
  	height: 25px;
  	text-indent: -9999px;
  	background-size: 23px;
  	top: 35px;
}

.flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before{
	content: none;
}

.flex-direction-nav .flex-prev:focus, .flex-direction-nav .flex-next:focus{
	outline: none;
}

.carousel-thumbnails.flexslider img{
	cursor: pointer;
}

.flex-direction-nav .flex-next {
	right: 0!important;  
	opacity: 1!important; 
	background: url('assets/images/next.svg') #000 center no-repeat;
  	width: 32px;
  	height: 25px;
  	text-indent: -9999px;
  	background-size: 23px;
  	top: 35px;
  	text-align: inherit;
}

.gallery .flex-direction-nav{
	top: calc(50% - 50px);
	width: 100%;
}

.gallery .flex-direction-nav .flex-next, .gallery .flex-direction-nav .flex-prev{
	height: 38px;
	width: 38px;
}

.gallery .flex-direction-nav .flex-prev{
	left: -15px!important;
	z-index: 1;
}

.gallery .flex-direction-nav .flex-next{
	right: -15px!important;
	z-index: 1;
}

.single-event .date{
	margin-bottom: 10px;
}

.single-event .time{
	margin-bottom: 5px;
}

.single-event .category:after{
	margin: 50px 0;
}

.button.book-ticket:before, .button.book-ticket{
	background: #000;
	color: #fff;
}

.sidebar-details{
	margin-top: 60px;
}

.sidebar-details h5{
	font-size: 1em;
	margin: 0 0 5px;
}

.sidebar-details p{
	margin-bottom: 30px;
}

.event-listing .item .date, .event-listing .item .time{
	margin: 0;
}

.event-listing .item .excerpt{
	margin-top: 20px;
}

.event-listing .item .category{
	background: transparent;
	color: #000;
	padding: 0;
	display: block;
	font-family: 'marvelregular';
    letter-spacing: 2px;
    font-size: 1.25em;
    line-height: 1.3em;
}

.event-listing .item .category:after{
	content: none;
}

.page-template-events-page .event-listing .item, .page-template-work-page .work-listing .item, .page-template-past-works-page .item{
	margin-bottom: 60px;
}

.page-template-events-page footer{
	margin-top: 0;
}

.item .past-event{
	position: absolute;
	top: -25px;
}

.item.past-event .image-holder{
	text-align: center;
}

.item.past-event .image-holder a .pop{
	left: 0;
	right: 0;
	margin: 0 auto;
}

.item.past-event .image-holder a + a{
	display: none;
}

.item.past-event .wp-post-image{
	opacity: 0.6;
}

.item.past-event a .pop{
	z-index: 1;
}

.cta-heading{
	font-size: 2em;
    line-height: 1.2em;
    letter-spacing: 3px;
    text-align: center;
    margin: 30px 0 0;
}

.cta-heading + .inner-holder .button.page-cta{
	margin-top: 40px;
}

.group{
	width: 100%;
}

.people-listing.group .item{
	margin-bottom: 40px;
}

.people-listing.group .item a{
	display: block;
}

.people-group{
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

.people-group .group-heading h2{
	font-size: 2.75em;
}

.people-group .group-heading p{
	font-size: 1.125em;
}

.people-group.simple-list p{
	margin-bottom: 5px;
}

.people-group.simple-list ul{
	list-style: none;
	margin: 0 0 20px;
	padding-left: 20px;
}

.people-listing .item h2, .people-listing .item p, .single .post-details .role{
	font-family: 'marvelregular';
}

.single .post-details .role{
	font-size: 1.5em;
	margin-bottom: 25px;
}

.people-listing .item p{
	font-size: 1.125em;
	letter-spacing: 2px;
}

.single .post-details .role{
	letter-spacing: 2px;
}

.single-people h2.post-title{
	letter-spacing: 7px;
}

.clearfix.mb{
	float: left;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 40px;
}

.single-whats_on .inner-holder, .single-whats_on .inner-holder .button{
	left: 0;
}

.single-works .event-post-details{
	margin-top: 0;
}

.single-works .content-pod h3:after{
	content: '';
    width: 70px;
    display: block;
    margin: 30px 0 25px;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.single-works .content-pod .date{
	font-size: 1.13em;
}

.single-works .content-pod .item{
	padding-bottom: 60px;
}

.single-works .content-pod .item .button.push-left{
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.row.listing h4{
    margin: 40px 0;
    font-size: 1.33em;
    line-height: 1.3em;
}

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

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0;
    font-weight: 400;
    margin: 0!important;
    padding: 0!important;
    text-align: left;
    position: absolute;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100%!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-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
}

.gform_wrapper div.validation_error{
	text-transform: uppercase;
	font-size: 1.2em!important;
	text-align: left!important;
	line-height: 1.3em;
	max-width: 600px;
}

body.fixed{
	overflow: hidden;
}

.pop-subscribe{
	position: fixed;
    top: 0;
    background: #000;
    left: 0;
    right: 0;
    height: 100vh;
    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: 500px;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 300px);
}

.ui-datepicker-title select, .ui-datepicker th{
	color: #000!important;
}

.ui-datepicker-title{
	background: #000!important;
}

.ui-datepicker td a{
	text-shadow: none!important;
}

.ui-datepicker td a:hover{
	background: #000!important;
	color: #fff!important;
}

.error404 .page-content input[type="search"]{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    font-family: 'marvelregular';
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.error404 .page-content .search-form span{
    text-transform: uppercase;
    font-family: 'marvelregular';
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 2px;
}

input:focus{
	outline: none;
}

.sticker{
    position: absolute;
    right: 15px;
    top: -47.5px;
    width: 95px;
    height: 95px;
    background: #1A1919;
    border-radius: 50%;
    z-index: 1;
    display: table;
    text-align: center;
}

.sticker span{
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'marvelregular';
    letter-spacing: 3px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}

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

.page-content.single blockquote, .entry-content.single blockquote{
	margin-top: 60px;
}

.btn-holder{
	display: inline;
}

.bg-white{
	background: #fff;
}

.bg-black{
	background: #000;
	padding: 20px 0 40px;
	margin-top: 60px;
}

.bg-black .item, .single-works .event-listing .item{
	margin-bottom: 40px;
}

.bg-black h2, .bg-black p{
	color: #fff;
}

.bg-black .item .category{
	background: #fff;
	color: #000;
}

.bg-black .item h2:after{
	background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%);
}

.bg-black h2.section-heading{
	margin-bottom: 10px;
	font-size: 2.66em;
}

.bg-black p.description{
    text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 4px;
    font-size: 1.2em;
    margin-bottom: 75px;
}

.bg-black .item a:hover .pop, .single-works .event-listing .item a:hover .pop{
	z-index: 1;
}

.bg-black .item a:hover .pop{
	background: #000;
	color: #fff;
}

.bg-black .item a .pop:hover{
	background: #f7f4f4;
	color: #000;
}

.gform_wrapper textarea.medium{
	height: 35px!important;
	line-height: 1.1em!important;
	overflow: hidden;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
	float: left;
	width: 100%;
}

.gform_wrapper textarea.medium:focus{
	height: 160px!important;
}

.single-research .entry-content h4{
	margin-top: 0;
}

.page-content-btn .inner-holder{
	text-align: left!important;
	left: 0;
}

.page-content-btn .inner-holder a.button{
	border-bottom: 1px solid #000;
	background: #000;
	color: #fff;
	left: 0;
	margin-top: 20px;
}

.page-content-btn .inner-holder a.button:before{
	background-color: #000;
	color: #fff;
}

.page-content-btn .inner-holder a.button:after{
	background: #f7f4f4;
	color: #000; 
}

.donate-buttons .button{
	left: 0;
}

.donate-buttons .button.book-ticket:hover{
	border-right: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.single-product .summary h1, .single-product .summary .product_meta{
	display: none;
}

.single-product .flex-direction-nav .flex-next, .single-product .flex-direction-nav .flex-prev{
	top: 16px;
}

.item.product h2{
	font-size: 1.46em;
	font-family: 'marvelregular';
	margin-bottom: 25px;
	margin-top: 30px;
}

.item.product h2:after{
	content: none;
}

.woocommerce-page div.product div.summary{
	float: left;
	width: 100%;
}

.single-product .summary .price{
	font-size: 1.562em!important;
    font-family: 'marvelregular';
    letter-spacing: 2px;
    margin: 0 0 12px;
}

.single-product .button:before, .single-product .button:after, .woocommerce-cart-form .actions .button:before, .woocommerce-cart-form .actions .button:after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after{
	content: none;
}

.single-product input.qty{
    font-size: 1.125em;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    margin: 0;
    padding: 15px 5px 12px;
    font-family: 'marvelregular';
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    float: left;
}

.woocommerce table.shop_table th{
	font-family: 'narzissregularregular';
	letter-spacing: 2px;
}

.product-remove a{
	text-decoration: none!important;
}

.product-name a{
	color: #000!important;
}

.woocommerce table.shop_table td{
	text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 1px;
    font-size: 1.25em;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
	width: 50%;
}

.woocommerce .quantity .qty {
    width: 55px;
    text-align: left;
    padding: 12px 0 8px 10px;
    border: 1px solid #000;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	border: 1px solid #000;
	padding: 15px 5px 8px;
	text-align: center;
	width: 140px;
	background: transparent;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	font-size: 1em;
	padding: 15px 15px 9px;
}

.cart .actions .coupon + .button{
	font-size: 1em;
	padding: 15px 15px 11px;
	float: right;
}

.woocommerce-cart-form .actions .button{
	float: right;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin-bottom: 40px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid #000;
	padding: 15px 10px;
	background: transparent;
	font-family: 'marvelregular';
    letter-spacing: 1px;
	font-size: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000;
}

.select2-container .select2-selection--single{
	border: 1px solid #000!important;
	border-radius: 0!important;
	height: 49px;
	background-color: transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 48px;
	font-family: 'marvelregular';
    letter-spacing: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #000 transparent transparent transparent;
}

.woocommerce div.product form.cart .variations label{
    font-family: 'marvelregular';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.25em;
    letter-spacing: 1px;
    position: relative;
    top: 5px;
}

.woocommerce div.product form.cart .variations td.label{
	width: 80px;
}

.woocommerce div.product form.cart .variations select{
	font-size: 1.25em;
    height: 40px;
    font-family: 'marvelregular';
    text-transform: uppercase;
}

.woocommerce div.product form.cart .reset_variations{
	color: #fff;
	background: #000;
	padding: 5px 10px;
}

.product .nyp input.nyp-input {
    text-align: center;
    font-weight: bold;
    padding: 10px 10px;
    border: 1px solid #000;
    background: transparent;
}

.woocommerce-message .button:after, .woocommerce-message .button:before, .button.wc-backward:before, .button.wc-backward:after{
	content: none;
}

.woocommerce-message .button, .button.wc-backward{
    border-radius: 0;
    background-color: #000!important;
    color: #fff!important;
    border: 1px solid #000;
    text-decoration: none!important;
    padding: 10px 15px 6px;
    letter-spacing: 1px;
    border-radius: 0!important;
}

.woocommerce-message .button:hover, .button.wc-backward:hover{
	background-color: transparent!important;
    color: #000!important;
}

.button, .button.wc-backward{
	padding-top: 12px!important;
}

.woocommerce-variation-price{
	margin-bottom: 40px;
}

.woocommerce div.product form.cart .button.disabled{
	font-size: 1.125em;
    background-color: transparent!important;
    color: #000!important;
    border: 1px solid #000;
    margin: 0;
    padding: 17px 30px 12px;
    font-family: 'marvelregular';
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 0;
    font-weight: 300;
}

.woocommerce div.product form.cart.variations_form .button.disabled{
	color: #fff!important;
}

.woocommerce .button, .woocommerce .cart .button, .woocommerce .cart input.button, .checkout-button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	font-size: 1.125em;
	border: 1px solid #000;
    margin: 0;
    padding: 17px 30px 10px;
    font-family: 'marvelregular';
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 0!important;
    font-weight: 300!important;
    color: #fff!important;
	background-size: 200% 100%;
	background-color: transparent!important;
	text-decoration: none!important;
    background-image: linear-gradient(to right, black 50%, white 51%);
    -webkit-transition: background-position 120ms;
    -moz-transition: background-position 120ms;
    transition: background-position 120ms;
}

.woocommerce .button:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .checkout-button.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background-image: linear-gradient(to right, black 50%, white 50%)!important;
    background-position: -100% 0;
    background-color: transparent!important;
    color: #000!important;
    cursor: pointer;
}

.checkout-button.button{
	letter-spacing: 1px;
	padding: 17px 5px 14px!important;
	width: 100%;
}

.actions .coupon .button{
    font-size: 1em!important;
    padding: 14px 15px 9px!important;
}

.actions .coupon .input-text{
    padding: 13px 15px 9px;
}

.actions .coupon .input-text::-webkit-input-placeholder { color: #a3a3a3; }
.actions .coupon .input-text:-moz-placeholder { color: #a3a3a3; }
.actions .coupon .input-text::-moz-placeholder { color: #a3a3a3; }
.actions .coupon .input-text:-ms-input-placeholder { color: #a3a3a3; }

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

.payment_box p, .payment_box label{
	color: #000!important;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row{
	padding: 0!important;
}

#payment .button{
	position: absolute;
	right: 30px;
	overflow: hidden;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	padding-bottom: 14px;
	min-width: 175px;
}

#payment .button:before, #payment .button:after{
	content: 'Complete Order';
	top: 0;
	padding-top: 0;
}

#payment .button:before{
	background-color: #000;
	color: #fff;
}

#payment .button:after{
	background-color: #f7f4f4;
	color: #000;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	padding-bottom: 35px;
}

.return-to-shop a.button, .woocommerce-message a.button{
	background-color: #000!important;
}

.woocommerce-additional-fields{
	margin-top: 20px;
}

.woocommerce ul#shipping_method li label, .woocommerce-shipping-destination{
	display: block;
    text-transform: uppercase;
    font-family: 'marvelregular';
    letter-spacing: 1px;
    font-size: 0.88em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	overflow: hidden;
}

.shipping-calculator-form .button:before, .shipping-calculator-form .button:after{
	content: 'Update';
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}
 
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1em;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #000!important;
  background: transparent!important;
  width: 20px!important;
  text-align: center;
  color: #000!important;
  font-size: 1em;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

#wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button-separator{
	display: none!important;
}

.donate-buttons .btn-holder .button, .inner-holder.double .btn-holder .button{
	margin-right: 5px;
}

.woocommerce ul.order_details{
	padding: 0;
}

.woocommerce ul.order_details li{
	margin-bottom: 10px;
}

.woocommerce ul.order_details li.order, .woocommerce ul.order_details li.total{
	width: 20%;
}

.nav-pills{
    padding-left: 0;
    margin: 0 0 150px;
    list-style: none;
    float: left;
    width: 100%;
}

.nav-pills > li {
    float: left;
    margin-right: 30px;
}

.nav-pills > li > a.button {
    position: relative;
    display: block;
    left: 0;
}

.nav-pills > li.active > a.button, .nav-pills > li.active > a.button:before{
	background: #000;
	color: #fff;
}

.nav-pills > li.active > a.button:hover:after{
	left: -100%;
}

.nav-pills > li.active > a.button:hover:before{
	left: 0;
}

.tab-content{
	float: left;
	width: 100%;
}

.tab-content h2{
	margin: 0 0 50px;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 8px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tab-content .fade.in {
    opacity: 1;
}

.tab-content .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.amount-option {
    display: inline-block;
    border: 2px solid #ccc;
    margin-right: 5px;
    padding: 2px 5px;
    cursor: pointer;
}
.amount-option.on {
    background-color: #777;
    color: white;
}

.amount-option:first-child{
	display: none;
}

.tab-content .summary h1, .tab-content .summary p.price, .tab-content .summary .cart .label, .tab-content .summary .product_meta{
	display: none;
}

.strip{
    width: 70px;
    display: block;
    margin-top: 90px;
    margin-bottom: 70px;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
    clear: both;
}

.variable-items-wrapper{
	padding: 0;
}

.variable-items-wrapper .variable-item.button-variable-item{
	border: 1px solid #000;
	width: 70px;
	height: 70px;
	margin: 0 30px 30px 0!important;
	background: transparent!important;
}

.variable-items-wrapper .variable-item.button-variable-item.selected{
	border: 1px solid #000!important;
	background: #000!important;
	color: #fff;
}

.variable-items-wrapper li span{
	font-size: 1.375em!important;
}

.tab-content .tab-pane .entry-content{
	width: 100%!important;
}

.tab-content .tab-pane .entry-content td.value{
	position: relative;
}

.tab-content .tab-pane .entry-content a.reset_variations{
	position: absolute;
	top: 28px;
	right: -30px;
}

.tab-content .tab-pane .entry-content .single_variation_wrap .woocommerce-variation-price{
	display: none;
}

.tab-content .tab-pane .entry-content .button{
	left: 0;
	color: #fff;
	background: #000;
	margin-top: 20px;
}

.tab-content .tab-pane .entry-content .button:before, .tab-content .tab-pane .entry-content .button:after{
	display: none;
}

.tab-content .tab-pane .entry-content .button:hover{
	color: #000;
	background: transparent;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.timeline-img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.timeline h3{
	margin-bottom: 15px;
}

@keyframes gform_ajax_spinner {
  to {transform: rotate(360deg);}
}

.gform_ajax_spinner{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px!important;
  height: 18px!important;
  margin-top: -8px;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #1A1919;
  animation: gform_ajax_spinner .6s linear infinite;
}

.top-link-home{
    color: #000;
    text-transform: uppercase;
    font-size: 0.875em;
    margin: 0 30px 0 0;
    letter-spacing: 1.75px;
    font-family: 'marvelregular';
    float: left;
    display: inline-block;
}

.top-link-home:hover{
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.supporters .supporter a{
    display: block;
    min-height: 211px;
    background: #fff;
    margin: 15px 0;
    padding: 10px;
    display: flex;
    align-items: center;
}

.supporters .supporter:nth-child(odd){
	clear: left;
}

.cc-inclusions .program{
	width: 100%;
	float: left;
}

.cc-inclusions{
	margin: 20px 0;
    float: left;
    width: 100%;
    border: 1px solid #000;
}

.cc-inclusions .program h4{
	margin: 0 0 10px;
	background-color: #000;
	color: #fff;
	padding: 13px 15px 7px;
	width: 100%;
	float: left;
}

.cc-inclusions .program h4 span{
	text-transform: uppercase;
	font-weight: 700;
}

.cc-inclusions .program .copy{
	padding: 10px 15px;
}

.cc-inclusions .program p:last-child{
	margin-bottom: 0;
}

.cc-inclusions .program .copy ul, .cc-inclusions .program .copy ol{
	padding-left: 18px;
	margin-top: 0;
}

.wcopc #checkout-products{
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.wcopc #checkout-products li{
	float: left;
    width: calc(50% - 1px);
    position: relative;
    color: #fff;
    padding: 12px 15px 5px;
    margin: 2px 0;
    text-transform: uppercase;
    font-family: 'marvelregular';
    font-size: 1.25em;
    letter-spacing: 3px;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    transition: all ease 0.3s;
}

.wcopc #checkout-products li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
  transition:width 0.3s ease;
  z-index: 1;
}

.wcopc #checkout-products li:last-child{
	float: right;
}

.wcopc #checkout-products li input[type="radio"]{
    border: 0;
    width: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
}

.wcopc #checkout-products li input[type="radio"]:hover{
	cursor: pointer;
}

.wcopc #checkout-products li .custom-text{
	display: block;
	float: left;
	width: 100%;
	line-height: 1em;
	font-size: 0.75em;
	position: relative;
	z-index: 2;
}

.wcopc #checkout-products li .price{
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.wcopc #checkout-products li .price .subscription-details{
	font-size: 18px;
}

.wcopc #checkout-products li:hover{
	background-size: 200% 200%;
    background-position: 0px 0px;
	color: #000;
	cursor: pointer!important;
}

.wcopc #checkout-products li:hover:after {
	width: 100%;
}

.page-template-page-opc.woocommerce-checkout.page-id-2260 footer .footer-enews{
	display: none;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select{
	border-color: #000;
	background: transparent;
	border-radius: 0;
	height: 44px;
}

.wcopc #order_review .opc_cart_item td.product-name, .wcopc .woocommerce-checkout-review-order-table td.product-total{
	border-top: 0;
}

.wcopc .woocommerce-checkout-review-order-table td.product-total{
	vertical-align: bottom;
}

.wcopc #order_review table thead, .wcopc .opc_order_review .product-quantity,
.wcopc #order_review .cart-subtotal, .wcopc #order_review .recurring-totals{
	display: none;
}

.wcopc #order_review .product-remove{
	margin-left: -1.8em;
}

#conditional_field_1-1_field .woocommerce-input-wrapper{
	display: none;
}

#conditional_checkout_field_pro_1 div{
	font-weight: 700;
	margin: 40px 0 15px;
	font-size: 1.25em;
}

.woocommerce-billing-fields h3{
	font-size: 1.25em;
	margin: 0;
}

#conditional_field_3-1_field, #conditional_field_4-1_field{
	margin-bottom: 0;
	padding-bottom: 0;
}

#conditional_field_1-1_field, #billing_email_conversio_optin_field{
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce-billing-fields h3, #order_review_heading{
    font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 0;
    font-weight: 700;
}

#order_review_heading{
	margin: 0 0 12px;
	font-size: 1.25em;
}

.toggle-show-program{
	color: #1A1919;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-family: 'marvelregular';
	text-transform: uppercase;
	letter-spacing: 2px;
}

.toggle-show-program span{
	margin-left: 10px;
	position: relative;
	top: -4px;
	border: solid #1A1919;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.toggle-show-program.toggled span{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 0;
}

.toggle-show-program:hover{
	cursor: pointer;
	text-decoration: underline;
}

.toggle-program li {
    margin-bottom: 12px;
}

.toggle-program h5{
	font-size: 1.25em;
	font-family: 'marvelregular';
	font-weight: bold;
    letter-spacing: 1px;
    margin: 18px 0 10px;
}

.button.woocommerce-form-login__submit:before, .button.woocommerce-form-login__submit:after{
	content: attr(value);
}

.woocommerce table.my_account_orders .order-actions .button:before, .woocommerce table.my_account_orders .order-actions .button:after{
	content: 'View';
}

.woocommerce .blockUI.blockOverlay{
	position: fixed!important;
}

.woocommerce form .form-row .optional{
	display: none;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	display: flex;
	align-items: flex-start;
	line-height: 1em;
	margin: 0 0 10px;
}

.woocommerce form .form-row label.checkbox .input-checkbox, .woocommerce-page form .form-row label.checkbox .input-checkbox{
	margin-top: 0;
}

.opc_order_review .product-details, .opc_order_review .product-total > span,
.opc_order_review table th, .opc_order_review table td{
	font-size: 16px!important;
	line-height: 1.25em!important;
	font-family: 'marvelregular'!important;
	text-transform: uppercase;
	font-weight: 600!important;
	letter-spacing: 2px!important;
}

.opc_order_review .product-details{
	padding-top: 4px;
}

.opc_order_review .subscription-price .amount, .opc_order_review tfoot .order-total .amount{
	font-size: 18px!important;
}

.opc_order_review .subscription-price .subscription-details, .opc_order_review table tr.recurring-total td,
.opc_order_review table tr.recurring-total td .first-payment-date small{
	font-size: 16px!important;
}

.page-id-2648 .page-title, .page-id-2648 .menu.top li.subscribe{
	display: none;
}

.page-id-2648 h1, .page-id-2648 p{
	margin-bottom: 15px;
	text-align: center;
}

.page-id-2648 h1{
	margin-top: 40px;
}

.page-id-2648 .gform_confirmation_message{
	text-align: center;
    font-size: 1.5em;
    line-height: 1.35em;
    padding: 60px 0;
}

#gform_wrapper_1 li.inline-content, .page-id-2648 .page-content .gform_wrapper:before{
	display: none;
}

.page-id-2648 #gform_wrapper_1 li.inline-content{
	display: block;
	margin-bottom: 60px;
}

.gform_wrapper{
	float: left;
	width: 100%;
}

.video-wrapper{
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#watch-adapt-online #text-2{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

#watch-adapt-online #text-2 p{
	font-size: 1.57em;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'marvelregular';
    text-transform: uppercase;
}

#watch-adapt-online h2{
	margin-bottom: 15px;
	letter-spacing: 10px;
}

#watch-adapt-online #text-3{
	width: calc(60% - 50px);
	float: left;
	padding-top: 15px;
}

#watch-adapt-online .gform_widget{
	width: 40%;
	float: right;
}

#watch-adapt-online .gform_wrapper{
	margin: 0;
}

#watch-adapt-online .gform_wrapper ul.gform_fields li.gfield{
	margin-top: 0;
	margin-bottom: 10px;
}

#watch-adapt-online .gform_wrapper ul.gform_fields li.gfield:first-child{
	margin-bottom: 40px;
}

#watch-adapt-online .gform_wrapper .top_label div.ginput_container{
	margin-top: 0!important;
}

#watch-adapt-online .gform_wrapper .gform_footer input[type=submit]{
	background: #000!important;
	color: #fff!important;
}

#watch-adapt-online .gform_wrapper .gform_footer input[type=submit]:hover{
	background: #dbd9d9!important;
	color: #000!important;
}

.no-top-margin{
	margin-top: 0;
}

.button-group.how-to{
	position: absolute;
	right: 15px;
}

#featured-panel{
	margin-top: 120px;
}

#featured-panel .txt-white h2, #featured-panel .txt-white p{
	color: #fff;
}

#featured-panel h2{
	font-family: 'marvelregular';
    letter-spacing: 7px;
    font-size: 2.75em;
    line-height: 1.2em;
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

#featured-panel p{
	font-size: 1.3em;
	line-height: 1.33em;
}

#featured-panel .button-group{
	margin-top: 40px;
}

#featured-panel .button-group .button{
	padding: 13px 20px!important;
	font-size: 1.75em;
}

#featured-panel .button-group .button:before, #featured-panel .button-group .button:after{
	line-height: 52px;
}

#featured-panel .video-wrapper{
	border: 1px solid #fff;
}

#opc-donate form, #opc-donate .woocommerce-form-login-toggle{
	float: left;
	width: 100%;
}

#opc-donate.form-enabled form{
	opacity: 1!important;
}

#opc-donate .woocommerce-error a{
	display: none;
}

#opc-donate .selected .wc-south, #opc-donate .woocommerce-additional-fields, #opc-donate #conditional_checkout_field_pro_3,
#opc-donate .col-2{
	display: none!important;
}

#opc-donate .minimum-price{
	margin-bottom: 0!important;
	position: relative;
	top: -12px;
	font-size: 12px;
}

#opc-donate .single_add_to_cart_button{
	padding: 17px 20px 10px;
	font-size: 1em;
	min-width: 120px;
}

#opc-donate .product-item{
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
    margin-bottom: 60px;
}

#opc-donate .product .nyp{
	margin-bottom: 15px;
}

.page-template-page-opc .page-title .col-xs-12{
	width: 100%!important;
	text-align: center;
}

.page-template-page-com-circle .page-title .col-xs-12{
	width: 100%!important;
}

#opc-donate #payment .button:before, #opc-donate #payment .button:after{
	content: 'Process donation';
}

#opc-donate #payment #place_order{
	min-width: 200px;
}

#opc-donate .woocommerce-form-login-toggle{
	margin-top: -50px;
}

#opc-donate .woocommerce-form-login-toggle .woocommerce-info{
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	color: #000;
}

#opc-donate .woocommerce-form-login-toggle .woocommerce-info::before{
	content: none;
}

#opc-donate form.login{
	margin-top: -20px;
}

.page-template-page-com-circle .class-pod .date{
	margin-bottom: 15px;
}

.class-pod .list p{
	margin-bottom: 10px;
}

.class-pod .list ul, .class-pod .list ol{
	padding-left: 18px;
}

.class-pod .list li{
	margin-bottom: 10px;
}

.class-pod .list li .title{
	text-transform: uppercase;
	font-size: 0.9em;
}

.class-pod .list li .info{
	font-size: 0.88em;
	line-height: 1.33em;
	display: block;
}	

.woocommerce-checkout .woocommerce-message{
	display: none;
}

.woocommerce-account .button.view:before, .woocommerce-account .button.view:after{
	content: 'View';
}

.woocommerce-account .button.cancel:before, .woocommerce-account .button.cancel:after{
	content: 'Cancel';
}

.woocommerce-account .button.change_payment_method:before, .woocommerce-account .button.change_payment_method:after{
	content: 'Change Payment';
}

.woocommerce-account .button.subscription_renewal_early:before, .woocommerce-account .button.subscription_renewal_early:after{
	content: 'Renew now';
}

.woocommerce-account .button.cancel, .woocommerce-account .button.change_payment_method, .woocommerce-account .button.subscription_renewal_early{
	margin-bottom: 5px;
	padding: 17px 30px 10px!important;
	width: 100%;
}

.woocommerce-account .button.subscription_renewal_early{
	margin-bottom: 0;
}

#update_all_subscriptions_addresses_field strong{
	padding: 0 5px;
}

.woocommerce table.my_account_orders .button{
	padding: 17px 15px;
}

.woocommerce-account .button[name="save_address"]:before, .woocommerce-account .button[name="save_address"]:after{
	content: 'Save Address';
}

.woocommerce-account .button[name="save_account_details"]:before, .woocommerce-account .button[name="save_account_details"]:after{
	content: 'Save Details';
}

.woocommerce-account .cwcfp_saved_inputs_title, .woocommerce-account .cwcfp_field_name, .woocommerce-account .cwcfp_field_name + input{
	display: none;
}

.single_variation_wrap .variations_button .single_add_to_cart_button{
	text-indent: -9999px;
}

.single_variation_wrap .variations_button .single_add_to_cart_button:before, .single_variation_wrap .variations_button .single_add_to_cart_button:after{
	content: 'Proceed';
	text-indent: 0;
	line-height: 40px;
}

.variations_form.cart .variations{
	margin-bottom: 30px;
}

.variations_form.cart .variations td label{
	position: relative;
	font-weight: 600;
}

.variations_form.cart .variations td label:after{
	content: ':';
	display: inline-block;
	float: right;
	padding-right: 12px;
}

.variations_form.cart .variations select{
	height: 40px;
}

.variations_form.cart .variations select:focus{
	outline: none;
}

.reset_variations{
	color: #000;
    text-transform: uppercase;
    font-size: 0.88em;
    font-family: 'marvelregular';
    letter-spacing: 1px;
    margin-left: 10px;
}

.woocommerce-variation-add-to-cart .nyp .minimum-price .minimum-text{
	display: block;
}

.icon-list{
	float: left;
	clear: both;
	display: block;
}

.icon-list:before, .extra-content:before{
	content: '';
    width: 70px;
    display: block;
    margin: 40px 0;
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.icon-list h2{
	text-transform: uppercase;
	letter-spacing: 10px;
}

.icon-list ul{
	list-style: none;
	padding: 0;
}

.icon-list li{
	margin-bottom: 1px;
	text-transform: uppercase;
	font-family: 'marvelregular';
	font-size: 1.125em;
	letter-spacing: 2px;
}

.icon-list li span{
	display: inline-block;
}

.icon-list li .icon{
	margin-right: 10px;
	position: absolute;
	left: 12px;
	top: 12px;
	transition: all 0.2s ease-in-out
}

.icon-list li img{
	width: 25px;
	height: 25px;
	transition: all 0.2s ease-in-out;
}

.icon-list li a{
	text-decoration: none!important;
	position: relative;
	padding: 14px 20px 12px 50px;
	color: #fff!important;
	background: #000;
	display: block;
}

.icon-list li a:hover img{
	width: 33px;
	height: 33px;
}

.icon-list li a:hover .icon{
	top: 8px;
	left: 8px;
}

.page-template-page-com-circle .class-pod h3{
	text-transform: none;
}

#conditional_checkout_field_pro_3 .conditional_checkout_field_pro_field_title,
#conditional_checkout_field_pro_4 > div, .place-order label{
	display: none!important;
}

label[for=cmw_register_email]{
	margin-left: 3px;
}

#order_review_heading span{
    float: right;
    font-size: 0.75em;
    font-weight: 400;
}

#order_review_heading span a:hover{
	color: #000;
}

.extra-content{
	float: left;
	width: 100%;
}

.page-id-3425 .wc-cf, .page-id-3425 .woocommerce-product-gallery,
.page-id-3432 .wc-cf, .page-id-3432 .woocommerce-product-gallery{
	display: none;
}

.wc-pao-addon-wrap .notes{
	padding-left: 17px;
	font-size: 0.85em;
	display: none;
}

.wc-pao-addon{
	margin-top: 30px;
	margin-bottom: 50px;
}

.wc-pao-addon-description p{
	font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 0;
    font-weight: 700;
}

#product-addons-total{
	display: none!important;
}

.page-id-3425 .opc_cart_item dt, .page-id-3425 .opc_cart_item dd,
.page-id-3432 .opc_cart_item dt, .page-id-3432 .opc_cart_item dd{
 	font-size: 0.85em;
 	font-weight: 400;
}

.page-id-3425 .opc_cart_item dd p, .page-id-3432 .opc_cart_item dd p{
	font-family: 'marvelregular'!important;
    font-weight: 600;
}

.page-id-3425 #opc-donate #payment .button:before, .page-id-3425 #opc-donate #payment .button:after,
.page-id-3432 #opc-donate #payment .button:before, .page-id-3432 #opc-donate #payment .button:after{
    content: 'Complete order';
}

.page-id-3425 .opc_order_review .product-details, .page-id-3432 .opc_order_review .product-details{
	display: block;
	width: 100%;
}
.woocommerce-order-received .page-content .woocommerce-order-downloads{
	display: none;
}

.woocommerce-account table.shop_table td{
	font-size: 1em;
}

.page-template-page-com-circle .class-pod .button{
	position: relative;
	left: 0;
	bottom: 0;
}

.page-template-page-com-circle .class-pod .btn-group{
	position: absolute;
	left: 30px;
	bottom: -15px;
}

.page-template-page-com-circle .class-pod .button:first-child{
	margin-right: 15px;
}

.bcta{
	margin: 80px 0;
}

.bcta img{
	max-width: 100%;
}

.bcta .inner-holder{
	left: 0;
	width: 100%;
	background: #fff;
	padding: 25px 25px 0;
}

.bcta .btn-holder{
	position: relative;
	bottom: -20px;
}

.bcta .button{
	left: 0;
	bottom: 0;
	padding: 20px 50px 21px!important;
	min-width: 170px;
	display: inline-block;
}

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

.page-content .wp-caption img{
	height: auto;
}

.group-heading{
	margin-bottom: 15px;
}

.group-heading h2{
    font-family: 'marvelregular';
    margin: 30px 0 10px;
    letter-spacing: 2px;
    font-size: 2.125em;
    text-transform: uppercase;
}

.txt-center{
	text-align: center;
}

.txt-center h1{
	font-weight: 600;
}

.ack-kaurna-title{
	text-align: center;
	margin: 15px 0 0;
}

.ack-kaurna{
    text-align: center;
    max-width: 1150px;
    margin: 15px auto 0;
    font-size: 16px;
}

.kaurna{
	border-top: 1px solid #000;
	margin-top: 60px;
	padding-top: 35px;
}

.icc-banner{
	background-size: cover;
	height: 800px;
	margin-bottom: 10px;
	background-position: center top;
}

.page-id-483 .page-title{
	display: none;
}

.page-id-483 .icc-page-title .page-title{
	display: block;
}

.icc-banner-caption{
	font-style: italic;
	margin-bottom: 50px;
	font-size: 16px;
	padding: 0 15px;
}

.listing.employment h3{
	text-transform: uppercase;
}

.listing.employment .col-xs-12:last-child .item{
	margin-bottom: 0;
}

.btp:hover, .btp:focus{
    color: #23527c;
    cursor: pointer;
    text-decoration: underline;
}

.woocommerce-form-login-toggle{
	display: block!important;
}

#opc-donate .woocommerce-form-login-toggle.cap{
	margin-top: 20px;
}

.woocommerce form .password-input, .woocommerce-page form .password-input{
	float: left;
	width: 100%;
	display: block;
	margin-top: 8px;
}

@media screen and (min-width: 768px){
	.class-pod .details{
		height: auto!important;
	}
}

@media screen and (max-width: 1600px){
	.icc-banner{
		height: 650px;
	}
}

@media screen and (max-width: 1350px){
	.menu.main li{
		margin: 0 13px;
	}
	.menu li:first-child {
	    margin-left: 0;
	}
	.menu li:last-child {
	    margin-right: 0;
	}
	.image-pod .caption p{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.inner-holder.double .button{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.entry-content .inner-holder, .entry-content .inner-holder .button,
	.page-content .inner-holder, .page-content .inner-holder .button, .inner-holder, .inner-holder .button{
		left: 0;
		text-align: center;
	}
	.inner-holder{
		width: 100%;
	}
	.btn-holder{
		display: inline-block;
	}
	.inner-holder.double .btn-holder:last-child .button{
		margin-bottom: 20px;
	}
	.image-pod{
		margin-top: 70px;
	}
	.gallery.flexslider{
		margin-bottom: 0;
	}
	.item.double-btn a .pop {
	    width: 117px;
	}
	.carousel-thumbnails.flexslider{
		margin-top: -85px;
	}
	.donate-buttons .btn-holder{
		display: inline;
	}
	.woocommerce ul.order_details li{
		width: 100%!important;
		border-right: 0;
	}
	.button-group .button{
		padding: 5px 10px 8px!important;
		letter-spacing: 2px;
	}
	.button-group .button:last-child{
		margin-right: 0;
	}
	footer .sub-page #get-social span{
		margin: 0 15px;
	}
	.banner{
		background-position: center;
	}
	.icc-banner{
		height: 550px;
	}
}

@media screen and (max-width: 1199px){
	.supporters .supporter a{
		min-height: 150px;
	}
	.banner .content{
		min-height: 300px;
	}
	.item.double-btn a .pop {
	    width: 92px;
	}
	.menu.main li{
		margin: 0 2px;
		letter-spacing: 2px;
	}
	header .adt-logo img {
	    height: 65px;
	    width: 150px;
	}
	.menu.main > li > a{
		max-width: 81px;
	}
	.carousel-thumbnails .flex-viewport img{
		width: 60px;
	}
	.carousel-thumbnails .flex-viewport li{
		margin: 0!important;
	}
	.donate-buttons .button{
		padding: 15px 30px 12px;
	}
	.single-product .carousel-thumbnails.flexslider {
	    width: 218px;
	    margin-bottom: 0;
	}
	#now-on.featured-cpt .item .description{
		width: 65%;
		padding-right: 50px;
	}
	#now-on.featured-cpt .item .details{
		width: 35%;
	}
	.item h2{
		font-size: 2em;
	}
	.item.no-pad .inner{
		padding: 0 20px 40px;
	}
	#featured-panel h2{
		font-size: 2.5em;
	}
	#featured-panel p{
		font-size: 1.25em;
	}
	#featured-panel .button-group{
		margin-top: 30px;
	}
	#featured-panel .button-group .button{
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px){
	.event-listing .item .inner .button-group{
		width: calc(100% - 40px);
	}
	.event-listing .item .inner .button-group .button{
		width: 100%;
		margin: 0 0 10px;
	}
	.event-listing .item .inner{
		padding-bottom: 85px;
	}
}

@media screen and (max-width: 991px){
	.button-group.how-to{
		top: -40px;
	}
	.single-adapt .event-post-details{
		position: relative;
		padding-top: 30px;
	}
	.supporters .supporter a{
		min-height: 155px;
	}
	.item.no-pad:last-child .image-holder:after, #featured-works.featured-cpt .item:nth-child(even) .image-holder:after,
	.people-group .item.no-pad.item:nth-child(even) .image-holder:after,
	.item.no-pad:nth-child(even) .image-holder:after{
		content: none;
	}
	.page-template-news-page .item.no-pad:last-child .image-holder:after, .page-template-news-page .item.no-pad:nth-child(4) .image-holder:after,
	.page-template-news-page .item.no-pad:nth-child(8) .image-holder:after, .page-template-news-page .item.no-pad:nth-child(12) .image-holder:after,
	.page-template-news-page .item.no-pad:nth-child(even) .image-holder:after{
		content: '';
	}
	.banner .content .inner{
		font-size: 2.5em;
	}
	.banner .content{
		padding: 30px 25px;
	}
	.banner .content .inner a{
		bottom: 30px;
		left: 25px;
	}
	.banner .content{
		width: 375px;
		min-height: 275px;
	}
	.enews-signup h2{
		margin: 40px auto 15px;
	}
	.top-link-home{
		margin-right: 25px;
	}
	header .search-form .search-field{
		width: 150px;
	}
	.menu.top li{
		margin: 0 5px;
	}
	.menu.main li {
	    font-size: 1em;
	    line-height: 1.2em;
	    letter-spacing: 1px;
	}
	.menu.main li ul{
		width: 230px;
	}
	.menu.main > li.icc > a {
	    max-width: 115px;
	}
	.menu.main > li > a{
		max-width: 55px;
	}
	.menu.main > li.whats-on > a{
		max-width: 60px;
	}
	.menu.main > li.company > a{
		max-width: 70px;
	}
	.menu.main > li.youth > a{
		max-width: 85px;
	}
	.menu li:first-child {
	    margin-left: 0;
	}
	.menu li:last-child {
	    margin-right: 0;
	}
	header .adt-logo img{
		height: 60px;
		width: 140px;
	}
	h2.section-heading, h1, #watch-adapt-online h2{
		font-size: 2.8em;
	}
	h2.section-heading{
    	padding-right: 80px;
	}
	.section-link-heading h2.section-heading{
		padding-right: 0;
	}
	.pop-subscribe h2.section-heading{
		padding-right: 0;
	}
	.class-image img{
		left: 40px;
	}
	.home .item.double-btn a .pop, .item.double-btn a .pop{
		width: 93px;
	}
	.item.double-btn a + a{
		display: none;
	}
	.item.double-btn a .pop{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.home .item.double-btn a + a{
		display: block;
	}
	.home .item.double-btn a .pop{
		left: 10px;
		margin: 0;
	}
	.home .item.double-btn a + a .pop{
		left: auto;
		right: 10px;
	}
	.class-pod .details{
		width: 55%;
	}
	.donate-buttons .button {
	    padding: 15px 20px 12px;
	}
	#now-on.featured-cpt .item .description{
		width: 100%;
		padding: 0 15px 40px;
	}
	.featured-cpt .item h2{
		padding: 30px 15px 0;
	}
	#now-on.featured-cpt .item .details{
		width: 100%;
	    float: left;
	    padding: 0;
	    margin: 10px 0;
	}
	#featured-works.featured-cpt .item:nth-child(2) .inner .image-holder, #featured-works.featured-cpt .item:nth-child(2) .inner,
	.page-template-events-page .event-listing .item:nth-child(even) .image-holder,
	.page-template-work-page .work-listing .item:nth-child(even) .image-holder,
	.page-template-past-works-page .item:nth-child(even) .image-holder,
	.page-template-events-page .event-listing .item:nth-child(even) .inner,
	.page-template-work-page .work-listing .item:nth-child(even) .inner,
	.page-template-past-works-page .item:nth-child(even) .inner,
	.item.no-pad:nth-child(even) .image-holder, .item.no-pad:nth-child(even) .inner{
		border-right: 0;
	}
	#featured-works.featured-cpt .item, .writings .item{
		margin-bottom: 50px;
	}
	#get-social span{
		margin: 0 20px;
		font-size: 1em;
	}
	footer .menu.main li.current-menu-parent > a:after, footer .menu.main li.current-menu-item > a:after,
	.single-people footer .menu.main li.company > a:after, .single-people footer .menu.main li.people > a:after, 
	.single-employment_opp footer .menu.main li.company > a:after, .single-employment_opp footer .menu.main li.employment > a:after,
	.single-audition footer .menu.main li.icc > a:after, .single-works footer .menu.main li.works > a:after, 
	.page-template-past-works-page footer .menu.main li.works > a:after, .single-whats_on footer .menu.main li.whats-on > a:after, 
	.tax-event_category footer .menu.main li.whats-on > a:after, .single-event footer .menu.main li.whats-on > a:after, 
	.single-research footer .menu.main li.icc > a:after{
		top: 0;
	}
	.single-works footer .wp-post-image{
		margin: 0;
	}
	footer .sub-page #get-social {
	    float: left;
	    margin-top: 0;
	}
	#featured-panel .video-wrapper{
		margin-bottom: 40px;
	}
	#featured-panel{
		margin-top: 120px;
	}
	#featured-panel h2 {
	    font-size: 2em;
	    margin-bottom: 15px;
	}
	#featured-panel p{
		font-size: 1.125em;
	}
	#featured-panel .button-group {
	    margin-top: 20px;
	}
	.class-pod{
		padding: 0;
	}
	.class-pod .class-image{
		margin: 0 0 30px;
		width: 100%;
		float: left;
		padding-left: 0;
	}
	.class-pod .details {
	    width: 100%;
	    padding: 0 30px 30px;
	    height: auto!important;
	}
	.class-image img{
		left: 0;
		width: 100%;
	}
	.class-pod h3{
		font-size: 1.33em;
	}
	.icc-banner{
		height: 450px;
	}
}

@media screen and (max-width: 767px){
	body{
		padding-top: 20px;
	}
	body.home{
		padding-top: 0;
	}
	*{
		border-radius: 0!important;
	}
	header, .home header{
		margin-bottom: 0;
	}
	.home header{
		padding-top: 20px;
	}
	.menu-toggle{
		width: 30px;
		height: 25px;
		position: relative;
		float: right;
		padding: 0;
		border: 0;
		background: transparent;
		margin-top: 20px;
	}
	.icon-bar {
	    background: #000;
	    display: block;
	    width: 30px;
	    height: 3px;
	    border-radius: 0;
	    margin: 0;
	}
	.home .icon-bar{
		background: #fff;
	}
	.home .close .icon-bar{
		background: #000;
	}
	.icon-bar.top {
	    top: 0;
	    position: absolute;
	}
	.icon-bar.middle {
	    top: 11px;
	    position: absolute;
	}
	.icon-bar.bottom {
	    bottom: 0;
	    position: absolute;
	}
	.close .icon-bar.top{
	    top: calc(50% - 2px);
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    height: 2px;
	    width: 32px;
	}
	.close .icon-bar.bottom{
		top: calc(50% - 2px);
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    height: 2px;
	    width: 32px;
	}
	.menu-toggle.close{
		margin-right: 15px;
		margin-top: 0;
	}
	header, #page-wrapper{
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		padding-right: 0;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		left: 0;
		width: 100%;
	}
	#body-wrapper.toggled header {
		position: relative;
		left: -300px;
	}
	#body-wrapper.toggled #mobile-menu {
		width: 300px;
		right: 300px;
	}
	#body-wrapper.toggled #page-wrapper {
		left: -300px;
		position: fixed;
	}
	.home #body-wrapper.toggled #page-wrapper{
		top: 0;
	}
	.home .menu.main li li a{
		color: #000;
	}
	#mobile-menu {
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		background: #fff;
		height: 100%;
		right: 0;
		margin-right: -300px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 300px;
		z-index: 9999;
		padding-top: 38px;
	}
	.logged-in #mobile-menu {
		padding-top: 84px;
	}
	.navbar{
		background: #fff;
		position: fixed;
		top: 0;
		right: 0;
	}
	header .adt-logo{
		position: relative;
		right: 0;
	}
	header .adt-logo img {
	    height: 50px;
	    width: 115px;
	}
	.mobile-links{
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin: 20px 0 0;
    	padding: 10px 0;
    	float: left;
    	width: 100%;
	}
	.home .mobile-links{
		border-bottom: 0;
		border-top-color: #fff;
	}
	.mobile-links li{
		letter-spacing: 2px;
		font-size: 1em;
		float: left;
		width: 25%;
		text-align: center;
	}
	.mobile-links li a{
		padding: 4px 0 3px;
		border-right: 1px solid #000;
		display: block;
	}
	.home .mobile-links li a{
		border-color: #fff;
	}
	.mobile-links li:last-child a{
		border-right: 0;
	}
	.banner .content .inner a:before{
		width: calc(100% - 13px);
	}
	h2.section-heading, h1, #watch-adapt-online h2{
		font-size: 2.5em;
		letter-spacing: 10px;
		margin: 30px 0;
	}
	#watch-adapt-online #text-2{
		margin-bottom: 30px;
	}
	#watch-adapt-online h2{
		margin-top: 60px;
		margin-bottom: 0;
		font-size: 2.4em;
	}
	#watch-adapt-online #text-3{
		width: 100%;
		margin-bottom: 15px;
		padding-top: 0;
	}
	#watch-adapt-online .gform_widget{
		width: 100%;
	}
	h1{
		margin-top: 60px;
	}
	.item h2{
		font-size: 1.75em;
		margin: 25px 0;
	}
	.item.no-pad h2{
		margin: 0 0 10px;
		padding-top: 0;
	}
	.page-template-people-page .page-title{
		margin-bottom: 0!important;
	}
	.people-group{
		margin-bottom: 40px;
	}
	.people-listing.group .item a{
		margin-bottom: 0;
	}
	.people-listing.group .item{
		margin-bottom: 40px;
	}
	.enews-signup{
		margin: 0;
		padding: 0;
	}
	.pop-subscribe .enews-signup{
		top: 0;
		padding-top: 50px;
	}
	.enews-signup .gform_wrapper ul.gform_fields li.gfield{
		margin-top: 25px;
	}
	.enews-signup .gform_wrapper .gform_footer{
		padding: 0;
	}
	.enews-signup h2{
		letter-spacing: 5px!important;
	}
	footer .menu.main{
		display: block;
	}
	footer .enews-signup{
		padding: 25px 0 0;
	}
	footer .sub-page .enews-signup .gform_wrapper ul.gform_fields li.gfield{
		width: 100%;
	}
	footer .sub-page .enews-signup .gform_wrapper .gform_footer{
		float: right;
		margin: 0!important;
	}
	blockquote p{
		font-size: 1.25em!important;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	blockquote{
		margin: 0 20px 40px;
	}
	.menu.main{
		margin-top: 18px;
		padding: 0 17px 0 20px;
	}
	.menu.main li{
		width: 100%;
		display: block;
		font-weight: bold;
	    font-size: 1.125em;
	    letter-spacing: 5px;
	    line-height: 1.4em;
	    margin: 0;
	}
	.menu.main li a br{
		display: none;
	}
	.home-link{
	    text-transform: uppercase;
	    font-family: 'marvelregular';
	    font-weight: bold;
	    font-size: 1.125em;
	    color: #000;
	    letter-spacing: 5px;
	    padding: 7px 0;
	    margin-left: 20px;
	    display: inline-block;
	}
	.menu.main > li > a {
	    padding: 10px 0;
	    display: inline-block;
	    max-width: 100%!important;
	}
	.menu.main > li.menu-item-has-children > a{
		pointer-events: none;
		display: inline-block;
		max-width: 100%;
	}
	.menu.main li ul{
		position: relative;
		opacity: 1;
		left: 0;
		top: 0!important;
		width: 100%;
		margin: 0;
		background: transparent;
	    padding: 0;
	    overflow: hidden;
	    transition: transform 0.3s ease-out;
	    height: 0;
	    transform: scaleY(0);
	    transform-origin: top;
	}

	.menu.main li.icc ul.sub-menu:before{
		content: '';
		top: 8px;
	}
	
	.menu.main li ul.sub-menu:before, .menu.main li.icc ul.sub-menu:before{
		margin: 0;
	    background-image: linear-gradient(to bottom, black 33%, rgba(255,255,255,0) 0%);
	    background-position: bottom;
	    background-size: 1px 4px;
	    background-repeat: repeat-y;
	    height: calc(100% - 10px);
	    position: absolute;
	    left: 0;
	    width: 1px;
	}
	.menu.main li.show-children ul{
		height: auto;
		transform: scaleY(1);
		margin: 0 0 5px 13px;
	}
	.menu.main li li {
	    margin: 0 0 0 25px;
	    width: 100%;
	    font-size: 0.9em;
	    letter-spacing: 4px;
	}
	.menu.main li li a {
	    padding: 8px 0;
	    display: block;
	}
	.menu.main li.current-menu-parent > a:after, .menu.main li.current-menu-item > a:after{
		top: 0;
	}
	.back{
		display: block;
		margin-bottom: 40px;
	}
	h2.post-title{
		margin: 50px 0 0;
	}
	.clearfix.mb{
		margin: 20px 0 40px;
	}
	.page-title{
		margin-bottom: 20px;
	}
	.image-pod .caption{
		height: auto!important;
	}
	.image-pod .caption p{
		position: relative;
	}
	.image-pod .caption.align-left p, .image-pod .caption.align-right p{
		margin-top: 25px;
	}
	.secondary-content blockquote {
	    margin: 60px 20px 30px;
	}
	h2.section-heading, h1, #watch-adapt-online h2{
		padding-right: 0;
	}
	.class-schedule, .writings, .event-post-details, .event-listing, .work-listing {
	    margin-top: 50px;
	}
	.flex-control-thumbs{
		float: left;
		text-align: left;
		width: 100%;
	}
	.flex-control-thumbs li{
		width: 18%;
		margin: 5px 2% 5px 0;
	}
	.gallery .slides li{
		padding-bottom: 10px;
	}
	.gallery, .single .post-details .author{
		margin-bottom: 60px;
	}
	.row.listing h4 {
	    margin: 30px 0;
	}
	.gform_wrapper ul.gform_fields li.gfield{
		margin-top: 20px;
	}
	.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper input[type="number"], .gform_wrapper input[type="email"]{
		padding: 0!important;
	}
	.share-this, .isotope{
		margin: 60px 0 0;
	}
	.sticker{
		right: 5px;
		width: 80px;
		height: 80px;
	}
	.mobile-link{
	    position: absolute;
	    width: calc(100% - 30px);
	    height: 100%;
	    z-index: 1;
	}
	.featured-cpt .item{
		margin-bottom: 80px;
	}
	.item.product{
		margin-bottom: 80px!important;
	}
	.inner-holder{
		left: 0;
		text-align: center;
		margin: 0 auto;
	}
	.inner-holder .button{
		float: none;
		margin: 20px auto;
		display: inline-flex;
	}
	.menu.main li.current-menu-parent > a:after, .menu.main li.current-menu-item > a:after, .single-people .menu.main li.company > a:after, .single-people .menu.main li.people > a:after, .single-employment_opp .menu.main li.company > a:after, .single-employment_opp .menu.main li.employment > a:after, .single-audition .menu.main li.icc > a:after, .single-works .menu.main li.works > a:after, .page-template-past-works-page .menu.main li.works > a:after, .single-whats_on .menu.main li.whats-on > a:after, .tax-event_category .menu.main li.whats-on > a:after, .single-event .menu.main li.whats-on > a:after, .single-research .menu.main li.icc > a:after{
		top: 8px;
	}
	.menu.main li li a:after, .single-people .menu.main li.people > a:after{
		border: 0;
	}
	.menu.main li li:not(.menu-item-has-children) > a:hover:before{
		content: none;
	}
	.menu.main li:not(.menu-item-has-children) > a:hover:before{
		bottom: 2px;
	}
	.close.subscribe{
		bottom: 0;
	}
	.image-pod {
	    margin-top: 40px;
	    margin-bottom: 60px;
	}
	.class-pod .details{
		padding: 0 15px 30px;
	}
	.class-pod .button{
		background: #fff;
	    left: auto;
	    padding: 15px 0 12px;
	    width: calc(100% - 30px);
	    text-align: center;
	}
	.class-pod .button:hover, .inner-holder .button:hover{
		background: #000;
		color: #fff;
		text-decoration: none;
	}
	.navbar .subscribe{
	    text-transform: uppercase;
	    font-family: 'marvelregular';
	    width: 100%;
	    display: block;
	    font-weight: bold;
	    font-size: 1.125em;
	    letter-spacing: 5px;
	    line-height: 1.4em;
	    margin: 8px 20px;
	    color: #000;
	}
	.navbar .subscribe:hover{
		text-decoration: none;
	}
	.home .featured-cpt .item:nth-child(4) {
	    display: block;
	}
	.menu.main li.icc li.current-menu-item a:before, .menu.main li.theatre li.current-menu-item a:before, .menu.main li.whats-on li.current-menu-item a:before, .menu.main li.icc li a:before, .menu.main li.theatre li a:before, .menu.main li.whats-on li a:before, .menu.main li.icc.current-menu-ancestor > a:after, .single-research .menu.main li.icc > a:after, .single-audition .menu.main li.icc > a:after, .single-event .menu.main li li.current-menu-parent a:after{
		margin: 0!important;
	}
	.home .item.double-btn a .pop, .item.double-btn a .pop{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.page-template-default .wp-post-image {
	    margin-bottom: 30px;
	}
	.menu.main li li.current-menu-item a:before, .menu.main li li.current-menu-item a:hover:before {
	    top: 30px;
	}
	.sticker{
		border-radius: 50%!important;
	}
	.home .item.double-btn a .pop{
	    width: 139px;
	}
	.single-post .sidebar{
		margin-top: 60px;
	}
	.carousel-thumbnails.flexslider{
		margin-top: 0;
	}
	.donate-buttons .button {
	    display: block;
	    width: 100%;
	    text-align: center;
	    color: #000!important;
	    margin-top: 20px;
	    text-decoration: none!important;
	}
	.donate-buttons .button.book-ticket{
		color: #fff!important;
	}
	.woocommerce-page table.cart td.actions .button{
		margin-bottom: 15px;
	}
	.woocommerce-page table.cart td.actions .coupon{
		padding-bottom: 0;
		padding-top: 8px;
	}
	.single-product .carousel-thumbnails.flexslider {
	    width: 275px;
	}
	.section-link-heading{
		padding: 7px 15px 5px 15px;
	}
	#get-social span, footer .sub-page #get-social span{
		margin: 0 10px;
	}
	footer .menu.main{
		padding: 0;
		margin-top: 0;
	}
	footer .menu-main-container{
		padding: 25px 0 30px;
	}
	footer .menu.main li{
		font-weight: normal;
		font-size: 1em;
		line-height: 1.2em;
	}
	.footer-links ul{
		float: left;
	}
	.footer-links p, footer .footer-links li{
		margin-left: 0!important;
		display: block!important;
		text-align: left;
	}
	#featured-works.featured-cpt .item .inner, .item.no-pad .inner{
		padding: 30px 15px 40px;
	}
	.item .blob{
		border-radius: 50%!important;
		width: 90px;
		height: 90px;
		top: -45px;
	}
	.item .blob span{
		font-size: 1em;
		padding: 14px;
		bottom: 10px;
	}
	#now-on.featured-cpt .item .description, #featured-works.featured-cpt .item .inner, .item .inner{
		height: auto!important;
	}
	#featured-works.featured-cpt .item .image-holder, .item.no-pad .image-holder,
	.item.no-pad .inner{
		border-right: 0;
	}
	#now-on.featured-cpt .item .description .button-group .featured-cpt .item.work .button-group, .item.no-pad .inner .button-group,
	.button-group{
	    position: relative!important;
	    bottom: 0!important;
	}
	.button-group .button{
		width: 100%;
		padding: 5px 8px 8px!important;
		margin: 0 0 10px;
	}
	#now-on.featured-cpt .item{
		margin-bottom: 0;
	}
	#featured-works.featured-cpt .item, .page-template-events-page .event-listing .item, .page-template-work-page .work-listing .item, .page-template-past-works-page .item,
	.single .event-listing .item, .archive .event-listing .item, .writings .item{
		margin-bottom: 40px;
	}
	.featured-quote{
		margin: 40px 0;
	}
	.btn-holder, .inner-holder .button{
		width: 100%;
	}
	.bcta .btn-holder .button{
		margin: 0;
	}
	.sticker span{
		letter-spacing: 2px;
	}
	.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]{
		margin: 20px 0 0!important;
		width: 100%!important;
	}
	.gform_wrapper .gform_footer{
		width: 100%!important;
		margin: 0 25px 0 0!important;
	}
	footer .menu.main li.current-menu-parent > a:after, footer .menu.main li.current-menu-item > a:after{
		display: none;
	}
	.sidebar-details{
		margin-top: 30px;
	}
	#now-on.featured-cpt .item:first-child .image-holder:after,
	.item.no-pad .image-holder:after, #featured-works.featured-cpt .item .image-holder:after{
		content: none;
	}
	.supporters .supporter a{
		min-height: 230px;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		position: relative;
		right: 0;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.woocommerce form .form-row.place-order{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.single-adapt .button-group.how-to{
		position: absolute!important;
	}
	.home .menu.main li ul{
		background: transparent;
	}
	.home .menu.main li ul li:first-child{
		margin-top: 0;
	}
	.page-template-page-com-circle .class-pod .button{
		width: auto;
		padding: 10px 30px;
	}
	.icc-banner{
		height: 420px;
	}
	.icc-banner-caption{
		margin-bottom: 0;
	}
	.banner{
		background-attachment: initial;
	}
}

@media only screen and (max-width: 641px){
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	    line-height: 1em!important;
	    min-height: 15px!important;
	}
	.supporters .supporter a{
		min-height: 200px;
	}
}

@media screen and (max-width: 600px){
	#wpadminbar {
	    position: fixed;
	}
	.pop-subscribe .enews-signup{
		max-width: 90%;
	}
	.banner .content .inner{
		font-size: 2em;
	}
	.banner .content{
		width: 60%;
		min-height: 100px;
		padding: 15px;
	}
	.banner .content .inner a {
	    bottom: 0;
	    left: 0;
	    position: relative;
		margin-top: 25px;
		display: block;
	}
	.supporters .supporter a{
		min-height: 180px;
	}
}

@media screen and (max-width: 414px){
	#get-social span, footer .sub-page #get-social span{
		font-size: 1em;
		letter-spacing: 2.25px;
		margin: 0 5px;
	}
	.social li{
		width: 45px;
	}
	.mobile-links li{
		font-size: 0.9em;
	}
	.mobile-links li.works{
		width: 26%;
		text-align: left;
	}
	.mobile-links li.whats-on{
		width: 30%;
	}
	.mobile-links li.news{
		width: 21%;
	}
	.mobile-links li.support{
		width: 23%;
		text-align: right;
	}
	.product .nyp label{
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}
	.product .nyp p.minimum-price{
		margin: 10px 0;
	}
	.supporters .supporter a{
		min-height: 120px;
		margin: 10px 0;
		padding: 5px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
		width: 100%;
	}
	.wcopc #checkout-products li{
		width: 100%;
		margin: 7px 0;
	}
	.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
		line-height: 1em;
	}
	.page-id-2648 .gform_confirmation_message {
	    font-size: 1.1em;
	    line-height: 1.5em;
	    padding: 40px 20px 0;
	}
	#featured-panel h2{
		font-size: 1.75em;
		letter-spacing: 5px;
	}
	#featured-panel .video-wrapper{
		margin-bottom: 25px;
	}
	#featured-panel .button-group .button {
	    font-size: 1.25em;
	}
	#featured-panel .button-group .button{
		padding: 10px!important;
	}
	#featured-panel .button-group .button:before, #featured-panel .button-group .button:after {
	    line-height: 45px;
	}
	#featured-panel {
	    margin-top: 80px;
	}
	.txt-center h1 {
	    font-size: 2em;
	    letter-spacing: 7px;
	}
	.menu.main > li.icc > a{
		pointer-events: none;
	}
	.icc-banner{
		height: 300px;
	}
	.page-id-483 .icc-page-title .page-title h1{
		margin-top: 40px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 375px){
	#watch-adapt-online h2{
		font-size: 2em;
	}
	#watch-adapt-online #text-2 p{
		font-size: 1.125em;
	}
	#featured-panel .video-wrapper {
	    margin-bottom: 20px;
	}
	#featured-panel h2{
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#featured-panel p {
	    font-size: 1em;
	}
	.icc-banner{
		height: 280px;
	}
}

@media screen and (max-width: 374px){
	.banner .content .inner{
		font-size: 1.75em;
	}
	#body-wrapper.toggled header {
		left: -250px;
	}
	#body-wrapper.toggled #mobile-menu{
		width: 100%;
	}
	#body-wrapper.toggled #page-wrapper {
		left: -250px;
	}
	#mobile-menu {
		right: 0;
		margin-right: -300px;
	}
	.carousel-thumbnails.flexslider{
		width: 290px;
	}
	.item a .pop{
		width: 120px;
	}
	.mobile-links li.works{
		width: 30%;
	}
	.mobile-links li.news{
		width: 18%;
	}
	.mobile-links li.whats-on {
	    width: 31%;
	}
	.mobile-links li.support {
	    width: 21%;
	}
	.mobile-links li{
		font-size: 0.85em;
	}
	.social li{
		width: 40px;
	}
	.item .blob {
	    width: 70px;
	    height: 70px;
	    top: -35px;
	    right: 15px;
	}
	.item .blob span {
	    font-size: 0.8em;
	    padding: 8px;
	    bottom: 12px;
	}
	.supporters .supporter a{
		min-height: 90px;
	}
	#featured-panel h2{
		font-size: 1.25em;
	}
	#featured-panel p {
	    font-size: 0.88em;
	}
	#featured-panel .button-group .button {
	    font-size: 1em;
	}
	#featured-panel .button-group .button {
	    padding: 8px 10px!important;
	}
	#featured-panel .button-group .button:before, #featured-panel .button-group .button:after {
	    line-height: 40px;
	}
	#featured-panel {
	    margin-top: 90px;
	}
	.banner .toggle-down{
		bottom: 25px;
	}
	.page-template-page-com-circle .class-pod .button{
		padding: 10px 15px;
	}
	.page-template-page-com-circle .class-pod .button:first-child {
	    margin-right: 10px;
	}
	.txt-center h1 {
	    font-size: 1.75em;
	    letter-spacing: 5px;
	}
}

/* Interim CSS to control News page link colours WNP 19 Nov 2019 */
.page-template-news-page .page-content a {
	color: #1A1919!important;
	border-bottom: 1px dotted #1A1919!important;
}

.page-template-news-page .page-content a:hover {
	border-bottom: none!important;
}


