/*!
 * Theme Name:  O Cafezinho
 * Description: Novo site do Cafezinho 2018
 * Author:      Leandro Guedes
 * Version:     1.0.1
 */

/*
* Novo style.css d'O Cafezinho - editado pela ServerDo.in em 04/03/19
*/

body {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
  color: #000;
}

a {
  color: #E00000;
  text-decoration: none;
}

a:hover {
  color: #E00000 !important;
  text-decoration: none;
}

.removemargin {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
}

.ad {
  margin: 35px 0;
}

.topbar {
  height: 40px;
  background-color: #262626;
  font-family: 'Oswald', sans-serif;
}

.socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

  .socials ul li {
    float: left;
    margin-right: 10px;
    font-size: 20px;
  }

  .socials ul li a {
    color: #737373;
  }

  .socials ul li.language {
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 40px;
    margin-right: 20px;
  }

    .socials ul li.language a {
      color: #FFF;
    }

.search {
  margin-top: 3px;
  float: left;
}

ul.right-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  line-height: 40px;
}

  ul.right-menu li {
    float: left;
    margin-left: 20px;
  }

  ul.right-menu li.search-icon a {
    color: #BFBFBF;
  }

  ul.right-menu li.donation a {
    display: inline-block;
    background-color: #000;
    padding: 0 20px;
    text-transform: uppercase;
    color: #FFF;
    height: 38px;
    font-size: 12px;
  }

header {
  background: #FFF url('img/bg-cafezinho.jpg') no-repeat top center;
  min-height: 155px;
  border-bottom: 2px solid #E00000;
  font-family: 'Oswald', sans-serif;
  position: relative;
}

  header .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

   header ul.menu {
     margin: 0;
     padding: 0;
     list-style: none;
     margin-top: 60px;
   }

    header ul.menu > li {
      float: left;
      padding: 0 45px;
    }

      header ul.menu > li a {
        font-size: 12px;
        text-transform: uppercase;
        color: #4D4D4D;
      }

      header .dropdown-menu li {
        margin: 10px 0;
      }

   header ul.menu-left {
     float: left;
   }

   header ul.menu-right {
     float: right;
   }

   header nav {
     clear: both;
     margin-top: 160px;
   }

.live {
  min-height: 38px;
  background-color: #E00000;
  width: 100%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  line-height: 10px;
}


  @media (min-width: 768px) {
    .live {
      line-height: 24px;
    }
  }

  .live a {
    color: #FFF;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .live a:hover {
    color: #FFF !important;
  }

  .live .icon {
    margin-right: 20px;
    color: #FFF;
  }

  .live .icon-inverse {
    margin-left: 20px;
    color: #FFF;
  }

.highlight h1 {
  text-transform: uppercase;
  margin: 35px 0;
}

  .nomarginbottom {
    margin-bottom: 0 !important;
  }

.date-comments {
  clear: both;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 20px 0;
  font-size: 10px;
}

  .date-comments .date {
    color: #595959;
    font-size: 10px;
  }

  .date-comments .icon-comments {
    padding: 0 10px;
    color: #FFF;
    background-color: #E00000;
    display: inline-block;
    height: 33px;
  }

  .date-comments .number-comments {
    background-color: #676767;
    padding: 0 5px;
    color: #FFF;
    display: inline-block;
    height: 33px;
  }

  @media (min-width: 768px) {
    .date-comments .number-comments {
      font-size: 11px;
      padding: 0 10px;
    }
    .date-comments .date {
      font-size: 11px;
    }
  }

.box {
  border: 1px solid #E6E6E6;
  border-top: none;
  padding: 24px;
  height: 340px;
  overflow: hidden;
  margin-bottom: 35px;
}

  .post .box {
    height: auto;
    border-top: 1px solid #E6E6E6;
  }

  .post .box p.caption {
    font-size: 12px;
    color: #595959;
  }

  .box h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
    line-height: 27px;
  }

.box-horizontal {
  margin-bottom: 35px;
  background-color: #F2F2F2;
  border: 1px solid #E6E6E6;
}

  .box-horizontal h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
  }

  .box-horizontal .inner {
    padding: 0 35px 35px 35px;
  }

  @media (min-width: 768px) {
    .box-horizontal .inner {
      padding: 15px;
    }
  }


    .box-horizontal a {
      font-size: 20px;
      font-family: 'Oswald', sans-serif;
      font-weight: bolder;
      text-transform: uppercase;
    }

  .box .author a {
    color: #595959;
    font-size: 13px;
  }

.box-image {
  width: 100%;
  height: 268px;
  object-fit: cover;
}

.box-image-post {
  width: 100%;
}

.clip-box-image {
  max-height: 268px;
  overflow: hidden;
}

