/*
Theme Name: Sintaj - Divi Child
Theme URI: https://danjooweb.com.br
Version: 1.0
Description:
Author: danjoo web
Author URI: https://danjooweb.com.br
Template: Divi
License: GNU General Public License v2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
*/

/*@import url("../Divi/style.css");*/

#top-header{
	background-color: #000 !important;
}
#main-header{
	background-color: #FFF !important;
}

.et_pb_section_0.et_pb_section{
	background: #FFF !important;
}

.top_menu_wrapper {
    background-color: #D70303;
}
@media screen and (max-width: 980px){
    .top_menu_wrapper {display: none;}
}

.top_menu_page_wrapper {
    margin-top: -20px;
}
.top_menu_page_wrapper .container{
    padding-top: 0 !important;
}
.top_menu_page {
    background-color: #D70303;
}
.top_menu_page li.current_page_item a,
.top_menu_page li.current-menu-item a{
	color: #ffcb08 !important;
}

#top_menu li {
    display: inline-block;
}
#top_menu li a {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 980px){
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
        max-height: 70%;
    }
}

.et_mobile_menu {
    border-color: #D70303 !important;
}

.mobile_menu_bar:before {
    color: #D70303 !important;
}

@media screen and (min-width: 769px){
    .wrapper_destaques_home .et_pb_code_0 {
        margin-right: 15px !important;
    }
}

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

    #top_menu li {
        width: 100%;
    }
    #top_menu li a {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 980px){
    #top-menu.top_menu_nm {
        display: block !important;
    }   
    #top-menu {
        display: none;
    }   
}

@media screen and (max-width: 979px){
    #top-menu.top_menu_nm {
        display: none !important;
    }
}

.et_pb_widget_area_left {
    padding-right: 0 !important;
    border-right: none !important;
}

#main-content .container:before {
    display: none !important;
}

#left-area {
    margin-bottom: 100px;
}

@media only screen and (max-width: 980px) {
/* Changes mobile logo to specified image */
    #logo {
        content: url("https://sintaj.org/wp-content/uploads/2019/02/logo_mobile_25.png");
    }

    #left-area {
        float: left !important;
    }
}

/* SLIDE DESTAQUES */
.destaque-carousel {
    display: block;
    list-style: none;
    padding: 0 !important;
    width: 100%;
}
.destaque-carousel li {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.destaque-carousel .sc_post_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
    font-size: 1.7em;
    line-height: 110%;
    color: #fff;

    background : -moz-linear-gradient(50% 100% 90deg,rgba(26, 26, 26, 1) 0%,rgba(26, 26, 26, 0) 100%);
    background : -webkit-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(26, 26, 26, 1) ),color-stop(1,rgba(26, 26, 26, 0) ));
    background : -o-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -ms-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#1A1A1A' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A',endColorstr='#1A1A1A' , GradientType=0);
}
.destaque-carousel .sc_post_thumbnail{
    width: 100%;
    height: 400px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.destaque-carousel .sc_post_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.owl-dots {
    margin-top: 10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border: 1px solid #999;
    background-color: #444;
}
.owl-dots .owl-dot.active {
    background-color: #ddd;
}


@media screen and (max-width: 768px){
    .destaque-carousel {
        margin-bottom: 50px;
    }

    .owl-dots {
        text-align: center;
    }
}
@media screen and (max-width: 425px){
    .destaque-carousel .sc_post_thumbnail {
        height: 300px;
    }

    .destaque-carousel .sc_post_title {
        font-size: 1.2em;
        line-height: 120%;
    }
}

/* TITULOS */


/* CONVENIOS PAGE Categories */
.convenios-page {
    width: 100%;
    list-style: none;
    display: block;
    padding-left: 0 !important; 
}
.convenios-page li {
    position: relative;
    display: inline-block;
    width: 31.713%;
    height: 225px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.convenios-page li:last {
    margin-right: 0;
}
.convenios-page h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    width: 100%;
    padding: 30px 15px;
    color: #fff;
    z-index: 99;

    background : -moz-linear-gradient(50% 100% 90deg,rgba(26, 26, 26, 1) 0%,rgba(26, 26, 26, 0) 100%);
    background : -webkit-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(26, 26, 26, 1) ),color-stop(1,rgba(26, 26, 26, 0) ));
    background : -o-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -ms-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#1A1A1A' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A',endColorstr='#1A1A1A' , GradientType=0);
}

