/*
Theme Name: Criola 2
Theme URI: http://www.viladosite.com.br/v5/criola
Author: Jardim Digital (Colaboração: Vila do Site)
Author URI: http://www.jardimdigital.com.br
Description: Criola é um template para wordpress criado usando o Material Design Lite do Google e baseado no layout concebido pela Jardim Digital (jardimdigital.com.br) e adaptado para wordpress pela Vila do Site (viladosite.com.br) exclusivamente para o site criola.org.br.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: criola2
Tags: fluid-layout, responsive-layout, custom-colors, custom-header, flexible-header, sticky-post
test
*/

@font-face {
  font-family: Corpo;
  src: url(./TREBUC.TTF);
}

body {
  height: 100%;
  font-family: Corpo;
}
h1, h2, h4, h5 {
  font-family: Corpo;
}
.mdl-list__item {
  font-family: Corpo;
}

.img-title {
    margin-top: 70px;
    width: 64px;
    transition: margin-top .25s ease;
    z-index: 1000;
}

.is-compact .img-title {
    margin-top: 190px;
}

@media screen and (max-width: 1024px) {
    .img-title {
        margin-top: 0;
        width: 33px;
    }
    .is-compact .img-title {
        margin-top: 0;
    }
}

.mdl-layout__drawer .mdl-navigation {
    padding-top: 0;
}

.mdl-layout__drawer .mdl-navigation .nav-sidebar {
    margin: 0;
    padding: 0;
}



.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1440px) {
    .container {
        width: 1100px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .container .mdl-grid {
        padding: 0;
    }
    .container .mdl-cell {
        margin: 0;
        width: 100%;
    }
    .container .mdl-cell.mdl-cell--2-col-phone {
        width: calc(50% - 16px);
        margin: 8px;
    }
    .artigo_loop {
        padding: 10px;
    }
}

@media screen and (min-width: 1650px) {
    .container {
        width: 1430px;
    }
}

.mdl-layout__header-row .mdl-navigation__link {
    color: #442e16;
    font-weight: 900;
}

.demo-layout-waterfall .mdl-layout__header-row .mdl-navigation__link:last-of-type {
    padding-right: 0;
}

/* cor do header */
.mdl-layout__header-row {
    background: #ffcc14;
    color: #442e16;
}


/* colocar os posts de destaque um ao lado do outro */
.quadro-principal{
    float: left;
}

.quadro-secundario{
    float: right;
}


.banner {
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    width: 100%;
    background-color: white;
    background-blend-mode: multiply;
    transition: background-size .3s, background-color .3s;
}

.banner.banner-principal {
    height: 485px;
    background-size: 100%;
}

.banner.banner-principal:hover {
    background-size: 180%;
}

@media screen and (max-width: 1024px) {
    .banner.banner-principal {
        height: 256px;
        margin-bottom: 20px;
    }
    .banner.banner-secundario {
        margin-bottom: 20px;
    }
}

.banner.banner-secundario {
    height: 234px;
}

.banner:hover {
    background-size: 100%;
    background-color: #414141;
}

.banner .mdl-card__actions {
    height: 52px;
    padding: 16px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
}

.banner .demo-card-image__filename {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.mdl-card__title a {
    color: white;
    text-shadow: 2px 2px 10px black;
    text-decoration: none;
}

.link {
    color: black;
    text-decoration: none;
}

.mdl-grid .sidebar {
    cursor: pointer;
}

.mdl-grid .sidebar:hover {
    background: #d6d6d6;
}

.mdl-grid .sidebar p {
    margin: 0;
    display: none;
}

#back_top {
    height: 56px;
    width: 56px;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    transition: bottom .25s ease;
}

#back_top.no-trans {
    transition: none;
}

#back_top .hidden {
    bottom: -56px;
}

.nav-sidebar li {
    background: #cfcfcf;
    margin-bottom: 5px;
    color: #442e16;
    cursor: pointer;
}

