/*
Theme Name: Dissenso
Author: Mirror Lab + Maria Claudia Levy
Author URI: http://mirrorlab.com.br
Text Domain: dissenso
Version: 1.0
*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ========================================================================== 
   General 
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

body {
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'Merriweather', 'georgia', sans-serif;
    font-size: 62.5%;
    color: #264B59;
}

h1, h2, h3, h4 {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #264B59;
}

strong {
    font-weight: 500;
}

p {
    font-size: 1.6em;
}

figure {
    margin: 0;
}

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

ul {
    padding: 0;
    margin: 0;
}

input[type=text] {
    width: 100%;
    outline: 0;
    border: none;
    border-bottom: 3px solid #264B59;
    padding: 5px 20px 5px 2px;
    font-size: 1.4em;
}

input[type=submit] {
    outline: 0;
    border: none;
    background: transparent;
}

.search-form {
    width: 100%;
    max-width: 510px;
    position: relative;
    display: inline-block;
}

.search-form label {
    display: none;
}

.search-form input[type=submit] {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url('img/icon-sprite.svg') 0 center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -99999px;
}

.main-header {
	width: 100%;
	position: fixed;
    left: 0;
	top: 0;
	z-index: 999;
    padding: 30px;
    margin-bottom: 80px;
    background: #ffffff;
	transition: all .25s ease-out;    
}

.main-header.nav-up {
	transform: translate(0, -100%);
} 

.main-header.nav-down {
	transform: translate(0, 0);
} 

.main-header .logo {
    float: left;
    margin: 0 40px 0 0;
}

.main-header .logo a {
    display: block;
    width: 192px;
    height: 50px;
    background: url('img/dissenso-logo.svg') center no-repeat;
    text-indent: -9999px;
}

.menu-wrapper {
    font-size: 1.6em;
    color: #264B59;
    font-weight: 500;
    font-family: 'Rubik', 'Helvetica', sans-serif;
    float: right;
}

.main-menu {
    list-style: none;
    float: left;
}

.main-menu ul {
    margin-bottom: 0;
    margin-top: 15px;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li::after {
    content: '|';
    display: inline-block;
    margin: 0 5px 0 7px;
}

.main-menu ul li:last-child::after {
    display: none;
}

.main-menu ul li a {
    color: #264B59;
    text-decoration: none;
}

.main-menu ul li > a:hover {
    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #EE5C64;
}

body .main-menu ul li.menu-item-has-children > a:hover {
    box-shadow: none;
}

.main-menu ul li > ul {
    display: none;
    min-width: calc(100% + 15px);
    position: absolute;
    margin-top: 0;
    padding: 15px;
    margin-left: -15px;
    background: #fff;
}

.main-menu ul li:last-child > ul,
.main-menu ul li:nth-last-of-type(2) > ul {
    text-align: right;
    right: 0;
    margin-left: 0;
    margin-right: 5px;
}

.main-menu ul li > ul li { 
    margin-bottom: 5px;
}

.main-menu ul li > ul a {
    white-space: nowrap;
}

.main-menu ul li > ul li::after { 
    content: '';
    margin: 0;
}

.main-menu ul li > ul li:last-child {
    margin-bottom: 0;
}


.main-menu ul li:hover > ul {
    display: block;
}

.menu-options {
    float: right;
    margin-left: 40px;
    margin-top: 14px;
}

.menu-options a {
    display: inline-block;
    vertical-align: middle;
    color: #264B59;
    text-decoration: none;
    font-style: italic;
}

/* .menu-options .search {
    display: none;
}
 */
.menu-options a:not(.language) {
    width: 16px;
    height: 17px;
    background: url('img/icon-sprite.svg') 0 center no-repeat;
    margin-right: 10px;
}

.menu-options a.facebook {
    width: 9px;
    background-position: -16px 0;  
}

.menu-options a.twitter {
    width: 17px;
    background-position: -25px 0;  
}

.menu-options a.youtube {
    width: 20px;
    background-position: 100% 0;  
}

.menu-options a.feed {
    width: 15px;
    background-position: -43px 0;  
}

.wrapper-inner {
    max-width: 1055px;
    margin: 0 auto;
    padding: 0 20px; 
}

.page-header {
    margin: 0 auto 130px;
}

.header-top {
    padding: 20px 0;
    border-top: 3px solid #ED5B32;
    border-bottom: 3px solid #ED5B32;
}

