/*  
Theme Name: Lu Tranchesi Antigo
Version: 1.0.1
Author: gC - Humo
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	display: block;
}
 input[type="submit"]::-moz-focus-inner {
border:0;
}
 input[type="submit"]::-webkit-focus-inner {
border:0;
}
.homeSection img, .post p img.alignnone, .page p img, .project p img, .postThumb, div.wp-caption img {
	max-width: 700px !important;
	width: 100%;
	height: auto;
}
.wp-caption {
	max-width: auto !important;
}
.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
}
/* End: Recommended Isotope styles */



/* ///////////////////////////////////////////////////////////////////// 

//  02 - Global 

/////////////////////////////////////////////////////////////////////*/
body {
	font-size: 100%;
	font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #333;
	background-color: #fff;
}
p {
	line-height: 20px;
	font-size: 16px;
	margin: 0 0 20px 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}
img {
	margin: 0;
}
img.left {
	margin: 0 15px 15px 0;
	float: left;
}
a {
	text-decoration: none;
	outline: none;
}
a {
	color: #000;
}
a:hover {
	color: #C72C2C;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #555555;
	font-family: Prata, "Georgia", serif;
}
blockquote, address {
	margin: 0 0 30px 0;
	padding: 16px 30px 0 30px;
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-left: none !important;
}
code {
	font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}
pre code {
	background: none;
}
pre {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}
.left {
	float: left;
}
.right {
	float: right;
}
.meta {
	color: #b0b0ad;
	text-align: center;
}
.metafooter {
	padding-top: 0;
	text-align: center;
	border-top: 5px solid;
}
.metalike { float: right;
margin: 20px 0px -20px;
width: 100%;
}
.metafooter h3 {
	padding: 5px;
	font-size: 16px;
}
.metafooter h3 {
	padding-top: 15px;
}
.metafooter h3.segunda {
	margin: 0 auto;
	border-color: #CCC;
	border-bottom: 1px solid gray;
	padding-bottom: 15px;
}
.meta a {
	color: #7d7d7b !important;
}
.meta a:hover {
	color: #b0b0ad !important;
}
input[type="text"], textarea {
	background-color: #fafafa;
	padding: 10px;
	font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;
	border: 1px solid #ddd;
	background: #fafafa url(images/field_bkg.png) repeat-x;
}
input[type="text"]:focus {
	outline: none;
	background-color: #f7f7f7;
}
textarea:focus {
	outline: none;
	background-color: #f7f7f7;
}
textarea {
	width: 80%;
	font-size: 13px;
}
/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
a.action {
	font-style: italic;
}
/* //////////////////////////////////////////////////////////////////////

//  03 - General Layout 

//////////////////////////////////////////////////////////////////////*/

#container {
	width: 1000px;
	margin: 0 auto;
}
.wrap {
	padding-top: 30px;
	background: url(/wp-content/themes/lutranchesi/images/shadow12001-2.jpg) center top no-repeat;
}
#main {
	width: 1000px;
}
#content {
	width: 70%;
	margin: 3% 0px;
	float: left;
}
#sidebar {
	width: 28%;
	margin: 3% 0px;
	float: right;
}
#footer {
	width: 100%;
	margin: 0 auto;
}
.twoThirds {
	width: 62.5%;
}
.oneThird {
	width: 30%;
}
/*////////////////////////////////////////////////////////////////////////

//  04 - Header

///////////////////////////////////////////////////////////////////////*/

.mauto {
	width: 1000px;
	margin: 0 auto;
}
.topmenu {
	width: 1000px;
	position: fixed;
	padding: 5px 0;
	z-index: 10000;
	background-color: white;
	border-bottom: solid 1px #CCC;
}
#header {
	width: 100%;
	position: relative;
}
#logo {
	display: inline-block;
	margin: 0px 0 0 2.5%;
	float: left;
}
#logo h1 {
	margin: 0 !important;
	padding: 0 !important;
}
/* Top level navigation */
#mainNav {
	right: 3px;
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	display: inline-block;
}
#mainNav li {
	margin: 0 0 0 20px;
	display: inline-block;
	padding: 0;
}
#mainNav ul a {
	line-height: 25px;
	color: #000 !important;
	font-size: 12px;
	font-family: prata;
	text-transform: uppercase;
	letter-spacing: 1px; 
}
#mainNav ul ul a {
	line-height: 15px;
	font-weight: normal;
	border-top: none;
}
#mainNav ul li.current a, #mainNav ul li.current-cat a, #mainNav ul li.current_page_item a, #mainNav ul li.current-menu-item a, #mainNav ul li.current-post-ancestor a, .single-post #mainNav ul li.current_page_parent a, #mainNav ul li.current-category-parent a, #mainNav ul li.current-category-ancestor a, #mainNav ul li.current-portfolio-ancestor a, #mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #2e2e2e;
}
#mainNav ul li.sfHover a, #mainNav ul li a:hover, #mainNav ul li:hover {
	text-decoration: none;
	color: #2e2e2e;
}
/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 10px 0 0px !important;
	margin-top: -20px;
	background: #fff;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
