/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************

COLORS

DARK GREEN: #01652d
GREEN: #799c13
DARK: #444

**********************/





/*********************
GENERAL STYLES
*********************/

/* FONT PRINCIPALE */
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table {
    font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 3.0em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2.1em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

p {
    font-size: 1.2em;
    color: #444;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1em;
    color: #444;
}
table {
    font-size: 1.1em;
    color: #444;
    line-height: 1.3em;
}

a { color: #799c13; }
    a:hover { color: #ccc; }

button, .button,
button:visited, .button:visited {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 9px;
    background-color: #799c13;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
    button:hover, .button:hover,
    button:focus, .button:focus {
        background-color: #01652d;
    }

    @media (max-width:48em) {
        h1 { font-size: 2em; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.6em; }
        h4 { font-size: 1.5em; }
        h5 { font-size: 1.4em; }
        h6 { font-size: 1.3em; }
        p, ul, table { font-size: 1em; }
        button, .button { }
    }
.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  color: #fefefe;
  background-color: #01652d;
}


/*********************
MENU
*********************/

#masthead {
    position: fixed;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    background-color: rgb(44,44,44,0.1);
    border-bottom: 1px solid transparent;
    -webkit-transition: background 1s;
    transition: background 1s;
}
    .darkHeader {
        /*-border-bottom: 1px solid #799c13 !important;*/
        background-color: #444 !important;
    }
.top-bar {
    padding: 0;
    background-color: transparent;
}
.top-bar ul {
    background-color: transparent;
}
.top-bar img {
    max-height: 45px;
}
#masthead a {
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
}
.menu .active>a {
    color: #799c13;
    border-bottom: 1px solid #799c13;
    background-color: transparent;
}
.menu a {
    padding: .1rem 1rem;
}
/* MENU SENZA LOGO GREENBAR */
.show-for-medium, show-for-small-only {
    margin-right: auto;
    margin-left: auto;
    padding: 0.5em;
}
.show-for-small-only {
    display: block;
    width: 100%;
}

/* MENU MOBILE */

.top-bar .show-for-small { width: auto; margin: 0 auto; }
ul.menu li.menu-item {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
@media (max-width:48em) {
    .top-bar .show-for-small { width: 100%; }
    .menu a { padding: .3rem 1rem; }
}

#masthead .is-accordion-submenu {
    background-color: #444;
}
.vertical.menu.accordion-menu {
    margin: auto;
}
a.mobilemenubutton i {
    font-size: 1.3em;
}
a.mobilemenubutton {
    /*
    position: fixed !important;
    top: 0;
    margin-top: 5px;
    */
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 35px;
    padding: 7px;
    border-radius: 30%;
    /* background-color: rgba(255,255,255,.7) !important; */
}
a.mobilemenubutton::after {
    display: none !important;
}


/*********************
MAIN CONTENT
*********************/

.inner-content,
.main {
    width: 100% !important;
    margin: 0 auto!important;
    padding: 0 !important;
}
.boxcontent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

/*********************
SLIDE

Realizzato con Orbit
di Foundation
*********************/

/* Attivo su Home */
/*
#slide_home {
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image {
    height: 100vH;
}
.orbit-image {
    object-fit: cover;
}
.orbit-caption {
    position: absolute;
    height: auto;
    background-color: transparent;
    bottom: auto; // Correzione
    margin-bottom: auto; // Correzione
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (min-width:48em) {
        .orbit-caption { max-width: calc(100% - 80px); }
        
    }
.orbit-caption h2,
.orbit-caption .button_figcaption {
    display: block;
    text-align: center;
}
    @media (max-width:48em) {
        #intro .title_figcaption { font-size: 2.8em; }
    }
.orbit-caption .title_figcaption,
.orbit-caption .button_figcaption {
    display: block;
    color: #fff;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
.orbit-caption h2 {
    text-transform: uppercase;
    font-size: 1.7em;
}
.orbit-controls button,
.orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        .orbit-controls button { display: none; }
    }
.orbit-caption .title_figcaption {
    font-size: 3.2em;
    font-family: 'URWClassicoRegular', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        .orbit-caption .title_figcaption { font-size: 2.5em; }
    }
.orbit-caption .title_figcaption span {
    display: block;
}
.orbit-caption .button_figcaption {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    text-transform: uppercase;
}
.orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}
.orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
}
*/


/*********************
ALTRI BOX 
*********************/

/* SFONDO PUNTINATO */
.dotoverlay {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .3);
    background-size: 2px 2px;
    background-repeat: repeat;
}

