/*

Theme Name: industriahoje
Theme URI: http://www.industriahoje.com.br/
Author: Fiz Digital
Text Domain: industriahoje

*/

/*
	100% width auto control for "img", "object" and
	"embed" controls.
	============================================ IMAGE FULL WIDTH CONTROLS ====
*/
img, object, embed { max-width: 100%; }
img { height: auto; }
figure img { max-width: 100%; }




/*******************************************************************************
						Base
*******************************************************************************/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.site-main{
    width: 100%;
    padding:20px 0 20px 0;
    overflow:hidden;
}

/**
 * 6.1 Links
 */

a {
	color:#d95b43;
	text-decoration:underline;
}

a:hover,
a:focus {
	color:#e9725b;
}




/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/*******************************************************************************
				Global
*******************************************************************************/


body,
button,
input,
select,
textarea
 {
	color:#444444;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:normal;
}

p{
    margin-bottom:20px;
}
h1, .h1, h2, .h2, h3, .h3, h4 .h4{
    margin-top:0;
}

cite{
    margin:0 0 3px 0;
    padding:0;
    color:#FF6600;
    line-height:0;
    font-size:16px;
}
cite a{
   text-decoration: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color:#5a5a5a;
}

:-moz-placeholder {
	color:#5a5a5a;

}

::-moz-placeholder {
	color:#5a5a5a;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color:#5a5a5a;
}



h3, h4, .h4, h5, .h5, h6, .h6{
    margin-top:0;

}


/*******************************************************************************
				Wordpress
*******************************************************************************/

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;

}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
    text-align: center
}

/**
 * 14.0 Media
 */

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video,
span > embed,
span > iframe,
span > object,
span > video {
	margin-bottom: 0;
	max-width: 100%;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 12.1  Autor
 */

.autor{
    margin-bottom:10px;
    overflow:hidden
}

.author-info {
	margin:9px 0;
	padding:10px 12px 0 12px;
    background-color: #f7f7f7;
    overflow:hidden;
}

.author-info .avatar {
	float: left;
    width:100px;
	height:119px;
	margin:0 25px 10px 0;

}

.author-heading {
	color: #707070;
	font-size: 14px !important;
	letter-spacing: 0.04em;
	margin-bottom:8px;
	text-transform: uppercase;
    font-weight:bold;
}

.author-title {
	clear: none;
    font-weight:bold;

}

.author-bio {
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description a {
	color:#000;
    text-decoration: none;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
    text-decoration: none;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	font-size:12px;
    padding:5px 0;
    float:left;
    width:100%;
    margin:10px 0 0 0;
    text-align: left;
    color:#000;
}





/**
 * 12.1 Posts and pages
 */

.hentry {
	position: relative;
    overflow:hidden;
    margin-bottom: 20px
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	float:left;
    margin-right:15px;
}



.entry-header {
	padding:0;
    margin:0;
    width:100%;
}

.entry-title {
	font-size:42px;
	line-height:1.2;
    color:#fff;
    margin:0 0 5px 0;
    font-weight:bold;
    color:#000;
    text-align: left
}
h2.entry-title{
    font-size:20px;
	line-height:1.2;
    color:#fff;
    margin:0 0 5px 0;
    font-weight:normal;
    color:#000;
}
.entry-title a{
     color:#333;
     text-decoration: none;
}

.category h2.entry-title{
    margin:0 0 5px 0;
}
.category p.meta{
    color:#A8A8A8;
    margin:0 0 5px 0;
    font-size:12px;
}


.entry-content,
.entry-summary {
	padding:0 25px 0 0;
    overflow:hidden;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-summary{
    color:#555555;
    font-size:14px;

}


.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	padding:0;
    width:100%;

}

.category .page-header{
    padding:0 0 0 15px;
}

.page-title {
	font-size:34px;
	line-height:0.8;
    color:#333;
}


.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
    margin-bottom:30px
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}
.entry-meta{
    padding:0;
    margin-bottom:20px;
}

.entry-meta p{
    color:#5a5a5a;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom:10px;
    font-weight:300;
    font-size:12px;
}
.entry-meta a{
     color:#5a5a5a;
    text-decoration:underline;
}
.entry-meta a:hover{
    text-decoration:none;
}

.entry-meta .widget{
    border: none;
    text-decoration: none;
    padding:0;
    margin:0 0 10px 0;
    font-size:13px;
    font-weight:bold;
}
.entry-meta .widget li{
    border: none;
}

.archive .entry-meta{
    padding:0;

}
.archive .entry-meta p{
    border:none;
    padding:0;
    margin:0;
}
.archive .entry-meta a{
    color:#5a5a5a;
}

.category  .entry-header{
    overflow:hidden;
    padding:0;
}

.category  .entry-title{
    margin-bottom:20px;
}

.category  .entry-title a:hover{
   color:#FA7107;
}

/*******************************************************************************
							Form
*******************************************************************************/

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	line-height: 1.5;
	margin: 0;
	vertical-align:baseline;

}

