@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
.round-foto{
    border-radius: 50%;
}
.dish_title span {
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 18px;
    /*line-height: 18px;*/
    /*color: #000000;*/
    letter-spacing: 0.05em;
    text-transform: none;
    display: inline-block;
    line-height: 30px;
	
	font-weight: 400;
    margin: 0;
    padding: 12px 0 30px 0;
	
    
    color: #8A8A8A;
    font-family: 'Jost', sans-serif;
}
.food_video {
    background-image: url(../images/video/video_background.jpg);
    padding: 85px 0 100px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    width: 100%;
}
.foholic_reservation {
    background-image: url(../images/reservation/reservation_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    align-content: center;
    padding: 100px 0;
    position: relative;
}
.footer-area {
    background-image: url(../images/footer/footer-background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 100px 0 100px 0;
    position: relative;
}
h1, h2{
    font-family: 'EB Garamond', serif;
}
.colorfff {
    color: #ffffff;
}
.thefork{
    width: 100%;
    border: none;
    overflow: scroll;
    height: 552px;
}
.item-divider {
    flex: 1;
    border-bottom: none;
    margin: 0 15px;
}

#security_code_ins{
    width: 100%;
}
.consenso{
        text-transform: inherit;
    font-size: 15px;
}
#privacy{
    margin-right: 20px;
}

.row-privacy{
    display: flex;
    margin: 30px 0px;
}

.w100{
    width: 100%;
}
.mb30{
    margin-bottom: 30px;
}
.ptop20{
    padding-top: 20px;
}
.box-error{
    color: #cf0000;
}
.box-error2{
    color: #cf0000;
    margin-top: -25px;
}
@media (max-width: 991px){
    .box-error2{
        margin-top: -15px;
    }
}
.chef-sub-header {
    background-image: url(../images/sub-header/chef-header.jpg);
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 530px;
    max-height: 700px;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    z-index: 999999;
    display: none;
    overflow-y: auto;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: black;
    color: white;
    border-radius: 100%;
    padding: 4px;
    height: 30px;
    width: 30px;
    font-size: 25px;
    line-height: 20px;
}
.cta{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #0b336a;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
}
@media (min-width: 768px){
    .cta{
        display: none;
    }
}
.scroll-top {
    background-color: #0b336a;
}

@media (max-width: 1199px){
    .foholic-menubar .line-menu {
        background-color: #0b336a;
    }
}
.swiper-button-next, .swiper-button-prev{
    background-color: #0b336a;
}
.menu-wrap .menu-table {
    border: 1px solid #fcbf44;
}
h2 {
    color: #0b336a;
}
.footer-area span {
    color: #fcbf44;
}
footer a:hover {
    color: #fcaf25;
    cursor: pointer;
}
.consenso a{
    text-decoration: underline !important;
}
