html,body {
    font-family: "FrankRuhlLibre",serif;
}
h1, h2 {
    font-family: "FrankRuhlLibre-bold",serif;
    font-weight: 700;
}
a, button, input[type="button"], input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a, a:link, a:active, a:focus, a:visited {
    color: #9d6a32;
    text-decoration: none;
}
a, a:hover, a:focus, a:active {
    outline: 0;
}
a:hover {
    color: #eab317;
}
.top-header {
    padding-bottom: 1rem !important;
    background-image: url('../images/top-line.webp') !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #927658;
    background-color: #ffffff;
}
.top-header strong {
    font-family: "Covered By Your Grace";
    font-size: 1.529rem;
    font-weight: 400;
    position: relative;
    top: 4px;
    margin-right: 3px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: auto;
    margin: 0;

}
.navbar-light .navbar-toggler {
    border: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28157, 106, 50%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#menuMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #1e1d22;
    z-index: 100;
}
#menuMobile .menu_mobile_close {
    display: block;
    width: 5em;
    height: 5em;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

#menuMobile .menu_mobile_close:before, #menuMobile .menu_mobile_close:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 38%;
    top: 50%;
    border-color: #ffffff;
    width: 25%;
    height: 0;
    margin-top: -1px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #fff;

}
#menuMobile .menu_mobile_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menuMobile .menu_mobile_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menuMobile a {
    display: block;
}
#menuMobile .sc_layouts_logo {
    text-align: center;
    margin: 4.4rem 0 0;
    margin-top: 4em;
}
#menuMobile .sc_layouts_logo img {
    width: auto;
    max-height: 70px !important;
}
#menuMobile .menu_mobile_nav_area {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 48%;
    width: 100%;
    height: auto;
    max-height: 49%;
    padding-right: 20px;
    text-align: center;
    overflow-y: scroll;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menuMobile .menu_mobile_nav_area {
    position: relative;
    top: auto;
    max-height: none;
    margin: 4em 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
@media (max-width: 1023px) {
    #menuMobile .menu_mobile_nav_area {
        position: relative;
        top: auto;
        margin: 3em 0 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-height: none;
        padding-right: 0;
        overflow-y: visible;
    }
}
@media (max-width: 479px) {
    #menuMobile .menu_mobile_nav_area {
        margin-top: 2em;
    }
}

/*
#menuMobile .navbar-nav {
    overflow-y: scroll;
    margin-top: 2em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
*/
#menuMobile .menu_mobile_nav_area ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: auto;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#menuMobile .nav-item {
}
#menuMobile .menu_mobile_nav_area li > a {
    font-family: "Oswald",sans-serif;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 1px 2.5em 1px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    width: 15rem;
    text-align: left;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1023px) {
    #menuMobile .menu_mobile_nav_area > ul > li > a {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}
@media (max-width: 479px) {
    #menuMobile .menu_mobile_nav_area > ul > li > a {
        font-size: 18px;
        line-height: 1.5em;
    }
}
/*
#menuMobile a.nav-link {
    font-family: 'Oswald', sans-serif !important;
    padding: 1px 2.5em 1px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 2.5em 1px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    width: 30rem;
    text-align: left;
}*/
#menuMobile .menu_mobile_nav_area li > a.active {
    color: #eab317;
}
#menuMobile .dropdown-toggle::after {
    display: none;
}
#menuMobile .menu_mobile_nav_area .open_child_menu {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 0.9em;
    padding: 0.25em;
    text-align: center;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
#menuMobile .open_child_menu:before {
    font-family: 'fontello';
    content: '\e828';
}
#menuMobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
    content: '\e835';
}
#menuMobile .socials_mobile {
    position: relative;
    bottom: auto;
    margin: 1em 0 0;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
}
#menuMobile .social_item .social_icon {
    color: #eab317;
}
.nav-pills .nav-link{
    padding: 4px 10px;
    border-radius: 10px;
}
.stripe {
    background-image: url('../images/bread.webp') !important;
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.title {
    color: #9d6a32;
}
.sub-title {
    font-family: "Covered By Your Grace" !important;
    color: #eab317;
}
.sub-title:before, .sub-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    max-width: 20px;
    height: 2px;
    background: #eab317;
}
.sub-title:before {
    margin-right: 10px;
}
.sub-title:after {
    margin-left: 10px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #927658;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #927658;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #927658;
}
.form-control {
    border-color: #f8f5f0;
    color: #927658;
    background-color: #f8f5f0;
}
.form-control:focus {
    border-color: #f8f5f0;
    color: #927658;
    background-color: #f8f5f0;
    outline: none;
    box-shadow: none;
}
.form-control:hover {
    color: #927658;
    border-color: #9d6a32;
    background-color: #f8f5f0;
}
.form-control.error {
    border-color: #FF0000;
}
.error {
    color: #FF0000;
}
.btn-primary {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: #f4e9d7;
    background: #f4e9d7 !important;
    color: #9d6a32 !important;
    font-weight: bold;
}
.btn-primary:hover {
    background: #9d6a32 !important;
    border-color: #9d6a32;
    color: #FFF !important;
}
#map {
    height: 600px;
}
.content-marker .info h6 {
    display: inline-block;
    color: #9d6a32;
    font-size: 0.8rem;
}
.content-marker .info p {
    display: inline-block;
    font-size: 0.8rem;
}
.content-marker .info a {
    text-decoration: underline;
}
.bottom-footer {
    background-image: url('../images/footer-line-1.png') !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #927658;
    padding-top:40px;
}

ul.nav.nav-pills li.nav-item a.nav-link {
    font-family: 'Oswald', sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #927658 !important;
    text-transform: uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #F8F5F0 !important;
    color: #9d6a32 !important
}

.section-mappa-container{
    background-image: url('../images/map-header-line.png') !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding-top:40px;

}
.section-mappa-container-footer{
    background-image: url('../images/map-footer-line.png') !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    padding-bottom:40px;
}

.section-mappa{
    background-color: #FAF4F1;
    padding-top:20px;
    padding-bottom:20px;
}

#footer-links{
    color: #927658;
}
#footer-links [class*="col"] {
    border-bottom: 1px solid #e4e9ea;
}
#footer-links [class*="col"]:last-child {
    border: none;
}
#footer-links h3 {
    color: #9d6a32;
    margin-top: 0;
    margin-bottom: 0.75em;
    font-size: 1.059rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    line-height: 1.35em;
}
#footer-links ul{
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px;
}
#footer-links li{
    margin-bottom: 2px;
    line-height: 20px;
}

@media all and (min-width: 992px) {
    .navbar-brand img{
        max-height: 91px;
    }
    ul.nav.nav-pills li.nav-item a.nav-link {
        font-size: 13px !important;
    }
    .navbar .nav-item .dropdown-menu{
        display: none;
    }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{
        display: block;
    }
    .navbar .nav-item .dropdown-menu{
        top: 2.5em;
        left: 50%;
        margin-top: 0;
        border: 0;
        border-radius: 0;
        padding: 1.4em 0;
        width: 9.5em;
        text-align: center !important;
        background-color: #ffe29c;
        box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
        transform: translate(-50%);
    }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin: 0;
        vertical-align: inherit;
        content: "";
        border: 0;
    }

    .navbar .nav-item .dropdown-menu:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -7px;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 13px solid;
        border-bottom-color: #ffe29c;
        margin-left: -13px;
    }

    #footer-links [class*="col"] {
        border-bottom: none;
    }
}
@media all and (min-width: 1200px) {
    ul.nav.nav-pills li.nav-item a.nav-link {
        font-size: 17px !important;
    }
}

