/*
Theme Name: FUMDHAM
Theme URI: http://underscores.me/
Author: Rawr!
Author URI: http://rawr.art.br/
Description: Tema padrão do site FUMDHAM
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fumdham
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FUMDHAM is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {color: #CC9933;}
.button a,
.button a:hover {
	color: #FFF;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	/* color: #CC9933; */
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.menu-menu-container {
	float: left;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
/*.entry-content,*/
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.search-title {
	font-size: 1.8em;
}
.search-result .entry-summary {
  margin: 0;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: left;
	font-size: 0.75em;
	color: #453932;
	margin: 0;
	font-style: italic;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






/* --------------------------------------------------------------------
	 Reset - modified from http://meyerweb.com/eric/tools/css/reset/ 
-------------------------------------------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, em, img, strong, sup, var, b, u, i, center, ol, ul, li, fieldset, form, label, article, aside, figure, figcaption, footer, header, hgroup,  menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
strong { font-weight: bold; }

/* --------------------------------------------------------------------
	 Global
-------------------------------------------------------------------- */
/* ---- Base ---- */
html {
	background: #EFEFEF;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #5C5654;
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
}
img {max-width: 100%;}

/* Typography */
h1 {
	font-size: 4.375em; /* 70px/16px */
	line-height: 25px;
}
h1 em {
	color: #5B6E73;
	display: block;
	font-size: .285714286em; /* 20px/70px */
	font-style: normal;
	font-weight: normal;
	letter-spacing: .1em; /* 2px/20px */
	text-transform: uppercase;
}
h2 {
	
	font-size: 3.125em; /* 50px/16px */
}
h3, a { color: #87816E; }
h3 {
	font-family: "Bitter", sans-serif;
	font-weight: 700;
	padding: 30px 0 10px 0;
	font-size: 1.375em; /* 22px/16px */
}
.single #primary h3 { font-size: 1.2em; }
.single #primary p { font-size: 0.9em; line-height: 145% }
.single #primary .breadcrumbs { font-size: 0.75em; }
.single #primary .button { font-size: 0.75em; }
h4 {
	font-size: 1.125em; /* 18px/16px */ 
	margin-bottom: 10px;
	font-weight: 600;
}
h5 {
	color: #789436;
	font-weight: 600;
	line-height: 140%;
	font-size: 0.875em; /* 14px/16px */
	display: block;
	margin: 5px 0 0 0;
}

h5 span {
	color: #000;
	font-weight: 400;
	font-style: italic;
	margin-top: 10px;
	font-size: 0.9em; /* 12px/16px */
}
a {
	text-decoration: none;
}
a:hover {
}

/* Utilities */

.group:after { 
	clear: both;
	content: " "; 
	display: block; 
	font-size: 0; 
	height: 0;
	visibility: hidden;
}

.button, 
.more-link {
	display: inline-block;
	color: #FFF;
	font-size: 0.875em;
	background-color: #5C5654;
	padding: 4px 12px;
	margin-top: 10px;
	text-decoration: none;
	clear: both;
}
.more-link {
	max-width: 55px;
	display: block;
	margin-top: 20px;
}
article .button, .inner.dashed {
	font-size: 0.875em;
}
article .entry-content .button {
	font-size: 0.875em;
}
.button a, .button a:acitve {
	color: #FFF;
}

.button:hover, .button:hover a, 
.woocommerce .button:hover, .woocommerce .button:hover a {
	color: #000 !important;
	background-color: #E3E3E3 !important;
}

.box {
	display: inline-block;
}

#colophon .box { width: 240px; }
#colophon .box:nth-child(1) { background: #38682B; }
#colophon .box:nth-child(2) { background: #6A8536; }
#colophon .box:nth-child(3) { background: #537A36; width: 17.3%; }
#colophon .box:nth-child(4) { background: #38682B; width: 21.4%; }

#colophon .box:nth-child(1) a { color: #CCCB33; }
#colophon .box:nth-child(2) a { color: #CDD454; }
#colophon .box:nth-child(3) a { color: #B4C04C; }

/*
#secondary-foot {
	width: 100%;
	background-color: #FFF;
	display: table;
}
*/
#secondary-foot .box {
	text-align: center !important;
	border-right: 1px solid #C0C0C0;
	padding-right: 30px;
	padding-left: 5px;
	margin: 13px 1% !important;
}
#secondary-foot .box img {
	float: left;
	display: inline-block;
	margin-right: 6%;
}
#secondary-foot .box:nth-child(1) { width: 20%; padding-left: 4%;}
#secondary-foot .box:nth-child(2) { width: 28%; }
#secondary-foot .box:nth-child(3) { width: 40%; padding-right: 0; border: none; }


.larg20 { width: 20%; }
.larg25 { width: 25%; }
.larg30 { width: 30%; }
.larg33 { width: 33%; }
.larg35 { width: 35%; }
.larg40 { width: 40%; }
.larg45 { width: 45%; }
.larg50 { width: 50%; }

.entry-content ol, 
.entry-content ul {
	list-style-type: disc;
	display: block;
	margin-left: 1em;
	margin-right: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}
.entry-content ol { list-style-type: decimal; }

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	font-family: "Bitter", sans-serif;
	color: #87816E;
	font-size: 1em;
	font-weight: 700;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 140%;
}