.nav-sidebar li:hover {
    background: #de035d;
    color: white;
}

.nav-sidebar li.active {
    background: #ff6600;
    color: white;
}

.nav-sidebar li.active:hover {
    cursor: default;
}

.nav-sidebar li .mdl-list__item-primary-content {
    font-size: 14px;
    font-weight: 600;
}

.nav-sidebar li .mdl-list__item-primary-content img {
    height: 25px;
    margin-right: 15px;
}

#conteudo .article {
    
        margin-bottom: 10px;
}

#conteudo .article .image {
    width: 100%;
    margin: 0;
}

#conteudo .article .mdl-card__actions {
    margin-top: -35px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
}

#conteudo .article .categoria {
    margin-bottom: 0;
    font-size: 14px;
}

#conteudo .article .categoria strong {
    font-size: 12px;
}

.mdl-cell div:nth-of-type(5n+1).article .social_loop {
    background-color: #ff6600;
}

.mdl-cell div:nth-of-type(5n+2).article .social_loop {
    background-color: #db0158;
}

.mdl-cell div:nth-of-type(5n+3).article .social_loop {
    background-color: #41b2b0;
}

.mdl-cell div:nth-of-type(5n+4).article .social_loop {
    background-color: #ffcd14;
}

.mdl-cell div:nth-of-type(5n+0).article .social_loop {
    background-color: #805b48;
}

#conteudo {
    
    background-image: url(/wp-content/themes/criola2/imagens/bg4.png);
    background-color: #f3f0eb;
}

.page-content {
    background-image: url(/wp-content/themes/criola2/imagens/bg4.png);
    background-color: #f3f0eb;
}

.union_box {
    background: #fff;
    padding: 8px;
}

.imagem_loop {
    float: left;
}

.artigo_loop{
    float: right;
}

.social_loop {
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    margin: 0;
    width: 100%;
    margin-top: 8px;
}

@media screen and (max-width: 1024px) {
    .social_loop {
        margin-top: 0;
    }
}

img.soci_share {
    width: 100%;
}

.btn_share{
    margin-right: 20px;
    float: right;
}

.pshare{
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    float: right;
    margin-top: 5px; 
}

.categoria a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.categoria a:hover {
    color: #2d1754;
    text-decoration: underline;
}

#conteudo .article .title {
    margin-top: 0;
}

#conteudo .article .demo-card-image__filename {
    font-size: 10px;
    color: white;
}

@media screen and (max-width: 1024px) {
    #conteudo .article {
        
        padding-bottom: 20px;
    }
}

#sidebar .mdl-card {
    width: 100%;
    margin-bottom: 20px;
}

#sidebar .mdl-card .mdl-card__supporting-text {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #dedede;
}

#sidebar .mdl-card .mdl-card__title {
    display: block;
    text-align: center;
    padding: 5px;
}

#sidebar .mdl-card .mdl-card__title h2 {
    display: block;
    font-size: 20px;
    color: white;
}

#sidebar .mdl-card .campanha img {
    width: 100%;
}

#sidebar .mdl-card .campanha .text h5 {
    margin: 0;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 600;
}

#sidebar div[id^='categ_widget-'] .mdl-card__title {
    background-size: 10%;
    background-color: #ff6600;
}

#sidebar div[id^='categ_widget-'] .mdl-card__title h2 {
    letter-spacing: 1px;
    font-weight: 600;
}

#sidebar div[id^='noticias_widget-'] .mdl-card__title {
    background-size: 10%;
    background-color: #44b1ac;
}

#sidebar div[id^='noticias_widget-'] .mdl-card__title h2 {
    letter-spacing: 1px;
    font-weight: 600;
}

#sidebar div[id^='multiv_widget-'] .mdl-card__title {
    background-size: 10%;
    background-color: #d70458;
}

