/*
Theme Name: Mafuá
Theme URI: http://mafua.ufsc.br/
Description: Tema da Revista Mafuá (UFSC).
Author: Mafuá
Author URI: http://www.mafua.ufsc.br/
Description: Este tema foi desenvolvido para a revista Mafuá, pensando em centralizar o conteúdo das edições.
Version: 1.4
Tags: blog, mafua
Text Domain: twentyfifteen
*/

/* RESET */

ul, ol, fieldset, legend, input, th, td {
    padding: 0;
}

body, p, ul, ol, form, fieldset, input, select, textarea, h1, h2, h3, h4, h5, h6, blockquote, pre, dl, dd {
    margin: 0;
}

ul, ol {
    list-style: none;
}

body, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

th, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

table, caption {
    text-align: left;
}

img, fieldset, iframe, abbr, acronym {
    border: none;
}

textarea {
    resize: none;
}

input, select, textarea {
    outline: none;
}

q:before, q:after {
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

optgroup {
    font-style: italic;
}


/*html,body{height:100%;}*/

adress, article, aside, details, footer, header, hgroup, nav, sidebar, summary {
    display: block;
}

html, code, var, cite, kbd, samp, pre {
    font: inherit;
}

.overlayContainer {
    display: none;
}

/* END RESET */


/* GENERAL */

body {
    font-size: 62.5%;
    font-family: 'Bitter', serif;
    background-image: url(img/background-pattern.png), url(img/background-image.png);
    background-position: center center, center top;
    background-repeat: repeat, no-repeat;
}


/*#header, .entry-category, .main.single .main-content, .edition, .search, .main-menu, .list-link .img, .list-link .category::after, .list article, .next-list a, .list-wrapper, .sub-menu, .menu, .wrapper-footer, .searchform {
	background-image:url(img/background-pattern.png);
	background-repeat:repeat;
}*/

.main.single .main-content, .list-link, .sub-menu, .searchform {
    background-image: url(img/background-pattern.png);
    background-repeat: repeat;
}

.clearfix {
    clear: both;
}

.none {
	display: none;
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}


/* BODY COLOR STYLES */


/*body {
	background-color:#D2BD7D;
}*/

body {
    background-color: rgb(44, 156, 146);
    /* light cyan */
}

.main-menu, .list-wrapper {
    /*background-color:#1C776F; /* dark cyan */
    background-color: rgba(0, 0, 0, .4);
    /* dark cyan */
}

.searchform, .sub-menu {
    background-color: #164F4A;
    box-shadow: -1px 0px 10px 0px rgba(50, 50, 50, .75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* LIST / RESULTS */

.edition, .search {
    /*padding-bottom:20px;*/
}

.list-wrapper {
    margin: 0 auto;
    padding: 2%;
}

.list {
    max-width: 1100px;
    margin: 0 auto;
}

.list article {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, .25);
}

.list-link {
    display: block;
    color: #404040;
    background-color: #fff;
    opacity: .85;
}

.editorial .list-link {
    background-color: #2b2b2b;
    color: #dddddd;
}

.list article.deactive {
    display: none;
}

.list-link:hover {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.editorial .list-link:hover {
    background: #333;
}

.list-link span {
    display: block;
}

.list-link .img {
    overflow: hidden;
}

.list-link .img img {
    opacity: .6;
}

.list-link .title {
    font-size: 1.6em;
    font-weight: bold;
}

.list-link .author {
    margin-top: 5px;
    color: #9f9f9f;
    font-style: italic;
    font-size: 1.4em;
}

.list-link .excerpt {
    font-size: 1.4em;
}


/* LIST PAGINATION */

.pagination {
    width: 100%;
    padding-bottom: 30px;
}

.pagination h2 {
    display: none;
}

.nav-links {}

.page-numbers {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
}

.page-numbers+.page-numbers {
    margin-left: 20px;
}

.page-numbers:hover {}

.page-numbers.current {
    opacity: .5;
}


/* LIST GRID */

.list-grid article {
    margin-bottom: 20px;
}

.list-grid article {
    width: 32%;
}

.list-grid article.apresentacao {
    width: 66%;
}

.list-grid .list-link {
    text-align: right;
}

.list-grid .title, .list-grid .author {
    width: 90%;
    padding: 0 5%;
}

.list-grid .img {
    width: 100%;
    max-height: 500px;
    min-height: 20px;
    overflow: hidden;
}

.list-grid .apresentacao .img {
    max-height: inherit;
}

.list-grid .img img {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
}

.list-grid .title {
    margin-top: 40px;
}

.list-grid .author {}

.list-grid article.apresentacao .title, .list-grid article.apresentacao .author,
.list-grid article.editorial .title, .list-grid article.editorial .author {
    text-align: center;
}

.list-grid .category {
    padding: 40px 0 40px 0;
    text-align: center;
    text-transform: lowercase;
    font-size: 1.4em;
    font-weight: bold;
}


/* LIST FULL WIDTH */

.list-full {
    text-align: left;
}

.list-full .list-link {
    width: 90%;
    padding: 0 10% 3% 0;
    position: relative;
}

.list-full article+article {
    margin-top: 20px;
}

.list-full .list-link .title, .list-full .list-link .author, .list-full .list-link .excerpt, .list-full .cat {
    width: 70%;
    float: right;
}

.list-full .list-link .img {
    min-width: 20px;
    max-width: 220px;
    position: absolute;
    float: left;
    top: 0px;
    bottom: 0px;
}

.list-full .list-link .img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 120%;
    float: left;
    display: none;
}

.list-full .list-link .title {
    padding-top: 3%;
}

.list-full .list-link .excerpt {
    padding: 20px 0 0;
}

.search-highlight {
    background-color: #ffff00;
}

.excerpt .search-highlight {
    font-weight: normal;
}

.list-full .cat {
    margin-top: 5px;
    color: #9f9f9f;
    font-size: 1.4em;
    font-style: italic;
    text-decoration: underline;
    text-transform: lowercase;
}


/* LIST GRID AND FULL HOVER */

.list .img img, .list-grid .category::after {
    transition: all .2s;
}

.list .list-link:hover .img img {
    opacity: .9;
}

.list-grid .list-link:hover .title, .list-grid .list-link:hover .category {
    color: #000;
}

.editorial .list-link:hover .title, .editorial .list-link:hover .category {
    color: #fff;
}

.list-grid .list-link:hover .category::after {
    height: 20px;
}


/* SPECIFICS */


/* HEADER */

header {
    padding: 40px 0 0;
}

.top {
    max-width: 220px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px dotted #fff;
    padding-bottom: 40px;
}

h1 {
    height: 93px;
    margin: 0 auto 0;
    width: 352px;
    background: url(img/mafua2.png) no-repeat;
}

h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

h1 span {
    display: none;
}


/* SOCIAL */

.social {
    display: inline-block;
    display: none;
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -20px;
}

.social li {
    display: inline-block;
}

.social li+li {
    margin-left: 5px;
}

.social span {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .7);
    text-shadow: -1px 1px 0px rgba(255, 255, 255, .5);
}


/* BT CIRCLE */

.bt-circle {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
}

.bt-circle i {
    color: #fff;
    line-height: 40px;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, .5);
}