.entry-content em {
	font-style: italic;
}

.entry-content h1 {font-size: 2em;}
.entry-content h2 {font-size: 1.5em;}
.entry-content h3 {font-size: 1.375em;}
.entry-content h4 {font-size: 1em;}
.entry-content h5 {font-size: 0.83em;}
.entry-content h6 {font-size: 0.67em;}
/* --------------------------------------------------------------------
	 Layout
-------------------------------------------------------------------- */
.marginbottom {
	margin-bottom: 1.2em;
}

.headline h5 {
	margin: 0;
	font-size: 1em; /* 14px */
}
.thedate, 
.site-main .news p.thedate {
	color: #453932;
	font-style: italic;
	font-size: 0.75em; /* 12px/14px */
	padding: 0.5em 0;
}
.thedate.onsingle {
	margin-top: -1em;
	text-align: left;
}

.site-main .news p {
	font-size: 0.928em; /* 13px/14px */
	line-height: 150%;
	padding-bottom: 0;
}
.site-main .news .button {
	font-size: 1em;
	margin-top: 0.6em;
}

.news {
	clear: both;
}
.news.inner.dashed {
	padding-bottom: 38px;
}
.news .thumb {
	float: left;
	width: 120px;
	height: 120px;
	background: #EEE;
	margin: 0 1em 3em 0;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}
.news .headline {
	display: inline-block;
	max-width: 77%;
}



.wrapper {
	font-size: 1.6em; /* 16px/10px */
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

/* -- Header -- */
header#main {
/*	background: #453C32; */
	position: relative;
	height: 80px;
	overflow: hidden;
	z-index: 100;
}

.home header#main {
	-webkit-box-shadow: 0 0 15px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 15px 15px rgba(0,0,0,.5);
	box-shadow: 0 0 15px 15px rgba(0,0,0,.5);
}

#nav-wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	display: flex;
}
#nav-wrapper .wrapper {
	min-width: 960px;
}
.navbgleft {
	background-image: url(./img/bg-header-left.png);
	background-size: initial;
	background-position: top right;
	width: 100%;
	width: 100.1%;
}
.navbgright {
	background-image: url(./img/bg-header-left.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: initial;
	width: 100%;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.logo {
	float: left;
	background: #698B3A;
	padding: 10px;
}

.logoserra {
	float: left;
	background: #537A36;
	padding: 9px;
}
.selo {
	float: left;
	background: #38682B;
	padding: 4px;
}

/* Navigation */

#site-navigation {
	width: 100%;
	height: 80px;
	overflow: hidden;
	display: inline;
}
#site-navigation ul { list-style: none; }
#site-navigation ul li {
float: left;
text-align: center;
line-height: 120%;
width: 8.3%;
padding: 0 7px;
}
#site-navigation ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 30px 0 100px 0;
	width: 100%;
}

