/*
Theme Name:     Fino Child
Theme URI:      http://example.com/
Description:    Tema Child per il tema Fino
Author:         Qui il vostro nome
Author URI:     http://example.com/about/
Template:       fino
Version:        0.1.0
*/

/****HEDAER***/
.top-head {
    border-bottom-color: #fba70f;
    background-color: #fba70f;
}
.top-head {
    border-bottom: 2px solid;
    overflow: hidden;
    border-bottom-color: #fba70f!important;
}
.top-head ul {
    background-color: #fba70f;
}
.btn-fino:before {
    border-bottom-color: #fba70f;
}
.btn-fino:after {
    border-top-color: #fba70f;
}
.logo-header h2 {
    max-width: 100%;
    overflow: hidden;
    margin-right: 20px;
}
ul.menu-wrap.clearfix {
    margin-bottom: 0px;
}
.logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-heading h1 {
	font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 130px;
}
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    text-align: center;
    padding: 100px 0 0px;
    z-index: 0;
}
.menubar .menu-link::before {
	background-color: #fba70f;
}
.menubar .dropdown a{
	background-color: #fba70f;
}
.menubar .dropdown a:hover{
	background-color: #c07d04;
}