/*
Theme Name: Conversas
*/

@import url('css/bootstrap.min.css');



@font-face {
    font-family: 'HKGrotesk';
    src: url('hkgrotesk-regular-web.eot'); /* IE9 Compat Modes */
    src:
        url('hkgrotesk-regular-web.woff2') format('woff2'), /* Super Modern Browsers */
        url('hkgrotesk-regular-web.woff') format('woff'), /* Pretty Modern Browsers */
        url('hkgrotesk-regular-web.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('hkgrotesk-regular-web.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'HKGrotesk';
           src: url('hkgrotesk-medium-web.eot'); /* IE9 Compat Modes */
    src:
        url('hkgrotesk-medium-web.woff2') format('woff2'), /* Super Modern Browsers */
        url('hkgrotesk-medium-web.woff') format('woff'), /* Pretty Modern Browsers */
        url('hkgrotesk-medium-web.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('hkgrotesk-medium-web.svg') format('svg'); /* Legacy iOS */
    font-weight: 500;
    font-style: normal;
}





*, ul, li, h1, h2, h3, p {padding: 0;margin: 0; }

html{
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

body{
  background: #ffffca;
	font-family: 'HK Grotesk', Sans-Serif;
  color: #003386;
  height: 100%;
  width: 100%;
}

a, a:hover, a:link, a:active, a:focus{color: #003386; text-decoration: none;}

b, strong{
  font-weight: 500;
}


h1{
  font-size: 27px;
  letter-spacing: .03em;
  line-height: 40px;
  font-weight: 500;
}

h2{
  font-size: 21px;
  line-height: 27px;
  letter-spacing: .03em;
  font-weight: 500;
}

h3{
  font-size: 17px;
  line-height: 23px;
  letter-spacing: .03em;
  font-weight: normal;
}


.pt{
  letter-spacing: .02em;
}

.pt p{
  letter-spacing: .02em;
}

.en{
  font-style: italic;
  letter-spacing: .02em;
}

.en p{
  font-style: italic;
  letter-spacing: .02em;
}
/******** navbar *******/
.navbar-default{
  border: none;
  padding-top: 40px;
  padding-bottom: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffca+2,ffffca+100&1+1,0+99 */
  background: -moz-linear-gradient(top,  rgba(255,255,202,1) 1%, rgba(255,255,202,0.99) 2%, rgba(255,255,202,0) 99%, rgba(255,255,202,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,202,1) 1%,rgba(255,255,202,0.99) 2%,rgba(255,255,202,0) 99%,rgba(255,255,202,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,202,1) 1%,rgba(255,255,202,0.99) 2%,rgba(255,255,202,0) 99%,rgba(255,255,202,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffca', endColorstr='#00ffffca',GradientType=0 ); /* IE6-9 */


}

.navbar-nav{
  float: left;
  margin-top: 30px;
  font-size: 20px;
  line-height: 35px;
}

.navbar-brand>img{
  margin-top: 15px;
  height: 80px;
  width: auto;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:link{
 color: #003386;
}


/******** page *******/

.wrapper{
  margin-top: 240px;
  padding-bottom: 100px;
  min-height: 100%;
}

.page .titulo{
  margin-bottom: 40px;
}

.navigation div{
  display: inline;
}
.prev-posts{
  width: 40%;
  float: left;
}

.next-posts{
  width: 40%;
  float: right;
  text-align: right;
}

.sobre p{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .03em; 
}
/******** serie *******/

.serie .title{
  font-size: 35px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 120px;
  font-weight: 500;
}


/******** conversa *******/

.conversa{
  margin-bottom: 45px;
}

.conversa .title{
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}

.conversa .image{
  margin-bottom: 25px;
}
.conversa .image img{
  width: 94%;
  height: auto;
  box-shadow: 7px 7px 0 #003386;
}

.cartazes{
  margin-top: 60px;
  width: 97%;
  border: 1px solid #003386;
  box-shadow: 7px 7px 0 #003386;
  padding: 20px;
}

/******** conversadores *******/

.conversadores {
  margin-bottom: 70px;
}

.conversadores .head{
  min-height: 140px;
}

.conversadores .nome{
  width: 80%;
  margin-bottom: 10px;
 font-weight: 500;
}

.conversadores .image{
  margin-bottom: 60px;
}

.conversadores .image img{
  width: 94%;
  height: auto;
  box-shadow: 7px 7px 0 #003386;
}

.conversadores .bio{
  margin-bottom: 30px;
}

.conversadores .descricao{
  width: 95%;
  border: 1px solid #003386;
  box-shadow: 7px 7px 0 #003386;
  padding: 20px;
  margin-bottom: 30px;
}

/******** index *******/

.index{
  min-height: 50px;
  padding-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.index .titulo{
  font-weight:500;
}

form{
  margin-bottom: 40px;
}

form div{
  display: inline;
}

form .label-container{
  margin-right: 10px;
}


form .wpas-field{
  margin-right: 20px;
}

input, select, textarea{
  width: 150px;
  height: 23px;
  border: 1px solid #003386;
  border-radius: 5px;
}

.wpas-text {
  padding-left: 7px;
  color: #003386;
  
}

.wpas-reset .button{
  width: 150px;
  height: 23px;
  background: #003386;
  color: #ffffca;
}

/******** footer *******/


footer{
  height: 20px;
  background: #003386;
  color: #ffffca;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 20px;

}

footer ul{
  list-style: none;
}

footer ul li{
  color: #ffffca;
  display: inline;
}

footer a, footer a, footer a:hover, footer a:link, footer a:active, footer a:focus{
  color: #ffffca;
}

footer .right{
  text-align: right;
}

footer .right ul li{
  margin-left: 15px;
}


#top, #bottom, #left, #right {
	background: #003386;
	position: fixed;
  z-index: 2000;

	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top{
		left: 0; right: 0;
		height: 20px;
		}
		#top { top: 0; }



/******** phone *******/

@media (max-width: 768px) {

  .navbar-header{
  padding-bottom: 20px;
  }

  .navbar-default{
  padding-top: 20px;
  background: #ffffca;
  padding-bottom: 30px;
  }

  .navbar-nav{
    margin-top: 0px;
  }

  .navbar-default .navbar-toggle{
  border: none;
  background: #ffffca;
  }

  .navbar-default .navbar-toggle:hover{
  background: transparent;
  }

  .navbar-default .navbar-collapse{
  border: none;
  background: #ffffca;
  }

  .navbar-brand>img{
    margin-top: 0px;
    height: 50px;
    width: auto;
  }

  .wrapper{
    margin-top: 140px;
    padding-bottom: 100px;
    min-height: 100%;
  }

  .serie .title{
    padding-bottom: 40px;
  }

  .conversa .image img{
    width: 97%;
    height: auto;
    box-shadow: 7px 7px 0 #003386;
  }

  .conversadores .image img{
    width: 97%;
    height: auto;
    box-shadow: 7px 7px 0 #003386;
  }

  .conversadores .descricao{
    width: 97%;
    border: 1px solid #003386;
    box-shadow: 7px 7px 0 #003386;
    padding: 20px;
    margin-bottom: 30px;
  }

  #top, #bottom, #left, #right {
  	display: none;
  	}
  form div{
    display: inline-block;
  }
}