/* jcrop bugfix */
body {
  background: #ffffff url(../img/bg.jpeg) fixed;
  color: #333;
  font: 16px/23px "Open Sans Condensed", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a,
a:visited {
  color: #826550;
  text-decoration: underline;
}
a:hover,
a:visited:hover {
  color: #000;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
}
h2 {
  font-weight: bold;
}
span.shadow {
  max-width: 100%;
}
span.shadow img {
  max-width: 100%;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  background: #f3f3f3;
  box-shadow: 0 0 5px #bbbbbb inset;
  -moz-box-shadow: 0 0 5px #bbbbbb inset;
  -webkit-box-shadow: 0 0 5px #bbbbbb inset;
  -o-box-shadow: 0 0 5px #bbbbbb inset;
  -khtml-box-shadow: 0 0 5px #bbbbbb inset;
  border: 0;
  outline: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 0;
}
/* jcrop bugfix */
#profile_pic img {
  max-width: none;
}
img {
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignleft.shadow img {
  margin: 0;
  float: none;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignright.shadow img {
  margin: 0;
  float: none;
}
.aligncenter {
  text-align: center;
  margin: 5px auto;
}
.aligncenter.shadow {
  text-align: left;
  margin: 0 auto;
}
.aligncenter.shadow img {
  display: block;
}
#gallery-1 img {
  border: 0 !important;
}
#gallery-1 span.shadow {
  margin: 0 auto !important;
}
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.comment-reply-link {
  color: #fff;
  background: #806550;
  border: 1px solid #5b422e;
  box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #806550;
  -moz-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #806550;
  -webkit-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #806550;
  -o-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #806550;
  -khtml-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #806550;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0;
  padding: 4px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-decoration: none;
}
.button.tiny,
a.button.tiny,
button.tiny,
input[type="submit"].tiny,
input[type="reset"].tiny,
input[type="button"].tiny,
a.comment-reply-link.tiny {
  color: #fff;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
  font-size: 11px;
  padding: 2px 8px;
  font-weight: normal;
  box-shadow: inset 1px 1px 1px #fff, 1px 1px 0px #806550;
  -moz-box-shadow: inset 1px 1px 1px #fff, 1px 1px 0px #806550;
  -webkit-box-shadow: inset 1px 1px 1px #fff, 1px 1px 0px #806550;
  -o-box-shadow: inset 1px 1px 1px #fff, 1px 1px 0px #806550;
  -khtml-box-shadow: inset 1px 1px 1px #fff, 1px 1px 0px #806550;
}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.comment-reply-link:hover {
  background: #9f8672;
  color: #fff;
  text-shadow: 0;
}
.button.green,
a.button.green,
button.green,
input[type="submit"].green,
input[type="reset"].green,
input[type="button"].green,
a.comment-reply-link.green {
  background: #23927b;
  box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #23927b;
  -moz-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #23927b;
  -webkit-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #23927b;
  -o-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #23927b;
  -khtml-box-shadow: inset 2px 2px 1px #fff, 3px 3px 0px #23927b;
}
.button.next,
a.button.next,
button.next,
input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
a.comment-reply-link.next {
  background-image: url(../img/button-next.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.button.prev,
a.button.prev,
button.prev,
input[type="submit"].prev,
input[type="reset"].prev,
input[type="button"].prev,
a.comment-reply-link.prev {
  background-image: url(../img/button-prev.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
/*
	AREAS COLORS
*/
/* --- FUNCTIONS ----- */
/* ------ GENERAL STYLES ----- */
.rounded-box,
.rounded-box img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  overflow: hidden;
}
.floatleft {
  float: left;
  clear: none !important;
}
.floatright {
  float: right;
  clear: none !important;
}
.add-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/*
	HEADER

*/
aside#header-meta {
  background: #fafafa;
  position: fixed;
  width: 100%;
  z-index: 4;
  box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  -webkit-box-shadow: 0 0 10px #666666;
  -o-box-shadow: 0 0 10px #666666;
  -khtml-box-shadow: 0 0 10px #666666;
  height: 35px;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 35px;
}
aside#header-meta .social {
  float: left;
  margin-top: 7px;
}
aside#header-meta .social > ul > li {
  float: left;
  margin: 0 10px 0 0;
}
aside#header-meta form {
  margin: 0;
}
aside#header-meta form input[type=text],
aside#header-meta form input[type=password] {
  font-family: Open Sans Condensed, sans-serif;
  float: left;
  background: #f3f3f3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: 0 0 3px #dbdbdb inset;
  -moz-box-shadow: 0 0 3px #dbdbdb inset;
  -webkit-box-shadow: 0 0 3px #dbdbdb inset;
  -o-box-shadow: 0 0 3px #dbdbdb inset;
  -khtml-box-shadow: 0 0 3px #dbdbdb inset;
  margin: 5px 5px 5px 0;
  padding: 3px;
  font-size: 12px;
  display: block;
  float: left;
  width: 117px;
}
aside#header-meta form input[type=submit] {
  margin: 0;
  border: 0 !important;
  padding: 0 2px;
  color: #826550;
  text-decoration: underline;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  -o-box-shadow: 0;
  -khtml-box-shadow: 0;
  background: transparent;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 20px;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  -khtml-box-shadow: 0 0 0;
}
aside#header-meta form input[type=submit]:hover {
  color: #000;
  text-decoration: none;
}
aside#header-meta form a {
  font-size: 11px;
  font-weight: bold;
  line-height: 35px;
  text-transform: lowercase;
  padding: 0 5px;
}
aside#header-meta form a.register {
  display: block;
  float: right;
  line-height: 35px;
  background: #cae9f3;
  color: #74afc1;
  font-family: "Oswald";
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 0 0 5px;
  font-size: 11px;
}
aside#header-meta #header-user-meta {
  width: 100%;
}
aside#header-meta #header-user-meta ul.user-meta {
  margin: 0;
  padding: 0;
  float: right;
}
aside#header-meta #header-user-meta ul.user-meta > li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  position: relative;
}
aside#header-meta #header-user-meta ul.user-meta > li a {
  background-color: #f0f0f0;
  display: block;
  line-height: 35px;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
aside#header-meta #header-user-meta ul.user-meta > li a img {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
aside#header-meta #header-user-meta ul.user-meta > li ul {
  margin: 0;
  padding: 0;
  width: 170px;
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  background: #fafafa;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
}
aside#header-meta #header-user-meta ul.user-meta > li ul li {
  margin: 0;
  padding: 0;
}
aside#header-meta #header-user-meta ul.user-meta > li ul li a {
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
aside#header-meta #header-user-meta ul.user-meta > li ul li a:hover {
  background: #f0f0f0;
}
aside#header-meta #header-user-meta ul.user-meta > li:hover a {
  background: #fafafa;
}
aside#header-meta #header-user-meta ul.user-meta > li:hover ul {
  display: block;
}
#site {
  margin-top: 35px;
  width: 980px;
  position: relative;
  overflow: hidden;
}
#site:before {
  content: '';
  width: 15px;
  height: 100%;
  background: url(../img/main-shadow-left.png);
  left: -15px;
  top: 0;
  position: absolute;
}
#site:after {
  content: '';
  width: 15px;
  height: 100%;
  background: url(../img/main-shadow-right.png);
  right: -15px;
  top: 0;
  position: absolute;
  visibility: visible;
}
header#main-header {
  background: url(../img/header-bg.png);
  position: relative;
  z-index: 3;
}
header#main-header #site-logo {
  text-indent: -9999px;
  margin: 30px 0;
  font-size: 0px;
  line-height: 0px;
}
header#main-header #site-logo img {
  display: block;
  margin: 0;
}
header#main-header #site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header#main-header nav#main-nav {
  background: #efefee;
  box-shadow: 0 -5px 8px #dfdfdf inset;
  -moz-box-shadow: 0 -5px 8px #dfdfdf inset;
  -webkit-box-shadow: 0 -5px 8px #dfdfdf inset;
  -o-box-shadow: 0 -5px 8px #dfdfdf inset;
  -khtml-box-shadow: 0 -5px 8px #dfdfdf inset;
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
header#main-header nav#main-nav select {
  width: 50%;
  margin: 10px auto;
  padding: 5px;
}
header#main-header nav#main-nav ul.menu {
  margin: 0;
  padding: 0;
}
header#main-header nav#main-nav ul.menu li {
  float: left;
  display: block;
  margin: 0;
  position: relative;
}
header#main-header nav#main-nav ul.menu li a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  display: block;
}
header#main-header nav#main-nav ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
  margin: 0;
  background: #fcfbf9;
  width: 200px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
}
header#main-header nav#main-nav ul.menu li ul.sub-menu li {
  float: none;
}
header#main-header nav#main-nav ul.menu li ul.sub-menu li a {
  text-transform: none;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
}
header#main-header nav#main-nav ul.menu li ul.sub-menu li a:hover {
  box-shadow: 0px -10px 20px #f0f0f0 inset;
  -moz-box-shadow: 0px -10px 20px #f0f0f0 inset;
  -webkit-box-shadow: 0px -10px 20px #f0f0f0 inset;
  -o-box-shadow: 0px -10px 20px #f0f0f0 inset;
  -khtml-box-shadow: 0px -10px 20px #f0f0f0 inset;
}
header#main-header nav#main-nav ul.menu li:hover > a {
  background: #fcfbf9;
  box-shadow: 0px 10px 20px #eeeeee inset;
  -moz-box-shadow: 0px 10px 20px #eeeeee inset;
  -webkit-box-shadow: 0px 10px 20px #eeeeee inset;
  -o-box-shadow: 0px 10px 20px #eeeeee inset;
  -khtml-box-shadow: 0px 10px 20px #eeeeee inset;
}
header#main-header nav#main-nav ul.menu li:hover > ul.sub-menu {
  display: block;
}
header#main-header nav#breadcrumb {
  width: 100%;
  padding: 20px 0 0;
  float: left;
  background: #FCFBF9;
  color: #c0bfbd;
  font-size: 14px;
  line-height: 24px;
}
header#main-header nav#breadcrumb .breadcrumb-content:before {
  content: 'Onde você está:';
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-left: -80px;
  margin-right: 0;
  background: url(../img/breadcrumb-bg.png);
  padding: 0 14px 0 80px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
header#main-header nav#breadcrumb .breadcrumb-content a {
  color: #c0bfbd;
  text-decoration: none;
  background: url(../img/breadcrumb-bg.png);
  padding: 0 7px 0 10px;
  margin-left: -7px;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
header#main-header nav#breadcrumb .breadcrumb-content a:hover {
  color: #333;
}
header#main-header nav#breadcrumb .breadcrumb-content a span {
  float: left;
  line-height: 24px;
}
header#main-header nav#breadcrumb .breadcrumb-content a:after {
  content: url(../img/breadcrumb-separator.png);
  position: relative;
  z-index: 1;
}
header#main-header nav#breadcrumb .breadcrumb-content span.current {
  background: url(../img/breadcrumb-bg.png);
  padding: 0 10px 0 7px;
  float: left;
  margin-left: -6px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
