/*
Theme Name: Process
Theme URI: http://www.gomo.pt/themes/counter
Description: Yet another great theme powered by GOMO
Version: 1.0
Author: GOMO
Author URI: http://www.gomo.pt/
Text Domain: process
*/

@charset "UTF-8";

/* Resets
--------------------------------------------- */

*, *:after, *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section, details, summary {
	display: block; }

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1; }

audio:not([controls]) {
	display: none;
	height: 0; }

[hidden] {
	display: none; }

/* Basics
--------------------------------------------- */

@-ms-viewport {
	width: device-width; }

html {
	overflow-y: scroll; }

body {
	color: rgb(34, 31, 32);
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
	background: rgb(250, 250, 250);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: none; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0; }

::selection, ::-moz-selection {
	background: rgb(255, 182, 31);
	color: rgb(250, 250, 250);
	text-shadow: none; }

.chromeframe {
	background: grey; }

/* Links
--------------------------------------------- */

a:link, a:visited {
	color: rgb(0, 147, 63);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }

a:hover, a:focus {
	color: rgb(164, 177, 0); }

a:hover, a:active {
	outline: none; }

a img {
	border: 0; }

p a, p a:visited {
	line-height: inherit; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit; }

:focus {
	outline: 0; }

.learn-more {
	font-weight: 500;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase; }

/* Typography
--------------------------------------------- */

p {
	margin: 0 0 1.5em 0; }

/*h1, h2, h3, h4, h5, h6 {
	color: rgb(88, 81, 83) }*/

h1 {
	font-weight: 300;
	font-style: normal;
	font-size: 2em;
	margin: 0 0 0.75em 0;
	line-height: 1.1;
	text-transform: uppercase;
	color: rgb(164, 177, 0); }

h2 {
	/*color: rgb(88, 81, 83);*/
	font-size: 1.5em;
	margin: 0 0 0.75em 0; }

h3 {
	font-size: 1.25em;
	margin: 0 0 0.75em 0; }

h4 {
	font-size: 1em;
	margin: 1.33em 0; }

h5 {
	font-size: 0.83em;
	margin: 1.67em 0; }

h6 {
	font-size: 0.67em;
	margin: 2.33em 0; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,  q:before,  q:after {
	content: '';
	content: none; }

del {
	text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help; }

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word; }

small {
	font-size: 85%; }

strong {
	font-weight: 500;
	font-style: normal; }

em {
	font-style: italic; }

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

pre, code, kbd, samp {
	font-family: monospace, sans-serif; }

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none; }
	
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold; }

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%; }

th {
	font-weight: bold;
	vertical-align: bottom; }

td {
	font-weight: normal; }

td, td img {
	vertical-align: top; } 

/* Forms
--------------------------------------------- */

button, input, select, textarea {
	margin: 0; }

button {
	width: auto;
	overflow: visible; }

button, input {
	line-height: normal; }

input, select {
	vertical-align: middle; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

input[type="search"] {
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: border-box; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible; }

input[type="search"], input[type="text"], input[type="email"], input[type="password"] {
	color: inherit;
	font-family: inherit;
	font-size: 0.9em;
	padding: 0.5em;
	border: 1px solid rgb(202, 197, 198);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: rgb(250, 250, 250); }

select {
	color: inherit;
	font-family: inherit;
	font-size: 0.9em;
	padding: 0.5em;
	border: 1px solid rgb(202, 197, 198);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: rgb(250, 250, 250); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"] {
	margin: 0; }

input[type="search"]:focus, button:focus {
	color: rgb(34, 31, 32);
	border: 1px solid rgb(141, 130, 134); }
	
input[type="submit"], button {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	border: none;
	padding: 0.6em 0.8em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }

input[type="submit"].grey {
	color: rgb(141, 130, 134);
	background: rgb(202, 197, 198); }

input[type="submit"].green {
	background: rgb(0, 147, 63);
	color: rgb(250, 250, 250); }


input[type="submit"]:hover, input[type="submit"]:focus {
	color: rgb(250, 250, 250);
	background: rgb(164, 177, 0); }

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	vertical-align: baseline;
	*height: 13px;
	*width: 13px; }

label {
	display: block !important;
	text-transform: uppercase !important;
	font-size: 0.9em !important; }

#search {
	float: right;
	margin-top: 2em; }

#search-field {
	width: 18em; }

#search-button {
	margin-left: 0.5em; }


input[name="post_password"] {
	display: block;
	width: 40%;
	margin-bottom: 2em;
}

.button {
	display: inline-block;
	font-weight: 500;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0.75em 2em !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; }

.button.green {
	color: rgb(250, 250, 250) !important;
	background: rgb(0, 147, 63) !important; }

.button.bigger {
	font-size: 1.2em; }

.button:hover, .button.green:hover {
	color: rgb(250, 250, 250) !important;
	background: rgb(164, 177, 0) !important; }
	
.button:active, .button.green:active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	background: rgb(255, 182, 31) !important; }
	