.hackmenu {
	margin-top: -10px;
}

.nav-menu li:nth-child(1) { background: #799437; width: 55px !important; }
.nav-menu li:nth-child(2) { background: #83A73D; width: 55px !important; padding: 0 11px !important }
.nav-menu li:nth-child(3) { background: #789436; width: 70px !important; }
.nav-menu li:nth-child(4) { background: #698B3A; width: 100px !important; }
.nav-menu li:nth-child(5) { background: #537A36; width: 55px !important; }
.nav-menu li:nth-child(6) { background: #38682B; width: 70px !important; }
.nav-menu li:nth-child(7) { background: #365B24; width: 82px !important; }
.nav-menu li:nth-child(8) { background: #325326; width: 60px !important; }


.nav-menu li:nth-child(4) a, 
.nav-menu li:nth-child(7) a, 
.nav-menu li:nth-child(8) a { 
	margin-top: -10px;
}


.nav-menu li:hover,
.nav-menu li.current_page_item,
.nav-menu li.current_page_ancestor {
	background: #FFF;
}

#site-navigation ul li.current_page_ancestor a, 
#site-navigation ul li.current_page_item a, 
#site-navigation ul li:hover a {
	color: #294D20;
}

ul.sub-menu {
	display: none !important;
}
#miniNav {
	width: 48px;
	height: 288px;
	display: block;
	overflow: hidden;
	background: #000;
	position: absolute;
	right: -48px;
}

#miniNav .icon-nav {
	width: 48px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.icon-languages { background: #3e3a37; }
.icon-search { background-image: url(./img/icon-search.png); }
.icon-calendar { background-image: url(./img/icon-calendar.png); }
.icon-play { background-image: url(./img/icon-play.png); }
.icon-heart { background-image: url(./img/icon-heart.png); }
/* .icon-cart { background-image: url(./img/icon-cart.png); } */
.icon-cart { background-image: url(./img/icon-books.png); }

#miniNav .icon-nav:hover {
	cursor: pointer;
	opacity: 0.8;
}

#searchbox {
	width: 170px;
	height: 48px;
	display: block;
	overflow: hidden;
	background: #4D4946;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 90;
}

#searchbox input[type="text"] {
	background: #33312F;
	color: #FFF;
	width: 120px;
	border: 0;
	float: left;
	margin: 9px 0 0px 12px;	
	outline: none;
}

#searchbox input[type="submit"] {
	background: transparent;
	margin: 0;
	padding: 0;
	box-shadow: none;
	text-shadow: inherit;
	border: none;
	color: #FFF;
	margin: 18px 0 0 7px;
	font-family: 'Oswald', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	outline: none;
}

#calendarbox, 
#midiabox,
#doarbox,
#storebox, 
#languagebox {
	width: 160px;
	display: block;
	overflow: hidden;
	background: #5C5654;
	position: absolute;
	right: 0;
	top: 96px;
	z-index: 50;
	padding: 0px 10px 6px 10px;
}

#languagebox {top: 0; background: #3e3a37;}
#midiabox {top: 144px; background: #66605E;}
#doarbox {top: 192px; background: #6F6866;}
#storebox {top: 240px; background: #77716C;}

.box-hover h5, .box-click h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 5px;
}
.box-hover p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	line-height: 140%;
	font-weight: 400;
	color: #AAA49F;
}

.breadcrumbs,
.back-button {
	padding: 4px 20px 0px;
}
/* -- Main -- */

.main {
	background: #FFF;
	line-height: 1.5;
	min-height: 565px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}
.main p {
	padding-bottom: 15px;
}

/* Inner */