/* BOX A TUTTO SCHERMO */
.boxfullheight {
    display: table;
    width: 100%;
    height: 100vH;
}
    @media (max-width:48em) {
        .boxfullheight {
            padding: 0;
        }
    }

/* BOX A ALTEZZA VARIABILE */
.boxtable {
    display: table;
    width: 100%;
    height: 100%;
}

/* CONTENITORE TESTI */
.boxcentercell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/*********************
SEZIONI SU HOME
*********************/

/* INTRO in Home */
#intro img {
    width: 85%;
    max-width: 500px;
}
    @media (max-width:48em) {
        #intro img {
            width: 95%;
            max-width: 95%;
        }
    }
#mainimage img.page_logo {
    width: 85%;
    max-width: 500px;
    padding-bottom: 15px;
}
    @media (max-width:48em) {
        #mainimage img.page_logo {
            width: 95%;
            max-width: 95%;
        }
    }
#intro p.payoff {
    color: #fff;
    padding-top: 1em;
    padding-bottom: 2em;
    font-size: 1.2em;
    text-transform: uppercase;
}
#mainimage p.page_payoff {
    color: #fff;
    padding-top: 0;
    padding-bottom: 25px;
    font-size: 1.2em;
    text-transform: uppercase;
}
.intro_BG {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_home.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1;
}
#intro .services,
#mainimage .services {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#intro .services h2,
#mainimage .services h2 {
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
    @media (max-width:40em) {
        #intro .services h2,
        #mainimage .services h2 {
            font-size: 0.8em;
            letter-spacing: 1px;
        }
    }
#intro .services i,
#mainimage .services i {
    color: #fff;
    font-size: 5rem;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    padding: 0;
}
    @media (max-width:40em) {
        #intro .services i,
        #mainimage .services i {
            font-size: 3rem;
        }
    }

/*  SERVICE in Home */
#service_sec {
    margin: 0;
    padding: 0;
}
.service_section h3,
.service_section p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#service_sec .grid-x {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#service_sec .service_left,
#service_sec .service_right {
    width: calc(100% - 19px);
    margin-top: 19px;
    margin-bottom: 19px;
    overflow: hidden;
}
#service_sec .service_left {
    margin-left: 19px;
    margin-right: 0;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
#service_sec .service_right {
    margin-left: 0;
    margin-right: 19px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}
    .breakfast_BG {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC02732.jpg');
    }
    .lunch_BG {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC02779.jpg');
    }
    .pastry_BG {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC00361.jpg');
    }
    .appetizer_BG {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC00767_16_9.jpg');
        background-position: top !important;
    }
    .greaneat_BG_1 {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC03181_19_9_a.jpg');
    }
    .greaneat_BG_2 {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC01702.jpg');
    }
    .greaneat_BG_3 {
        background-image: url('https://green-bar.net/wp-content/uploads/DSC03181_19_9_b.jpg');
    }
#service_sec .boxtable {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .3);
}

/* LOCATION in Home */
#location {
    padding: 150px 0;
    background-image: url(../images/bg_5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#location h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
#location .map-marker {
    color: #fff;
    font-size: 4em;
    text-align: center;
    padding-bottom: 20px;
}
#location h3 {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
}
#location p {
    color: #fff;
    font-size: 1em;
    text-align: center;
}




/*********************
PAGINE
*********************/

#mainimage {
    width: 100%;
    height: 100vH;
    max-height: 1200px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mainimage.list {
    height: 50vH !important;
}
#mainimage img {
    width: 85%;
    max-width: 500px;
}
    @media (max-width:48em) {
        #mainimage img {
            width: 95%;
            max-width: 95%;
        }
    }
