/*
Theme Name: Socialista Morena
Author: Leandro Guedes
Version: 2.0
*/
@font-face {
    font-family: 'Kankin';
    src: url('fonts/kankin-webfont.woff2') format('woff2'),
         url('fonts/kankin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nopaddingright {
  padding-right: 0;
}

body {
  font-size: 20px;
  font-family: 'Merriweather', serif;
}

a, a:hover {
  color: #EE342B;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Podkova', serif;
  font-weight: 800;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 27px;
}

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

hr {
  border-top: 1px solid #9FA1A4;
}

.red {
  color: #EE342B;
}

.top input {
  margin-top: 8px;
}

.top {
  height: 50px;
  background-color: #FFC52F;
  margin-bottom: 30px;
  line-height: 50px;
  position: relative;
}

.top ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.top ul.links li {
  float: left;
  margin-left: 40px;
}

.top ul.links a {
  color: #000;
}

.top ul.links a:hover {
  color: #EE342B;
}

.top .search {
  width: 400px;
}

.navbar-socialista {
  font-family: 'Kankin', serif;
  min-height: 40px;
  border: none;
  margin-top: 20px;
  background-color: #FFF;
  border-top: 1px solid #C6C8CA;
  border-bottom: 1px solid #C6C8CA;
  border-radius: 0;
}

.navbar-socialista.navbar-fixed-top {
  margin-top: 0;
}

.navbar-socialista .navbar-nav a {
  text-transform: uppercase;
}

.navbar-socialista .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #EE342B;
    background-color: #FFF;
}

.current-menu-item a, .current_page_item a {
  color: #EE342B !important;
  background-color: #FFF;
}

.navbar-socialista .navbar-nav>li>a:focus, .navbar-socialista .navbar-nav>li>a:hover {
  color: #EE342B;
}