.bt-circle:hover {
    background-color: rgba(0, 0, 0, .5);
}

.bt-circle:hover i {}


/* MENU */

nav.menu {
    /*margin:40px 0 0;*/
    position: relative;
}

.menu .hidden-menu {
    /*position:fixed;
	top:10%;
	right:1%;
	z-index:1000;*/
    display: none;
}

.menu-principal-container {
    display: inline-block;
}

.menu li {
    display: inline-block;
}

.menu li+li {
    margin-left: 20px;
}

.menu a {
    position: relative;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 77px;
    padding-top: 3px;
    color: #fff;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
}

.menu a:hover {
    color: #fff;
}

.menu a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu a:hover::after {
    bottom: -4px;
    background: #fff;
}

.menu a, .menu a::after {
    transition: all .2s;
}

.menu-item-has-children {
    position: relative;
}

.sub-menu {
    width: 200px;
    position: absolute;
    top: 65px;
    left: -51px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
}

.sub-menu li {
    display: block;
}

.sub-menu li+li {
    margin-left: 0;
	border-top: 1px dotted #13695c;
}

.sub-menu a {
    text-transform: lowercase;
    line-height: 60px;
}


/* SEARCHBOX */

.searchbox {
    display: inline-block;
    position: relative;
    height: 40px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px dotted rgba(255, 255, 255, .5);
}

