/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.menu .menu-link {
    text-transform: uppercase;
		font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.branding .logo img {
    min-height: 66px;
}
.site-footer.clb__dark_section h2 {
    font-family: DM Sans;
    color: #ffffff9c;
    font-size: 20px;
    font-weight: 300;
}
.btn, .button, a.button {
	  font-weight: 500;
}

.site-footer.clb__dark_section span.morada {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}

.site-footer .widgets, .site-footer .color-switcher-item.dark {color:rgba(255,255,255,1)}

.morada a {
    font-size: 14px;
}

.site-footer-copyright a {
    color: #ffffff9c;}

a:not(.-unlink):hover, a:not(.-unlink):active, a:not(.-unlink):focus, a:not(.-unlink).-dashed {
    -webkit-animation: none;
    animation: none;
	background-image: -o-linear-gradient(currentColor 0px, currentColor 100%);
}

.elementor-widget .elementor-icon-list-icon {
     text-decoration: none;
}
.tabelafundos p {
	line-height:1.3;
	margin:0;
}
.header .logo,
.header .logo-mobile {
	position: relative;
  	margin-left: 24px;
}

.header .logo:before,
.header .logo-mobile:before {
	content: "";
	position: absolute;
	//background-color: #D90A2C;
	top: 50%;
	left: -20px;
	height: 12vh;
	width: 11vw;
	transform: translateY(-50%);
	z-index: -1;
}
.page-headline .post-meta-holder, .page-headline .headline-meta {
    font-size: 1.6em;
}
.blackwhite {
  filter: grayscale(100%);
}
a:not(.-unlink) {
  background-position: 0px 120%;
}
/*acessibilidade*/
.nav .current-menu-item > a {
    text-decoration: underline;
}
.header:not(.-mobile) .menu li span:hover {
    text-decoration: underline;
}
.elementor-icon-list-item span {
	text-decoration: underline;
}
.elementor-icon-list-item span:hover {
	color: #fff;
  -webkit-animation: none;
    animation: none;
}