#mainimage p {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}
article h1 {
    text-align: center;
    padding-top: 3em;
    padding-bottom: 0;
}
.line-title {
    display: block;
    width: 70%;
    max-width: 300px;
    height: 1px;
    background-color: #799c13;
    margin: 30px auto 70px auto;
    
}
article .entry-content {
    padding-bottom: 2em;
}
article .article-footer {
    padding-bottom: 2em;
}



/*********************
LOCATION
*********************/

#otherlocation {
    margin: 70px auto;
    padding: 70px 0;
    background-color: #eee;
}
#otherlocation .cell {
    text-align: center;
}
#locationpage h2, #locationpage h3, #locationpage h4, #locationpage p { text-align: center; }
#locationpage h3 {
    margin-top: 70px;
    margin-bottom: 40px;
}
#locationpage h4 {
    font-size: 1.2rem;
    color: #799c13;
    margin-top: 20px;
    margin-bottom: 0;
}
#locationpage div.lacation_img_bg {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#locationpage .address i { color: #799c13; }
#locationpage span.white_space { color: transparent !important; }
/*
#locationpage .bglocation1 {
    background-image: url(../images/GreenBar-Via-Vanoni-Tortona.jpg);
}

#locationpage .bglocation2 {
    background-image: url(../images/GreenBar-Oasi-Tortona.jpg);
}
#locationpage .bglocation3 {
    background-image: url(../images/GreenBarAlessandria.jpg);
}
*/
#locationpage .cell:hover span,
#locationpage .cell:focus span {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#locationpage .form_title {
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
}
    @media (max-width:40em) {
        #locationpage .form_title  { padding-top: 50px; }
    }



/*********************
GALLERY
Pagine con GALLERY: Bar Ristorante, Pasticceria, ecc...
*********************/

#gallerybox {
    margin-top: 70px;
}
#gallerybox .cell {
    padding-bottom: 40%; /* Determino l'altezza della cella */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    @media (max-width:48em) {
        #gallerybox {
            margin: 0 8px;
        }
        #gallerybox .cell  {
            padding-bottom: 70%; /* Determino l'altezza della cella */
        }
    }



/*********************
LISTA COCKTAIL & MENU
*********************/

#menu_list,
#cocktail_list {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#menu_list .grid-x,
#cocktail_list .grid-x {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #799c13;
}

#menu_list .menu_title,
#cocktail_list .menu_title { text-align: center !important; }
#menu_list.green_eat_menu .menu_title {
    color: #799c13;
    text-transform: none;
}

#menu_list p,
#cocktail_list p { margin-bottom: 0; }

#menu_list p.item_name,
#cocktail_list p.item_name { font-weight: 700; }

#cocktail_list p span.alcol_free_icon img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

#menu_list p.item_price,
#cocktail_list p.item_price { font-weight: 700; text-align: right; }
    #menu_list p.item_price::before,
    #cocktail_list p.item_price::before { content: '€ '; }

#menu_list p.item_description,
#cocktail_list p.item_description { font-size: 1rem; }

#menu_list p.item_note { color: #999; font-size: 1rem; }

#legend_list {
    border-radius: 9px;
    border: 1px solid #799c13;
    padding: 25px 15px;
    margin-top: 60px;
    margin-bottom: 40px;
}
#legend_list .grid-x { border-bottom: 0; }
#legend_list p.legend_title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#legend_list p { font-size: 0.8rem; }
#legend_list p span.alcol_free_icon img {
    width: 30px;
    height: 30px;
}
#legend_list p span.alcol_free_text {
    text-transform: uppercase;
}

#nav_menu_item {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 20px;
    background-color: #799c13;
}
#nav_menu_item .cell { text-align: center; }
#nav_menu_item a {
    display: inline-block;
    overflow: hidden;
}
#nav_menu_item i {
    color: #fff;
    padding: 10px 15px  5px 15px;
}



