﻿/*
	Theme Name: Gore Brasil
	Theme URI: http://www.inspiradora.com.br
	Description: Template Desenvolvido pela Inspiradora
	Version: 1.0
	Author: Inspiradora
	Author URI: http://www.inspiradora.com.br
	Tags: Template, Inspiradora, Wordpress

	License: COMERCIAL
	License URI: http://www.inspiradora.com.br
*/

/*------------------------------------*\
    BODY
\*------------------------------------*/

body {
    background: #000;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    overflow: hidden;
}

.align-center {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

/* Header */

.header_geral {
    background: url(img/bg_header.jpg) top;
    padding: 70px 0 52px 0;
    margin: 33px 0 8px 0;
}

.header_geral .logo {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 13px;
    padding: 0 40px 0;
}

.header_geral p.description {
    text-align: center;
    color: #727171;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.busca_del {
    overflow: hidden;
    height: 58px;
}

#busca {
    display: none;
    height: 60px;
}

#busca form {
    position: relative;
    top: -32px;
}

#busca form input {
    color: #a9a9a9;
    width: 100%;
    min-height: 41px;
    background: #212121;
    border: none;
    padding: 5px;
}

#busca form button {
    width: 26px;
    height: 26px;
    background: url(img/icon_search.png);
    border: none;
    text-indent: -9999px;
    float: right;
    margin-top: -35px;
    margin-right: 18px;
    position: relative;
}

a.busca {
    width: 26px;
    height: 26px;
    display: block;
    background: url(img/icon_search.png);
    text-indent: -9999px;
    float: right;
    margin-right: 18px;
    margin-top: 14px;
    cursor: pointer;
    position: relative;
}

.pub728x90 {
    margin: 18px 0 18px;
}

.wrapper_site {
    background: #fff;
    padding: 15px;
    margin-bottom: 50px;
    overflow: hidden;
}

/* Aviso */