.searchbox i {
    position: relative;
    z-index: 10;
}

.searchbox .bt-circle:not(:hover) {
    background: none;
}

.searchform {
    display: none;
    padding: 20px;
    position: absolute;
    top: 45px;
    right: 50%;
    margin-right: -132px;
    z-index: 9;
}

.searchbox.active form {
    display: block;
}

.searchform label {
    display: block;
    padding-bottom: 20px;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
}

.searchform input {
    height: 30px;
    padding: 0 30px 0 5px;
    border: none;
}

.searchform input[type=submit] {
    display: none;
}


/* CONTENT */

.main {}


/* CAPAS - EDIÇÕES */

.main-menu, .list-wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 3%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.main-menu {
    text-transform: uppercase;
    margin-bottom: 3px;
}

.list-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-menu h2 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.main-menu-list {
    padding: 20px 0;
}

.main-menu-list li {
    display: inline-block;
}

.main-menu-list li:first-of-type {
    padding-right: 20px;
    border-right: 1px dotted #fff;
}

.main-menu-list li+li {
    margin-left: 20px;
}

.main-menu-link {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: lowercase;
    line-height: 40px;
    color: #fff;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.3);
    transition: all .2s;
}

.main-menu-link.active {
    color: #fff;
    transform: translateY(-6px);
}

.main-menu-link:hover {
    color: #fff;
    transform: translateY(-6px);
}


/* ENTRY CATEGORY LINKS */

.entry-category {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: lowercase;
    line-height: 80px;
    color: #fff;
}

.entry-category li {
    display: inline-block;
}

.entry-category a {
    color: #fff;
    display: inline-block;
    height: 80px;
    transition: all .2s;
}

.entry-category a:hover {
    transform: translateY(-6px);
}


/* CATEGORY LINKS BORDER */

.category, .entry-category a, .list-full .list-link {
    position: relative;
    z-index: 1;
}

.category::after, .entry-category a::after, .list-full a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    background: #404040;
    background-color: rgba(77, 77, 77, .8);
}

.list-full a::after {
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    transition: all .2s;
}

.list-full a:hover::after {
    width: 20px;
}

.entry-category a::after {
    background: #fff;
    transition: all .2s;
    bottom: 26px;
}

.entry-category a:hover::after {
    bottom: 22px;
    height: 5px;
}

.main-menu-link::after {
    transition: all .2s;
    bottom: 3px;
}

.main-menu-link:hover::after, .main-menu-link.active::after {
    bottom: 0px;
    height: 5px;
}

.main-menu-link.active::after {
    bottom: -3px;
    height: 8px;
}


/* CATEGORY LINKS COLORS */

.category.default::after, .default .category::after, .default .img, .main.default, .entry.default .entry-triangle, .list-full .default a::after {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
}

.category.default-grey::after, .default-grey .category::after, .default-grey .img, .main.default-grey, .entry.default-grey .entry-triangle, .list-full .default-grey a::after {
    background-color: #4d4d4d;
    background-color: rgba(77, 77, 77, .8);
}

.category.editorial::after, .editorial .category::after, .editorial .img, .main.editorial, .entry.editorial .entry-triangle, .list-full .editorial a::after {
    background-color: #1b1b1b;
    background-color: rgba(27, 27, 27, 1);
}

