/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.custom-logo {
	width: 320px;
	height: 95px;
	background: url(https://www.guiaoficialemroma.com.br/templates/masoko/images/logo-green.png) 50% 50% no-repeat;
	background-size: contain;
}

.f-block-headerbar .custom-logo { 
        padding: 0;
	width: 190px;
	height: 40px;
	background: url(https://www.guiaoficialemroma.com.br/templates/masoko/images/logo-green.png) 50% 50% no-repeat;
	background-size: contain;
}

.f-block-headerbar .menu-dropdown a.level1,
.f-block-headerbar .menu-dropdown span.level1 {
        color: rgba(136, 138, 144, 0.88);
        height: 30px;
        padding: 5px 0 5px 0;
        line-height: 30px;
        border-bottom: 1px solid #eaeaea;
}

.f-block-headerbar .menu-dropdown .dropdown {
	top: 51px;
}

.f-block-headerbar .menu-dropdown li.level1.parent:hover:after,
.f-block-headerbar .menu-dropdown li.remain.parent:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 6px;
      border-style: solid;
      border-color: rgb(145, 202, 50) transparent transparent transparent;
      top: 41px;
      left: 43%;
      z-index: 99;
}

.f-block-headerbar .menu-dropdown li.active .level1 {
        position: relative;
        color: rgb(145, 202, 50);
	border-bottom:1px solid rgba(145, 202, 50, 0.79);
}

.f-block-headerbar .menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 {
        color: #86be48;
        border-bottom: 1px solid transparent; 
        border-bottom-color: #86be48;
}