@charset "UTF-8";
/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== RESET =============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
html {
  font-size: 12px;
  line-height: 16px;
  font-family: "Exo", "Open Sans", "Sans Serif";
}

body {
  font-size: 1rem;
  line-height: 1.33334rem;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.33334em;
  margin-top: 0;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  html {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 1152px) {
  html {
    font-size: 14px;
    line-height: 18px;
  }
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  background: transparent;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/*
 <section class="mainHeader-container">
            <aside class="navMobile-btn">
                <span class="lineNav">-</span>
                <span class="lineNav">-</span>
                <span class="lineNav">-</span>
            </aside>
            
            <header id="main" class="mainNavigation">
                <a href="index.html" rel="home" class="link-logo"><h1 class="white logo inNav" title="Logotipo do site">Apocalipse</h1></a>
                
                <nav class="mainMenu">
                    <ul>
                        <li><a href="#" title="author.html">Colunistas</a></li>
                        <li><a href="#" title="">videos</a></li>
                        <li><a href="#" title="">Dicionario</a></li>
                        <li><a href="#" title="">FAQ</a></li>
                        <li><a href="#" title="">Infantil</a></li>
                    </ul>
                </nav>
            </header><!-- /main header -->
        </section><!-- /section header container -->
*/
.mainMenu {
  font-family: 'Open Sans';
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: radial-gradient(ellipse farthest-corner at left bottom, rgba(255, 169, 53, 0.1), #22252C), url("../img/cavalos2.png") center bottom/contain no-repeat, url("../img/raios2.png") center top/140% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0c1427), to(#22252C));
  background: radial-gradient(ellipse farthest-corner at left bottom, rgba(255, 169, 53, 0.1), #22252C), url("../img/cavalos2.png") center bottom/contain no-repeat, url("../img/raios2.png") center top/140% no-repeat, linear-gradient(to bottom, #0c1427, #22252C);
  background-size: 100%;
  -webkit-transition: all .3s ease-in-out, background 25s ease-in-out;
  transition: all .3s ease-in-out, background 25s ease-in-out;
}

.mainMenu a {
  font-size: 1.78572em;
  line-height: 1.44em;
  margin-bottom: 0.72em;
  margin-top: 0.72em;
  display: block;
  text-decoration: none;
  outline: none;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 920px) {
  .mainMenu a {
    font-size: 1.35715em;
    line-height: 1.89474em;
    margin-bottom: 0em;
    margin-top: 0.94737em;
    font-weight: bold;
    margin: 0;
  }
}

.mainMenu a:active, .mainMenu a:hover {
  color: #FFA935;
}

@media (min-width: 920px) {
  .mainMenu ul {
    margin: 0;
  }
}

@media (min-width: 920px) {
  .mainMenu li {
    display: inline-block;
    margin-right: 10px;
  }
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.navMobile-btn {
  width: 30px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: opacity, -webkit-transform .5s ease-in-out;
  transition: opacity, -webkit-transform .5s ease-in-out;
  transition: opacity, transform .5s ease-in-out;
  transition: opacity, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .navMobile-btn {
    width: 30px;
    height: 55px;
  }
}

.navMobile-btn.active .lineNav {
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #FF4A35;
}

.navMobile-btn.active .lineNav:first-of-type {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.navMobile-btn.active .lineNav:nth-of-type(2) {
  opacity: 0;
}

.navMobile-btn.active .lineNav:last-of-type {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 920px) {
  .navMobile-btn {
    opacity: 0;
    -webkit-transform: rotateY(45deg) scale(0);
    transform: rotateY(45deg) scale(0);
    z-index: -10;
  }
}

@media (min-width: 1152px) {
  .navMobile-btn {
    display: none;
  }
}

.lineNav {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 3px;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  background-color: #FFA935;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.lineNav:first-child {
  -webkit-transform: translate(-50%, -9px);
  transform: translate(-50%, -9px);
}

.lineNav:nth-child(2) {
  opacity: 1;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.lineNav:last-child {
  -webkit-transform: translate(-50%, 6px);
  transform: translate(-50%, 6px);
}

.red-btn {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
  display: inline-block;
  padding: .7em 2em;
  font-family: 'Open Sans';
  color: #4C4E4D;
  margin: 0;
}

.red-btn {
  color: #fff;
  background-color: #EA3E40;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.socialNetwork {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../img/socials.png") no-repeat;
}

.link-logo {
  display: block;
}

@media (min-width: 920px) {
  .link-logo {
    position: absolute;
    border-left: 2px solid #FFA935;
    background-color: #22252C;
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
}

.link-logo.inFooter {
  display: inline-block;
}

.logo {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 920px) {
  .logo.scrolling {
    height: 85px !important;
    background-color: #121c33;
  }
}

.pt_BR .logo.white {
  background-image: url("../img/pt_BR/logo-white.png");
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .pt_BR .logo.white {
    background-image: url("../img/pt_BR/logo-white-2x.png");
  }
}

.pt_BR .logo.black {
  background-image: url("../img/pt_BR/logo-white.png");
}


.es_ES .logo.white {
  background-image: url("../img/es_ES/logo-white.png");
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .es_ES .logo.white {
    background-image: url("../img/es_ES/logo-white-2x.png");
  }
}

.es_ES .logo.black {
  background-image: url("../img/es_ES/logo-white.png");
}


.logo.inNav {
  height: 45px;
  background-size: 50%;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .logo.inNav {
    background-size: 220px;
    height: 55px;
  }
}

@media (min-width: 920px) {
  .logo.inNav {
    width: 223px;
    height: 108px;
    background-size: 190px;
  }
}

.logo.inFooter {
  width: 200px;
  height: 20px;
  background-size: contain;
}

.socialNetwork {
  height: 18px;
}

.socialNetwork.fb {
  width: 18px;
  background-position: 0 0;
}

.socialNetwork.tw {
  width: 22px;
  background-position: -28px 0;
}

.socialNetwork.yt {
  width: 26px;
  background-position: -60px 0;
}

.socialNetwork.ig {
  width: 18px;
  background-position: -96px 0;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.latestArticle, .lastArticle {
  position: relative;
  padding: 5px;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .latestArticle, .lastArticle {
    padding: 15px;
  }
}

.latestArticle a, .lastArticle a {
  display: block;
  height: 100%;
}

.latestArticle div, .lastArticle div {
  position: absolute;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .latestArticle div, .lastArticle div {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
  }
}

.latestArticle h4, .lastArticle h4 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.latestArticle h2, .lastArticle h2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.latestArticle p, .lastArticle p {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.latestArticle figure, .lastArticle figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.latestArticle figure:before, .lastArticle figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.latestArticle img, .lastArticle img {
  height: 100%;
}

.normalArticle {
  display: block;
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #D1D1D1;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .normalArticle {
    padding: 10px 15px;
  }
}

.normalArticle a {
  text-decoration: none;
  display: block;
  color: #4C4E4D;
}

.normalArticle a:after {
  content: "";
  display: table;
  clear: both;
}

.normalArticle h2 {
  font-size: 1.35715em;
  line-height: 1.89474em;
  margin-bottom: 0em;
  margin-top: 0.94737em;
  line-height: 1.1;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .normalArticle h2 {
    line-height: 1.1;
  }
}

.normalArticle p {
  display: none;
  opacity: 0;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .normalArticle p {
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.normalArticle figure {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .normalArticle figure {
    width: 150px;
    height: 90px;
  }
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .normalArticle figure {
    width: 220px;
    height: 120px;
  }
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .normalArticle figure {
    width: 235px;
    height: 140px;
    margin-right: 15px;
  }
}

.normalArticle img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .normalArticle img {
    height: initial;
    width: 100%;
  }
}

.featuredArticleInList {
  display: block;
  height: auto;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .featuredArticleInList {
    padding: 15px;
  }
}

.featuredArticleInList div {
  padding: 0 5px;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .featuredArticleInList div {
    padding: 0 15px;
  }
}

@media (min-width: 1024px) {
  .featuredArticleInList div {
    padding: 0;
  }
}

.featuredArticleInList a {
  display: block;
  color: #4C4E4D;
}

.featuredArticleInList figure {
  width: 100%;
  height: 190px;
  margin: 0 0 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .featuredArticleInList figure {
    width: 100%;
    height: 290px;
  }
}

.featuredArticleInList figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.featuredArticleInList img {
  width: 100%;
  max-width: 100%;
}

.featuredArticleInList h2 {
  font-size: 1.35715em;
  line-height: 1.89474em;
  margin-bottom: 0em;
  margin-top: 0.94737em;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.featuredArticleInList p {
  margin: 10px 0 0;
}

.authorContainer {
  text-align: center;
  padding: 0 10px;
  margin: 15px 0;
}

.authorContainer a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #4C4E4D;
}

.authorContainer figure {
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

@media (min-width: 1152px) {
  .authorContainer figure {
    margin: 0 10px 0 0;
    float: left;
  }
}

.authorContainer img {
  width: 100%;
}

@media (min-width: 1152px) {
  .authorContainer div {
    text-align: left;
  }
}

.authorContainer h3 {
  font-size: .75em;
  text-transform: uppercase;
}

.authorContainer h2 {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
  margin: 0;
  font-weight: 700;
}

.videoContainer {
  background-color: #fff;
}

.videoContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4C4E4D;
  text-decoration: none;
}

.videoContainer picture {
  width: 160px;
  height: 90px;
  display: block;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.videoContainer img {
  width: 100%;
  height: auto;
}

.videoContainer div {
  padding: 0 10px;
}

.videoContainer h3 {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
  margin: 0 0 5px;
  font-weight: 700;
}

.latestArticle {
  color: #fff;
}

.latestArticle h2 {
  font-size: 1.78572em;
  line-height: 1.44em;
  margin-bottom: 0.72em;
  margin-top: 0.72em;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .latestArticle h2 {
    line-height: 1.1;
  }
}

.latestArticle figure:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(253, 157, 49, 0.15)), to(#22252C));
  background-image: linear-gradient(-180deg, rgba(253, 157, 49, 0.15) 10%, #22252C 100%);
}

.lastArticle h2 {
  font-size: 1.35715em;
  line-height: 1.89474em;
  margin-bottom: 0em;
  margin-top: 0.94737em;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .lastArticle h2 {
    font-size: 1.35715em;
    line-height: 1.89474em;
    margin-bottom: 0em;
    margin-top: 0.94737em;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
  }
}

.lastArticle figure:before {
  background-image: linear-gradient(-1deg, rgba(0, 30, 66, 0.8) 9%, rgba(0, 30, 66, 0.3) 93%);
}

.featuredArticleInList {
  padding-bottom: 10px;
  margin: 1em 0 2em;
}

.videoContainerFeatured {
  width: 260px;
  background-color: #fff;
  margin: 2em auto;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.videoContainerFeatured a {
  display: block;
  color: #4C4E4D;
  text-decoration: none;
}

.videoContainerFeatured picture {
  width: 260px;
  height: 160px;
  display: block;
  overflow: hidden;
}

.videoContainerFeatured img {
  width: 100%;
  height: auto;
}

.videoContainerFeatured div {
  padding: 10px;
}

.videoContainerFeatured h3 {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
  margin: 0 0 5px;
  font-weight: 700;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.ad-container.livro, .ad-container.gravadora {
  width: 100%;
  background-color: #F2F3F2;
  font-family: "Open Sans";
  color: #4C4E4D;
  padding: 35px 25px;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .ad-container.livro, .ad-container.gravadora {
    padding: 35px 55px;
  }
}

@media (min-width: 1024px) {
  .ad-container.livro, .ad-container.gravadora {
    padding: 3em 5%;
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1152px) {
  .ad-container.livro, .ad-container.gravadora {
    padding: 3em 10%;
  }
}

.ad-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .ad-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 30%;
  }
}

.ad-title div:first-child {
  max-width: 70%;
}

.ad-title span {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: bold;
}

.ad-title h2 {
  font-size: 2.35715em;
  line-height: 1.09091em;
  margin-bottom: 1.09091em;
  margin-top: 0.54546em;
  font-family: 'Exo';
  font-weight: bolder;
  margin: 5px 0 0;
}

.ad-container.livro article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ad-container.livro figure {
  width: 50%;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.7);
}

.ad-container.livro img {
  display: block;
  width: 100%;
}

.ad-container.livro section {
  width: 40%;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .ad-container.livro section {
    width: 50%;
  }
}

.ad-body {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
}

@media (min-width: 1024px) {
  .ad-body {
    width: 70%;
  }
}

.ad-body span {
  font-size: .75em;
  font-weight: lighter;
  text-transform: uppercase;
}

.ad-body h2 {
  font-weight: bolder;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .ad-container.livro figure {
    width: 35%;
    margin: 0 5%;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .ad-container.livro figure {
    width: 45%;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .ad-container.livro span {
    font-size: 1.35715em;
    line-height: 1.89474em;
    margin-bottom: 0em;
    margin-top: 0.94737em;
    margin: 0;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .ad-container.livro h2 {
    font-size: 1.78572em;
    line-height: 1.44em;
    margin-bottom: 0.72em;
    margin-top: 0.72em;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .ad-container.livro h2 {
    font-size: 3.14286em;
    line-height: 1.22728em;
    margin-bottom: 0.4091em;
    margin-top: 0.4091em;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .ad-container.livro section h2 {
    font-size: 1.35715em;
    line-height: 1.89474em;
    margin-bottom: 0em;
    margin-top: 0.94737em;
    margin: 0;
    line-height: 1.3;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .ad-container.livro p {
    margin-bottom: 1.28572em;
    margin-top: 0;
  }
}

.ad-body section * {
  margin-bottom: 5px;
}

.ad-container.gravadora {
  padding: 35px 0 25px;
}

@media (min-width: 1024px) {
  .ad-container.gravadora {
    padding: 3em 5%;
    margin: 2em 0;
  }
}

.ad-container.gravadora .ad-title {
  padding: 0 25px;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .ad-container.gravadora .ad-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ad-container.gravadora figure {
  width: 70%;
  height: auto;
  margin: 10% auto;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.34);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.34);
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .ad-container.gravadora figure {
    width: 50%;
    margin: 0 5%;
  }
}

.ad-container.gravadora img {
  width: 100%;
  display: block;
}

.ad-container.gravadora .red-btn {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
  position: relative;
  padding: 15px 0;
  width: 100%;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .ad-container.gravadora .red-btn {
    display: block;
    width: 20%;
    margin: 0;
  }
}

.ad-container.gravadora .red-btn:before {
  position: absolute;
  top: 0;
  right: 25px;
  background: url("../img/iconarrow.svg") center no-repeat/contain;
  content: '';
  width: 15px;
  height: 100%;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.category-label, .category-date {
  font-family: 'Open Sans';
  font-size: 0.75em;
  margin-bottom: 10px;
}

.category-title-container h2 {
  font-size: 1.78572em;
  line-height: 1.44em;
  margin-bottom: 0.72em;
  margin-top: 0.72em;
  font-family: 'Exo';
  font-weight: bold;
}

.category-tag {
  font-size: 1em;
  font-family: inherit;
  text-transform: uppercase;
  padding: 5px 10px;
}

.category-label {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.03em;
  background-color: #009FE0;
}

.category-date {
  margin: 0;
  text-transform: uppercase;
}

.category-date strong {
  font-weight: bold;
}

.category-date span {
  font-weight: bolder;
  color: #979797;
}

.category-title-container {
  width: 100%;
  margin: 0 0 15px;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .category-title-container {
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .category-title-container {
    padding-left: 0;
  }
}

.category-title-container:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1.75em;
  vertical-align: middle;
  background: #009FE0;
}

.category-title-container h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.category-tag {
  display: block;
  color: #fff;
  background-color: #384154;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/*
					<article>
                        <a href="#">
                            <figure>
                                <img src="/img/post.jpg" alt="">
                            </figure>
                            <div>
                                <h2> Profecia contra a Síria não se aplica ao cenário atual </h2>
                                <h4 class="category"><strong>categoria</strong> </h4>
                                <p>Jarod Thomas, gerente de comunicação da Associação Ministerial da Igreja Adventista do Sétimo Dia a nível mundial, falando durante um relatório da Missão para as Cidades no Concílio da Primavera, em Silver Spring, Maryland, em 10 de abril de 2018. (Foto: Brent Hardinge / Adventist News Network)</p>
                            </div>
                        </a>
                    </article>
*/
.sidebarWrapper {
  display: block;
  position: relative;
  height: auto;
  padding-top: 1em;
}

.sidebarRight {
  display: none;
}

@media (min-width: 1024px) {
  .sidebarRight {
    display: block;
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
  }
}

.sidebarRight article {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.sidebarRight a {
  display: block;
  text-decoration: none;
  color: #4C4E4D;
}

.sidebarRight figure {
  width: 300px;
  height: 200px;
}

.sidebarRight img {
  width: 100%;
}

.sidebarRight div {
  width: 100%;
  padding: 15px 5% 15px;
}

.sidebarImage {
  width: 300px;
  height: 250px;
  margin: 15px 0;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.pageTitle {
  margin-top: 45px;
  padding: 20px 15px 0;
  color: #4C4E4D;
  margin-bottom: 2em;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .pageTitle {
    margin-top: 55px;
  }
}

@media (min-width: 1024px) {
  .pageTitle {
    width: 90%;
    margin: 130px auto 0;
  }
}

.pageTitle h2 {
  font-size: 1.78572em;
  line-height: 1.44em;
  margin-bottom: 0.72em;
  margin-top: 0.72em;
  font-weight: bold;
}

.pageTitle p {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.headerContainer {
  position: relative;
}

@media (min-width: 1024px) {
  .headerContainer {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.headerContainer figure {
  width: 100%;
  overflow: hidden;
}

.headerContainer figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(253, 157, 49, 0.15)), to(#22252C));
  background-image: linear-gradient(-180deg, rgba(253, 157, 49, 0.15) 10%, #22252C 100%);
}

.headerContainer img {
  width: 100%;
  height: auto;
}

.bodyPost {
  padding: 10px;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .bodyPost {
    padding: 10px 5em;
  }
}

@media (min-width: 1024px) {
  .bodyPost {
    width: 70%;
    padding: 10px 1em;
  }
}

.bodyPost > p {
  font-size: 1.35715em;
  line-height: 1.89474em;
  margin-bottom: 0em;
  margin-top: 0.94737em;
}

.postTitle {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  color: #fff;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .postTitle {
    padding: 10px 2em;
  }
}

.postTitle .category-tag {
  display: inline-block;
  padding: 5px;
}

.postTitle h1 {
  font-size: 1.78572em;
  line-height: 1.44em;
  margin-bottom: 0.72em;
  margin-top: 0.72em;
  line-height: 1.1;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .postTitle h1 {
    font-size: 2.35715em;
    line-height: 1.09091em;
    margin-bottom: 1.09091em;
    margin-top: 0.54546em;
  }
}

.postHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  font-size: 1.1em;
  line-height: 1.1;
}

.postHeader figure {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.postHeader img {
  width: 100%;
}

.post {
  padding: 0;
}

@media (min-width: 920px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.mainFooter {
  text-align: left;
}

.mainFooter p {
  font-family: 'Open Sans';
  font-size: .75em;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== GENERAL EXTENDS =============== */
/* vertical align text in div */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.authorProfile {
  margin-top: 45px;
  padding: 20px 15px 0;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .authorProfile {
    margin-top: 55px;
  }
}

@media (min-width: 1024px) {
  .authorProfile {
    width: 90%;
    margin: 170px auto 0;
  }
}

.authorImgInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .authorImgInfo {
    margin-bottom: 15px;
  }
}

.authorImgInfo figure {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .authorImgInfo figure {
    width: 200px;
    height: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}

.authorImgInfo figure img {
  width: 100%;
}

.authorInfo {
  color: #4C4E4D;
}

.authorInfo h1 {
  font-size: 1.35715em;
  line-height: 1.89474em;
  margin-bottom: 0em;
  margin-top: 0.94737em;
  line-height: 1.1;
  font-weight: bold;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .authorInfo h1 {
    font-size: 1.78572em;
    line-height: 1.44em;
    margin-bottom: 0.72em;
    margin-top: 0.72em;
    margin: .1em 0;
  }
}

.authorInfo h2 {
  font-size: 0.75em;
  text-transform: uppercase;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .authorInfo h2 {
    font-size: 1em;
    line-height: 1.28572em;
    margin-bottom: 0em;
    margin-top: 1.28572em;
    margin: .1em 0 1em;
  }
}

.authorInfo a {
  background: url("../img/socialcolors.png") no-repeat;
}

/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.scrollOff {
  overflow: hidden;
  position: fixed;
}

.mainHeader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  background: #22252C;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .mainHeader-container {
    height: 55px;
  }
}

@media (min-width: 920px) {
  .mainHeader-container {
    height: auto;
    overflow: initial;
  }
}

.mainMenu {
  height: 0;
  margin-left: -100%;
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  padding: 15% 20%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .mainMenu {
    padding: 5% 20%;
  }
}

@media (min-width: 920px) {
  .mainMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 235px;
    height: 85px;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    opacity: 1;
    -webkit-transform: initial;
    transform: initial;
  }
}

.mainMenu.active {
  width: 100%;
  height: calc(100% - 45px);
  position: fixed;
  top: 45px;
  left: 0;
  background-size: 100%,100%, 115%, 100%;
  z-index: 10;
  margin: 0;
  overflow-y: auto;
  opacity: 1;
  -webkit-transform: initial;
  transform: initial;
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.latestArticles-container {
  margin-top: 45px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.latestArticles-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .latestArticles-container {
    margin-top: 55px;
  }
}

@media (min-width: 920px) {
  .latestArticles-container {
    margin-top: 138px;
  }
}

.latestArticle {
  width: 59%;
  height: 305px;
  float: left;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .latestArticle {
    width: calc(40% - 15px);
  }
}

@media (min-width: 920px) {
  .latestArticle {
    height: 450px;
  }
}

.lastArticle {
  float: right;
  width: 39%;
  height: 150px;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .lastArticle {
    float: left;
    width: 20%;
    height: 305px;
    margin: 0 0 0 5px;
  }
}

@media (min-width: 920px) {
  .lastArticle {
    height: 450px;
  }
}

.lastArticle:nth-child(2) {
  margin-bottom: 5px;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .lastArticle:nth-child(2) {
    margin: 0 0 0 5px;
  }
}

.lastArticle:last-child {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 2em;
  margin: 5px 0 0;
  clear: both;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .lastArticle:last-child {
    padding-top: 4em;
  }
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .lastArticle:last-child {
    clear: initial;
    float: left;
    width: 20%;
    height: 305px;
    margin: 0 0 0 5px;
  }
}

@media (min-width: 920px) {
  .lastArticle:last-child {
    padding: 15px;
    height: 450px;
  }
}

.lastArticle:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .lastArticle:last-child img {
    width: auto;
    height: 100%;
  }
}

.lastArticle:last-child div {
  position: initial;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .lastArticle:last-child div {
    position: absolute;
  }
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.categoryArticles-container, .authors-container {
  margin: 3em 0 2em;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .normalArticles-container.vertical {
    margin: 1em 0 2em;
  }
  .normalArticles-container.vertical:after {
    content: "";
    display: table;
    clear: both;
  }
  .normalArticles-container.vertical article {
    width: calc(100% / 3);
    float: left;
  }
  .normalArticles-container.vertical figure {
    float: initial;
    width: 100%;
  }
}

.sidebarLeft .normalArticle figure {
  width: 80px;
  height: 80px;
}

.sidebarLeft .normalArticle img {
  width: auto;
  height: 100%;
}

.sidebarLeft .normalArticle h2 {
  font-weight: normal;
  font-size: 1em;
}

.sidebarLeft .normalArticle p {
  display: none;
}

@media (min-width: 1152px) {
  .authors-container {
    margin: 0;
  }
}

.authors-container ul:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .authors-container ul {
    padding: 0 15px;
  }
}

@media (min-width: 1152px) {
  .authors-container ul {
    padding: 0;
  }
}

.authorContainer {
  width: 33.33333%;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 550px) and (orientation: landscape), (min-width: 550px) {
  .authorContainer {
    width: 25%;
  }
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .authorContainer {
    width: 20%;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .authorContainer {
    width: 25%;
  }
}

@media (min-width: 1152px) {
  .authorContainer {
    width: 100%;
    padding: 0;
  }
}

.videos-container {
  padding: 3em 0 2em;
  background-color: #FAFAFA;
}

@media (min-width: 1152px) {
  .videos-container {
    padding: 0 5%;
  }
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .videos-container ul {
    padding: 0 15px;
    margin: 0 auto;
  }
  .videos-container ul:after {
    content: "";
    display: table;
    clear: both;
  }
}

.videoContainer {
  width: 100%;
  margin: 1em auto;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .videoContainer {
    width: calc(33.33333% - 20px);
    margin: 10px;
    float: left;
  }
}

@media (min-width: 920px) {
  .videoContainer {
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
  }
}

@media (min-width: 1152px) {
  .videoContainer {
    width: calc(20% - 20px);
  }
}

@media (min-width: 920px) {
  .videoContainer div {
    padding: 10px;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .videoContainer a {
    display: block;
  }
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .videoContainer picture {
    width: 230px;
    height: 130px;
  }
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .videoContainerFeatured {
    width: 90%;
  }
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .videoContainerFeatured {
    width: 70%;
  }
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .videoContainerFeatured a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .videoContainerFeatured picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
.mainFooter {
  background: #22252C;
  color: #fff;
  font-family: 'Open Sans';
  padding: 2em 10px 1em;
}

.mainFooter header p {
  margin: 1em 0;
}

.mainFooter section {
  margin: 1em 0 2em;
}

.socialNetworks-container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialNetworks-container li {
  margin-right: 20px;
}

.socialNetworks-container li:last-of-type {
  margin: 0;
}

.category-tags h2 {
  font-size: 1em;
  line-height: 1.28572em;
  margin-bottom: 0em;
  margin-top: 1.28572em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em;
}

.category-tags ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-tags li {
  margin: 0 10px 10px 0;
}

.copyright {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 1em;
}

/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== VERTICAL RYTHM =============== */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
/* =============== LAYOUT =============== */
/* =============== TYPOGRAPHY =============== */
/* --- z layered --- */
@media (min-width: 1024px) {
  .rContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    position: relative;
  }
}

@media (min-width: 1152px) {
  .rContainer {
    width: 90%;
    margin: 10px auto 0;
  }
}

@media (min-width: 1024px) {
  .rContainer .articlesSection-container {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
  }
}

@media (min-width: 1152px) {
  .rContainer .articlesSection-container {
    -ms-flex-preferred-size: calc(100% - 550px);
    flex-basis: calc(100% - 550px);
    padding: 0 1em;
  }
}

.sidebarLeft {
  display: none;
}

@media (min-width: 1152px) {
  .sidebarLeft {
    display: block;
    width: 250px;
  }
}

@media (min-width: 1152px) {
  .articlesSection-container.inAuthor {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
  }
}

.authors-container.inAuthors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.authors-container.inAuthors li {
  float: initial;
  width: 50%;
}

@media (min-width: 480px) and (orientation: landscape), (min-width: 480px) {
  .authors-container.inAuthors li {
    width: 33.33333%;
  }
}

@media (min-width: 600px) and (orientation: landscape), (min-width: 600px) {
  .authors-container.inAuthors li {
    width: 25%;
  }
}

@media (min-width: 920px) {
  .authors-container.inAuthors li {
    width: 33.33333%;
    margin: 0 0 3em;
  }
}

@media (min-width: 1152px) {
  .authors-container.inAuthors li div {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .authors-container.inAuthors li h3 {
    font-size: 1em;
    line-height: 1.28572em;
    margin-bottom: 0em;
    margin-top: 1.28572em;
    line-height: 1.1;
  }
}

@media (min-width: 1024px) {
  .authors-container.inAuthors li h2 {
    font-size: 1.35715em;
    line-height: 1.89474em;
    margin-bottom: 0em;
    margin-top: 0.94737em;
    line-height: 1.1;
    margin: 0;
  }
}

@media (min-width: 1152px) {
  .authors-container.inAuthors li h2 {
    font-size: 1.78572em;
    line-height: 1.44em;
    margin-bottom: 0.72em;
    margin-top: 0.72em;
    line-height: 1.1;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .authors-container.inAuthors figure {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 1152px) {
  .authors-container.inAuthors figure {
    float: none;
    margin: 0 auto;
  }
}

.mainPostReading {
  margin-top: 45px;
}

@media (min-width: 710px) and (orientation: landscape), (min-width: 710px) {
  .mainPostReading {
    margin-top: 55px;
  }
}

@media (min-width: 1024px) {
  .mainPostReading {
    margin: 75px auto 0;
  }
}

/*# sourceMappingURL=style.css.map */