#menu-item-4511 ul {
	margin-left: -100px;
}
#mainNav ul ul ul {
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;
}
#mainNav ul ul li {
	float: none;
	background: none;
	margin: 0 5px 10px 15px !important;
}
#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}
#mainNav ul li.sfHover ul a {
	color: #7b7b7b!important;
}
#mainNav ul li.sfHover ul a:hover {
	color: #fff!important;
}
/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}
.sfHover .sf-sub-indicator {
	bottom: -10px;
}
#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}
#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;
}
.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}
.children .sf-sub-indicator {
	display: none;
}
/*//////////////////////////////////////////////////////////////////// 

//  05 - Content

////////////////////////////////////////////////////////////////////*/
#content .videoContainer {
	margin-top: -20px;
}
.page-template-page-home-php #main {
	padding-top: 35px;
}
#content.fullProjects {
	width: 100%;
	margin: 0 !important;
}
#content .post {
	position: relative;
	padding-bottom: 100px;
	min-height: 250px;
}
#content .post p, #sidebar p {
	font-size: 15px;
	font-family: arial;
	line-height: 22px !important;
}
#content .post h1 {
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	padding-bottom: 15px;
}
.search #content .post {
	min-height: 50px;
}
.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}
#content .post p a:link, #content .post p a:visited {
	color: #C72C2C !important;
	font-weight: bold;
}
#content .post p a:hover {
	color: #000 !important;
	text-decoration: underline;
	font-weight: bold;
}
.post .meta, .attachment .meta {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: solid 1px #999;
	font-family: prata, serif;
	margin: 0 0 10px 0;
}
#content .post.lastPost {
	background: none;
}
#content h1 a, #content h2 a, #content h3 a, .widgetBox h3 a, #slideshow .slideText h3 a, #content h4 a, #content h5 a {
	color: #555555;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, .widgetBox h3 a:hover, #slideshow .slideText h3 a:hover, #content h4 a:hover, #content h5 a:hover {
	color: #c02126;
}
#content .postThumb {
	margin: 0 0 20px 0 !important;
}
#pageHead {
	padding: 20px 0 20px 0;
	margin: 0 2.5% 30px 2.5%;
	border-top: 1px solid #dfdfde;
	border-bottom: 1px solid #dfdfde;
}
#pageHead h1 {
	font-size: 1.4em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;
	display: block;
	color: #555555;
	font-family: Prata, "Georgia", serif;
}
#pageHead p {
	margin: 0!important;
	padding: 10px 0 0 0!important;
	color: #b2b2b2;
	line-height: 1em;
}
/*Home ------------------*/

#homeBanner {
	height: 60px;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#bannerText {
	position: fixed;
	top: 250px;
	text-align: center;
	width: 100%;
}
#homeBanner h2 {
	text-align: center;
	color: #fff;
	font-size: 64px;
	text-transform: uppercase;
	display: block;
	text-shadow: 0 0 8px rgba(0,0,0,.3);
	position: relative;
	margin: 0 auto 0px;
	padding: 0 0px;
	font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#homeBanner p {
	text-align: center;
	color: #fff;
	font-family: Prata, "Georgia", serif;
	font-size: 20px;
	display: block;
	text-shadow: 0 0 8px rgba(0,0,0,.7);
	position: relative;
	margin: 1px auto 1px;
}
.homeSection {
	margin-bottom: 20px!important;
	width: 100%;
}
.homeSection h3 {
	font-size: 1em;
	margin: 0 auto 30px;
	clear: both;
	background: transparent url(images/line.gif) 0 center repeat-x;
	color: #555555;
	text-align: center;
	font-family: Prata, "Georgia", serif;
	width: 95%;
	text-transform: uppercase;
}
.homeSection h3 span {
	background: #fff;
	padding: 10px;
}
#content .page.small {
	width: 300px;
	min-height: 280px;
	display: block;
	margin: 0 0 25px 25px;
	padding-bottom: 0px;
	float: left;
	background: #fff;
	text-align: center;
}
#content .moreLink {
	display: block;
	font-family: Prata, "Georgia", serif;
}
#content .page.small .thumb {
	margin-bottom: 15px;
}
#content .page.small h2 {
	font-size: 1em;
	line-height: 1.3em;
	font-family: Prata, Georgia, Times, "Times New Roman", serif;
}
#content .page.small p {
	margin: 0 20px 0px 20px;
}
/*Column Shortcodes------------------*/

.one_half {
	width: 48%;
}
.one_third {
	width: 30%;
}
.two_third {
	width: 65.33%;
}
.one_half, .one_third, .two_third {
	position: relative;
	margin-right: 3%;
	float: left;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.wp-pagenavi .last {
	clear: none !important;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
/*Buttons------------------*/

a.button, #footer a.button, #searchsubmit, input[type="submit"] {
	background: #757575;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 5px 0 0;
	line-height: normal !important;
}
a.button, #footer a.button {
	padding: 6px 15px 5px;
}
#searchsubmit {
	padding: 5px 15px 6px;
}
.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959;
	color: #fff;
}
/*Projects-------*/
#projects {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	float: left;
	display: block;
	position: relative;
}
#projects .thumbs {
	margin: 0 auto;
}
#content #projects li {
	padding: 0;
	background: none;
}
#content .project.small {
	width: 300px;
	display: block;
	margin: 1.5%;
	opacity: 1;
	padding-bottom: 0px;
	cursor: pointer;
	float: left;
	position: relative;
	height: 265px;
}
#content .project.small a {
	display: block;
	text-align: center;
	font-family: prata;
	font-size: 24px;
}
#content .project.small a img {
	padding-bottom: 10px;
}
.projectNav {
	margin: -16px 0 0 0;
	padding-top: 0;
	float: right;
}
.projectNav a {
	display: inline-block !important;
	font-size: .75em;
	color: #7d7d7b;
}
.projectNav a:hover {
	color: #484848;
}
.projectNav div {
	float: left;
	margin-right: 20px;
}
#content .skillList {
	padding: 0!important;
	margin: 0 0 20px 0 !important;
}
.skillList li {
	background: none;
	margin: 0 5px 5px 0 !important;
	display: inline-block;
}
.skillList li span a {
	font-size: 1em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 8px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: Prata, Georgia, Times, "Times New Roman", serif;
}
.skillList li span a:hover {
	background: #6a6a6a;
	color: #fff !important;
}
/*Project Filter Navigation------------------*/

#content .filterWrap {
	text-align: center;
}
#content #filterNav {
	padding: 0!important;
	margin: 0 auto 20px auto!important;
	width: 95%;
}
#content #filterNav li {
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;
	display: inline-block;
}
#filterNav li a {
	font-size: 1em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 8px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: Prata, Georgia, Times, "Times New Roman", serif;
}
#filterNav li a:hover {
	background: #6a6a6a;
	color: #fff !important;
}
#filterNav .selected, #filterNav a.selected:hover {
	background: #6a6a6a;
	color: #fff !important;
}
/*Images------------------*/

