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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
font-family: 'Lato', sans-serif;
color:#000;
}

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

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


ul{
  padding-left: 0;
}

li{
  list-style: none;
  indent: 0;
}




.container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}

.wrap{
  padding-top: 70px;
  padding-bottom: 100px;
}

/* intro */
.intro{
  width: 500px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -250px;
  text-align: center;
  line-height: 100px;
  font-size: 120px;
  letter-spacing: 0.1em;
  }

/* Navbar */
.menu{
  position: fixed;
  z-index: 50;
  height: 35px;
  border-bottom: 1px solid #000;
  font-style: 17px;
  line-height: 35px;
  letter-spacing: 0.1em;
  background-color: #FFF;
  width: 100%;
}


.menu .esquerda{
  width: 20%;
  float: left;
}

.menu .centro{
  float: left;
  width: 60%;
  text-align: center;
}

.menu .direita{
  float: left;
  width: 20%;
  text-align: right;
}



/* Items */
.item {
  width: 180px;
  min-height: 220px;
  height: auto;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}


.gutter-sizer {
  width: 30px;
}

.item:hover {
  border-color: white;
  cursor: move;
}

.item.ui-draggable-dragging,
.item.is-positioning-post-drag {
  z-index: 2;
}

.item .date{
  font-size: 7px;
  letter-spacing: .1em;
  margin-bottom: 5px;
}

.item img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 220px;
  box-shadow: 8px 8px 8px #b3ffff;
  margin-bottom: 15px;
}

.item .title{
  font-size: 13px;
  letter-spacing: .1em;
  padding: 0 30px;
}

.item .info{
  font-size: 10px;
  letter-spacing: .08em;
}

.item .excerpt{
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .08em;
}

/* Sidebar */
.sidebar{
  font-size: 9px;
  letter-spacing: .08em;
  padding: 0;
  line-height: 14px;
}

.sidebar .sub-titulo{
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 7px;
  font-weight: 700;
}

.sidebar h2{
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 7px;
  font-weight: 700;
  margin-top: 0;
}

.sidebar a{
  box-shadow: inset 0 -3px 0 #b3ffff;
}

.sidebar-items a{
  box-shadow: inset 0 -3px 0 #b3ffff;
}

/* Kinderdposts */

/* Posts */
.post .title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: left;
  margin-bottom: 2px;
}

.post .subheading{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: left;
  margin-bottom: 2px;
}

.post .autor{
  font-size: 17px;
  letter-spacing: .15em;
  text-align: left;

}

.post .category{
  margin-top: 30px;
  font-size: 11px;
  text-align: left;
  margin-bottom: 5px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.post .tags{
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 30px;
}

.post .tags a{
  border:1px solid #000;
  padding: 2px 6px;
  margin-right: 5px;
  box-shadow: none;
}

.post .tags a:hover{
  background-color: #b3ffff;
}

.post .context{
  margin-top: 5px;
  font-size: 11px;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: .15em;
  text-transform: uppercase;
}


.post img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

.post .credits{
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .08em;
}

.post .info{
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.post .sub-titulo{
  font-size: 20px;
  letter-spacing: .15em;
  text-align: left;
  margin-bottom: 20px;
  margin: 35px 0 10px 0;
  text-align: left;
}

.post iframe{
  width:100%;
  height: 400px;
}

.post blockquote {
  font-size: 12px;
  letter-spacing: .08em;
  margin: 1em 10px;
  padding: 0 0 0 40px;
  line-height: 23px;
  font-style: italic;
  border: 0;
  quotes: "“" "”" "‘" "’";
}

.post blockquote p { display: inline }

.post blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 17px;
  letter-spacing: .08em;
  line-height: 20px;
  margin-left: -8px;
}


.post blockquote:after {
  content: close-quote;
  color: #000;
  font-size: 17px;
  line-height: 10px;
  letter-spacing: .08em;
}

.post a{
  box-shadow: inset 0 -4px 0 #b3ffff;
}

.post .creditos-depoimento{
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 0 0 0 48px;
  line-height: 15px;
}

/* Performances */

.sobre{
  text-align: center;
  margin: 150px 0 100px 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 25px;
}




/* Footer */
.footer{
  position: fixed;
  background-color: #FFF;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  margin-top: 40px;
  border-top: 1px solid #000;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer ul{
  list-style: none;
}

.footer ul li{
  display: inline;
  padding: 0 7px;
}

/* Modal */

.modal-dialog{
  margin-top: 100px;
}

.modal-backdrop{
  background-color:  #b3ffff;
  opacity: 0.8;
}

.modal-content{
  border-radius: 0;
  border: none;
  padding: 35px 40px 40px 40px;
}

.modal-open .modal{
  overflow-y: scroll;
}

.modal-content .modal-title{
  margin: 5px 0 30px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 22px;
}

.modal-content .modal-data{
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 25px;
}

.modal-content .modal-subtitulo{
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 22px;
}


.modal-content .modal-text{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 25px
}


.modal-content .modal-obras{
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 25px
}

.modal-content{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 25px
}


/* PACKERY */
.packery {
  margin: 0;
  padding: 0;
}

.packery:after {
  content: ' ';
  display: block;
  clear: both;
}




@media print {
  .menu{display: none;}
  html, body{width: 100%;}
  a[href]:after {display: none;}
  .sidebar {display: none;}
  .footer{display: none;}
  *{font-family: 'Lato', sans-serif;}
  .post blockquote {font-size: 18px; line-height: 25px;}
  .post .info {font-size: 16px; line-height: 23px;}
}
