/* Fixes */
.nopadding {
	padding: 0 !important;
}

.flexible {
	width: 100%;
}

[class*="block-grid-"] {
	display: block!important;
	margin: 0 -0.625em!important;
	padding: 0!important;
}

[class*="block-grid-"] li {
	margin-right:0!important;
	margin-right: 0!important;
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}

.clearing-blackout li {
	clear:inherit!important;
}

.no-animation {
	/*CSS transitions*/
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

/* Colors */
.apple-bg {background-color: rgba(151,197,54,0.85) !important;}
.red-bg {background-color: rgba(193,52,65,0.85) !important;}
.aqua-blue-bg {background-color: rgba(130, 214, 154, 0.75) !important;}
.grape-bg {background-color: rgba(165, 102, 128, 0.75) !important;}
.champagne-bg {background-color: rgba(221, 237, 170, 0.75) !important;}
.burgundy-bg {background-color: rgba(201, 32, 31, 0.75) !important;}

.grenadine-bg{background-color:rgba(234, 61, 92, 1) !important;}
.fields-bg{background-color:rgba(162, 191, 49, 1) !important;}
.azure-bg{background-color:rgba(62, 155, 204, 1) !important;}
.table-bg{background-color:rgba(242, 180, 53, 1) !important;}

.cat-burgundy-bg{background:url("../assets/bg-cat-vinhos.jpg") repeat center !important; background-size: cover !important;}
.cat-fields-bg{background:url("../assets/bg-cat-azeite.jpg") repeat center !important; background-size: cover !important;}
.cat-azure-bg{background:url("../assets/bg-cat-conservas.jpg") repeat center !important; background-size: cover !important;}
.cat-table-bg{background:url("../assets/bg-cat-queijos.jpg") repeat center !important; background-size: cover !important;}

.grenadine-color {color: rgb(234, 61, 92) !important;}
.grenadine-color:hover {color: rgb(234, 61, 92) !important;}
.fields-color {color: rgb(162, 191, 49) !important;}
.fields-color:hover {color: rgb(162, 191, 49) !important;}
.azure-color {color: rgb(62, 155, 204) !important;}
.azure-color:hover {color: rgb(62, 155, 204) !important;}
.table-color {color: rgb(242, 180, 53) !important;}
.table-color:hover {color: rgb(242, 180, 53) !important;}

.apple-color {color: rgb(151,197,54) !important;}
.apple-color:hover {color: rgb(181,225,84) !important;}
.red-color {color: rgb(193,52,65) !important;}
.red-color:hover {color: rgb(223,82,95) !important;}
.aqua-blue {color:rgb(130, 214, 154) !important;}
.aqua-blue:hover {color:rgb(130, 214, 154) !important;}
.grape-color {color: rgb(165, 102, 128) !important;}
.grape-color:hover {color: rgb(165, 102, 128) !important;}
.champagne-color {color: rgb(221, 237, 170) !important;}
.champagne-color:hover {color: rgb(221, 237, 170) !important;}
.burgundy-color {color: rgb(201, 32, 31) !important;}
.burgundy-color:hover {color: rgb(201, 32, 31) !important;}

/* Fonts 
@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url('AkzidenzGroteskBQ-Light.eot?#iefix') format('embedded-opentype'),  url('AkzidenzGroteskBQ-Light.otf')  format('opentype'),
	     url('AkzidenzGroteskBQ-Light.woff') format('woff'), url('AkzidenzGroteskBQ-Light.ttf')  format('truetype'), url('AkzidenzGroteskBQ-Light.svg#AkzidenzGroteskBQ-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskCondensed';
  src: url('AkzidenzGroteskBQ-Cnd.eot?#iefix') format('embedded-opentype'),  url('AkzidenzGroteskBQ-Cnd.otf')  format('opentype'),
	     url('AkzidenzGroteskBQ-Cnd.woff') format('woff'), url('AkzidenzGroteskBQ-Cnd.ttf')  format('truetype'), url('AkzidenzGroteskBQ-Cnd.svg#AkzidenzGroteskBQ-Cnd') format('svg');
  font-weight: normal;
  font-style: normal;
} 

*/

@font-face {
	font-family:'SinkinSans';
	src: url('SinkinSans-700Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family:'SinkinSans';
	src: url('SinkinSans-400Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Media Queries */
@media screen and (max-width: 63.9375em) {
	header {
		height: 20%;
	}

	#product-showcase article h1 {
		display: block;
		width: 70%;
		color: #333333;
		text-align: left;
	}

	.product-description {
		margin-top: 130px !important;
	}

	.back a {
		margin: 50px 10px !important;
	}

	#gmaps {
		padding: 0;
		margin: 25px 0px 0px 0px;
	}
}


/* Global */
h1, h2, h3, h4 {
	font-family: 'SinkinSans', Helvetica, sans-serif;
}

h1 {font-size: 2em !important; font-weight: bold;}
h2 {font-size: 1.3em !important; font-weight: bold;}
h3 {font-size: 1.15em !important;}
h4 {font-size: 1em !important;}

p, span, a, ul, ol, li, section, article {
	font-family: 'SinkinSans', Helvetica, sans-serif;
}

p {
	font-size: 0.85rem;
	line-height: 2;
	margin-bottom: 1rem;
}

a {
	color: #519E67;
}

a:hover, a:focus {
	color: #73BF89;
}

/* Header */
nav {
	padding: 6px;
	z-index: 4;
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,0.93);
}

nav a {
	font-family: 'SinkinSans', Helvetica, sans-serif;
	padding: 17px;
	color: #222222;
}

.selected {
	color: #82D69A;
}

header {
	text-align: center;
	height: 0;
	z-index: 4;
}

header img {
	position: relative;
	top: 40px;
	z-index: 5;
	border-radius: 50%;
	width: 120px !important;
}

header img:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.06), 0 2px 2px rgba(0,0,0,0.13);
}