@media screen and (max-width: 768px) {
    .aviso {
        margin: 30px 0 97px 0;
        height: 100%;
    }

    .aviso header.header {
        background: url(img/bg_header.jpg);
        padding: 19px;
        height: 100px;
    }

    .aviso header.header a.logo {
        margin-bottom: 8px;
        background: url(img/logo-mob.png);
        width: 120px;
        height: 35px;
        display: block;
        text-indent: -9999px;
    }

    .aviso header.header p.description {
        font-size: 18px;
        color: #727171;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    footer.footer {
        overflow: hidden;
    }

    .aviso .content {
        height: 100%;
    }

    .aviso .content span {
        color: #c50000;
    }

    .aviso .content .cont {
        height: 100%;
        overflow-y: scroll;
        background: #fff;
        padding: 20px 20px 192px;
        text-align: center;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }

    .aviso .content .cont h1 {
        margin: 0 0 30px 0;
        font-size: 24px;
        font-weight: 700;
    }

    .aviso a.acessar {
        background: #c50000;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 11px 13px;
        position: relative;
        margin-top: -113px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.acessar:hover {
        text-decoration: none;
        background: #1c1c1c;
    }

    .aviso a.sair {
        background: #900303;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 11px 13px;
        position: relative;
        margin-top: -113px;
        margin-right: 13px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.sair:hover {
        text-decoration: none;
        background: #1c1c1c;
    }
}

@media screen and (min-width: 768px) {
    .aviso {
        margin: 30px 0 97px 0;
        height: 100%;
    }

    .aviso header.header {
        background: url(img/bg_header.jpg);
        padding: 19px;
        height: 100px;
    }

    .aviso header.header a.logo {
        margin-bottom: 8px;
        background: url(img/logo-mob.png);
        width: 120px;
        height: 35px;
        display: block;
        text-indent: -9999px;
    }

    .aviso header.header p.description {
        font-size: 18px;
        color: #727171;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    footer.footer {
        overflow: hidden;
    }

    .aviso .content {
        background: #fff;
        padding: 45px 45px 100px;
        text-align: center;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
    }

    .aviso .content h1 {
        margin: 0 0 30px 0;
        font-size: 32px;
        font-weight: 700;
    }

    .aviso .content span {
        color: #c50000;
    }

    .aviso a.acessar {
        background: #c50000;
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 16px 17px;
        position: relative;
        margin-top: -106px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.acessar:hover {
        text-decoration: none;
        background: #1c1c1c;
    }

    .aviso a.sair {
        background: #900303;
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 16px 17px;
        position: relative;
        margin-top: -106px;
        margin-right: 15px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.sair:hover {
        text-decoration: none;
        background: #1c1c1c;
    }
}

@media screen and (min-width: 992px) {
    .aviso {
        margin: 30px 0 97px 0;
        height: 100%;
    }

    .aviso header.header {
        background: url(img/bg_header.jpg);
        padding: 72px;
        height: 258px;
    }

    .aviso header.header a.logo {
        margin-bottom: 8px;
        background: url(img/logo.png);
        width: 367px;
        height: 106px;
        display: block;
        text-indent: -9999px;
    }

    .aviso header.header p.description {
        font-size: 18px;
        color: #727171;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    .aviso .content {
        background: #fff;
        padding: 45px 45px 100px;
        text-align: center;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
    }

    .aviso .content h1 {
        margin: 0 0 30px 0;
        font-size: 32px;
        font-weight: 700;
    }

    .aviso .content span {
        color: #c50000;
    }

    .aviso a.acessar {
        background: #c50000;
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 16px 17px;
        position: relative;
        margin-top: -106px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.acessar:hover {
        text-decoration: none;
        background: #1c1c1c;
    }

    .aviso a.sair {
        background: #900303;
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 16px 17px;
        position: relative;
        margin-top: -106px;
        margin-right: 15px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.sair:hover {
        text-decoration: none;
        background: #1c1c1c;
    }
}

@media screen and (min-width: 1200px) {
    .aviso .content {
        background: #fff;
        padding: 0px;
        text-align: center;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
    }

    .aviso .content h1 {
        margin: 0 0 30px 0;
        font-size: 32px;
        font-weight: 700;
    }

    .aviso .content span {
        color: #c50000;
    }

    .aviso .content .cont {
        background: #fff;
        padding: 20px 20px 113px;
        text-align: center;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
    }

    .aviso .content .cont h1 {
        margin: 0 0 30px 0;
        font-size: 32px;
        font-weight: 700;
    }

    .aviso a.acessar {
        background: #c50000;
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 16px 17px;
        position: relative;
        margin-top: -122px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.acessar:hover {
        text-decoration: none;
        background: #1c1c1c;
    }

    .aviso a.sair {
        background: #900303;
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 4px 0px 0px rgba(0, 0, 0, 0.2);
        padding: 16px 17px;
        position: relative;
        margin-top: -124px;
        margin-right: 15px;
        transition: 400ms;
        border-radius: 5px;
    }

    .aviso a.sair:hover {
        text-decoration: none;
        background: #1c1c1c;
    }
}

/* Article */

/* Article Loop */

article.article_loop {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

article.article_loop .thumb {
    margin-bottom: 10px;
}

article.article_loop .thumb img {
    width: 100%;
    height: auto;
    max-height: 180px;
}

article.article_loop .info_content {

}

article.article_loop .info_content h1.entry-title {
    margin: 0 0 16px 0;
    font-size: 24px;
    font-weight: 700;
}

article.article_loop .info_content h1.entry-title a {
    color: #c50000;
}

article.article_loop .info_content h1.entry-title a:hover {
    text-decoration: none;
    color: #000;
}

article.article_loop .info_content .bar {
    margin: 0 0 16px 0;
    font-size: 11px;
    color: #afafaf;
}

article.article_loop .info_content .bar a {
    color: #c50000;
    font-weight: 700;
}

article.article_loop .info_content .bar a:hover {
    color: #000;
}

article.article_loop .info_content .bar span.author:before {
    content: url(img/icon_author.png);
    margin-right: 5px;
    position: relative;
    top: 3px;
}

article.article_loop .info_content .bar span.category:before {
    content: url(img/icon_categories.png);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

article.article_loop .info_content .entry-content {
    color: #6d6d6d;
    margin: 0 0 16px 0;
    text-align: justify;
}

article.article_loop .info_content .entry-content a {
    color: #c50000;
}

article.article_loop .info_content .entry-content a:hover {
    color: #000;
}

article.article_loop .info_content a.readmore {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: 400ms;
    display: block;
}

article.article_loop .info_content a.readmore:before {
    content: url(img/icon_readmore.png);
    margin-right: 5px;
    position: relative;
    top: 5px;
}

article.article_loop .info_content a.readmore:hover {
    text-decoration: none;
    color: #c50000;
}

article.single {

}

article.single .date {
    font-size: 12px;
    color: #adadad;
    font-weight: 700;
    margin-bottom: 8px;
}

article.single h1.entry-title {
    margin: 0 0 17px 0;
    font-size: 24px;
    color: #343434;
}

article.single .bar {
    margin: 0 0 29px 0;
    font-size: 11px;
    color: #afafaf;
}

article.single .bar a {
    color: #c50000;
    font-weight: 700;
}

article.single .bar a:hover {
    color: #000;
}

article.single .bar span.author:before {
    content: url(img/icon_author.png);
    margin-right: 5px;
    position: relative;
    top: 3px;
}

article.single .bar span.category:before {
    content: url(img/icon_categories.png);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

article.single .entry-content {
    color: #6d6d6d;
    margin-bottom: 55px;
    text-align: justify;
}

article.single .entry-content a {
    color: #c50000;
}

article.single .entry-content a:hover {
    color: #000;
}

article.single .entry-content img {
    max-width: 100%;
    height: auto;
}

article.single .entry-content iframe {
    max-width: 100%;
    height: auto;
}

article.single ul.social_share {
    margin-left: -3em;
    list-style-type: none;
    overflow: hidden;
    color: #000;
    margin-bottom: 25px;
}

article.single ul.social_share li {
    float: left;
    margin-right: 10px;
}

.comments {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

.comments .comments {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}

.comments p.attention {
    color: #343434;
    font-weight: 700;
    margin-bottom: 20px;
}

.comments p.attention span {
    color: #c50000;
}

.comments a {
    color: #c50000;
}

.comments a:hover {
    text-decoration: none;
}

.comments h2, .comments h3 {
    margin: 0 0 17px 0;
    font-size: 24px;
    color: #343434;
    vertical-align: middle;
}

.comments ul, .comments ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments ul li, .comments ol li {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.comments .children .comment-body {
    padding-left: 30px;
    position: relative;
}

.comments .children .comment-body:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 1px;
    background: #c50000;
    display: block;
    content: '';
}

.comments .children .comment-body:after {
    position: absolute;
    left: 0;
    top: 20px;
    height: 1px;
    width: 15px;
    background: #c50000;
    display: block;
    content: '';
}

.commments .fn {
    font-style: normal;
}

.comments .comment .comment-body {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.comments .comment.comment-author-admin > .comment-body, .comments [class*=" comment-author-"] > .comment-body {
    background: rgba(0,0,0,.050);
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,.060);
}

.comments .comment.comment-author-admin > .comment-body:before, .comments [class*=" comment-author-"] > .comment-body:before {
    left: 10px;
    top: 10px;
}
.comments .comment.comment-author-admin > .comment-body:after, .comments [class*=" comment-author-"] > .comment-body:after {
    left: 10px;
    top: 30px;
}

.comments .comment .vcard {
    float: left;
    margin-right: 10px;
}

.comments .comment .vcard img {
    border-radius: 35px;
    border: 2px solid #c50000;
}

.comments .comment .reply {
    float: left;
    clear: both;
}

.comments .comment .comment-reply-link {
    font-size: 10px;
    color: #fff;
    background-color: #c50000;
    padding: 5px 10px;
}

.comments .comment .comment-reply-link:hover {
    text-decoration: none;
}

.comments .comment .commentmetadata {
    margin-bottom: 10px;
    font-size: 10px;
    overflow: hidden;
}

.comments .comment .commentmetadata cite {
    font-size: 14px;
    display: block;
    font-weight: 700;
    position: relative;
}

.comments .comment .commentmetadata a {
    color: #343434;
    display: inline-block;
}

.comments .comment .wrap-comment {
    clear: both;
    display: block;
    position: relative;
    margin-top: 15px;
}

.comments .pingback .commentmetadata {
    display: none;
}

.comments .pingback .comment-body {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding: 15px;
    background: #f3f3f3;
}

.comments .pingback .reply {
    display: none;
}

.comments #cancel-comment-reply-link {
    display: inline-block;
    font-size: 11px;
    background: #c50000;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    top: -4px;
    margin-left: 5px;
}

.comments #cancel-comment-reply-link:hover {
    text-decoration: none;
}

.comments #respond {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.comments #respond::before, .comments #respond::after {
    content: ' ';
    display: table;
    line-height: 0;
    clear: both;
}

.comments input[type="text"], .comments input[type="url"], .comments input[type="email"], .comments textarea {
    padding: 10px 15px;
    border: 2px solid #c50000;
    display: block;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    position: relative;
    width: 100%;
    color: #6d6d6d;
    outline: none !important;
    box-shadow: none !important;
}

.comments textarea {
    resize: vertical;
}

.comments input[type="submit"] {
    display: inline-block;
    float: right;
    padding: 10px 15px;
    color: #fff;
    background: #c50000;
    outline: none !important;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.comments .comment-form-author {
    float: left;
    width: calc(50% - 10px);
    display: block;
    position: relative;
}

.comments .comment-form-email {
    float: right;
    width: calc(50% - 10px);
    display: block;
    position: relative;
}

.related_posts {
    border-top: 1px solid #e8e8e8;
}

.related_posts h1 {
    margin: 27px 0;
    font-size: 24px;
    color: #343434;
}

.related_posts .item {
    margin-bottom: 52px;
}

.related_posts .item .thumb {

}

@media screen and (max-width: 767px) {
    .related_posts .item .thumb img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .related_posts .item .thumb img {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .related_posts .item .thumb img {
        width: 100%;
        height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .related_posts .item .thumb img {
        width: 100%;
        height: 220px;
    }
}

.related_posts .item h3.title {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
}

.related_posts .item h3.title a {
    color: #c50000;
}

.related_posts .item:hover h3.title a {
    color: #000;
}

ul.paginacao {
    list-style-type: none;
    margin: 50px 0 50px;
}

ul.paginacao li {
    float: left;
    margin-left: 15px;
    display: block;
    margin-bottom: 20px;
}

ul.paginacao li span.qt {
    font-size: 18px;
    color: #5a5a5a;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 16px;
}

.pagination span.currentPage {
    font-size: 18px;
    color: #5a5a5a;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
}

.pagination .page-numbers {
    padding: 9px 13px;
    background: #c50000;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    transition: 300ms;
}

.pagination .page-numbers:hover {
    text-decoration: none;
    background: #000;
}

.pagination .current {
    background: #000;
    color: #9a9a9a;
}

/* Footer */

footer.footer .logo {
    margin-bottom: 37px;
}

footer.footer .menu {
    margin-bottom: 76px;
}

footer.footer .menu ul {
    margin-left: -3em;
    list-style-type: none;
}

footer.footer .menu ul li {
    float: left;
    margin-right: 8px;
    font-weight: 500;
    padding-right: 8px;
    border-right: 1px solid #2a2a2a;
}

footer.footer .menu ul li a {
    color: #b0b0b0;
}

footer.footer .direitos {
    color: #525252;
    font-weight: 500;
    margin-bottom: 24px;
}

footer.footer .direitos span {
    color: #c50000;
    font-weight: 600;
}

/* Widgets */

.widget {
    margin-bottom: 20px;
}

.widget h1.widget-title {
    font-size: 20px;
    color: #000;
    border-bottom: 4px solid #c50000;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

.widget .widget-dentro {
    font-size: 12px;
}

.widget .widget-dentro a {
    color: #c50000;
    font-weight: 700;
}

.widget .widget-dentro a:hover {
    color: #000;
}

.widget .widget-dentro ul {
    font-weight: 400;
    font-size: 14px;
    margin-left: -2.8em;
    list-style-type: none;
}

.widget .widget-dentro ul li {
    border-bottom: 1px solid #2d2d2d;
    padding: 0 0 7px 0;
    margin: 0 0 7px 0;
}

.widget .widget-dentro ul li:before {
    content: "▸";
    color: #c60303;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 2px;
    margin-left: 10px;
}

.widget .widget-dentro ul li a {
    color: #3c3c3c;
    font-weight: 400;
}

.mais_acessados .item {
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.mais_acessados .item .thumb {
    float: left;
    margin-right: 10px;
}

.mais_acessados .item .thumb img {
    width: 97px;
    height: 73px;
}

.mais_acessados .item h3.title {
    margin: 18px 0 0 0;
    font-size: 13px;
}

.mais_acessados .item:hover h3.title a {
    color: #000;
}

.newsletter p.description {
    color: #898989;
    font-size: 12px;
    margin-bottom: 15px;
}

.newsletter form input {
    border: 1px solid #535353;
    background: #343434;
    width: 100%;
    padding: 15px;
    color: #adadad;
    margin-bottom: 10px;
}

.newsletter form button {
    background: #c50000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 15px 25px;
    transition: 400ms;
}

.newsletter form button:hover {
    background: #000;
}

.alignnone {
    margin: 5px 10px 10px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 1px auto;
}

.alignright {
    float: right;
    margin: 2px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 2px 10px 10px 0;
}

a img.alignright {
    float: right;
    margin: 2px 0 10px 10px;
}

a img.alignnone {
    margin: 2px 15px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 2px 10px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 2px 10px 10px 0;
}

.wp-caption.alignleft {
    margin: 2px 10px 10px 0;
}

.wp-caption.alignright {
    margin: 2px 0 10px 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}