#sidebar div[id^='fique_widget-'] .mdl-card__title {
    background-size: 10%;
    background-color: #805b48;
}

div[id^='fique_widget-'] .sidebar:hover {
    background-color: white;
}
#ai1ec_agenda_widget-2 .mdl-card__title {  background-color: #6689ac;}

#sidebar div[id^='multiv_widget-'] .mdl-card__title h2 {
    letter-spacing: 1px;
    font-weight: 600;
}

#sidebar .mdl-card .curso .data {
    text-align: center;
    background: #afafaf;
}

#sidebar .mdl-card .curso .data h3 {
    font-weight: 600;
    margin: 6px 0 0 0;
}

#sidebar .mdl-card .curso .text h5 {
    margin: 0;
}

#sidebar .mdl-card .curso .text p {
    color: #7b7b7b;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    #sidebar .mdl-card .curso .text {
        padding: 10px;
        border-bottom: 1px solid lightgray;
    }
    #sidebar .mdl-card .curso .text h5 {
        text-align: center;
    }
}

.mdl-cell--2-col {
    margin: 8px;
}

.thumb a {
    text-decoration: none;
}

.thumb .mdl-card {
    width: 100%;
    background: rgba(0,0,0,0.4);
    min-height: 0;
    border-radius: 0;
}

.thumb:hover .mdl-card {
    background: rgba(255,255,255,0.4);
}

.thumb.active .mdl-card {
    background: rgba(255,255,255,0.4);
}

.thumb .mdl-card__title {
    padding: 0;
}

.thumb .mdl-card__title img {
    width: 55%;
    margin-left: 33px;
    margin-top: 15px;
    filter: grayscale(100%);
}

.thumb:hover .mdl-card__title img {
    filter: grayscale(0%);
}

.thumb.active .mdl-card__title img {
    filter: grayscale(0%);
}

.thumb .mdl-card__actions {
    background: rgba(0,0,0,0.5);
}

.thumb:hover .mdl-card__actions {
    background: #de035d;
}

.thumb.active .mdl-card__actions {
    background: #de035d;
}

.thumb .mdl-card__actions p {
    margin: 0;
    color: white;
    text-align: center;
}

.thumb .material-icons {
    font-size: 133px;
    color: white;
}

@media screen and (max-width: 1440px) {
    .thumb .material-icons {
        font-size: 110px;
    }
}

.thumb .mdl-card__actions p {
    margin: 0;
    color: white;
    text-align: center;
}

.profile-wraper {
    height: 240px;
}

.profile-wraper .profile {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.profile-wraper .profile .inner {
    height: 100%;
}

.profile-wraper .profile .inner .mdl-grid {
    height: 100%;
    padding: 0;
}

.profile-wraper .profile .inner .info {
    background: #f3f0eb;
    color: rgba(0,0,0,0.5);
}

.profile-wraper .profile .inner .mdl-cell {
    margin: 0;
    padding: 15px;
}

.profile-wraper .profile .inner .image {
    background: white;
    box-shadow: 0px 0px 15px gainsboro;
    width: 100%;
    height: 125px;
    overflow: hidden;
}

.profile-wraper .profile .inner .image img {
    height: 100%;
}

.profile-wraper .profile .inner h5 {
    margin-top: 5px;
    text-align: center;
}

.profile-wraper .profile .inner .info p {
    margin-bottom: 0;
}

.profile-wraper .profile .inner .resumo {
    height: 100%;
    background: #ff6600;
    color: white;
    padding: 10px;
    overflow: auto;
}

#banner {
    background: #ffcc14;
    background: -moz-linear-gradient(top, #ffcc14 0%, #ffcc14 77%, #f9930d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc14), color-stop(77%, #ffcc14), color-stop(100%, #f9930d));
    background: -webkit-linear-gradient(top, #ffcc14 0%, #ffcc14 77%, #f9930d 100%);
    background: -o-linear-gradient(top, #ffcc14 0%, #ffcc14 77%, #f9930d 100%);
    background: -ms-linear-gradient(top, #ffcc14 0%, #ffcc14 77%, #f9930d 100%);
    background: linear-gradient(to bottom, #ffcc14 0%, #ffcc14 77%, #f9930d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc14', endColorstr='#f9930d', GradientType=0 );
    position: relative;
    overflow: hidden;

}

#banner .image-back {
    position: absolute;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
}

#banner .social {
    position: absolute;
    right: 0;
    top: calc(50% - 230px);
    width: 45px;
    padding: 35px;
    background-color: #fda601;
    z-index: 10000;
}

#banner .social .soc{
    margin: 10px;
}

/* INÍCIO do CSS da página de posts (single.php)*/

#artigo-post .image{
    width: 100%;
}

#post .social {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

#post .image {
    margin-bottom: 20px;
}

