/*
Theme Name: aemi
Theme URI: https://wordpress.org/themes/
Author: Unknown
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -ms-font-feature-settings:"liga" 1;
}

@font-face {
	font-family: 'AvenirLTStd-Roman';
	src: url('fonts/302BC8_0_0.eot');
	src: url('fonts/302BC8_0_0.eot?#iefix') format('embedded-opentype'),
			 url('fonts/302BC8_0_0.woff2') format('woff2'),
			 url('fonts/302BC8_0_0.woff') format('woff'),
			 url('fonts/302BC8_0_0.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'AvenirLTStd-Medium';
	src: url('fonts/2E42CB_0_0.eot');
	src: url('fonts/2E42CB_0_0.eot?#iefix') format('embedded-opentype'),
	     url('fonts/2E42CB_0_0.woff2') format('woff2'),
	     url('fonts/2E42CB_0_0.woff') format('woff'),
	     url('fonts/2E42CB_0_0.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src: url('fonts/2E920C_0_0.eot');
	src: url('fonts/2E920C_0_0.eot?#iefix') format('embedded-opentype'),
	     url('fonts/2E920C_0_0.woff2') format('woff2'),
	     url('fonts/2E920C_0_0.woff') format('woff'),
	     url('fonts/2E920C_0_0.ttf') format('truetype');
}



.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -ms-font-feature-settings: "liga" 1;

}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
}


body{
	background-color: white;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'AvenirLTStd-Roman', Arial, serif;
	font-size: 16px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #a1dee4;
	background-color: rgba(161, 222, 228, 1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 15px 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}


img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}


a {
    color: #ed4545;
    text-decoration: none;
    padding-bottom: 3px;
}

a:hover, a:focus {
    color: #ed4545;
    text-decoration: none;
    border-bottom: 1px dotted #ed4545;
    
}

.space-bottom{
	margin-bottom: 80px;
}
.space-bottom-small{
	margin-bottom: 40px;
}

em{
	font-size:.9em;
}
p em{
	font-style: italic;
}

/**
 * 6.0 Header
 */


.navbar-inverse .navbar-brand {
  float: left;
  padding: 0px;
  font-size: 8px;
  line-height: 14px;
  height: 15px;
  margin-top: 14px;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-left: 10px !important;
  display: inline-block;
}
.navbar-inverse .navbar-brand a {
    color: #777777;
}

.navbar-inverse .navbar-brand a:hover{
	color: #aaaaaa;
	border-bottom: none;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: none;
	color: #777777;
}
.navbar-inverse .navbar-collapse{
	padding-right: 0px;
}

.navbar {
    min-height: 80px;
    padding-top: 10px;
}
.navbar-brand img.logo{
	width:100px;
}



.social-links-menu{
	float:right;
	margin-left: 50px;
}
.social-links-menu  a {
    font-size: 32px;
    line-height: 60px;
    color: #ffffff;
    -ms-font-feature-settings: "liga" 1;
    vertical-align: bottom;
    opacity: .8;
    margin-left: 2px;
}

.social-links-menu  a:hover{
	text-decoration: none;
	opacity: 1;
	border-bottom: none;
}


h1{
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-family: 'AvenirLTStd-Roman', Arial, serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 37px;
}

h2{
	font-size: 21px;
	color: #565656;
	line-height: 29px;
	margin-bottom: 30px;
	font-family: 'AvenirLTStd-Roman', Arial, serif;
	font-weight: normal;
}
h3{
	font-size: 19px;
	color: #333333;
	line-height: 29px;
	margin-bottom: 20px;
	font-family: 'AvenirLTStd-Roman', Arial, serif;
	font-weight: normal;
}

.page-template-front-page .banner{margin-bottom: 40px;}
.page-template-front-page .caption.right{text-align: right;margin-bottom: 10px;}
.home-banner{
	background-color: #ed4545;
	padding: 30px;
	background: url('images/home-banner-plastik-bruce-conner.jpg') transparent;
	background-repeat: no-repeat;
	background-size: 1200px 420px;
	background-position: center center;
	height: 400px;
	margin-bottom: 0px;
	position: relative;
	margin-top:100px;
	padding-bottom: 5px;
}