#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;
}
.gallery-item {
	margin-top: 0px!important;
	margin-bottom: 25px!important;
}
.gallery img {
	border: none!important;
}
/*Lists------------------*/

#content ul {
	margin: 0 0 25px 20px;
	list-style-type: disc;
}
#content ul li {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size: .75em;
}
#content ol li {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
#content ol {
	margin: 0 0 20px 20px;
}
#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	padding-top: 10px;
}
#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li {
	font-size: 1em !important;
}
/*//////////////////////////////////////////////////////////////////// 

//  06 - Slideshow

////////////////////////////////////////////////////////////////////*/

.slideshow {
	margin: 0 3% 0 3%;
	position: relative;
}
.home.blog .slideshow {
	margin-bottom: 30px;
}
#content .flexslider {
	margin: 0 0 15px 0 !important;
}
.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}
#content .flexslider ol {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}
#content .flexslider .slides {
	margin: 0;
}
/* FlexSlider Theme------------------*/

.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}
.flexslider .slides img {
	height: auto;
}
.flex-direction-nav, .flex-control-nav, .flex-caption {
	margin-bottom: 0 !important;
}
/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	display: inline-block;
	width: auto;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: .9em !important;
	line-height: 1.3em;
}
.flex-caption p {
	font-size: .9em !important;
	margin-bottom: 0;
}
/* Direction Nav */

.flex-direction-nav li a {
	z-index: 100;
	width: 12px;
	height: 18px;
	margin: -18px 0 0;
	display: block;
	background: url(images/flexslider/direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-direction-nav li a.next {
	background-position: -12px -18px;
	right: 20px;
}
.flex-direction-nav li a.next:hover {
	background-position: -12px 0px;
}
.flex-direction-nav li a.prev {
	background-position: 0 -18px;
	left: 20px;
}
.flex-direction-nav li a.prev:hover {
	background-position: 0 0px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	position: absolute !important;
	bottom: 15px !important;
	right: 2%;
}
.flex-control-nav li {
	margin: 0 0 0 5px !important;
	display: inline-block !important;
	zoom: 1;
*display: inline !important;
}
.flex-control-nav li:first-child {
	margin: 0 !important;
}
.flex-control-nav li a {
	width: 13px !important;
	height: 13px !important;
	display: block !important;
	background: url(images/flexslider/bg_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default !important;
}
/*//////////////////////////////////////////////////////////////////// 

//  07 - Sidebar

////////////////////////////////////////////////////////////////////*/
.sidebarBox {
	position: relative;
}
#sidebar p {
	margin-bottom: 12px;
}
#sidebar li {
	font-size: .75em;
}
#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}
/*///////////////////////////////////////////////////////////////////// 

//  08 - Widgets

////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}
#sidebar .widgetBox {
	margin-bottom: 30px;
}
#sidebar .widgetBox h3, #footer .widgetBox h3 {
	font-size: 26px;
	text-align: center;
	border-bottom: solid 1px #999;
	padding: 0 0 10px 0;
	padding-top: 5px;
}
#sidebar .widgetBox .meta, #footer .widgetBox .meta {
	font-style: italic;
}
#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}
#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 10px 0;
	line-height: 1em;
	background: none;
	font-size: 16px;
	text-align: center;
}
#sidebar ul li p, #footer ul li p {
	line-height: 1.3em;
	margin: 0;
}
#sidebar ul li h2, #footer ul li h2 {
	font-size: 13px;
	margin: 0 0 0px 0;
	padding: 0 !important;
	line-height: 1em;
	font-weight: normal;
}
#sidebar .widget_nav_menu ul, #footer .widget_nav_menu ul, #sidebar .widget_pages ul, #footer .widget_pages ul, #sidebar .widget_categories ul, #footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .widget_nav_menu li, #footer .widget_nav_menu li, #sidebar .widget_pages li, #footer .widget_pages li, #sidebar .widget_categories li, #footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}
/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}
.widget_search:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .widget_search {
	display: block;
}
* html .widget_search {
	height: 1%;
}
#s {
	width: 255px;
}
#searchsubmit {
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
}
/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta, #footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;
	color: #444443;
}
#sidebar .ttrust_recent_posts .title, #footer .ttrust_recent_posts .title {
	font-size: 13px !important;
	margin-bottom: 2px;
}
#sidebar .ttrust_recent_posts .title, #footer .ttrust_recent_posts .title {
	line-height: 1.1em;
}
.ttrust_recent_posts .firstPost p {
	margin-bottom: 10px;
}
.secondaryPost {
	padding: 10px 0 0px 0;
}
.ttrust_recent_posts .thumb {
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}
.ttrust_recent_posts li {
	margin-bottom: 20px !important;
	border: none;
	display: block;
}
/*Calendar Widget--------------------*/

table#wp-calendar {
	width: 216px;
}
table#wp-calendar td, table#wp-calendar th {
	text-align: left;
}
table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}
table#wp-calendar td a {
	font-weight: bold;
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}
/*Tag Widget--------------------*/

.widget_tag_cloud a {
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
#footer .widget_tag_cloud a, #sidebar .widget_tag_cloud a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;
}
.widget_tag_cloud:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.widget_tag_cloud {
	display: inline-block;
}
html[xmlns] .widget_tag_cloud {
	display: block;
}
* html .widget_tag_cloud {
	height: 1%;
}
/*Twitter Widget--------------------*/

#twitterBox {
	margin: 0 0 10px 0;
}
ul#twitter_update_list li {
	line-height: 1.4em !important;
	margin-bottom: 15px;
}
.twitterLink a {
	font-style: italic;
}
/*Flickr Widget--------------------*/