#post .image img {
    width: 100%;
}

ul.post-categories {
    list-style: none;
}

ul.post-categories a {
    text-decoration: none;
    color: #000;
    font-weight: bolder;
}

.headers h1 a {
    text-decoration: none;
    color: #000;
}

#back_top{
    bottom: -56px;
}

#back_top img {
    margin-top: 30px;
    width: 40px;
}

/*#back_top .material-icons{
    font-size: 55px;
}*/

.text p{
    color: #7b7b7b;
    line-height: 1.5;
}
.text p.alignleft{
    float: left;
    margin-right: 15px;
}
.post_cs{
    background-color: #f3f0eb!important;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .post_cs{
        width: 95%;
    }

}

/* FIM do CSS da página de posts */







/* INÍCIO do CSS das páginas onepage (single-onepage.php) */

#artigo-onepage {
    padding-right: 5%;
    padding-left: 2%;
}

div#artigo-onepage .ssba {
    display: none;
}

#sidebar-nav {
    z-index: 999;
    position: fixed;
    margin-top: 0;
    width: 25%;
}

@media screen and (min-width: 1600px) {
    #sidebar-nav {
        width: 20%;
    }

}

div#sidebar-nav {
    margin-left: 0;
}

#sidebar-nav h4 {
    margin-top: 14px;
    margin-bottom: 0;
    color: #442e16;
    text-transform: uppercase;
}

h4.child-title strong {
    font-weight: bold;
    text-transform: uppercase;
}

aside#onepage_widget-4 {
    padding: 20px;
}

ul.demo-list-icon.mdl-list.nav-sidebar {
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    
}

nav.mdl-navigation a {
    color: #757575;
    text-decoration: none;
}

ul#menu-menu-principal-1 {
    list-style: none;
}


@media screen and (max-width: 1024px) {
    aside#onepage_widget-5 {
    display: none;
    }

}

div.image {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 5px;
    height: 150px;
}

#sidebar .mdl-card .campanha img {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    background: white;
    border-radius: 3px;
}

#sidebar .text {
    width: 50%;
    box-sizing: border-box;
    padding: 8px;
    float: right;
    height: 150px;
}

#sidebar.fixed {
    position: fixed;
    bottom: 0;
    width: 23%;
}

.sidebar.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.mdl-card__supporting-text:hover {
    background: #f0f0f0;
}

.text h5 {
    color: rgba(0,0,0,.54);
}

