/*
Theme Name: Extra!Ordinário
Author: Éric Santos, Afonso RIbas
Description: Projeto da disciplina GÊNEROS JORNALÍSTICOS do Curso de Comunicação Social e Jornalismo - UESB
Version: versão 1.0
Tags: projeto, disciplina, uesb, curso, comunicação, social, jornalismo
*/

.destaques h4, .categorias h5, .notas h4
{
    margin-top: 40px;
    font-family: 'Arvo', serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.destaques .carousel .carousel-item > img
{
  height: 300px;
}

.destaques .carousel .indicators
{
    right: 80%;
}

.destaques h2
{
  z-index: 999;
  position: absolute;
  margin-top: 35px;
  margin-left: 35px;
  margin-right: 100px;
  text-align: left;
}

.destaques p
{
  margin-left: 35px;
  margin-top: 180px;
  margin-right: 100px;
  background-color: #ff0000;
  padding: 5px;
  font-family: 'Poppins', san-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.bg
{
    background: rgba(0, 0, 0, 0.7);
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.destaques h2 a
{
  color: yellow;
  font-family: 'Oswald', sans-serif;
}

.conteudo h4
{
  margin-top: 30px;
  font-family: 'Poppins', san-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.conteudo p
{
  color: #5c5c5c;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.listagem-entrevista
{
  padding: 15px 0px 98px 0px;
}

.listagem-cronicas
{
  padding: 15px 0px 53px 0px;
}

.listagem-artigos
{
  padding: 15px 0px 9px 0px;
}

.listagem-notas
{
  padding: 15px 0px 30px 0px;
}

.conteudo
{
  margin-top: 10px;
  margin-bottom: 50px;
}

.entrevista-img
{
  float: left;
  width: 30%;
}

.cronica-img
{
  float: left;
  width: 19%;
}

.titulo-entrevista, .titulo-cronica, .titulo-artigo, .titulo-notas
{
  color: #4c4c4c;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 21px;
  line-height: 19px;
}

.subtitulo-entrevista, .subtitulo-artigo, .chamada-notas
{
  color: #787878;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-top: 7px;
}

.entrevista-txt
{
  float: right;
  width: 67%;
}

.cronica-txt
{
  float: right;
  width: 76%;
}

.categorias .btn-large, .notas .btn-large
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #bf9000;
  background-color: transparent;
  border: 1px solid #bf9000;
  border-radius: 7px;
  display: block;
  width: 200px;
  margin-top: 20px;
}

.categorias .btn-large:hover, .notas .btn-large:hover
{
  background-color: #bf9000;
  color: white;
}

.categorias .botao
{
  margin-top: 30px;
}

.logotipo
{
  margin-top: 30px;
}

.topo
{
  margin-top: 0;
}

.topo .parallax-container
{
  position: relative;
  overflow: hidden;
  height: 200px;
}

.topo ul
{
    list-style:none;
}

.topo a
{
    position: relative; /* Para que a imagem não saia fora do link */
    display:block;
}

.topo a span
{
    display:none; /* Aqui você define que todo SPAN que estiver dentro de um A estará invisível */
}

.topo a:hover span
{
    display:block; /* Aqui você diz que ao passar o mouse sobre o link, colocar um display no span dentro desse link */
    position:absolute; /* Para você poder posicionar ao queira, sem quebrar o layour em volta */
    top: 30px; /* Para ficar na mesma altura do link */
    left: 63%; /* Empurra a imagem para fora do link, ficando ao seu lado */
}

/* menu */
.menu-topo
{
		background-color: #ff0000;
		border-bottom: 1px double #fff;
    height: 65px;
    z-index: 800;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 15px;
}

nav .sub-menu
{
		position: absolute;
		display: none;
		transition: all .3s;
    line-height: 50px;
		background-color: #ff0000;
		z-index: 1000;
    padding-top: 0px;
}

nav .sub-menu li
{
		white-space: nowrap;
		float: none;
    height: 50px;
    width: 100px;
}

li.menu-item-has-children:hover > .sub-menu
{
		display: block;
}
/* fim menu */

.menu-mobile
{
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 15px;
}

#duas-cores
{
background: linear-gradient(to right, #e6e6e6 0%,#e6e6e6 59%,#d4d4d4 59%,#d4d4d4 100%);
}
@media only screen and (max-width: 601px)
{
  #duas-cores
  {
    background: linear-gradient(to bottom, #e6e6e6 0%,#e6e6e6 49%,#d4d4d4 49%,#d4d4d4 100%);
  }
}

.barra
{
  width: 45px;
  height: 3px;
  background-color: #ff0000;
}

.sessao3 h4
{
  margin-top: 40px;
  font-family: 'Arvo', serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.sessao3 .row, .rodape .row
{
  margin-bottom: 0px;
}

.texto-sessao3
{
  padding-bottom: 60px;
  color: #5c5c5c;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.video-resp
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.notas
{
  margin-bottom: 40px;
}

.notas-img
{
  float:left;
  width: 25%;
}

.notas-txt
{
  float: right;
  width: 70%;
}

.rodape .row
{
  margin-bottom: 0px;
}

.rodape
{
  background-color: #ff0000;
}

.texto-rodape
{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin-top: 30px;
}

hr
{
	width: 20%;
}

.rodape .texto-rodape a
{
	color: yellow;
}

.logo-rodape
{
  margin: 20px 0 30px 0;
}

/* páginas internas */

.internas
{
  margin: 30px 0 80px 0;
}

.internas h4
{
  font-family: 'Arvo', serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.internas h5
{
  font-family: 'Arvo', serif;
  color: #ff0000;
  font-weight: 400;
}

.internas .card-panel
{
  padding: 0px;
}

.internas .z-depth-1
{
  box-shadow: none;
}

.internas .lista-entrevistas
{
  padding: 20px 110px 100px 0px;
}

.internas .entrevista-img
{
  float: left;
  width: 20%
}

.internas .entrevista-txt
{
  float: right;
  width: 80%;
}

.internas blockquote
{
  border-left: 5px solid #b0b0b0;
  font-size: 16px;
}

.internas blockquote a, .internas a
{
  color: red;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.internas span
{
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  color: #5c5c5c;
}

.internas p
{
  color: #5c5c5c;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.internas article
{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.internas .collection
{
    margin: 0.5rem 0 1rem 0;
    border: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.internas .collection a.collection-item
{
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a;
}

.internas .collection .collection-item
{
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 0px;
    margin: 0;
    border-bottom: 0;
}

/* INÍCIO DO CSS DE PAGINAÇÃO */
.pagination
{
  clear:both;
  position:relative;
  font-size:11px; /* Pagination text size */
  line-height:13px;
  float:right; /* Pagination float direction */
}

.pagination span, .pagination a
{
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #ff0000; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.pagination a:hover
{
  color:#fff;
  background: #990000; /* Pagination background on hover */
}

.pagination .current
{
  padding:6px 9px 5px 9px;
  background: #dadada; /* Current page background */
  color:#fff;
}

/* FIM DO CSS DE PAGINAÇÃO */

/* INÍCIO DO CSS BUSCA */

input[type=search]
{
	color: #333;
	padding-left: 15px !important;
}

#search-form2
{
	position: absolute;
  top: 0;
  right: 200px;
  width: 240px;
  border-bottom: none;
}

#search-form2 input
{
  position: absolute;
  margin-top: -3px;
}

.menu-topo form
{
  background-color: #fff;
  border-radius: 7px;
  margin-top: 15px;
  height: 35px;
  margin-left: 10px;
}

.menu-topo nav .input-field label i, .menu-topo nav .material-icons i
{
  color: rgba(213, 191, 0, 0.7);
  -webkit-transition: color .3s;
  transition: color .3s;
  margin-top: -13px;
}

.menu-topo .input-field input[type=search]:focus:not(.browser-default)
{
  background-color: #f8f8f8;
  border-radius: 7px;
  color: #32cd33;
}


/* FIM DO CSS BUSCA */
