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

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

::-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
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    -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;
}

html {
    font-family: 'PT Serif', sans-serif;
    font-size: 62.5%;
    line-height: 1.4;
    color: #333333;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

p {
    font-size: 1.6em;
    color: #4d4d4d;
}

blockquote {
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #FAAF40;
}

a {
    text-decoration: none;
    color: inherit;
}

body a:hover {
    color: #FAAF40;
}

.home-cover-container {
    max-width: 860px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.home-cover {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.home-cover .big-logo {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    left: 50px;
}

.menu-anchor {
    display: none;
}

.main-menu {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
} 

.main-menu .language {
    margin-bottom: 20px;
}

.main-menu ul {
    list-style: none;
}

.main-menu li {
    margin-bottom: 3px;
}

.main-menu a {
    color: #333333;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-cover .main-menu {
    width: 300px;
    text-align: right;
    float: left;
    padding-bottom: 40px;
}

.home-cover .main-menu ul {
    margin-bottom: 20px;
}

.home-cover .timeline-bar, 
.timeline .timeline-bar {
    width: 200px;
    height: 100%;
    background: #FAAF40;
    position: absolute;
    margin: 0 30px;
    top: 0;
    left: 50%;
    /* transform: translate(-50%, 0); */
    margin-left: -100px;
    clear: both;
}

.timeline .timeline-bar {
    height: calc(100% + 120px);
    margin-top: -60px;
   /*  margin-left: -99px; */
}

.home-cover .about {
    width: 300px;
    float: right;
}

.home-cover-infos {
    width: 860px;
    position: relative;
}

.home-cover a.scroll-down {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;

}

.main-header {
    padding: 35px 0 0 35px;
    position: absolute;
}

.main-header .main-menu {
    margin-left: 63px;
    margin-top: 25px;
}

.main-header .main-menu li {
    position: relative;
}

.main-header .main-menu li.current-menu-item::before {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #FAAF40;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    margin-right: 10px;
}

.main-header img {
    max-width: 110px;
    height: auto;
}


.timeline-container, 
.main-container {
    position: relative;
    max-width: 910px;
    width: 63.1944%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0;
}

.main-container {
    padding-top: 60px;
}

.timeline {
    position: relative;
    margin-bottom: 60px;
}

.timeline-container .timeline-year {
    width: 100%;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    clear: both;
    padding-top: 30px;
    padding-bottom: 60px;
}

.timeline-year.fixed {
    width: 63.1944%;
    position: fixed;
    top: 0;
    transform: translate(0, 0);
}

.timeline-container .spacer {
    clear: both;
    width: 100%;
    position: static;
}

/* .timeline-container .timeline-bar::before {
    content: '';
    display: block;
    width: 200px;
    height: 100%;
    background-color: #FAAF40;
    position: absolute;
    top: 0;

} */

.year-wrapper {
    clear: both;
}

.timeline-year .year {
    font-size: 8.6em;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.timeline-year .year span:last-child,
.timeline-year .year span:nth-last-child(2) {
    position: relative;
    top: 30px;
}

.timeline .case {
    max-width: 320px;
    width: calc(50% - 134px);
    position: relative;
}

.category-case,
.timeline .case h3 {
    font-size: 3em;
    color: #333333;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.timeline .category-case {
    color: #333333;
    font-size: 3em;
    text-transform: uppercase;
    display: block;
}

.timeline .case h3 {
    color: #FAAF40;
    font-weight: 400;
}

.timeline .case a {
    text-decoration: none;
}

.timeline .case:nth-of-type(even) {
    float: left;
    clear: right;
    margin-right: 134px;
    text-align: right;
    /* margin-top: 250px; */
}

.timeline .case:nth-of-type(odd) {
    float: right;
    clear: left;
    margin-left: 134px;
    margin-top: 250px;
}

.timeline .case:first-of-type {
    margin-top: 0;
}

.timeline .case:nth-of-type(even) .case-meta {
    display: inline-block;
    margin-right: 35px;
}

.timeline .case:nth-of-type(odd) .case-meta {
    display: inline-block;
    margin-left: 35px;
}

.timeline .case:nth-of-type(even) .case-meta::after {
    content: '';
    width: 38px;
    height: 2px;
    display: inline-block;
    background-color: #FAAF40;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -1px;
    margin-left: 10px;
}

.timeline .case:nth-of-type(odd) .case-meta::before {
    content: '';
    width: 38px;
    height: 2px;
    display: inline-block;
    background-color: #FAAF40;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    margin-right: 10px;
}

.timeline .case:nth-of-type(even) .case-meta .date { float: right; margin-left: 3px; }
.timeline .case:nth-of-type(even) .case-meta .result { float: left; margin-right: 3px; }

.timeline .case-meta,
.post-meta {
    font-weight: 700;
    font-style: italic;
    font-size: 1.6em;
    color: #FAAF40;
    position: relative;
    margin: 20px 0;
}

.timeline .case-meta .date,
.timeline .case-meta .result {
    color: #333333;
}

.timeline .case:nth-of-type(even) .excerpt { margin-right: 35px }
.timeline .case:nth-of-type(odd) .excerpt { margin-left: 35px }


.bounce-up .bounce-elem {
    opacity: 0;
    -moz-transition: transform 500ms ease-in-out, opacity 1000ms ease;
    -webkit-transition: transform 500ms ease-in-out, opacity 1000ms ease;
    -o-transition: transform 500ms ease-in-out, opacity 1000ms ease;
    transition: transform 500ms ease-in-out, opacity 1000ms ease;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .bounce-elem {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* Caso */

.case-record-container {
    overflow: visible;
    max-width: 700px;
}

.category-case {
    font-size: 4em;
    color: #FAAF40;
}

.case-record h1 {
    font-size: 3em;
    margin-top: 7px;
}

.case-record .case-meta {
    position: relative;
    color: #FAAF40;
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
}

.case-record .case-meta span {
    color: #333333;
}

.case-record .case-meta::before {
    content: '';
    width: 38px;
    height: 2px;
    display: inline-block;
    background-color: #FAAF40;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    margin-right: 10px;
}

.case-record .excerpt {
    margin: 25px 0;
    max-width: 440px;
    margin-left: 30px;
}

.case-record .case-data {
    padding-left: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4D4D4D;
}

.case-data-item {
    width: calc(33.333% - 20px);
    padding-top: 10px;
    border-top: 1px solid #4D4D4D;
    float: left;
    margin-right: 30px;
}

.case-data-item:last-of-type {
    margin-right: 0;
}

.case-data-item h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #4D4D4D;
}

.case-data-item > a {
    font-size: 1.4em;
    font-style: italic;
    color: #4D4D4D;
    margin-top: 3px;
    display: inline-block;
    text-decoration: none;

    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #FAAF40;
}

.case-data-item .data-list {
    margin-top: 40px;
    line-height: 1.3;
}

.case-data-item .data-list dt {
    font-family: 'Oswald', sans-serif;
    color: #FAAF40;
    font-size: 1.6em;
    font-weight: 700;   
    text-transform: uppercase;
}

.case-data-item .data-list dd {
    font-size: 1.6em;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.case-tab {
    padding: 40px 0;
    border-bottom: 1px solid #4D4D4D;
    clear: both;
}


.case-tab > h2 {
    color: #FAAF40;
    font-size: 4em;
    display: inline-block;
    cursor: pointer;
}

.case-tab > h2::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 30px;
    background: url('img/arrow-sprite.png') -13px center no-repeat;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}

.case-tab.active > h2::after {
    width: 15px;
    height: 13px;
    background-position: -41px center;
    vertical-align: middle;
}

.case-tab .tab-content {
    margin-top: 40px;
    margin-left: 30px;
}


.case-tab .tab-content p {
    word-wrap: break-word;
}

.case-tab .tab-content h3 {
    color: #FAAF40;
    font-size: 1.6em;
    font-weight: 700;
}

.case-tab .tab-content p {
    margin-bottom: 20px;
}

.case-tab .tab-content .case-docs {
    margin-top: 10px;
    list-style: none;
}

.case-tab .tab-content .case-docs a {
    font-size: 1.6em;
    font-weight: 700;
    color: #4D4D4D;
    margin-top: 3px;
    display: inline-block;
    text-decoration: none;
    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #FAAF40;
}

.case-tab .tab-content .docs-list {
    list-style: none;
}

.case-tab .tab-content .docs-list li {
    width: calc(33.333% - 20px);
    height: 0;
    padding-bottom: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    border-top: 1px solid #FAAF40;
    border-bottom: 1px solid #FAAF40;
}

.case-tab .tab-content .docs-list li:nth-of-type(3n) {
    margin-right: 0;
} 

.case-tab .tab-content .docs-list li .item-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    text-align: left;
}

.case-tab .tab-content .docs-list li .item-wrapper::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.case-tab .tab-content .docs-list a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: #FAAF40;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    word-wrap: break-word;
}

.case-tab .tab-content .related-posts {
    clear: both;
}

.case-tab .tab-content .related-posts h3 {
    font-size: 2.2em;
    font-weight: 400;
}

.case-tab .tab-content .related-posts .post-item {
    margin-top: 30px;
    clear: both;
}

.case-tab .tab-content .related-posts .post-item img {
    width: calc(50% - 15px);
    height: auto;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.case-tab .tab-content .related-posts .post-infos {
    width: calc(50% - 15px);
    display: inline-block;
    margin-left: -3px;
    vertical-align: bottom;
}

.post-meta > span {
    color: #4d4d4d;
}

.come-back {
    font-family: 'Oswald', sans-serif;
    color: #FAAF40;
    font-size: 1.6em;
    display: inline-block;
    margin: 50px 0;
}

.come-back::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-right: 30px;
    background: url('img/arrow-sprite.png') 0 center no-repeat;
}


/* BLOG */
.page-title {
    font-size: 4em;
    color: #FAAF40;
    margin-bottom: 40px;
    margin-top: 0;
}

.blog-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 20px 0 110px;
}


.blog-container {
    width: calc(100% - 240px);
    float: left;
    padding-top: 0;
}

.blog-section .blog-post {
    width: calc(50% - 15px);
    margin-bottom: 40px;
    float: left;
    margin-right: 30px;
}

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

.blog-section .blog-post:nth-of-type(2n) {
    margin-right: 0;
}

.blog-section .blog-post:nth-of-type(3n) {
    clear: both;
}

.blog-section .blog-featured .blog-post {
    width: 100%;
    margin-right: 0;
    float: none;
}

.blog-section .blog-post h2 {
    font-size: 2.2em;
    color: #FAAF40;
    margin: 25px 0;
}

.blog-section .blog-post .read-more {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 300;
    color: #FAAF40;
    display: inline-block;
    margin-top: 25px;
}

.blog-section .posts-nav {
    max-width: 670px;
    clear: both;
    margin: 10px auto 50px;
}

.blog-section .posts-nav a {
    font-family: 'Oswald', sans-serif;
    color: #FAAF40;
    font-size: 1.6em;
}

.blog-section .posts-nav a[rel="next"],
.blog-section .posts-nav a.prev { float: left; }
.blog-section .posts-nav a[rel="prev"],
.blog-section .posts-nav a.next { float: right; }


.blog-section .posts-nav a[rel="next"]::before,
.blog-section .posts-nav a.prev::before,
.blog-section .posts-nav a[rel="prev"]::after,
.blog-section .posts-nav a.next::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-right: 25px;
    background: url('img/arrow-sprite.png') 0 center no-repeat;
}

.blog-section .posts-nav a[rel="prev"]::after,
.blog-section .posts-nav a.next::after {
    margin-right: 0;
    margin-left: 25px;
    background-position: -13px center;
}

.blog-section .blog-sidebar {
    width: 200px;
    float: right;
    position: static;
}

.blog-section .blog-sidebar .sidebar-item {
    margin-bottom: 50px;
}

.blog-section .blog-sidebar h3 {
    font-size: 2em;
    color: #FAAF40;
    margin-bottom: 15px;
}

.blog-section .blog-sidebar ul,
.blog-section .blog-sidebar .tagcloud {
    list-style: none;
    padding-left: 20px;
}

.blog-section .blog-sidebar .tagcloud {
    font-size: 16px;
}

.blog-section .blog-sidebar li {
    margin-bottom: 5px;
}

.blog-section .blog-sidebar a {
    font-weight: 700;
    font-size: 1.6em;
    color: #4d4d4d;
}

/* BLOG POST */

.single-article {
    margin-bottom: 50px;
}

.single-article h1 {
    font-size: 3em;
    color: #FAAF40;
    margin-top: 0;
}

.single-article h3 {
    color: #FAAF40;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
}

.single-article p {
    margin-bottom: 20px;
}

.single-article p:last-of-type {
    margin-bottom: 0;
}

.single-article ul,
.single-article ol {
    padding-left: 40px;
    margin-bottom: 20px;
}

.single-article ul li,
.single-article ol li {
    font-size: 1.6em;
}


.single-article .featured-img {
    margin-bottom: 30px;
}

.single-article figure {
    margin: 20px 0;
}

.single-article p a {
    display: inline-block;
    color: #4D4D4D;
    text-decoration: none;
    box-shadow: inset 0 -3px 0 #ffffff, inset 0 -5px 0 #FAAF40;
}

.wp-caption-text {
    margin-top: 10px;
    font-size: 1.2em;
}

.single-article img, .single-article figure {
    max-width: 100%;
    height: auto;
}

/* BLOQUEITECA */
.library-section table {
    width: 100%;
    font-size: 1.6em;
    text-align: left;
}

.library-section th {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    color: #FAAF40;
    cursor: pointer;
}

.library-section td,
.library-section th {
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #FAAF40;
}

.library-section td:first-of-type { width: 36%; }
.library-section td:nth-of-type(2) { width: 14%; }
.library-section td:nth-of-type(3) { width: 50%; padding-right: 0;}

.library-section th:focus {
    outline: 0;
}

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

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

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

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

.library-section tbody td:first-of-type {
    cursor: pointer;
}

.library-section .all-cases {
    display: none;
    cursor: pointer;
    font-size: 1.6em;
    margin-top: 10px;
    color: #333333;
}

.library-section .all-cases::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-right: 15px;
    background: url('img/arrow-sprite.png') 0 center no-repeat;
}