.category.apresentacao::after, .apresentacao .img, .entry-category.pages, .main.apresentacao, .entry.apresentacao .entry-triangle, .list-full .apresentacao a::after {
    background-color: #4d4d4d;
    background-color: rgba(77, 77, 77, .8);
}

.category.ensaios::after, .ensaios .category::after, .ensaios .img, .main.ensaios, .entry.ensaios .entry-triangle, .list-full .ensaios a::after {
    background-color: #3ee4a0;
    background-color: rgba(62, 228, 160, .8);
}

.category.resenhas::after, .resenhas .category::after, .resenhas .img, .main.resenhas, .entry.resenhas .entry-triangle, .list-full .resenhas a::after {
    background-color: #e4903e;
    background-color: rgba(228, 144, 62, .8);
}

.category.criacoes::after, .criacoes .category::after, .criacoes .img, .entry.criacoes, .main.criacoes, .entry.criacoes .entry-triangle, .list-full .criacoes a::after {
    background-color: #ee4a4e;
    background-color: rgba(238, 74, 78, .8);
}

.category.metafrasis::after, .metafrasis .category::after, .metafrasis .img, .main.metafrasis, .entry.metafrasis .entry-triangle, .list-full .metafrasis a::after {
    background-color: #5bd851;
    background-color: rgba(91, 216, 81, .8);
}

.category.obra::after, .obra .category::after, .obra .img, .main.obra, .entry.obra .entry-triangle, .list-full .obra a::after {
    background-color: #e4bb3e;
    background-color: rgba(228, 187, 62, .8);
}

.category.entrevistas::after, .entrevistas .category::after, .entrevistas .img, .main.entrevistas, .entry.entrevistas .entry-triangle, .list-full .entrevistas a::after {
    background-color: #3e59e4;
    background-color: rgba(62, 89, 228, .8);
}

.category.especial::after, .especial .category::after, .especial .img, .main.especial, .entry.especial .entry-triangle, .list-full .especial a::after {
    background-color: #1abacc;
    background-color: rgba(26, 186, 204, .8);
}

.main.single article {
    background: none;
}

.main.single .entry-triangle {
    /*background-color:transparent;*/
}


/* ARTICLES */

.single article {}

.entry {
    line-height: 2.5em;
}

.entry-wrapper {
    width: 90%;
    padding: 0 4%;
    margin: 0 auto 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, .4);
}

.entry-wrapper header, .entry-wrapper .entry-content, .entry-obra {
    max-width: 540px;
    margin: 0 auto 0;
}

.entry header {
    padding: 120px 0 0;
    position: relative;
}

.entry-triangle {
    display: block;
    width: 23px;
    height: 12px;
    background-image: url(img/entry-triangle.gif), url(img/background-pattern.png);
    background-position: center center, bottom right;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -11px;
    z-index: 10;
}

.entry h2 {
    clear: both;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
}

.entry h3 {
    text-align: center;
}

.entry .author {
    margin-top: 40px;
    text-align: center;
    font-size: 1.6em;
    font-style: italic;
}

.entry-content {
    padding: 120px 0;
    text-align: justify;
    font-size: 1.6em;
    color: #232323;
}

.entry-content a, .entry-content p, .entry-aside a, .entry-aside p {
    word-wrap: break-word;
}

.entry-content p+p, .entry-content p+ul, .entry-content ul+p, .entry-content p+ol, .entry-content ol+p, .entry-content p+h3, .entry-content h3+p, .entry-content p+div.wp-caption, .entry-content div.wp-caption+p, .entry-content p+table, .entry-content table+p, .entry-content div.wp-caption+div.wp-caption, .entry-content .mejs-container, .entry-content .mejs-container+p {
    margin-top: 2.5em;
}

.entry-content p+blockquote, .entry-content blockquote+p, .entry-content blockquote+blockquote {
    margin-top: 3em;
}