.inner {
	padding: 4px 20px 0;
}
.inner.dashed, .inner.solid {
	padding: 0;
	margin: 0 20px 20px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
.inner.dashed:last-child {
	border-bottom: none;
	padding: 0;
}

.inner.solid {
	border-bottom: 2px solid #CCC;
}

.leavedashed .dashed {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

.leavedashed .dashed:last-child {
	border-bottom: none;
	padding: 0;
}

.entry-content .aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}
.entry-content iframe  {
	width: 100%;
}
.entry-content .aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

/* Content */
#content {
	background: url(./img/bg.jpg);
}
.content-area {
	float: left;
	width: 74.99%;
}
.site-main {
	padding-top: 30px;
	padding-bottom: 40px;
}
.site-main h3 a {
}
.site-main h3:first-child {
	padding-top: 0;
}
.site-main p {
	font-size: 1em;
	line-height: 150%;
	color: #333333;
}
.site-main img {
	width: 100%;
}

.site-main .thumb img {
	padding: 0;
}

.simple-image {
	width: 100%;
	height: 79px;
	float: left;
	display: inline-block;
	margin-bottom: 0.5em;
	overflow: hidden;
}
.simple-image img {
	/*width: 100%;*/
}

.simple-image { position: relative; height: 125px; width: 200px; }
.simple-image img { position: absolute; left: 0; top: 0; width: 100%; }

/*
.simple-image {
	position: relative;
	max-width: 100%;
	float: left;
}
.simple-image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
	z-index: 999;
} 
*/
.simple-image-text p {
	font-size: 0.75em;
	margin: 0; padding: 0;
	color: #453932;
}
.site-main .posts-navigation {
	margin: 45px 32px 0 32px;
}
.single-nav {}
#single-nav-left a, 
.nav-previous a {
	float: left;
	display: block;
	padding: 5px 15px;
	background-color: #F5EBD6;
	color: #453B32;
	font-weight: 600;
	font-size: 0.875em;
}
#single-nav-right a, 
.nav-next a {
	float: right;
	display: block;
	padding: 5px 15px;
	background-color: #F5EBD6;
	color: #453B32;
	font-weight: 600;
	font-size: 0.875em;
}

.orangebox {
	display: block;
	padding: 12px 40px;
	background-color: #F5EBD6;
	color: #453B32;
	float: left;
	margin-bottom: 15px;
	width: 56%;
}
.orangebox.donate {
	width: 18%;
	height: 87px !important;
	margin-left: 10px;
	text-align: center;
	float: right;
}

.orangebox.donate input {
	margin-top: -30px;
	outline: none;
}
.orangebox.donate img {display: none;}

.orangebox h4 {
	margin: 0; padding: 0;
	font-size: 1.625em;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 0.1em;
}
.orangebox p {
	margin: 0; padding: 0;
}

/* Sidebar */
.widget-area ul.sidelist li {
	list-style: none !important;
}
.widget-area ul.sidelist li a, 
.widget-area ul.sidelist li a:hover {
	background: transparent;
	color: #83A63D;
	font-weight: 600;
	line-height: 140%;
	font-size: 0.75em; /* 14px/16px */
	display: block;
	padding: 0;
	margin: 0;
}

aside.widget .thedate, 
.widget-container .thedate { padding: 0; }
aside.widget .button, 
.widget-container .button { margin-top: 0.5em; }

.widget-area {
	float: left;
	padding-bottom: 20px;
	width: 24.90%;
	-webkit-box-shadow: inset 10px 0 50px 0px rgba(0,0,0,.1);
	-moz-box-shadow: inset 10px 0 50px 0px rgba(0,0,0,.1);
	box-shadow: inset 10px 0 50px 0px rgba(0,0,0,.1);
	border-left: 1px solid #C0C0C0;
	min-height: 565px;
	padding-top: 15px;
}
aside.widget, 
.widget-container {
	/*padding-right: 5.5555556%;  20px/360px 
	padding: 0 8%;*/
	padding: 16px 10%;
	padding: 16px 6%;
	/*margin: 0px 10% 0px 6%;*/
	padding-bottom: 2.5em;
	border-bottom: 1px dashed #CCC;
}

