/**
Theme Name: Fato Relevante
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Thema da Fato Relevante
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fato-relevante
Template: astra
*/

/* HELPER PARA AJUDAR NO BLOCO DE TRADUÇÕES */

body:not(.elementor-editor-active) .hide-language{
    display: none;
}

html:lang(en-US) .show-in_en-US{
    display: block !important;
}
html:lang(pt-BR) .show-in_pt-BR{
    display: block !important;
}



/*
 * Removendo as bordas dos links
 */

a:focus { outline: 0; }
a:hover, a:active, a:focus, a:link, a:visited, button:focus {
    outline: 0;
    outline: 0 !important;
    outline-style:none;
	border: 0;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus{border-style: none;}

/* PERSONALIZAÇÃO DO MENU */
.main-navigation ul li:not(:first-child):before{ content: "|"; color: #d22128; position: absolute; }

/* TAG CLOUD - HOME */
ul.tag-cloud{ 
    list-style-type: none; 
    font-size: 32px;
    line-height: 42px;
}
ul.tag-cloud li{ display: inline; }
ul.tag-cloud li::after{
    content:"/";
    color: #cb0019;
    padding: 0 5px;
    font-weight: 500;
}
ul.tag-cloud li.size-1{
    font-weight: 700;
}
ul.tag-cloud li.size-2{
    font-weight: 300;
    color: #cb0019;
    font-style: italic;
}
ul.tag-cloud li.size-3{
    font-weight: 500;
    color: #252c30;
}
ul.tag-cloud li.size-4{
    text-transform: uppercase;
}

/* FOOTER CLASS */
.footer-title{ color: #d22128;}
#astra-footer-menu li{ padding: 0 0 10px 0;}
#astra-footer-menu li a{ padding-left: 1rem;}
#astra-footer-menu li:before {content: ">"; padding-right: 5px; color: #d22128; position: absolute;}

@media only screen and (max-width: 600px) {
    ul.tag-cloud{ font-size: 20px; 	line-height: 28px; }
	.main-navigation ul li:not(:first-child):before{ content: ""; color: #d22128; position: absolute; display:none; }
}