.entry-content li blockquote {
    margin-top: 1em;
}

.entry-content ul, .entry-content ol {
    padding-left: 4em;
}

.entry-content li+li {
    margin-top: 1em;
}

.entry-content ul {
    list-style-type: circle;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content table {
    border: 1px dotted #ccc;
    font-size: 0.9em;
    line-height: 1.3em;
}

.entry-content tr {}

.entry-content td {
    padding: 2%;
}

.entry-content tr+tr {
    border-top: 1px dotted #ccc;
}

.entry-content td+td {
    border-left: 1px dotted #ccc;
}

.entry-content a:not([class^="mejs"]), .list h2 a, .comments a, .footnote a {
    background: #fff77b;
    color: #232323;
}

.entry-content a:not([class^="mejs"]):hover, .list h2 a:hover, .comments a:hover, .footnote a:hover {
    background: #f7e914;
}

.entry-content blockquote, .wp-caption-text {
    padding-left: 10em;
    font-size: 0.8em;
    line-height: 1.3em;
}

.wp-caption-text {
    padding: 0.8em 0 0;
    text-align: center;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}

.wp-caption {
    max-width: 100%;
    margin: 0 auto;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

div[class^="entry"] a[name^='_edn'], div[class^="entry"] a[name^='_ftn'] {
    font-size: .7em;
    vertical-align: super;
    background: #94F0FF;
}

div[class^="entry"] a[name^='_edn']:hover, div[class^="entry"] a[name^='_ftn']:hover {
    background: #3AC6DD;
}

div[class^="entry"] a[name^='_ednref'], div[class^="entry"] a[name^='_ftnref'] {
    margin-left: 2px;
}

.footnote, .entry-aside {
    max-width: 300px;
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: left;
    color: #7D7D7D;
}

.footnote {
    right: 2%;
}

.entry-aside {
    position: absolute;
    top: 120px;
    right: -380px;
    text-align: left;
    border: 1px dotted #ccc;
    padding: 20px;
    right: -420px;
}

.entry-aside p+p, .entry-aside i+p {
    margin-top: 20px;
}

.entry-aside a {
    padding: 0 3px;
    color: #fff;
    background: #909090;
    font-style: italic;
}

.entry-aside a:hover {
    background-color: #555;
}

@media screen and (max-width: 1400px) {
    .footnote {
        display: none;
    }
    .entry-aside {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        max-width: 100%;
        padding: 40px 0;
        margin-top: 120px;
        border-left: none;
        border-right: none;
    }
}


/* ENTRY INDICE DE CONTEUDOS */

.entry-content .indice {
    padding: 20px;
    margin: 2.5em 0 0 0;
    list-style: none;
    background: rgb(44, 156, 146);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.indice li {}

.indice li+li {
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, .5);
}

.entry-content .indice a {
    background: none;
    color: #fff;
}

.entry-content .indice a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}


/* ENTRY OBRA */

.entry-obra {
    margin-top: 120px;
}

.entry-image {
    display: none;
    position: relative;
    width: auto;
    max-width: 540px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.obra .entry-image {
    display: inline-block;
    margin-bottom: -10px;
}

.entry-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.obra-info {
    width: 80%;
    padding: 5%;
    position: absolute;
    left: 5%;
    bottom: 3%;
    z-index: 5;
    background: rgba(228, 187, 62, .75);
}

.obra-info::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 2px;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
    /*background:red;*/
    border: 2px solid rgba(228, 187, 62, .75);
}

.obra-info p {
    color: #000;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, .3);
}

.entry-obra .title {
    font-size: 2.1em;
    font-weight: bold;
}

.entry-obra .author {
    margin: 5px 0 5%;
    font-size: 1.6em;
}

.bt {
    padding: 10px 10px 10px 0;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
}

.bt i {
    margin-right: 4px;
    padding: 10px;
    color: #333;
}

.bt:hover {
    background: #333;
    color: #fff;
}

.bt:hover i {
    color: #fff;
}

/* AUDIO FILES / AUDIO PLAYER */

/*.entry-content .mejs-container, .entry-content .mejs-embed, .entry-content .mejs-embed body, .entry-content .mejs-container .mejs-controls {
    background: #fff;
}

.entry-content .mejs-container {
    border:1px solid rgba(62, 228, 160, .8);
}

.entry-content .mejs-container .mejs-controls .mejs-button {
    height: 30px;
    background: rgba(62, 228, 160, .8);
}

.entry-content .mejs-container .mejs-controls .mejs-time {
    color: #000;
}*/


/* ENTRY NEXTS AND COMMENTS */

.comments, .next {
    max-width: 540px;
    margin: 0 auto 0;
    text-align: left;
    color: #fff;
    line-height: 2.5em;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.25);
}