header#main-header nav#breadcrumb .breadcrumb-content span.current:after {
  content: url(../img/breadcrumb-end.png);
  position: absolute;
  top: 0;
  right: 0;
}
#searchform {
  margin: 60px 0 0;
}
#searchform .input-container {
  position: relative;
}
#searchform .input-container input[type=text] {
  background: #f3f3f3;
  box-shadow: 0 0 5px #bbbbbb inset;
  -moz-box-shadow: 0 0 5px #bbbbbb inset;
  -webkit-box-shadow: 0 0 5px #bbbbbb inset;
  -o-box-shadow: 0 0 5px #bbbbbb inset;
  -khtml-box-shadow: 0 0 5px #bbbbbb inset;
  border-radius: 3px;
  outline: 0;
  border: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  width: 260px;
  margin: 0;
}
#searchform .input-container input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  padding: 0;
  border: 0;
  width: 40px;
  text-indent: -9999px;
  display: block;
  background: url(../img/search-button.png) center no-repeat;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  -khtml-box-shadow: 0 0 0;
}
#searchform .input-container input[type=text]::-webkit-input-placeholder {
  color: #ccc;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 14px;
}
#searchform .input-container .results {
  position: absolute;
  left: 0;
  top: 38px;
  background: #f3f3f3;
  padding: 10px;
  box-shadow: 0 0 5px #bbbbbb inset;
  -moz-box-shadow: 0 0 5px #bbbbbb inset;
  -webkit-box-shadow: 0 0 5px #bbbbbb inset;
  -o-box-shadow: 0 0 5px #bbbbbb inset;
  -khtml-box-shadow: 0 0 5px #bbbbbb inset;
  display: none;
  z-index: 1000;
}
#searchform .input-container .results.no-results {
  display: none;
}
#searchform .input-container .results.has-results {
  display: block;
}
#searchform .input-container .results ul {
  margin: 0;
  padding: 0;
}
#searchform .input-container .results ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px;
  margin: 0;
  float: left;
  width: 240px;
}
#searchform .input-container .results ul li:nth-child(odd) {
  background: #f9f9f9;
}
#searchform .input-container .results ul li a {
  text-decoration: none;
  display: block;
  float: left;
  width: 80%;
}
#searchform .input-container .results ul li span.type {
  display: block;
  float: right;
  width: 20%;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #D8554B;
  text-align: right;
}
#searchform p.desc {
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}
#searchform .advanced-search {
  font-size: 14px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: lowercase;
  line-height: 16px;
  padding-top: 3px;
}
#content #searchform {
  margin: 0 0 20px;
}
#content #searchform p.desc {
  display: none;
}
/*
	CONTENT
*/
#main {
  padding: 20px 10px 200px;
  background: #fcfbf9;
}
#main.sixteen.columns {
  margin-left: 0;
  width: 970px;
}
/* --------- */
/* HOME */
ul#home-rows {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#home-rows .row .row-columns {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#home-rows .row .row-columns li {
  margin-bottom: 0;
}
ul#home-rows .row .row-columns li a {
  text-decoration: none;
  color: #333;
}
ul#home-rows .row .row-columns li a:hover {
  color: #000;
}
ul#home-rows .row .row-columns li .video-icon {
  width: 35px;
  height: 35px;
  background: url(../img/video-icon.png);
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  text-indent: -9999px;
  z-index: 2;
  opacity: .5;
}
ul#home-rows .row .row-columns li:hover .video-icon {
  opacity: .9;
}
ul#home-rows .row .row-columns li img {
  display: block;
  float: left;
}
ul#home-rows .row .row-columns li h2 {
  font-size: 18px;
  line-height: 20px;
}
ul#home-rows .row .row-columns li .column-container {
  padding: 5px;
  box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
}
ul#home-rows .row .row-columns li .column-thumbnail {
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
ul#home-rows .row .row-columns li.style-text img,
ul#home-rows .row .row-columns li.twelve.columns.style-image img {
  /* custom image pattern for twelve columns */

  float: left;
  margin-right: 20px;
  margin-bottom: 0 !important;
}
ul#home-rows .row .row-columns li.four.columns img {
  /* unified image pattern for four columns */

  margin: 0 0 10px 0 !important;
}
ul#home-rows .row.generic .row-columns li img,
ul#home-rows .row.cachaca .row-columns li img,
ul#home-rows .row.faq .row-columns li img {
  margin-bottom: 10px;
}
ul#home-rows .row.generic .row-columns li img,
ul#home-rows .row.cachaca .row-columns li img,
ul#home-rows .row.faq .row-columns li img {
  position: relative;
  z-index: 1;
}
ul#home-rows .row.generic .row-columns li.twelve .column-meta h2,
ul#home-rows .row.cachaca .row-columns li.twelve .column-meta h2,
ul#home-rows .row.faq .row-columns li.twelve .column-meta h2 {
  font-size: 22px;
  line-height: 28px;
}
ul#home-rows .row.generic .row-columns li.twelve .column-meta p.excerpt,
ul#home-rows .row.cachaca .row-columns li.twelve .column-meta p.excerpt,
ul#home-rows .row.faq .row-columns li.twelve .column-meta p.excerpt {
  font-size: 16px;
  line-height: 22px;
}
ul#home-rows .row.generic .row-columns li .column-meta,
ul#home-rows .row.cachaca .row-columns li .column-meta,
ul#home-rows .row.faq .row-columns li .column-meta {
  padding: 10px 10px 0;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
ul#home-rows .row.generic .row-columns li .column-meta a,
ul#home-rows .row.cachaca .row-columns li .column-meta a,
ul#home-rows .row.faq .row-columns li .column-meta a,
ul#home-rows .row.generic .row-columns li .column-meta img,
ul#home-rows .row.cachaca .row-columns li .column-meta img,
ul#home-rows .row.faq .row-columns li .column-meta img,
ul#home-rows .row.generic .row-columns li .column-meta p,
ul#home-rows .row.cachaca .row-columns li .column-meta p,
ul#home-rows .row.faq .row-columns li .column-meta p {
  position: relative;
  z-index: 1;
}
ul#home-rows .row.generic .row-columns li .column-meta p.author_meta,
ul#home-rows .row.cachaca .row-columns li .column-meta p.author_meta,
ul#home-rows .row.faq .row-columns li .column-meta p.author_meta {
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0;
}
ul#home-rows .row.generic .row-columns li .column-meta p.excerpt,
ul#home-rows .row.cachaca .row-columns li .column-meta p.excerpt,
ul#home-rows .row.faq .row-columns li .column-meta p.excerpt {
  padding-bottom: 10px;
  color: #222;
  font-size: 15px;
  margin: 0;
}
ul#home-rows .row.cachaca .cachaca-list {
  margin: 0;
  padding: 10px 0 0;
}
ul#home-rows .row.cachaca .cachaca-list li {
  position: relative;
}
ul#home-rows .row.cachaca .cachaca-list li .thumbnail-container {
  width: 150px;
  height: 219px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  margin: 0;
  padding: 5px;
}
ul#home-rows .row.cachaca .cachaca-list li .thumbnail-container a {
  width: 100%;
  height: 100%;
  display: block;
}
ul#home-rows .row.cachaca .cachaca-list li .thumbnail-container a img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  float: none;
}
ul#home-rows .row.cachaca .cachaca-list li .cachaca-meta {
  position: relative;
  z-index: 1;
  padding: 10px;
}
ul#home-rows .row.cachaca .cachaca-list li .cachaca-meta h2 {
  height: 40px;
  overflow: hidden;
  margin: 0;
}
ul#home-rows .row.cachaca .cachaca-list li .cachaca-meta p {
  margin: 0;
  font-size: 12px;
}
ul#home-rows .row.cachaca .cachaca-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
ul#home-rows .row.guia {
  min-height: 170px;
  background: url(../img/home-guia.jpg);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
ul#home-rows .row.guia .items {
  padding-top: 49px;
  margin: 0;
  list-style: none;
}
ul#home-rows .row.guia .items li {
  height: 72px;
  float: left;
  background: #fff;
  opacity: .9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
ul#home-rows .row.guia .items li:hover {
  opacity: 1;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}
ul#home-rows .row.faq {
  position: relative;
}
ul#home-rows .row.faq .questions-container {
  position: relative;
  overflow: hidden;
  height: 90px;
  margin-top: 10px;
}
ul#home-rows .row.faq ul.questions {
  position: absolute;
  top: 0;
  left: 0;
}
ul#home-rows .row.faq ul.questions li {
  margin: 0;
  box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  float: left;
  height: 90px;
  overflow: hidden;
}
ul#home-rows .row.faq ul.questions li p {
  font-size: 22px;
  margin: 20px;
}
ul#home-rows .row.faq ul.questions li p .answer-link {
  margin: -20px -20px -20px 20px;
  font-family: "Oswald", sans-serif;
  display: block;
  color: #333;
  text-shadow: 2px 2px 0 #bbbfc2;
  text-transform: lowercase;
  float: right;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  line-height: 35px;
}
ul#home-rows .row.faq ul.questions li p .answer-link span {
  display: block;
  font-size: 55px;
  text-shadow: 2px 2px 0 #bbbfc2;
}
ul#home-rows .row.faq a.next,
ul#home-rows .row.faq a.prev {
  height: 40px;
  position: relative;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
ul#home-rows .row.faq a.next.next,
ul#home-rows .row.faq a.prev.next {
  background-image: url(../img/slider-right-arrow.jpg);
}
ul#home-rows .row.faq a.next.prev,
ul#home-rows .row.faq a.prev.prev {
  background-image: url(../img/slider-left-arrow.jpg);
}
ul#home-rows .row.slider {
  position: relative;
  overflow: hidden;
}
ul#home-rows .row.slider ul.slider-controller {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 10px;
}
ul#home-rows .row.slider ul.slider-controller li {
  float: left;
  display: block;
  position: static;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #fff;
  margin: 10px 5px;
  opacity: .8;
  box-shadow: 1px 1px 2px #333333;
  -moz-box-shadow: 1px 1px 2px #333333;
  -webkit-box-shadow: 1px 1px 2px #333333;
  -o-box-shadow: 1px 1px 2px #333333;
  -khtml-box-shadow: 1px 1px 2px #333333;
}
ul#home-rows .row.slider ul.slider-controller li.active,
ul#home-rows .row.slider ul.slider-controller li:hover {
  background-color: #ddd;
  opacity: .6;
  box-shadow: 1px 1px 2px #333333;
  -moz-box-shadow: 1px 1px 2px #333333;
  -webkit-box-shadow: 1px 1px 2px #333333;
  -o-box-shadow: 1px 1px 2px #333333;
  -khtml-box-shadow: 1px 1px 2px #333333;
}
ul#home-rows .row.slider ul.row-columns {
  position: relative;
}
ul#home-rows .row.slider ul.row-columns li {
  height: 280px;
  float: left;
  position: relative;
}
ul#home-rows .row.slider ul.row-columns li .column-container {
  height: 280px;
  padding: 0;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
}
ul#home-rows .row.slider ul.row-columns li img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
ul#home-rows .row.slider ul.row-columns li h3 {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 2px 0 #222;
  border: 0;
  font-weight: bold;
  margin: 0;
}
ul#home-rows .row.slider ul.row-columns li h3 a {
  padding: 10px 15px;
  background-color: #dddddd;
  background-image: url(../img/line-bg.png);
  color: #fff;
  text-shadow: 2px 2px 0 #777777;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
}
ul#home-rows .row.slider ul.row-columns li h3 a:hover {
  color: #fff;
}
ul#home-rows .row.slider ul.row-columns li .blog h3 a,
ul#home-rows .row.slider ul.row-columns li .artigos h3 a {
  background-color: #81c2d5;
  text-shadow: 2px 2px 0 #225868;
}
ul#home-rows .row.slider ul.row-columns li .receita h3 a {
  background-color: #f48a82;
  text-shadow: 2px 2px 0 #9c180e;
}
ul#home-rows .row.slider ul.row-columns li .restaurante h3 a {
  background-color: #64b3a2;
  text-shadow: 2px 2px 0 #19322d;
}
ul#home-rows .row.slider ul.row-columns li .cachaca h3 a {
  background-color: #f3d257;
  text-shadow: 2px 2px 0 #765e08;
}
ul#home-rows .row.slider ul.row-columns li .column-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
}
ul#home-rows .row.slider ul.row-columns li .column-meta h2 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 5px 20px 10px;
}
ul#home-rows .row.slider ul.row-columns li .column-meta h2 a {
  color: #fff;
  text-shadow: 2px 2px 0 #222;
}
ul#home-rows .row.slider ul.row-columns li .column-meta h2 a:hover {
  text-shadow: 2px 2px 0 #000;
}
ul#home-rows .row.slider ul.row-columns li .column-meta p.author_meta {
  display: none;
}
ul#home-rows .row.slider ul.row-columns li .column-meta p {
  color: #f9f9f9;
  padding: 10px 20px;
  margin: 0;
  background: #fff;
  color: #111;
  opacity: .9;
  box-shadow: inset 0 -5px 18px #cccccc;
  -moz-box-shadow: inset 0 -5px 18px #cccccc;
  -webkit-box-shadow: inset 0 -5px 18px #cccccc;
  -o-box-shadow: inset 0 -5px 18px #cccccc;
  -khtml-box-shadow: inset 0 -5px 18px #cccccc;
  font-size: 16px;
  display: block;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
}
/* SIDEBAR */
aside.widget,
li.widget {
  border: 2px solid #83654b;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
aside.widget > h2,
li.widget > h2 {
  display: none;
  /* bug on recent activities */

}
aside.widget h3.widgettitle,
li.widget h3.widgettitle,
aside.widget h3.widget-title,
li.widget h3.widget-title {
  background: url(../img/widget-title.jpg);
  color: #fff;
  text-shadow: 2px 2px 1px #4c321b;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  border-bottom: 1px solid #83654b;
  text-align: center;
}
aside.widget .widget-title + ul,
li.widget .widget-title + ul,
aside.widget .widget-title + #bbp-search-form,
li.widget .widget-title + #bbp-search-form,
aside.widget .widgetcontent,
li.widget .widgetcontent {
  margin: 10px;
  overflow: hidden;
}
aside.widget .widget-title + ul ul,
li.widget .widget-title + ul ul,
aside.widget .widget-title + #bbp-search-form ul,
li.widget .widget-title + #bbp-search-form ul,
aside.widget .widgetcontent ul,
li.widget .widgetcontent ul,
aside.widget .widget-title + ul ol,
li.widget .widget-title + ul ol,
aside.widget .widget-title + #bbp-search-form ol,
li.widget .widget-title + #bbp-search-form ol,
aside.widget .widgetcontent ol,
li.widget .widgetcontent ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.widget .widget-title + ul ul#activity,
li.widget .widget-title + ul ul#activity,
aside.widget .widget-title + #bbp-search-form ul#activity,
li.widget .widget-title + #bbp-search-form ul#activity,
aside.widget .widgetcontent ul#activity,
li.widget .widgetcontent ul#activity,
aside.widget .widget-title + ul ol#activity,
li.widget .widget-title + ul ol#activity,
aside.widget .widget-title + #bbp-search-form ol#activity,
li.widget .widget-title + #bbp-search-form ol#activity,
aside.widget .widgetcontent ol#activity,
li.widget .widgetcontent ol#activity {
  height: auto;
  border: 0;
}
aside.widget .widget-title + ul li,
li.widget .widget-title + ul li,
aside.widget .widget-title + #bbp-search-form li,
li.widget .widget-title + #bbp-search-form li,
aside.widget .widgetcontent li,
li.widget .widgetcontent li {
  border-bottom: 1px solid #c6bdb6;
  padding: 0 0 5px;
}
aside.widget .widget-title + ul li a,
li.widget .widget-title + ul li a,
aside.widget .widget-title + #bbp-search-form li a,
li.widget .widget-title + #bbp-search-form li a,
aside.widget .widgetcontent li a,
li.widget .widgetcontent li a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
aside.widget .widget-title + ul li a:hover,
li.widget .widget-title + ul li a:hover,
aside.widget .widget-title + #bbp-search-form li a:hover,
li.widget .widget-title + #bbp-search-form li a:hover,
aside.widget .widgetcontent li a:hover,
li.widget .widgetcontent li a:hover {
  text-decoration: underline;
}
aside.widget .widget-title + ul li:last-child,
li.widget .widget-title + ul li:last-child,
aside.widget .widget-title + #bbp-search-form li:last-child,
li.widget .widget-title + #bbp-search-form li:last-child,
aside.widget .widgetcontent li:last-child,
li.widget .widgetcontent li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
aside.widget #bbp-search-form,
li.widget #bbp-search-form {
  text-align: center;
  margin-bottom: 5px !important;
}
aside.widget #bbp-search-form label,
li.widget #bbp-search-form label {
  text-align: left;
  margin-bottom: 3px;
}
aside.widget #bbp-search-form .button,
li.widget #bbp-search-form .button,
aside.widget .bbp-logged-in .button,
li.widget .bbp-logged-in .button {
  text-align: center;
  margin: 10px auto 5px;
}
aside.widget .bbp-logged-in h4,
li.widget .bbp-logged-in h4 {
  font-size: 1em;
}
aside.widget .bbp-logged-in .submit.user-submit,
li.widget .bbp-logged-in .submit.user-submit {
  float: left;
}
aside.widget .bbp-logged-in .submit.user-submit img,
li.widget .bbp-logged-in .submit.user-submit img {
  margin: 0 15px 15px 0;
}
aside.widget.widget-mycred-list .myCRED-leaderboard .first-item,
li.widget.widget-mycred-list .myCRED-leaderboard .first-item {
  font-size: 100%;
}
aside.widget .bbp-login-form,
li.widget .bbp-login-form {
  margin-bottom: 5px;
}
aside.widget .bbp-login-form fieldset,
li.widget .bbp-login-form fieldset {
  margin-bottom: 0;
}
aside.widget .bbp-login-form label,
li.widget .bbp-login-form label {
  width: auto !important;
}
aside.widget .bbp-login-form input[type="text"],
li.widget .bbp-login-form input[type="text"],
aside.widget .bbp-login-form input[type="password"],
li.widget .bbp-login-form input[type="password"] {
  width: 185px;
}
aside.widget .bbp-submit-wrapper,
li.widget .bbp-submit-wrapper {
  float: none;
  text-align: center;
}
aside.widget .bbp-submit-wrapper .button.submit,
li.widget .bbp-submit-wrapper .button.submit {
  float: none;
}
aside.widget .bbp-login-links,
li.widget .bbp-login-links {
  clear: both;
}
aside.widget .bbp-login-links .bbp-lostpass-link,
li.widget .bbp-login-links .bbp-lostpass-link {
  margin-top: 5px;
  display: inline-block;
}
aside.widget.widget_display_search input[type="text"],
li.widget.widget_display_search input[type="text"] {
  width: 188px;
  margin-bottom: 3px;
}
#sidebar ul#sidebar-widgets > li.widget_instagrm_widget ul {
  width: 201px;
}
#sidebar ul#sidebar-widgets > li.widget_instagrm_widget ul li {
  width: 95px;
  border: 0;
  margin: 0 5px 0 0;
  float: left;
}
#sidebar ul#sidebar-widgets > li.widget_instagrm_widget ul li img {
  width: 83px;
  height: 83px;
  padding: 5px;
  border: 1px solid #c6bdb6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#sidebar ul#sidebar-widgets > li.widget_FacebookLikeBox .fb_iframe_widget span,
