/*-----------------------------------------------------------

    Theme Name: Monte Xisto
	Version: 1.0
    Description: Premium WordPress Thoughts theme by WPExplorer and heavy Nelson d'Aires customization
    Author: WPExplorer & Nelson d'Aires
    Author URI: http://www.wpexplorer.com
    Designed & Developed by WPExplorer and customized by Nelson d'Aires
	Theme URI: http://www.wpexplorer.com/thoughts-wordpress-theme
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, flexible-width, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
	
		
/* Reset
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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


/* Body & Main
================================================== */


@font-face {
    font-family: 'planetabold';
    src: url('fonts/planeta/planeta-bold-webfont.eot');
    src: url('fonts/planeta/planeta-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/planeta/planeta-bold-webfont.woff') format('woff'),
         url('fonts/planeta/planeta-bold-webfont.ttf') format('truetype'),
         url('fonts/planeta/planeta-bold-webfont.svg#planetabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_NeutraText BookAlt';
	src: url('fonts/neutratextalt/NeutraText BookAlt.eot');
	src: url('fonts/neutratextalt/NeutraText BookAlt.woff') format('woff'), 
		 url('fonts/neutratextalt/NeutraText BookAlt.ttf') format('truetype'), 
		 url('fonts/neutratextalt/NeutraText BookAlt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
font-family: "Conv_NeutraText LightAlt";
src: url('fonts/NeutraTextLightAlt.eot');
src: 
	url('fonts/NeutraTextLightAlt.otf') 
	format('truetype');
font-weight: normal;
font-style: normal;	

}

@font-face {
font-family: "Neutra Text Bold Alt";
src: url('fonts/NeutraTextBoldAlt.eot');
src: 
	url('fonts/NeutraTextBoldAlt.otf') 
	format('truetype');
font-weight: normal;
font-style: normal;	
}

body {
	background: #dcddde;
	nowhitespace: afterproperty;
	font: 16px/1.8 'Conv_NeutraText BookAlt', Helvetica, Arial, sans-serif;
	color: #000;
	padding: 0px 100px 60px 100px;
	-webkit-text-size-adjust: 100%;
	
}
body a {
	color: #ed2825;
}
body a:hover {
	color: #1e3141;
}

#wrap {
	max-width: 960px;
	min-width: 280px;
	margin: 0 auto;
	/*border: 1px solid black;*/
}

/* Commons
================================================== */


/*img {
	max-width: 100%; 
}
*/

.imprensa img {
	max-width: 100%; 
}



img.img-mobile{
max-width: 100%;
}

img.img-full{
max-width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

/*blockquote*/
blockquote {
	position: relative;
	margin: 30px 20px;
	font-style: italic;
	text-align:center;
	color: #000;
	font-size:28px;
	letter-spacing:4px;
	line-height:35px;
	font-weight:100;
}

blockquote p:last-child {
	margin: 0;
}


/*preformatted text*/
pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 40px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/*address*/
address {
	letter-spacing: 1px;
	margin: 20px 0;
}

/*page featured image*/
#page-featured-img {
	position: relative;
	margin-bottom: 25px;
}

#page-featured-img img {
	display: block;
	width: 100%;
}

/*wp*/
.sticky {
}

.gallery-caption {
}


/* Lists
================================================== */
.post-entry-content ul {
	margin: 30px 0 30px 20px;
}

.post-entry-content ol {
	margin: 30px 0 30px 25px;
}

.post-entry-content ul {
	list-style: disc;
}

.post-entry-content ol {
	list-style: decimal;
}

.post-entry-content ul li, .entry ol li {
	margin: 0 0 5px;
}


/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.4em;
	font-family: 'planetabold', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000;
	/*color: #1e3141;*/
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #ed2825;
	text-decoration: none;
}

.post-entry-content h2, .post-entry-content h3, .post-entry-content h4, .post-entry-content h5, .post-entry-content h6 {
	margin: 60px 0 30px;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 20px;
}

.entry p:last-child {
	margin: 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid rgba(0, 0, 0, 0.2);
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

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

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a {
	outline: 0;
}

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

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.links-ficha a, links-ficha a:visited  {
	color:#000;
}

.links-ficha a:hover {
	color:#ed2825;
}

.links-ficha a::after { 
content:" \00bb"; 
color: #ed2825;
}



/* Headings
================================================== */

/*page heading*/
#page-heading {
	position: relative;
	margin-bottom: 30px;
}

