/*
  file:         style.css
  author:				Entity Holding Italia Srls
  modify:       190218-1423 <m.ferrari@ehitalia.it>
  description:  yourindex template tavern
*/


/* 0 - main
*/
.adv{
  text-align: center;
  clear: both;
  margin-top: 50px;
}
body,
html
  {
  font-family: Raleway, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 300;
  width: 100% !important;
  /*height: 100% !important;*/
  height: 100vh !important;
  }



/*
h2
  {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 34px;
  color: dimgray;
  text-transform: uppercase;
  }

h3
  {
  font-size: 22px;
  font-weight: 500;
  color: dimgray;
  }

h4
  {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: dimgray;
  }

h5
  {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  }

p
  {
  font-size: 16px;
  }

p.intro
  {
  margin: 12px 0 0;
  line-height: 24px;
  }

a
  {
  color: orangered;
  }

a:hover,
a:focus
  {
  text-decoration: none;
  color: black;
  }

ul,
ol
  {
  list-style: none;
  }

.clearfix:after
  {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }

.clearfix
  {
  display: inline-block
  }

* html .clearfix
  {
  height: 1%
  }

.clearfix
  {
  display: block;
  }

ul,
ol
  {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
  }

hr
  {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: red;
  margin: 0;
  margin-bottom: 40px;
  border: 0;
  }

.btn:active, .btn.active
  {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  }

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus
  {
  outline: none;
  outline-offset: none;
  }

*/







/* general settings
*/
img
  {
  max-width: 100%;
  }

.navbar-brand img
  {
  max-width: 100%;
  height: 40px;
  }

hr
  {
  height: 1px;
  /*
  border: 1px solid orangered;
  border-radius: 5px;
  */
  width: 80px;
  text-align: center;
  position: relative;
  background: orangered;
  /*
  margin: 0;
  margin-bottom: 40px;
  border: 0;
  */
  }






/* 1 - navigation
*/
#menu
  {
  padding: 20px;
  transition: all 0.8s;
  }

#menu.navbar-default
  {
  background-color: white;
  border-color: lightgray;
  }

#menu a.navbar-brand
  {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  color: orangered;
  font-weight: bold;
  letter-spacing: 1px;
  }

#menu.navbar-default .navbar-nav > li > a
  {
  text-transform: uppercase;
  color: ivory;
  font-weight: normal;
  font-size: 15px;
  padding: 5px 0;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  margin: 10px 15px 0 15px;
  }


#menu.navbar-default .navbar-nav > li > a:hover
  {
  color: orangered;
  }

