/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2021 | 15:25:54 */
/*Geral*/

html.wp-dark-mode-active header.elementor-section {
 	background-color: #333333 !important;
}

html.wp-dark-mode-active footer.elementor-section {
  	background-color: #333333 !important;
}

span {
	color: inherit !important;
  	background-color: transparent !important;
}

/* Search */

html.wp-dark-mode-active form.hfe-search-button-wrapper i {
  	color: #32d8ca !important;
}

html.wp-dark-mode-active form.hfe-search-button-wrapper input {
  	color: #32d8ca !important;
  	background-color: #333333 !important;
}

/* Menu */

html.wp-dark-mode-active div.hfe-nav-menu__toggle i {
  	color: #32d8ca !important;
}

html.wp-dark-mode-active img.hfe-site-logo-img {
	background: url(https://www.c3sl.ufpr.br/wp-content/uploads/2021/09/cropped-logotipo-c3-ufpr3.png) no-repeat;
}

/* links */

html.wp-dark-mode-active a {
    color: #32d8ca !important;
}

html.wp-dark-mode-active a:visited {
    color: #32d8ca !important;
}

html.wp-dark-mode-active a:hover {
    color: #a6e65a !important;
}

html.wp-dark-mode-active .buttonClass a {
	color: white !important;
}

html.wp-dark-mode-active .buttonClass a:visited {
	color: white !important;
}

html.wp-dark-mode-active .buttonClass a:hover {
  	color: black !important;
}

/* widgets/tables */

html.wp-dark-mode-active .widget, .wp-block-table {
  	background-color: #222426 !important;
  	color: white !important;
}

/* post/site content */

html.wp-dark-mode-active .entry-title, .page-title {
	color: #a6e65a !important;
}

html.wp-dark-mode-active .entry-content, .entry-summary, .taxonomy-description {
	color: white !important;
}

html.wp-dark-mode-active .research-project-content > h2 {
	color: #a6e65a !important;
}

html.wp-dark-mode-active .entry-content > h2 {
  	color: #a6e65a !important;
}

html.wp-dark-mode-active .research-project-content > h3 {
	color: #a6e65a !important;
}

html.wp-dark-mode-active .entry-content > h3 {
  	color: #a6e65a !important;
}

/* post/blog area */

html.wp-dark-mode-active pre {
 	background-color: #333333 !important; 
}

html.wp-dark-mode-active table {
 	background-color: #333333 !important; 
}

/* pagination */

html.wp-dark-mode-active .pagination > li > a {
 	background-color: #333333 !important; 
}

html.wp-dark-mode-active .pagination > li.active > a {
 	background-color: #32d8ca !important;
  	color: #333333 !important; 
}

/*Noticias content view*/

html.wp-dark-mode-active ._self:visited {
	 color: #32d8ca !important;
}

html.wp-dark-mode-active ._self {
    color: #32d8ca !important;
}
html.wp-dark-mode-active ._self:hover {
    color: #a6e65a !important;
}

html.wp-dark-mode-active .pt-cv-content {
    color: white !important;
}

html.wp-dark-mode-active ._self.pt-cv-readmore.btn{
	background-color: #00a5bf !important;
	color: black !important;
}

html.wp-dark-mode-active ._self.pt-cv-readmore.btn:hover{
	background-color: #a6e65a !important;
	color: black !important;
}  