/**
 * Theme Name: Astra Child
 * Author: Brainstorm Force
 * Template: astra
 * Text Domain: astra-child
 * Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,000+ five-star reviews! It's ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, developer-friendly design, and being able to change them exceptionally SEO-friendly. It is fully compatible with WooCommerce, Sensei and other eCommerce plugins and comes with lots of theme-friendly features and templates. Astra also provides expert support for new users. A dedicated team of WordPress experts are on hand to help with every aspect of the theme. Try the lite demo of Astra: https://wpastra.com/theme/astra/
 */

/* 
 * Retirar o width do blog para não afetar os cursos
 */
.ast-article-post {
  width: 100% !important;
}
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary,
.ast-separate-container #primary{
	margin: 0 !important;
	padding: 0 !important;
}

#content a,
#content a:link,
#content a:hover,
#content a:visited,
#content a:active {
	text-decoration: none !important;
}
#content p a:link,
#content p a:visited {
	color: #7575ff !important;
}
#content p a:hover,
#content p a:active {
	color: #4040ff !important;
}

/* Esconder widget de acordo com o idioma */
html:not([lang="en"]) .elem-en {
 display: none !important;
}

html:not([lang="auto"]):not([lang="pt-br"]) .elem-pt {
 display: none !important;
}

/* Estilizar o marcador da tag lista (li) */
li::marker {
    color: #0044A9;
    font-size: 20px;
}

li {
	margin-left: 18px;
}

/* Borda Cards */

.bordaCard {
	border: 1px solid #EAEBEC;
}