/*
Theme Name:   RistoranteBootstrap
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       admin
Author URL:   Scrivi qui il l'URL  del blog / sito web dell'autore
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  RistoranteBootstrap
*/

/* Scrivi qui il tuo foglio di stile personalizzato */

/* FONT
---------------------------- */

@font-face {
    font-family: EBGaramont;
    src: url(assets/EB_Garamond/EBGaramond-VariableFont_wght.ttf);
}

@font-face {
    font-family: EBGaramont-Italic;
    src: url(assets/EB_Garamond/EBGaramond-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: RobotoCondensedLight;
    src: url(assets/Roboto_Condensed/RobotoCondensed-Light.ttf);
}


html, body, main {
    height:100%;
    min-height: 100%;
}
.h-100 {
    height: auto !important;
}
.h-100-video {
    height: 100% !important;
}
/*
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.bg-gray {
    background-color: #EEEEEE;
}

/* NAV BAR
------------------------------- */
.navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #ddd;
}
.navbar-nav {
    margin: 20px auto 0 auto;
}
.navbarWhite {
	background-color: #FFFFFF !important;
    border-bottom: 1px solid #ddd !important;
}
.nav-link {
    font-size: 1em;
    color: #333333;
    text-align: center;
}

.nav-link:hover {
    color: #000000;
}

.nav-text-link {
    padding-top: 15px;
    padding-right: 1rem !important;
    padding-left: 0rem !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: #666 !important;
    border: 2px solid;
}
.logo-mobile {
    margin: 0 auto;
    position: fixed;
    width: 100px;
    top: 5px;
    display: block;
    left: 0;
    right: 0;
	text-align: center;
}
.logo-mobile > img {
	height: 35px;
}

/* TYPE
-------------------------- */
h1,
h2,
p,
a, a:link {
    font-family: 'EBGaramont';
	color: #0000000 !important;
}
a:hover {
    font-family: 'EBGaramont';
	color: #0000000 !important;
}
h2 {
    font-size: 2.2rem;
    text-align: center;
}

.separe {
    display: block;
    width: 200px;
    height: 10px;
    background-image: url('assets/img/linea-verde.svg');
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 auto 10px auto;
}
.form-group {
	font-family: 'EBGaramont';
	font-size: 1rem;
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	color: #F00000 !important;
}


/* BUTTONS
------------------------ */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 2rem;
    font-family: 'EBGaramont';
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000000 !important;
}

.btn-outline-primary:hover {
    color: #007A4D !important;
    background-color: transparent !important;
    border-color: #007A4D !important;
}
input[type="submit"] {
	font-size: 1.4rem !importnat;
}
/* VIDEO
----------------------- */

.video-background-holder {
    position: relative;
    background-color: black;
    width: 100%;
	height: 650px;
    overflow: hidden;
	background-color: #FFFFFF !important;
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF !important;
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}


/* LAYOUT
---------------------------- */
.col {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-left: 0px;
    padding-right: 0px;
}
input[type="radio"],
input[type="checkbox"]
{
	margin-right: 5px;
}
input[type="submit"]{
	font-family: 'EBGaramont';
}
.radio-control > .first {
	margin-right: 25px;
}
.form-row label {
	width: 100%;
}
label {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}
.container-popup {
	width: 100%;
}

/* HOME
-------------------------------- */
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    padding: 0;
    min-height: 300px;
}

.bg-restourant {
    background-image: url('assets/img/il-ristorante.jpg');
}

.bg-team {
    background-image: url('assets/img/il-team.jpg');
}

.bg-menu {
    background-image: url('assets/img/il-menu.jpg');
}

.bg-map {
    background-image: url('assets/img/map.png');
}
.bg-events {
	background-image: url('assets/img/eventi.jpg');
}

.home-text-right {
    padding: 100px 50px;
    text-align: center;
}