@media (min-width: 768px) {
  .navbar-socialista .navbar-nav>li>a {
     padding-top: 15px;
     padding-bottom: 10px;
   }

  header .nav>li>a {
    padding: 10px 1.01em;
  }

  header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  header .navbar-socialista .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-socialista .navbar-nav>li>a {
    color: #000;
    line-height: 18px;
}

.navbar-socialista .navbar-nav > li.apoieme > a {
  background-color: #FFC52F;
  color: #EE342B;
}

.navbar-socialista ul.navbar-nav li:last-child a {
  background-color: #FFC52F;
  color: #EE342B;
}

span.category a, a.category {
  font-style: italic;
  font-size: 13px;
}

.circle img {
  border-radius: 50%;
}

.description {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}

.highlight .description {
  font-size: 18px;
}

a.author {
  border-top: 1px solid #EBECEC;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  padding-top: 5px;
  font-family: 'Work Sans', sans-serif;
}

.curve {
  width: 300px;
  height: 300px;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}

.divisor {
  border-right: 1px solid #9FA1A4;
}

.crop-vertical-190 {
  max-width: 300px;
  overflow: hidden;
}

  .crop-vertical-190 img {
    object-fit: none;
    object-position: center;
    width: 300px;
    height: 380px;
  }

.crop-vertical-300 {
  max-height: 300px;
  overflow: hidden;
}

.object-crop-300 {
  object-fit: none;
  object-position: center;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
}

.aligned h2 {
  min-height: 60px;
}

.aligned .description {
  min-height: 62px;
}

h2.title {
  font-family: 'Kankin';
  font-size: 28px;
  text-transform: uppercase;
}

.sidebar h4.media-heading a {
  font-style: italic;
  font-size: 15px;
}

.box {
  margin-bottom: 30px;
}

.sidebar .ad {
  margin: 30px auto;
}

.newsletter {
  background: url('img/bg_newsletter.png') repeat-y top left;
  min-height: 200px;
  border: 1px solid #2F2A2A;
  text-align: center;
  color: #FFF;
  font-family: 'Kankin', serif;
  font-size: 27px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .newsletter {
    min-height: 146px;
    background: url('img/bg_newsletter.png') repeat-y top left;
  }

  .align-bottom {
    top: 106px;
    position: absolute;
  }

  .position-relative {
    position: relative;
  }

  .border > div:first-child {
    border-right: 1px solid #CCC;
  }
}

  .newsletter p {
    width: 60%;
    margin: 10px auto;
  }

  .newsletter input {
    color: #000;
    font-size: 15px;
    height: 40px;
  }

  .newsletter button {
    height: 40px;
    background-color: #FFC52F;
    color: #EE342B;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

.newsletter form {
  width: 70%;
  margin: 0 auto;
}

footer {
  margin-top: 30px;
  display: block;
  min-height: 444px;
  background: url('img/bg_footer.png') repeat-y center center;
}

  footer .arrow {
    margin-top: -30px;
  }

  footer .nav {
    margin: 0 auto;
  }

  footer .nav a {
    font-family: 'Kankin', serif;
    min-height: 40px;
    text-transform: uppercase;
    color: #000;
  }

ul.socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.socials li {
  float: left;
  margin-left: 15px;
}
ul.socials a {
  font-size: 36px;
  color: #000;
    font-size: 25px;
}

ul.socials a:hover {
  color: #EE342B;
}

footer ul.socials {
  float: right;
}

footer .team {
  font-size: 15px;
  text-align: right;
  margin-top: 15px;
}

  footer .team p {
    margin: 2px 0;
  }

  footer .team span.title {
    border-bottom: 1px solid #B2944C;
    display: block;
  }

  footer .magnesio {
    float: right;
    margin-top: 15px;
  }

  .search button {
    background-color: #EE342B;
    color: #FFF;
    border-color: #EE342B;
  }

  footer .logo {
    position: relative;
    height: 350px;
  }

    footer .logo img {
      position: absolute;
      bottom: 0;
    }

  .top ul.socials a {
    font-size: 25px;
  }

  .top ul.socials li {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }


.post h1.title {
  font-size: 40px;
  letter-spacing: -3px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .post h1.title {
    font-size: 54px;
  }
}

.post .description {
  font-size: 20px;
  color: #707C7D;
  font-weight: 300;
}

.caption {
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
}

h3.title-imagem-do-dia {
  margin-top: 5px;
}

.content {
  margin-top: 20px;
}

.text .author {
  font-size: 28px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
  color: #EE342B;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -1px;
}

  .text .author a {
    color: #00aced;
    font-size: 20px;
  }

@media (min-width: 768px) {
  .text .author {
    margin-left: 100px;
  }
}

.date {
  font-size: 15px;
  color: #7E8181;
}

@media (min-width: 768px) {
  .date {
    margin-left: 100px;
  }
}

.info {
  margin-bottom: 20px;
}

.twitter-share-button {
  margin-top: 4px !important;
}

.text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .text p, .text h1, .text h2, .text h3, .text h4 {
    margin-left: 100px;
  }

  .text.page p, .text.page h1, .text.page h2, .text.page h3, .text.page h4 {
    margin-left: 0;
  }
}


.tags {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  text-align: right;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .tags {
    margin-left: 100px;
    color: #EE342B;
  }
}

.tags a {
  color: #EE342B;
  margin-right: 10px;
}

.comments .media-body p {
  margin-left: 0;
  line-height: 25px;
}

@media (min-width: 768px) {
  .comments {
    margin-left: 100px;
  }
}
  .comments .media {
    margin-top: 20px;
  }

  .comments h4 {
    margin-left: 0;
  }

  .comments .media-body {
    font-size: 15px;
  }

.text .newsletter {
  margin-top: 30px;
  background: transparent;
  color: #000;
  border: none;
  text-shadow: none;
}

@media (min-width: 768px) {
  .text .newsletter {
    margin-left: 100px;
  }
}

.text blockquote, .text pre {
  /*background: url('img/icon-twitter.png') no-repeat bottom right;*/
  font-family: 'Merriweather', serif;
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
  width: 50%;
  border: none;
  border-top: 2px solid #EE342B;
  padding-left: 0;
  font-size: 24px;
  font-weight: 900;
  background-color: transparent;

    padding: 0;
    padding-top: 20px;
    line-height: 30px;
    color: #000;
    word-break: normal;
    word-wrap: normal;
    border-radius: 0;
    overflow: visible;
    white-space: normal;
}

blockquote a.twitter, pre a.twitter {
  font-size: 35px;
  color: #62aadb;
}

.text pre {
  quotes: "\201C""\201D""\2018""\2019";
}

.text pre:before {
    color: #D91413;
    content: open-quote;
    font-size: 60px;
    line-height: 0.1em;
    vertical-align: -20px;
    font-weight: 700;
    font-family: 'Kankin';
  }

.text pre:after {
  color: #D91413;
  content: close-quote;
  font-size: 60px;
  line-height: 0em;
  vertical-align: -0.6em;
  font-weight: 700;
  font-family: 'Kankin';
}

@media (min-width: 768px) {
  .text blockquote, .text pre {
    width: 40%;
    font-size: 18px;
  }

  .text blockquote p {
    margin-left: 0 !important;
  }
}

h3.title-box {
  color: #fff;
  background-color: #EE342B;
  padding: 10px;
  margin: 0 auto;
  display: table;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -40px;
}

.categories h1 {
  text-transform: uppercase;
  margin: 0;
}

.categories .date {
  margin-left: 0;
  font-size: 12px;
}

.categories h4 {
  font-size: 22px;
}

.categories .description {
  font-size: 14px;
  color: #707C7D;
    font-weight: 300;
}

.categories .media-body {
  border-bottom: 1px solid #EBEBEB;
}

/* =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;
    font-family: 'Work Sans', sans-serif;
}

.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-transform: uppercase;
    font-style: normal;
    text-align: right;
}
.wp-caption p.wp-caption-text em {
  font-style: normal;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	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. */
}