.tv-cafezinho {
  padding: 30px;
  background-color: #262626;
  margin-bottom: 35px;
}

  .tv-cafezinho .title {
    margin-bottom: 35px;
  }

  .tv-cafezinho h2 {
    color: #737373;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bolder;
  }

  .tv-cafezinho .all {
    margin-top: -25px;
  }

  .tv-cafezinho .box {
    background-color: #1A1A1A;
    border: 0;
    height: 150px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .tv-cafezinho .box h2 a {
    color: #FFF;
  }


.crowdfunding {
  background: url('img/bg-crowdfunding.png') repeat-y top center;
  min-height: 262px;
  color: #FFF;
  margin-bottom: 35px;
}

  .crowdfunding .title {
    text-align: center;
  }

  @media (min-width: 768px) {
    .crowdfunding .title {
      text-align: left;
      margin-left: 30px;
      padding-top: 70px;
      float: left;
    }
  }

  .crowdfunding .title h3 {
    font-weight: bolder;
    font-size: 38px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
  }

  .crowdfunding .title p {
    font-weight: lighter;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 20px;
  }

  .crowdfunding .description {
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
  }

  @media (min-width: 768px) {
    .crowdfunding .description {
      float: right;
      width: 50%;
          margin-top: 60px;
    }
  }

    .crowdfunding .description a {
      color: #FFF;
      font-size: 20px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
    }

/* Sidebar */
.widget {
  padding: 25px;
  color: #676767;
  margin-bottom: 35px;
  border: 1px solid #E6E6E6;
}

.widget.black {
  background-color: #262626;
  color: #FFF;
}

  .widget h4 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

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

  .widget ul li {
    border-top: 1px solid #E6E6E6;
    min-height: 40px;
    line-height: 40px;
  }

    .widget ul li a {
      color: #595959;
    }

  .widget ul li h5 a {
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
  }

footer {
  background-color: #0D0D0D;
  padding: 25px 0;
}

  footer .logo {
    filter: invert(100%);
  }

  footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
  }

    footer ul li {
      float: left;
      margin-left: 35px;
    }

    footer ul li a {
      color: #FFF;
      font-size: 11px;
    }


.post h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bolder;
}

.bio {
  border: 1px solid #E6E6E6;
  padding: 30px;
  margin-top: -36px;
  margin-bottom: 35px;
}

.bio .media-body {
  /* position: relative; */
}

/*
@media (min-width: 768px) {
  .bio .media-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
*/

  .bio .media-content h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bolder;
  }
  .bio .media-content p {
    margin: 0;
  }


.btn-ocafezinho {
  background-color: #E00000;
  border: none;
  color: #FFF;
  padding: 15px 25px;
}

.box-comments {
  border: 1px solid #E6E6E6;
  padding: 30px;
  margin-bottom: 35px;
}

  .box-comments h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .box-comments form {
    margin: 15px 15px;
  }

    .box-comments form input, .box-comments form textarea {
      background-color: #F8F7F7;
      border: 1px solid #E6E6E6;
      box-shadow: none;
    }

  .box-comments .media {
    margin-bottom: 45px;
  }

.category h1 {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
    margin: 0;
  margin-bottom: 25px;
}

  .category .media {
    border: 1px solid #E6E6E6;
    padding: 30px;
    margin-bottom: 35px;
  }

  .category .media h2 {
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
  }

  .category .media p {
    font-size: 13px;
  }

  .category .media .media-object {
    margin-left: -30px;
  }

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

.terms {
  font-size: 11px;
  line-height: 17px;
}


/* =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 {
    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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.previous_next_link {
  font-size: 15px;
  color: #999;
  margin-bottom: 25px;
  line-height: 19px;
}

  .previous_next_link a {
    color: #333;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
  }

  .previous_next_link p.small {
    color: #AAA;
  }

.subscribe {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .subscribe {
    text-transform: uppercase;
  }
}


/* Apoie */
section.apoie {
    padding-bottom: 80px;
    font-size: 18px;
}

@media (min-width: 768px) {
    .w-70 {
        width: 75%;
        margin: 0 auto;
    }

    .w-80 {
        width: 80%;
        margin: 0 auto;
    }
}

section.apoie .row {
    margin-top: 35px;
}

section.apoie .plan {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    height: 350px;
    padding: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

    section.apoie .plan h2 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }

    section.apoie .plan p.amount {
        font-size: 30px;
        font-family: 'Oswald', sans-serif;
        margin-top: 25px;
        position: relative;
    }

        section.apoie .plan p.amount .superscript  {
            vertical-align: super;
            font-size: 15px;
        }

        section.apoie .plan .period  {
            font-size: 12px;
            position: absolute;
            display: inline-block;
            top: 15px;
            right: -10px;
        }

    
    @media (min-width: 768px) {
        section.apoie .plan h2 {
            font-size: 22px;
        }
        section.apoie .plan p.amount {
            font-size: 54px;
        }
        section.apoie .plan p.amount .superscript  {
            font-size: 30px;
        }
        section.apoie .plan .period  {
            font-size: 14px;
            top: 25px;
            right: 0;
        }
    }


    section.apoie .plan .buttons {
        margin-top: 35px;
    }

    section.apoie .btn-apoie {
        background-color: #E00F00;
        font-size: 14px;
        font-family: 'Oswald', sans-serif;
        color: white;
        display: inline-block;
        text-transform: uppercase;
        min-height: 40px;
        min-width: 175px;
        padding: 10px;
        border: 1px solid #E00F00;

        transition: .3s ease-in-out;
    }

        section.apoie .btn-apoie:hover {
            background-color: white;
            color: #E00F00;
        }

    section.apoie .plan p.small {
        font-size: 11px;
        line-height: 15px;
    }
    
    section.apoie .pix {
        padding: 35px;
        background-color: #E00F00;
        color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    }

    section.apoie .pix .pix-box {
        margin-top: 20px;
        border: 1px solid white;
        padding: 10px;
        width: 70%;
        margin: 25px auto 0 auto;
        font-family: 'Oswald', sans-serif;
    }

        section.apoie .pix h2 {
            margin: 0;
            font-size: 21px;
        }

        @media (min-width: 768px) {
            section.apoie .pix h2 {
                font-size: 22px;
            }
        }