#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #3a3a3a;
	border: 1px solid #464646;
}
#sidebar #flickrBox .flickrImage {
	background: #dbdbdb;
	border: 1px solid #cfcfcf;
}
#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
	float: left;
}
/*///////////////////////////////////////////////////////////////////// 

//  09 - Comments

////////////////////////////////////////////////////////////////////*/

	

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;
	padding: 0 0 0 0;
}
#content.project #comments {
	padding-top: 30px;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#comments h3 {
	margin: 0 0 30px 0;
}
#content #comments ul li {
	font-size: 1em !important;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
}
#commentForm label {
	padding-left: 20px;
}
.comment h5 {
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.comment .date {
	margin: -5px 0 10px 80px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: .75em;
}
.comment p {
	margin: 0 0 10px 80px;
}
.comment-reply-link, .comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .75em;
}
.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}
/* Comment Form */

	

#commentForm {
	/*position: relative;*/
	margin: 30px 0 30px 0px;
}
#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: none;
	padding: none;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#comments textarea {
	width: 90% !important;
}
#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}
/*//////////////////////////////////////////////////////////////////// 

//  10 - Pagination

////////////////////////////////////////////////////////////////////*/
.pagination {
	clear: both;
	margin: 3%;
}
#content.full.grid .pagination {
	margin: 0 25px 15px 25px;
}
.pagination-prev a, .pagination-next a, .wp-pagenavi a, .wp-pagenavi .current, .wp-pagenavi .pages, .older-comments, .newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	font-family: prata;
	font-size: 19px;
}
.pagination-prev a:hover, .pagination-next a:hover, .wp-pagenavi a:hover, .wp-pagenavi .current {
	background-color: black;
	color: white;
}
.pagination-prev a, .pagination-next a {
	float: none;
	margin: 0px;
}
.pagination-prev, .pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}
.pagination-prev {
	float: right;
}
.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}
/*//////////////////////////////////////////////////////////////////// 

//  11 - Footer

////////////////////////////////////////////////////////////////////*/

#footer {
	background: #fff;
	color: #5b5b5a;
}
#footer .inside {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0px 0 0;
}
#footer.light {
	background: #f3f3f3;
	color: #a2a2a2;
	border-top: 5px solid #eeeeee;
}
#footer .widgetBox h3 {
	color: black;
	font-family: prata;
}
#footer.light .widgetBox h3 {
	color: #a2a2a2;
}
#footer .meta {
	color: #919191;
}
#footer.light .meta {
	color: #cccccc;
}
#footer .main {
	padding: 50px 0 10px 0;
	margin: 0 0 0 0;
	clear: both;
}
.footerBox {
	margin: 1.5%;
	float: left;
	position: relative;
}
.footerBox p {
	padding: 0;
}
#footer a {
	color: #9a9a99;
}
#footer.light a {
	color: #939393;
}
#footer a:hover {
	color: #fff;
}
#footer.light a:hover {
	color: #6d6d6d;
}
#footer .secondary {
	padding: 10px 0 0;
	border-top: 1px solid #313131;
}
#footer.light .secondary {
	border-top: 1px solid #dfdfdf;
}
#footer .secondary .left {
	float: left;
}
#footer .secondary .right {
	float: right;
}
h3.vejamais {
	color: black;
	font-family: prata;
	font-size: 28px;
	text-align: center;
	border-bottom: solid 1px black;
	padding: 0 0 15px 0;
	padding-top: 30px;
}
.fullProjects .thumbs {
	padding: 0;
	height: 220px;
}
.sidebanner {
	width: 220px;
	height: 220px;
	margin: 20px auto 20px;
	border: solid 1px #999;
}
.sidebanner .banner {
	border: solid 10px white;
}
.sidebanner .banner:hover {
	border: solid 10px #ccc;
}
ul.wpinstagram {
	margin: 0 auto !important;
}
.twtr-tweets p {
	font-size: 12px !important;
}
.img_perfil {
	border: solid 1px gray;
	padding: 6px;
	margin: 0 auto;
	width: 264px !important;
}
.img_perfil:hover {
	border-color: #000;
}
.twtr-hd h3, .twtr-hd a.twtr-profile-img-anchor {
	display: none;
}
.twtr-hd h4 a {
	text-align: center;
	padding-right: 40 !important;
	margin: 0 !important;
}
#bannerText {
	top: 186px;
}
blockquote, address {
	border-left: 5px solid #C72C2C;
}
#mainNav ul a, #mainNav ul li.sfHover ul a {
	color: #8f8f8f !important;
}
#mainNav ul li.current a, #mainNav ul li.current-cat a, #mainNav ul li.current_page_item a, #mainNav ul li.current-menu-item a, #mainNav ul li.current-post-ancestor a, .single-post #mainNav ul li.current_page_parent a, #mainNav ul li.current-category-parent a, #mainNav ul li.current-category-ancestor a, #mainNav ul li.current-portfolio-ancestor a, #mainNav ul li.current-projects-ancestor a {
	color: #2e2e2e !important;
}
#mainNav ul li.sfHover a, #mainNav ul li a:hover, #mainNav ul li:hover {
	color: #2e2e2e !important;
}
#mainNav ul li.sfHover ul a:hover {
	color: #2e2e2e !important;
}
.button, #searchsubmit, input[type="submit"] {
	background-color: #757575 !important;
}
.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959 !important;
}
#homeBanner {
	background-color: #FFF;
}
/*
#homeBanner {
	background-image: url(http://lutranchesi.humografltda.netdna-cdn.com/wp-content/themes/lutranchesi/images/lutranchesi2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
*/
div.wizylike_button.style_2 {
	width: 140px !important;
}
#cboxTitle {
	bottom: 25px !important;
	color: white !important;
	background: rgb(0, 0, 0) !important;
	background: rgba(0, 0, 0, 0.6) !important;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	line-height: 22px !important;
}
#cboxContent {
	font-size: 14px !important;
}
ul.wpinstagram, ul.wpinstagram li, ul.wpinstagram li a, ul.wpinstagram li a img {
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
}
ul.wpinstagram {
	display: block;
	list-style-type: none;
}
ul.wpinstagram li {
	display: none;
}
ul.wpinstagram li:first-child {
	display: block;
}











