/*
Theme Name: VIOMUNDO 2016
Author: Leandro Guedes
Version: 2016
*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.nopadding {
  padding: 0 !important;
}

.noleftpadding {
  padding-left: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.top {
  background-color: #000;
  height: 40px;
  line-height: 40px;
}

  .top .socialmedia {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }

  .top .socialmedia li {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .top a.donate {
    float: left;
    text-transform: uppercase;
    color: red;
    font-weight: 700;
    margin-right: 30px;
  }

@media (min-width: 768px) {
  .content {
    width: 70% !important;
  }

  aside {
    width: 30% !important;
  }
}

header {
  height: 120px;
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .navbar {
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
  .navbar-default {
    background-color: #FFF;
  }

  .navbar-default .navbar-nav > li > a {
      color: #333;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
  }
  .nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.search input {
  width: 140px !important;
}

.ad {
  margin-bottom: 30px;
}

.socials {
  margin-bottom: 15px;
  line-height: 15px;
}

.socials span {
  margin-right: 10px;
}

.highlight {
  margin-bottom: 30px;
}

.highlight h1 {
  line-height: 22px;
}
  .highlight h1 a {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #333;
  }
  .highlight .subtitle a {
    font-size: 15px;
    font-weight: 700;
  }

@media (min-width: 768px) {
  .highlight h1 a {
    font-size: 45px;
    line-height: 55px;
  }
  .highlight .subtitle a {
    font-size: 18px;
  }
}

.box-outline {
  clear: both;
}

.box, .box-small {
  margin-bottom: 15px;
}

  .box-outline .date_comments, .box .date_comments, .box-small .date_comments {
    border-bottom: 1px solid #EEEEEE;
    height: 25px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 25px;
    font-weight: 700;
    color: #777;
    clear: both;
  }

  .box-small .date_comments {
    border-bottom: none;
    border-top: 1px solid #EEEEEE;
  }

  .box .date_comments {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .box .date_comments, .box .date_comments a, .box-small .date_comments, .box-small .date_comments a{
    color: #AAA;
    font-weight: 400;
  }

  .box-outline h2, .box h2 {
    line-height: 18px;
    margin-top: 0;
  }
    .box-outline a h2, .box a h2 {
      font-size: 15px;
      color: #333;
      font-weight: 700;
    }
    .box h2 {
      line-height: 22px;
    }
    .box a h2 {
      font-size: 20px;
      line-height: 25px;
    }

  .box .subtitle {
    color: #666;
  }

  .box .category {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -1px;
    color: #5692B1;
  }

  .box-outline .category a {
    text-transform: uppercase;
    color: #5592B1;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
  }

  .box-small h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
  }
  .box-small a h2 {
    color: #333;
  }

  @media (min-width: 768px) {
    .box-outline {
      border: 1px solid #EEEEEE;
    }
    .box-outline, .box {
      margin-bottom: 30px;
    }
    .box-outline .description {
      padding: 0;
    }
    .top-image {
      background-color: #F9F9F9;
    }
    .top-image .description {
      padding: 0 15px;
    }
    .top-image h2 {
      line-height: 26px;
    }
    .top-image a h2 {
      font-size: 20px;
    }
    .top-image .date_comments {
      height: 30px;
      line-height: 30px;
    }
    .box-small h2 {
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
    }
  }

.separator {
  background-color: #F9F9F9;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

  .separator .title {
    color: #FFF;
    text-transform: uppercase;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
  }

    .separator .title a {
      color: #FFF;
    }

    .separator .link a {
      margin-right: 20px;
      color: #333;
      text-transform: uppercase;
      font-size: 12px;
    }

  .separator.blue .title {
    background-color: #5692B1;
  }

  .separator.red .title {
    background-color: #FF4D4D;
  }

  .separator.green .title {
    background-color: #B0D228;
  }

  .separator.lightblue .title {
    background-color: #26C9FF;
  }

  .separator.orange .title {
    background-color: #FF9326;
  }

  .embed-container iframe {
    height: 230px;
    margin-bottom: 30px;
  }

  @media (min-width: 768px) {
    .embed-container iframe {
      height: 475px;
    }
  }

.networks {
  border: 1px solid #EEE;
  background-color: #F9F9F9;
  margin-bottom: 30px;
  padding: 15px;
}

  .networks ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .networks ul li {
    border-bottom: 1px solid #EEEEEE;
    height: 40px;
    line-height: 40px;
  }

  .networks ul li a {
    color: #666;
  }

  .networks ul li img {
    margin-right: 10px;
  }

  .networks ul li:last-child {
    border-bottom: none;
  }

footer {
  background-color: #F9F9F9;
  border-top: 1px solid #EEEEEE;
  clear: both;
  margin-top: 30px;
}

footer .copyright {
  font-size: 12px;
  margin-top: 40px;
}

footer .sponsors {
  font-size: 11px;
  margin-top: 30px;
}

footer .sponsors .pull-left {
  margin-right: 30px;
}

@media (min-width: 768px) {
  footer {
    height: 150px;
  }
}

.bottom {
  background-color: #000;
  height: 20px;
  line-height: 20px;
}

.post .category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -1px;
  color: #5692B1;
}

.post .date {
  font-size: 13px;
  color: #777777;
}

.post .share {
  margin: 15px 0;
}

.post .text {
  font-size: 17px;
  line-height: 26px;
}

  .post p {
    padding: 10px 0 0 0;
  }

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

  .post iframe {
    width: 100%;
  }

  .post h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
  }

  @media (min-width: 768px) {
    .post h1  {
      font-size: 30px;
      line-height: 35px;
    }
  }

.comments p.terms {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 23px;
}

.comments .date {
  font-size: 12px;
  color: #777;
}

.comments .media {
  border-bottom: 1px #EEE solid;
}

.list .item {
  clear: both;
  border: 1px solid #EEE;
  padding: 20px;
  margin-bottom: 30px;
}

  .list .item h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    clear: both;
  }

  .list .item h2 a {
    color: #333;
  }

  .list .item .date_comments {
    clear: both;
    height: 30px;
    border-bottom: 1px solid #EEE;
    width: 100%;
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .list .item p.description {
    font-size: 15px;
    font-size: #777;
  }

  .breaking {
    background: #F7F7F7 url('img/breaking_news.png') no-repeat top left;
    border: 1px solid #EEEEEE;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
  }

    .breaking a {
      font-size: 12px;
      color: #777;
      font-weight: bold;
      text-transform: uppercase;
    }

    .breaking span {
      text-indent: 40px;
      text-transform: uppercase;
      color: #FFF;
      font-weight: 700;
    }

    .breaking .ticker {
      height: 32px;
      overflow: hidden;
      padding-left: 30px;
    }


img.full {
  width: 100% !important;
}
    /* =WordPress Core
  -------------------------------------------------------------- */
  .alignnone {
      margin: 5px 20px 20px 0;
  }

  .aligncenter,
  div.aligncenter {
      display: block;
      margin: 5px auto 5px auto;
  }

  .alignright {
      float:right;
      margin: 5px 0 20px 20px;
  }

  .alignleft {
      float: left;
      margin: 5px 20px 20px 0;
  }

  a img.alignright {
      float: right;
      margin: 5px 0 20px 20px;
  }

  a img.alignnone {
      margin: 5px 20px 20px 0;
  }

  a img.alignleft {
      float: left;
      margin: 5px 20px 20px 0;
  }

  a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto
  }

  .wp-caption {
      background: #fff;
      border: 1px solid #f0f0f0;
      max-width: 96%; /* Image does not overflow the content area */
      padding: 5px 3px 10px;
      text-align: center;
  }

  .wp-caption.alignnone {
      margin: 5px 20px 20px 0;
  }

  .wp-caption.alignleft {
      margin: 5px 20px 20px 0;
  }

  .wp-caption.alignright {
      margin: 5px 0 20px 20px;
  }

  .wp-caption img {
      border: 0 none;
      height: auto;
      margin: 0;
      max-width: 98.5%;
      padding: 0;
      width: auto;
  }

  .wp-caption p.wp-caption-text {
      font-size: 11px;
      line-height: 17px;
      margin: 0;
      padding: 0 4px 5px;
  }

  /* Text meant only for screen readers. */
  .screen-reader-text {
  	clip: rect(1px, 1px, 1px, 1px);
  	position: absolute !important;
  	height: 1px;
  	width: 1px;
  	overflow: hidden;
  }

  .screen-reader-text:focus {
  	background-color: #f1f1f1;
  	border-radius: 3px;
  	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  	clip: auto !important;
  	color: #21759b;
  	display: block;
  	font-size: 14px;
  	font-size: 0.875rem;
  	font-weight: bold;
  	height: auto;
  	left: 5px;
  	line-height: normal;
  	padding: 15px 23px 14px;
  	text-decoration: none;
  	top: 5px;
  	width: auto;
  	z-index: 100000; /* Above WP toolbar. */
  }

