/*
Theme Name:         Amber Theme
Theme URI:          http://www.we-are-ad.com
Github Theme URI:   https://bitbucket.org/wearead/amber.git
Description:        Wordpress theme for Amber Online
Version:            1.0.0
Author:             Stuart Mileham
Author URI:         http://www.we-are-ad.com

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* CUSTOM STYLES
------------------------------------------------------------------------------- */



/* IMAGES
------------------------------------------------------------------------------- */


/*  with Captions */

 .article__content .wp-caption {
    margin: 0 40px 40px 40px;
	}	

 .article__content .wp-caption img {
    margin: 20px auto 20px;
	}
	




/* BUTTONS
------------------------------------------------------------------------------- */

.btn {
	margin: 15px 5px;
	}




/* HIDE COMMENTS
------------------------------------------------------------------------------- */
.postid-12367 .image-slideshow__buttons { /* subscribe page */
	display: none;
	}



/* POSTERS 
------------------------------------------------------------------------------- */

.banner__content h1, 
.banner__content h2, 
.banner__content h3, 
.banner__content h4, 
.banner__content h5, 
.banner__content h6 {
    font-family: "Roboto";
	}

.banner__content h1 {
	font-size: 2.0rem; 
	text-transform:uppercase;
	margin-bottom:20px;} 

.banner__content h2 {
	font-size: 1.4rem;
	margin-bottom:20px;
	}  

.banner__content h3 {
	font-size: 1.3rem;
	font-weight:bold;
	margin-bottom:20px;	
	}  

.banner__content h4 {font-size: 1.2rem;}  
.banner__content h5 {font-size: 1.1rem;}  
.banner__content h6 {font-size: 1rem;}  

.inner_poster_logos img {
	height: 100%; 
	}


/*--- Share - Lower ---*/

.article__content .article__footer-share {
	clear: both;
	}

/* ---- Vimeo Embed ---- */

.article__content .flex-video {
	max-width: none;
	}


/* SIDE CINEMA 
------------------------------------------------------------------------------- */


/* ---- Hide Comments ---- */

.event-side-cinema .js-load-comments {
	display:none;
	}

/* ---- Slider Styles  ---- */

.slider-future-screenings .item-date {
	font-weight:bold;
	padding:10px 0;
	}

.slider-future-screenings .item-meta a {
	color: #644C63;
	}


/* ---- Events Page /side-cinema/events/ ---- */

.slider-future-screenings {
	padding: 10px 25px 0px;
	}

.slider-future-screenings .item-image {
	min-height: 190px;
	}

.slider-future-screenings .item-meta {
	margin-top: 10px;
	}

/* ---- FontAwesome: Change Currency to Ticket icon ---- */

.tax-season  .fa-gbp:before,
.item-date  .fa-gbp:before,
.events-cta-item__info .fa-gbp:before {
    	content: "" !important;
	}




/* FOOTER
------------------------------------------------------------------------------- */


.footer__menu,
.footer__address,
.footer__sign-up {
	width: 33%;
	}
