/*
Theme Name: TGA Agroindustrial
Theme URI: 
Author: Hanabi design
Author URI: http://hanabidesign.com.br;
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tga
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tga is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	width: 100%;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em auto;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}
blockquote{
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	position: relative;
	float: left;
	font-size: 40px;
	line-height: 20px;
	display: block;
	content: "\201C";
	opacity: 0.5;
}
blockquote:after {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 20px;
	margin-top: -20px;
	display: block;
	content: "\201D";
	opacity: 0.5;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.site-info{
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
    padding: 20px 0;
    font-size: 0.7em;
}
.site-info a{
	text-decoration: none;
}
.site-info a:hover{
	text-decoration: underline;
}
.footer-widget-l{
	position: relative;
	float: left;
	width: 49%;
	display: inline-block;
}
.footer-widget-r{
	position: relative;
	float: right;
	width: 49%;
	display: inline-block;
}
.footer-widget-left{
	position: relative;
	clear: left;
}
.footer-widget-right{
	position: relative;
	text-align: right;
	clear: right;
}
.full-footer-widget{
	position: relative;
	float: none;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.footer-logo{
	position: relative;
    float: none;
    width: 100%;
    display: inline-block;
}
#footer-social-links{
	position: relative;
    float: right;
    display: inline-block;
}
footer .site-content{
	margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
.page-content .search-form{
	margin-bottom: 20px;
}
#secondary .widget input[type="search"].search-field {
	width: 98% !important;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation{
	position: relative;
	display: block;
	float: right;
	max-width: 100%;
	margin-top: 20px;
}
.social-icons {
	position: relative;
	display: block;
	float: right;
	clear: right;
}

.main-navigation ul,
.social-icons ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.2em;
	left: -999em;
	z-index: 99999;
	display: inline-block;
}
.main-navigation ul ul a {
	width: 100px;
}



.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 80%;
	top: -0.2em;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation{
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 10px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.header-space-blank{
	height: 0px;
}
.header-widget input{
	height: 1em;
}
.admin-space-blank{
	height: 28px;
}
.site-header{
	position: relative;
	float: none;
	display: inline-block;
	width: 100%;
}

.main-navigation ul li{
	position: relative;
	float: left;
	margin: 5px 0px;
	padding: 0 20px;
}
.site-branding {
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
}

.box-logo{
	position: relative;
	float: left;
	padding: 4px;
	display: inline-block;
	max-width: 28%;
	margin-right: 20px;
}
#header-logo{
	position: relative;
	float: left;
	max-width: 400px;
}
.title-post-nav{
	margin: 1em;
	text-align: center;
}
.header-content{
	max-width: 1200px;
    position: relative;
    float: none;
    margin: auto;
    padding: 10px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget .menu{
	padding: 0;
}
.widget ul{
	padding: 0 10px;
}
.widget .menu li{
	margin: 10px 0;
}
.widget-full-width{
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	display: inline-block;
}
ul.s-icons{
	list-style: none;
	position: relative;
	float: right;
	display: inline-block;
	margin: 5px 2px 10px;
	max-width: 180px;
}
ul.s-icons li{
	position: relative;
	float: left;
}
i.icons{
  margin: 1px 5px;
}
.home-widgets {
	position: relative;
	width: 100%;
	display: inline-block;
}
.home-content-widget{
	position: relative;
	float: left;
	width: 15.5%;
	padding: 1px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 20px;
	text-align: center;
	
}
.home-content-widget a{
	color: #FFF;
}
#home-footer-widget{
	position: relative;
    float: none;
    width: 100%;
    display: inline-block;
    border-top: 2px solid #862236;
    margin: 0;
}
#home-footer-widget .widget{
	position: relative;
	float: left;
	width: 30%;
	margin-right: 1%;
}
.widget-area{
	position: relative;
	float: right;
	width: 25.26%;
	margin-left: 1%;
	margin-top: 5px;
	padding: 5px;
}
.widget-title{
	font-size: 20px;
}
.widget{
	padding: 10px;
	margin-bottom: 20px;
}
.widget ul{
	margin: 0px;
	list-style: none;
}
.header-widget{
	position: relative;
	float: right;
	max-width: 25.26%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 10px;
}

.byline,
.updated:not(.published) {
	display: inline-block;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.coluna-left{
	position: relative;
	float: left;
	padding-right: 10px;
	width: 49%;
}
.coluna-right{
	position: relative;
	float: right;
	padding-left: 10px;
	width: 49%;
	border-left: 2px solid #CCC;
}
.col_3{
	position: relative;
	float: left;
	width: 30%;
	margin-right: 1%;
	padding-left: 10px;
}
.col_2{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 1%;
	padding-left: 10px;
}
.numeric-nav{
	position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.2em;
}
.numeric-nav span{
	position: relative;
    float: left;
    margin:5px;
    padding: 5px;
}
.numeric-nav ul.page-number{
	position: relative;
    float: left;
    display: inline-block;
    list-style: none;
    clear: right;
    margin: 0;
    padding: 3px;
}
.numeric-nav ul li{
	position: relative;
	float: left;
	padding: 5px;
	margin:5px;
	min-width: 30px;
	text-align: center;
}

.navigation-full-width{
	width: 100%;
	display: inline-block;
	padding: 5px 0;
}
.navigation-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.navigation-relative{
	position: relative;
	float: none;
}
.post-navigation{
	padding: 0 10px;
}
.site-content{
	max-width: 1200px;
	position: relative;
	float: none;
	margin: -43px auto;
	padding: 10px;
}
.content-area{
	position: relative;
	float: left;
	width: 70.13%;
	margin-top:0px;
	padding: 5px;
}
.page-full-width{
	position: relative;
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.full-width .content-area,
.page-full-width .content-area,
.page-full-width .content-area .entry-content{
	position: relative;
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.site-row{
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: 2.4em;
	clear: both;
	display: inline-block;
}
.site-row h3{
	padding: 10px 10px 0 10px;
	margin: 0;
}
.site-row h2{
	padding: 10px;
	margin: 0;
}
.site-row .entry-content p{
	margin-top: 0;
}
.home-left-box{
	position: relative;
	float: left;
	width: 48%;
}
.home-right-box{
	position: relative;
	float: right;
	width: 48%;
}
.home-border{
	padding: 10px;
}

.home-article-title-right{
	position: relative;
	float: left;
	max-width: 280px;
}
.home-right img,
.home-posts img{
	max-width: 60px;
}
.home-more{
	position: relative;
	float: none;
	width: 100%;
	display: inline-block;
	text-align: right;
	opacity: 0.2;
}
.home-more:hover{
	opacity: 1;
}
.inside-border{
	padding-right: 2%;
	width: 50%;
	border-right: 1px dashed #CCC;
}

article.hentry{
	position: relative;
	float: none;
	width: 100%;
	display: inline-block;
}

article .entry-title a{
	text-decoration: none;
}
article .entry-content{
	position: relative;
	width: 100%;
}
article .entry-meta{
	position: relative;
	width: 100%;
	padding: 5px;
	display: inline-block;
	
}
article .entry-meta a,
article .entry-meta i.fa{
	text-decoration: none; 
}
article .entry-meta a:hover{
	text-decoration: underline;
}
article .entry-header{
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 5px;
	margin-bottom: 20px;
}
article .entry-thumbnail{
	position: relative;
	float: none;
}
article .article-title-right{
	position: relative;
	float: left;
	display: block;
	width: 610px;
	padding-left: 10px;
}
.site-row .home-article-title-right h3{
	margin-left: 8px;
}
.full-width .article-title-right{
	width: 84%;
}
.article-title-full{
	width: 100%;
}
.entry-content{
	padding: 10px;
}
.posted-on{
	position: relative;
	float: left;
	width: 100%;
}
.meta-space{
	margin-left: 10px;
}
.post-icon-left{
	position: absolute;
	top:20px;
	left: 0;
	background: #CCC;
	width: 20px;
}
.post-content-right{
	position: relative;
	float: left;
	display: block;
	padding-left: 20px;
}
.entry-footer{
	position: relative;
	float: none;
	width: 100%;
	padding: 5px;
	margin: 20px 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-body{
	border-left: 2px solid #CCC;
	padding: 4px;
	background: #FFF;
}
.post-navigation,
.comments-area{
	padding-top: 4px;
}
ol.comment-list{
	margin-left: 0px;
}
.comment-meta{
	position: relative;
	float: left;
	width: 220px;
	display: inline-block;
	font-size: 14px;
	border-right: 1px dashed #CCC;
}
.comment-content{
	position: relative;
	display: inline-block;
	max-width: 69%;
	margin-left: 10px;
}
.comment-list article{
	margin-bottom: 10px;
	padding-top: 10px;
}
.comment-meta{
	padding: 10px 0 0 10px;	
}
.comments-area .reply{
	position: relative;
	float: none;
	width: 100%;
	clear: both;
	padding-left: 10px;
}
.comments-area{
	padding: 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.7em;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery figure{
	margin: 0 1%;
}
.site-row .gallery-item{
	margin: 1%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 30%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 18%;
}

.gallery-columns-6 .gallery-item {
	max-width: 14%;
}

.gallery-columns-7 .gallery-item {
	max-width: 12%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
}

.gallery-caption {
	display: block;
}


.footer-title-description{
    position: relative;
    float: left;
    margin: 0 40px;
    width: auto;
}

.jcarousel-wrapper{
    border: none !important;
    width: 100%;
}
.jcarousel li {
    margin: 0 30px;
}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 800px) {
	.navigation-fixed{
		position: relative !important;
		float: none;
	}
	.entry-content figure,
	.entry-content figure img{
		width: 100% !important;
		max-width: 800px;
		margin: 0;
	}
	
	.sobre-1200{
		width: 100%;
	}
	
}

@media screen and (max-width: 600px) {
	ol {
		margin: 0 0 1.5em 0.5em;
	}
	.site-header{
		overflow: hidden;
		background-size: 100% !important;
	    background-position-y: 100px !important;
	    background-position-x: right !important;
	}

	.header-space-blank{
		height: 0px;
	}
	.footer-title-description{
		width: 100%;
		margin: 0;
	}
	.site-branding{
		float: none;
		clear: both;
		width: 100%;
	}
	.box-logo{
		float: none;
		max-width: 100%;	
	}
	#logo{
		max-height: 50px;
    	width: auto;
	}
	.site-title{
		margin: 10px 0;
	}
	.site-title a{
		font-size: 0.7em !important;
		line-height: 0.7em !important;
	}
	.site-description{
		font-size: 1.3em !important;
		line-height: 1.3em !important;
	}
	
	.main-navigation,
	.social-icons{
		float: none;
		width: 100%;
	}
	.nav-menu{
		display: none;
	}
	.main-navigation button{
		margin: 10px 0;
	}
	.main-navigation ul li{
		position: relative;
		float: none;
		margin: 10px 0;
	}
	.main-navigation ul ul{
		position: relative;
		float: none;
		top: 0;
		left: 0;	
	}
	.header-widget{
		position: relative;
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	.header-social-links{
		display: inline-block;
		width: 100%;
	}
	ul.s-icons{
		max-width: 100%;
		padding: 0;
	}
	.site-content{
		margin: 0;
		display: inline-block;	
	}
	.admin-space-blank{
		height: 0;
	}
	.content-area{
		float: none;
		width: 100%;
	}
	.home-left-box,
	.home-right-box{
		float: none;
		width: 100%;
		border-right:none;
	}
	.home-content-widget{
		float: left;
	    width: 48%;
	    margin-right: 1%;
	    margin-left: 1%;
	    font-size: 0.8em;
	    display: inline-block;
	    margin-bottom: 6px;
	}
	.site-row .home-article-title-right h3{
		margin: 0;
	}
	.site-row h3{
		padding: 0;
	}
	article .col-meta{
		width: 100%;
	}
	.entry-title,
	.entry-title a{
		font-size: 1.2em !important;
		line-height: 1.2em !important;
	}

	article.related{
		position: relative;
		width: 100%;
		margin-bottom: 1px dashed #CCC !important;
	}
	.related-entry-content{
		position: relative;
		float: left;
	}
	.related-col-meta{
		position: relative;
		float: left;
		width: 100%;
		margin-left: 5px;
	}
	.related-entry-header img{
		width: 60px;
	}
	.entry-content figure,
	.entry-content figure img{
		width: 100% !important;
		max-width: 600px;
		margin: 0;
	}
	.widget-area{
		float: none;
		width: 100%;
		position: relative;
		display: inline-block;
	}
	.widget-area .widget{
		position: relative;
		width: 100%;
		display: block;
	}
	#home-footer-widget .widget{
		float: none;
		width: 100%;
	}
	.footer-widget-r,
	.footer-widget-l{
		position: relative;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-widget-right,
	.footer-social-links{
		position: relative;
		float: none;
		text-align: left;
	}
	#footer-social-links ul.s-icons{
		position: relative;
		float: left;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.footer-widgets{
		width: 100%;
		max-width: 600px;
		display: inline-block;
	}
	.fb-linke-box span{
		max-width: 280px;
	}
	.jcarousel-wrapper{
		max-width: 600px;
	}
	.coluna-left{
	float: none;
	padding-right: 0;
	width: 100%;
	}
	.coluna-right{
		float: none;
		padding-left: 0;
		width: 100%;
		border-left: none;
	}
	.col_3{
		width: 48%;
	}	
	
}
@media screen and (max-width: 568px) {
	.jcarousel-wrapper{
		max-width: 540px;
	}
}
@media screen and (max-width: 480px) {
	.jcarousel-wrapper{
		max-width: 450px;
	}
	.col_3{
		width: 100%;
		margin-right: 0;
	}
	.col_2{
		width: 100%;
		margin-right: 0;
	}
	.col-02-left{
	float: none;
	width: 100%;
}
	
}
@media screen and (max-width: 320px) {
	.jcarousel-wrapper{
		max-width: 280px;
	}
	
}