#sidebar ul#sidebar-widgets > li.widget_FacebookLikeBox .fb_iframe_widget iframe {
  height: 300px !important;
}
#sidebar ul#sidebar-widgets > li.widget_featured_cachacas ul.featured-cachacas li span {
  display: block;
  font-weight: normal;
}
#sidebar ul#sidebar-widgets > li.widget_latest_twitter_widget {
  padding: 0 !important;
}
#sidebar ul#sidebar-widgets > li.widget_latest_twitter_widget .latest-twitter-tweet {
  font-style: normal;
  font-size: 14px;
  border-top: 1px solid #c6bdb6;
  margin-top: 5px;
  padding-top: 5px;
}
#sidebar ul#sidebar-widgets > li.widget_latest_twitter_widget .latest-twitter-tweet:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#sidebar ul#sidebar-widgets > li.widget_latest_twitter_widget #latest-twitter-follow-link {
  display: none;
}
/* -------- SINGLE ------------ */
.area-title {
  margin-left: -20px;
  padding-left: 20px;
  margin-bottom: 20px;
  background: #dddddd;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald";
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  background-image: url(../img/line-bg.png);
  background-color: #dddddd;
  text-shadow: 2px 2px 0 #777777;
  color: #fff;
}
.area-title a {
  text-decoration: none;
  color: #fff;
}
article.page section#post-content {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #333;
}
article.page section#post-content p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
}
article.page section#post-content p.wp-caption-text {
  color: #666;
  font-size: 12px;
  font-style: italic;
}
article.page section#post-content h2 {
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0;
  border-bottom: 1px dotted #555;
  margin: 0 0 20px;
}
article.page section#post-content span.shadow {
  display: block;
  position: relative;
}
article.page section#post-content span.shadow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
article.single header h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 34px;
  line-height: 38px;
  color: #333;
}
article.single header .share ul {
  display: table;
}
article.single header .share ul li {
  display: table-cell;
  width: 1%;
}
article.single header .share ul li > * {
  display: block;
  float: left;
}
article.single header .meta-actions {
  float: right;
  margin: 0 10px 0 0;
}
article.single header .post-meta {
  margin: 0;
  color: #000;
}
article.single header .post-meta p.date,
article.single header .post-meta address {
  display: inline;
  font-size: 14px;
}
article.single header .post-meta p.date:after {
  content: ' | ';
}
article.single section#post-content {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #333;
}
article.single section#post-content p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
}
article.single section#post-content p.wp-caption-text {
  color: #666;
  font-size: 12px;
  font-style: italic;
}
article.single section#post-content h2 {
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0;
  border-bottom: 1px dotted #555;
  margin: 0 0 20px;
}
article.single section#post-content span.shadow {
  display: block;
  position: relative;
}
article.single section#post-content span.shadow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
article.single section#post-content .tabbed {
  margin-top: 40px;
}
article.single section#post-content .tabbed .printfriendly {
  display: none;
}
article.single section#post-content .tabbed .tabbed-content {
  padding: 20px 20px 0;
}
article.single section#post-content .tabbed .tabbed-content .tab-desc {
  margin: 0 0 20px;
}
article.single section#post-content .tabbed .tabbed-content .tab-desc p {
  color: #6A503F;
  margin: 0;
  font-size: 14px;
}
article.single section#post-content .tabbed .tabbed-content .tab-desc p a {
  font-weight: bold;
}
article.single section#post-content .tabbed .tabbed-content p {
  font-size: 13px;
  line-height: 18px;
}
article.single section#post-content .tabbed .tabbed-content .contact {
  border-bottom: 1px dotted #A87B57;
}
article.single section#post-content .tabbed .tabbed-content .contact p.address-line-1 {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 5px;
  margin: 0;
}
article.single section#post-content .tabbed .tabbed-content .contact p.address-line-2 {
  font-size: 14px;
}
article.single section#post-content .tabbed .tabbed-content .contact p.phone {
  margin: 5px 0;
}
article.single #author-meta {
  position: relative;
  padding: 20px 0;
  margin: 20px 0;
}
article.single #author-meta:before,
article.single #author-meta:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/dotted-small.png);
}
article.single #author-meta:before {
  top: 0;
}
article.single #author-meta:after {
  bottom: 0;
}
article.single #author-meta img.avatar {
  float: left;
  margin: 0 20px 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
article.single #author-meta h4 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: none;
}
article.single #author-meta p {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  margin: 0 0 10px;
}
article.single #author-meta p.profile-link {
  margin: 0;
  text-align: right;
}
article.single #author-meta p.profile-link a {
  color: #000;
  font-weight: bold;
}
article.single.receita header h3.area-title {
  background-color: #f48a82;
  text-shadow: 2px 2px 0 #9c180e;
}
article.single.restaurante header h3.area-title {
  background-color: #64b3a2;
  text-shadow: 2px 2px 0 #19322d;
}
article.single.artigo header h3.area-title,
article.single.blog header h3.area-title,
article.single.post header h3.area-title {
  background-color: #81c2d5;
  text-shadow: 2px 2px 0 #225868;
}
article.single.artigo.cultura header h3.area-title,
article.single.blog.cultura header h3.area-title,
article.single.post.cultura header h3.area-title {
  background-color: #abdbe7;
  text-shadow: 2px 2px 0 #2c849a;
}
#content {
  /* DOTTED TITLE */

  /* LABEL TITLE */

  /* LABEL TITLE - custom category styles */

}
#content img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#content .dotted-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #aaa;
  color: #333;
  position: relative;
}
#content .dotted-title span {
  background: #FCFBF9;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
#content .dotted-title:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 15px;
  background: url(../img/dotted-small.png);
}
#content .label-title {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  text-transform: uppercase;
  color: #777777;
  text-shadow: 2px 2px 0 #dddddd;
  position: relative;
  font-family: "Oswald";
  font-weight: bold;
  margin-bottom: 10px;
}
#content .label-title a,
#content .label-title span {
  color: #777777;
  position: relative;
  z-index: 1;
  display: block;
}
#content .label-title:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 4px;
  width: 100%;
  background-image: url(../img/line-bg.png);
  background-color: #dddddd;
}
#content .label-sub {
  font-size: 18px;
  margin: -10px 0 20px;
  padding: 0;
  text-transform: lowercase;
}
#content .blog .label-title,
#content .artigos .label-title {
  color: #225868;
  text-shadow: 2px 2px 0 #81c2d5;
}
#content .blog .label-title a,
#content .artigos .label-title a,
#content .blog .label-title span,
#content .artigos .label-title span {
  color: #225868;
  text-shadow: 2px 2px 0 #81c2d5;
}
#content .blog .label-title:before,
#content .artigos .label-title:before {
  background-color: #81c2d5 !important;
}
#content .receita .label-title {
  color: #9c180e;
  text-shadow: 2px 2px 0 #f48a82;
}
#content .receita .label-title a,
#content .receita .label-title span {
  color: #9c180e;
  text-shadow: 2px 2px 0 #f48a82;
}
#content .receita .label-title:before {
  background-color: #f48a82 !important;
}
#content .restaurante .label-title {
  color: #19322d;
  text-shadow: 2px 2px 0 #64b3a2;
}
#content .restaurante .label-title a,
#content .restaurante .label-title span {
  color: #19322d;
  text-shadow: 2px 2px 0 #64b3a2;
}
#content .restaurante .label-title:before {
  background-color: #64b3a2 !important;
}
#content .cachaca .label-title {
  color: #765e08;
  text-shadow: 2px 2px 0 #f3d257;
}
#content .cachaca .label-title a,
#content .cachaca .label-title span {
  color: #765e08;
  text-shadow: 2px 2px 0 #f3d257;
}
#content .cachaca .label-title:before {
  background-color: #f3d257 !important;
}
#content .list-small {
  margin: 0;
  padding: 0;
}
#content .list-small li {
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 5px;
}
#content .list-small li article .thumb-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
}
#content .list-small li article .thumb-container .wp-post-image {
  max-width: 100px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
#content .list-small li article .alignright {
  margin: 0 0 0 20px;
}
#content .list-small li article.cachaca .thumb-container,
#content .list-small li article.loja_produto .thumb-container {
  height: 143px;
  background: #fff;
}
#content .list-small li article.cachaca .thumb-container .wp-post-image,
#content .list-small li article.loja_produto .thumb-container .wp-post-image {
  max-height: 143px;
}
#content .list-small li article .post-content {
  padding: 14px 20px;
}
#content .list-small li article .post-content .middle {
  display: table;
  height: 143px;
}
#content .list-small li article .post-content .middle .middle-content {
  display: table-cell;
  vertical-align: middle;
}
#content .list-small li article .post-content h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  border: 0;
}
#content .list-small li article .post-content h2 a {
  color: #333;
  text-decoration: none;
}
#content .list-small li article .post-content h3 {
  font-family: "Open Sans Condensed";
  text-transform: none;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: bold;
  color: #555;
  margin: 0 0 7px;
}
#content .list-small li article .post-content p {
  font-family: "Open Sans Condensed";
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
#content .list-small li article .post-content p a {
  font-weight: bold;
  text-decoration: none;
}
#content .list-small li article .post-content p.local {
  font-size: 14px;
  line-height: 16px;
}
#content .list-small li article .post-content p.drinked-button {
  margin: 3px 0 0;
  display: block;
}
#content .list-small li article .post-content p.drinked-button .drinked-text {
  float: left;
}
#content .list-small li article .post-content p.drinked-button .button {
  float: right;
  margin: 0;
}
#content .list-small li article .post-content p.author-cat {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0 0;
}
#content .list-small li article .post-content p.date-cmm {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 16px;
}
#content .list-small li article .post-content p.address {
  margin-bottom: 0;
}
#content .list-small li article .store-thumb-container {
  display: table;
  float: right;
  width: 100px;
  height: 100px;
  margin: 20px 0 0 20px;
}
#content .list-small li article .store-thumb-container a {
  color: #333;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