aside.widget:last-child, 
.widget-container:last-child {
	border: none;
}

.widget-area h1, 
.widget-area h2 {
	font-family: "Bitter", sans-serif;
	font-weight: 700;
	line-height: 25px !important;
	color: #87816E;
	padding: 10px 0 13px 0;
	font-size: 1.125em;
}
.widget-area ul li {
	margin-bottom: 5px;
}
.widget-area ul li:last-child {
	margin-bottom: 0;
}
.widget-area ul li a {
	background: #eee;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.widget-area ul li a:hover {
	background-color: #3d667e;
	color: #fff;
}


.box-dotted {
	background: url(./images/bg-boxdotted.png) repeat-x bottom left;
	padding-bottom: 50px;
}
.box-dotted img {
	float: left;
	display: block;
	margin-right: 20px;
}
.box-dotted .button {
	margin: 5px 0 0 0;
}
.box-dotted p {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 0.875em;
}

.widget-area ul .widget-container-image a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 5px 5px 5px 70px;
}
.widget-container-image .widget-container-jason {
	background: #eee url(./img/img-jason.jpeg) 5px no-repeat;
}
.widget-container-image .widget-container-nick {
	background: #eee url(./img/img-nick.jpeg) 5px no-repeat;
}
.widget-container-image .widget-container-tim { 
	background: #eee url(./img/img-tim.jpeg) 5px no-repeat;
}
.widget-container-image .widget-container-drew {
	background: #eee url(./img/img-drew.png) 5px no-repeat;
}
.widget-container-image .widget-container-justin {
	background: #eee url(./img/img-justin.jpeg) 5px no-repeat;
}

/* Footer */
#colophon {
	background: #325618;
	position: relative;
	/*background-image: url(./img/bg-footer.png);*/
	background-position: center center;
	background-size: cover;
    margin-top: -24px;
}
#colophon .box {
	cursor: default;
	width: 20%;
	padding: 10px 2.3% 17px 3.6%;
	height: 54px;
	margin: 0;
	display: inline-block;
	float: left;
}
#colophon .box:last-child { padding-right: 0; }
#colophon h5, #colophon p {
	color: #FFF;
	font-size: 0.625em;
	font-weight: 400;
}
#colophon h5 { margin-bottom: 9px;	text-transform: uppercase; }
#secondary-foot h5 {text-transform: uppercase;}

#colophon p { margin-bottom: 4px; }
#colophon p span { font-weight: 600; }

#secondary-foot .box {
	cursor: default;
	width: 0%;
	padding: 0 0.6% 20px 0%;
	margin: 10px 0;
	float: left;
}
#secondary-foot .box:last-child { padding-right: 0; text-align: right; }
#secondary-foot h5 {
	font-size: 0.75em;
	font-weight: 400;
	color: #453A32;
	margin-bottom: 11px;
}

.social {
	width: 28px; height: 28px;
	float: left;
	display: block;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 10px;
}
.social:hover {
	opacity: 0.7;
}
#facebook {background-image: url(./img/icon-social-facebook.png);}
#twitter {background-image: url(./img/icon-social-twitter.png);}
#vimeo {background-image: url(./img/icon-social-vimeo.png);}

/* --------------------------------------------------------------------
	 Media Queries
-------------------------------------------------------------------- */

/* > 1300px */

@media screen and (min-width: 1300px) {
	.logo {
		margin-left: 0;
	}
}

/* < 1000px */

@media screen and (max-width: 1000px) {
	h1 {
		font-size: 3.75em; /* 60px/16px */
		line-height: 35px;
	}
}

/* < 850px */