.pushbutton-wide {
	display: inline-block;
	margin-top: 2em;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.75em 2em !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: rgb(250, 250, 250) !important;
	background: rgb(0, 147, 63) !important;
}

.pushbutton-wide:hover {
	color: rgb(250, 250, 250) !important;
	background: rgb(164, 177, 0) !important;
}

.pushbutton-wide:active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	background: rgb(255, 182, 31) !important;
}

.contact-form br {
	display: none;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select {
	width: 75% !important;
	max-width: 98%;
	margin-bottom: 1em !important;
}

#newsletter-form input[type="email"] {
	width: 40%;
	margin: 0;
	font-size: 1em;
	vertical-align: top;
}

/* Lists
--------------------------------------------- */

nav ul, nav ol {
	list-style: none;
	list-style-image: none; }

ul { 
	list-style-type: disc; 
	list-style-position: inside; }
	
ol { 
	list-style-type: decimal; 
	list-style-position: inside; }

ol li, ul li {
	padding: 0 0 0 2em;
	margin: 0 0 1em 0; }

nav ol li, nav ul li {
	padding: 0;
	margin: 0; }


/* Embeds
--------------------------------------------- */

svg:not(:root) {
	overflow: hidden; }

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic; }

img.fluid {
	max-width: 100%;
	height: auto; }

img.rounded {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }

object {
	margin: 0;
	padding: 0;
	max-width: 100%; }

embed {
	max-width: 100%; }

object, embed {
	height: 100%; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

img::selection, img::-moz-selection {
	background: transparent; }

/* Structure
--------------------------------------------- */

#branding {
	border-top: 4px solid rgb(0, 147, 63);
	background: rgb(250, 250, 250);
	padding: 1.5em 0; }

#logo {
	display: block;
	width: 443px;
	height: 114px;
	background-image: url('images/logo-greencork.png');
	background-repeat: no-repeat;
	background-position: center center;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent; }

	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
		#logo {
			background-image: url('images/logo-greencork@2x.png');
			background-size: 443px 114px;
		}
	}

#stats {
	line-height: 1.1;
	background: rgba(34, 31, 32, .4); /* Add IE alternative */
	padding: 6em 0;
	text-align: center; }

.page #stats {
	padding: 2em 0 2.5em 0; }

#stats dl {
	color: rgb(250, 250, 250);
	width: 50%; }

#stats dt {
	font-size: 4em; }

.page #stats dt {
	font-size: 3em; }

#stats dd {
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	text-transform: uppercase; }

#cork-stats {
	text-align: right;
	float: left;
	padding-right: 2em;
	border-right: 1px solid rgb(250, 250, 250); }

#trees-stats {
	text-align: left;
	float: right;
	padding-left: 2em; }

#stats-learn-more {
	margin-top: 3em; }


.slice {
	padding: 2.5em 0 2em 0;
	text-align: center; }
	
.slice:nth-child(odd) {
	background: rgb(226, 223, 224) url('images/bg-cream.png') repeat; }

.slice:nth-child(even) {
	background: rgb(250, 250, 250); }

.slice h1 {
	text-align: center; }

.slice p {
	margin-top: 0;
	font-size: 1.25em; }

/*
#why-recycle {
	text-align: center;
	background: rgb(226, 223, 224) url('images/bg-cream.png') repeat; }

#why-recycle p {
	margin-top: 0;
	font-size: 1.25em; }


#process {
	text-align: center;
	background: rgb(250, 250, 250); }

#process img {
	width: 150px;
	height: 150px;
	margin: 0 auto 1.5em auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }


#events {
	text-align: left;
	background: rgb(226, 223, 224) url('images/bg-cream.png') repeat; }

#events .date {
	margin: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 0.95em;
	text-transform: uppercase;
	color: rgb(141, 130, 134); }

#events img {
	margin-bottom: 1.5em; }


#newsletter {
	text-align: center;
	background: rgb(250, 250, 250); }
*/


footer {
	/*text-align: center;*/
	background: rgba(34, 31, 32, .4);
	padding: 2em 0 1em 0; }

footer h3 {
	font-weight: 500;
	font-style: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	color: rgb(164, 177, 0);
	margin-bottom: 1em; }

footer img {
	margin: 0 1.5em 1.5em 0; }

footer img.last {
	margin-right: 0; }

#copyright {
	padding: 1em 0;
	background: rgb(35, 32, 33);
	color: rgb(250, 250, 250); }

#copyright p {
	margin: 0;
	font-size: 0.9em; }

#madebygomo {
	text-align: right; }
#madebygomo a {
	color: rgb(202, 197, 198); }
#madebygomo a:hover {
	color: rgb(164, 177, 0); }

#content {
	background: rgb(250, 250, 250);
	padding: 2em 0; }

/* Grid
--------------------------------------------- */

.block {
	width: 100%;
	max-width: 1168px;
	margin: 0 auto;
	padding: 0 1.5em;
	overflow: hidden; }