#content .list-small li article .store-thumb-container a:hover {
  color: #000;
}
#content .list-small li article .store-thumb-container img {
  display: table-cell;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
}
#content .list-small li article .store-thumb-container span {
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans Condensed";
  text-align: center;
}
#content .list-small li article .price-container {
  float: right;
  width: 100px;
  height: 100px;
  margin: 20px 0 0 20px;
  display: table;
}
#content .list-small li article .price-container .middle {
  display: table-cell;
  vertical-align: middle;
}
#content .list-small li article .price-container .product-off {
  font-family: "Oswald";
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #f15a4f;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}
#content .list-small li article .price-container .product-off.discount {
  background-image: url(../img/icon-discount.jpg);
}
#content .list-small li article .price-container .product-off.free-shipping {
  background-image: url(../img/icon-shipping.jpg);
}
#content .list-small li article .price-container .off-notice {
  margin: 0;
  background: #f15a4f;
  text-transform: lowercase;
  font-weight: bold;
  font-family: "Oswald";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  color: #fff;
}
#content .list-small li article .price-container p.price {
  margin: 3px 0 0 0;
  display: block;
  background: #f4d257;
  border: 1px solid #bba343;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: inset 2px 2px 1px #fff, 2px 2px 0px #f4d257;
  -moz-box-shadow: inset 2px 2px 1px #fff, 2px 2px 0px #f4d257;
  -webkit-box-shadow: inset 2px 2px 1px #fff, 2px 2px 0px #f4d257;
  -o-box-shadow: inset 2px 2px 1px #fff, 2px 2px 0px #f4d257;
  -khtml-box-shadow: inset 2px 2px 1px #fff, 2px 2px 0px #f4d257;
  color: #f15a51;
  padding: 7px 5px;
}
#content .list-small li article .price-container p.price a {
  color: #f15a51;
  text-decoration: none;
}
#content .list-small li article .price-container p.price a:hover .store-link {
  color: #000;
}
#content .list-small li article .price-container p.price .currency-price {
  font-family: "Oswald";
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
#content .list-small li article .price-container p.price .currency-price .currency {
  font-weight: normal;
  font-size: 10px;
}
#content .list-small li article .price-container p.price .store-link {
  font-family: "Oswald";
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #83644f;
  text-transform: uppercase;
}
#content #related {
  margin: 20px 0;
  padding: 0 0 10px;
  position: relative;
}
#content #related:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/dotted-small.png);
}
#content #related ol {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#content #related ol li {
  float: left;
  width: 160px;
  margin-right: 20px;
}
#content #related ol li img {
  width: 160px;
  height: 90px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#content #related ol li:last-child {
  margin-right: 0;
}
#content #related ol li h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
#content #related ol li h4 a {
  color: #222;
  text-decoration: none;
}
#content #comments #respond input[type=text],
#content #comments #respond input[type=email],
#content #comments #respond input[type=url],
#content #comments #respond textarea {
  width: 90%;
  padding: 5%;
  background: #f1f0ec;
  box-shadow: inset 0 0 5px #cbcbcb;
  -moz-box-shadow: inset 0 0 5px #cbcbcb;
  -webkit-box-shadow: inset 0 0 5px #cbcbcb;
  -o-box-shadow: inset 0 0 5px #cbcbcb;
  -khtml-box-shadow: inset 0 0 5px #cbcbcb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 0;
}
#content #comments #respond textarea {
  width: 96%;
  padding: 2%;
  height: 250px;
}
#content #comments h3#comments-title:after {
  content: url(../img/comments-title.jpg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#content #comments h4 {
  margin-top: -10px;
}
#content #comments .commentlist {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
#content #comments .commentlist li article {
  margin: 10px 0;
  padding: 18px 0;
  position: relative;
}
#content #comments .commentlist li article footer {
  margin-bottom: 10px;
}
#content #comments .commentlist li article footer img {
  float: left;
  margin: 0 10px 10px 0;
}
#content #comments .commentlist li article footer .fn {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  color: #222;
}
#content #comments .commentlist li article footer .fn a {
  text-decoration: none;
}
#content #comments .commentlist li article footer a.datetime {
  text-decoration: none;
  color: #444;
}
#content #comments .commentlist li article footer .edit-link {
  font-size: 12px;
  padding: 0 3px;
  background: #eee;
  text-transform: lowercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  margin: 0 0 0 7px;
}
#content #comments .commentlist li article footer .edit-link a {
  text-decoration: none;
  color: #444;
}
#content #comments .commentlist li article .comment-content {
  font-size: 16px;
}
#content #comments .commentlist li article .comment-actions {
  width: 100%;
  height: 20px;
}
#content #comments .commentlist li article .like-comment {
  float: right;
  display: block;
  padding-bottom: 20px;
}
#content #comments .commentlist li article .like-comment span {
  display: block;
  margin: -8px 20px 0 0;
}
#content #comments .commentlist li article .reply {
  float: right;
}
#content #comments .commentlist li article:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/dotted-small.png);
  opacity: .5;
}
#content #comments .commentlist li.depth-1:first-child > article:before {
  display: none;
}
#content .extra-content {
  padding: 20px 20px 0;
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  margin: 0 0 20px;
}
#content .extra-content p {
  font-size: 12px;
  line-height: 16px;
}
#content .extra-content p.catchy {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  width: 75%;
  margin: 0 auto 20px;
}
#content table.content-table {
  width: 100%;
  font-size: 14px;
  border-collapse: separate;
}
#content table.content-table tr:first-child td,
#content table.content-table tr:first-child th {
  border-top: 0;
}
#content table.content-table tr th {
  color: #5e4330;
  text-transform: uppercase;
  font-family: "Oswald";
  padding-right: 5%;
  vertical-align: top;
  text-align: left;
  padding: 15px 15px 15px 0;
  width: 25%;
  border-top: 1px dotted #a87b57;
}
#content table.content-table tr td {
  vertical-align: middle;
  padding: 15px 0;
  border-top: 1px dotted #a87b57;
}
#content table.content-table tr td h4 {
  font-weight: bold;
  font-size: 14px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #333;
  margin: 0 0 20px;
  line-height: 22px;
}
#content table.content-table tr td img {
  max-width: 100%;
  height: auto;
}
#content table.content-table tr.rating td .post-ratings .rating-text {
  float: right;
  margin-top: 7px;
}
#content table.content-table tr.ingredients td ol {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
#content table.content-table tr.ingredients td ol li {
  margin-bottom: 10px;
}
#content table.content-table tr.instructions td ol {
  margin: 0 0 20px 20px;
}
#content table.content-table tr.instructions td ol li {
  margin-bottom: 10px;
}
#content table.content-table tr.location td p.location-name {
  font-weight: bold;
  margin: 5px 0 0;
  font-size: 16px;
}
#content table.content-table tr:first-child th {
  padding-top: 0;
}
#content table.content-table tr:first-child td {
  padding-top: 0;
}
#content table.content-table tr:last-child th,
#content table.content-table tr:last-child td {
  border-bottom: 0;
}
/* FAQ */
#faq-container {
  font-family: "Open Sans Condensed";
}
#faq-container #faq-navigation .widget .widgetcontent {
  overflow: visible;
}
#faq-container #faq-navigation .widget ul {
  margin: 0;
  padding: 0;
}
#faq-container #faq-navigation .widget ul h4 {
  font-weight: bold;
  font-size: 16px;
}
#faq-container #faq-navigation .widget ul ul {
  font-size: 14px;
}
#faq-container #faq-navigation .widget ul ul li {
  margin-left: -2px;
}
#faq-container #faq-navigation .widget ul ul li a {
  padding: 2px 5px;
  font-weight: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#faq-container #faq-navigation .widget ul ul li.active a {
  background: #83654B;
  color: #fff;
}
#faq-container #faq-content .faq-main {
  margin: 0;
  padding: 0;
}
#faq-container #faq-content .faq-main li {
  margin: 0;
  padding: 0;
}
#faq-container #faq-content .faq-main .faq-subcats {
  margin: 0;
  padding: 0;
}
#faq-container #faq-content .faq-main .faq-subcats li.subcat-item {
  margin: 0;
  padding: 0;
  display: none;
}
#faq-container #faq-content .faq-main .faq-subcats li.subcat-item.active {
  display: block;
}
#faq-container #faq-content .faq-main .faq-subcats li.subcat-item h3 {
  display: none;
}
#faq-container #faq-content .faq-main .faq-subcats .questions {
  margin: 0;
  padding: 0;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li {
  margin: 0 0 20px 0;
  padding: 0;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li p.question-text {
  font-weight: bold;
  font-size: 20px;
  color: #83654b;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  margin: 0 0 10px 0;
  padding: 0 0 0 27px;
  position: relative;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li p.question-text .toggle-question {
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  float: left;
  display: block;
  background: url(../img/button-moreless.png) center top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li .answer {
  display: none;
  padding: 0 0 0 27px;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li .answer,
#faq-container #faq-content .faq-main .faq-subcats .questions li p {
  font-family: "Open Sans Condensed";
  font-size: 16px;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li.active .toggle-question {
  background-position: center bottom !important;
}
#faq-container #faq-content .faq-main .faq-subcats .questions li.active .answer {
  display: block;
}
#faq-container #faq-content footer {
  padding: 20px 0;
  background: url(../img/line-bg.png) top left repeat-x;
}
#faq-container #faq-content footer p {
  font-family: "Open Sans Condensed";
  color: #83654B;
  font-size: 16px;
  text-align: right;
}
body.bbpress #breadcrumb {
  display: none;
}
/*
	ARCHIVE / POST LIST
*/
body.archive section#archive header h1 {
  margin-left: -20px;
  padding-left: 20px;
  margin-bottom: 20px;
  background: #dddddd;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald";
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  background-image: url(../img/line-bg.png);
  background-color: #dddddd;
  text-shadow: 2px 2px 0 #777777;
  color: #fff;
}
body.archive section#archive.artigo header h1 {
  background-color: #81c2d5;
  text-shadow: 2px 2px 0 #225868;
}
body.archive section#archive.restaurante header h1 {
  background-color: #64b3a2;
  text-shadow: 2px 2px 0 #19322d;
}
body.archive section#archive.cultura header h1 {
  background-color: #abdbe7;
  text-shadow: 2px 2px 0 #2c849a;
}
body.archive section#archive.receita header h1 {
  background-color: #f48a82;
  text-shadow: 2px 2px 0 #9c180e;
}
body.archive section#archive #post-list ul li {
  margin-bottom: 20px;
}
body.archive section#archive #post-list ul li article {
  box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
body.archive section#archive #post-list ul li article .thumbnail-container {
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
}
body.archive section#archive #post-list ul li article .thumbnail-container .wp-post-image {
  width: 100%;
  max-height: 100%;
  height: auto;
  float: left;
}
body.archive section#archive #post-list ul li article .thumbnail-container .video-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
  opacity: .5;
  background: url(../img/video-icon.png);
  text-indent: -9999px;
  display: block;
}
body.archive section#archive #post-list ul li article:hover .video-icon {
  opacity: .9;
}
body.archive section#archive #post-list ul li article .post-meta {
  padding: 0 10px 10px;
  height: 135px;
  overflow: hidden !important;
}
body.archive section#archive #post-list ul li article .post-meta header h2 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Oswald";
  font-weight: normal;
  height: 44px;
  overflow: hidden;
}
body.archive section#archive #post-list ul li article .post-meta header h2 a {
  text-decoration: none;
  color: #333;
}
body.archive section#archive #post-list ul li article .post-meta header h2 a:hover {
  color: #000;
}
body.archive section#archive #post-list ul li article .post-meta header p.meta {
  font-size: 12px;
  margin-bottom: 10px;
}
body.archive section#archive #post-list ul li article .post-meta .post-content p {
  font-size: 15px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
body.archive section#archive #post-list ul li.latest article .thumbnail-container {
  width: auto;
  height: 235px;
  overflow: hidden;
  margin: 0 10px 0 0;
  float: left;
}
body.archive section#archive #post-list ul li.latest article .thumbnail-container .wp-post-image {
  width: auto;
  height: auto;
  margin: 0;
}
body.archive section#archive #post-list ul li.latest article .post-meta {
  height: 250px;
  padding: 0 10px;
}
body.archive section#archive #post-list ul li.latest article .post-meta header {
  padding-top: 10px;
}
body.archive section#archive #post-list ul li.latest article .post-meta header h2 {
  font-size: 22px;
  line-height: 28px;
  height: auto;
}
body.archive section#archive #post-list ul li.latest article .post-meta p {
  font-size: 16px;
  line-height: 22px;
  height: auto;
}
body.archive section#archive #post-list.parceiro-list li {
  height: 136px;
}
body.archive section#archive #post-list.parceiro-list li .thumbnail-container {
  padding: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #fff;
}
body.archive section#archive #post-list.parceiro-list li .thumbnail-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.archive section#archive #post-list.parceiro-list li h2 {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
body.archive section#archive #post-list.parceiro-list li h2 a {
  color: #222;
  text-decoration: none;
}
body.archive section#archive #post-list.na-midia-list li {
  height: 250px;
}
body.archive section#archive #post-list.na-midia-list li .thumbnail-container {
  padding: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #fff;
}
body.archive section#archive #post-list.na-midia-list li .thumbnail-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.archive section#archive #post-list.na-midia-list li h2 {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
body.archive section#archive #post-list.na-midia-list li h2 a {
  color: #222;
  text-decoration: none;
}
/*
	SINGLE CACHAÇA
*/
#content section.perfil-cachaca .cachaca-top-area {
  float: right;
  margin-bottom: 20px;
}
#content section.perfil-cachaca .cachaca-top-area .meta-actions {
  height: 36px;
  float: right;
  margin: 0;
}
#content section.perfil-cachaca .cachaca-top-area .meta-actions .printfriendly {
  margin: 0;
}
#content section.perfil-cachaca header h1 {
  font-family: "Open Sans Condensed";
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}
#content section.perfil-cachaca header h2 {
  font-family: "Open Sans Condensed";
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #787876;
  margin: 0;
}
#content section.perfil-cachaca header p.local {
  margin: 10px 0 0 0;
}
#content section.perfil-cachaca #thumbnail {
  padding: 5px;
  background: #fff;
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#content section.perfil-cachaca #thumbnail img {
  display: block;
  margin: 0 auto;
}
#content section.perfil-cachaca #general-info p.madeira-info {
  padding: 10px 0;
  position: relative;
  border-top: 1px dotted #5e4330;
  color: #947964;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 16px;
}
#content section.perfil-cachaca #general-info p.madeira-info a {
  font-weight: bold;
  border: 0;
  color: #947964;
}
#content section.perfil-cachaca #general-info p.madeira-info a:hover {
  color: #333;
}
#content section.perfil-cachaca #general-info .servicos {
  float: right;
  margin: -10px 0 0;
  padding: 0;
}
#content section.perfil-cachaca #general-info .servicos li {
  float: left;
  width: 31px;
  height: 31px;
  margin: 0 0 0 10px;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