.soon {
    height: 100vh;
    overflow: hidden;
}

.soon .home-cover {
    bottom: auto;
    top: 60px;
}

.soon .home-cover .about {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
}

.soon .home-cover .timeline-bar {
    height: 100vh;
}

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



@media only screen and (max-width: 1350px) {
    
    .home-cover-infos {
        width: 820px;
    }

    .home-cover .big-logo {
        max-width: 403px;
        left: 92px;
    }

    .home-cover .timeline-bar, 
    .timeline .timeline-bar {
        margin-left: -85px;
        width: 170px;
    }

    .timeline-year .year {
        font-size: 7em;
    }

    .timeline .case:nth-of-type(odd) {
        margin-left: 115px;
    }
    .timeline .case:nth-of-type(even) {
        margin-right: 115px;
    }

    .timeline .case {
        width: calc(50% - 115px);
    }

    .category-case, .timeline .case h3, 
    .timeline .category-case  {
        font-size: 2.5em;
    }

    .timeline .case p,
    .timeline .case-meta {
        font-size: 1.4em;
    }


}

@media only screen and (max-height: 500px) {
    
    .home-cover-container {
        width: 100%;
        height: auto;
        padding-top: 60px;
    }

    .home-cover {
        position: relative;
    }

    .home-cover-infos {
        width: 100%;
    }

    .home-cover {
        padding: 0 20px;
    }

    .home-cover .about, 
    .home-cover .main-menu {
        width: calc(50% - 105px);
    }

    .home-cover .big-logo {
        max-width: 323px;
        left: 102px;
        margin-bottom: 20px;
    }

    .home-cover .main-menu {
        padding-bottom: 20px;
    }

    .home-cover .about p {
        font-size: 1.4em;
        line-height: 1.3;
    }
}

