/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

.navbar-top {
	background-color: rgba(0, 0, 0, 0.8);
	height: 30px;
}

.navbar-top p {
	color:white; 
	font-size: 0.85rem; 
	margin-top:4px; 
	font-weight: 600;
}

.navbar-top li {
	display: table-cell;
}

.navbar-top a {
	color: white;
	margin-left: 2px;
	margin-right: 2px;
}

.navbar-top ul {
	margin-top: 3px;
}

.navbar {
	clear: both;
	top: -10px;
}

.navbar-top a:hover {
	color: lightgray;
}

.hero-content {
	margin-top: 120px;
	max-height: 250px;
	padding-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.8);
	margin-left: 0;
	float: left;
	width: 50%;
	border-top:0px solid #ffffff;
	border-right:0px solid #ffffff;
	border-left:10px solid lightgray;;
	border-bottom:0px solid #ffffff;
	border-width:0px 0px 0px 10px;
	border-style:solid solid solid solid;
	border-color: lightgray; /* Old browsers */
}

.hero-mobile-text{
	width: 100%;
	background-color: rgb(0, 0, 0);
	padding: 40px;
	float: left;
	z-index: 1000;
	margin-top: -10px;
	margin-bottom: 40px;
}

.navbar ul li > a {
	color: #000;
	display: block;
	padding: 0 16px;
	white-space: nowrap;
	height: 60px;
	line-height: 70px;
	font-size: 16px;
	font-size: 1rem;
}