#page-heading h1, #page-heading h2 {
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}
#page-heading span{
	margin-right: 10px;
}


/* Header
================================================== */

/*header*/
#header {
	position: relative;
	/*background: #dcddde;*/
	margin-bottom: 60px;
	font-family: 'planetabold', sans-serif;
}

/*logo*/
#logo h1 a, #logo h2 a {
	display: block;
	float: left;
	padding: 0px;
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	padding: 40px;
	text-transform: uppercase;
	
}

#logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	z-index:100;
	padding-left: 10px;
}

#logo h1, #logo h2 {
	margin: 0 auto;
	line-height: 1em;
	font-size: 1.500em;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector, #navigationleft .selector {
	display: none;
}

/*core*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 180px;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 30px;
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 180px;
	top: 1px;
}

/*styling*/
#navigation {
	position: absolute;
	height: 70px;
	top: 65px;
	right: 15px;
	margin-top: -16px;
}

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
	top: 32px;
}

#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px;
	top: 0;
}

#navigation .sf-menu a {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	color: #000;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	text-transform: uppercase;
}

#navigation .sf-menu > li > a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#navigation .sf-menu li {
	float: left;
	position: relative;
}

#navigation .sf-menu > li > a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

}

#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current-menu-item > a:hover {
	/*background: #ed2825;*/
	color: #fff;
	font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

}

#navigation .sf-menu > li.sfHover > a,
#navigation .current-menu-parent > a,
#navigation .current-menu-parent > a:hover{
	color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

}

/*drop-down styles*/
#navigation .sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	width: 200px;
	z-index: 9999;
	left: 0;
	padding-top: 10px;
}

#navigation .sf-menu ul > li:first-child{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#navigation .sf-menu ul > li:last-child{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#navigation .sf-menu ul li {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

#navigation .sf-menu ul li:first-child {
	border-top: 0;
}

#navigation .sf-menu ul li:last-child {
	border-bottom: 0;
}

#navigation .sf-menu ul a {
	display: block;
	padding: 12px;
	color: #000;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1.8em;
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
	text-transform: none;
}

#navigation .sf-menu ul li > a:hover {
	background: #000;
	color: #fff;
}

/*styling left*/
#navigationleft {
	position: absolute;
	height: 70px;
	top: 65px;
	left: 15px;
	margin-top: -16px;
}

#navigationleft .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
	top: 32px;
}

#navigationleft ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px;
	top: 0;
}

#navigationleft .sf-menu a {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	color: #000;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	text-transform: uppercase;
}

#navigationleftn .sf-menu > li > a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#navigationleft .sf-menu li {
	float: left;
	position: relative;
}

#navigationleft .sf-menu > li > a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#navigationleft .sf-menu > .current-menu-item > a,
#navigationleft .sf-menu > .current-menu-item > a:hover {
	/*background: #71be43;*/
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#navigationleft .sf-menu > li.sfHover > a,
#navigationleft .current-menu-parent > a,
#navigationleft .current-menu-parent > a:hover{
	color: #fff;
}

/*drop-down styles*/
#navigationleft .sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	width: 200px;
	z-index: 9999;
	left: 0;
	padding-top: 10px;
}

#navigationleft .sf-menu ul > li:first-child{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#navigationleft .sf-menu ul > li:last-child{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#navigationleft .sf-menu ul li {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#navigationleft .sf-menu ul li:first-child {
	border-top: 0;
}

#navigationleft .sf-menu ul li:last-child {
	border-bottom: 0;
}

#navigationleft .sf-menu ul a {
	display: block;
	padding: 12px;
	color: #000;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1.8em;
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
	text-transform: none;
}

#navigationleft .sf-menu ul li > a:hover {
	background: #000;
	color: #fff;
}


/* Homepage
================================================== */
#homepage-header{
	position: relative;
}
#homepage-title{
	color: #fff;
	margin-bottom: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}
#homepage-title span{
	margin-right: 10px;
}


/* Slider
================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

/* FlexSlider Necessary Styles */ 
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/*main*/
.flexslider-container {
	position: relative;
}

.flexslider {
	zoom: 1;
	position: relative;
}