.scroll_show {
  display: none;
}

@media (min-width: 768px) {
  .navbar-right {
    padding-top: 5px;
  }
  .margin-100 {
    margin-left: 100px;
  }
}

.pagination {
  font-size: 12px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #FFC52F;
  border-color: #FFC52F;
}

.pagination>li>a, .pagination>li>span {
  color: #EE342B;
}

p.terms {
  font-size: 11px;
  color: #666;
  margin-left: 0;
  line-height: 18px;
}

.button-social, .fa-comment{
  font-size: 22px;
  color: #909191;
}

  .button-social i {
    margin-right: 7px;
  }

  .button-social a {
    color: #909191;
  }

.fa-stack-1x a {
  color: #FFF;
  font-size: 10px;
  font-family: 'Work Sans', sans-serif;
  margin-left: -27px;
    margin-top: -70px;
    top: -4px;
    position: relative
}

.fa-stack-2 {
  position: relative;
    display: inline-block;
    width: 2em;
}

.share a {
  color: #909191;
  margin-right: 7px;
}

a.readmore {
  text-align: center;
  margin: 20px auto;
  background-color: #FFC52F;
  width: 180px !important;
  padding: 5px;
  color: #EE342B;
  font-family: 'Kankin', sans-serif;
}

.apoie-box {
  background-color: #FECC45;
  border: 3px dashed #BDBEC0;
  padding: 25px 25px;
  text-align: center;
  -webkit-border-radius: 15px; -moz-border-radius: 15px;
  font-size: 16px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .apoie-box {
    padding: 25px 100px;
  }
}

  .apoie-box p, .apoie-box h2, .apoie-box img {
    margin-left: 0 !important;
  }

  .apoie-box h2 {
    font-style: normal;
    font-size: 26px;
    text-transform: uppercase;
    color: #EE342B;
  }

  .page .apoie-box {
    font-size: 18px;
  }

    .page .apoie-box h2 {
      font-size: 36px;
    }

  .carousel-control.left, .carousel-control.right {
    background-image: none;
  }

  .modal-dialog {
    width: 211px;
  }

  @media (min-width: 768px) {
    .modal-dialog {
      width: 422px;
    }
  }