button,
input {
	line-height: normal;
}
input,
select,
textarea,
input[type=password],
input[type=email],
input[type=text] {
	line-height: normal;
    background-color:#f8f8f8;
    width:100%;
    padding:8px 5px;
    color:#5a5a5a;
    border:1px solid #f8f8f8;
    margin:0 0 8px 0;
}

input:focus,
textarea:focus {
	background-color:#ebebeb;
	border-right:4px solid #da5841;

}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size:14px;
	padding:8px 1.5833em;
    color:#fff;
    background-color:#FD7200;
    border:1px solid #FD7200;
}



button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color:#FF8E33;
	outline: 0;

}

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

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

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

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width:100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

h1, h2, h3, h4, h5{
    font-weight: normal !important;
}

/*******************************************************************************
							Header and Logo
*******************************************************************************/

.header{
    width:100%;
    background-color:#fff;
    padding:10px 0;
    border-bottom:1px solid #333;
}

.header .widget li{
	border:none;
}
.header .searchform{
    padding:30px 0 0 0;
}

.header .searchform input{
    position:relative;
}
.header .searchform input[type=submit]{
    position:absolute;
    top:30px;
    right:15px;
    width:15%;
    background:#FF6600 url(images/lupa.png) center center no-repeat;
    z-index: 1;
}
.header .searchform input:hover[type=submit]{
    position:absolute;
    top:31px;
    right:15px;
    width:15%;
    background:#FF7E28 url(images/lupa.png) center center no-repeat;
}

.header .crafty-social-buttons{
    padding:25px 0 0 0;
}
.logotipo{


}
.publicidade-top{
    height: 110px;
    margin-bottom:10px;
    padding:9px 0 0 0;
	background-image: url("images/bg-pbc.png");
}

.banner-top{
    width:730px;
    height:90px;
    margin:0 auto;
}


/*  Menu
/* ------------------------------------ */

.nav{
     width:100%;
     padding-bottom:7px;
}

#menu, #menu ul {
    margin: 0;
    padding:0;
    list-style: none;
}


#menu {
    margin: 0;
    padding:5px 0 0 10px;
    list-style: none;
    }

#menu li {
    float: left;
    position: relative;
    font-weight: normal;
}


#menu a {
    float: left;
    padding:3px 17px;
    color:#000;
    text-decoration: none;
    font-size:14px;

}

#menu li:hover > a {
    color: #111;
}

*html #menu li a:hover { /* IE6 */
    color: #111;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding:0 10px;
    display: none;
    position: absolute;
    top:30px;
    left: 0;
    z-index: 99999;
    background-color: #eee;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
    width:220px;
    border:1px solid #b1b2b4;
}

#menu ul li {
    float:left;
    width:90%;
    margin: 0;
    display: block;
    padding:8px 10px;
    -webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

#menu ul li:last-child {
    box-shadow: none;
}

#menu ul a {
    padding:0;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */
    height: 10px;
    width: 160px;
}

#menu ul a:hover {
    color:#333;

}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #ef4f89;;
}



/*   Home
/* ------------------------------------ */

.colunista{
    overflow:hidden;
    padding:25px 0;
}

.box-colunista{
    background:#eee;
    padding:15px;
    min-height:262px;

}
.colunista img{
    margin-bottom:10px;
    display:block;
    margin:0 auto;
    width:100px;
	height:119px;
}
.colunista p{
    margin-bottom:12px;
    text-align: center
}
.colunista h3{
    font-size:18px;
}
.colunista h4{
    font-size:14px;
    margin-bottom:5px;
    text-align: center;
}
.colunista h4 a{
    color:#333;
    text-decoration:none;
}
.colunista h4 a:hover{
    color:#000;
}
.autor{
    padding:5px 0;
}
.autor a{
    text-decoration: none;
}

/*   Post
/* ------------------------------------ */

.regua-maior{
   margin-bottom:20px;
   padding-bottom:25px;
   overflow:hidden;

}

.regua-post-horizontal{
    overflow:hidden;
    margin-bottom:20px;
}