[class^="col-"] {
	margin-right: 2.857142857143%;
	float: left;
	min-height: 1px;
	overflow: hidden; }

[class^="col-"]:last-child {
	float: right;
	margin-right: 0;
	padding-right: 0; }

.col-1 {
	width: 5.714285714286%; }

.col-2 {
	width: 14.285714285714%; }

.col-3 {
	width: 22.857142857143%; }

.col-4 {
	width: 31.428571428571%; }

.col-5 {
	width: 40%; }

.col-6 {
	width: 48.571428571429%; }

.col-7 {
	width: 57.142857142857%; }

.col-8 {
	width: 65.714285714286%; }

.col-9 {
	width: 74.285714285714%; }

.col-10 {
	width: 82.857142857143%; }

.col-11 {
	width: 91.428571428571%; }

.col-12 {
	width: 100%; }

/* Navigation
--------------------------------------------- */

#languages, #social-networks {
	float: right; }

#languages {
	margin-right: 1.5em;
	padding-right: 1.5em;
	border-right: 1px solid rgb(238, 237, 237); }

#languages li, #social-networks li {
	display: inline;
	margin-right: 1em; }

#languages li:last-child, #social-networks li:last-child {
	margin-right: 0; }

#languages li a, #social-networks li a {
	display: inline-block;
	font-weight: 500;
	font-style: normal;
	font-size: 0.75em;
	text-transform: uppercase;
	color: rgb(202, 197, 198); }

#languages li:hover a, #social-networks li:hover a {
	color: rgb(164, 177, 0); }

#languages li.selected a {
	color: rgb(141, 130, 134); }

#main-navigation {
	background: rgb(34, 31, 32); }

#main-navigation nav {
	padding: 0.5em 0; }

#main-navigation ul li {
	display: inline;
	margin-right: 1.25em; }

#main-navigation ul li a {
	display: inline-block;
	padding: 0.75em 0;
	color: rgb(250, 250, 250);
	font-weight: 500;
	font-style: normal;
	font-size: 0.875em;
	text-transform: uppercase; }

#main-navigation ul li:hover a {
	color: rgb(164, 177, 0); }

#main-navigation ul li.selected a {
	color: rgb(0, 147, 63); }

#main-navigation ul li:last-child {
	margin-right: 0; }

#main-navigation ul li#participate {
	float: right; }

.sub-menu {
	margin-top: 4em; }

.sub-menu ul li {
	margin-bottom: 1px; }

.sub-menu ul li a {
	display: block;
	background: rgb(238, 237, 237);
	color: rgb(141, 130, 134);
	padding: 0.5em 1em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}

.sub-menu ul li:hover a {
	background: rgb(164, 177, 0);
	color: rgb(250, 250, 250);
}

.sub-menu ul li.selected a {
	background: rgb(0, 147, 63);
	color: rgb(250, 250, 250);
}

/* Clear Floats
--------------------------------------------- */

.group:before, .group:after, .block:before, .block:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden; }  

.group:after, .block:after {
	clear: both; }  

.group, .block {
	*zoom: 1; }

/* Helpers
--------------------------------------------- */

.hide {
	display: none; }

.clear {
	clear: both; }

/* WP Core Styles
--------------------------------------------- */

.alignnone {
	margin: 0.5em 2em 2em 0; }

.aligncenter, div.aligncenter {
	display: block;
	margin: 0.5em auto 0.5em auto; }

.alignright {
	float: right;
	margin: 0.5em 0 2em 2em; }

.alignleft {
	float: left;
	margin: 0.5em 2em 2em 0; }

.aligncenter {
	display: block;
	margin: 0.5em auto 0.5em auto; }

a img.alignright {
	float: right;
	margin: 0.5em 0 2em 2em; }

a img.alignnone {
	margin: 0.5em 2em 2em 0; }

a img.alignleft {
	float: left;
	margin: 0.5em 2em 2em 0; }

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption {
	background: rgb(250, 250, 250);
	border: 0.1em solid #f0f0f0;
	max-width: 96%;
	padding: 0.5em 0.3em 1em;
	text-align: center; }

.wp-caption.alignnone {
	margin: 0.5em 2em 2em 0; }

.wp-caption.alignleft {
	margin: 0.5em 2em 2em 0; }

.wp-caption.alignright {
	margin: 0.5em 0 2em 2em; }

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto; }

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 0.4em 0.5em; }

.jp-carousel-info {
	display: none !important; }

/* Media Queries
--------------------------------------------- */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important; }
	a, a:visited {
		text-decoration: underline; }
	a[href]:after {
		content: " (" attr(href) ")"; }
	abbr[title]:after {
		content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; }
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid; }
	thead {
		display: table-header-group; }
	tr, img {
		page-break-inside: avoid; }
	img {
		max-width: 100% !important; }
	@page {
		margin: 0.5cm; }
	p, h2, h3 {
		orphans: 3;
		widows: 3; }
	h2, h3 {
		page-break-after: avoid; }
}