@media screen and (max-width: 850px) {
	h1 {
		font-size: 3.125em; /* 50px/16px */
		line-height: 30px;
	}
	h4 {
		font-size: 1.0625em; /* 17px/16px */
	}
	nav {
		margin-top: 20px;
	}
	nav ul li {
		font-size: 1em; /* 16px */
	}
	.slider-caption {
		bottom: 0;
		width: 100%;
	}
}

/* < 720px */

@media screen and (max-width: 720px) {
	h1 {
		font-size: 4.375em; /* 70px/16px */
		line-height: 40px;
	}
	h4 {
		font-size: 1.25em; /* 20px/16px */
	}
	.logo {
		float: none;
		margin-left: 0;
		width: inherit;
	}
	nav {
		float: none;
		margin: 10px 0;
		text-align: center;
		width: inherit;
	}
	nav ul li {
		font-size: 1.125em; /* 18px/16px */
	}
	.slider {
		height: 250px;
	}
	.content-area {
		float: none;
		margin-left: 0;
		width: inherit;
	}
	.widget-area {
		float: none;
		padding-top: 10px;
		width: inherit;
	}
}

/* < 500px */

@media screen and (max-width: 500px) {
	h2 {
		font-size: 2.8125em; /* 45px/16px */
	}
	nav ul li {
		font-size: 1em; /* 16px */
		margin-right: 5%;
	}
	#secondary-foot .box:last-child { text-align: left; }


}

/* < 380px */

@media screen and (max-width: 380px) {
	h1 {
		font-size: 3.75em; /* 60px/16px */
		line-height: 35px;
	}
	h2 {
		font-size: 2.8125em; /* 45px/16px */
	}
	h3 {
		font-size: 1.875em; /* 30px/16px */
	}
	nav ul li {
		font-size: .8125em; /* 13px/16px */
		margin-right: 5%;
		text-transform: uppercase;
	}
}

/* --------------------------------------------------------------------
	 Retina Graphics
-------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.widget-area ul .widget-container-image .widget-container-jason {
		background-image: url(./img/img-jason@2x.jpeg);
		-webkit-background-size: 48px 48px;
		background-size: 48px 48px;
	}
	.widget-area ul .widget-container-image .widget-container-nick {
		background-image: url(./img/img-nick@2x.jpeg);
		-webkit-background-size: 48px 48px;
		background-size: 48px 48px;
	}
	.widget-area ul .widget-container-image .widget-container-tim { 
		background-image: url(./img/img-tim@2x.jpeg);
		-webkit-background-size: 48px 48px;
		background-size: 48px 48px;
	}
	.widget-area ul .widget-container-image .widget-container-drew {
		background-image: url(./img/img-drew@2x.png);
		-webkit-background-size: 48px 48px;
		background-size: 48px 48px;
	}
	.widget-area ul .widget-container-image .widget-container-justin {
		background-image: url(./img/img-justin@2x.jpeg);
		-webkit-background-size: 48px 48px;
		background-size: 48px 48px;
	}
}

.mail {
	color: #789436;
}
.bigdesc header {
	display: table;
	height: 90px;
}
.bigdesc h5 {
	color: #453932;
	line-height: 140%;
	font-size: 1em;
	display: block;
	margin: 1em 0;
}

.bigdesc span {
	padding-bottom: 0.3em;
	display: block;
}

.bigdesc button {

}

/*
	Woocommerce
*/
.shop h1 {
	font-family: "Bitter", sans-serif;
	font-weight: 700;
	font-size: 1.375em;
	line-height: 120%;
	color: #333333;
	margin-bottom: 0.750em;
}

.woocommerce .woocommerce-info {
	border-top-color: #333333;
}

.woocommerce ul.products li.product h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	padding: 0; margin: 0;
	font-size: 0.8125em;
}

.woocommerce ul.products li.product a img {
	margin: 0 0 .4em;
	box-shadow: ;
}

.woocommerce ul.products li.product .price {
	color: #789436;
	font-weight: 700;
	margin: 0;
	font-size: 1em;
}

