/* Bembridge Art Glass Mobile Stylesheet */
/* Michael Goodwin */

/* General Site */
html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	/* border: 1px solid red; */
}

article{
	position: absolute;
	top: 77px;
	left: 0;
	width: 100%;
	background-color: #fefefe;
	text-align: center;
	padding-bottom: 20px;
}

article p{
	margin-left: 10px;
	margin-right: 10px;
}

a.link{
	color: #0066CC;
	text-decoration: underline;
}

hr{
	background-color: #9a0c81;
	height: 1px;
	width: 99%;
	margin: auto;
}

/* Fonts */
a{
	text-decoration: none;
	color: #000;
}

h1, h2, h3, p {
	font-family: 'Lato', sans-serif;
}

h1{
	text-align: center;
}

p{
	text-align: justify;
}

h2{
	font-size: 14pt;
}

table,ul,li,section{
	font-family: 'Lato', sans-serif;
}

/* Common Header */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ba0e9b;
	border-bottom: 1px solid #9a0c81;
	height: 40px;
}

header h1{
	font-size: 16pt;
	font-family: 'Coustard', serif;
	color: #FFFFFF;
	margin: 0;
	margin-top: 7px;
	margin-left: 5px;
	text-align: left;
}

@media screen and (max-width: 370px){
	header h1{
		font-size: 14pt;
		margin-top: 10px;
	}
}

@media screen and (max-width: 340px){
	header h1{
		font-size: 13pt;
		margin-top: 10px;
	}
}

header section.buttons{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100px;
}

header section.buttons section.button{
	display: inline-block;
	width: 48px;
	height: 39px;
	margin-right: -5px;
	border: 1px solid #9a0c81;
	background-color: #aa0d8e;
}

header section.buttons section.button img{
	position: relative;
	top: 6px;
	left: 8px;
	width: 30px;
	margin: 0;
	z-index: 0;
}

header section.buttons section.button:hover{
	
}

header section.buttons section.button:active{
	
}

header section.buttons section.button img.ajaxLoader{
	width: 20px !important;
	margin: 5px;
}

/* Search Box */
section.search{
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #9a0c81;
	background-color: #ca0fa8;
}

section.search input{
	width: 87%;
	height: 32px;
	margin-left: 1px;
	border: 1px solid #9a0c81;
	font-size: 14pt;
}

@media screen and (max-width: 355px){
	section.search input{
		width: 85%;
		height: 32px;
		margin-left: 1px;
		border: 1px solid #9a0c81;
		font-size: 14pt;
	}
}

section.search button{
	height: 32px;
	width: 42px;
	position: relative;
	top: -1px;
	right: 2px;
	float: right;
	padding-left: 8px;
}

/* Homepage */
video.homepageVideo{
	width: 100%;
	margin-top: -1px;
}

/* Buttons */
section.fullWidthButtonContainer{
	border-top: 1px solid #9a0c81;
}

section.fullWidthButtonContainer section{
	width: 100%;
	height: 30px;
	padding-top: 7px;
	border-bottom: 1px solid #9a0c81;
}

section.fullWidthButtonContainer section.borderTop{
	border-top: 1px solid #9a0c81;
}

section.fullWidthButtonContainer section p{
	font-size: 14pt;
	text-align: center;
	margin: 0;
}

section.fullWidthButtonContainer section:hover, section.fullWidthButtonContainer section:active{
	background-color: #f89ce7;
}

/* Crafts */
section.listingContainer{
	text-align: center;
}

section.listingBox{
	display: inline-block;
	width: 48%;
	margin: auto;
	margin: 2px;
	border-radius: 2px;
	border: 1px solid #9a0c81;
	vertical-align: top;
}

section.listingImage{
	width: 100%;
	overflow: hidden;
}

img.listingImage{
	position: relative;
	top: 0;
	left: 0;
	height: 130px;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

section.listingName{
	margin: 0;
}

section.listingName h1{
	font-size: 11pt;
	margin: 0;
}

section.listingPrice{
	margin: 0;
	font-size: 10pt;
}

section.listingPrice p{
	margin: 0;
	text-align: center;
}

/* Item */
#bagNo{
	display: none;
}

#imageHolderMobile{
	width: 100%;
}

section.fbShare{
	float: right;
	margin-top: -43px;
	margin-right: 5px;
}

section.itemImageMobile{
	width: 100%;
	text-align: center;
}

img.itemImageThumbnailsMobile{
	width: 20%;
}

section.itemDesc{
	width: 90%;
	border: 1px solid #9a0c81;
	border-radius: 2px;
	margin: auto;
	text-align: left;
	padding-left: 20px;
}

img.itemImageMobile{
	width: 100%;
}

section.addToBasketButton{
	display: inline-block;
	width: 40%;
	margin-top: 5px;
}