/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPad Landscape */

@media only screen and (max-width: 1024px) and (orientation:landscape) {
#container {
	width: 100% !important;
}
#header {
	width: 100% !important;
}
#homeBanner {
	width: 100% !important;
	height: 400px !important;
	background-position: center 0px !important;
}
#bannerText {
	position: absolute;
	top: 50% !important;
	margin-top: -50px;
}
}

/* iPad Portrait */

@media only screen and (max-width: 975px) {
.mauto {
	width: 100% !important;
}
.topmenu {
	width: 100% !important;
	height: auto !important;
}
#logo {
	width: 15% !important;
}
#mainNav {
	width: 80% !important;
	right: 0 !important;
}
#mainNav li {
	margin: 0 0 0 15px !important;
}
#mainNav ul a {
	font-size: 12px !important;
	letter-spacing: 0px !important;
}
#container {
	width: 100% !important;
}
#header {
	width: 100% !important;
}
#homeBanner {
	width: 100% !important;
	height: 450px !important;
	background-position: center 0px !important;
}
#main {
	width: 100% !important;
}
#content {
	width: 100% !important;
	margin-left: 0 !important;
	padding-left: 1% !important;
}
#content .post {
	max-width: 100% !important;
}
/* Barra Lateral */
#sidebar {
	width: 100% !important;
	float: left !important;
	margin: 0 !important;
}
#sidebar .widgetBox {
	float: left !important;
	width: 40% !important;
	min-height: 600px !important;
	margin-left: 5% !important;
	margin-right: 5% !important;
}
#sidebar #wpinstagram-widget-2 {
	display: none !important;
}
#sidebar #text-5 {
	display: none !important;
}
#sidebar .widget-title {
	display: none !important;
}
#sidebar .twtr-widget {
	display: none !important;
}
#sidebar #search-2 {
	display: none;
}
.main {
	float: left !important;
	margin: 0 !important;
}
.main #blog_subscription-2 {
	display: none !important;
}
#footer .inside {
	width: 100% !important;
	margin: 0 !important;
	float: left !important;
}
img {
	margin: 0 auto !important;
	max-width: 100%;
	height: auto;
}
/*{ border:1px solid red !important;}*/	
}
 @media only screen and (max-width: 768px) and (orientation:portrait) {
#homeBanner {
	height: 350px;
	background-position: center 0px !important;
}
#bannerText {
	position: absolute;
	top: 50% !important;
	margin-top: -50px;
}
#comments {
	width: 100%;
}
#sidebar {
	float: none;
	width: 95%;
	margin-left: 2.5%;
	padding: 10px 0 30px 0 !important;
}
#content.twoThirds {
	width: 95% !important;
	float: none;
}
.sidebarBox {
	float: left;
	margin: 0 3% 30px 0 !important;
	width: 30%;
}
#comments {
	width: 100%;
}
#content .post h1 {
	font-size: 20px !important;
}
}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
html {
	-webkit-text-size-adjust: none;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: .9em;
}
h5 {
	font-size: .8em;
}
#header {
	text-align: center;
}
#header #logo {
	margin: 0;
}
#header #logo img {
	max-width: 100%;
	height: auto;
}
#pageHead {
	margin: 0 0px 25px;
}
#pageHead h1 {
	font-size: 1.2em;
}
.flex-direction-nav, .flex-control-nav, .flex-caption {
	display: none !important;
}
#main {
	width: 95%;
	padding-top: 5px;
}
#mainNav {
	position: relative;
	padding-top: 20px;
	top: 0;
	right: 0;
	width: 95%;
	margin: 0 0 0px 2.5%;
	text-align: center;
	height: auto;
}
#mainNav li {
	margin: 0 0 0 0!important;
	display: inline-block;
	padding: 0 5px 0 5px;
	float: none;
}
#mainNav .sub-menu li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#logo {
	float: none;
	margin-bottom: 10px;
}
#homeBanner {
	background-size: cover;
	background-attachment: inherit!important;
	background-position: center bottom !important;
}
#bannerText {
	position: absolute;
	top: 50% !important;
}
#comments {
	width: 100%;
}
#content.twoThirds {
	width: 95% !important;
	float: none;
}
#content .post {
	margin-bottom: 20px;
	padding-bottom: 5px!important;
}
#sidebar {
	float: none;
	width: 95%;
	margin-left: 2.5%;
	padding: 10px 0 30px 0 !important;
}
.sidebarBox {
	float: left;
	margin: 0 2% 30px 0 !important;
	width: 95%;
}
#flickrBox .flickrImage {
	margin: 0 8px 8px 0;
}
#featuredPages .thumbs .small {
	margin-bottom: 25px !important;
}
#filterNav {
	text-align: center;
	width: 100%;
	position: relative;
}
.projectNav {
	margin: 0 0 0 0;
	padding-top: 10px;
	float: none;
}
.post .moreLink {
	display: none;
}
#footer {
	padding: 0 !important;
}
#footer .footerBox {
	margin-left: 4% !important;
}
#footer #flickrBox .flickrImage {
	margin: 0 5px 5px 0;
}
#footer .secondary {
	text-align: center;
	margin: 0 10px;
}
#footer .secondary p {
	margin: 0px;
	padding: 0px;
}
#footer .secondary .left,  #footer .secondary .right {
	float: none;
}
#footer .secondary .right {
	float: none;
	padding-bottom: 15px;
}
.gallery-item img {
	width: 90%;
}
/*Column Shortcodes------------------*/