/* NEXT/PREVIOUS POST */

.next-wrapper {}

.next {
    padding: 80px 0;
}

.next h3 {
    margin-bottom: 40px;
}

.next-list {}

.next-list li {
    width: 48%;
    float: left;
}

.next-list li+li {
    margin-left: 4%;
}

.next-list a {
    display: block;
    padding: 5%;
    font-size: 1.6em;
    color: #000;
    background-color: #fff;
    text-shadow: none;
}

.next-list a:hover {
    background: #fff;
}

.next-list .title {
    font-weight: bold;
}


/* COMMENTS */

.comments-wrapper {
    background: rgba(0, 0, 0, .3);
    /*background:#333;*/
}

.comments {
    padding: 80px 0;
}

.comments h3, .next h3 {
    font-size: 1.8em;
    font-weight: bold;
}

.comments-list {
    margin: 60px 0;
    color: #232323;
    text-shadow: none;
}

.comments-list li+li {
    margin-top: 20px;
}

.comments-list li {
    width: 90%;
    padding: 5%;
    font-size: 1.4em;
    background: #fff;
    /*border-bottom:2px solid #ddd;*/
}

.comments-list .reply {
    margin-top: 5%;
}


/* NOTE/PINGBACK */

.comments-list .pingback {
    width: 60%;
    padding-left: 20%;
    border-left: 20px solid #ffcf3d;
}

.pingback .reply {
    display: none;
}


/* COMMENT */

.comment {}

.comment-body {}

.comment-author {}

.comment-author img {
    float: left;
    margin-right: 5%;
}

.comment-author .fn {
    font-weight: bold;
}

.comment-author .says {}

.comment-meta {
    font-style: italic;
    margin-bottom: 5%;
}

.comment-form {
    margin-top: 10px;
}

.logged-in-as a {
    font-size: 1.4em;
    color: #232323;
}

.comment-notes {
    font-size: 1.4em;
}

.comment-form p+p {
    margin-top: 10px;
}

.comment-form label {
    font-size: 1.4em;
    font-weight: bold;
}

.comment-form textarea, .comment-form input {
    width: 96%;
    padding: 2%;
    font-size: 1.6em;
    border: 1px solid #fff;
}

.comment-form textarea:focus, .comment-form input:focus {
    border-color: #000;
}

.comment-form input {
    height: 1.6em;
}


/* FOOTER */

.wrapper-footer {}

.footer {
    max-width: 1100px;
    min-height: 70px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
    position: relative;
}

.footer-links {
    height: 50px;
    position: absolute;
    right: 0;
    top: 20px;
}

.footer-links li {
    float: left;
}

.footer-links li+li {
    margin-left: 7px;
}

.footer-links a {
    display: block;
    width: 50px;
    height: 50px;
}

.footer-links a:not(#link-nupill) {
    width: 36px;
    height: 36px;
    margin-top: 7px;
    line-height: 46px;
    background: rgba(0, 0, 0, .5);
    color: rgb(255, 255, 255);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.footer-links a:hover {
    opacity: .7;
}

#link-nupill {
    text-indent: -9999px;
    background: url(img/nupill.png) no-repeat;
}

