/*
Theme Name: Pluristel
*/

.lang {display:none}

.slideshow .btn {display:none}

span.wpcf7-list-item { display: block; }
.wpcf7 input[type="submit"] {
    background: #78B62E none repeat scroll 0 0;
	border: 1px solid #78B62E;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    min-width: 180px;
    padding: 14px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}
.wpcf7 textarea{
	height:85px;
	border-color:#BFBFBF;
	border-style:solid;
    border-width:0.5px;
}

.widget_search input{
	background: #C9CFD1;
}
#sidebar{
	font-family: regular;
}
.gray-section .image img {
	height: auto;
}
.widget_search input[type="text"]{
	background: #fff;
	color: #6E7070;
}
.widget_search input[type="submit"]{
	color: #6E7070;
}
.conteiner-top{
	margin-top: 2em;
}
#commentform input[type="text"]{
	background: #fff;
	color: #6E7070;
}
#commentform textarea{
	color: #6E7070;
}

/* Loop */
.featured-image{
/* esconder a imagem de cada artigo */
display:none;
  float: left;
  margin-right: 20px;
}
.article-height{
  min-height: 130px;
  overflow: hidden;
}
.article-height-single{
	min-height: 160px;
	overflow: hidden;
}
.article {
  margin-bottom: 2em;
  border-bottom: 1px solid #666;
}
.article-header {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.article-title {
  font: bold 1em/1.25em 'Open Sans', sans-serif; 
}
.article-title-single{
  font: bold 2em/1.25em 'Open Sans', sans-serif;
  margin-top: 0; 
}
.article-title a {
  text-decoration: none;
  color: #666;
}
.article-content p{
	margin-top: -5px;
	margin-bottom: 2em;
}
.article-info {
  font-size: .825em;
}
#sidebar{
	background: #fff;
	padding-left: 1.5em;
}
.navigation{
	width: auto!important;
	font: bold 1em/1.25em 'Open Sans', sans-serif;
	margin-bottom: 2em;	
}
.navigation a{
	text-transform: uppercase;
}
.default-sidebar-wrap{
	overflow: hidden;
}
.widget_search input[type="text"]{
	margin-bottom: .25em;
}
.label{
	margin-bottom: 1em;
	margin-top: 0;
}
.navigation a{
	font-weight: bold;
}
.wp-pagenavi{
	margin-bottom: 2em;
	padding-bottom: 0;
}
.height-404{
	height: 450px;
}
.height-404 h1, .height-404 p{
	text-align: center;
}
@media screen and (max-width: 479px),
screen and (orientation: landscape) and (max-width: 479px),
screen and (orientation: portrait ) and (max-width: 479px) {
	.commentlist{
		padding-left: 0!important;
	}
}
/* Loop end*/

/* main elements */
.info-form .select-box .holder{float: left;}
.post-content {padding-bottom: 0;}
.blog .post h1,
.search .post h1,
.archive .post h1,
.blog .post h2,
.search .post h2,
.archive .post h2 {margin-bottom: 10px;}
.post .img{
	float: left;
}
.post .img img{display: block;}
.content{overflow: hidden;}
.navigation {
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}
.navigation .prev{
	float: left;
	padding-right: 30px;
}
.navigation .next{
	float: right;
	padding-left: 30px;
}
.respond{
	overflow: hidden;
	padding: 0 0 30px;
}
.respond h2{
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 5px !important;
}
.respond p{margin: 0 0 5px !important;}
.respond dl{margin: 0;}
.respond dt{display: block;}
.respond dd{
	margin: 0;
	overflow: hidden;
}
.respond textarea {
	border:1px solid #dddfe0;
	background:#fff;
	padding:5px;
	width:500px;
	height:116px;
	font-size:15px;
	line-height:18px;
	overflow:auto;
	color: #444441;
}
.respond .btn {
	font-size:17px;
	line-height:24px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	background:#a8a8a8;
	border:1px solid #9b9b9b;
	width:150px;
	height:31px;
	-webkit-transition:all .3s;
	transition:all .3s;
	padding:1px 0 0;
	margin: 5px 0 0 0;
	display:block;
}
.respond .btn:hover {
	cursor:pointer;
	background:#cdcdcd;
}
.comments{padding: 0 0 10px;}
.comments h2{
	margin: 0 0 15px;
	font: 19px/25px 'chunkfive-roman', serif;
}
.commentlist{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}
.commentlist .comment{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.commentlist .comment p{margin: 0 0 5px !important;}
.commentlist .comment img{
	float: left;
	margin: 0 5px 5px 0;
}
#content .commentlist ul{
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
#content .commentlist ul li{padding: 0;}
#content .commentlist ul li:before{display: none;}
#sidebar{
	width: 200px;
	float: right;
	margin: 0 0 0 30px;
}
#sidebar h3{
	margin: 0;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .widget{padding-bottom: 15px;}
.wp-pagenavi{
	padding: 5px 0 15px;
}
.wp-pagenavi span{
	color: #000;
	font-weight: normal !important;
}
@media screen and (max-width: 840px){
	.respond textarea{
		width: 380px;
	}
	#sidebar{display: none;}
}
@media screen and (max-width: 600px){
	.respond textarea{
		width: 260px;
	}
}