/*
Theme Name: MPA
Author: ID1 Tecnologia
Author URI: https://id1.com.br
Description: Tema desenvolvido para o Site do Movimento dos Pequenos Agricultores - Brasil
Version: 1.1
*/

/*Components HTML*/
a{
  color: #c92020;
}
a:hover{
  color: #6e1010;
}

.text-primary{
  color: #c92020;
}
.btn-primary{
  background-color: #c92020;
  border: #c92020;
}
.btn-primary:hover{
  background-color: #6e1010;
  border: #6e1010;
}

/*NEWS-BLOCK*/
.news-info .inner-box{
  padding-left: 70px;
  min-height: 85px;
}
.news-block-five{
  margin-bottom: 20px !important;
}
.news-block-five .inner-box .lower-box{
  padding: 10px 0 0;
}
.news-block-four .inner-box .content-box .category{
  background-color: #999;
}
.news-block-four .inner-box .content-box h3 a:hover,
.news-block-seven .inner-box .lower-box h3 a:hover,
.news-block-five .inner-box .lower-box h3 a:hover, 
.news-block-four .inner-box .lower-box h3 a:hover{
  color: #c92020;
}

.main-header .logo-outer{
  padding: 25px 0px;
}

/*MAIN MENU*/
.main-menu .navigation > li > a{
  padding: 17px 15px;
}
.main-menu .navigation > li > ul > li:hover > a{
  background-color: #c92020;
}



/*MAIN MENU MOBILE*/
.main-header .nav-toggler button{
  color:#fff;
  border-color: #fff;
}

.main-header .nav-toggler{
  top: -180px;
}

@media only screen and (max-width: 479px){
  .hidden-bar .logo{
    background: none;
  }
}
/**/
.main-footer .footer-bottom .logo{
  height: 90px;
}

.main-footer .widgets-section{
  padding-top: 50px;
}

.main-footer .footer-bottom{
  padding-top: 50px;
}

.title-footer {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid rgba(255,255,255,0.10);
}

.author{
  line-height: 1.3em;
}

.news-block-seven{
  margin-bottom: 40px;
}

.sec-title{
  margin-bottom: 15px;
}
.sec-title h2{
  background-color: #c92020;
}

.news-block-five{
  margin-bottom: 35px;
}

.glink{
  color: #fff;
  margin-right: 5px;
}
.glink:hover{
  color: #fff;
  text-decoration: underline;
}

/*SIDEBAR*/
.sidebar-page-container{
  padding-bottom: 40px;
}

.sidebar-widget{
  margin-bottom: 50px;
}

.sidebar-title{
  margin-bottom: 20px;
}


.blog-carousel-section{
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 60px;
}

/*WIDGETS*/
.widget-post{
  margin-bottom: 20px;
  min-height: 100px;
}

.widget-post a, .widget-post a:hover{
  color: #c92020;
}

.widget-post-two{
  min-height: 0px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.widget-post-two .post-thumb{
  width: 60px;
}

.social-icon-top a{
  background-color: #c92020 !important;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta li{
  display: block;
  margin-top: 10px;
}

.news-block-four{
  padding-bottom: 0;
  margin-bottom: 20px;
}

/*SOCIAL ICONS - INICIAL*/
.thumb-social .thumbnail{
  border: 0;
}

.thumb-social .thumbnail i{
  font-size: 32px;
}

.thumb-social a{
  color: #777777
}
.thumb-social a:hover{
  color: #c92020
}

/*WIDGETs*/
.sidebar-title h2{
  background-color: #c92020;
}

/*INTEGRAÇÂO*/
.content-integracao{
  font-size: 16px; 
  line-height: 1.6em;
  color: rgba(255,255,255,0.60);
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}
a:hover .content-integracao{
  color: #c92020;
}

/*PAGE*/
.page-title{
  border-bottom: 1px solid #ddd;
}
.page-title h2{
  font-size: 22px;
}

/*BREADCRUMB*/
.page-title-breadcrumb{
  margin-top: 10px;
}
.page-title-breadcrumb li{
  text-transform:none;
}


/*LISTA DE CATEGORIAS*/
.cat-list > .active > a{
  font-weight: 600;
}

/*PAGINAÇÃO*/
.pagination ul{
  position: relative;
  display: inline-block;
}
.pagination li{
  position: relative;
  display: block;
  float: left;
  margin: 0px 5px 5px 0px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  line-height: 26px;
  height: 30px;
  font-size: 14px;
  text-transform: capitalize;
  min-width: 30px;
  background: none;
  color: #999999;
  font-weight: 400;
  text-align: center;
  border: 2px solid #ddd;
  font-family: 'Montserrat', sans-serif;
}
.pagination li a:hover{
  border-color: #c92020;
  background-color: #c92020;
  color: #fff;
}
.pagination li .current{
  position: relative;
  display: inline-block;
  line-height: 26px;
  height: 30px;
  font-size: 14px;
  text-transform: capitalize;
  min-width: 30px;
  background-color: #c92020;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border: 2px solid #c92020;
  font-family: 'Montserrat', sans-serif;
}

/*FORM*/
.form-group > span > input, textarea{
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  padding: 12px 20px;
  background: #ffffff;
  color: #333333;
  border: 2px solid #e0e0e0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.form-group > span > input{
  height: 50px !important;
}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="text"]{
  text-transform:none;
}

/*RECOMENDAÇÕES*/
.reviews-widget .title-footer{
  margin-bottom: 30px;
}
.reviews-widget .review-block{
  margin-bottom: 10px;
  min-height: 60px;
}
.review-block .inner-box .image{
  width: 50px;
}
.review-block .inner-box .text{
  padding-top: 10px;
}
.review-block .inner-box{
  padding-left: 70px;
}

/*FORMULÁRIO DE CONTATO*/
div.wpcf7-response-output{
  margin: 0 0 1em !important;
  padding: 1em !important;
}
div.wpcf7-mail-sent-ok{
  background-color:#398f14;
  color: #fff
}
div.wpcf7-validation-errors{
  border: 2px solid #ccc !important;
  background-color:#ccc;
  color: #ff0000
}

/*FOOTER*/
.footer-menu{
  position: relative;
  z-index: 99;
}
.footer-menu > li{
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  
}
.footer-menu > li:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #c92020;
}
.footer-menu > li > a{
  color:#777;
}
.footer-menu > li > a:hover{
  color:#c92020;
}
.footer-subtitle{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #c92020;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

/*SIDE - LOJA*/
#anuncio .btn-red{
  background-color: #c92020;
  color: #fff;
}
.margin-vert-10{
  margin: 10px 0;
}

#img.aligncentered, div.aligncentered {
  text-align:center;
  margin:0 auto;
}

img.alignleft, div.alignleft {
  float:left;
  margin:0 0.5em 0.5em 0;
}

img.alignright, div.alignright {
  float:right;
  margin:0 0 0.5em 0.5em;
}

/*LEGEND-IMG*/
.wp-caption-text{
  font-style: italic;
  font-size: 12px;
  margin-bottom: 15px !important;
}

.id1_date{
	color: #999999;
    font-weight: 600;
    font-size: 12px;
    padding-left: 0px;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*CONTEÚDO*/
.alignleft{
	float: left;
    margin-right: 20px;
}
.alignright{
	float: right;
    margin-left: 20px;
}
.content-side > .content-inner > figure{
	width: auto !important;
}