.convenios-page li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

@media screen and (max-width: 425px) {
    .convenios-page li {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (min-width:426px) and (max-width: 1024px) {
    .convenios-page li {
        width: 48%;
    }
}

/* CONVENIOS WIDGET */
.convenios-wrapper {
    width: 100%;
    display: block;
}
.convenios-wrapper .item {
    position: relative;
    width: 100%;
    height: 200px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.convenios-wrapper .item .convenio-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;

    background : -moz-linear-gradient(50% 100% 90deg,rgba(26, 26, 26, 1) 0%,rgba(26, 26, 26, 0) 100%);
    background : -webkit-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(26, 26, 26, 1) ),color-stop(1,rgba(26, 26, 26, 0) ));
    background : -o-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -ms-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#1A1A1A' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A',endColorstr='#1A1A1A' , GradientType=0);
}
.convenio-content .convenio-titulo {
    font-size: 1.1em !important;
    color: #fff;
    display: block;
}
.convenio-content .convenio-categoria {
    display: block;
    margin-bottom: 5px;
    color: #eee !important;
    font-size: 0.9em;
    font-weight: bold;
}
.convenio-content .convenio-desconto {
    display: block;
    color: #D70303;
    font-size: 1.6em;
    font-weight: bold;
}
.convenios-wrapper .owl-dots {
    text-align: center;
}

/* WIDGET */
.widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.widgettitle {
    padding-bottom: 0px !important;
    color: #D70303;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em !important;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #D70303;
}
.widgettitle span {
    padding: 3px 5px 3px 0;
    background-color: #fff;
}

/* MENU WIDGET */
.sidebar-menu, .widget .menu {
    list-style: none !important;
    padding: 0 !important;
}
.sidebar-menu li,
.widget_categories li,
.widget .menu li{
    margin-bottom: 3px;
}
.sidebar-menu li a,
.widget_categories a,
.widget .menu a{
    display: block;
    padding: 15px;
    background-color: #D70303;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.sidebar-menu li a:hover,
.widget_categories a:hover,
.widget .menu a:hover{
    background-color: #920202
}
.sidebar-menu ul.children {
    padding-left: 10px;
    margin-top: 3px;
}
.sidebar-menu ul.children li a {
    padding: 10px 15px;
    background-color: #920202;
}

/* CONVENIOS CONTENT */
article.convenios {
    width: 95%;
    float: left;
    margin-bottom: 50px;
    font-size: 0.9em;
    line-height: 130%;
    text-align: left !important;
    border-left: 10px solid #eee;
    padding-left: 30px;
}
article.convenios h1{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}
article.convenios .convenio-thumbnail {
    position: relative;
    width: 40%;
    height: 200px;
    float: left;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
article.convenios .convenio-thumbnail a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

article.convenios .convenio-desconto {
    display: block;
    color: #D70303;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 15px;
}
article.convenios .entry-content * {
    text-align: left !important;
}

@media screen and (max-width: 425px){
    article.convenios {
        width: 100%;
        border-left: 7px solid #eee;
        padding-left: 15px;
    }
}

/* HEADER CONTENT POST */
.stg_header_content {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.stg_header_content .container {
    position: relative;
    height: 350px;
}
.stg_header_content h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    color: #fff;
    z-index: 100;
}
.stg_header_content h1 span {
    font-size: 0.6em;
}
.stg_header_content .header_bg_shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 99;

    background : -moz-linear-gradient(50% 100% 90deg,rgba(26, 26, 26, 1) 0%,rgba(26, 26, 26, 0) 100%);
    background : -webkit-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(26, 26, 26, 1) ),color-stop(1,rgba(26, 26, 26, 0) ));
    background : -o-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    background : -ms-linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#1A1A1A' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A',endColorstr='#1A1A1A' , GradientType=0);
}