.special {
  border: 1px solid #EEE;
  background-color: #F7F7F7;
  margin-bottom: 15px;
}

.special h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
}

.special h3 a {
  color: #666;
}

@media (min-width: 768px) {
  .special {
    height: 100px;
    clear: both;
    line-height: 100px;
    width: 100%;
  }

  .special h3 {
    font-size: 25px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #666666;
    line-height: 100px;
    margin-top: 0;
  }

    .special h3 span {
      font-size: 16px;
      text-transform: lowercase;
      letter-spacing: 0px;
      margin-left: 10px;
    }
}

.top_ad {
  padding-top: 5px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  border-bottom: 1px solid #EEE;
}

.crowdfunding {
  border: 1px solid #EEE;
  margin-bottom: 30px;
}

  .crowdfunding h3 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .crowdfunding p {
    font-size: 14px;
    line-height: 23px;
  }

  .crowdfunding .dash {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .crowdfunding .amount_collected {
    font-weight: 700;
    font-size: 30px;
    color: #58B957;
  }

  .crowdfunding .btn-danger {
    background-color: #FF7F00;
    font-weight: 700;
    padding: 10px;
  }

  .crowdfunding .amount_goal {
    color: #777777;
    font-size: 13px;
  }

  .crowdfunding .days strong {
    font-size: 22px;
    color: #333;
  }

  .crowdfunding .days {
    font-size: 13px;
    color: #777777;
  }

  .crowdfunding .form {
    border-top: 1px solid #EEE;
  }

  .crowdfunding .form h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .crowdfunding .form form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .crowdfunding .loading {
    display: none;
    font-size: 30px;
    font-weight: 700;
    color: #333;
  }

  .crowdfunding .error {
    color: red;
    margin-top: 10px;
  }

.collaboration {
  border: 1px solid #EEE;
  background-color: #F7F7F7;
  padding: 20px;
  text-align: center;
}

.collaboration .value {
  width: 250px;
  float: left;
}

  .collaboration p {
    font-size: 20px;
    color: #666666;
    font-weight: 400;
  }

  .collaboration input.money {
    height: 48px;
    font-size: 25px;
  }

  .collaboration #value-error {
    font-size: 12px;
    color: red;
    text-align: left;
  }

#xpnjCFfgLwUh {
  display: none;
  margin-bottom: 30px;
  padding: 20px 10px;
  background: #D30000;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