.post-top h2{
    color:#333;
    font-size:33px;
    margin:0 0 15px 0;
    font-weight: bold;
}
.post-top h2 a{
    color:#333;
    text-decoration:none;
}
.post-top h2 a:hover{
    color:#333;
}
.post-list-menor ul{
    margin:0;
    padding:0;
}
.post-list-menor ul li{
    list-style:none;
     display:block;
    margin-bottom:5px;
    font-size:14px;
}
.post-list-menor ul li a{
    display:block;
    padding:3px 0 3px 0;
    text-decoration: none;
    color:#333;
}
.post-list-menor ul li a:hover{
    color:#111;
}

.post-quadrado-menor{
    overflow:hidden;
}

.post-retangulo-menor p{
    margin-bottom:5px;
}

.post-quadrado-menor h4{
    font-size:18px;
}
.post-quadrado-menor h4 a{
    color:#333;
    text-decoration: none;
}
.post-quadrado-menor h4 a:hover{
    color:#333;
}


.box-sem-foto{
   overflow:hidden;
   padding:5px 0;
}

.post-quadrado{
    padding:0 0 20px 0;
    overflow:hidden;
}
.post-quadrado h4{
    font-size:18px;
}

.post-quadrado h4 a{
    color:#333;
    text-decoration: none;
}
.post-quadrado h4 a:hover{
    color: #d95b43;
    text-decoration: none;
}
.post-quadrado p{
    font-size:18px;
    color:#646464;
    margin-bottom: 5px;
    font-style: italic;
}
.post-quadrado a{
    color: #d95b43;
    text-decoration:none;
}

.post-sem-foto{
   overflow:hidden
}
.post-sem-foto h4{
    color:#333;
    font-size:18px;
}
.post-sem-foto h4 a{
     color:#333;
    text-decoration: none;
}
.post-sem-foto h4 a:hover{
    color: #d95b43;
    text-decoration: none;
}


.post-destaque-central h2{
    font-size:18px;
}
.post-destaque-central h2 a{
    color:#333;
    text-decoration: none;
}
.post-destaque-central h2 a:hover{
    color:#000;
}


.post-quadrado-menor img, .post-quadrado img{
   height:95px;
   margin-bottom:15px;
}
.regua-maior img, .post-destaque-central img{
   width:360px;
   height:200px;
   margin-bottom:15px;
}

/*   Form
/* ------------------------------------ */

.wpcf7 p{
    margin-bottom:2px;

}


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */


.post-top-destaque-sidebar{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #eee;
}
.post-top-destaque-sidebar h4, .post-retangulo-menor h4{
    font-size:16px;
    color: #d95b43;
}
.post-top-destaque-sidebar p{
    margin:0;
}
.post-top-destaque-sidebar h2{
    font-size: 26px;
    color:#333;
    margin-bottom:5px
}
.post-top-destaque-sidebar h2 a{
    color:#000;
    text-decoration:none;
}
.post-top-destaque-sidebar h2 a:hover{
    color:#000;
}
.post-top-destaque-sidebar img{
     margin-bottom:5px;
     height:166px;
    width: 100%;
}

.post-sem-foto-sidebar{
    margin-bottom:10px;
    border-bottom: 1px solid #eee;
}
.post-sem-foto-sidebar h4{
    color:#333;
    font-size:18px;
}
.post-sem-foto-sidebar h4 a{
    color:#000;
    text-decoration: none;
}
.post-sem-foto-sidebar h4 a:hover{
    color:#333;
    text-decoration: none;
}
.post-sem-foto-sidebar  p{
   color: #d95b43;
   margin-bottom:5px;
}

.news{
    background:#fff;
    padding:15px 15px 0 15px;
    margin-bottom:12px;
    border-bottom:1px solid #ccc;
    overflow:hidden
}
.news h3{
    font-size:22px;
    color:#000;
}
.news p{
   margin-bottom:5px;
    font-size:14px;
}
.wpcf7 p{
   margin-bottom:0;
}
.news input{
    background-color:#fff;
	margin-bottom:5px;
}
.news input[type="submit"]{
    background-color:#00BCD4;
	border:none;
	margin:0;
}

/**
 * 11.0 Widgets
 */

.widget {
	padding:8px 12px;
    margin-bottom:20px;
}
.widget p{
    color:#333;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
    background-color:#fff;
    margin-bottom:7px;
    width:100%;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size:12px;
	padding:10px 1.5833em;
    color:#fff;
    background-color:#000 !important;
    border:1px solid #d95b43 !important;
}
.widget input:hover[type="submit"] {
    background:#d95b43;

}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding:10px 5px 11px;
    color:#5a5a5a;
}