p.pre a{
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

p.pre a:hover{
    color: #757575; 
}

/* FIM do CSS das páginas onepage */








/* INÍCIO do CSS da página de erro 404 (404.php) */



/* FIM do CSS da página de erro 404 */







/* INÍCIO do CSS do menu principal (header.php) */

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0 40px 0 0;
    color: #000;
}
.nav-menu li {
    display: inline-block;
    position: relative;
    border: 2px solid transparent;
}
.nav-menu li a {
    color: #442e16;
    font-weight: 900;
    padding: 15px 20px;
    text-decoration: none;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    color: #000;
}
.nav-menu .sub-menu, .nav-menu .children {
    background-color: #000;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: -2px;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #FFF;
    color: #000;
}
ul.nav-menu ul.sub-menu a:hover {
    background-color: #FFF;
    color: #000;
}
ul.nav-menu .menu-item ul.sub-menu a:hover {
    background-color: transparent;
    color: white;
}
ul.nav-menu .menu-item ul.sub-menu li.menu-item {
    width: calc(100% - 4px);
}
ul.nav-menu .menu-item ul.sub-menu li.menu-item:hover {
    background-color: white;
    color: black;
}
.menu-item li:hover > a, .menu-item li:focus > a, .menu-item li a:focus {
    color: black;
}
ul.nav-menu .menu-item ul.sub-menu li.menu-item:hover a {
    color: black;
}
ul.nav-menu li > ul, .nav-menu ul li > ul {
    opacity: 0;
    transform: translateY(0px);
    transform: translateX(-50px);
    transition: all 0.4s ease-out;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
    opacity: 1;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0px);
    transform: translateX(0px);
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    border-bottom: 8px solid black;
    color: #000
}

.mdl-layout__header{
    overflow: visible;
    color: #000;
}


/* FIM do CSS do menu principal */





/* INÍCIO do CSS do menu do drawer (header.php) */

.mdl-layout__drawer-button {
    color: #000!important;
    background: #eabc12!important;
}


/* FIM do CSS do menu do drawer */


/* alteração na posição do loop */
@media (min-width: 840px){

.mdl-cell--order-1-desktop.mdl-cell--order-1-desktop {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    float: left;
    text-align: right;
}

.mdl-cell--order-2-desktop.mdl-cell--order-2-desktop {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    float: right;
}

}

.imagem_loop .mdl-card__actions{
    text-align: center;
}



/* INÍCIO do CSS do rodapé (footer.php) */

.mdl-mega-footer__social-btn{
    background: rgba(255, 255, 255, 0);    
}

.mdl-mega-footer {
    background-color: #7d5a4d;
    border-top: 1px solid #dadada;
    color: #f3f0eb;
}

.mdl-mega-footer__logos-list img {
    border-radius: 10px;
    border: 5px solid #f3f0eb;
    box-shadow: 0px 2px 5px #484848;
}
.mdl-mega-footer--heading, .mdl-mega-footer__heading {
    font-weight: 600;
    color: #ffffff;
}
.mdl-logo {
    color: #ffffff;
}

.footer-icon {
    color: #2d1754;
    font-size: x-large!important;
}

.footer-icon:hover{
    color: #000;
}

.mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section, .mdl-mega-footer__drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(4) {
    width: 16.66%;
}

.mdl-mega-footer__drop-down-section.patrocinadores {
    width: 50%;
}

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

    .mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section, .mdl-mega-footer__drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(4) {
        width: 100%;
    }

    .mdl-mega-footer__drop-down-section.patrocinadores {
        width: 100%;
    }

}

.mdl-mega-footer__logos-list {
    padding: 0;
}

.mdl-mega-footer__logos-list li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
    position: relative;
}
.mdl-mega-footer .social {
    position: absolute;
    right: 50px;
    top: 0;
}
/* FIM do CSS do rodapé */


/*  pagina 404  */
main.mdl-layout__content {
    height: 100%;
}

div.grid_404 {
    height: 100%;
}

.grid_404 h1 {
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-top: 15%;
}

/* paginação */

.pagination {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    text-decoration: none;
}

span.page-numbers.current {
    font-weight: bold;
    font-size: larger;
}

a.page-numbers {
    text-decoration: none;
    color: #402e24;
    font-weight: bold;
}
.textwidget p {
    margin: 0;
    padding: 0;
}