.flexslider ul {
	margin: 0;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#gallery-slider .flex-direction-nav li a.flex-next,
#gallery-slider .flex-direction-nav li a.flex-prev {
	position: absolute;
	display: block;
	width: 40px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	background: #000;
	color: #fff !important;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

#gallery-slider .flex-direction-nav li a.flex-next {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#gallery-slider .flex-direction-nav li a.flex-prev {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#gallery-slider .flex-direction-nav li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	color: #fff;
	text-decoration: none;
}


/* Posts
================================================== */
.post-entry{
	overflow: hidden;
	background: #f9fafb;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	margin-bottom: 30px;
}
.post-entry-text {
	padding: 40px 0;
	width: 90%;
	margin: 0 auto;
}
#imprensa-kit.post-entry-text {
	padding-top: 0;
}
.post-entry p:last-child {
	margin: 0;
}

.post-entry-thumbnail img,
.post-entry-thumbnail a,
.post-entry-video{
	display: block;
	width: 100%;
}

	


.post-entry img{
	box-shadow: #000 0em 0em 0em;
}

.post-entry header h1,
.post-entry header h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 2.000em;
}

body.page .post-entry header h1{
	margin: 20px 0 20px;
}

.post-entry-meta{
	text-align: center;
	list-style: none;
	margin-bottom: 30px;
	font-size: 0.875em;
	color: #8d9398;
}
.post-entry-meta a{
	color: #2eae9b;
	text-decoration: none;
}
.post-entry-meta a:hover{
	color: #e73420;
}

.post-entry.format-quote {
	display: block;
	background: #279383;
	color: #fff;
	position: relative;
	text-shadow: none !important;
}

.post-entry.format-quote .quote-content {
	font-family: 'planetabold', "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	color: #fff;
	padding: 80px 0;
	font-size: 1.750em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.quote-author{
	font-family: 'Conv_NeutraText BookAlt';
	margin-top: 20px;
	font-size: 0.750em;
	text-transform: none;
	font-style: italic;
}

.post-entry-footer{
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.813em;
	font-family: 'planetabold', Helvetica, Arial, Helvetica, sans-serif;
}
.post-entry-footer:before{
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	margin-bottom: 20px;
	background: #ced5db;
}
.single .post-entry-footer:after{
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	margin-top: 20px;
	background: #ced5db;
}
.post-entry-footer span.wpex-icon-minus{
	font-weight: normal;
	font-size: 0.688em;
	margin: 0 10px;
	color: #bbb;
}
.post-entry-footer a:hover{
	text-decoration: none;
	color: #2eae9b;
}
.post-entry-footer p{
	margin-bottom: 0;
	color: #8d9398;
}

#post-pagination{
	margin-bottom: 30px;
}
#post-pagination a{
	font-family: 'planetabold', "Helvetica Neue", Helvetica,Arial;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.875em;
}
#post-pagination a:hover{
	color: #2eae9b;
}
#post-pagination .post-next,
#post-pagination .post-prev{
	width: 48%;
}
#post-pagination .post-prev{
	float: left;
}
#post-pagination .post-next{
	float: right;
}
#post-pagination .post-prev span{
	margin-right: 10px;
}
#post-pagination .post-next span{
	margin-left: 10px;
}
#post-pagination .post-next{
	text-align: right;
}
#post-pagination a:hover span{
	text-decoration: none;
}


/* Pagination
================================================== */
.page-pagination {
	margin: 0 0 23px;
	overflow: hidden;
	text-align: center;
}

.page-of-page span.inner {
	padding: 0 10px;
}

.page-of-page, .page-pagination a, .page-pagination span.outer {
	font-size: 0.875em;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 7px;
	display: block;
	float: left;
	color: #fff;
	background: #030507;
	-moz-box-sizing: border-box;
	border-radius: 2px;
}

.page-pagination a, .page-pagination span.outer {
	width: 35px;
}

.page-pagination a:hover, .page-pagination span.current {
	color: #fff;
	background: #279383;
	text-decoration: none;
}


/* Footer
================================================== */

/*footer main*/
#footer-wrap{
	/* background: #fff; */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#footer {
	font-family: 'planetabold', "Helvetica Neue", Helvetica, Arial;
	padding: 30px 0;
	font-size: 0.813em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#footer a{
	color: #000;
}


/* Search
================================================== */