.home-text-right > p,
.home-text-left > p {
    text-align: justify;
	font-size: 1.2rem !important;
}
.home-text-right h2,
.home-text-left h2 {
	font-size: 2.2rem !important;
}
.home-text-left,
.home-text-right {
    padding: 100px 50px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.graphic-home {
    position: absolute;
    bottom: 20px;
}

/* EVENTS
--------------------------------- */
.events-container-full {
    background: #EEEEEE;
    padding: 20px;
}

.owl-theme .item {
    height: 300px;
    background-color: white;
    text-align: center;
}
.animated-modal {
	background: #EEEEEE;
}

/* CAROUSEL
---------------------------------- */




/* CONTATTI
------------------------------------ */
.contact-container p {
    text-align: center !important;
}

/* FORM
------------------------------------- */
#reservation {
    padding-top: 100px;
}
.container-form {
    background-color: #FFFFFF;
    padding: 40px;
}


/* FOOTER
------------------------------------ */
.footer {
    padding: 50px 20px !important;
    background-color: #391d1e !important;
    color: #FFFFFF;
}

.footer p {
    padding-top: 8px;
    font-size: 0.9rem;
    font-weight: 100 !important;
    line-height: 1.4rem;
}
.footer a,
.footer a:link {
    color: #FFFFFF !important;
}
.logo-footer {
    padding-right: 20px;
}





/* GALEERY
-------------------------------- */
#gallery {
    padding-top: 130px;
}
.container-gallery {
    width: 100%;
    /*padding-top: 100%;*/
    /* 1:1 Aspect Ratio */
    position: relative;
    /* If you want text inside of it */

}

.container-gallery img {
    width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.container-gallery img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}


/* RESERVATION
-------------------------------- */
#reservation {
    padding-top: 130px;
}

/* MENU
--------------------------------- */
.content-area {
	margin: 0 auto;
	padding: 100px 20px;
}
.fdm-item-content p {
	font-family: 'EBGaramont-Italic' !important;
}
.fdm-item-panel .fdm-item-title {
	font-weight: 300 !important;
	font-size: 1.2rem;
}



@media (min-width: 768px) {


    .h-100 {
        height: 100% !important;
    }
    .container-popup {
		width: 900px;
	}
	
    /* NAV BAR
    ------------------------------- */
    .navbar {
        background-color: transparent;
        border-bottom: 0px solid #ddd;
    }
    
    .navbar-nav {
        margin: 0 auto;
    }
    .logo-navbar {
        width: 150px;
    }

    .nav-link {
        font-size: 0.9rem !important;
        color: #FFFFFF;
    }

    .nav-link:hover {
        font-size: 0.9rem !important;
        color: #FFFFFF;
    }

    .nav-text-link {
        padding-top: 45px;
        padding-right: 1.2rem !important;
        padding-left: 1.2rem !important;
		font-size: 0.9rem !important;
    }
    .navbarScroll {
        background-color: #FFFFFF !important;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    }
    .navbarScroll .nav-link {
        color: #666666 !important;
    }
    .navbarScroll .nav-link:hover {
        color: #000000 !important;
    }
    .logo-mobile {
        display: none;
    }
    
	.video-background-holder {
    	position: relative;
    	background-color: black;
    	width: 100%;
		height: 100%;
    	overflow: hidden;
	}

	.video-background-holder video {
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	min-width: 100%;
    	min-height: 100%;
    	width: auto;
    	height: auto;
    	z-index: 0;
    	-ms-transform: translateX(-50%) translateY(-50%);
    	-moz-transform: translateX(-50%) translateY(-50%);
    	-webkit-transform: translateX(-50%) translateY(-50%);
    	transform: translateX(-50%) translateY(-50%);
	}
    
    /* HOME
    -------------------------------- */
    .bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #FFFFFF;
        padding: 0;
        min-height: 100%;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
	.home-text-right > p,
	.home-text-left > p {
    	text-align: justify;
		font-size: 1rem !important;
	}
}



/* ICON MOUSE
 * --------------------*/
.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 125px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.grecaptcha-badge{
    visibility: hidden !important;
    opacity:0 !important;
}