.footer p {
    float: left;
    margin-top: 18px;
    font-size: 1.6em;
    color: #fff;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, .5);
}

.footer p span {
    margin-left: 14px;
    color: #b1ddd9;
}

.go-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.go-top i {
    color: #fff;
    line-height: 37px;
    cursor: pointer;
}

.go-top:hover {
    background: rgba(0, 0, 0, .8);
}

.go-top.active {
    display: block;
}

span.highlight {
    background: red;
}

.warning {
    max-width: 500px;
    padding: 2%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    font-size: 1.4em;
    line-height: 1.6em;
    color: #fff;
    /*background-color:rgba(255,255,255,.8);*/
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.warning i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    color: rgb(44, 156, 146);
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.warning a {
    font-weight: bold;
    color: #fff;
}

.warning a:hover {
    background-color: #fff;
    color: #000;
}


/* OTHER MEDIA */

@media screen and (max-width:1100px) {
    .list-grid article {
        width: 48%;
    }
    .list-grid article.apresentacao {
        width: 48%;
    }
}

@media screen and (max-width:700px) {
    .list-grid article {
        width: 100%;
    }
    .list-grid article.apresentacao {
        width: 100%;
    }
}

@media screen and (max-width:850px) {
    .top {
        border: none;
        margin-bottom: 0;
    }
    h1 {
        width: 85px;
        background: url(img/mafua.png) no-repeat;
    }
    nav.menu {
        margin-bottom: 3px;
    }
    .menu li {
        display: block;
    }
    .menu li+li {
        margin: 0;
    }
    .menu li a {
        line-height: 50px;
    }
    .menu .hidden-menu {
        display: block;
        padding: 20px 0;
        text-transform: uppercase;
        ;
        font-weight: bold;
        font-size: 1.6em;
        color: white;
        cursor: pointer;
    }
    .menu .hidden-menu i {
        font-size: 1.4em;
    }
    .menu .hidden-menu, .menu-principal-container {
        background-color: rgba(0, 0, 0, .2);
    }
    .menu-principal-container {
        display: none;
    }
    .hidden-menu:active~.menu-principal-container {
        display: block;
    }
    .searchbox {
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        top: 1%;
        right: 1%;
    }
}

@media screen and (max-width:610px) {
    .main-menu-list {}
    .main-menu-list li {
        width: 100%;
        text-align: center;
        display: none;
    }
    .main-menu-list li:first-of-type {
        padding: 0;
        border: none;
        display: block;
    }
    .main-menu-list li+li {
        margin-left: 0;
    }
    .main-menu-list a {
        display: inline-block;
    }
}

@media print {

	#header, body, .category.ensaios::after, .ensaios .category::after, .ensaios .img, .main.ensaios, .entry.ensaios .entry-triangle, .list-full .ensaios a::after {
		background:none;
	}

	.top {
		border-bottom:none;
		padding-bottom:0;
	}

	h1 {
		width:86px;
		background-image:url(http://mafua.ufsc.br/wp-content/themes/mafua/img/mafua2.png);
	}

	nav.menu, .entry-category, .entry-wrapper header .entry-triangle, .entry-wrapper header .entry-image {
		display:none!important;
	}

	.entry-wrapper {
		width:100%;
		box-shadow:none;
		padding:0;
	}

	.entry-wrapper header {
		padding-top:40px;
	}

	.entry-wrapper header, .entry-wrapper .entry-content, .entry-obra {
		max-width:80%!important;
	}

	.entry .author {
		margin-top:20px;
	}

	.entry-aside {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		max-width: 100%;
		padding: 40px 0;
		margin-top: 80px;
		border-left: none;
		border-right: none;
	}

	.footer p {
		float:none;
		margin-top:0;
		font-size:1.6em;
		color:#000;
		text-shadow:none;
		text-align: center;
	}

	.footer p span {
		color:#000;
	}

	.go-top.active, .footnote, .main-subcontent, .footer-links {
		display:none!important;
	}

}