.home-banner .logo-area{
	background-color: #000000;
	
	width: 340px;
	height: 320px;
	
	width: 500px;
	height: 210px;
	
	color: #ffffff;
	padding: 80px 20px 10px 20px;
	
	padding: 20px 20px 10px 20px;
	
	margin-top: -15px;
	margin-top: 20px;
}
.home-banner .logo-area.no-bg-colour{
	background-color: transparent;
	/*display: none;*/
}

.home-banner .logo-area a:hover{
	border-bottom: none;	
}

.home-banner .logo-area img.logo{
	max-width: 80px;
}

.logo-area p{
	font-size: 14px;
	line-height: 20px;
	color: #cccccc;
	margin-top: 15px;
	width: 60%;
}
.logo-area .next-event{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 35px;
	width: 100%;
}
.logo-area .next-event a{
	
}

.home-banner h1{
	margin-top: 120px;
	padding-right: 50px;
	
	font-size: 24px;
	line-height: 33px;
	
	
}
.home-banner .arrow-down{
	margin-top: 60px;
	
}

p.wp-caption-text,
p.caption{font-size: 12px;color: #808080;line-height: 18px;margin-top: 8px; margin-bottom: 4px;}
p.gallery-description{font-size: 14px;color: #808080;line-height: 18px;margin-top: 4px; margin-bottom: 14px;}

.inner-banner{
	background-color: #ed4545;
	padding: 0px;
	/*background: url('images/home-banner-main-bg.gif') #ed4545;*/
	/*background: url('images/banner-image-04.jpg') #ed4545;*/
	background: url('images/home-banner-independent-frames-01.jpg') #ed4545 bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	height: 280px;
	margin-bottom: 40px;
	position: relative;
	margin-top:100px;
}
.inner-banner.banner_1{
	background: url('images/banner-image-04.jpg') #ed4545;
}
.inner-banner.banner_2{
	background: url('images/banner-image-04.jpg') #ed4545;
}
.inner-banner.banner_3{
	background: url('images/banner-image-04.jpg') #ed4545;
}
.inner-banner.banner_4{
	background: url('images/banner-image-04.jpg') #ed4545;
}
.inner-banner.banner_5{
	background: url('images/banner-image-06.jpg') #ed4545;
}
.inner-banner.banner_6{
	background: url('images/banner-image-06.jpg') #ed4545;
}
.inner-banner.banner_7{
	background: url('images/banner-image-07.jpg') #ed4545 bottom center;
}
.inner-banner.banner_8{
	background: url('images/banner-image-08.jpg') #ed4545 bottom center;
}
.inner-banner.banner_9{
	background: url('images/banner-image-09.jpg') #ed4545 bottom center;
}
.inner-banner.banner_10{
	background: url('images/banner-image-10.jpg') #ed4545 bottom center;
}
.inner-banner.banner_11{
	background: url('images/banner-image-11.jpg') #ed4545 bottom center;
}
.inner-banner.banner_11{
	background: url('images/banner-image-11.jpg') #ed4545 bottom center;
}



.inner-banner .logo-area{
	background-color: #000000;
	position: absolute;
	top:0px;
	left:60px;
	width: 240px;
	height: 280px;
	color: #ffffff;
	padding: 30px 20px 10px 20px;
}
.inner-banner .logo-area a:hover{
	border-bottom: none;	
}

.inner-banner h1{
	margin-top: 180px;
}
.inner-banner .arrow-down{
	margin-top: 60px;
}
.inner-banner .logo-area img.logo{
	max-width: 140px;
}




p{
	font-size: 17px;
	line-height: 25px;
	color: #565656;
}
ol li, ul li{
	font-size: 17px;
	line-height: 25px;
	color: #565656;
}

sub, sup{
	font-size: 13px;
	color: #ed4545;
}
ol.footnotes, ul.footnotes{
	margin-left: 30px;
}
ol.footnotes li, ul.footnotes li{
	font-size: 15px;
	line-height: 24px;
	color: #777777;
}

.diagonal{
	background: url('images/diagonal-lines-bg.gif') repeat transparent;
	margin-top: 10px;
	padding: 80px 0px 60px 0px;
}

.profile{
	width: 90%;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.profile .read-more{
	font-size: 15px;
}

.latest-news{
	margin-bottom: 20px;
}
.latest-news span.date{
	font-size: 12px;
	color: #a0a0a0;
	margin-bottom: 20px;
	line-height: 14px;
	display: block;
	
}
.latest-news h4{
	margin-bottom: 15px;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'AvenirLTStd-Medium', Arial, sans-serif;
	font-weight: normal;

	width: 90%;
}
.events-list-item h4 a,
.latest-news h4 a{
	color: #000000;
}
.latest-news h4 a:hover{
	color: #000000;
	border-bottom: none;
}
.latest-news p{
	font-size: 14px;
	line-height: 20px;
	color: #565656;
}
.latest-news .excerpt{
	min-height: 80px;
}
.latest-news .excerpt p{
	font-size: 14px;
	line-height: 20px;
	color: #808080;
}
.side.latest-news h4{
	margin-bottom: 20px;
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	min-height: auto;
	width: 90%;
}

.event-panel{
	background-color: #ffffff;
	padding: 40px;
	border-top: 5px solid #43495c;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
}

.events-list-item p{
	font-size: 15px;
	line-height: 23px;
}
.events-list-item .featured-image{
	min-height: 220px;
	margin-bottom: 10px;
}
.events-list-item h4{
	min-height: 0px;
}
.events-list-item a h4{
	color: #000000;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 8px;
}
.side.event-panel{
	padding: 30px 20px;
	border-top: 5px solid #43495c;
	margin-bottom: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.side.event-panel.events-list-item{
	padding: 20px 20px 20px 20px;
	border-top: 5px solid #43495c;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
}
.side.event-panel.events-list-item .details{
	min
}

.side.event-panel a.button{
	margin-top: 40px;
	margin-bottom: 30px;
}
.side.event-panel div.meta,
.side.event-panel h5.big-date{
	display: inline-block;
}
.side.event-panel.events-list-item a.button.block{
	margin-bottom: 0px;
	margin-top: 20px;	
	display: block;
	text-align: center;
}

.event-panel h5.big-date{
	font-size: 46px;
	font-family: 'AvenirLTStd-Heavy', Arial, sans-serif;
	line-height: 46px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: -3px;
}

.event-panel .month,
.event-panel .time{
	font-size: 14px;
	line-height: 19px;
	color:#808080;
	letter-spacing: .5px;
}

.event-panel .month{
	font-size: 17px;
	line-height: 19px;
	font-family: 'AvenirLTStd-Medium', Arial, sans-serif;
	color:#565656;
	letter-spacing: .5px;
}



.event-panel h3{
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	letter-spacing: .25px;
	font-family: 'AvenirLTStd-Medium', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}
.event-panel h3 a{
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
.event-panel h3 a:hover{
	border-bottom: none;
}


.event-panel h6{
	font-size: 13px;
	line-height: 19px;
	margin-top: 15px;
	color: #df7358;
	letter-spacing: .5px;
	font-weight: normal;
}
.event-panel a.button{
	color: #ffffff;
	background-color: #ed4545;
	padding: 12px 35px;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}


.event-panel a.button:hover{
	border-bottom: none;
	background-color: #777777;
}
.single-event h2.related{
	font-size: 18px;
	color: #777777;
	margin-bottom: 10px;
}
.single-event .related-events h5{
	padding-bottom: 20px;
	border-bottom: 1px dotted #c1c1c1;
	margin-bottom: 15px;
}
.single-event .related-events h5 a{
	color: #565656;
}
.single-event .related-events h5 a:hover{
	border-bottom: none;
}
.single-event .related-events p.small{
	margin-bottom: 8px;
}

.event-panel.event-panel-grid{
	padding: 25px 15px 20px 15px;
	border-top: 5px solid #43495c;
  margin-bottom: 20px;
}
.event-panel.event-panel-grid h3 {
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.event-panel h3 a {
     font-size: 14px;
    line-height: 23px;
}
.event-panel.event-panel-grid a.button {
    padding: 12px 15px;
    font-size: 14px;
    display: block;
    text-align: center;
}



.news-item-link:hover .side.event-panel{
	border-top: 5px solid #000000;
}

.view-all{
	float:right;
	margin-top: 5px;
}

.featured-image{
	margin-bottom: 40px;
}
.featured-image-event{
	margin-bottom: 10px;
}

.support{
	background-color: #333333;
}
.subscribe{
	background-color: #43495c;
}

.support > div,
.subscribe > div{
	padding: 30px 40px 20px 40px;
	min-height: 220px;
}

.subscribe p, .support p{
	color: #ffffff;
}
.subscribe h3, .support h3{
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 25px;
}

.center{
	text-align: center;
}
p.share span{
	margin-right: 15px;
}
p.small{
	font-size: 13px;
	color: #777777;
	line-height: 20px;
	letter-spacing: .5px;
}
div.share{
	font-size: 13px;
	color: #777777;
	line-height: 18px;
	letter-spacing: .5px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 20px;
}
.at-icon-wrapper{
	background-color: rgb(67, 73, 92) !important;
	opacity: 0.8;
}
.at-icon-wrapper:hover{
	opacity: 1;
}


.single-event h2{
	font-size: 24px;
	color: #000000;
	letter-spacing: .25px;
	font-family: 'AvenirLTStd-Medium', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	width: 80%;
		
}
.single-event h6.small{
	font-size: 14px;
	color: #aaaaaa;
	margin-bottom: 20px;
}
.white-panel{
	background-color: #ffffff;
	padding: 38px;
}
.white-panel h2{
	color: #000000;
	width: 90%;
}
.white-panel p{
	width: 90%;
}
.white-panel .wp-caption{
	margin-bottom: 20px;
}


#mc_embed_signup{
	margin-top: 50px;
}
#mc_embed_signup input.email {
    display: inline-block;
    padding: 8px 0;
    margin: 0 0 10px 0;
    text-indent: 15px;
    width: 55%;
    min-width: 80px;
    border: 0 none;
    height: 50px;
}
#mc_embed_signup input{display: inline-block;}
#mc_embed_signup #mc-embedded-subscribe{
	background-color: #ed422c;
	color: #ffffff;
	border: 0 none;
	display: inline-block;
	border-radius: 0;
	height: 50px;
	margin-left: -5px;
	padding: 5px 20px;
}


.footer-area{
	background-color: #dfdfdf;
}
footer{
	margin: 20px 0px;	
	padding-top:20px;
	font-family: 'AvenirLTStd-Roman', Arial, sans-serif;
	font-size: 12px;
	color: #777777;
}

footer p{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .5px;
	color:#777777;
}

footer ul{
	margin: 0;
	display: block;
}
footer ul li{
	list-style: none;
	margin-right: 10px;
	display: inline-block;
}
footer a{
	color: #777777;
	font-size: 14px;
}
footer .menu li a {
	color: #333333;
}

.dark-social-links-menu{
	margin-left: 0px;
}
.dark-social-links-menu li{
	margin-right:0px;
	list-style: none;
	display: inline-block;
}
.dark-social-links-menu li a {
    font-size: 36px;
    line-height: 30px;
    color: #777777;
    -ms-font-feature-settings: "liga" 1;
    vertical-align: bottom;
    opacity: .7;
    margin-left: 3px;
}
.dark-social-links-menu li a:hover {
	text-decoration: none;
	color: #202020;
	border-bottom: none;
}
footer h3{
	font-size: 15px;
	color: #777777;
	font-weight: normal;
	margin-bottom: 15px;
}

footer .footer-nav ul li{display: inline-block;}


.footer-credit-bar{
	background-color: #000000;
	padding: 10px 0px;
	font-size: 13px;
	color: #efefef;
}
.footer-credit-bar a{
	font-size: 13px;
	color: #efefef;
}


footer a.small{
	font-size: 12px;
  color: #777777;
}




.wide-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wide-container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .wide-container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .wide-container {
    width: 1250px;
  }
}




/**
 * 16.0 Media Queries
 */
@media (max-width: 992px) {

	
	.navbar-default .navbar-nav > li{
		padding: 0px 14px 0px 0px;
	}
	.navbar-default .navbar-nav > li > a {
    padding: 0px 14px 0px 0px;
	}

	.navbar-inverse .navbar-brand{
		display: none;
	}
	.navbar-right {
    float: none !important;
	}
	
	.home-banner .logo-area{
		width: 240px;
		height: 240px;
		padding: 20px 20px 10px 20px;
	}
	.home-banner h1{
		margin-top: 30px;
		padding-right: 0px;
	}
	.home-banner .arrow-down{
		margin-top: 20px;
	}

}
@media (max-width: 767px) {

	header {
	  margin: 5px 0px 0px 0px;
	}
	.navbar-inverse .navbar-brand{
		display: block;
		float: left;
    padding: 0px;
    height: auto;
    margin-top: 8px;
    margin-left: 10px !important;
	}
	.navbar-inverse .navbar-brand a{
		display: block;
	}
	.navbar {
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
	.page-template-front-page .banner {
    margin-bottom: 10px;
}
	.home-banner {
	    padding: 0px;
	    height: auto;
	    margin-bottom: 0px;
	    margin-top: 80px;
	    border-right:10px solid #ffffff;
	    border-left:10px solid #ffffff;
	    background-position: 70% center;
    
    
	}



	.home-banner .logo-area{
		width: 100%;
		height: 200px;
		padding: 20px 0px 10px 0px;
		margin: 0px 10px 0px 10px;
	}
	.logo-area p {
    margin-top: 5px;
    width: 90%;
  }  
	.home-banner .logo-area img{
		display: none;
	}
	.home-banner h1{
		margin-top: 10px;
		padding-right: 0px;
		font-size: 18px;
		line-height: 27px;
	}
	.home-banner .arrow-down{
		margin-top: 0px;
	}
	
	.inner-banner{
		margin-top: 70px;
	}
	.inner-banner .logo-area {
    
    position: relative;
    left:0;
    width: 80%;
    height: 200px;
    margin: 0 auto;
    
    
    padding: 20px 10px 10px 10px;
}

	.events-list-item .featured-image {
    min-height: 180px;
    margin-bottom: 10px;
}


	.white-panel {
    padding: 20px;
}
.white-panel p{
	width: 100%;
}
.support > div, .subscribe > div {
    padding: 30px 20px 25px 20px;
    min-height: 270px;
}
#mc_embed_signup input.email {
    display: block;  
    width: 100%;
}
	
	.space-bottom{
		margin-bottom: 40px;
	}
	
	.event-panel {
    padding: 20px;
		}
		
	.event-panel h6 {
    margin-bottom: 6px;
    margin-top: 5px;
	}

	.profile {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
	
	.navbar-toggle {
    border: none;
    border-radius: 0px;
    position: relative;
    margin-right: 0px;

    margin-top: 8px;
    margin-bottom: 8px;
   }

	.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
	}
	
	.navbar-collapse.in {
	    overflow-y: visible;
	}
	.container > .navbar-header, 
	.container > .navbar-collapse {
    clear: both;
	}
	
	
	.diagonal {
	    padding: 20px 0px 50px 0px;
	}
	
	

}

