/* 
	Other tweaks
------------------------------------------------------ */

/*  as it doesnt fit on macbook 13 screen otherwise */
.splash {
	max-height: 100%; 
	
}

/*  http://laph-dev.com/whisky/our-range/ */
.product-description {
	margin-bottom: 40px;
	}
	
/*   http://laph-dev.com/shop/ */
.shop-teaser-title.shop-content-description p {
	line-height: 22px;
}

/*   http://laph-dev.com/whisky/our-history/ */
.timeline > li.first-item .timeline-panel {
	margin-top: 40px;	
}

/* flexbox needs browser prefixes */
/* sorts ie10 issues */
.claim-banner .wrapper,
.timeline .overlay .flex-column,
.join-fol .boxs,
.join-fol .left-box,
.join-fol .right-box {	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
}

/* not got this working on ie10 yet... */
.join-fol .left-box,
.join-fol .right-box {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */ 
    -ms-flex-wrap:  wrap;
    flex-wrap: wrap;
	}
	

.timeline .overlay .text {
	width: 100%;
}
/* translate needs browser prefixes */
.team-member-block .wrapper {
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
}

/* quick and dirty caption padding fix to stop it hitting the edge of the browser */
.video-banner-block .caption {
	padding: 0 3rem; /* this is only a temp fix for site showing on monday 10th April */
}

/* 
	another quick fix for distillery video image placeholder 
	i'd remove this when fixed or video added!
*/
html.distillery-tour-section .rich-text-area img {
	max-width: 100%;
	height: auto;
}


.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 18px; /* not sure where this size is being generated and i'm sure you'll sort it!! */
}