/*main*/
input[type="search"] {
	background: url("./images/search.png") no-repeat scroll 96% center #fff;
	color: #666;
	font-family: 'planetabold', "Helvetica Neue", Helvetica, Arial;
	font-size: 0.813em;
	padding: 0 16px 0 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
#footer input[type="search"] {
	background-image: url("./images/search-light.png");
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

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

#footer input[type="search"] {
	background-color: #222;
	border-color: #222;
	color: #666;
}
#footer input[type="search"]:focus{
	color: #aaa;
}

#footer input[type="search"] {
	box-shadow: none;
}

/* search toggle*/
#searchbar{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}


/* Forms / Inputs / Buttons
================================================== */

/*inputs*/
input[type="text"], input[type="password"] {
	height: 40px;
	line-height: 40px;
}

input[type="text"], input[type="password"], textarea {
	font-family: 'planetabold', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	display: block;
	font-size: 12px;
	margin-left: 0;
	padding: 0 15px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 transparent, 0 0 0 transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-appearance: none;
	border-radius: 2px;
}

textarea {
	width: 100%;
	padding: 10px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	border-color: #ccc;
	-moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
}
.entry button, .entry input[type="button"], .entry input[type="submit"], #commentsbox input[type="submit"] {
	font-family: 'planetabold', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	background: #2eae9b;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 0.813em;
	cursor: pointer;
	-webkit-appearance: none !important;
}

.entry button:hover, .entry input[type="button"]:hover, .entry input[type="submit"]:hover,#commentsbox input[type="submit"]:hover {
	background: #35c9b3;
}

.entry button:active, .entry input[type="button"]:active, .entry input[type="submit"]:active, #commentsbox input[type="submit"]:active {
	top: 1px;
}


/* Comments
================================================== */
#commentsbox {
	margin-top: 30px;
}
h3.comments-title {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 1.500em;
}

.comment-details ul {
	margin: 0;
}

.commentlist {
	margin: 0;
}

.commentlist li {
	list-style: none;
	margin: 0;
}

.children li.depth-2 {
	margin: 0 0 0px 65px;
}

.children li.depth-3 {
	margin: 0 0 0px 65px;
}

.children li.depth-4 {
	margin: 0 0 0px 65px;
}

.children li.depth-5 {
	margin: 0 0 0px 65px;
}

.children li.depth-6 {
	margin: 0 0 0px 65px;
}

.children li.depth-7 {
	margin: 0 0 0px 65px;
}

.children li.depth-8 {
	margin: 0 0 0px 65px;
}

.children li.depth-9 {
	margin: 0 0 0px 65px;
}

.children li.depth-10 {
	margin: 0 0 0px 65px;
}

.comment-body {
	margin-bottom: 30px;
}

.comment-details {
	position: relative;
	margin-left: 70px;
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 transparent, 0 0 0 transparent;
}
.comment-avatar {
	position: absolute;
	left: -70px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 4px;
}

.comment-author{
	color: #1e3141;
}
.comment-author, .comment-author .author a:link, .comment-author .author a:visited {
	font-weight: 600;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 0.688em;
	font-weight: normal;
	font-family: 'planetabold';
}

.comment-date a {
	color: #888;
}

.comment-reply-link {
	font-size: 0.688em;
	color: #2eae9b;
	font-family: 'planetabold';
}
.comment-reply-link:hover{
	color: #e73420;
	text-decoration: none;
}

.comment-reply-link:before {
	content: "\b7\a0";
}

#cancel-comment-reply-link {
	color: #C30;
}
#cancel-comment-reply-link:hover{
	color: #1e3141;
}
.commentlist .children {
	margin: 0;
}

#comments-logged-in {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 13px;
}

#log-out {
	float: right;
	margin-top: -56px;
}

.form-submit {
	margin-bottom: 0;
	height: 70px;
}

h3#reply-title {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 1.500em;
}
.children #commentform textarea {
	width: 95.6%;
}

#commentform input {
	float: left;
	margin-right: 10px;
}

#commentform label {
	font-family: 'planetabold', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#commentsbox span.required {
	color: #C30;
	font-size: 9px;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	font-size: 13px;
	width: 40%;
	margin-top: 0;
}

#commentform textarea {
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
}

/* 404 Page
================================================== */
#error-page-title {
	font-size: 5.000em;
	text-align: center;
	font-weight: bold;
	background: none;
	line-height: 1em;
	border: none;
	margin: 0 0 10px;
}

#error-page-title span {
	margin-right: 7px;
}