.page-title {
    font-size: 3em;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.page-excerpt {
    max-width: 600px;
    font-size: 4em;
    text-align: center;    
    margin: 85px auto 0;
}

.page-excerpt + p{
   text-align: center;
}

.page-excerpt + p a {
    box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #ED5B32;
}

.page-header .page-nav {
    padding-top: 90px;
    text-align: center;
}

.page-header .page-nav .filters-nav ul { list-style: none; padding-left: 0;}
.page-header .page-nav .filters-nav li { 
    display: inline-block;
    margin: 0 6.68%;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    font-weight: 500;
}

.none-posts {
    text-align: center;
}

table {
    text-align: left;
}

th {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: 2em;
    cursor: pointer;
}

th:focus {
    outline: 0;
}

.tablesorter-icon::after {
    content: '';
    width: 8px;
    height: 10px;
    background: url('img/sort-icon.png') 0 0 no-repeat;
    display: inline-block;
    margin-left: 10px;
}

.tablesorter-headerDesc .tablesorter-icon::after {
    height: 4px;
}
.tablesorter-headerAsc .tablesorter-icon::after {
    height: 4px;
    background-position: 0 100%;
}

th[data-sorter="false"] {
    cursor: auto;
}

th[data-sorter="false"] .tablesorter-icon {
    display: none;
}

tr.filtered {
    display: none;
}

tr {
    cursor: pointer;
}

td, th {
    padding: 15px 40px 15px 0;
    border-bottom: 3px solid #ED5B32;
    vertical-align: top;
}

td {
    font-size: 1.6em;
}

td:last-child, th:last-child {
    padding-right: 0;
}

/* .posts-nav a {
    box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #ED5B32;
}

.posts-nav a[rel="next"] {
    float: left;
}

.posts-nav a[rel="next"] {
    float: right;
} */

.main-footer {
    width: 100%;
    max-width: 1055px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-footer .footer-column {
    margin-right: 34px;
    float: left;
}

.main-footer .footer-column h4 {
    font-style: italic;
    font-size: 1.4em;
    margin-bottom: 25px;
}

.main-footer .footer-column a {
    display: inline-block;
}

.main-footer .enterprise a {
    margin-top: 8px;
}

.main-footer .support {
    margin-right: 0;
}

.main-footer .newsletter {
    max-width: 455px;
    margin: 0 60px;
}

.main-footer .newsletter form {
    margin-top: -10px;
    overflow:  hidden;
}

.main-footer .newsletter input:focus {
    outline: 0;
}

.main-footer .newsletter input[type=email]{
    width: 358px;
    outline: 0;
    border: none;
    border-top: 3px solid #264B59;
    border-bottom: 3px solid #264B59;
    padding: 10px 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    color: #264B59;
    font-size: 1.2em;
    font-weight: 500;
    margin-right: 10px;
}

.main-footer .newsletter input[type=email]::-webkit-input-placeholder { color: #264B59; }
.main-footer .newsletter input[type=email]::-moz-placeholder { color: #264B59; }
.main-footer .newsletter input[type=email]:-ms-input-placeholder { color: #264B59; }
.main-footer .newsletter input[type=email]:-moz-placeholder { color: #264B59; }

.main-footer .newsletter input[type=submit]{
    border: 3px solid #264B59;
    background: transparent;
    padding: 8px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    color: #264B59;
}

.main-footer .terms {
    margin-top: 60px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    margin-right: 0;
}

.main-footer .terms a:hover {
    text-decoration: underline;
}



/* ========================================================================== 
   HOME 
   ========================================================================== */

.home-featured {
    position: relative;
    margin-bottom: 140px;
    padding: 35px 0 0;
}

.home-featured ul {
    list-style: none;
    padding: 0;
}

.home-featured .item-wrapper {
    width: 61.80%;
    position: relative;
}
    
.home-featured figure {
    max-width: 880px;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
}

.img-blend figure {
    background-color:#ED5B32;
    display: inline-block;
}

.img-blend figure img {
    mix-blend-mode: screen;
}

.home-featured h2 {
    font-size: 3.5em;
    width: 390px;
    position: absolute;
    left: calc(100% - 240px);
    top: -36px;
    margin: 0;
    text-transform: uppercase;
}

.post-meta {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
}

.home-featured .post-meta {
    display: inline-block;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    white-space: nowrap;
    position: absolute;
    right: calc(100% - 30px);
    bottom: calc(100% + 25px);
}

.home-featured .excerpt {
    width: 330px;
    position: absolute;
    left: calc(100% + 30px);
    bottom: 0;
}

.excerpt a {
    color: #E07C64;
    font-style: italic;
    font-weight: 700;
}

.bx-wrapper {
    margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
    /* padding: 65px 0 0; */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bx-wrapper .bx-viewport li {
    padding: 65px 0 0;
}

.slider-bottom {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: calc(38.2% + 10px);
}

.slider-bottom span {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 2.4em;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.slider-pager {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}

.slider-pager .bx-pager-item {
    display: inline-block;
}

.slider-pager a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    margin-right: 10px;
    text-indent: -99999px;
}

.slider-pager a.active {
    background: #264B59;
}

.bx-wrapper .bx-viewport figure {
        width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 54%;
}

.secundary-featured {
    clear: both;
}

.secundary-featured .excerpt {
    max-width: 330px;
}

.secundary-featured h2 {
    font-size: 2.5em;
    width: 290px;
    text-transform: uppercase;
}

.secundary-featured article {
    max-width: 690px;
    position: relative;
    margin-bottom: 90px;
}

.load-more-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
   /*  margin-top: -90px; */
    clear: both;
}

.posts-home .load-more-wrapper {
    margin-top: -90px;
}

.pesquisas-home .load-more-wrapper,
.casoteca-home .load-more-wrapper, 
.general-search .load-more-wrapper {
    margin-top: 60px;
}

.casoteca-home .load-more-wrapper {
    text-align: left;
}

.load-more-wrapper > span {
    font-family: 'Rubik', sans-serif;
    font-size: 2em;
    font-weight: 500;
    cursor: pointer;

    box-shadow: inset 0 -2px 0 #ffffff, inset 0 -5px 0 #ED5B32;
}

.featured-middle {
    margin-bottom: 150px;
}

.featured-middle article:first-child {
    width: 35.416%;
    margin-left: 13.472%;
    float: left;
}

.featured-middle article:first-child h2 {
    position: absolute;
    top: -47px;
    left: calc(100% - 240px);
}

.featured-middle article:first-child .post-meta {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    bottom: 55px;
    left: -50px;
}

.featured-middle article:first-child .excerpt {
    margin-top: -20px;
}

.featured-middle article:nth-child(2) {
    float: right;
    width: 36.45833%;
}

.featured-middle article:nth-child(2) h2,
.featured-middle article:nth-child(2) .excerpt {
    position: relative;
    top: -27px;
    left: -90px;
    margin: 0;
}

.featured-middle article:nth-child(2) .post-meta {
    display: inline-block;
    -ms-transform: rotate(270deg) translateX(50px); 
    -webkit-transform: rotate(270deg) translateX(50px); 
    transform: rotate(270deg) translateX(50px);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    white-space: nowrap;
    position: absolute;
    left: calc(100% - 60px);
    bottom: 0;  
}

.featured-middle article:last-child {
    width: 66.666%;
    max-width: none;
    clear: both;
    margin: 0 auto;
    left: 50px;
}

.featured-middle article:last-child figure {
    width: calc(100% - 360px);
    margin-right: 30px;
}

.featured-middle article:last-child .excerpt {
    position: absolute;
    right: 0;
    top: 0;
}

.featured-middle article:last-child .excerpt p {
    margin: 0;
}

.featured-middle article:last-child h2, 
.featured-bottom article:last-child h2 {
    position: absolute;
    top: -47px;
    left: -90px;
}

.featured-middle article:last-child .post-meta, 
.featured-bottom article:last-child .post-meta{
    display: inline-block;
    -ms-transform: rotate(270deg) translateX(100%); 
    -webkit-transform: rotate(270deg) translateX(100%); 
    transform: rotate(270deg) translateX(100%);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    white-space: nowrap;
    position: absolute;
    right: 420px;
    top: calc(100% + 60px);
}

.featured-bottom {
    margin-bottom: 90px;
}

.featured-bottom article:first-child {
    width: 36.45833%;
    float: left;
    margin-bottom: 210px;
}

.featured-bottom article:first-child h2 {
    position: absolute;
    top: -46px;
    left: calc(100% - 240px);
}

.featured-bottom article:first-child .post-meta {
    display: inline-block;
    -ms-transform: rotate(270deg); 
    -webkit-transform: rotate(270deg); 
    transform: rotate(270deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    white-space: nowrap;
    position: absolute;
    right: calc(100% - 30px);
    bottom: calc(100% + 25px);
}

.featured-bottom article:nth-child(2) {
    width: 35.416%;
    float: right;
    clear: none;
    margin-right: 13.472%;
    margin-bottom: 210px;
}

.featured-bottom article:nth-child(2) h2 {
    position: absolute;
    top: calc(100% - 62px);
    left: -90px;
    margin: 0;
}

.featured-bottom article:nth-child(2) .post-meta {
    position: absolute;
    top: 30px;
    right: -60px;
}

.featured-bottom article:last-child {
    width: 47.9166%;
    margin: 0 auto;
    clear: both;
}

.featured-bottom article:last-child .post-meta {
    right: 62px;
}

.featured-bottom article:first-child figure,
.featured-middle article:nth-child(2) figure {
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    position: relative;
}

.featured-bottom article:first-child figure img,
.featured-middle article:nth-child(2) figure img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.featured-middle article:first-child figure,
.featured-bottom article:nth-child(2) figure {
    width: 100%;
    height: 0;
    padding-bottom: 64.9%;
    overflow: hidden;
    position: relative;
}

.featured-middle article:first-child img,
.featured-bottom article:nth-child(2) img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
}


/* ========================================================================== 
   REVIDE DE EXPRESSÃO 
   ========================================================================== */

.posts-home .featured-post {
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 180px;
    position: relative;
}

.posts-home .featured-post h2 {
    font-size: 3em;
    width: 420px;
    position: absolute;
    top: -56px;
    left: -90px;
}

.posts-home .featured-post:nth-of-type(even) h2 {
    text-align: right;
    left: auto;
    right: -90px;
}

.posts-home .featured-post .post-meta {
    font-size: 3em;
    float: right;
    position: relative;
    top: -60px;
    right: -60px;
}

.posts-home .featured-post:nth-of-type(even) .post-meta {
    float: left;
    right: auto;
    left: -60px;
}

.featured-post .excerpt .author, 
.featured-middle .excerpt .author {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    text-transform: uppercase;
    color: #264B59;
    font-style: normal;
    font-weight: 500;
}

.featured-middle .excerpt .author a,
.featured-post .excerpt .author a {
    font-style: normal;
    font-weight: 500;
    color: #264B59;
}

.posts-home .featured-post .excerpt {
    max-width: none;
    clear: both;
    position: relative;
    top: -20px;
}

.posts-home .featured-post .excerpt p {
    margin: 0;
}

.revide-home.secundary-featured > .post-item {
    max-width: 1050px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.revide-home > .post-item figure {
    width: calc(50% - 15px);
    margin-right: 30px;
    float: left;
}

.revide-home > .post-item .post-infos {
    width: calc(50% - 15px);
    float: left;
}

.revide-home > .post-item h2 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.revide-home > .post-item .post-meta {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: 30px;
    left: -60px;
}

.revide-home > .post-item .post-infos .excerpt {
    width: 100%;
    max-width: none;
}

.revide-img {
    max-width: 630px;
    margin: 0 auto;
    padding: 0 20px;
}

.revide-post .content {
    max-width: 690px;
}
.revide-post .content h2 {
    font-size: 3em;
    margin-bottom: 20px;
}

.revide-post .content > figure {
    margin-bottom: 0;
}

.content hr {
    height: 3px;
    background-color: #ED5B32;
    margin-top: 40px;
    margin-bottom: 30px;
}



/* ========================================================================== 
   COLUNAS 
   ========================================================================== */

/* .colunas-home .page-header .page-nav .filters-nav li {
    margin: 0 3.6%;
} */

.header-top .child-links {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    float: right;
    margin-top: 10px;
}

.header-top .child-links a {
    display: inline-block;
    margin-left: 30px;
}

.header-top .page-title {
    float: left;
}



/* ================================ 
   SINGLE
   ================================ */


.single-post .header-top {
    max-width: 690px;
    border: none;
    margin: 0 auto 40px;
}

.single-post .page-header {
    margin-bottom: 60px;
}

.page-header .share {
    position: absolute;
    top: 13px;
    left: -50px;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.page-header .share li {
    margin-bottom: 20px;
}

.page-header .share li a {
    display: inline-block;
    width: 12px;
    height: 22px;
    text-indent: -9999px;
    background: url('img/share-sprite.png') 0 0 no-repeat;
}

.page-header .share .twitter a {
    width: 25px;
    height: 20px;
    background-position: 100% 0; 
}

.single-post article h2.page-title {
    max-width: 1055px;
    padding: 20px 0;
    border-top: 3px solid #ED5B32;
    border-bottom: 3px solid #ED5B32;
    text-align: center;
    margin: 60px auto 60px;
}

.single-post .header-top .page-title {
    float: none;
}

.single-post .page-header .post-meta {
    clear: both;
    margin-top: 40px;
    font-size: 1.8em;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-post .page-header .post-meta img {
    display: block;
    margin: 0 auto;
}


.single-post .page-header .post-meta span {
    font-weight: 300;
}

.content {
    max-width: 1055px;
    margin: 0 auto;
    padding: 0 20px;
}

.content p {
    max-width: 690px;
    margin: 0 auto 30px;
    font-weight: 300;
}

.content-full p {
    max-width: none;
    width: 100%;
}

.content p a,
.author .infos p a {
    box-shadow: inset 0 -2px 0 #ffffff, inset 0 -5px 0 #B706C1;
}

.content img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.content .aligncenter {
    text-align: center;
}

.content img.alignright {float: right;}
.content img.alignleft {float: left;}

.content > figure {
    width: 100%!important;
    overflow: hidden; 
    margin-bottom: 50px;
}

.content figure {
    max-width: 100%;
}

.content > figure figcaption {
    font-size: 1.2em;
    margin-top: 20px;
    font-style: italic;
}

.content .pull-quote {
	display: block;
    max-width: 690px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-size: 4em;
    font-weight: 500;
    margin: 40px;
}

.single-footer {
    max-width: 690px;
    text-align: center;
    margin: 50px auto 0;
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 1.6em;
    font-weight: 500;
}

.single-footer .share {
    float: left;
    margin-right: 90px;
}

.single-footer .share a {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 17px;
    background: url('img/icon-sprite.svg') 0 center no-repeat;
    background-position: -16px 0;
    text-indent: -9999px;
    margin-left: 10px;
}

.single-footer .share .twitter {
    width: 17px;
    background-position: -25px 0;
}

.tags {
    float: left;
    width: calc(100% - 260px);
    text-align: left;
}

.tags > span,
.tags > div {
    float: left;
}

.tags > div {
    width: calc(100% - 53px);
    margin-left: 10px;
}

.tags a {
    display: inline-block;
    font-family: 'Merriweather', 'georgia', sans-serif;
    font-size: .9em;
    font-style: italic;
    font-weight: 400;
    margin-left: 5px;
}

.tags a:hover {
    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #B706C1;
}

.tags a:hover::before {
    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #ffffff;
}

.tags a::before {
    content: '#';
    color: #B706C1;
}

.author:not(body) {
    max-width: 500px;
    margin: 60px auto 0;
    position: relative;
    text-align: left;
}

.author .social-links {
    position: absolute;
    top: 0;
    left: 135px;
}

.social-links a {
    width: 9px;
    height: 18px;
    display: block;
    background: url('img/icon-sprite.svg') -16px 0 no-repeat;
    margin-bottom: 10px;
    margin-left: 4px;
    text-indent: -9999px;
}

.social-links a.twitter {
    width: 17px;
    background-position: -25px 0;
    margin-left: 0;
}

.author .infos {
    position: relative;
    margin-left: 60px;
    top: -20px;
}

.author .infos h4 {
    font-size: 1.2em;
    margin: 0;
    text-transform: uppercase;
}

.author .infos p {
    font-size: 1em;
    margin: 0;
    font-family: 'Merriweather', 'georgia', sans-serif;
    font-style: italic;
    font-weight: 300;

}

.bottom-bar {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	transition: all .25s ease-out;
}

.bottom-bar .content {
    max-width: 100%;
	padding: 0;
    position: relative;
}

body:not(.cpt-posts) .bottom-bar .bar-inner { text-align: center; }


.bottom-bar .bar-inner > div {
	display: inline-block;
	vertical-align: middle;
}

.bottom-bar .bar-inner {
    background-color: #ffffff;
    position: relative;
    z-index: 999;
    padding: 10px 0 15px;
}

.bottom-bar .author {
	width: 50%;
	display: inline-block;
	margin: 0 11.3% 0 0;
}

.bottom-bar .author figure {
	width: 60px;
	float: left;
	margin-right: 10px;
}

.bottom-bar .author .infos {
	width: calc(100% - 70px);
	float: left;
    margin-left: 0;
    position: static;
}

.bottom-bar .author h4 {
	font-size: 1.6em;
}

.bottom-bar .author p {
	font-size: 1.4em;
	line-height: 1.2;
}

.bottom-bar .social-links {
	font-family: 'Rubik', sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 11.3%;
}

.bottom-bar .social-links a {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 15px;
}

.bottom-bar .filters {
	font-family: 'Rubik', sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 500;
}

.bottom-bar .filters a {
	display: inline-block;
	margin-right: 5px;
}

.bottom-bar .filters .search {
	display: inline-block;
    width: 16px;
    height: 17px;
    background: url('img/icon-sprite.svg') 0 center no-repeat;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.bottom-bar.bar-down {
	transform: translate(0, 100%);
}

.bottom-bar.bar-up {
	transform: translate(0, 0);
} 

.bottom-bar .content > .filters-content {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    display: block;
    background-color: #ffffff;
    transition: all .3s ease;
    top: 0;
    position: absolute;
}

.bottom-bar .content > .filters-content.open {
    transform: translate(0,-100%);
} 

.bottom-bar.bar-down .content > .filters-content.open {
    top: 100%;
    bottom: 0;
} 

.bottom-bar .filters-content {
    position: relative;
}

.bottom-bar .filters-content li {
    display: inline-block;
    margin: 0 40px;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
}

.bottom-bar .filters-content .filters-nav {
    background-color: #ffffff;
}

.bottom-bar .filters-content .item-nav{
    max-width: 1015px;
    margin: 0 auto;
}

.filters-content .item-nav.filter-search {
    text-align: center;
} 

.filters-content .item-nav {
    padding-top: 40px;
    text-align: left;
    /* position: absolute;
    top: 100%; */
    display: none;
}
.filters-content .item-nav li {
    display: inline-block;
    width: calc(25% - 20px);
    min-width: 150px;
    font-family: 'Merriweather', 'georgia', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: none;
    margin: 0 20px 10px 0;
    vertical-align: top;
}

.filters-content .item-nav li:nth-of-type(4n) {
    margin-right: 0;
}

.filters-content .tags-nav {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    float: none;
    line-height: 2;
}

.filters-content .tags-nav a {
    font-size: 1em;
}

.filters-content .filter-arquivo {
    text-align: center;
}

.filters-content .filter-arquivo .combo-item {
    width: 150px;
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    border-top: 3px solid #ED5B32;
    border-bottom: 3px solid #ED5B32;
    padding: 5px 0;
} 

.filters-content .filter-arquivo .combo-item select {
    background: transparent;
    border: none;
    outline: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 150px;
}


.filters-content .filter-arquivo .combo-item select:disabled {
    opacity: .3;
}

.filters-content .filter-arquivo .archive-filter-btn {
    width: 150px;
    height: 45px;
    display: inline-block;
    border: 3px solid #ED5B32;
    margin: 0 15px; 
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
}

body .filters-content .filter-arquivo a.archive-filter-btn:hover {
    box-shadow: none;

}


/* ==========================================================================
   COLUNISTAS
   ========================================================================== */

.colunistas-wrapper {
    max-width: 650px;
    font-size: 1.6em;
}

.colunistas-wrapper .author {
    width: calc(50% - 40px);
    float: left;
    margin: 0 40px 40px 0; 
}

.colunistas-wrapper .author:nth-child(2n) {
    margin-right: 0;
}

.colunistas-wrapper .author:nth-child(2n + 1) {
    clear: both;
}


/* ==========================================================================
   CASO
   ========================================================================== */

.casoteca-filters {
    width: 315px;
    float: left;
    margin-right: 40px;
    padding-top: 15px;
}

.casoteca-filters .box-filters {
    margin-bottom: 20px;
}

.casoteca-filters h3 {
    font-size: 2em;
    margin: 0;
    margin-bottom: 10px;
}

.casoteca-filters .lista-filters > div {
    margin-bottom: 5px;
}

.casoteca-filters .lista-filters label {
    cursor: pointer;
}

.casoteca-filters .lista-filters input[type=checkbox] {
    width: 14px;
    height: 14px;   
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.casoteca-filters .lista-filters input[type=checkbox]::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #264B59;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.casoteca-filters .lista-filters input[type=checkbox]:checked::after {
    background: #264B59;    
}

.casoteca-filters .lista-filters span {
    font-size: 1.6em;
    vertical-align: middle;
}

.casoteca-wrapper table {
    width: calc(100% - 355px);
    max-width: 690px;
    float: right;
}

.casoteca-home .page-excerpt {
    max-width: 720px;
}

.case-data {
    margin: 100px 0;
}

.case-data .data-item {
    width: 25%;
    padding-right: 20px;
    float: left;
}
.case-data .data-item { width: 34%; }
.case-data .data-item:nth-child(3) { width: 26%;}
.case-data .data-item:last-child { width: 6%;}

.case-data .data-item h4 {
    font-size: 2em;
    margin-bottom: 35px;
}

.case-data .data-item p {
    font-size: 1.6em;
    margin-top: 0;
}

.case-description {
    position: relative;
}

.case-description p {
    max-width: 770px;
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 4em;
    font-weight: 500;
    margin-top: 0;
}

.content-inner {
    max-width: 690px;
    margin: 0 auto;
}

.content h3 {
    font-size: 3em;
    margin-bottom: 30px;
    margin-top: 60px;
}

.content dt {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 1.7em;
    font-weight: 500;
    text-transform: uppercase;
}

.content dd {
    margin: 0;
    font-size: 1.6em;
    margin-bottom: 25px;
}

.casoteca-post .caso-meta-items {
    margin: 60px 0;
}

.casoteca-post .caso-meta {
    width: 25%;
    float: left;
}

.casoteca-post .caso-meta {margin-right: 30px;}
.casoteca-post .caso-meta:first-of-type { width: calc(34.3% - 30px); }
.casoteca-post .caso-meta:nth-of-type(2) { width: calc(34.3% - 30px); }
.casoteca-post .caso-meta:nth-of-type(3) { width: calc(25.9% - 30px); }
.casoteca-post .caso-meta:nth-of-type(4) { width: 5.5%; margin-right: 0;}

.casoteca-post .description {
    float: none;
    clear: both;
    margin: 60px 0;
    position: relative;
}

.casoteca-post .description p{
    max-width: 770px;
    font-size: 4em;  
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

.casoteca-post .content h3 {
    font-size: 2em;
}

.casoteca-post .content-inner > a {
    font-size: 1.6em;
    font-style: italic;
}

.casoteca-post .caso-header {
    max-width: 
}

.casoteca-post .caso-header h1 {
    text-align: center;
}


.casoteca-post .tags {
    width: 100%;
    float: none;
}

body .casoteca-post .tags a {
    box-shadow: none;
    font-size: 1.6em;
}

.casoteca-post h2 {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer
}

.case-tab h2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #264b59 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.case-tab.active h2::after {
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #264b59 transparent;
}

.casoteca-post .conteudo-caso {
    max-width: 690px;
    margin: 30px auto;
    padding: 20px 0;
}

.casoteca-post .casoteca-footer {
    max-width: 1055px;
    padding: 0 20px;
}

.posts-nav {
    width: 100%;
    margin-top: 70px;
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-size: 2em;
    font-weight: 500;
}

.posts-nav a {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -7px 0 #ED5B32;
}

.posts-nav a[rel="prev"] {float: right; margin-right: 10px;}
.posts-nav a[rel="next"]::before,
.posts-nav a[rel="prev"]::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 5px 3px 0;
    border-color: transparent #264b59 transparent transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -3px;
}

.posts-nav a[rel="prev"]::after {
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #264b59;
    left: auto;
    right: -10px;
    top: 50%;
    margin-top: -3px;
}



/* ==========================================================================
   PESQUISAS
   ========================================================================== */
    
.pesquisas-item {
    width: calc(25% - 23px);
    height: 0;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: 49%;
    background: #264B59;
    color: #fff;
    text-align: center;
    position: relative;
}

.pesquisas-item a {
    color: #fff;
    display: inline-block;
}

.pesquisas-item:nth-child(4n+2) {margin-right: 0;}

.pesquisas-item:first-child , 
.pesquisas-item:nth-child(2) {
    width: calc(50% - 15px);
    height: 0;
    padding-bottom: 43.5%;
} 

.pesquisas-home article:last-of-type {
    margin-bottom: 90px;
}

.pesquisas-item:nth-child(2) {
    margin-right: 0;
}

.pesquisas-item .pesquisas-inner {
    width: 100%;
    position: absolute;
    padding: 20px;
    padding-top: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.pesquisas-item:first-child .pesquisas-inner, 
.pesquisas-item:nth-child(2) .pesquisas-inner {
    padding: 100px 100px 30px;

}

.pesquisas-inner > * {
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    line-height: 1.6;
}

.pesquisas-item span {
    display: block;
}

.pesquisas-item .rate {
    font-size: 3em;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.pesquisas-item .rate::after {
    content: "\f005";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 8px;
    right: -20px;
    font-family: "raty";
    font-size: .5em;
}
.pesquisas-item .rate-number {
    font-size: 1.2em;
    font-weight: 300;
}
.pesquisas-item h3 {
    font-weight: 400;
    margin-bottom: 10px;
}

.pesquisas-item .author {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.pesquisas-item .origin {
    text-transform: uppercase;
}

.pesquisas-item .rate-btn {
    margin-top: 15px;
}

.pesquisas-item .post-ratings {
    font-size: 1em;
}

.pesquisas-item .rating-meta {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
}

.pesquisas-item:first-child .rating-meta , 
.pesquisas-item:nth-child(2) .rating-meta {
    top: 30px;
}

.pesquisas-item .post-ratings .rating {
    font-size: 1.4em;
    margin-top: 5px;
}


/* ==========================================================================
   DISSENSO TV
   ========================================================================== */
.dissensotv-posts .featured-post {
    margin-bottom: 80px;
}

.dissensotv-posts .featured-post img {
    width: 100%;
}

.dissensotv-posts .featured-post h3 {
    margin-top: 20px;
}

.dissensotv-posts .content p {
    text-align: center;
}

.dissensotv-posts .content p a {
    font-family: 'Rubik', 'Helvetica', sans-serif;
    font-weight: 500;
}

.tv-post figure {
    display: block;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.tv-post figure img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.featured-middle .tv-post:nth-child(2) figure img {
    max-width: none;
    width: 120%;
    top: 50%;
}

/* ==========================================================================
   PARCEIROS
   ========================================================================== */
.partners-logos {
    margin-bottom: 40px;
    text-align: center;
}

.partners-logos img {
    max-width: 180px;    
    display: inline-block;
    margin: 20px;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */

.modal-open {
    height: 100vh;
    overflow: hidden; 
}

.modal {
    display: none;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 20px;
}

.modal-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.close-modal {
    width: 22px;
    height: 21px;
    display: block;
    background: url('img/close-icon.svg') 0 0 no-repeat;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.general-search-form form {
    width: 680px;
    max-width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.general-search-form form label {
    display: none;
}

.general-search .featured-post {
    margin-bottom: 60px;
}

.general-search .featured-post h2,
.general-search .featured-post:nth-of-type(even) h2 {
    width: 100%;
    position: static;
    float: none;
    text-align: left;
    margin-top: 0;
}

.general-search .featured-post .post-meta,
.general-search .featured-post:nth-of-type(even) .post-meta {
    float: none;
    position: static;
    font-size: 2em;
    margin-bottom: 30px;
}

.general-search .featured-post .excerpt {
    position: static;
}

/* ==========================================================================
   COLORS
   ========================================================================== */

/* ORANGE #ED5B32 */

.orange .main-header .logo a { background-position: center 0; }
.orange .header-top,
.orange .single-post article h2.page-title { border-color: #ED5B32; }
.orange .img-blend figure { background-color:#EF7052; }
.orange .excerpt a { color: #ED5B32; }
.orange .tags a::before { color: #ED5B32; }
.orange .main-menu ul li a:hover,
.orange .content p a,  
.orange .current-menu-item > a { box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #ED5B32;}
.orange .tags a:hover { box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #ED5B32; }
.orange .page-header .share li a { background-position: 0 -23px; }
.orange .page-header .share .twitter a { background-position: 100% -23px; }
.orange .load-more-wrapper > span {box-shadow: inset 0 -2px 0 #ffffff, inset 0 -5px 0 #ED5B32;}


.orange .filters-content .filters-nav .active, 
.orange .filters-content .item-nav a:hover {
    box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #ED5B32;
}

.orange .filters-content .filter-arquivo .combo-item,
.orange .filters-content .filter-arquivo .archive-filter-btn { border-color: #ED5B32; }


/* PURPLE #B706C1 */

.purple .main-header .logo a { background-position: center -100px; }
.purple .header-top { border-color: #B706C1; }
.purple .img-blend figure { background-color:#B706C1; }
.purple .excerpt a { color: #B706C1; }
.purple .tags a::before { color: #B706C1; }
.purple .main-menu ul li a:hover,
.purple .content p a,  
.purple .current-menu-item a { box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #B706C1;}
.purple .tags a:hover { box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #B706C1; }
.purple .load-more-wrapper > span {box-shadow: inset 0 -2px 0 #ffffff, inset 0 -5px 0 #B706C1;}


.purple .filters-content .filters-nav .active, 
.purple .filters-content .item-nav a:hover {
    box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #B706C1;
}

.purple .filters-content .filter-arquivo .combo-item,
.purple .filters-content .filter-arquivo .archive-filter-btn { border-color: #B706C1; }


/* GUAVA #EE5C64 */

.guava .main-header .logo a { background-position: center -50px; }
.guava .header-top,
.guava .single-post article h2.page-title { border-color: #EE5C64; }
.guava .img-blend figure { background-color:#EE5C64; }
.guava .excerpt a { color: #EE5C64; }
.guava .tags a::before { color: #EE5C64; }
.guava .main-menu ul li a:hover,
.guava .content p a,  
.guava .current-menu-item a { box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #EE5C64;}
.guava .tags a:hover { box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #EE5C64; }
.guava .load-more-wrapper > span {box-shadow: inset 0 -2px 0 #ffffff, inset 0 -5px 0 #EE5C64;}

.guava .filters-content .filters-nav .active, 
.guava .filters-content .item-nav a:hover {
    box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #EE5C64;
}

.guava .filters-content .filter-arquivo .combo-item,
.guava .filters-content .filter-arquivo .archive-filter-btn { border-color: #EE5C64; }


/* GREEN #50B495 */

.green .main-header .logo a { background-position: center -150px; }
.green .header-top,
.green .single-post article h2.page-title { border-color: #50B495; }
.green .img-blend figure { background-color:#50B495; }
.green .excerpt a { color: #50B495; }
.green .tags a::before { color: #50B495; }
.green .main-menu ul li a:hover,
.green .content p a,  
.green .current-menu-item a { box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #50B495;}
.green .tags a:hover { box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #50B495; }
.green .load-more-wrapper > span {box-shadow: inset 0 -2px 0 #ffffff, inset 0 -5px 0 #50B495;}

.green .filters-content .filters-nav .active, 
.green .filters-content .item-nav a:hover {
    box-shadow: inset 0 -1px 0 #ffffff, inset 0 -4px 0 #50B495;
}

.green .filters-content .filter-arquivo .combo-item,
.green .filters-content .filter-arquivo .archive-filter-btn { border-color: #50B495; }


.menu-anchor {
    display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1240px) {
    .home-featured h2 {
        font-size: 3em;
        top: -31px;
        left: calc(100% - 290px);
    }

    .revide-home.secundary-featured > .post-item {
        width: calc(100% - 180px);
    }
    
    .revide-home > .post-item h2 {
        font-size: 2em;
    }

    .revide-home > .post-item .post-infos .excerpt p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 1050px) {
    .pesquisas-item {
        width: calc(50% - 15px);
    }

    .pesquisas-item:nth-child(even) {
        margin-right: 0;
    } 

    .pesquisas-item:first-child .pesquisas-inner, 
    .pesquisas-item:nth-child(2) .pesquisas-inner,
    .pesquisas-item .pesquisas-inner {
        padding: 100px 30px 30px;
    }
}

@media only screen and (max-width: 990px) {

    .mobile-menu {
        width: 100%;
        height: 80px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        padding: 30px;
        z-index: 9999;
    }

    .menu-anchor {
        width: 26px;
        height: 40px;
        display: inline-block;
        text-indent: -9998px;
        cursor: pointer;
        position: absolute;

    }

    .menu-anchor::before {
        content: "";
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        height: .3em;
        background: #264B59;
        box-shadow: 0 0.8em 0 0 #264B59, 0 1.6em 0 0 #264B59;
    }

    .menu-open .menu-anchor {
        width: 22px;
        height: 21px;
        display: block;
        background: url('img/close-icon.svg') 0 0 no-repeat;
    }

    .main-header {
        width: 250px;
        height: 100%;
        padding-top: 80px;
        transform: translate(-100%, 0);
    }

    .menu-open .main-header {
        transform: translate(0, 0);
    }

    .main-header .logo {
        margin-bottom: 20px;
    }

    .main-menu {
        float: none;
    }

    .main-menu ul li {
        display: block;
        margin-bottom: 10px;
    }

    .main-menu ul li::after {
        display: none;
    }

    .main-menu ul li > ul,
    .main-menu ul li:last-child > ul, 
    .main-menu ul li:nth-last-of-type(2) > ul {
        display: block;
        position: static;
        margin: 0;
        padding: 0;
        text-align: left;

    }

    .main-menu ul li > ul li {
        margin-bottom: 10px;
    }

    .main-menu .menu-item-has-children > a {
        display: none;
    }

    .menu-options {
        margin-left: 0;
        float: none;
        margin-top: 20px;
    }

    .menu-open .menu-anchor::before {
        display: none;
    }



    .home-featured .item-wrapper {
        width: 100%;
        max-width: calc(100% - 150px);
        margin: 0 auto;
    }

    .home-featured .excerpt {
        width: 100%;
        position: static;
    }

    .slider-bottom {
        margin-top: 30px;
        position: static;
        display: block;
        text-align: center;
    }

    .slider-pager a {
        background: #e0e0e0;
    }

    .slider-bottom span {
        display: none;
    }

    .featured-middle,
    .featured-bottom {
        margin-bottom: 0;
    }

    .featured-middle article:first-child,
    .featured-middle article:nth-child(2),
    .featured-middle article:last-child,
    .featured-bottom article:first-child,
    .featured-bottom article:nth-child(2),
    .featured-bottom article:last-child {
        position: relative;
        width: calc(100% - 150px);
        max-width: 540px;
        float: none;
        margin: 0 auto 80px;
        left: 0;
    }

    .secundary-featured .excerpt {
        max-width: 100%;
    }

    .featured-middle article:last-child figure {
        width: 100%;
        margin-right: 0;
    }

    .featured-middle article:last-child .post-meta, 
    .featured-bottom article:last-child .post-meta,
    .featured-bottom article:first-child .post-meta,
    .featured-bottom article:nth-child(2) .post-meta {
        display: inline-block;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        white-space: nowrap;
        position: relative;
        bottom: 55px;
        left: -60px;
        top: auto;
    }

    .featured-middle article:nth-child(2) .post-meta,
    .featured-bottom article:first-child .post-meta,
    .featured-bottom article:last-child .post-meta {
        position: absolute;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        right: -60px;
        left: auto;
        top: auto;
        /* left: calc(100% - 90px); */
        bottom: 20px;
    }

    .featured-middle article:nth-child(2) h2,
    .featured-bottom article:first-child h2,
    .featured-bottom article:last-child h2 {
        position: absolute;
        top: -25px;
        left: -60px;
        margin: 0;
    }

    .featured-middle article:last-child h2, 
    .featured-bottom article:nth-child(2) h2 {
        top: -26px;
        left: calc(100% - 240px);
        margin: 0;
    }

    .featured-middle article:last-child .excerpt {
        position: static;
        margin-top: -5px;
    }

    .main-footer {
        max-width: 730px;
    }

    .main-footer .newsletter {
        margin-left: 0;
        margin-right: 0;
        float: none;
        clear: both;
        padding-top: 30px;
    }

    .main-footer .newsletter h4 {
        margin-top: 0;
    }

    .main-footer .terms {
        float: none;
        clear: both;
        margin-top: 30px;
    }

    .posts-home .featured-post h2 {
        left: -60px;
    }

    .posts-home .featured-post:nth-of-type(even) h2 {
        right: -60px;
    }

    .posts-home .featured-post {
        max-width: calc(690px - 120px);
        width: calc(100% - 140px);
        margin-bottom: 90px;
    }

    .posts-home .featured-post:last-of-type, 
    .posts-home .featured-post:last-of-type article {
        margin-bottom: 0;
    }

    .wrapper-inner {
        padding: 0 30px;
    }

    .single-footer .share {
        float: none;
        text-align: left;
        margin-bottom: 30px;
    }

    .tags {
        float: none;
    }

    .casoteca-filters h3 {
        font-size: 1.6em;
    }

    .casoteca-filters .lista-filters span {
        font-size: 1.4em;
    }

    .pesquisas-item,
    .pesquisas-item:first-child, 
    .pesquisas-item:nth-child(2) {
        width: 450px;
        padding-bottom: 450px;
        float: none;
        margin: 0 auto 30px;
    }

    .pesquisas-item:nth-child(even) {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 830px) { 
    .page-excerpt {
        font-size: 3em;
    }

    .content .pull-quote {
        font-size: 3em;
        margin: 40px 0;
    }
    
    .single-footer {
        padding: 0 20px;
    }

    .page-header {
            margin: 0 auto 100px;
    }

    .casoteca-filters {
        position: fixed;
        background: #fff;
        transform: translate(calc(-100% - 30px), 0);
        top: 60px;
        float: none;
    }

    .casoteca-wrapper table {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .page-header .page-nav {
        text-align: left;
    }

    .page-header .page-nav .filters-nav li {
        margin-bottom: 20px;
    }

    .revide-home.secundary-featured > .post-item {
        width: 100%;
        max-width: calc(870px - 180px);
        padding: 0 50px;
    }
    .revide-home > .post-item figure {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;
    }

    .revide-home > .post-item h2 {
        margin-bottom: 10px;
    }

    .revide-home > .post-item .post-infos {
        width: 100%;
        float: none;
    }
    .revide-home > .post-item .post-meta {
        left: 20px;
    }

    .header-top .page-title,
    .header-top .child-links {
        float: none;
    }

    .header-top .child-links a {
        margin-left: 0;
        margin-right: 20px;
    }

    .casoteca-post .caso-meta,
    .casoteca-post .caso-meta:nth-of-type(4),
    .casoteca-post .caso-meta:nth-of-type(3),
    .casoteca-post .caso-meta:nth-of-type(2),
    .casoteca-post .caso-meta:first-of-type {
        width: 150px;
        float: none;
        margin: 0 auto 30px;
        clear: both;
    }

    .casoteca-post .caso-meta:first-child h3 {
        margin-top: 0;
    }

    .casoteca-post .caso-meta p:last-child {
        margin-bottom: 0;
    }

    .casoteca-post .case-tab h2 {
        font-size: 2em;
    }
}


@media only screen and (max-width: 620px) { 
    .home-featured {
        padding-top: 0;
    }

    .home-featured h2 {
        width: 100%;
        font-size: 2.5em;
        margin-top: 10px;
        top: -36px;
    }

    .home-featured .post-meta {
        position: static;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        font-size: 1.8em;
        margin-top: 10px;
    }

    .secundary-featured h2,
    .post-meta {
        font-size: 2em;
    }

    .featured-middle article:nth-child(2) h2,
    .featured-middle article:first-child h2, 
    .featured-bottom article:first-child h2, 
    .featured-bottom article:last-child h2,
    .featured-middle article:last-child h2, 
    .featured-bottom article:nth-child(2) h2 {
        top: -21px;
        margin: 0;
    }

    .featured-middle article:first-child .post-meta,
    .featured-middle article:last-child .post-meta, 
    .featured-bottom article:nth-child(2) .post-meta {
        bottom: 45px;
    }
    
    .filters-content .filter-arquivo .combo-item {
        margin-bottom: 20px;
    }

    .casoteca-wrapper {
        overflow-x: scroll;
    }

    .casoteca-wrapper table {
        min-width: 620px;
    }
}

@media only screen and (max-width: 520px) { 
    .home-featured .item-wrapper {
        max-width: calc(100% - 60px);
    }

    .home-featured h2 {
        position: static;
        font-size: 2em;
    }   

    .home-featured .post-meta {
        font-size: 1.6em;
    }

    .wrapper .featured-middle article,
    .wrapper .featured-bottom article,
    .posts-home .featured-post {
        width: calc(100% - 60px);
        max-width: 100%;
    }

    .wrapper .featured-middle article h2, 
    .wrapper .featured-bottom article h2,
    .posts-home .featured-post h2,
    .posts-home .featured-post:nth-of-type(even) h2 {
        position: static;
        margin: 10px 0; 
        font-size: 2em;
        text-align: left;
    }
    
    .secundary-featured h2 {
        max-width: 100%;
        width: 100%;
    }

    .wrapper .featured-middle article .post-meta, 
    .wrapper .featured-bottom article .post-meta,
    .posts-home .featured-post .post-meta,
    .posts-home .featured-post:nth-of-type(even) .post-meta {
        position: absolute;
        font-size: 1.6em;
        top: auto;
        bottom: 100%;
        margin-bottom: -6px;
        left: 0;
    }

    .featured-middle article:first-child .excerpt {
        margin-top: 0;
    }

    .posts-home .featured-post .excerpt {
        position: static;
    }

    .pesquisas-item, 
    .pesquisas-item:first-child, 
    .pesquisas-item:nth-child(2) {
        width: 100%;
        padding-bottom: 0;
        height: auto;
        padding: 20px;
    }

    .pesquisas-item .pesquisas-inner {
        position: static;
        transform: translateY(0);
    }

    .pesquisas-item:first-child .pesquisas-inner, 
    .pesquisas-item:nth-child(2) .pesquisas-inner, 
    .pesquisas-item .pesquisas-inner {
        padding: 70px 10px 10px;
    }

    .pesquisas-item:first-child .rating-meta, 
    .pesquisas-item:nth-child(2) .rating-meta,
    .pesquisas-item .rating-meta {
        top: 0;
    }

    .colunistas-wrapper .author,
    .colunistas-wrapper .author:nth-child(2n) {
        width: 100%;
        max-width: 270px;
        clear: both;
        float: none;
        margin: 0 auto 40px;
    }
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}