.logo p {
	display: none;
}

/* Homepage */
#product-showcase {
	height: 100%;
	margin-bottom: 50px;
}

#product-showcase article {
	height: 50%;
	text-align: center;
	position: relative;
}

#product-showcase article #origens {
	border-right: none;
}

#product-showcase article:hover h1 {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:1;
}

#product-showcase article h1 {
	display: none;
	width: 70%;
	color: #ffffff;
	text-align: left;
}

#azeite {
	background-image: url('../assets/azeite-bg.jpg');
	background-size: cover;
	background-position: 50% 65%;
}

#vinho {
	background-image: url('../assets/vinhos-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
}

#conservas {
	background-image: url('../assets/conservas-bg.jpg');
	background-size: cover;
	background-position: 50% 70%;
}

#queijos {
	background-image: url('../assets/queijos-bg.jpg');
	background-size: cover;
	background-position: 50% 100%;
}

#origens {
	background-image: url('../assets/origens-xl.png');
	background-size: cover;
	background-position: 50% 50%;
}

#onde-estamos {
	background-image: url('../assets/bottles-edited.jpg');
	background-size: cover;
	background-position: 50% 50%;
}

.color-fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#azeite .color-fade {
	background: rgba(162,191,49,0.75) !important;
	opacity: 0;
}

#vinho .color-fade {
	background: rgba(234, 61, 92, 0.75) !important;
	opacity: 0;
}

#conservas .color-fade {
	background: rgba(62, 155, 204, 0.75) !important;
	opacity: 0;
}

#queijos .color-fade {
	background: rgba(242, 180, 53, 0.75) !important;
	opacity: 0;
}

.color-fade:hover {
	opacity: 1 !important;
}

#brand {
	margin: 85px 12px 65px;
	text-align: center;
}

#facebook {
	padding: 3rem 3rem 1rem 3rem;
	background: url('../assets/bg-fb.svg');
	box-shadow: inset 0px 12px 38px -16px rgba(15,15,15,0.3);
}

.fb-button {
	background: #AC5AA1 !important;
	font-size: 1rem !important;
	border-radius: 3px !important;
}

/*  Seasonal Block  */

#seasonal {
	background: #faf4e5;
	padding: 0.8rem;
	margin: 1.2rem 0;
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.12);
}

#seasonal .sidebar {
	padding: 3rem;
}

#seasonal .sidebar a {
	font-family: 'SinkinSans', Helvetica, sans-serif !important;
	padding: 0.8rem 2rem;
	text-align: center;
	border: 2px solid;
	color: #a98f52 !important;
	border-radius: 5px;
	font-size: 1.2rem;
}

/* Product */
.back a {
	background: url("../assets/arrow-back.png") no-repeat 42%;
	height: 44px;
	background-size: 22px;
	width: 44px;
	display: block;
	border-radius: 50%;
	margin: 45px;
}

.back a:hover, .back a:active {
	background-color: #B9DD58;
}

#product {
	margin: 80px 3.33% 3.8% 3.33%;
}

#product h2, #product h3 {
	margin-top: 40px;
}

.product-image {
	text-align: center;
}

.product-description {
	margin-top: 120px;
}

.extra-info {
	font-size: 14px;
	color: #666666;
	margin-top: 35px;
	padding: 5px;
}

.product-thumbnail {
	height: 330px;
	overflow: hidden;
}

.download {
	font-size: 1em;
	padding: 3px 0px 0px 36px;
	background: url("../assets/download.png") no-repeat left center;
}

.product-disclaimer {
	font-size: 14px;
	margin-top: 50px;
	color: #999;
	letter-spacing: 0.012em;
}