/* alteração na posição do loop */
@media (max-width: 600px){

    .box-social {position: inherit !important;width: 100% !important;padding: 0!important; display: contents !important;}
    .box-social a.mailto{display: none;}
    
}
/*cria um tamanho minumo do post para evitar ficar subindo , rolando automaticamente*/
#artigo-post {min-height: 1400px !important; display: block;}

/*resoluções menores que 850*/
@media (max-width: 850px){
    .home #sidebar .text{
        width: 70% !important;
    }
}



/*
    Customizações no design visual - 2018 [Não apagar]
*/

#conteudo {
    background-image: none;
    background-color: #f3f0eb;
}

#banner .destaque-post {
    width: 100%;
}

.featured-area {
    position: relative;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .2) 90%, rgba(0, 0, 0, .5));
}

.quadro-principal .featured-area h4 a span {
    position: absolute;
    bottom: 40px;
}

.quadro-secundario .featured-area h4 a  {
    position: absolute;
    bottom: 40px;
}

.news-area {
    border-radius: 2px;
    padding: 15px;
}


.news-area h4 {
    padding: 15px;
}

.news-area .categoria,
.news-area .categoria a {
    color: #7E594C;
    font-weight: 500;
}

.news-area .categoria {
    padding: 15px 15px 0 15px;
}

#media_video-2 .mdl-card__title {
    background: #3C174F;
}

#banner .social {
    top: calc(50% - 245px);
    padding: 10px 20px 60px 3px;
    background-color: #FBA30F;
    border-top-left-radius: 2px;
    z-index: 90000;
}

#conteudo .article {
    padding-top: 0;
}

.banner:hover {
    background-blend-mode: normal;
}


#banner .social img {
    width: 45px;
}






header .img-title {
    width: 59px;
}

.nav-menu li a {
    font-weight: 500;
    font-size: 16.5px;
}

.destaque-post .banner,
.destaque-post .banner:hover {
    transition: none !important;
    background-size: 100% !important;
}


.mdl-card__title-text {
    padding: 6px 10px;
    text-align: left;
}

.ai1ec-agenda-widget-view .ai1ec-date-title, 
.ai1ec-agenda-view .ai1ec-date-title {
    background-image: none !important;
}


#sidebar div[id^="fique_widget-"] .mdl-card__title {
    background: #603824;
}

.mdl-mega-footer__logos-list img {
    border-radius: 4px;
    border: 3px solid #fff;
    box-shadow: none;
}

.mdl-mega-footer__logos-list li:first-child {
    margin-left: 0;
}

.timely {
    font-size: 15px !important;
}

.ai1ec-agenda-widget-view .ai1ec-date-title, 
.ai1ec-agenda-view .ai1ec-date-title {
    width: 80px;
}

.widget_ai1ec_agenda_widget .mdl-card__title,
.widget_ai1ec_agenda_widget .mdl-card__title-text {
    background: #ED502D !important;
}

.timely .ai1ec-btn {
    color: #ED502D !important;
    font-size: 12px !important;
    border: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
    position: relative;
    top: 0px;
    right: 7px;
}

.ai1ec-month-view .ai1ec-event {
    height: auto !important;
}

.ai1ec-month-view .ai1ec-event, 
.ai1ec-week-view .ai1ec-event, 
.ai1ec-oneday-view .ai1ec-event {
    white-space: normal !important;
}

.ai1ec-agenda-widget-view,
.ai1ec-event,
.ai1ec-event-title {
    display: block;
}

.ai1ec-event-title {
    padding-top: 4px;
}

.ai1ec-agenda-widget-view .ai1ec-event {
    padding-left: 80px;
}

.timely .ai1ec-btn:hover {
    background: none !important;
}

.ai1ec-agenda-widget-view,
.ai1ec-month, 
.ai1ec-agenda-view .ai1ec-month {
    background: #EF5231 !important;
}

.ai1ec-agenda-widget-view,
.ai1ec-date.ai1ec-today, 
.ai1ec-agenda-view
.ai1ec-date.ai1ec-today {
    border-top: 1px solid #fff !important;
    background: #fff !important;
}