@media only screen and (max-width: 768px) {

	.desktop {
		display: none !important;
	}
	
	.slickly-slide {
		margin: auto;
	}
	.slickly-slide-image {
		width: 90%;
		margin: auto;
	}
	.slickly-slide-text {
		width: 90%;
		margin: auto;
		color: #000;
		background-color: #000;
		padding: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
	.swipe-info p{
		text-align: center !important;
		width: 100%;
		font-size: 0.8rem;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #A9A9A9;
	}

	.navbar a.toggle {
		background: none;
		color: #4a4d50;
	}

	.newsletter-input{
		width: 100% !important;
		margin-bottom: 10px !important;
	}

	#js_newsletter{
		white-space: normal !important;
		border-radius: 4px 4px 4px 4px !important;
	}

	.navbar-top p {
		text-align: center;
	}

	.navbar ul li > a {
		color: #fff;
		display: block;
		padding: 0 16px;
		white-space: nowrap;
		height: 60px;
		line-height: 70px;
		font-size: 16px;
		font-size: 1rem;
	}

	.homepage-newsletter {
		padding-top: 60px;
		padding-bottom: 60px !important;
		background: lightgray;
		background-image: url(https://s3.eu-central-1.amazonaws.com/sj-suzi/media/15.jpg);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		color: #fff;
		background-size: cover !important;
	}

	.navbar-top {
		background-color: rgba(0, 0, 0, 0.8);
		height: 40px;
	}

	.mb-bt{
		width: 100% !important;  
	}

	.hero.desktop { 
		display: none;
	}

	.hero.mobile {
		display: block;
		margin-top: -10px;
	}

	.hero.mobile img {
		margin-top: -10px;
	}

	.hero.mobile h1 {
		font-size: 1.2rem;
		font-weight: 800;
		padding-top: 0;
		margin-top: 0;
	}

	.hero.mobile h1, .hero.mobile p {
		color: #fff;
	}

	.hero.mobile .btn {
		margin: 0 10px 0 10px;
		width: calc(100% - 20px);
	}

	.footer-all {
		background-color: #333333 !important;
	}

	.footer-menu{
		text-align: center !important;
	}

	.primary.large.btn{
		width: 100% !important;
		text-transform: capitalize;
	}

	.btn{
		width: 100% !important;
		margin-bottom: 10px !important;
		text-transform: capitalize !important;
	}

	.homepage-shop {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	.footer.desktop { 
		display: none;
	}
	.footer.mobile {
		display: block;
	}

	.footer.mobile p {
		text-align: center !important;
	}

	.homepage-about{
		padding-bottom: 100px !important;
		background-size: 70%, 30% !important;
	}

	.homepage-blog{
		padding-bottom: 150px !important;
		background-size: 70%, 50% !important;
	}

	.newsletter-signup-input{
		min-width: 100% !important;
	}

	.mobile-newsletter-singup-btn {
		padding-right: 0 !important;
		margin-left: 0px !important;
		border-radius: 4px 4px 4px 4px !important;
		top: 0px !important;
		width: 100% !important;
	}

	.team-boxes-image img{
		margin-bottom: 20px !important;
	}

	.blog-list-all {
		margin-top: 10px !important;
	}

	.blog-viewall{
		margin-top: 30px;
	}

}

@media only screen and (min-width: 769px) {

	.mobile {
		display: none;
	}

	.hero.desktop { 
		display: relative;
	}
	.hero.mobile {
		display: none;
	}

	.footer.desktop { 
		display: block;
	}
	.footer.mobile {
		display: none;
	}

	.footer ul li {
		float: right;
		margin-left: 5px;
	}
	.footer ul li:last-child:before {
		content:"";
	}

	.footer-menu {
		float: right;
	}
}

.nav-links {
	text-align: right;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	float: right;
	text-align: -webkit-right;
}

h1, h2, h3, a {
	font-family: "brandon-grotesque", sans-serif;
	text-transform: capitalize;
}

h3 {
	font-weight: 600;
	padding-top: 0;
	margin-top: 0;
	color: lightgray;
}

.hero-inner {
	margin-left: 20px; 
	margin-right: 20px; 
	margin-top:10px; 
	overflow: hidden;
}

.hero-inner h1 {
	color: white;
	font-size: 2.5rem; 
	font-weight: 800; 
	text-transform: uppercase;
}

.hero-inner p {
	color: white;
}

.header {
	max-width:100%; 
	min-width: 100%; 
	margin-top:-30px; 
	height: 240px;  
	background-repeat: no-repeat; 
	background-position: top;
	background-color: #D74340; 
	background-size: cover;
}

.header-about {
	background-image:url('http://developer.strawjonny.com/suzi/img/header-about.jpg');
	background-color: #000000;
	background-size: cover;
}

.header-team {
	/* background-image:url('http://developer.strawjonny.com/impact/img/banners/team.png');  */
	background-color: #000000;
}

.header-blog, .header-article {
	/* background-image:url('http://developer.strawjonny.com/impact/img/banners/blog.png');  */
	background-color: #000000;
}

.header-contact {
	background-image:url('http://developer.strawjonny.com/suzi/img/header-contact.jpg');
	background-color: #000000;
	background-size: cover;
}

.header-instore {
	background-image:url('https://s3.eu-central-1.amazonaws.com/sj-suzi/media/16.jpg');
	background-color: #000000;
	background-size: cover;
}


.header h1 {
	color: white;
	position: absolute; 
	font-size: 2rem; 
	margin-top: 90px; 
	margin-left: 10px;
	font-weight: 600;
	border-top:0px solid white;
	border-right:0px solid white;
	border-bottom:10px solid white;
	border-left:0px solid white;
	border-width:0px 0px 10px 0px;
	border-style:solid solid solid solid;
}

.homepage-about{
	padding-top: 100px;
	padding-bottom: 160px;
	background-color: white; /* Old browsers */
	color: #fff;  
	background-image: 
		url(../img/background-trans.png), 
		url(../img/background-repeat1.png);
	background-position: bottom right, left top;
	background-size: 50%, 10%;
	background-repeat: no-repeat, repeat;
}

.homepage-shop {
	padding-top: 100px;
	padding-bottom: 160px;
}

.homepage-about h2{
	font-weight: 700;
	color: #ffffff;
	padding-bottom: 30px;
}

.homepage-about p{    font-size: 1.2rem;
	margin-bottom: 30px;
}

.homepage-blog h2{
	font-weight: 700;
	color: #e30613;
	padding-bottom: 30px;

}

.homepage-blog{
	padding-top: 100px;
	padding-bottom: 220px;
	background-image: url(http://developer.strawjonny.com/impact/img/background-pages5.png);
	background-position: bottom left;
	background-size: 100%;
	background-repeat: no-repeat;

	background-image: 
		url(http://developer.strawjonny.com/impact/img/background-pages7.png), 
		url(http://developer.strawjonny.com/impact/img/background-pages8.png);
	background-position: bottom left, bottom right;
	background-size: 50%, contain;
	background-repeat: no-repeat, no-repeat;

}

.homepage-blog-box-image{    margin-bottom: -10px !important;
}

.homepage-blog-box {
	background-color: #e30613;
	padding: 50px;
	color: #fff;
	background-image: url(http://developer.strawjonny.com/impact/img/background-pages3.png);
	background-position: bottom right;
	background-size: 60%;
	background-repeat: no-repeat;
	margin-bottom:30px;
}

.homepage-blog-box h3{
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: 800;
}

.homepage-newsletter p {    
	font-size: 1.2rem;
	margin-bottom: 30px; 
	margin-top: 20px;
}

.homepage-newsletter{
	padding-top: 100px;
	padding-bottom: 120px;
	background: lightgray; /* Old browsers */
	background-image: url('https://s3.eu-central-1.amazonaws.com/sj-suzi/media/15.jpg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
}


.homepage-newsletter h2{
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 30px;
}

.homepage-instore h2, .homepage-shop h2 {
	font-weight: 300;
	padding-bottom: 30px;
}

.homepage-instore p, .homepage-shop p{
	font-size: 1.2rem;
}

.about-info h3 {
	font-weight: 300;
	padding-bottom: 30px;
	color: #6b6b6b;
}

.footer {
	color: white;
	background-color: #333333; 
	padding: 40px 0px 20px 0px;
}

.footer .row {

}


.footer ul li {
	margin-left: 15px;
}

.footer a {
	color: white;
	font-weight: 300;
}

.footer p {
	font-size: 0.7rem;
}

.content {
	margin-top: 50px;
	padding-bottom: 40px;
}

.blog ul li a {
	text-transform: capitalize;
	font-weight: 600;
}

.blog-list-all{
	background-color: #e30613;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-top: 1px;
	color: #fff;
	background-image: url(http://developer.strawjonny.com/impact/img/background-pages3.png);
	background-position: bottom right;
	background-size: 60%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 0;
}

.blog-list-all a {
	color: #fff;
}

.contact-map {
	margin-bottom: -10px;
}

.team-boxes, .team-facs, .about-info {
	padding-bottom: 20px;
}

.team-facs img, .about-info img{
	padding-bottom: 20px;
}

.blog-post {
	margin-bottom: 30px;
}

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

.article-post-image img{
	width: 100%;
	margin-bottom: 20px;
}

.blog-viewall {
	width: 100%;
}

.blog ul {
	margin-top: 20px;
}

.blog-viewall{
	margin-bottom: 30px;
}

.facebook_share { background: #4c66af !important; color: #ffffff !important; }

.twitter_share { background: #198fbf !important; color: #ffffff !important; }

.gplus_share { background: #c43b2b !important; color: #ffffff !important; }

.linkedin_share { background: #0274b3 !important; color: #ffffff !important; }

.facebook_share a:active, .facebook_share a:hover { background: #ffffff !important; color: #4c66af !important; }

.twitter_share a:active, .twitter_share a:hover { background: #ffffff !important; color: #198fbf !important; }

.gplus_share a:active, .gplus_share a:hover { background: #ffffff !important; color: #c43b2b !important; }

.linkedin_share a:active, .linkedin_share a:hover { background: #ffffff !important; color: #0274b3 !important; }

.blog-social{
	margin-top: 2rem;
}

.newsletter-input {
	border-color: white !important;
}

.newsletter-signup {
	top: -1px;
}

.opening-times {
	font-size: 1.2rem;
}

/*
.shop-item img {
filter: grayscale(1);
transition-property: filter;
transition-duration: 1s;	
}

.shop-item img:hover {
filter: grayscale(0);
transition-property: filter;
transition-duration: 1s;	
}
*/

.shop-item a {
	text-transform: capitalize;
}

.js_shop_item h1 {
	font-size: 3rem;
	text-transform: capitalize;
}

.shop-item:nth-child(3n+1), .shop-item-image-container:nth-child(3n+1) {
	margin-left: 0 !important;
	clear: both;
}

.shop-item-name {
	min-height: 75px;
	height: 75px;
	max-height: 75px;
}

.shop-item-price {
	font-weight: 600;
}

.delivery-option-text {
	margin-right: 10px;
	margin-top: 5px;
}

.basket tr td:first-child {
	width: 25%;
}

.basket tr td:last-child {
	width: 10%;
}

thead tr th a {
	color: white;
}

.side-basket td {
	font-weight: 400 !important;
	text-transform: capitalize;
}
.side-basket a {
	cursor: pointer;
}

li.picker {
	margin-top: 10px;
	padding-right: 30px;
}
.basket-text {
	text-transform: capitalize;
}
.expiry-input {
	float:left;
	margin-right: 20px;
}
#paymentErrors {
	margin-top:10px;
}

.cards {
	padding-top: 10px;
	margin-right: 5px;
}

.cards:last-child {
	margin-right: 0 !important;
}