/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
body.login p#nav a,  .login #nav a { color: #fff!important; font-size: 18px;}
body.login p#backtoblog a { color: #fff!important; font-size: 18px;}

/* teste final */

.menu-item-trp-language-switcher .trp-ls-language-name + .trp-ls-language-name::before,
.menu-item-trp-language-switcher a + a::before {
    content: " | ";
    margin: 0 6px 0 4px;
}


.scroll-logo {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

body:not(.has-scrolled) .scroll-logo {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