@media only screen and (max-height: 400px) {
    .home-cover-infos {
        width: 100%;
    }
}

@media only screen and (max-width: 1040px), screen and (max-height: 720px) {

    .home-cover .main-menu .language,
    .home-cover .main-menu .menu {
        display: none;
    } 
}

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

    .main-container {
        width: calc(100% - 60px);
        position: relative;
        right: auto;
    }

    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 50px 20px 40px;
        height: 100vh;
        transform: translate(-100%, 0);
        background: #ffffff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
  
    .menu-anchor {
        width: 26px;
        height: 40px;
        display: inline-block;
        text-indent: -9998px;
        cursor: pointer;
        position: fixed;
        left: 20px;
        top: 10px;
        z-index: 9999;
    }

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

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

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

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

    .blog-section {
        max-width: 1040px;
        margin: 0 auto;
        padding: 60px 20px 0 70px;
    }

    .blog-container {
        width: calc(100% - 240px);
        float: left;
        padding-top: 0;
    }

    .blog-section .blog-sidebar {
        float: right;
        position: static;
    }
}

@media only screen and (max-width: 860px) {
    
    .home-cover {
        width: 100%;
        left: auto;
        transform: translate(0, 0);
    }

    .home-cover .big-logo {
        left: 40px;
    }

    .home-cover-container {
        width: 620px;
    }

    .home-cover-infos {
        width: 100%;
    }

    .home-cover .main-menu,
    .home-cover .about {
        width: 190px;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        background: #ffffff;
        height: 60px;
        width: 100%;
        z-index: 9999;
    }
    
    .menu-anchor {
        position: absolute;
    }

    .timeline-container .timeline-year {
        padding-top: 60px;
    }

    .main-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case-record .case-meta {
        margin-left: 30px;
    }

    .case-record .case-meta::before {
        width: 18px;
    }

    .library-section th {
        font-size: 1.8em;
    }

    .blog-container {
        padding: 0;
        position: relative;
        
    }

    .blog-section .blog-sidebar {
        position: relative;
       
        right: auto;
        top: auto;
    }

    .blog-container p {
        font-size: 1.4em;
    }


}