.ai1ec-date-title {
    border: 1px solid #ddd !important;
    color: #020202 !important;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
     color: #020202 !important;
     padding: 10px !important;
     border-color: #ddd !important;   
}

.ai1ec-allday-badge {
   background: #EF5231 !important; 
   color: #fff !important;
   line-height: 20px !important;
}

.ai1ec-agenda-widget-view {
    padding: 20px;
}

.mdl-mega-footer--heading, 
.mdl-mega-footer__heading {
    font-size: 15px;   
}

.pagination {
    font-size: 22px !important;
    margin-top: 30px;
    margin-bottom: 40px;
}

.a.page-numbers {
    font-weight: 500;
}

span.page-numbers.current {
    font-size: 26px;
}


.mdl-mega-footer .social {
    right: 0;
}

.page-content {
    background-image: none;
    padding-bottom: 50px;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content dl,
.page-content table,
.page-content blockquote,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #000 !important;
}

.page-content ul {
    list-style-type: square;
}

.nav-menu .current_page_item > a, 
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a {
    border-bottom: 5px solid #000;
    color: #000;
    padding-bottom: 18px;
}

#artigo-post h1 {
    line-height: 46px;
    font-size: 38px;
    font-weight: 800;
}

.wpcf7 {

}


/*--------------------
Form
--------------------*/

.wpcf7 label {
      font-size: 15px;
      font-weight: 600;
      margin-top: 50px;
      margin-bottom: 10px;
      padding-bottom: 20px;
    }

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    font-size: 14px;
    font-weight: 300;
    color: #442E16;
    border: 2px solid #DFC09D;
    box-shadow: none;
    letter-spacing: .1rem;
    padding: 5px 20px;
    border-radius: 4px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.wpcf7 input,
.wpcf7 select {
     height: 30px;   
}

.wpcf7 select {
    padding: 20px;
}

.wpcf7 textarea {
    height: 150px;
    font-family: Corpo;
    width: 400px;
    padding: 15px 20px;
    font-size: 15px;
}

.wpcf7 input.wpcf7-submit{
    background: #000;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px;
    display: block;
    background: #442E16;
    color: #fff;
    width: 440px;
    height: -moz-fit-content;
    border: none;
}

.wpcf7 input.wpcf7-submit:hover,
.wpcf7 input.wpcf7-submit:focus {
    opacity: 0.8;
    cursor: pointer;
}

.thumb .mdl-card__actions {
    background: #442E16;
}

.thumb .mdl-card__actions p {
    line-height: 20px;
}

.thumb .mdl-card__actions p strong {
    color: #fff !important;
    font-weight: normal;
}

.thumb:hover .mdl-card__actions {
    opacity: 0.8;
    background: #442E16;
}

#sidebar .mdl-card .mdl-card__title h2 {
    color: #fff !important;
}

#conteudo .social_loop {
    padding: 3px;
    background: #ECDAC6;
    margin-top: 0;
    margin-bottom: 40px;
}

#artigo-post .ssbp-wrap {
    margin-bottom: 40px;
}

#artigo-post .ssbp-wrap div {
    text-align: left !important;
}

#artigo-post p,
#artigo-post ul,
#artigo-post ol,
#artigo-post dl,
#artigo-post table,
#artigo-post blockquote {
    font-size: 16px;
}

.social .mdl-button {
    border-radius: 90%;
    width: 37px;
    height: 37px;
    background: #442E16;
    margin-right: 7px;
}

.social .mdl-button i {
    color: #fff;
    font-size: 20px;
}

/* Media Queries */ 

@media only screen and (max-width : 1265px) {
    .nav-menu li a  {
        font-size: 13.5px;
    }
}
@media only screen and (max-width : 1024px) {
    header .img-title {
        width: 32px !important;
        }
}