#content section.perfil-cachaca #general-info .servicos li.alimentacao {
  background-image: url(../img/servico-alimentacao.png);
}
#content section.perfil-cachaca #general-info .servicos li.visita {
  background-image: url(../img/servico-visita.png);
}
#content section.perfil-cachaca #general-info .servicos li.hospedagem {
  background-image: url(../img/servico-hospedagem.png);
}
#content section.perfil-cachaca #general-info .servicos li span {
  display: block;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
}
#content section.perfil-cachaca #general-info .servicos li span.servico-not {
  background: url(../img/servico-not.png) center no-repeat;
}
#content section.perfil-cachaca .header-aside {
  margin-bottom: 60px;
}
#content section.perfil-cachaca .header-aside #social {
  margin: 15px 0 0;
  display: table;
}
#content section.perfil-cachaca .header-aside #social li {
  display: table-cell;
  width: 1%;
  padding: 0;
  margin: 0;
}
#content section.perfil-cachaca .header-aside #social li > div,
#content section.perfil-cachaca .header-aside #social li > iframe {
  display: block;
  margin: 0 auto;
  float: left;
}
#content section.perfil-cachaca .header-aside #social li.last > div,
#content section.perfil-cachaca .header-aside #social li.last > iframe {
  float: right !important;
}
#content section.perfil-cachaca .header-aside #social li.tw iframe {
  margin-left: 10px;
}
#content section.perfil-cachaca p.drinked-button {
  margin: 20px 0;
}
#content section.perfil-cachaca .tabbed {
  margin-top: -30px;
  margin-bottom: 20px;
}
#content section.perfil-cachaca .tabbed table {
  width: 100%;
  font-family: "Open Sans Condensed";
}
#content section.perfil-cachaca .tabbed table tr {
  border-bottom: 1px solid #5e4330;
}
#content section.perfil-cachaca .tabbed table tr th {
  color: #5e4330;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  font-family: "Oswald";
  vertical-align: middle;
}
#content section.perfil-cachaca .tabbed table tr td {
  padding: 20px 0 20px 20px;
  font-size: 14px;
}
#content section.perfil-cachaca .tabbed table tr:last-child {
  border: 0;
}
#content section.perfil-cachaca .tabbed table.small {
  margin: 0 0 15px;
}
#content section.perfil-cachaca .tabbed table.small tr {
  border-bottom: 1px solid #bd9880;
}
#content section.perfil-cachaca .tabbed table.small tr th {
  text-transform: none;
  width: 40%;
}
#content section.perfil-cachaca .tabbed table.small tr td {
  padding: 5px 0 5px 5px;
}
#content section.perfil-cachaca .tabbed table.small tr:last-child {
  border: 0;
}
#content section.perfil-cachaca .tabbed #ondebeber {
  font-family: "Open Sans Condensed";
}
#content section.perfil-cachaca .tabbed #ondecomprar {
  font-family: "Open Sans Condensed";
}
#content section.perfil-cachaca .tabbed #contato-produtor h3 {
  text-transform: none;
  color: #333;
  font-size: 24px;
}
#content section.perfil-cachaca .tabbed #contato-produtor p.extra {
  font-family: "Open Sans Condensed";
  color: #7c614c;
}
#content section.perfil-cachaca .tabbed #contato-produtor table tr th {
  vertical-align: top;
  padding-top: 20px;
}
#content section.perfil-cachaca .tabbed #contato-produtor form#produtor_form input[type=text],
#content section.perfil-cachaca .tabbed #contato-produtor form#produtor_form textarea {
  margin: 0;
  width: 94%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
}
#content section.perfil-cachaca .tabbed #contato-produtor form#produtor_form textarea {
  height: 200px;
}
#content section.perfil-cachaca .tabbed .list-small {
  padding-top: 20px;
}
#content section.perfil-cachaca .tabbed .list-small li {
  border-bottom: 2px dotted #F3D257;
  padding: 0 0 20px 0;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  -khtml-box-shadow: 0 0 0;
}
#content section.perfil-cachaca .tabbed .list-small li .post-content {
  padding: 0;
}
/* USER PROFILE */
.perfil-usuario header h3 {
  font-size: 18px;
  line-height: 31px;
  margin: 0;
  padding: 0;
}
.perfil-usuario header h3 span {
  line-height: 31px;
}
.perfil-usuario header p.profile-action-button {
  margin: 0;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
}
.perfil-usuario header p.profile-action-button a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.perfil-usuario .tabbed .tabbed-content {
  padding: 20px;
}
p.notification.big {
  color: #bbb;
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
}
/*
	GUIA
*/
/* big map */
:-webkit-full-screen,
:-moz-full-screen {
  overflow: hidden;
}
#alambique-map {
  margin-left: -20px;
  height: 420px;
  position: relative;
  border-bottom: 2px solid #9a8069;
  margin-bottom: 40px;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#alambique-map.small {
  height: 200px;
}
#alambique-map.small .map-container {
  height: 200px;
}
#alambique-map:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
}
#alambique-map:-webkit-full-screen .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20%;
  min-width: 130px;
  z-index: 9999;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
#alambique-map:-webkit-full-screen .logo img {
  margin: 0;
  padding: 0;
  display: block;
}
#alambique-map:-webkit-full-screen .zoom-controls {
  top: 20%;
}
#alambique-map:-webkit-full-screen .toggle-fullscreen {
  background-position: 8px -93px;
}
#alambique-map:-webkit-full-screen .map-container {
  width: 100%;
  height: 120%;
}
#alambique-map:-webkit-full-screen .map-container #big-map {
  height: 100%;
}
#alambique-map:-webkit-full-screen .toggle-map {
  display: none;
}
#alambique-map:-moz-full-screen {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
}
#alambique-map:-moz-full-screen .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20%;
  min-width: 130px;
  z-index: 9999;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
#alambique-map:-moz-full-screen .logo img {
  margin: 0;
  padding: 0;
  display: block;
}
#alambique-map:-moz-full-screen .zoom-controls {
  top: 20%;
}
#alambique-map:-moz-full-screen .toggle-fullscreen {
  background-position: 8px -93px;
}
#alambique-map:-moz-full-screen .map-container {
  width: 100%;
  height: 120%;
}
#alambique-map:-moz-full-screen .map-container #big-map {
  height: 100%;
}
#alambique-map:-moz-full-screen .toggle-map {
  display: none;
}
#alambique-map.fullscreen,
#alambique-map.embed {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
}
#alambique-map.fullscreen .logo,
#alambique-map.embed .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20%;
  min-width: 130px;
  z-index: 9999;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
#alambique-map.fullscreen .logo img,
#alambique-map.embed .logo img {
  margin: 0;
  padding: 0;
  display: block;
}
#alambique-map.fullscreen .zoom-controls,
#alambique-map.embed .zoom-controls {
  top: 20%;
}
#alambique-map.fullscreen .toggle-fullscreen,
#alambique-map.embed .toggle-fullscreen {
  background-position: 8px -93px;
}
#alambique-map.fullscreen .map-container,
#alambique-map.embed .map-container {
  width: 100%;
  height: 120%;
}
#alambique-map.fullscreen .map-container #big-map,
#alambique-map.embed .map-container #big-map {
  height: 100%;
}
#alambique-map.fullscreen .toggle-map,
#alambique-map.embed .toggle-map {
  display: none;
}
#alambique-map.embed .zoom-controls {
  top: 10px !important;
  left: 10px !important;
}
#alambique-map.embed .logo {
  top: auto !important;
  bottom: 10px !important;
  left: 10px !important;
}
#alambique-map.embed h2 {
  top: 10px;
  bottom: auto;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
}
#alambique-map .logo {
  display: none;
}
#alambique-map h2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #f3d257 url(../img/line-bg.png);
  padding: 10px;
  color: #fff;
  text-shadow: 2px 2px 1px #d5ab0f;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
}
#alambique-map .embed-map {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  color: #333;
}
#alambique-map .embed-tool {
  display: none;
  width: 460px;
  height: 160px;
  padding: 20px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -250px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#alambique-map .embed-tool textarea {
  width: 96%;
  height: 60px;
  padding: 2%;
}
#alambique-map .embed-tool.active {
  display: block;
}
#alambique-map .toggle-map {
  font-size: 11px;
  line-height: 11px;
  height: 11px;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -6px;
  text-decoration: none;
}
#alambique-map .toggle-map span {
  padding: 3px;
  background: #9a8069;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
#alambique-map .toggle-fullscreen {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 29px;
  height: 29px;
  display: block;
  text-indent: -9999px;
  background: #ffffff url(../img/map/fullscreen.png) no-repeat;
  background-position: 8px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  opacity: .8;
}
#alambique-map .toggle-fullscreen:hover {
  opacity: 1;
}
#alambique-map .zoom-controls {
  position: absolute;
  top: 20px;
  left: 20px;
}
#alambique-map .zoom-controls .zoomin,
#alambique-map .zoom-controls .zoomout {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  padding: 2px 0;
  width: 29px;
  margin: 0 0 1px;
  display: block;
  text-decoration: none;
  text-align: center;
  opacity: .8;
}
#alambique-map .zoom-controls .zoomin:hover,
#alambique-map .zoom-controls .zoomout:hover {
  opacity: 1;
}
#alambique-map .zoom-controls .zoomin {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
}
#alambique-map .zoom-controls .zoomout {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
}
#alambique-map .map-container {
  width: 100%;
  height: 420px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#alambique-map .map-container #big-map {
  width: 100%;
  height: 450px;
}
#alambique-map .map-container #big-map .gmnoprint {
  display: none !important;
}
#alambique-map .map-container #big-map .produtor-bubble {
  width: 200px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas {
  overflow: auto;
  width: 100%;
  height: 200px;
  background: #fff;
  opacity: .9;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas p.loading {
  padding: 20px;
  text-align: center;
  font-style: italic;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas p.notfound {
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul {
  margin: 0;
  padding: 10px;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #f4d257;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #5f452e;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li h3 a {
  color: #5f452e;
  text-decoration: none;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li h4 {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #5f452e;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li h4 a {
  color: #5f452e;
  text-decoration: none;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li:hover h3,
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li:hover h4 {
  color: #f15b4d;
}
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li:hover h3 a,
#alambique-map .map-container #big-map .produtor-bubble .cachacas ul li:hover h4 a {
  color: #f15b4d;
}
#alambique-map .map-container #big-map .produtor-bubble p.local {
  width: 100%;
  height: 20px;
  line-height: 20px;
  bottom: 0;
  position: absolute;
  margin: 0;
  font-size: 14px;
  padding: 5px 0;
  background: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
}
#cachaca-form form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 0 20px;
}
#cachaca-form form input {
  margin-bottom: 0;
}
#cachaca-form form label {
  display: inline;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
/*
	UI STUFF
*/
/* Avertise pricing table */
.anuncie .printfriendly {
  display: none !important;
}
table#advertise {
  width: 100%;
}
table#advertise tr.heading {
  padding-bottom: 3px;
  position: relative;
  z-index: 10;
}
table#advertise tr.feature {
  background: url(../img/line-bg-darker.png) bottom repeat-x;
}
table#advertise tr.feature:after {
  content: '';
  width: 100%;
  height: 4px;
}
table#advertise tr.feature td {
  padding: 20px 0;
}
table#advertise tr.feature td h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
table#advertise tr.feature td p {
  margin: 0;
}
table#advertise tr th.plan-features {
  text-indent: -9999px;
}
table#advertise tr th.plan-type {
  padding: 0 0 0 20px;
  font-family: "Oswald";
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  width: 100px;
}
table#advertise tr th.plan-type span {
  display: block;
  background: #999;
  width: 97px;
  margin-left: 3px;
  padding: 10px 0;
  text-align: centenr;
  line-height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
}
table#advertise tr th.plan-type.free span {
  background: #81c2d6;
  border-top: 1px solid #4194b2;
  border-left: 1px solid #4194b2;
  border-bottom: 1px solid #81c2d6;
  border-right: 1px solid #81c2d6;
  box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #81c2d6;
  -moz-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #81c2d6;
  -webkit-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #81c2d6;
  -o-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #81c2d6;
  -khtml-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #81c2d6;
}
table#advertise tr th.plan-type.silver span {
  background: #838383;
  border-top: 1px solid #434343;
  border-left: 1px solid #434343;
  border-bottom: 1px solid #838383;
  border-right: 1px solid #838383;
  box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #838383;
  -moz-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #838383;
  -webkit-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #838383;
  -o-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #838383;
  -khtml-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #838383;
}
table#advertise tr th.plan-type.gold span {
  background: #f2bf42;
  border-top: 1px solid #e88f11;
  border-left: 1px solid #e88f11;
  border-bottom: 1px solid #f2bf42;
  border-right: 1px solid #f2bf42;
  box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #f2bf42;
  -moz-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #f2bf42;
  -webkit-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #f2bf42;
  -o-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #f2bf42;
  -khtml-box-shadow: inset -2px -2px 1px #fff, -2px -2px 0px #f2bf42;
}
table#advertise tr td.yes,
table#advertise tr td.no {
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 20px;
  background: url(../img/advertise-plan-bg.png) right repeat-y;
}
table#advertise tr td.yes span,
table#advertise tr td.no span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
}
table#advertise tr td.yes.no,
table#advertise tr td.no.no {
  color: #f15a4f;
}
table#advertise tr td.yes.yes,
table#advertise tr td.no.yes {
  color: #25957f;
}
table#advertise tr.pricing {
  font-family: "Oswald";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