@media only screen and (max-width: 700px) {
    .home-cover {
        padding-bottom: 60px;
    }

    .home-cover-container{
        width: 100%;
    }

    .home-cover-infos {
        width: 403px;
        margin:  0 auto;
    }

    .home-cover .big-logo {
        position: static;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .home-cover .timeline-bar,
    .home-cover .main-menu ul {
        display: none;
    }

    .home-cover .main-menu {
        width: 67px;
    }

    .home-cover .about {
        /* width: calc(71.667% - 90px); */
        width: 306px;
        float: left;
        margin-left: 30px;
    }
  
    .home-cover a.scroll-down {
        top: calc(100% + 20px);
        bottom: auto;
        margin-left: -8px;
        border-width: 11px 8px 0 8px;
        border-color: #FAAF40 transparent transparent transparent;
    }

    .main-container {
        width: 100%;
    }

    .timeline .timeline-bar {
        left: 0;
        margin-left: 0;
    }
    
    .timeline-container .timeline-year {
        text-align: left;
        padding-left: 17px;
    }

    .timeline .case, 
    .timeline .case:nth-of-type(odd),
    .timeline .case:nth-of-type(even) {
        float: none;
        margin-left: 195px;
        margin-right: 0;
        text-align: left;
    }

    .timeline .case {
        width: calc(100% - 245px);
        max-width: none;
        margin-bottom: 50px;
    }

    .timeline .case:nth-of-type(even) .case-meta::after {
        display: none;
    }

    .timeline .case .case-meta {
        margin-left: 35px;
        margin-right: 0;
    }

    .timeline .case .case-meta::before {
        content: '';
        width: 38px;
        height: 2px;
        display: inline-block;
        background-color: #FAAF40;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -1px;
        margin-right: 10px;
    }

    .timeline .case:nth-of-type(even) .case-meta {
        margin-right: 0;
    }

    .timeline .case:nth-of-type(even) .case-meta .date {
        float: none;
        margin-left: 0;
    }

    .timeline .case:nth-of-type(even) .case-meta .result {
        float: none;
        margin-right: 0;
    }

    .timeline .case:nth-of-type(even) .excerpt {
        margin-right: 0;
    }

    .timeline .case .excerpt {
        margin-left: 35px;
        margin-right: 0;
    }

    .library-section th {
        font-size: 1.2em;
    }

    .library-section td:nth-of-type(2) {
        width: 24%;
    }

    .library-section td:nth-of-type(3) {
        width: 40%;
    }

    .blog-section {
        padding-left: 20px;
    }

    .blog-container {
        float: none;
    }

    .blog-section .blog-sidebar{
        float: none;
    }

}


@media only screen and (max-width: 530px) { 
    .timeline .timeline-bar {
        width: 130px;
    }

    .timeline-year .year {
        font-size: 5em;
    }

    .timeline .case, 
    .timeline .case:nth-of-type(odd), 
    .timeline .case:nth-of-type(even) {
        margin-left: 155px;
    }

    .timeline .case {
        width: calc(100% - 155px);
    }

    .timeline-year .year span:last-child, 
    .timeline-year .year span:nth-last-child(2) {
        top: 20px;
    }

    .case-data-item .data-list dd:last-of-type {
        margin-bottom: 0;
    }

    .case-data-item {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 20px;
        float: none;
    }

    .case-data-item .data-list {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 479px) {
    .home-cover-container {
        height: auto;
        padding-top: 70px;
    }

    .home-cover {
        position: relative;
    }

    .home-cover {
        padding: 0 20px 60px;
    }

    .home-cover .big-logo {
        width: 100%;
    }

    .home-cover .main-menu {
        width: auto;
    }

    .home-cover-infos {
        width: 100%;
    }

    .home-cover .about {
        width: calc(100% - 46px);
    }

    .timeline-container {
        padding-top: 0;
    }

    .timeline .timeline-bar {
        width: 60px;
    }

    .timeline-container .timeline-year {
        padding-left: 6px;
    }

    .timeline-year .year {
        font-size: 2.5em;
    }

    .timeline-year .year span:last-child, 
    .timeline-year .year span:nth-last-child(2) {
        top: 13px;
    }

    .timeline .case, 
    .timeline .case:nth-of-type(odd), 
    .timeline .case:nth-of-type(even) {
        margin-left: 80px;
        width: calc(100% - 100px);
    }

    .timeline .case:nth-of-type(odd) .case-meta::before,
    .timeline .case:nth-of-type(even) .case-meta::before {
        width: 18px;
    }

    .timeline .case:nth-of-type(odd) .case-meta,
    .timeline .case:nth-of-type(odd) .excerpt, 
    .timeline .case:nth-of-type(even) .case-meta,
    .timeline .case:nth-of-type(even) .excerpt {
        margin-left: 15px;
    }

    .timeline .case h3, .timeline .category-case {
        font-size: 2em;
    }

    .case-tab > h2 {
        font-size: 3em;
    }

    .library-section table {
        min-width: 460px;
    }

    .library-section td:nth-of-type(3) {
        padding-right: 20px;
    }

    .page-bloqueioteca .main-container {
        overflow-x: scroll;
    }

    .blog-section .blog-post {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .case-tab .tab-content .docs-list li {
        width: 100%;
        height: auto;
        padding: 0;
        margin-right: 0;
        float: none;
    }

    .case-tab .tab-content .docs-list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .case-tab .tab-content .docs-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .case-tab .tab-content .docs-list li .item-wrapper {
        position: static;
    }
    
    .case-tab .tab-content .docs-list li .item-wrapper::before{
        display: none;
    }

    .case-tab .tab-content .related-posts .post-item img {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        display: block;
    }

    .case-tab .tab-content .related-posts .post-infos {
        width: 100%;
        margin-left: 0;
        display: block;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { 
    .menu-open .menu-anchor {
        background: url('img/close-icon@2x.png') 0 0 no-repeat;
        background-size: 100%;
    } 
}


@media only screen and (min-width: 35em) {

}


@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;
    }
}