#error-page-text {
	text-align: center;
	font-size: 16px;
}

/* WordPress Styles
================================================== */

/*aligns*/
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 0 10px 20px;
	color: #666;
}

/*floats*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*text style*/
.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

/*captions*/
.wp-caption {
	max-width: 100% !important;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*smiley reset*/
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/*blockquote*/
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/*img attachment*/
#img-attch-page {
	text-align: center;
	overflow: hidden;
}

#img-attch-page img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}

/*gallery shortcode*/
.gallery-item img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*other*/
.bypostauthor{}

/* !!!!!!!!!!!!!!!!!!!ALTERACOES NELSON!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!ALTERACOES NELSON!!!!!!!!!!!!!!!!!!!!!!! */

/*nelson footer */
#footer img {
	margin:0px 20px;
}

/*nelson header h1 */
.post-entry-text header h1 {
	font-weight:300;
	line-height: 0.9em;
	font-family: 'planetabold', Helvetica, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	font-size: 3.00em;
	letter-spacing:5px;
	line-height: 50px;
}

.post-entry-text.clearfix header h1.making-of {
	text-align: center;

}

.post-entry-text.clearfix header h1.fotografo {
	line-height: 0.5em;
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: none;
	margin: 0;
	font-size: 1.60em;
	letter-spacing:0px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.post-entry-text.clearfix header h1.titulo_do_ensaio_fotografico {
	line-height: 0.9em;
	font-family: 'planetabold', Helvetica, Arial, Helvetica, sans-serif;
	text-transform: none;
	margin: 0;
	font-size: 3.0em;
	letter-spacing:0px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0;
}


.post-entry-content-lead {
	padding: 0 135px 0 135px;
	text-align:justify;
}



.post-entry-text header h1.bio {
	font-weight:300;
	line-height: 0.9em;
	font-family: 'planetabold', Helvetica, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 4.000em;
	letter-spacing:18px;
}

.post-entry-content-bio {
	padding: 0 135px 0 135px;
	text-align:justify;
}

.post-entry-content-texto {
	padding: 0 145px 0 145px;
	text-align:justify;
}


.post_meta {
width: 120px;
float: left;
border-top: 0px solid #e9e9e9;
padding-top: 0px;
font-size: 1.00em;
margin-right: 10px;
}

.post_meta ul li.tautor {
	font-style: normal;
}


.next-previous-foto{
	margin-top:10px;

}

.next-previous-foto a {
font-size: 1.000em;
color:#666;
padding:5px 40px 5px 40px ;
}
.next-previous-foto a:hover {
color:#ed2825;
}

#cooler-nav{clear: both; height: 100px; margin: 0 0 70px;}
#cooler-nav .nav-box{/*background: #e9e9e9;*/ padding: 10px;}
/*#cooler-nav img{float: right; margin: 0 10px 0 0;}*/
.previous img{float: left; margin: 0 10px 0 0;}
.next img{float: right; margin: 0 10px 0 0;}
#cooler-nav p{margin: 0 10px; font-size: 12px; vertical-align: middle;}
#cooler-nav .previous{float: left; width: 350px;}
#cooler-nav .next{float: right; width: 350px;}

/* FIM Nelson Pagina Exposição */

/*Página Fotografo*/

.post-entry-text header h1.norte {
	font-weight:300;
	line-height: 1.4em;
	font-family: 'planetabold', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 4.000em;
}
.post-entry-regiao {
overflow: hidden;
text-shadow: 1px 1px 1px rgba(255,255,255,1);
margin-bottom: 30px;
}
.mapa-regiao {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/*Página Inicial Monte Xisto*/
.home-title{
	position: absolute;
left: 50%;
top: 50%;
margin: -60px 0 0 -450px;
width: 900px;
height: 250px;
z-index: 10;
}

.home-title #slidecaption {
width: 100%;
line-height: 250px;
margin: 0;

}


div#slide-caption h1.monte-xisto a{
font-weight: 300;
line-height: 0.9em;
font-family: 'planetabold', Helvetica, Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
font-size: 4.00em;
letter-spacing: 0px;
color: #fff;
text-align: center;
display: block;
}

span.xisto-subtitle{
	color: #fff;
	font-size: 1.5em;
	font-family: 'Arial', Helvetica, sans-serif;
	text-align: left;
	display: block;
	margin-top:10px;
	margin-left: 50px;
}
/*FIM Página Inicial Monte Xisto*/