table#advertise tr.pricing td.title {
  padding: 20px 0;
}
table#advertise tr.pricing td.price {
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 20px;
  background: url(../img/advertise-plan-bottom-bg.png) bottom right repeat-y;
}
/* Image gallery */
.image-gallery {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.image-gallery .next-image {
  width: 39px;
  height: 39px;
  background: #f0f0f0 url(../img/slider-right-arrow.jpg) center no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: block;
  text-indent: -9999px;
  right: 20px;
  opacity: 0.6;
  margin-top: 160px;
  position: absolute;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  z-index: 4;
}
.image-gallery .next-image:hover {
  opacity: 1;
}
.image-gallery .prev-image {
  width: 39px;
  height: 39px;
  background: #f0f0f0 url(../img/slider-left-arrow.jpg) center no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: block;
  text-indent: -9999px;
  left: 20px;
  opacity: 0.6;
  margin-top: 160px;
  position: absolute;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  z-index: 4;
}
.image-gallery .prev-image:hover {
  opacity: 1;
}
.image-gallery .image-list {
  margin: 0;
  padding: 0;
}
.image-gallery .image-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.image-gallery .image-list li.active {
  position: static;
}
.image-gallery .image-list li img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.image-gallery .image-list li p {
  font-size: 12px !important;
  color: #666 !important;
  text-align: center;
  font-style: italic;
  width: 75%;
  margin: 10px auto;
}
/* PHOTOS feature */
.photos-area {
  margin: 0 0 20px;
}
.photos-area .button.send-photo {
  display: block;
  width: 40%;
  margin: 0 auto 20px;
  text-align: center;
}
.photos-area .upload-photo-container {
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #8c705e;
  margin: 0 0 20px;
}
.photos-area .upload-photo-container #title_field {
  width: 96%;
  padding: 2%;
  margin: 0 0 10px;
}
.photos-area .upload-photo-container input[type=submit] {
  float: right;
}
.photos-area .upload-photo-container p.message {
  font-size: 12px;
  margin: 0;
}
.photos-area h3 {
  margin-bottom: 20px !important;
}
.photos-area .rotulo-link {
  float: right;
  margin-top: -20px;
}
.photos-area ul.photo-list {
  margin: 0;
  padding: 0;
  width: 120%;
}
.photos-area ul.photo-list li {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 20px 20px 0;
}
.photos-area ul.photo-list li img {
  width: 100px;
  height: 100px;
  display: block;
}
/* photo galleria */
.galleria-container {
  width: auto !important;
}
.galleria-container .galleria-images .galleria-image {
  width: 100% !important;
}
.galleria-container .galleria-images .galleria-image img {
  margin: 0 auto !important;
  left: 0 !important;
}
/* send info */
.send-info {
  position: relative;
  float: right;
  z-index: 10;
  margin-top: 20px;
}
.send-info form {
  display: none;
  position: absolute;
  width: 450px;
  left: -510px;
  top: -20px;
  background: #fff;
  border: 1px solid #806550;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 20px;
}
.send-info form .close {
  text-decoration: none;
  font-size: 10px;
  line-height: 10px;
  color: #555;
  position: absolute;
  top: 5px;
  right: 8px;
  font-weight: bold;
  font-family: "Oswald";
}
.send-info form textarea {
  width: 96%;
  padding: 2%;
  height: 80px;
  margin: 0 0 10px;
}
.send-info form input[type=submit] {
  float: right;
  margin: 0;
}
.send-info form p {
  font-size: 12px;
  margin: 0;
}
.send-info form p.error {
  float: right;
  color: #f00;
  font-weight: bold;
}
.send-info form p.success {
  font-size: 14px;
  font-weight: bold;
}
.send-info form:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #806550;
  top: 25px;
  right: -5px;
}
.send-info.active form {
  display: block;
}
/* drinked button */
.drinked-button .button {
  float: left;
  border: 1px solid #c74b41;
  background-color: #f15b4d;
  box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #f15b4d;
  -moz-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #f15b4d;
  -webkit-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #f15b4d;
  -o-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #f15b4d;
  -khtml-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #f15b4d;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 24px 4px 7px;
  font-family: "Open Sans Condensed";
  font-weight: 600;
  margin: 8px 20px 0 0;
  position: relative;
}
.drinked-button .button:hover {
  border-color: #c44137;
  background-color: #c44137;
  box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #c44137;
  -moz-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #c44137;
  -webkit-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #c44137;
  -o-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #c44137;
  -khtml-box-shadow: inset 1px 1px 1px #fff, 2px 2px 0px #c44137;
}
.drinked-button .button .ilustra {
  position: absolute;
  top: 4px;
  right: 4px;
}
.drinked-button .drinked-text {
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  display: table-cell;
  vertical-align: middle;
}
/* badges */
.badge-container {
  line-height: 31px;
}
.badge,
.badge-title {
  float: left;
}
.badge {
  font-weight: bold;
  position: relative;
  line-height: 31px;
  padding: 0 43px 0 10px;
}
.badge.produtor {
  background: url(../img/badges/produtor.png) center right no-repeat;
}
.badge.cachacista {
  display: block;
  text-indent: -9999px;
  background: url(../img/badges/cachacista.png) center right no-repeat;
}
.badge.explorer {
  display: block;
  text-indent: -9999px;
  background: url(../img/badges/explorer.png) center right no-repeat;
}
.comment-author .badge-container {
  float: right;
  font-size: 12px;
}
/* jeditable */
.jeditable {
  cursor: pointer;
  position: relative;
  background: url(../img/edit-icon-blur.png) center right no-repeat;
  padding-right: 25px !important;
}
.jeditable form {
  margin: 0;
}
.jeditable form input {
  width: 96%;
  padding: 2%;
  background: #f3f3f3;
  box-shadow: 0 0 5px #bbbbbb inset;
  -moz-box-shadow: 0 0 5px #bbbbbb inset;
  -webkit-box-shadow: 0 0 5px #bbbbbb inset;
  -o-box-shadow: 0 0 5px #bbbbbb inset;
  -khtml-box-shadow: 0 0 5px #bbbbbb inset;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 0;
  outline: none;
}
.jeditable form input:focus {
  border: 0;
}
.jeditable:hover {
  background: url(../img/edit-icon.png) center right no-repeat;
}
.jeditablespan {
  display: inline;
}
/* tabs */
.tabbed {
  margin-top: 10px;
}
.tabbed ul.tabs {
  margin-bottom: 1px;
  position: relative;
  z-index: 1;
  border: 0;
}
.tabbed ul.tabs li a {
  color: #6a503f;
  font-family: "Oswald";
  font-size: 14px;
  border: 0;
  background: #FCF8EC;
  box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.1);
}
.tabbed ul.tabs li a span.count {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-size: 80%;
  padding: 2px 3px;
  background: #333;
  color: #fff;
  margin: 0 0 0 7px;
}
.tabbed ul.tabs li a.active {
  position: relative;
  z-index: 1;
  background: #fff;
}
.tabbed .tabbed-content {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -o-border-radius: 0 3px 3px 3px;
  -khtml-border-radius: 0 3px 3px 3px;
  background: #fff;
  position: relative;
  padding-top: 40px;
  top: -1px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #333;
}
.tabbed .tabbed-content > ul {
  margin: 0;
}
.tabbed .tabbed-content > ul > li {
  margin: 0;
}
.tabbed .tabbed-content h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #735e4d;
  font-size: 16px;
}
.tabbed .tabbed-content h3.dotted-title span {
  background: #fff !important;
  font-size: 22px;
  line-height: 30px;
}
.tabbed .tabbed-content h3.dotted-title:before {
  top: 20px !important;
}
.tabbed .tabbed-content ul.premios {
  margin: 0 0 0 20px;
  padding: 0 0 10px;
  list-style: disc;
}
.tabbed .tabbed-content ul.premios li {
  margin: 0;
  padding: 0 0 10px;
}
.tabbed .tabbed-content ul.videos {
  margin: 0;
  padding: 0;
}
.tabbed .tabbed-content ul.videos li {
  margin: 0 0 20px;
  padding: 0;
}
.tabbed .tabbed-content ul.videos li h4 {
  line-height: 50px;
  padding: 0 20px;
  background-color: #81c2d5;
  background-image: url(../img/line-bg.png);
  font-family: "Oswald";
  font-weight: bold;
  text-shadow: 2px 2px 0 #225868;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  position: relative;
}
.tabbed .tabbed-content ul.videos li h4 a.hide-video {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #81c2d5;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #225868;
  text-shadow: 0 0 0;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: none;
  text-decoration: none;
  width: 50px;
  text-align: center;
}
.tabbed .tabbed-content ul.videos li iframe {
  display: block;
}
.tabbed .tabbed-content ul.videos li a.more {
  padding: 10px 0 0;
  text-align: right;
  display: block;
}
.tabbed .tabbed-content ul.videos li.receita h4 {
  background-color: #f48a82;
  text-shadow: 2px 2px 0 #9c180e;
}
.tabbed .tabbed-content ul.videos li.receita h4 a.hide-video {
  background: #f48a82;
  color: #9c180e;
}
.tabbed .tabbed-content ul.tabbed-list {
  margin: 0;
  padding: 0;
}
.tabbed .tabbed-content ul.tabbed-list > li {
  position: relative;
  margin: 0;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 21px;
}
.tabbed .tabbed-content ul.tabbed-list > li:before {
  content: '';
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/dotted-small.png);
}
.tabbed .tabbed-content ul.tabbed-list > li:first-child {
  padding-top: 0;
}
.tabbed .tabbed-content ul.tabbed-list > li:first-child:before {
  content: none;
}
.tabbed .tabbed-content ul.tabbed-list > li:first-child h3 {
  font-weight: bold;
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist {
  margin: 0;
  padding: 0;
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist > li {
  margin: 0;
  padding: 20px 0 0;
  position: relative;
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist > li h3 {
  font-weight: normal;
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist > li:before {
  content: '';
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/dotted-small.png);
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist > li:first-child {
  padding-top: 0;
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist > li:first-child:before {
  content: none;
}
.tabbed .tabbed-content ul.tabbed-list > li ul.sublist > li:first-child h3 {
  font-weight: bold;
}
/* content box with padding and inner shadow */
.content-box {
  padding: 0 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
  background: #fcf8ec;
}
.content-box h4 {
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.content-box table {
  width: 100%;
}
.content-box table tr {
  border-bottom: 1px solid #5e4330;
}
.content-box table tr th {
  color: #5e4330;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  font-family: "Oswald";
  vertical-align: middle;
}
.content-box table tr td {
  padding: 20px 0 20px 20px;
  font-size: 14px;
}
.content-box table tr td .tooltip {
  font-weight: normal;
}
.content-box table tr td .tooltip > * {
  font-weight: bold;
}
.content-box table tr:last-child {
  border: 0;
}
.content-box table.small {
  margin: 0 0 15px;
}
.content-box table.small tr {
  border-bottom: 1px solid #bd9880;
}
.content-box table.small tr th {
  text-transform: none;
  width: 40%;
}
.content-box table.small tr td {
  padding: 5px 0 5px 5px;
}
.content-box table.small tr:last-child {
  border: 0;
}
/*
	end ui
*/
footer.site {
  width: 100%;
  height: 350px;
  background: url(../img/footer/bg.png);
  position: relative;
  margin: -20px 0 0;
}
footer.site:before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  height: 14px;
  width: 100%;
  background: url(../img/footer/top.png);
}
footer.site nav {
  margin-top: -50px;
}
footer.site nav ul {
  margin: 0;
  padding: 0;
}
footer.site nav ul li {
  float: left;
}
footer.site nav ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  border-left: 2px solid #6e3d2b;
}
footer.site nav ul li:first-child a {
  padding: 0 10px 0 0;
  border-left: 0;
}
footer.site nav ul li ul {
  display: none;
}
footer.site .ilustra .ilustra-top {
  width: 100px;
  height: 163px;
  top: -163px;
  left: 10px;
  background: url(../img/footer/ilustra-top.png);
  position: absolute;
}
footer.site .ilustra .ilustra-bottom {
  max-width: 100%;
  width: 641px;
  height: 248px;
  background: url(../img/footer/ilustra-bottom.png) top left no-repeat;
  top: 0;
  left: -53px;
  padding-right: 53px;
  position: absolute;
}
footer.site .visit {
  position: absolute;
  top: 193px;
  left: 280px;
  color: #533926;
}
footer.site .visit h3 {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  color: #664b37;
}
footer.site .visit p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
footer.site .visit p.address {
  margin-left: -20px;
}
footer.site .visit p.contact {
  margin-left: -40px;
}
footer.site a.explore {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 282px;
  height: 219px;
  background: url(../img/footer/explore.png);
  text-indent: -9999px;
  overflow: hidden;
}
footer.site .bottom {
  width: 100%;
  height: 90px;
  background: #fcfbf9;
  position: absolute;
  bottom: 0;
}
footer.site .bottom .social {
  position: absolute;
  left: 10px;
  top: 20px;
}
footer.site .bottom .social li a {
  display: block;
  text-indent: -9999px;
  height: 38px;
  background-position: top center;
}
footer.site .bottom .social li a.fb {
  background-image: url(../img/footer/fb.png);
}
footer.site .bottom .social li a.tw {
  background-image: url(../img/footer/tw.png);
}
footer.site .bottom .social li a.ig {
  background-image: url(../img/footer/ig.png);
}
footer.site .bottom .social li a:hover {
  background-position: bottom center;
}
footer.site .bottom .license {
  display: block;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
footer.site .bottom .license a {
  color: #666;
  text-decoration: none;
}
footer.site .bottom .credits {
  position: absolute;
  right: 10px;
  top: 20px;
}
footer.site .bottom .credits p {
  font-size: 14px;
  color: #9d7961;
  margin: 0;
  text-align: right;
}
footer.site .bottom .credits p img {
  margin-left: 10px;
}
footer.site .bottom .credits p.cardume {
  line-height: 30px;
}
footer.site .bottom .credits p.cardume img {
  position: relative;
  top: 5px;
}
footer.site .bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/footer/bottom.png);
}
/* pagination */
nav.archive-navigation {
  width: 60%;
  margin: 20px auto;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
nav.archive-navigation ol {
  display: table;
}
nav.archive-navigation ol li {
  display: table-cell;
  width: 1%;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.archive-navigation ol li .page,
nav.archive-navigation ol li .gap {
  width: 100%;
  border: 0;
  display: block;
  text-align: center;
  border-right: 1px solid #aaa;
  font-size: 12px;
  color: #5e4531;
  background-color: transparent;
  padding: 0;
}
nav.archive-navigation ol li .page.current,
nav.archive-navigation ol li .gap.current,
nav.archive-navigation ol li .page.gap,
nav.archive-navigation ol li .gap.gap {
  color: #888;
}
nav.archive-navigation ol li .page:hover,
nav.archive-navigation ol li .gap:hover {
  color: #a59283;
}
nav.archive-navigation ol li .next,
nav.archive-navigation ol li .prev {
  background: #81654f;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 0;
  font-size: 10px;
  text-transform: uppercase;
}
nav.archive-navigation ol li .next.prev,
nav.archive-navigation ol li .prev.prev {
  text-align: left;
}
nav.archive-navigation ol li .next:hover,
nav.archive-navigation ol li .prev:hover {
  background-color: #a59283;
}
.tabbed .tabbed-content li .note h3 {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
}
/* ---------- */
.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/*
	Advanced Search
*/
#advanced-search .text-search {
  position: relative;
}
#advanced-search .text-search input[type=text] {
  width: 96%;
  padding: 2%;
  font-size: 24px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #f3f3f3;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
#advanced-search .text-search input[type=submit] {
  background: #f3f3f3 url(../img/search-button-big.jpg) center no-repeat;
  width: 55px;
  height: 100%;
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  overflow: hidden;
}
#advanced-search .advanced-check p {
  margin: 0;
  color: #83654d;
}
#advanced-search .advanced-check .check {
  margin: 0;
  padding: 0;
}
#advanced-search .advanced-check .check li {
  list-style: none;
  margin: 0;
  color: #83654d;
  padding: 5px 40px 5px 0;
  float: left;
  text-align: left;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
#advanced-search .advanced-check .check li:after {
  content: '';
  width: 15px;
  height: 15px;
  top: 7px;
  right: 15px;
  background: transparent;
  box-shadow: inset 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -moz-box-shadow: inset 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: inset 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -o-box-shadow: inset 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -khtml-box-shadow: inset 0 0 1px 2px rgba(100, 100, 100, 0.1);
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
#advanced-search .advanced-check .check li:hover,
#advanced-search .advanced-check .check li.active {
  color: #333;
}
#advanced-search .advanced-check .check li:hover:after,
#advanced-search .advanced-check .check li.active:after {
  background: #d1b39b;
  box-shadow: 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -moz-box-shadow: 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -o-box-shadow: 0 0 1px 2px rgba(100, 100, 100, 0.1);
  -khtml-box-shadow: 0 0 1px 2px rgba(100, 100, 100, 0.1);
}
#advanced-search .advanced-check .fields {
  margin-top: 20px;
}
#advanced-search .advanced-check .fields li h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  text-shadow: 1px 1px 0 #999;
  margin: 0 0 20px;
  position: relative;
}
#advanced-search .advanced-check .fields li h3 a.cancel {
  width: 14px;
  height: 15px;
  text-indent: -9999px;
  background: url(../img/close.jpg);
  float: right;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