@media screen and (max-width: 425px){
    .stg_header_content .container {
        height: 200px;
    }
}

/* POSTS Notícias*/
.home-posts.sc_posts,
.page-posts.sc_posts {
    width: 100%;
    list-style: none !important;
    padding-left: 0;
    float: left;
}
.home-posts .sc_post,
.page-posts .sc_post,
.page-posts article {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}
.home-posts .sc_post_thumbnail,
.page-posts .sc_post_thumbnail{
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-posts .sc_post_thumbnail{
    width: 30%;
    height: 200px;
}
.home-posts .sc_post_thumbnail{
    width: 60%;
    height: 150px;
}
.home-posts .sc_post_title{
    font-size: 1.2em;
    line-height: 120%;
}
.page-posts .sc_post_title {
    font-size: 1.3em;
    line-height: 130%;
}
.home-posts .sc_post_excerpt{
    font-size: 0.9em;
    line-height: 150%;
}
.page-posts .sc_post_excerpt {
    font-size: 1em;
    line-height: 150%;
}

.widget .sc_post_thumbnail,
.widget .sc_post_title {
    width: 100%;
}
.widget .sc_post_thumbnail {
    margin-bottom: 10px;
}
.widget .sc_post {
    padding-bottom: 10px;
}

@media screen and (max-width: 768px ){
    .home-posts .sc_post_thumbnail,
    .page-posts .sc_post_thumbnail{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* SIDEBAR */
#sidebar {
    padding-left: 0 !important;
}


/* COLUNISTAS */
.colunistas-wrapper .colunistas-item {
    position: relative;
    padding: 0 10px 0 0;
    margin-bottom: 3px;
    float: left;
    width: 100%;
    background: #eee;
}
.colunistas-wrapper .colunistas-item img {
    margin-right: 10px;
    width: 60px;
    float: left;
    border-right: 2px solid #fff;
}
.colunistas-wrapper .colunistas-item .tematica{
	color: #d70303 !important;
	
}

.colunistas-item .colunista-nome {
    margin-top: 10px;
    font-size: 0.9em;
    text-transform: capitalize;
}
.colunistas-item .colunista-formacao {
    font-size: 0.8em;
    text-transform: capitalize;
    color: #999;
}
.colunistas-item span{
	
}
.colunistas-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

span.colunista-avatar {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
h2.colunista-nome {
    font-size: 1.5em;
}
.colunista {
    text-align: center;
    padding-bottom: 40px;
}
.colunista p {
    text-align: justify;
    font-size: 0.9em;
    line-height: 160%;
}


/* PAGINAÇÃO */
.custom-pagination {
    float: left;
    width: 100%;
}
.custom-pagination .page-numbers {
    display: inline-block;
    padding: 10px 17px;
    margin: 2px;
    color: #999;
    font-weight: bold;
    background-color: #eee;
}
.custom-pagination a.page-numbers:hover {
    color: #fff;
    background-color: #D70303; 
}
.custom-pagination .page-numbers.current{
    color: #eee;
    background-color: #666;
}

/* FOOTER */
.footer-widget .widget_nav_menu{
    width: 100%;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}
#main-footer .footer-widget h4 {
	color: #d70303 !important;
}

/* PROCESSOS */
.processo {
    width: 90%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd;
}
.processo h1 {
    font-size: 20px;
}
.processo .processo-relator span,
.processo .processo-numero span,
.processo .processo-assunto span,
.processo .processo-objetivo span,
.processo .processo-status span{
    font-weight: bold;
    color: #333;
}

/* REVISTA VIRTUAL PAGE */
.revistas-page {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.revistas-page .revista {
    position: relative;
    width: 23%;
    min-height: 335px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    background-color: #ddd;
}

.revistas-page .revista h1{
    font-size: 0.8em;
    padding: 5px;
}
.revistas-page .revista a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

@media screen and (max-width: 425px) {
    .revistas-page .revista {
        width: 65%;
        margin: 0 17.5% 10px 17.5%;
    }
}

@media screen and (min-width:426px) and (max-width: 1024px) {
    .revistas-page .revista {
        width: 45%;
    }
}

@media screen and (min-height: 1025px){
    .revistas-page .revista:nth-child(4n) {
        margin-right: 0;
    }
}

/* REVISTA VIRTUAL WG */
.revista-single .entry-title{
    font-size: 1.5em;
}
/* REVISTA VIRTUAL WG */
.revistas-wrapper {
    width: 100%;
}
.revistas-wrapper .revista-item {
    position: relative;
    width: 100%;
}
.revistas-wrapper .revista-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.revistas_link {
    display: block;
    width: 100%;
    margin-top: 3px;
    padding: 7px;
    background-color: #ddd;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

/* AGENDA WIDGET */
.agenda-wrapper {
    width: 100%;
    list-style: none !important;
    padding: 0 !important;
}
.agenda-evento {
    float: left;
    width: 100%;    
    background-color: #eee;
    margin-bottom: 3px;
}
.agenda-evento .evento-titulo {
    font-size: 0.8em !important;
    padding: 10px;
    font-weight: normal;
}
.agenda-evento .evento-data {
    display: block;
    float: left;
    width: 30%;
    margin-right: 10px;
    padding: 10px;
    color: #fff;
    background-color: #D70303;
    text-align: center;
    
}
.agenda-evento .evento-data .data-dia {
    font-size: 1.6em;
    line-height: 1em;
    display: block;
}
.agenda-evento .evento-data .data-mes_ano {
    font-size: 0.55em;
    line-height: 1em;
    display: block;
}

/* TV SINTAJ */

.widget .epyt-pagination {
    display: none;
}
.widget .epyt-gallery-img-box {
    width: 100% !important;
    max-width: 100% !important;
}
.widget .epyt-gallery-list {
    margin-bottom: 0 !important;
}
.widget .tv_link {
    display: block;
    width: 100%;
    margin-top: 3px;
    padding: 7px;
    background-color: #ddd;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

/* GALERIA DE IMAGENS FLICKR */
.flickr_badge_image {
    width: 25%;
    margin: 0 !important;
    padding: 5px;
}
li.flickr_badge_image a, li.flickr_badge_image img {
    width: 100%;
}
/*remove link no fim*/
div#zflickr-2 > a:last-child {
    display: none;
}


/* newletter */
.widget_wysija_cont {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #ddd;
}
.widget_wysija_cont input[type="text"]{
    width: 100%;
    padding: 5px;
}
.widget_wysija_cont input[type="submit"]{
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #333;
}

/* POSTS RELACIONADOS */
.yarpp-related {
    border-top: 1px solid #999;
    margin-top: 50px !important;
    padding-top: 20px;
}
.yarpp-related ul {
    list-style: none;
    display: block;
    margin-top: 30px;
    padding: 0 !important;
    width: 100%;
}

.yarpp-related li{
    width: 150px;
    margin-right: 20px;
    display: inline-block;
}
.yarpp-related a{
    font-size: 14px;
    color: #333;
    line-height: 150%;
}
.yarpp-related span{
    display: block;
}
.yarpp-related img{
    margin-bottom: 20px;
}

/* ARTIGOS */
.sc_author a{
    font-size: 0.5em;
    color:#D70303;
}
.colunistas_link_wg{
    float: left;
    width: 100%;
    margin-top: 3px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #D70303;
}

/* BUTTOM */

.stj_btn {
    display: inline-block;
    padding: 10px 40px;
    margin: 40px auto;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #920202;
}


/* SEARCH */
input#searchsubmit {
    display: none;
}
.search_page_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #eee;
}
@media only screen and (min-width: 981px){
	
	
}