.widget-title {
	margin:0 0 20px 0;
	letter-spacing: 0.04em;
    font-size:24px;
    color:#000;
}

.widget > :last-child {
	margin-bottom: 0;
}
.widget a,
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
    text-decoration: none;
    color:#575757;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
	color:#333;
}

.widget ul,
.widget_wysiwyg_widgets_widget ul,
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
    padding:0;
}

.widget li,
.widget_wysiwyg_widgets_widget li,
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border:none;
    padding:7px 0;
    display: block;
	border-bottom:1px dashed #ccc;
}

.widget li:last-child,
.widget_wysiwyg_widgets_widget li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	border:none;

}

.widget li a:hover,
.widget_wysiwyg_widgets_widget li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover {
	color:#FC7408;
}

.widget li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}


/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { font-weight: 600; }
.widget_calendar a:hover { color: #444!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { color: #F06277; padding: 5px 10px; text-transform: uppercase; }
.widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
.widget_calendar thead { background: #e2e2e2; -webkit-box-shadow: 0 1px 0 #ddd; box-shadow: inset 0 -1px 0 #ddd; }
.widget_calendar th { font-weight: 600; }
.widget_calendar th,
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }


.widget_search input{
    margin:0 0 3px 0 !important;
}
.widget_search input[type=submit]{
    border-radius:0;
    margin:0 0 0 3px !important;
}

.widget_search .searchform{
    position:relative;

}
.widget_search input[type="submit"]{
    position: absolute;
    right:0;
    top:19px;
    background-image:url(images/lupa.png);
    background-repeat: no-repeat;
    background-position:center center;
    width:18px;
    height:19px;
    padding:20px 20px;
    border:none;
}
.widget_search input:hover[type="submit"]{
   padding:3px 5px;
}

.geral-widget{
    background:#f8f8f8;
    margin-bottom:20px;
}
.geral-widget ul{
    margin: 0 0 10px 0;

}
.geral-widget h3{
   background:#006699;
   color:#fff;
   padding:5px 10px;

}
.geral-widget p{
    font-weight:400;
    font-size:13px;
    text-align: right;
    color:#da5841;
    margin: 0;
}
.geral-widget p a{
    color:#da5841;
}


/*  footer
/* ------------------------------------------------------------------------- */

.subfooter{
    padding:35px  15px ;
    overflow:hidden;
    font-weight:300;
    border-top:1px solid #000;

}

.subfooter  h4{
    font-size:28px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.subfooter p{
     color:#000 !important;
}
.subfooter ul{
    padding:0;
    margin:0;
}
.subfooter ul li{
    border:none;
    padding:5px 0;
    display: block;
    font-size:14px;
}

.site-footer{
    padding:15px 20px 0 15px;
    overflow:hidden;
		background-color: #111;
}
.site-footer .widget{
  background:none !important;
  padding:0;
	border:none;
	list-style:none;
}
.site-footer .widget ul li{
    border: none;

}

.site-footer p{
    color:#fff;
    margin:0;
    padding:0;
    text-align:right;
    font-weight:300;
    line-height:inherit
}
.site-info {
	color: #fff;
	font-size: 12px;
}
.site-info a{
    text-decoration:none;
		color: #fff;
}
.site-info a:hover {
	text-decoration: underline;
}


/*  404
/* ------------------------------------------------------------------------- */

.error-404 p{
    text-align: center;

}

.no-results{
    text-align: left !important;
}



/*  Comentario
/* ------------------------------------------------------------------------- */

.comentario-face h3{
     font-weight: bold;
     margin-bottom:10px;
     padding:10px 0;
     border-bottom: 1px solid #ccc;
     font-size: 18px;
}


/* = Imagem efeito
-------------------------------------------------------------- */

img.efeito-1 {

}


img.efeito-1:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	Filter: Alpha(Opacity=90)
}

img.grayscale{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
img.grayscale:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}



/* = Ação
-------------------------------------------------------------- */

a.btn{
    font-size:12px;
    padding:7px 24px;
    text-decoration:none;
    color:#fff;
    border-radius:0;
    text-transform:uppercase;
    width:100%;
}

a.btn-laranja{ background:#DD6D59; }
a:hover.btn-laranja{ background:#E28372; }

/**
 * 1.0 Categorias
 */

article{
    border-bottom:1px solid #eaeaea;
    padding:0 0 10px 0;
}


article:first-child h2{
    font-size:30px;
    font-weight:bold;
}
article:first-child img{
    overflow:hidden;
    display: block;
}

/**
 * 1.0 Paginação
 */
.pagination > li > a, .pagination > li > span{
    border-color: #eaeaea;
    color:#5a5a5a
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background:#FA7107;
    border-color:#FA7107;
}


.error-404{
    text-align: center;

}

#text-3{
    margin:0 0 0 20px !important;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {



}
@media only screen and (min-width: 768px) and (max-width: 959px) {



}


@media only screen and (max-width: 720px) {

.site-main{
    padding-top:185px;

    }

.logotipo{
    width:100%;
    padding:0;
}
.logotipo img{
    width:40%;
    margin-left:5%;
}

.social-header{
    display: none;
    overflow:hidden;
}

.header{
    background:#fff;
    border: none;

    }

.header-fixo{
    position: fixed;
    min-height:100px;
    z-index: 9999;
    background:#fff;
    width:100% !important;
}

.header .searchform{
    padding:50px 0 0 0;
    display: none;
}
.header .searchform input[type=submit]{
    position:absolute;
    top:51px;

}
.header .searchform input:hover[type=submit]{
    position:absolute;
    top:31px;

}



/*  Menu
/* ------------------------------------ */

.nav{
    display:none;
    overflow:hidden;
}

.page-header {
	padding:15px 0 10px 0;
}
 .header .ep_social_widget{
    padding:10px 0 0 34%;
}
.header{
    background:none !important;
}

.entry-content,
.entry-summary {
	padding: 0 0 10px 0;
}


.widget button,
.widget input {
    width:98%;
}

.page-header h2{
    font-size:18px;
    text-align: center;
}
.page-title{
    text-align: center;
    font-size:15px
}
.widget {
	padding:0 5px;
    background-color:#fff;
    margin-bottom:3px;
}

.regua-maior img{
   height:192px;
   width: 100%;
   margin-bottom: 15px;
}

.post-top-destaque img{
  height:192px;
  width: 100%;
  margin-bottom: 15px;

}

.post-quadrado-menor img, .post-quadrado img, .post-destaque-central img, .regua-post-horizontal img{
   height:192px;
   width: 100%;
   margin-bottom: 15px;
}


.box-colunista{
   min-height:auto;
}


.post-top h2, .post-quadrado h4, .box-vertical h4, .regua-post-horizontal h4, .regua-post-horizontal h3, .post-vertical h4, .post-sem-foto h4, .post-destaque-central h4, .post-quadrado-menor h4, .post-destaque-central h2{
    font-size: 18px !important;
    color: #000 !important;
    font-weight:bold;
    padding:0 10px;
    }
.post-list-menor ul li{
     font-size: 18px !important;
    color: #000 !important;
    font-weight:bold;
    padding:0 10px;
    }

.post-list-menor ul li a{
   border: none;
    }


.crafty-social-buttons ul{
        display:table !important;
        margin: 0 auto !important;
    }
.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.header-fixo{
    position: fixed;
    min-height:100px;
    z-index: 9999;
    background:#fff;
    width:91%;
}

.publicidade-top{
    height: 110px;
	background: none;
}

.banner-top{
    width:auto;
    height:90px;
    margin:0 auto;
    padding:0 10px;
}

    .geral-widget{
        padding:0 10px;

    }
    .home .site-main{
        padding-left:0;
        padding-right:0;

    }

    .site-main{
        padding-left:10px;
        padding-right: 10px;
    }

    .post-list-menor ul li a{
      color:#000;
    }




    .post-top h2{
      font-size:26px !important;
    }
    .post-list-menor ul li a{
        color: #000;
    }


    .regua-maior{
        padding-bottom:15px;
        border-bottom: none;
    }
    .post-sem-foto{
        margin: 0;
        border: none;
    }
    .post-sem-foto h4{
        padding-top: 10px
    }
    .post-sem-foto h4:last-of-type{
        border:none;
    }


    .yuzo_related_post .relatedthumb{
        width: 100% !important;
    }
    .yuzo-img-wrap img{
        width: 100% !important;
        display: block;
        margin: 0 auto;
    }
    .yuzo-img-wrap{
       display: block;
      margin: 0 auto 15px;

    }
    .yuzo-img{
        width: 100% !important;
        height:180px !important;
        display: block;
        margin: 0 auto;
    }
    .yuzo__text--title{
        float: left !important;
        margin-bottom:15px !important;
    }
    .yuzo_related_post{
        padding:0 !important;
        background: none !important;
    }
    .yuzo_related_post .relatedthumb{
        margin: 0 !important;
        background:none !important;
    }

}
