/* 
Theme Name:		 Main Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Main Theme is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 info@addlab.it
Author URI:		 http://childtheme-generator.com/
Template:		 wp_bootstrap_starter
Version:		 1.0.0
Text Domain:	 main-theme
*/

/*
    Add your custom styles here
*/

#ristorante, #siamo, #prenota{
	scroll-margin-top: 100px;
}
.scrollable-section .mobile_content h2 p{
	padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 32.4px;
    color: #fff;
    text-transform: uppercase;
}

.contact_us .title {
    font-size: 64px;
    line-height: 57.6px;
    font-weight: 500;
    font-family: "Alegreya Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
	 padding-bottom: 50px;
}
.contact_us .text {
    padding-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: #fff;
    text-transform: none;
    background-image: url(../img/bg.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    width: 100%;
    padding-right: 50px;
}
.contact_us .button-link {
    background-color: #B0996B;
    color: #fff;
    padding-left: 24px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s, color 0.3s;
    width: fit-content;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .links .link-section .link-item {
        border-bottom: 1px solid #fff;
	}
}