button.atb{
	width: 150px;
	height: 35px;
}

section.itemPriceMobile{
	display: inline-block;
	width: 40%;
	margin-top: 5px;
}

p.price{
	font-size: 16pt;
	margin: 0;
}

#productID{
	display: none;
}

/* Addding to Basket */
section.addToBasketNotification{
	margin-top: 40%;
}

section.addToBasketNotification p{
	text-align: center;
}

#paypalButton{
	width: 180px;
}

button.fullButton{
	width: 90%;
	height: 30px;
}

/* Basket */
table.basket{
	width: 100%;
	border-collapse: collapse;
}

tr.heading{
	border-bottom: 1px solid #9a0c81;
}

tr.item{
	border-bottom: 1px solid #9a0c81;
}

tr.item td{
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 130px;
}

tr.subtotal th{
	padding-top: 10px;
}

tr.bottom{
	box-sizing: border-box;
	font-size: 14pt;
}

tr.bottom th, #deliveryPrice{
	padding-right: 10px;
}

tr.bottom, th.total, td.total{
	text-align: right;
	padding-right: 5px;
}

section.messageToUs{
	margin-top: 15px;
}

section.messageToUs textarea{
	width: 100%;
	height: 50px;
}

#discount{
	font-size: 15px;
	width: 100px;
	margin-top: 2px;
	border-radius: 4px;
}

td.promoCodeLink{
	text-align: right;
	padding-right: 45px;
	padding-top: 10px;
}

button.checkout{
	height: 35px;
	width: 95%;
	border-radius: 0;
	font-size: 13pt;
}

img.emptyBasket{
	width: 100%;
}

/* */
img.whereImg{
	width: 100%;
}

ul.gardenFair{
	list-style-type: none;
}

ul.gardenFair li{
	margin-left: -25px;
}

ul.pitch{
	list-style-type: none;
	margin-left: -50px;
}

/* Garden Fair Applications */
/* Application Form */
section.application{
	width: 100%;
	margin: auto;
	border: 1px solid #eee;
}

ul.apply{
	width: 80%;
}

ul.apply li{
	list-style-type: none;
	text-align: left;
	margin-bottom: 10px;
}

ul.apply li label{
	width: 300px;
	text-align: right;
	font-size: 13pt;
	margin-right: 5px;
	vertical-align: top;
}

ul.apply li input{
	width: 300px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid #aaa;
}

ul.apply li select{
	width: 302px;
	height: 30px;
	border-radius: 5px;
}

ul.apply li textarea{
	width: 290px;
	max-width: 293px;
	max-height: 150px;
	border-radius: 5px;
}
button.submitApplication{
	width: 100%;
    height: 50px;
    font-size: 14pt;
    margin-top: 15px;
}
/* END */

/* Testimonials */
section.testimonial{
	border-top: 1px solid #9a0c81;
	border-radius: 2px;
	background-color: #fdebfa;
	padding-bottom: 10px;
}

/* Special Commissions */
section.specialCommission{
	display: inline-block;
	width: 48%;
	height: 200px;
	border: 1px solid #9a0c81;
	vertical-align: top;
	margin: 1px;
	overflow: hidden;
}

section.specialCommission img{
	height: 80%;
	margin: 0;
}

section.specialCommission h1{
	margin: 0;
}

img.commission{
	width: 100%;
}

/* News */
section.newsArticle{
	display: inline-block;
	width: 48%;
	border: 1px solid #9a0c81;
	border-radius: 2px;
	height: 200px;
	overflow: hidden;
	margin: 2px;
}

section.newsArticle img{
	height: 80%;
}

section.newsArticle h1{
	margin: 0;
}

section.newsImageContainer{
	width: 100%;
}

section.newsImageContainer img{
	max-width: 100%;
}

h1.newsArticleTitle{
	font-size: 14pt;
}

img.newsArticleCommentPhoto{
	width: 50px;
	margin: 1px;
}

section.newsArticleComment{
	border-top: 1px solid #9a0c81;
	border-bottom: 1px solid #9a0c81;
}

section.newsArticleComment section{
	width: 80%;
	float: right;
}

section.newsArticleTitle{
	width: 100%;
	word-wrap: break-word;
}

/* Contact */
form.contact ul li{
	list-style-type: none;
	margin-left: -40px;
	text-align: right;
	font-size: 14pt;
	margin-bottom: 5px;
}

form.contact ul li input,form.contact ul li textarea{
	width: 60%;
	margin-right: 30px;
	font-size: 14pt;
	vertical-align: top;
}

form.contact ul li.captcha{
	position: relative;
	top: 0;
	left: 5%;
	width: 320px;
}

/* Help */
img.helpImage{
	max-width: 100%;
}

img.helpImagePerson{
	max-width: 100%;
}

iframe.whereMap{
	width: 100% !important;
}