/*
Theme Name: PAD.Org.Br
Theme URI: http://www.pad.org.br/
Description: Tema para PAD.Org.Br
Version: 2.0
Author: Boss21
Author URI: http://www.boss21.com.br
*/


* {
  margin:0px auto;
  padding: 0px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;    
}

body {
  background-color:#FFF;
  font-family: 'Lato', Arial, Tahoma, sans-serif;
  font-size: 16px;
}

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

a:hover {
  color:#999;
  text-decoration:none;
}

hr { border:0; border-bottom:1px dotted #999999; height:1px; background-color:#FFF; }

::-moz-selection { background:#666; color:#ffffff; } 
::selection { background:#666; color:#ffffff; } 
 
table tr td { 
  vertical-align:top;
  text-align:left;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/**** wordpress classes ****/
.wpb_heading.wpb_singleimage_heading {
  font-size: 16px;
  text-align: center;
  color: #333;
}



/**** geral ****/

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/**** titulo ****/

.titulo {     
  display: inline-block;
  background-color: #42b3e0;
  color: #fff;
  font-size: 40px;
  font-family: 'Lato', Tahoma, Arial;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;

  margin:0 0 10px 0;
  padding: 5px 3%;
  border:0;

  position: relative;
}

.titulo-internas {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}


/**** header ****/

.topo {
  display: flex;
}

  .topo .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .barra-acao {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .busca-menu {
    width: 100%;
    margin-top: 15px;
  }

    .busca {
      text-align: right;
    }

      .busca-input {
        font-size: 12px;
        min-width: 250px;
        padding-right: 30px;
        border-radius: 0;
      }

      .busca-botao {
        background: transparent url('layout/lupa_03.png') no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        border: 0;
        position: absolute;
        top: 10px;
        right: 22px;
      }

    .redes-sociais .custom-html-widget {
      display: flex;
    }

      .redes-sociais .custom-html-widget a img {
        width: 30px;
      }


/**** banner ****/

.banner.internas {
  margin-bottom: 30px;
}


/**** menu ****/

.menu {
  width: 100%;
  margin-bottom: 12px;
}

.legenda-menu {
  display: none;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: auto;
}

.navbar-nav {
  display: flex;
  float: none;
} 

.navbar-default .navbar-nav > li > a {
  background-color: #44b3e0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 6px;
  margin-bottom: 2px;
}

.navbar-default .navbar-nav > li:hover .sub-menu {
  display: block;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current-menu-item > a {
  background-color: #42B3E0;
  color: #fff;
}

.navbar-default .navbar-nav > li:last-child > a {
  border: 0;
}

.dropdown-menu {
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

  .dropdown-menu li {
    margin-bottom: 8px;
    line-height: 1.2;
  }

    .dropdown-menu li a {
      background-color: #D7860C;
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 2px;
    }
          
              
/**** footer ****/

.footer {
  margin: 30px 0;
  text-align: center;
}

  .footer img {
    display: inline-block;
    width: 105px;
    margin: 0 7px;
  }

  .footer-apoio-widget {
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }

    .footer-apoio-widget h6 {
      color: #999;
    }


/**** meio ****/       

.meio {
  padding-bottom: 30px;
  text-align: left;
  border:0;
  overflow:hidden;
} 

.conteudo ul li,
.post-categoria ul li {
  list-style-type:disc;
  margin-left: 20px;
}

.post-categoria-wrapper {
  margin: 0;
}

.post-categoria {
  margin-bottom: 30px;
}

  .post-title {
    position: relative;
    text-transform: uppercase;
    color: #D7860C;
    font-weight: 500;
  }

  .post-thumbnail {
    background: #eee url('layout/logo-footer-pad.png') no-repeat center;
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .post-excerpt {
    position: relative;
    padding-bottom: 15px;
  }

  .menu-sidebar-saiba-mais-container,
  .post-excerpt-mais {
    text-align: right;
  }  

    .menu-sidebar-saiba-mais-container ul {
      margin-left: 0 !important;
      list-style-type: none;
    }

    .menu-sidebar-saiba-mais-container .ver-mais a,
    .post-excerpt-mais .ver-mais {
      background-color: #D7860C;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      padding:  4px 6px;
    }

      .menu-sidebar-saiba-mais-container .ver-mais a::after,
      .post-excerpt-mais .ver-mais::after {
        content: '\2192';
        margin-left: 5px;
      }

    .menu-sidebar-saiba-mais-container .ver-mais-categoria a,
    .post-excerpt-mais .ver-mais-categoria {
      background-color: #44b3e0;
    }

/*Resultados de Busca*/
.resultados-busca,
.resultados-categoria {
  display: flex;
  flex-wrap: wrap;
}

.resultados-categoria {
  margin-top: 15px;
}

  .resultados-categoria .sem-resultados {
    min-width: 100%;
  }

  .resultados-busca .ver-mais {
    background-color: #D7860C;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding:  4px 6px;
  }

    .resultados-busca .ver-mais::after {
      content: '\2192';
      margin-left: 5px;
    }

/*Saiba Mais Home Page*/
.menu-home-saiba-mais-container {
  text-align: right;
  margin-top: 30px;
}

  .menu-home-saiba-mais-container ul li {
    list-style-type: none;
  }

  .menu-home-saiba-mais-container .ver-mais-azul a {
    background-color: #44b3e0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding:  4px 6px;
  }

    .menu-home-saiba-mais-container .ver-mais-azul a::after {
      content: '\2192';
      margin-left: 5px;
    }

/*Ultimate Sticky Posts*/
.post-categoria h2,
.home-sidebar h2,
.resultados-busca h3,
.sidebar > h2 {
  position: relative;
  text-transform: uppercase;
  color: #D7860C;
  font-weight: 500;
  font-size: 24px;
}

.post-categoria h2,
.home-sidebar h2,
.resultados-busca h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-posts-um {
  display: flex;
  flex-wrap: wrap;
}

  .home-posts-um h2 {
    min-width: 100%;
    padding: 0 15px;
  }

  .home-posts-um .bsp_container {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

.post-categoria .bsp_container {
  margin-bottom: 30px;
}

.post-categoria .bsp_image {
  background: #eee url('layout/logo-footer-pad.png') no-repeat center;
  height: 160px;
  overflow: hidden;
}

.bsp_rm {
  text-align: right;
}

  .bsp_rm a {
    background-color: #D7860C;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding:  4px 6px;
  }

    .bsp_rm a::after {
      content: '\2192';
      margin-left: 5px;
    }


/*** sidebar ***/
.home-sidebar .bsp_container {
  margin-bottom: 30px;
}

.home-sidebar .bsp_rm {
  text-align: right;
}

.sidebar h2 {
  font-size: 24px;
}

.sidebar ul {
  margin-left: 20px;
}

.sidebar ul li {
  margin-bottom: 10px;
}


/*** ERRO 404 ***/
.erro-404 { 
  float: left;
  background-color: #EEEEEE;
  float: left;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
}
      
      
/**** PAGE NAVI CSS ****/

#pagenavi {
  display:block;
  float:right;
  width:595px;
  font-size:14px; 
  text-align:center;
  color:#666666;
  margin:20px 50px 0 0;
  overflow:hidden;
  border:0;
}
           
/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/

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

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;

  border:0;

  padding:4px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border:0;
  background-color:#C95237;
  color:#FFF;
  
  padding:4px;
}

.wp-pagenavi span.current {
  font-weight: bold;
}       