.one_half {
	width: 100%;
}
.one_third {
	width: 100%;
}
.two_third {
	width: 100%;
}
.one_half, .one_third, .two_third {
	position: relative;
	margin-right: 0%;
	float: none;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

#footer .w-insta.instagram{
	width: 100% !important;	
}

}



/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
/*Topo*/
.mauto {
	width: 100% !important;
}
.topmenu {
	position: relative !important;
	width: 100% !important;
}
#logo {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}
#logo img {
	margin: 0 auto !important;
	width: 50% !important;
	height: auto !important;
}
#mainNav {
	float: left !important;
	width: 100% !important;
	display: block !important;
	position: relative !important;
	height: auto !important;
	right: 0 !important;
	margin: 0 !important;
}
#mainNav li {
	display: block !important;
	text-align: center !important;
	margin: 5px 0 !important;
}
#mainNav ul ul {
	background: whiteSmoke !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 8px 0 0 !important;
}
.sf-menu ul {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
}
#mainNav ul ul li {
	margin: 0 !important;
}
/*Conteiner*/
#container {
	width: 100% !important;
}
#main {
	width: 100% !important;
}
/*Header*/
#header {
	width: 100% !important;
}
#homeBanner {
	width: 100% !important;
}
/*Content*/
#content.twoThirds {
	width: 94% !important;
	padding: 1% !important;
}
/*Sidebar*/
#sidebar {
	width: 94% !important;
	float: left !important;
	padding: 1% !important;
}
#sidebar .widgetBox {
	margin: 0 !important;
	width: 100% !important;
	min-height: 0 !important;
}
#sidebar #wpinstagram-widget-2 {
	display: none !important;
}
#sidebar #text-5 {
	display: none !important;
}
#sidebar .widget-title {
	display: none !important;
}
#sidebar .twtr-widget {
	display: none !important;
}
/*Footer*/
#footer .inside {
	width: 100% !important;
	float: left !important;
}
.main {
	float: left !important;
}
.main #blog_subscription-2 {
	display: none !important;
}
.oneThird {
	width: 97% !important;
}
.metafooter h3.segunda {
	width: 100% !important;
}
div.wizylike_button.style_2 {
	width: 100% !important;
	padding: 0 !important;
}
/*Base Template*/	
.thumbs {
	width: 300px;
	margin: 0 auto;
}
#homeBanner {
	height: 180px!important;
}
#bannerText {
	margin-top: -30px;
}
#homeBanner p {
	font-size: 15px;
}
.thumbs .small {
	margin-left: 0px !important;
}
.widgetBox {
	width: 96%;
	float: left;
}
#mainNav ul {
	margin: 0 0 0 17px;
}
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
/*Topo*/
.mauto {
	width: 100% !important;
}
.topmenu {
	position: relative !important;
	width: 100% !important;
}
#logo {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}
#logo img {
	margin: 0 auto !important;
	width: 50% !important;
	height: auto !important;
}
#mainNav {
	float: left !important;
	width: 100% !important;
	display: block !important;
	position: relative !important;
	height: auto !important;
	right: 0 !important;
	margin: 0 !important;
}
#mainNav li {
	display: block !important;
	text-align: center !important;
	margin: 5px 0 !important;
}
#mainNav ul ul {
	background: whiteSmoke !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 8px 0 0 !important;
}
.sf-menu ul {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
}
#mainNav ul ul li {
	margin: 0 !important;
}
/*Conteiner*/
#container {
	width: 100% !important;
}
#main {
	width: 100% !important;
}
/*Header*/
#header {
	width: 100% !important;
}
#homeBanner {
	width: 100% !important;
}
/*Content*/
#content.twoThirds {
	width: 94% !important;
	padding: 1% !important;
}
/*Sidebar*/
#sidebar {
	width: 94% !important;
	float: left !important;
	padding: 1% !important;
}
#sidebar .widgetBox {
	margin: 0 !important;
	width: 100% !important;
	min-height: 0 !important;
}
#sidebar #wpinstagram-widget-2 {
	display: none !important;
}
#sidebar #text-5 {
	display: none !important;
}
#sidebar .widget-title {
	display: none !important;
}
#sidebar .twtr-widget {
	display: none !important;
}
/*Footer*/
#footer .inside {
	width: 100% !important;
	float: left !important;
}
.main {
	float: left !important;
}
.main #blog_subscription-2 {
	display: none !important;
}
.oneThird {
	width: 97% !important;
}
.metafooter h3.segunda {
	width: 100% !important;
}
div.wizylike_button.style_2 {
	width: 100% !important;
	padding: 0 !important;
}
/*Base Template*/
#homeBanner {
	height: 180px!important;
}
#bannerText {
	margin-top: -20px;
}
#homeBanner p {
	font-size: 12px;
}
.thumbs {
	width: 300px;
	margin: 0 auto;
}
.thumbs .small {
	margin-left: 0px !important;
	margin-bottom: 10px !important;
}
.widgetBox {
	width: 94%;
	float: left !important;
	margin: 0 !important;
}
commentForm input[type="text"], #comments input[type="text"] {
	width: 40% !important;
	margin-right: 5px !important;
}
#commentForm label, #comments label {
	font-size: .8em;
}
}


/*LOOK VOTACAO*/