.woocommerce ul.products li.product .price del {
  color: #365B24;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #789436;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #365B24;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce div.product div.images {
	margin-bottom: 1em;
}

.woocommerce-tabs {
	border-top: 1px dashed #CCC;
	padding-top: 1em;
}

.widget-area ul li a, 
.widget-area ul li a:hover {
	background-color: transparent;
	color: #CC9933;
}

.product-categories {
	list-style: none;
	padding:0;
	margin:0;
	font-size: 0.871em !important;
}

.product-categories li:before {
	content: "\002022";
	color: #789436;
}

.widget-area ul.product-categories li a {
	padding: 0;
	display: inline-block;
	text-indent: 0.3em;
	color: #789436;
}

.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover, 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, 
.woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #5C5654;
color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
font-family: inherit;
text-decoration: none;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #515151;
background-color: #ebe9eb;
border: 0;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
	padding: 0;
	margin: 0;
	font-weight: 400;
  display: inline-block;
  color: #FFF;
  font-size: 0.875em;
  background-color: #5C5654;
  padding: 8px 12px 7px 12px;
  margin-top: 10px;
  text-decoration: none;
  clear: both;
  border-radius: 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #FFF;
	background-color: #604F32;
}

.mini-cart-logo {
	width: 94px; height: 94px;
	background: url(./img/mini-cart.jpg);
	float: left;
	display: inline-block;
	margin-right: 0.5em;
}

.widget_shopping_cart_content {
	position: relative;
}

.wc-empty-cart {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(./img/empty-cart.png);
	text-indent: -99999px;
	display: none;
}

.product_name {
	font-weight: bold;
}

.product_value {
	font-weight: 600;
	font-size: 1em !important;
	color: #789436 !important;
}

.shop.inner .entry-summary {
	margin-top: 0;
}

.shop.inner h1 {
	font-family: "Bitter", sans-serif;
	font-weight: 700;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	color: #87816E;
	margin-bottom: 0;
	line-height: 150%;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	display: inline-block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #789436 !important;
  font-size: 1em;
}

#tab-description h2 {
	color: #453A32;
	font-size: 1.125em;
	font-weight: 600;
}

.shop.inner.site-main img {
  padding-top: 0;
}

.img-shadow {
	position: relative;
	max-width: 100%;
	width: 100%;
	float: left;
	margin: 6px 0 5px;
	}
    
    .img-shadow::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: inset 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.65);
		-moz-box-shadow: inset 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.65);
		-webkit-box-shadow: inset 0px 0px 3.84px 0.16px rgba(0, 0, 0, 0.65);
	   } 
	   
.img-shadow img {
	float: left;
	}

.wp-caption {
	width: 100% !important;
}

.hide { display: none !important; }


.pdflink {
  display: block;
  font-weight: 600;
  float: left;
  margin: 5px 20px 18px 0;
  width: 205px;
  min-width: 205px;
  position: relative;
}

.fumdhamentos-thumb {
  display: block;
  font-weight: 600;
  float: left;
  margin: 5px 20px 18px 0;
  width: 250px;
  min-width: 205px;
  position: relative;
}

.pdflink:before {
  content: "";
  display: block;
  background-image: url(./img/pdf-icon.png);
  background-size: 90px;
  width: 80px;
  height: 90px;
  float: left;
  margin: 0 0px 0 0;
  background-position: -10px;
}
.pdflink:after {
  content: "Baixar";
  display: inline-block;
  color: #FFF;
  font-size: 0.875em;
  background-color: #5C5654;
  padding: 4px 12px;
  margin-top: 10px;
  text-decoration: none;
  clear: both;
  position: absolute;
  left: 80px;
  bottom: 5px;
}