#advanced-search .advanced-check .fields li h3:after {
  content: '';
  width: 100%;
  height: 3px;
  background-image: url(../img/line-bg.png);
  position: absolute;
  top: 17px;
  right: 0;
}
#advanced-search .advanced-check .fields li label {
  text-align: right;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}
#advanced-search .advanced-check .fields li > div {
  margin-bottom: 20px;
}
#advanced-search .advanced-check .fields li > div select {
  width: 100%;
}
#advanced-search .advanced-check .fields li .checkbox-area {
  clear: both;
  margin-bottom: 20px;
}
#advanced-search .advanced-check .fields li .checkbox-area label {
  display: inline;
}
/* events ui */
/* search */
.em-events-search input[type=text] {
  background: #f3f3f3;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.em-events-search input.em-events-search-text {
  width: 96%;
  padding: 2%;
  font-size: 24px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #f3f3f3;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.em-events-search .em-date-range {
  width: 100%;
  margin: 0 20px 20px 0;
}
.em-events-search .em-date-range input[type=text] {
  display: inline;
}
.em-events-search select {
  width: 40%;
}
.em-events-search .chzn-container {
  margin: 0 20px 20px 0;
}
.ui-widget {
  font-size: 0.8em !important;
}
.ui-widget select {
  display: inline;
}
.events-table {
  width: 100%;
  padding: 20px;
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.events-table thead {
  background: #5e4531 url(../img/line-bg.png);
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
}
.events-table tr th {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  border-left: 2px solid #795e49;
}
.events-table tr th.event-time {
  width: 33%;
}
.events-table tr td {
  padding: 20px;
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
}
.events-table tr td a {
  font-size: 18px;
  font-weight: bold;
}
.em-calendar.fullcalendar {
  width: 100%;
}
.em-calendar.fullcalendar thead {
  background: #5e4531 url(../img/line-bg.png);
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.em-calendar.fullcalendar thead th,
.em-calendar.fullcalendar thead td {
  vertical-align: middle;
  text-align: center;
}
.em-calendar.fullcalendar thead th a,
.em-calendar.fullcalendar thead td a {
  padding: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #fff;
  color: #5e4531;
  text-decoration: none;
  text-shadow: 0 0 0;
}
.em-calendar.fullcalendar tr.days-names td {
  background: #d8b599;
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.em-calendar.fullcalendar tr td {
  padding: 10px;
}
.em-calendar.fullcalendar tr td.eventful-pre,
.em-calendar.fullcalendar tr td.eventless-pre {
  background-color: #f0f0f0;
}
.em-calendar.fullcalendar tr td.eventless {
  color: #999;
}
.em-calendar.fullcalendar tr td.eventful-today {
  background-color: #d8b599;
  color: #000;
}
.em-calendar.fullcalendar tr td a {
  color: #333;
  text-decoration: none;
}
.em-calendar.fullcalendar tr td ul li a {
  font-weight: bold;
}
.em-calendar.fullcalendar tr td ul li a:hover {
  color: #000;
}
/* Perfil de usuário */
/* CHOSEN STYLE */
#site .chzn-container {
  font-size: 16px;
}
#site .chzn-container .chzn-single {
  background: #f0f0ee;
  border: 1px solid #b8b8b8;
}
#site .chzn-container .chzn-single div b {
  background: #f0f0ee url(../img/chzn-arrow.jpg) center no-repeat;
}
#site .chzn-container .chzn-results .highlighted {
  background: #333;
}
/*
Tooltips
*/
.tooltip {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  color: #000;
}
.tooltipspan {
  cursor: default;
}
.tooltip.big-tooltip > .tooltip-container {
  position: absolute;
  top: 20px;
  width: 220px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #fff;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  font-size: 80%;
}
.tooltip.big-tooltip > .tooltip-container h4 {
  color: #666;
}
.tooltip.big-tooltip > .tooltip-container h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.tooltip.big-tooltip > .tooltip-container p {
  color: #333;
}
.tooltip.big-tooltip > .tooltip-container p.loading {
  color: #aaa;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.tooltip.big-tooltip > .tooltip-container .tooltip-items {
  margin: 0;
  padding: 0;
}
.tooltip.big-tooltip > .tooltip-container .tooltip-items li {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.tooltip.big-tooltip > .tooltip-container .tooltip-items li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.tooltip.big-tooltip.tooltip-align-center > .tooltip-container {
  left: -90px;
}
.tooltip.big-tooltip.tooltip-align-left > .tooltip-container {
  left: 0;
}
.tooltip.big-tooltip.tooltip-align-right > .tooltip-container {
  right: 0;
}
.tooltip.small-tooltip {
  border: 0;
}
.tooltip.small-tooltip > .tooltip-container {
  position: absolute;
  left: 0;
  top: -30px;
  background: transparent;
  color: #f6f6f6;
  border: 0;
  width: 200px;
  padding: 0;
  z-index: 9999;
}
.tooltip.small-tooltip > .tooltip-container span {
  padding: 5px;
  background: #333;
  text-transform: none;
}
.tooltip.cachaca-tip h3,
.tooltip.restaurante-tip h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.tooltip.cachaca-tip img,
.tooltip.restaurante-tip img {
  max-width: 33%;
  max-height: 110px;
  width: auto;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
}
.tooltip.cachaca-tip p,
.tooltip.restaurante-tip p {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin: 0;
}
#login-register {
  color: #826550;
}
#login-register input[type=text],
#login-register input[type=password] {
  width: 90%;
  padding: 5%;
  border: 0;
  margin: 0 0 10px 0;
}
#login-register p {
  font-weight: bold;
}
#login-register a.forgotten {
  display: block;
  text-align: right;
  font-size: 12px;
}
#login-register .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
/* FORM INPUTS */
.verify-cachaca {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #f6f6f6;
}
.verify-cachaca > * {
  padding: 15px !important;
  margin: 0 !important;
  width: auto !important;
}
.verify-cachaca .results li a {
  background: #fff;
  display: block;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-decoration: none;
}
.verify-cachaca .results li {
  margin: 0 0 1px;
  padding: 0;
}
/* FORMS


*/
.main-form {
  /* CACHAÇA */

}
.main-form fieldset {
  padding-bottom: 20px;
  position: relative;
}
.main-form fieldset:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 100%;
  background: url(../img/line-bg.png);
}
.main-form fieldset fieldset {
  padding: 0;
}
.main-form fieldset fieldset:after {
  height: 0;
}
.main-form legend {
  text-transform: uppercase;
  font-weight: bold;
  color: #5a4332;
  font-size: 18px;
  padding: 20px 0;
}
.main-form p strong {
  text-transform: uppercase;
  font-weight: bold;
  color: #5a4332;
}
.main-form .small-tip {
  font-style: italic;
}
.main-form .chzn-container,
.main-form input {
  margin-bottom: 0;
}
.main-form .required-field {
  position: relative;
}
.main-form .required-field:after {
  content: '*';
  width: 10px;
  height: 10px;
  color: #f00;
  position: absolute;
  top: 3px;
  right: -17px;
}
.main-form .hectares {
  width: 130px;
  display: inline;
}
.main-form .hectares-label {
  padding: 0 10px;
}
.main-form label {
  display: inline;
  font-size: 16px;
  font-weight: normal;
}
.main-form #geolocate_canvas {
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
}
.main-form #geolocate_button {
  margin-bottom: 25px;
}
.main-form #geo_instructions {
  width: 98%;
  padding: 1%;
  height: 150px;
}
.main-form #geolocate .results li {
  color: #555;
  cursor: pointer;
}
.main-form #geolocate .results li:hover,
.main-form #geolocate .results li.active {
  color: #000;
}
.main-form .results-content ul,
.main-form .picked ul {
  padding: 20px;
  box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.main-form .results-content ul a,
.main-form .picked ul a {
  display: block;
  color: #333;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
}
.main-form .results-content ul a:hover,
.main-form .picked ul a:hover {
  color: #000;
  background: #f0f0f0;
}
.main-form .results-content .type,
.main-form .picked .type {
  display: none;
}
.main-form #pic_selector_container p {
  font-size: 24px;
  font-weight: bold;
  color: #9b8372;
}
.main-form .big,
.main-form .big label {
  font-size: 18px;
  font-weight: bold;
  color: #5b4231;
}
.main-form nav#fieldset-nav ul {
  display: block;
  width: 168px;
  margin: 20px auto;
}
.main-form nav#fieldset-nav ul li {
  float: left;
  margin: 5px;
  width: 14px;
  height: 14px;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -khtml-border-radius: 7px;
}
.main-form nav#fieldset-nav ul li.active {
  background: #f2be54;
  box-shadow: inset 0 0 3px 2px #e6b759;
  -moz-box-shadow: inset 0 0 3px 2px #e6b759;
  -webkit-box-shadow: inset 0 0 3px 2px #e6b759;
  -o-box-shadow: inset 0 0 3px 2px #e6b759;
  -khtml-box-shadow: inset 0 0 3px 2px #e6b759;
}
.main-form .cachaca-nome input[type=text] {
  width: 94%;
  padding: 3%;
  font-size: 18px;
}
.main-form .cachaca-nome .small-tip {
  padding: 5px 0;
}
.main-form ul.tipo_cachaca {
  color: #5b4231;
}
.main-form ul.tipo_cachaca p {
  margin: 0;
}
.main-form ul.tipo_cachaca li.aguardente.choice {
  width: 2%;
}
.main-form ul.tipo_cachaca li.tip.choice {
  width: .5%;
}
.main-form ul.tipo_cachaca li.tip.choice a {
  background: url(../img/question-mark.png) center left no-repeat;
  padding-left: 27px;
}
.main-form ul.madeiras li.madeira-item {
  padding: 0 0 20px;
}
.main-form ul.madeiras li.madeira-item .madeira-list {
  margin-top: 15px;
}
.main-form ul.madeiras li.madeira-item .madeira-tempo p {
  margin: 0 0 10px;
}
.main-form .remove-item {
  color: #fff;
  background: #ccb9ab;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald";
  display: block;
  margin: 15px 0 0;
  text-align: center;
}
.main-form .remove-item:hover {
  background: #9F8672;
}
.main-form .add-item {
  color: #fff;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
  text-shadow: 1px 1px 0 #000;
  border: 0;
  font-size: 12px;
  width: 20%;
  display: block;
  margin: 20px auto 0;
  font-weight: normal;
}
.main-form .big-label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 12px;
}
.main-form .info-especificas textarea {
  width: 98%;
  padding: 1%;
  height: 150px;
}
.main-form .info-especificas ul.premios input[type=text] {
  width: 96%;
  padding: 12px 2%;
}
.main-form .info-especificas .remove-item {
  margin: 0;
}
.main-form .force-hide {
  display: none !important;
}
.main-form .ingredientes {
  padding-top: 20px;
  position: relative;
}
.main-form .ingredientes:after {
  content: '';
  position: absolute;
  top: -2px;
  height: 3px;
  width: 100%;
  background: url(../img/line-bg.png);
  display: block;
  visibility: visible;
}
.main-form .ingredientes input#ingrediente_add {
  width: 50%;
  display: block;
  float: left;
}
.main-form .ingredientes button {
  margin: 0 5px;
  display: block;
  float: left;
}
.main-form .ingredientes ul.ingredientes-list {
  padding-top: 45px;
}
.main-form .ingredientes ul.ingredientes-list li.ingrediente-item {
  float: left;
  margin: 0 10px 10px 0;
}
.main-form .ingredientes ul.ingredientes-list li.ingrediente-item span {
  color: #fff;
  background: #806550;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 0 0 0 5px;
}
.main-form .ingredientes ul.ingredientes-list li.ingrediente-item span a {
  border-left: 1px solid #fff;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.main-form .ingredientes ul.ingredientes-list li.ingrediente-item span a:hover {
  background: #664b37;
}
.main-form #produtor_registration legend a.produtor-back {
  margin: 0 0 0 20px;
}
.main-form#user_edit,
.main-form#produtor_edit {
  font-family: "Open Sans Condensed";
}
.main-form#user_edit ul,
.main-form#produtor_edit ul {
  margin: 0;
  padding: 0;
}
.main-form#user_edit ul li,
.main-form#produtor_edit ul li {
  margin: 0;
  padding: 0;
}
.main-form#user_edit h1,
.main-form#produtor_edit h1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-form#user_edit p,
.main-form#produtor_edit p {
  font-family: "Open Sans Condensed";
}
.main-form#user_edit p strong,
.main-form#produtor_edit p strong {
  font-size: 12px;
  color: #5e4330;
  font-family: "Oswald";
  font-weight: normal;
}
.main-form#user_edit table,
.main-form#produtor_edit table {
  width: 100%;
  font-family: "Open Sans Condensed";
}
.main-form#user_edit table tr,
.main-form#produtor_edit table tr {
  width: 50%;
  float: left;
}
.main-form#user_edit table tr th,
.main-form#produtor_edit table tr th {
  width: 25%;
  color: #5e4330;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  font-family: "Oswald";
  vertical-align: middle;
}
.main-form#user_edit table tr td,
.main-form#produtor_edit table tr td {
  padding: 20px;
  font-size: 14px;
  font-family: "Open Sans Condensed";
}
.main-form#user_edit table tr:last-child,
.main-form#produtor_edit table tr:last-child {
  border: 0;
}
.main-form#user_edit table.small,
.main-form#produtor_edit table.small {
  margin: 0 0 15px;
}
.main-form#user_edit table.small tr,
.main-form#produtor_edit table.small tr {
  border-bottom: 1px solid #bd9880;
}
.main-form#user_edit table.small tr th,
.main-form#produtor_edit table.small tr th {
  text-transform: none;
  width: 40%;
}
.main-form#user_edit table.small tr td,
.main-form#produtor_edit table.small tr td {
  padding: 5px 0 5px 5px;
}
.main-form#user_edit table.small tr:last-child,
.main-form#produtor_edit table.small tr:last-child {
  border: 0;
}
.main-form#user_edit label,
.main-form#produtor_edit label {
  font-family: "Open Sans Condensed";
}
.main-form#user_edit #form_message,
.main-form#produtor_edit #form_message {
  margin: 10px;
}
.main-form#user_edit #geolocate .results ul,
.main-form#produtor_edit #geolocate .results ul {
  margin: 0;
  padding: 0;
}
.main-form#user_edit #geolocate .results ul li,
.main-form#produtor_edit #geolocate .results ul li {
  font-family: "Open Sans Condensed";
  padding: 0 0 10px;
  cursor: pointer;
}
.main-form#user_edit #geolocate .results ul li:hover,
.main-form#produtor_edit #geolocate .results ul li:hover {
  color: #000;
}
#form_message {
  font-size: 20px;
  font-weight: bold;
}
#form_message.error {
  color: #f00;
}
#form_message.success {
  margin: 40px 0;
  color: #23927b;
}
form.main-form label {
  display: inline;
}
form.main-form .invalid {
  position: relative;
}
form.main-form .invalid > * {
  border-color: #f00;
}
form.main-form .invalid:after {
  content: 'x';
  width: 10px;
  height: 10px;
  color: #f00;
  position: absolute;
  top: 3px;
  right: -17px;
}
form.main-form .optional-fieldset.active {
  display: block !important;
}
.optional-fieldset.disabled {
  display: none;
}
ul.table-cells {
  display: table;
  margin: 0;
  padding: 0;
}
ul.table-cells li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
ul.table-cells li:first-child {
  text-align: left;
}
ul.table-cells li:last-child {
  text-align: right;
}
/*
 bbPress styles
 */