/*CONTEINER
#form_arena{ width: 498px; float: left; }
.wp-showdown-votehere{ width: 100%; float: left; padding: 3px; border: 1px solid #AAA; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/FOTO/
.wp-showdown-votehereimg{ float:right; overflow: hidden; height: 700px; }
/VOTACAO/
.wp-showdown-votenumbers{ float: right; width: 47px; height: 700px; margin: 0px !important; overflow:hidden; margin-left:3px !important; }
.wp-showdown-captionnot, .wp-showdown-captionhot{ padding: 0px !important; width: 100%; height:5%; float:left; }
.amei-look, .nao-amei{ background-position:center !important; background-repeat:no-repeat !important; color: transparent !important; }
.amei-look{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa.png) no-repeat center !important; }
.nao-amei{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/nao-amei.png) no-repeat center !important; background-size: 70% !important; }
/numero do voto/
.voto-10{ height: 20%; }.voto-10{ line-height: 130px; }
.voto-9 { height: 14%; }.voto-9 { line-height: 90px; }
.voto-8 { height: 11%; }.voto-8 { line-height: 78px; }
.voto-7 { height: 10%; }.voto-7 { line-height: 70px; }
.voto-6 { height: 9%; } .voto-6 { line-height: 66px; }
.voto-5 { height: 8%; } .voto-5 { line-height: 58px; }
.voto-4 { height: 6%; } .voto-4 { line-height: 42px; }
.voto-3 { height: 5%; } .voto-3 { line-height: 35px; }
.voto-2 { height: 4%; } .voto-2 { line-height: 28px; }
.voto-1 { height: 3%; } .voto-1 { line-height: 20px; }
.wp-showdown-voteclass{ width:100%; text-align:center; float:left; background: deepPink !important; border-bottom: 4px solid white !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wp-showdown-voteclass a{
padding: 0px !important;
border: none !important;
height: 100% !important;
color: white !important;
font-size: 22px !important;
font-weight:bold !important;
width: 100% !important;
}
.wp-showdown-voteherecaption{ width: 100%; line-height: 30px; float: left; text-transform: uppercase; }
.wp-showdown-votedraw{ margin: 3px 0px 0px !important; width: 100% !important; float: right !important; border:none !important; padding: 3px; line-height: 14px; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 0.5px; }


.wp-showdown-youvoted{ float: right !important; width: 190px !important; position: relative; }
.wp-showdown-youvotedvote{ font-size: 14px !important; text-transform: uppercase; font-weight: bold !important; margin-bottom: 20px !important; border-bottom: 1px solid #AAA !important; }
.wp-showdown-sharing span{ margin-bottom: 10px !important; float: left; background: none !important; width: 50% !important; padding: 0px !important; }
.wp-showdown-sharing span img{ width:40px !important; height:auto !important; margin:0 auto !important; }
.wp-showdown-youvotedimg{ float: left; border: 1px solid #AAA !important; padding: 3px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 190px; }
.wp-showdown-youvotedimg a{ height: auto !important; overflow: hidden; }
.wp-showdown-youvotedimg img{ margin:0px auto !important; width: 100% !important; height: auto !important; }
.wp-showdown-youvotedavg{ float: left; width: 100% !important; font-size: 11px !important; }

.look-img-destaque{ width:300px; float:left; margin-right: 20px; }
.look-img-destaque img{ width:100%; height:auto; }
.wp-showdown-stats { float: left !important; width: 100% !important; max-width: 380px !important; }
.wp-showdown-stats h3{ border-bottom: 1px solid !important; margin-bottom: 10px !important; }
.wp-showdown-stats p{ padding: 0px !important; width: 100% !important; margin-bottom: 10px !important; font-size: 14px !important; }
body.single .metafooter, body.single #commentForm{ width:100%; float:left; margin-top:20px !important; }
body.single .meta{ font-size: 12px; text-align: right !important; }
.votar{ background: deepPink; line-height: 20px; padding: 5px 30px; color: white; font-weight: bold; text-transform: uppercase; font-size: 14px; margin: 20px auto !important; display: block; width: 50px; }
.votar:hover{ color:white; background:#B60765; }

.wp-showdown-stat{ float:left; width:100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #AAA; }
.img-destaque{ width: 150px; display: block; float: left; margin-right:20px !important; }
.img-destaque img{ width:100%; height:auto; }
.titulo-pontos{ float:left; }
.wp-showdown-title{ font-size: 30px; border-bottom: 1px solid #AAA; }

.wp-showdown-stat:first-child .img-destaque{ width: 300px !important; }
.wp-showdown-stat:first-child .coroa{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa-G.png) no-repeat center !important; width: 100px; height: 100px; margin-left: 100px; background-size: 100% !important; }

.wp-showdown-stat:nth-child(2) .img-destaque{ width: 250px !important; }
.wp-showdown-stat:nth-child(2) .coroa{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa-P.png) no-repeat center !important; width: 75px; height: 75px; margin-left: 85px; background-size: 100% !important; }

.wp-showdown-stat:nth-child(3) .img-destaque{ width: 200px !important; }
.wp-showdown-stat:nth-child(3) .coroa{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa-B.png) no-repeat center !important; width: 50px; height: 50px; margin-left: 75px; background-size: 100% !important; }

.ver-classificacao{ width: 100% !important; padding: 5px 0px !important; float: left !important; font-size: 11px !important; } 
*/