.on
  {
  background-color: black !important;
  padding: 0 !important;
  padding: 10px 0 !important;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
  {
  color: orangered !important;
  background-color: transparent
  }

.navbar-toggle
  {
  border-radius: 0;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
  {
  background-color: orangered;
  border-color: orangered
  }

.navbar-default .navbar-toggle:hover > .icon-bar
  {
  background-color: white;
  }

.section-title
  {
  margin-bottom: 70px;
  }

.section-title p
  {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
  }

.section-title hr
  {
  margin: 0 auto;
  margin-bottom: 40px;
  }

.btn-custom
  {
  /*margin: 0;
  margin-top: 20px;
  */
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: sienna;
  border: 1pt;
  border-color: orangered;
  border-radius: 0.1;
  /*
  padding: 14px 20px;
   */
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.7px;
  transition: all 0.5s;
  }

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active
  {
  color: white;
  background-color: orangered;
  }





/* 2 - header
*/
.intro-text
  {
  padding-top: 15%;
  text-align: center;
  }






/* 3 - sponsor
*/
#sponsor .sponsor-img
  {
  background-color: lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  height: 110px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  }

#sponsor .sponsor-txt
  {
  background-color: lightgray;
  color: black;
  font-size: 10px;
  text-align: center;
  letter-spacing: 10px;
  }





/* 4 - about
*/
#about
  {
  padding: 120px 0 80px 0; /* top right bottom left */
  }

#about h1
  {
  margin-top: 80px;
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  }

#about h3
  {
  font-size: 20px;
  }

#about hr
  {
  height: 3px;
  width: 80px;
  text-align: left;
  position: absolute;
  margin-top: -8px;
  background: orangered;
  }

#about .about-text
  {
  margin-left: 10px;
  }

#about .about-img
  {
  display: inline-block;
  position: relative;
  padding: 80px 0 0 0;
  }

#about p
  {
  line-height: 24px;
  margin: 15px 0 30px 0;
  }

#about ul,
#about li
  {
  margin-left: 20px;
  color: black;
  text-align: left;
  font-size: 12pt;
  list-style-type: disc;
  }





/* 5 - offers
*/
#offers
  {
  background: palegoldenrod;
  margin: 0 0 -80px 0; /* top right bottom left */
  }

/* row with alternate background colors */
#offers .loop:nth-child(even) .loop-row
  {
  background: honeydew;
  }

#offers .loop:nth-child(odd) .loop-row
  {
  background: gold;
  }

#offers .overlay
  {
  padding: 120px 0 80px 0;
  background: darkkhaki;
  }

#offers .overlay h2
  {
  color: mediumvioletred;
  }

#offers .section-title
  {
  background-size: cover;
  }

#offers h3
  {
  margin: 80px 150px;
  color: deepskyblue;
  text-align: left;
  font-weight: bold;
  font-size: 20pt;
  }

#offers hr
  {
  background: mediumvioletred;
  text-align: center;
  position: relative;
  }

#offers p
  {
  color: dodgerblue;
  margin-left: 150px;
  text-align: left;
  font-size: 12pt;
  }

#offers ul
  {
  margin-left: 170px;
  color: dodgerblue;
  text-align: left;
  font-size: 12pt;
  list-style-type: disc;
  }

#offers img
  {
  width: 480px;
  padding-top: 60px;
  }

#offers .thumbnail
  {
  background: transparent;
  border: 0;
  }

#offers .thumbnail .offers-img
  {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  }

#offers .thumbnail .offers-img:before
  {
  display: block;
  content: '';
  position: absolute;
  top: 68px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  }

#offers .thumbnail .caption
  {
  padding-top: 10px;
  }

#offers .thumbnail .caption p
  {
  color: whitesmoke;
  text-align: left;
  font-size: 16px;
  font-style: none;
  margin: 10px 0;
  }

#offers .loop
  {
  margin: -80px 0 80px 0;
  }

#offers .loop-image
  {
  padding: 80px 0;
  }







/* 6 - services
*/
#services
  {
  margin: 0 0 -80px 0; /* top right bottom left */
  }

/* row with alternate background colors */
#services .loop:nth-child(odd) .loop-row
  {
  background: lightsteelblue;
  }

#services .loop:nth-child(even) .loop-row
  {
  background: cornflowerblue;
  }

#services .section-title
  {
  background: linear-gradient(75deg, plum, gold);
  background-size: cover;
  }

#services .section-title h2
  {
  color: white;
  text-align: center;
  }

#services img
  {
  width: 320px;
  }

#services h2
  {
  color: orange;
  }

#services h3
  {
  padding-top: 60px;
  font-size: 16pt;
  font-weight: bold;
  color: white;
  }

#services ul
  {
  margin-left: 40px;
  color: black;
  text-align: left;
  font-size: 12pt;
  list-style-type: disc;
  }

#services .loop
  {
  margin: -80px 0 80px 0;
  }

#services .loop-image
  {
  padding: 80px 0;
  }






/* 7 - events
*/
#events
  {
  padding: 0 0 0 0;
  }

#events .overlay
  {
  padding: 120px 0 80px 0;
  background: linear-gradient(75deg, darkolivegreen, indianred);
  }

#events .section-title
  {
  background-size: cover;
  margin-bottom: 100px;
  }

#events h2
  {
  color: ivory;
  }

#events h3
  {
  margin: 5px -10px;
  color: white;
  background-color: olivedrab;
  text-align: left;
  font-size: 20pt;
  font-weight: bold;
  }

#events hr
  {
  background: red;
  }

#events p
  {
  margin: 10px 0;
  color: white;
  text-align: left;
  font-size: 14pt;
  }

#events ul
  {
  margin-left: 40px;
  color: white;
  text-align: left;
  font-size: 12pt;
  list-style-type: disc;
  }

#events img
  {
  max-width: 100%;
  height: auto;
  padding-top: 0;
  }

#events .thumbnail
  {
  background: transparent;
  border: 0;
  }

#events .thumbnail .events-img
  {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  }

#events .thumbnail .caption
  {
  padding-top: 10px;
  }

#events .thumbnail .caption p
  {
  color: ivory;
  text-align: left;
  font-size: 16px;
  font-style: none;
  margin: 10px 0;
  }









/* 8 - callout
*/
#callout
  {
  padding: 90px 0;
  color: white;
  background: lightgreen;
  background: -moz-linear-gradient(top, #lightgreen 50%, #green 100%);
  background: -webkit-linear-gradient(top, #lightgreen 50%, #green 100%);
  background: linear-gradient(to bottom, #lightgreen 50%, #green 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c-reservation-bgms1', endColorstr='$c-reservation-bgms2', GradientType=0);
  }

#callout .overlay
  {
  padding: 80px 0;
  background: orangered;
  }

#callout h2
  {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  margin: 0;
  }

#callout hr
  {
  background: white;
  }

#callout h3
  {
  color: white;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 0;
  }








/* 9 - posts (articoli)
*/
#posts
  {
  margin: 0 0 100px 0; /* top right bottom left */
  background: white;
  }

#posts .overlay
  {
  padding: 120px 0 80px 0;
  background: aquamarine;
  }

#posts .section-title
  {
  background-size: cover;
  margin-bottom: 100px;
  }

#posts h2
  {
  color: orangered;
  }

#posts h3
  {
  font-size: 20px;
  }

#posts hr
  {
  background: orangered;
  }

#posts .posts-text
  {
  text-transform: none;
  }

#posts p
  {
  line-height: 24px;
  margin: 15px 0 30px 0;
  }

#posts .posts-img
  {
  margin-top: 104px;
  }





/* single-post (articolo)
*/
#single-post
  {
  padding: 180px 0 180px 0; /* top right bottom left */
  background: white;
  }

#single-post .overlay
  {
  padding: 120px 0 80px 0;
  background: lavender;
  }

#single-post .section-title
  {
  background-size: cover;
  margin-bottom: 100px;
  }

#single-post .single-post-img
  {
  padding: 100px 0 0 0; /* top right bottom left */
  width: 100%;
  hight: 100%;
  }

#single-post h2
  {
  color: dimgray;
  text-align: left;
  text-transform: uppercase;
  }

#single-post hr
  {
  background: dimgray;
  width: 100%;
  }

#single-post h3
  {
  color: dimgray;
  text-align: center;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 3pt;
  }

#single-post h4
  {
  color: dimgray;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3pt;
  }

#single-post .single-post-text
  {
  text-transform: none;
  }

#single-post h5
  {
  color: dimgray;
  text-align: center;
  font-style: italic;
  font-size: 12pt;
  text-transform: none;
  }

#single-post p
  {
  color: black;
  text-align: left;
  font-size: 12pt;
  margin: 10px 0 0 0; /* top right bottom left */
  }

#single-post ul
  {
  color: black;
  margin: 8px 0 0 36px; /* top right bottom left */
  text-align: left;
  font-size: 12pt;
  list-style-type: disc;
  }

#single-post li
  {
  margin-bottom: 6px;
  }

#single-post a
  {
  color: dimgray;
  font-style: italic;
  font-weight: normal;
  }

#single-post a:hover
  {
  color: red;
  font-weight: bold;
  }






/* 10 - pricelist-section
*/
#pricelist-section .overlay
  {
  padding: 80px 0 40px 0; /* top right bottom left */
  background: white;
  }

#pricelist-section .image img
  {
  width: 256px;
  height: 256px;
  }

/*
#pricelist-section .section-title
  {
  background-size: cover;
  margin-top: 100px;
  }
*/

#pricelist-section .row
  {
  background-size: cover;
  margin-bottom: 40px;
  color: limegreen;
  }

#pricelist-section .alert-msg h4
  {
  color: limegreen;
  text-align: center;
  font-size: 12pt;
  /*
  font-weight: bold;
  */
  text-transform: uppercase;
  letter-spacing: 3pt;
  }







/* 11 - news
*/
#news
  {
  /*color: rgba(255, 255, 255, 0.5);*/
  }

#news .overlay
  {
  padding: 120px 0 80px 0;
  background: darkseagreen;
  }

#news .section-title
  {
  background-size: cover;
  margin-bottom: 100px;
  }

#news h2
  {
  color: deeppink;
  }

#news h3
  {
  margin: 5px 0;
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 20pt;
  }

#news hr
  {
  background: deeppink;
  }

#news p
  {
  margin: 10px 0;
  color: white;
  text-align: left;
  font-size: 12pt;
  }

#news ul
  {
  margin-left: 40px;
  color: white;
  text-align: left;
  font-size: 12pt;
  list-style-type: disc;
  }

#news img
  {
  width: 480px;
  padding-top: 60px;
  }

#news .thumbnail
  {
  background: transparent;
  border: 0;
  }

#news .thumbnail .news-img
  {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  }

#news .thumbnail .caption
  {
  padding-top: 10px;
  }

#news .thumbnail .caption p
  {
  color: ivory;
  text-align: left;
  font-size: 16px;
  font-style: none;
  margin: 10px 0;
  }









/* 12 - gallery (padding: top right bottom left)
*/

#gallery
  {
  padding: 0 0 80px 0;
  }


#gallery .overlay
  {
  padding: 40px 0 30px 0;
  background: gainsboro;
  }


#gallery h1
  {
  color: deepskyblue;
  text-align: center;
  font-size: 24pt;
  text-transform: uppercase;
  letter-spacing: 1pt;
  }

#gallery hr
  {
  background: deepskyblue;
  }

#gallery h2
  {
  color: deepskyblue;
  text-align: center;
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  }

#gallery h3
  {
  color: deepskyblue;
  text-align: center;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1.5pt;
  }

/*
.categories
  {
  padding-bottom: 30px;
  text-align: center;
  }

ul.cat li
  {
  display: inline-block;
  }

ol.type li
  {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 0;
  }

ol.type li a
  {
  color: gray;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 24px;
  background: lightgrey;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  }

ol.type li a.active
  {
  color: white;
  background-color: orangered;
  }

ol.type li a:hover
  {
  color: white;
  background-color: orangered
  }
*/

.gallery-item
  {
  margin: 15px 0;
  }

.gallery-item .hover-bg
  {
  overflow: hidden;
  position: relative;
  }

.gallery-item .hover-bg:before
  {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  }

.hover-bg .hover-text
  {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  }

.hover-bg .hover-text > h4
  {
  opacity: 0;
  color: white;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 500;
  }

.hover-bg:hover .hover-text > h4
  {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }

.hover-bg:hover .hover-text
  {
  opacity: 1;
  }










/* 13 - contact
*/
#contact
  {
  padding: 100px 0 60px 0;
  background: burlywood;
  }

#contact .section-title p
  {
  color: gray;
  }

#contact form
  {
  padding: 0;
  }


#contact h1
  {
  text-transform: uppercase;
  font-size: 24pt;
  font-weight: bold;
  letter-spacing: 1pt;
  color: gray;
  }


#contact h2
  {
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: normal;
  letter-spacing: 1pt;
  line-height: .3pt;
  color: gray;
  }

#contact h3
  {
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: 1pt;
  line-height: .3pt;
  color: gray;
  }

#contact hr
  {
  background: gray;
  }

#contact .text-danger
  {
  color: orangered;
  text-align: left;
  }

label
  {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
  }

#contact .form-control
  {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: dimgray;
  background-color: white;
  background-image: none;
  border: 1px solid lightgray;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  }

#contact .form-control:focus
  {
  border-color: gray;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  }

.form-control::-webkit-input-placeholder
  {
  color: gray;
  }

.form-control:-moz-placeholder
  {
  color: gray;
  }

.form-control::-moz-placeholder
  {
  color: gray;
  }

.form-control:-ms-input-placeholder
  {
  color: gray;
  }

#contact .contact-item
  {
  margin: 20px 0 40px 0;
  }

#contact .contact-item span
  {
  font-weight: 400;
  color: lightgray;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
  }

#contact .contact-item p
  {
  font-size: 16px;
  }





/* 14 - map
*/
.map
  {
  height: 60rem;
  }

@media (max-width: 992px)
  {
  .map {height: 75%;}
  }

.map iframe
  {
  /*pointer-events: none;*/
  }

#map .container
  {
  margin-top: 100px;
  }

#map .container h3
  {
  color: deeppink;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  }

#map .container p
{
  color: mediumvioletred;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}







/* 15 - footer
*/
#footer
  {
  background: linear-gradient(75deg, dodgerblue, indianred);
  padding: 160px 0 0 0;
  }

#footer h3
  {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  }

#footer .copyrights
  {
  padding: 20px 0;
  margin-top: 50px;
  /*
	permalink - use to edit and share this gradient:
	http://colorzilla.com/gradient-editor/$c-footer-bgms2+0,8eb640+50
	*/
  background: black;
  background: -moz-linear-gradient(top, #green 0%, #lightgreen 50%);
  background: -webkit-linear-gradient(top, #green 0%, #lightgreen 50%);
  background: linear-gradient(to bottom, #green 0%, #lightgreen 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c-footer-bgms2', endColorstr='$c-footer-bgms1', GradientType=0);
  }

#footer .social
  {
  margin: 20px 0 30px 0;
  }

#footer .social ul li
  {
  display: inline-block;
  margin: 0 20px;
  }

#footer .social i.fa
  {
  font-size: 26px;
  padding: 4px;
  color: white;
  transition: all 0.3s;
  }

#footer .social i.fa:hover
  {
  color: white;
  font-weight: bold;
  }

#footer p
  {
  font-size: 15px;
  color: white;
  }

#footer a
  {
  color: white;
  }

#footer a:hover
  {
  color: white;
  font-weight: bold;
  }






/* custom css
*/
img
  {
  max-width: 100%;
  }




/* media query tablet
*/
@media only screen and (max-width: 768px)
  {
  .intro
    {
    height: 100vh;
    }

  #menu a.navbar-brand
    {
    padding: 0 10px;
    }

  header .intro-text img
    {
    max-width: 90%;
    /*
    display: none;
     */
    }
  }

/* media query smartphone
*/
@media only screen and (max-width: 400px)
  {
  .intro
    {
    height: auto;
    widows: 100%;
    }

  .intro-text
    {
    margin-top: 30%;
    margin-left: 10%;
    max-width: 186px;
    }

  .navbar-toggle
    {
    background-color: white;
    }

  #about
    {
    margin-top: -180px;
    }



  }

/* media quesry desktop
*/
@media only screen and (min-width: 960px)
  {
  .intro
    {
    height: 100vh;
    }
  }