.post-entry-meta-single{
	text-align: center;
	list-style: none;
	margin-bottom: 30px;
	font-size: 0.875em;
	color: #8d9398;
}

.post-entry-meta-single li h1 a{
	font-size:0.875em;
	color: #000;
	text-decoration: none;
}

ul.post-entry-meta-single li h2 {
		color: #8d9398;
}

.post-entry-meta-single li h2 a{
	font-family: 'planetabold', Helvetica, Arial, sans-serif;
	font-size:0.875em;
	color: #8d9398;
	text-decoration: none;
	margin: 0 0 100px;
}

.post-entry-meta-single li h3 a{
	font-family: 'planetabold', Helvetica, Arial, sans-serif;
	font-size:1.175em;
	color: #8d9398;
	text-decoration: none;
	text-transform:uppercase;
}

.post-entry-meta-single li h4 a{
	font-family: 'planetabold';
	font-size:0.875em;
	color: #8d9398;
	text-decoration: none;
	text-transform:uppercase;
	color: #ed2825;
}

.post-entry-meta-single a:hover{
	color: #ed2825;
}
.post-entry-meta-single li h4 a:hover{
	font-family: 'planetabold';
	font-size:0.875em;
	color: #8d9398;
	text-decoration: none;
	text-transform:uppercase;
	color: #000;
}

/*CONTACTOS*/

#contactos ol {
  list-style-type: none;
}
 
#contactos ol li {
  position: relative;
  margin-bottom: 20px;
}
 
#contactos li p {
  padding-left: 170px;

}

#contactos li p a {
  color:#000;
  text-decoration: none; 
  border-bottom:1px dotted #666; 
}

#contactos li p a:hover {
  color:#ed2825;
  text-decoration:none;
}

 
#contactos ol li span {
  position: absolute;
  width:150px;
  color:#444;
}



/* button show map */

.button.red {
background: none repeat scroll 0 0 #e0645c;
color: white;
}

.button {
border: 0 none;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: 'Conv_NeutraText BookAlt', Arial,sans-serif;
text-transform:uppercase;
font-size: 13px;
font-weight: bold;
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
padding: 7px 10px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
text-align: center;
}
.button.red:hover {
	background: none repeat scroll 0 0 #999999;
}	

/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#dcddde;}



/* Container */
#simplemodal-container {height:50%; width:50%; color:#bbb; background-color:#fff; padding:0px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

/*nextgen magnify */
.new-im-frame-photo {
/* border: 1px solid rgba(0,0,0,0.3); */
padding: 12px;
padding-bottom: 50px;
/* border-radius: 5px; */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); */
}


/* !NEXT PREV PAGE SIBLING NAVIGATION */
.prev-pagina, .next-pagina { position: fixed; top: 0; width: 10%; opacity: 0.5; filter: alpha(opacity=50); z-index: 800; height: 100%; cursor: pointer; }
.prev-pagina { left: 0; margin-left:20px;  background: url(images/left.png) 0% 50% no-repeat;}
.next-pagina { right: 0; margin-right:20px; background: url(images/right.png) 100% 50% no-repeat;}
.prev-pagina:hover, .next-pagina:hover { opacity: 1; filter: alpha(opacity=100) }


.intense {
    cursor: url('images/plus_cursor.png') 25 25, auto;
}

.popup {
    cursor: url('images/plus_cursor.png') 25 25, auto;
}

.stt-gototop {
z-index: 900;
}

.logos-header-wrapper{
	/*padding: 10px 65px 60px 65px;*/
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.logo-left{
width: 50%;
float: left;
text-align: left;

}

.logo-left img{
max-width: 100%;

}

.logo-right{
width: 50%;
float: right;
text-align: right;
}

.logo-right img{
max-width: 100%;

}

/*mobile-pages-menu*/
/*hide things*/
#navigation-mobile ul{
display: none;
}

/*hide menu title from de navigation-mobile nav*/
#navigation-mobile .selector {
	display: none;
}

/* attachments in template fotógrafos*/
.centerimg {
width: 100%;
margin: 0 auto;
text-align: center;
}

.centerimg img.vertical{
width: 50%;
}

.centerimg img.horizontal{
width: 100%;
}

.blog-entry img{
	max-width: 100%;
}