.master {
	font-size: 1.25em;
}

.product-gallery-light {
	width: 100%;
	margin: 0px;
}

.product-gallery-light figure {
	width: 100%;
	margin: 0px 0px 16px 0px;
	border-radius: 3px;
}

.download li {
	list-style-type: none !important; 
	padding: 20px !important;
}

.product-list .columns:last-child:not(:first-child) {
	float: left !important;
}


/* Info Pages */
.info-body {
	margin: 105px 0px 0px 0px;
	background: #EDEBA0;
	padding: 50px 15px;
}

.info-body h1, .info-body h2, .info-body h3 {
	text-align: center;
}

.mapa {
	height: 100% !important;
	width: 100% !important;
	border: 3px solid white;
}


/* 404 page */
#page-404 {
	background: #F1EFE6;
}

#page-404 h1 {
	text-align: center;
}

.error-container {
	margin-top: 55px;
	;}


	/* Listagem de produtos */
	.product-list {
		margin: 105px 0px;
	}

	.product-list a {
		font-size: 18px;
		margin-bottom: -10px;
		display: block;
		text-align: center;
		margin-bottom: 70px;
	}

	.product-list a img {
		width: auto;
		max-height: 400px !important;
	}

	.product-list h1 {
		text-align: center;
		margin: 0px 0px 35px 0px;
	}

	.photoswipe-figure {
		height: 275px;
		overflow: hidden;
	}

	/* Footer */
	.partner {
		padding: 65px 0px 55px;
		background: url("../assets/bg_partners.jpg") no-repeat 50% 34%;
		box-shadow: inset 0px 12px 38px -16px rgba(15,15,15,0.3);
	}

	.partner a {
		display: inline-block;
		background: #73BF89;
		font-size: 16px;
		padding: 10px 16px;
		border-radius: 3px;
		color: #FFFFFF;
	}

	.partner a:hover {
		background: #95DFAB;
	}

	.partner h1, .partner h2 {
		text-align: left;
	}

	footer #addresses {
		background: #EDE4A7;
		padding: 40px 0px 10px 0px;
		box-shadow: inset 0px 12px 38px -16px rgba(15,15,15,0.3);
		color: #524B25;
	}

	footer #contacts {
		background: #DED38C;
		padding: 18px 0px;
		margin: 0px;
		font-size: 0.9em;
		box-shadow: inset 0px 12px 38px -16px rgba(15,15,15,0.3);
		color: #65614A;
	}

	#footer-brand {
		background: #cfcfcf;
		text-align: center;
		padding: 8px 0px;
		font-size: 0.8em;
	}

	.lower-footer {
		position: relative;
		top: 10px;
	}

	/* Mobile media queries */
	@media screen and (max-width: 622px) {
		#homepage .logo img {
			width: 70px !important;
			top: 15px;
			left: 15px;
			position: absolute;
		}

		nav a {
			background: rgba(255,255,255,0.9);
		}

		.color-fade {opacity: 1 !important;}

		#azeite .color-fade, #azeite .color-fade:hover, #vinho .color-fade, #vinho .color-fade:hover, #origens .color-fade, #origens .color-fade:hover, #onde-estamos .color-fade, #onde-estamos .color-fade:hover, #conservas .color-fade, #conservas .color-fade:hover, #queijos .color-fade, #queijos .color-fade:hover {
			background: rgba(255,255,255,0) !important;
			box-shadow: inset 0px 28px 38px -16px rgba(15,15,15,0.3);
		}

		#brand {
			position: relative;
			top: 30px;
		}

		#product-showcase article {
			border-right: none !important;
		}

		#product-showcase article h1 {
			color: #333333;
			display: block;
			position: relative;
			top: 50%;
			left: 50%;
			width: 100%;
			transform: translate(-50%, -50%);
			text-align: center;
			z-index: 1;
			background: rgba(255,255,255,0.93);
			font-size: 2.2em !important;
		}

		#product-showcase article:hover h1 {
			color: #333333;
			display: block;
			position: relative;
			top: 50%;
			left: 50%;
			width: 100%;
			transform: translate(-50%, -50%);
			text-align: center;
			z-index: 1;
			background: rgba(255,255,255,0.93);
			font-size: 2.2em !important;
		}

		.info-body {
			padding: 50px 0px;
		}

		#addresses .columns {
			padding-left: 1.2rem !important;
			padding-right: 1.2rem !important;
		}

		footer #contacts {
			padding: 1.3rem 0.5rem;
		}
	}

	@media screen and (min-width:623px) {
		#product-showcase article{
			box-shadow: inset 12px 12px 40px -16px rgba(15,15,15,0.3);
		}
	}

	@media screen and (min-width: 623px) {
		.product-list .medium-3 {
			width: 24.1% !important;
		}
	}