.bbpress-page-title a {
  text-decoration: none;
  color: #333;
}
.bbpress-link-perfil-wrapper {
  padding: 20px 0;
}
.bbpress-link-perfil-wrapper .bbpress-link-perfil {
  color: #5e4330;
  text-decoration: none;
  font-family: "Oswald";
  font-size: 14px;
}
#bbpress-forums {
  font-family: 'Arial', sans-serif !important;
  font-size: 14px;
}
#bbpress-forums .bbp-breadcrumb {
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
}
#bbpress-forums,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 14px;
}
#bbpress-forums .bbp-topic-title,
#bbpress-forums .bbp-topic-title *,
#bbpress-forums .bbp-forum-title {
  font-size: 15px !important;
  font-family: 'Arial', sans-serif !important;
}
#bbpress-forums .bbp-meta,
#bbpress-forums .bbp-pagination .bbp-pagination-count,
#bbpress-forums .bbp-topic-header .bbp-meta,
#bbpress-forums .bbp-template-notice p,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums .bbp-topic-started-by,
#bbpress-forums .bbp-topic-freshness,
#bbpress-forums .bbp-topic-title,
#bbpress-forums .bbp-header,
#bbpress-forums .bbp-footer,
#bbpress-forums .bbp-author-name {
  font-size: 12px !important;
}
#bbpress-forums .bbp-topic-started-by {
  font-weight: normal;
}
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
  background-color: #cae9f3;
  border-color: #cae9f3;
}
#bbpress-forums div.bbp-template-notice.error,
#bbpress-forums div.bbp-template-notice.warning {
  background-color: #ffebe8;
  border-color: #c00;
}
#bbpress-forums span.bbp-admin-links a {
  color: #444;
}
#bbpress-forums .bbp-forum-header a.bbp-forum-permalink,
#bbpress-forums .bbp-topic-header a.bbp-topic-permalink,
#bbpress-forums .bbp-reply-header a.bbp-reply-permalink {
  color: #777;
}
#bbpress-forums .bbp-breadcrumb-user-profile {
  padding: 0 0 10px;
  float: none;
}
#bbpress-forums .bbp-breadcrumb-user-profile .bbp-breadcrumb-root + .bbp-breadcrumb-sep + .bbp-breadcrumb-current {
  display: none;
}
#bbpress-forums .bbp-breadcrumb-user-profile .bbp-breadcrumb p {
  position: relative;
}
#bbpress-forums .bbp-breadcrumb-user-profile .bbp-breadcrumb p:after {
  content: "";
  border-bottom: 2px solid #EFEEEC;
  border-top: 2px solid #EFEEEC;
  border-right: 2px solid #EFEEEC;
  background: url(../img/breadcrumb-forum-perfil.png) left center no-repeat #fcfbf9;
  width: 31px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  line-height: 20px;
  z-index: 10;
  padding: 0 2px 0;
  height: 20px;
}
#bbpress-forums .bbp-breadcrumb {
  font-size: 14px;
  float: none;
}
#bbpress-forums .bbp-breadcrumb p {
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#bbpress-forums .bbp-breadcrumb p * {
  float: left;
}
#bbpress-forums .bbp-breadcrumb p:before {
  content: 'Onde você está:';
  color: #C0BFBD;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-left: -80px;
  margin-right: 0;
  background: url(../img/breadcrumb-bg.png);
  padding: 0 14px 0 84px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
#bbpress-forums .bbp-breadcrumb a {
  vertical-align: middle;
  text-decoration: none;
  color: #C0BFBD;
  padding: 0 5px;
  border-top: 2px solid #efeeec;
  border-bottom: 2px solid #efeeec;
}
#bbpress-forums .bbp-breadcrumb a:hover {
  color: #333333;
}
#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-sep {
  background: url(../img/breadcrumb-separator.png);
  width: 22px;
  height: 24px;
  text-indent: -9999px;
}
#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {
  color: #C0BFBD;
  padding: 0 5px;
  border-top: 2px solid #efeeec;
  border-bottom: 2px solid #efeeec;
  border-right: 2px solid #efeeec;
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .sixteen.columns {
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  header#main-header #searchform {
    margin: 10px 0;
  }
  header#main-header #searchform input[type=text] {
    padding: 10px 0 !important;
    width: inherit !important;
  }
  header#main-header #searchform .advanced-search,
  header#main-header #searchform .desc {
    display: none;
  }
  header#main-header .header-content {
    float: none;
    margin: 0 auto;
    display: block;
  }
  aside#sidebar {
    display: none;
  }
  aside#header-meta .social {
    display: none;
  }
  .hide-if-mobile,
  .fb-recommendations-bar {
    display: none !important;
  }
  article.single table th {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  article.single table th,
  article.single table td {
    display: block !important;
    width: 100% !important;
  }
  .scale-with-grid {
    min-width: 100%;
  }
  .content-box {
    padding: 0;
    background: transparent;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    -khtml-box-shadow: 0 0 0 0;
  }
  .content-box table th {
    width: 40%;
  }
  .content-box table tr {
    width: 60%;
  }
  /* home */
  ul#home-rows .row .row-columns li {
    margin-bottom: 20px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  
}
/* Custom size */
@media only screen and (max-width: 1100px) {
  #site:after,
  #site:before {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  #site {
    width: 100%;
  }
  #site:after,
  #site:before {
    display: none;
  }
  #main {
    padding: 10px 0 200px;
  }
  .add-10 {
    padding: 0;
  }
}
/* GForm Fixes */
section .gform_wrapper,
.gform_wrapper .gf_page_steps,
.gform_wrapper .gform_heading,
.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea,
section .gform_wrapper .ginput_complex input,
section .gform_wrapper .ginput_complex select {
  width: 100% !important;
  max-width: 100% !important;
}
section .gform_wrapper .hidden-field {
  display: none !important;
}
section .gform_wrapper ul li.gfield {
  clear: none;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 0;
  display: inline;
  width: auto;
}
.ginput_complex.ginput_container {
  float: left;
  clear: left;
}
.gfield_label {
  clear: both;
  display: block !important;
}
/*-- ads --*/
.ad {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #619080;
  width: 100%;
  height: 60px;
  float: left;
}
.ad .header-banner {
  text-align: center;
  margin: 0 auto;
  width: 468px;
  height: 60px;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