.fumdhamentos-thumb:after {
    content: "LER";
    display: inline-block;
    color: #FFF;
    font-size: 0.875em;
    background-color: #5C5654;
    padding: 4px 12px;
    margin-top: 10px;
    text-decoration: none;
    clear: both;
    position: absolute;
    left: 96px;
    bottom: 5px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/*
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
*/

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('./img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('./img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 5%;
  height: 85%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('./img/fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: 0px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('./img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  margin: -6px 0 0 14px;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('./img/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('./img/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

.fancybox img {
  width: 250px;
  max-width: 250px;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
  overflow: hidden;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  margin-left: -50px;
  margin-left: -50px;
}


.fancybox.video img {
  margin-top: -24px;
}

.fancybox img:hover{
  width: 260px;
  max-width: 260px;
}

.fancybox-nav span {
  visibility: visible;
}
.fancybox-prev span { left: 15px; }
.fancybox-next span { right: 15px; }

#overlay-new {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 4px 8px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 2147483647;
	border-radius: 5px 0px 0px;
	opacity: 0.7;
	font-family: arial;
	text-align: right;
	display: block !important;
	width: 100%;
	height: 100%;
	z-index: 100 !important;
}

.featured-video-plus {
	margin-bottom: 15px;
}

aside.widget.active, 
.widget-container.active {
	background-color: #e3e3e3;
}

.fancybox {
	width: 155px;
	height: 155px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.fancybox:hover:before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('./img/icon-lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.fancybox:hover:after {
	content: attr(title);
	color: #FFF;
	padding-left: 5px;
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	opacity:0.8;
	padding-bottom: 2px;
	background: #537A36;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.view-wrap {
	width: 155px; height: 155px;
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 14px 14px 0;
}
.view {
	width: 155px; height: 155px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.view .mask,.view .content {
	width: 155px; height: 155px;
	position: absolute;
	overflow: hidden;
	top: 0; left: 0;
}
.view .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(120,148,54,0.6);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view:hover .fancybox {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.view p {
	color: #FFF;
	font-size: 12px;
	line-height: 120%;
	padding: 5px 10px;
	text-align: left;
	width: 87%;
	position: absolute;
	bottom: 0; left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #365B24;
}
.view:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;

	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.view i {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-image: url('./img/icon-lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: block;
	text-align: center;
	left: 50%;
	position: absolute;
	margin-left: -24px;
	top: 50%;
	margin-top: -54px;
}
.view:hover i {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-o-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
}


.woocommerce ul.products li.product a img {
	width: 100%;
	height: 150px;
}
.woocommerce .products .product a::after {
	content: '';
	width: 100%;
	height: 150px;
	background-color: #000;
	background-image: url('./img/icon-plus.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(120,148,54,0.6);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.woocommerce .products .product a:hover:after {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.woocommerce ul.products li.product h3, 
.woocommerce ul.products li.product .price {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 0 4px
}
.woocommerce ul.products li.product:hover h3, 
.woocommerce ul.products li.product:hover .price {
	background-color: #E3E3E3;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	margin-left: 15px;
}
.woocommerce #coupon_code {
	width: 150px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	width: 51px;
}

.pagination-nav {
	  margin: 0 20px 20px 20px;
}
.pagination-nav a {
	display: inline-block;
	color: #FFF;
	font-size: 0.875em;
	background-color: #5C5654;
	padding: 4px 12px;
	text-decoration: none;
}
.pagination-nav a:hover {
	color: #000;
	background-color: #E3E3E3;
}
.pagination-nav a:first-child {float: left;}
.pagination-nav a:last-child {float: right;}


.currentflag {
    width: 28px;
    margin: 14px 0 0 10px;
}

#qtranslate-chooser {

}

#qtranslate-chooser li {
	display: inline-block;
}

#qtranslate-chooser li img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	width: 28px;
	margin-top: 6px;
}

#qtranslate-chooser li.active img {
	-webkit-filter: none;
	filter: none;
}


.single-fumdhamentos .entry-content a {
	font-weight: 600;
}

#patro-widget a {
    max-width: 82%;
    display: block;
    margin-bottom: 1.3em;
}

#patro-widget a:last-child {
	margin-bottom: 0em;
}