/*BATALHA 	ADD*/
.wp-showdown-results{ padding: 0px !Important; }
.wp-showdown-results h2{ text-align: center; text-transform: uppercase; font-size: 18px; padding: 0px !important; margin-bottom: 10px !important; }
.wp-showdown-winner h3 span, .wp-showdown-loser h3 span, .wp-showdown-drawn h3 span{ padding: 6px 0 6px 40px !important; background-position-y: center !important; }
.wp-img{ width: 130px !important; height: 240px !important; display: block !important; margin: 0px auto !important; box-shadow: 0px 3px 5px -1px black !important; overflow:hidden; }
.wp-img img{ width:130px !important; height:auto; }
.wp-showdown-winner p, .wp-showdown-loser p, .wp-showdown-drawn p{ background: rgba(0, 0, 0, 0.4) !important; width: 130px !important; margin: -20px auto 0px !important; color: white !important; position: relative !important; }
.wp-showdown-container{ border:none !important; }
.wp-showdown-container h2{ padding: 0px !important; margin-bottom: 10px !important; font-size: 14px !important; text-transform: uppercase !important; color: #AAA !important; border-top: 1px solid !important; border-bottom: 1px solid !important; line-height: 30px !important; background: #FAFAFA !important; }
.wp-showdown-title{ padding-bottom:10px !important; }
.wp-showdown-title a{ color:#FDB4D8; }
.wp-showdown-caption{ margin:0px !important; }
.wp-showdown-votehere .wp-showdown-draw, .wp-showdown-votehere .wp-showdown-votedraw{ width:50% !important; }
.wp-showdown-image:hover h3 a { margin-left: -25px !important; }
.wp-showdown-image:hover img{ box-shadow: 0px 0px 3px 3px #D52828; -moz-box-shadow: 0px 0px 3px 3px #D52828; -webkit-box-shadow: 0px 0px 3px 3px #D52828; }
.wp-showdown-image:hover h3 a { background: url(select-new.png) no-repeat 0 3px !important; }

body.single .metafooter, body.single #commentForm{ width:100%; /*float:left;*/ margin-top:20px !important; }
body.single .meta{ font-size: 12px; text-align: right !important; }

.wp-showdown-stat:first-child .coroa{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa-G.png) no-repeat center !important; width: 100px; height: 100px; margin-left: 100px; background-size: 100% !important; }
.wp-showdown-stat:first-child .titulo-pontos{ margin-top:100px !important; }
.wp-showdown-stat:nth-child(2) .coroa{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa-P.png) no-repeat center !important; width: 75px; height: 75px; margin-left: 85px; background-size: 100% !important; }
.wp-showdown-stat:nth-child(2) .titulo-pontos{ margin-top:75px !important; }
.wp-showdown-stat:nth-child(3) .coroa{ background: url(http://lutranchesi.com.br/wp-content/uploads/2013/02/coroa-B.png) no-repeat center !important; width: 50px; height: 50px; margin-left: 75px; background-size: 100% !important; }
.wp-showdown-stat:nth-child(3) .titulo-pontos{ margin-top:50px !important; }

.wp-showdown-content a{ width:300px !important; margin:0 auto !important; }
.wp-showdown-content img{ width:100% !important; height:auto; }


/*CLASSIFICACAO*/
.wp-showdown-stat{ float: left; width:350px; margin: 10px 0px; padding: 10px 0px; border-bottom: 1px solid #D52828; }
.wp-showdown-stat:first-child, .wp-showdown-stat:nth-child(2), .wp-showdown-stat:nth-child(3){ width: 100% !important; }
.wp-showdown-stat:first-child .wp-showdown-stat-content{ width: 300px !important; margin-right: 20px !important; }
.wp-showdown-stat:nth-child(2) .wp-showdown-stat-content{ width: 250px !important; margin-right: 20px !important; }
.wp-showdown-stat:nth-child(3) .wp-showdown-stat-content{ width: 200px !important; margin-right: 20px !important; }
.wp-showdown-stat-content{ float: left; margin-right: 10px; width: 150px; }
.wp-showdown-stat-content img{ width:100%; height:auto; }

.titulo-pontos{ float:left; width: 170px; }
.wp-showdown-stat:first-child .titulo-pontos, .wp-showdown-stat:nth-child(2) .titulo-pontos, .wp-showdown-stat:nth-child(3) .titulo-pontos{ width: 300px !important; }
.titulo-pontos .wp-showdown-title{ padding: 0px !important; font-size: 18px; }
.wp-showdown-stat:first-child .titulo-pontos .wp-showdown-title, .wp-showdown-stat:nth-child(2) .titulo-pontos .wp-showdown-title, .wp-showdown-stat:nth-child(3) .titulo-pontos .wp-showdown-title{  margin-bottom: 20px; font-size:22px; }

.titulo-pontos p{ font-size: 13px !important; }
.batalha{ background: #D52828; color: white; padding: 3px 8px; }
.batalha:hover{ background:#DAC4C4; }

.cont-look-batalha p:nth-child(1){ display:none !important; }
.look-img-destaque{ float:left; margin-right:20px; }
.wp-showdown-stats{ width: 380px; float: left; }
.wp-showdown-stats p { padding: 0px !important; width: 100% !important; margin-bottom: 10px !important; font-size: 14px !important; }
.wp-showdown-stats h3 { border-bottom: 1px solid !important; margin-bottom: 10px !important; }

/*WIDGET-BATALHA*/
.Top10Widget{ background:white; }
.wp-showdown-widget{ float: left; width: 280px; padding: 10px; border-top: 1px solid #D52828; }
.wp-showdown-widget-content{ float: left; margin-right: 10px; width:130px !important; }
.wp-showdown-widget-content:first-child{ width:130px !important; }
.wp-showdown-widget-content:nth-child(2){ width:110px !important; }
.wp-showdown-widget-content:nth-child(3){ width:90px !important; }
.ver-todos{text-align: center; float: left; width: 100%; line-height: 30px; border-top: 1px solid #D52828 !important; background: #D52828 !important; color: white !important;}
.ver-todos:hover{ background:#DAC4C4; color:#D52828 }
.wp-showdown-widget-content img{ width:100%; height:auto; }
.wp-showdown-widget-content p{ font-size:14px; }
.wp-showdown-title{ font-size: 16px !important; padding: 0px !important; margin: 0px 0px 10px !important; text-transform:uppercase; min-height:40px; }

.titulo-pontos-widget{ float: left; width: 140px; }

body.page-id-7806 #commentForm, body.page-id-7735 #commentForm{ display:none !important; }
#sidebar .widgetBox{ float:left; width:100%; }


/*insta*/
li.touchcarousel-item {
	width: 136px;
	float: left;
	margin: 1px !important;
	border: 1px solid #aaa;
	list-style: none;
}
.touchcarousel-item img{
	display: block;
	width: 100%;
	height: auto;
}

#footer .instagram{
	margin: 1.5% !important;
	float: left !important;
	position: relative;
	width: 30% !important;
}
#footer .instagram li.touchcarousel-item {
	width: 146px !important;
}

.videoContainer iframe{
	width:100% !important;
	height:400px !important;
}