/*********************
PAGINA NEWS
*********************/

#newspage {
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#newspage > .cell {
    border: 1px solid #334d87;
    margin-bottom: 50px;
    background-color: #fff;
}
    #newspage > .cell:hover {
        background-color: #f0f0f0;
    }
#newspage .imagebox, #newspage h2, #newspage p {
    display: block;
    position: relative;
    width: 100%;
}
#newspage .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}
#newspage h2.looptitle {
    position: absolute;
    font-size: 1em;
    color: #fff;
    width: 75%;
    padding: 0.5em;
    bottom:15%;
    right: -10px;
    background-color: #799c13;
}




/*********************
SINGLE NEWS
*********************/

.newsheader {
    width: 100%;
    max-height: 70vH;
}
.newsheader img {
    width: 100%;
    max-height: 70vH;
    object-fit: cover;
}
.byline {
    padding-top: 1em;
}
.single-title {
    padding-top: 1em;
    padding-bottom: 1em;
}



/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    margin-top: 0;
    padding-top: 4em;
    background-color: #222;
}
.footer .inner-footer {
    max-width: 1200px;
    margin: auto;
}
.footer .companyinfo h6, .footer .companyinfo p, .footer .companyinfo a {
    color: #799c13;
    font-size: 1em;
    text-align: center;
}
.footer .companyinfo {
    padding-top: 2em;
    padding-bottom: 4em;
}
.footer .companyinfo h6 {
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0;
}
.footer .socialicons p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.footer a { text-decoration: underline; }
.footer .socialicons span.social_divider {
    font-size: 3rem;
    vertical-align: middle;
    width: 1px;
    border-right: 1px solid #799c13;
    margin: 0 15px;
    padding: 0 !important;
}
    @media (max-width:40em) {
        .footer .socialicons span.social_divider {
            margin: 0 5px;
        }
    }
.footer .socialicons a {
    display: inline-block;
    color: #799c13;
    padding: 15px 10px;
    text-decoration: none;
}
    .footer .socialicons a:hover {
        color: #ccc;
    }
.footer .socialicons i {
    font-size: 3rem;
    vertical-align: middle;
}
    @media (max-width:40em) {
        .footer .socialicons i {
            font-size: 1.6rem;
        }
    }
.footer .socialicons span.social_name { padding-left: 10px; vertical-align: middle; }
.footer .credits p {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}
.footer .credits a {
    color: #999;
}
    .footer .credits a:hover {
        color: #ccc;
    }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */




/*********************
 PLUGIN
 *********************/

/* NEXT GEN GALLERY */
.ngg-galleryoverview {
    text-align: center;
}
.ngg-gallery-thumbnail-box {
    float: none !important;
    display: inline-block !important;
}
.ngg-gallery-thumbnail {
    border: none !important;
}


/* FB & INSTAGRAM FEED */
.socialfeed, 
#sb_instagram {
    background-color: #222;
}
    @media (max-width:40em) {
        .socialfeed {
            margin: 0px auto!important;
            padding: 0px !important;
        }
    }
#sb_instagram p {
    color: #ccc;
}
iframe#instagram-embed-0,
iframe.instagram-media {
    margin: auto !important;
}
.socialfeedbox {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    padding: 10px;
}
    @media (max-width:40em) {
        .socialfeedbox {
            width: 300px;
            padding: 0px;
            margin-bottom: 25px;
        }
    }

/* CONTATTI */
.reservetionBox {
    border: 1px solid #799c13;
    border-radius: 7px;
    background-color: #fcfcfc;
}
div.wpcf7 .ajax-loader {
    display: block;
}
.wpcf7-form-control {
    color: #444;
    margin-bottom: 5px;
}
.wpcf7-form-control.button {
    color: #fff;
}
textarea.wpcf7-form-control {
    height: 150px;
}
input.wpcf7-submit {
    width: 100%;
}

/* GOOGLE MAP */
.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}



/*********************
GOOGLE RECAPTCHA v.3
*********************/

.grecaptcha-badge {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}