/*  
Theme Name:			macelleriapezzei.it
Author:				baga
Author URI:			http://www.bagaweb.com
*/
.bordeaux {
  color: #7f0d00 !important;
}
.blu {
  color: #0833ff !important;
}
/************************************************/
/*** General ************************************/
/************************************************/
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
select,
button,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  overflow-x: hidden;
}
body {
  background-image: url('img/bg-body.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Merriweather';
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}
li {
  list-style: none;
}
.clearfix {
  clear: both;
}
.liner {
  clear: both;
  border-bottom: solid 1px #7f0d00;
}
.rel {
  position: relative;
}
.hidden {
  display: none;
}
.align-center {
  text-align: center !important;
}
.padd20 {
  padding: 20px 0;
}
.padd40 {
  padding: 40px 0;
}
.hidden-sm-down {
  display: none !important;
}
@media only screen and (min-width: 40em) {
  .hidden-sm-down {
    display: inline-block !important;
  }
}
.hidden-sm-up {
  display: inline-block !important;
}
@media only screen and (min-width: 40em) {
  .hidden-sm-up {
    display: none !important;
  }
}
.hidden-md-down {
  display: none !important;
}
@media only screen and (min-width: 60em) {
  .hidden-md-down {
    display: inline-block !important;
  }
}
.hidden-md-up {
  display: inline-block !important;
}
@media only screen and (min-width: 60em) {
  .hidden-md-up {
    display: none !important;
  }
}
/************************************************/
/*** Grid ***************************************/
/************************************************/
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (min-width: 75em) {
  .wrapper {
    max-width: 1200px;
    padding: 0;
  }
}
@media only screen and (min-width: 90em) {
  .wrapper {
    max-width: 1440px;
    padding: 0;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 75em) {
  .grid {
    margin: 0 -1%;
  }
}
@media only screen and (min-width: 40em) {
  .grid-reverse {
    flex-direction: row-reverse;
  }
}
.grid-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 40em) {
  .grid-cell {
    min-width: 0;
    padding: 0 1%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 40em) {
  .col-1-3 {
    -ms-flex-preferred-size: 31.33333%;
    flex-basis: 31.33333%;
  }
}
@media only screen and (min-width: 40em) {
  .col-2-3 {
    -ms-flex-preferred-size: 64.66667%;
    flex-basis: 64.66667%;
  }
}
@media only screen and (min-width: 40em) {
  .col-1-4 {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
}
@media only screen and (min-width: 40em) {
  .col-3-4 {
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
  }
}
@media only screen and (min-width: 40em) {
  .col-1-5 {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }
}
@media only screen and (min-width: 40em) {
  .col-2-5 {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
}
@media only screen and (min-width: 40em) {
  .col-3-5 {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }
}
@media only screen and (min-width: 40em) {
  .col-4-5 {
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
  }
}
@media only screen and (min-width: 40em) {
  .col-1-8 {
    -ms-flex-preferred-size: 10.5%;
    flex-basis: 10.5%;
  }
}
@media only screen and (min-width: 40em) {
  .col-7-8 {
    -ms-flex-preferred-size: 85.5%;
    flex-basis: 85.5%;
  }
}
.col-1-8 {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media only screen and (min-width: 40em) {
  .col-1-8 {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
}
@media only screen and (min-width: 60em) {
  .col-1-8 {
    -ms-flex-preferred-size: 10.5%;
    flex-basis: 10.5%;
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
#header {
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 60em) {
  #header {
    height: 150px;
  }
}
#header h1 img {
  max-width: 40%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  padding: 10px;
}
@media only screen and (min-width: 40em) {
  #header h1 img {
    max-width: 80%;
    margin: 0 ;
  }
}
@media only screen and (min-width: 60em) {
  #header h1 img {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
}
.resp-btn {
  font-size: 21px;
  color: #fff;
}
.resp-btn {
  text-transform: uppercase;
  color: #fff;
}
.resp-btn:hover {
  color: #030000;
}
#resp-menu-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: Roboto;
}
#resp-phone-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 40em) {
  #resp-phone-btn {
    display: none !important;
  }
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
.menu {
  display: none;
}
@media only screen and (min-width: 60em) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 220px 0 0 20px;
  }
}
.menu li {
  position: relative;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  line-height: 20px;
  text-transform: uppercase;
  z-index: 1000;
  border: 1px solid transparent;
}
@media only screen and (min-width: 75em) {
  .menu li {
    font-size: 20px;
  }
}
@media only screen and (min-width: 90em) {
  .menu li {
    font-size: 22px;
  }
}
.menu li a {
  display: inline-block;
  padding: 20px 10px;
  color: #fff;
  background-image: linear-gradient(#7f0d00, #030000);
  border-radius: 20px;
}
@media only screen and (min-width: 75em) {
  .menu li a {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 90em) {
  .menu li a {
    padding: 40px 20px;
  }
}
/*
.menu li.current_page_item a {
	color: @primary;
	background: @white;
}*/
.menu li a:hover {
  color: #fff !important;
  background: #030000;
}
.menu li ul {
  display: none;
}
@media only screen and (min-width: 60em) {
  .menu li ul {
    position: absolute;
    top: 60px;
    left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .menu li ul {
    top: 80px;
  }
}
@media only screen and (min-width: 90em) {
  .menu li ul {
    top: 100px;
  }
}
@media only screen and (min-width: 60em) {
  .menu li ul li {
    position: relative;
    width: 300px;
    border-bottom: none;
    font-size: 16px;
  }
}
@media only screen and (min-width: 75em) {
  .menu li ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 75em) {
  .menu li ul li {
    font-size: 20px;
  }
}
.menu li ul li a {
  display: block;
  text-align: left;
  padding: 15px 8px;
}
@media only screen and (min-width: 75em) {
  .menu li ul li a {
    padding: 23px 15px;
  }
}
@media only screen and (min-width: 90em) {
  .menu li ul li a {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 60em) {
  .menu li ul li ul {
    margin: -60px 0 0 300px;
  }
}
@media only screen and (min-width: 75em) {
  .menu li ul li ul {
    margin: -80px 0 0 300px;
  }
}
@media only screen and (min-width: 90em) {
  .menu li ul li ul {
    margin: -100px 0 0 300px;
  }
}
#sidr-main {
  display: block;
}
.sidr {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  right: auto;
  z-index: 999999;
  height: 100%;
  overflow-x: none;
  overflow-y: auto;
  background: #7f0d00;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .sidr {
    left: -60%;
    width: 60%;
  }
}
@media only screen and (min-width: 60em) {
  .sidr-class-qtranxs-lang-menu {
    display: none !important;
  }
}
.sidr-class-no-sidr {
  display: none;
}
.sidr ul {
  display: block;
  padding: 0;
}
.sidr ul.sidr-class-sub-menu {
  border-top: 1px solid #fff;
  border-left: none;
}
.sidr ul li {
  position: relative;
  display: block;
  margin: 0;
  font-family: 'Roboto';
  font-size: calc(23px + (36 - 23)*((100vw - 320px)/1600));
  line-height: 200%;
  text-indent: 10%;
  border-bottom: 1px solid #fff;
}
.sidr ul li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
  color: #fff;
}
/*
.sidr ul li.sidr-class-current-menu-item a {
	color: @primary;
}*/
.sidr ul li ul {
  border-bottom: none;
}
.sidr ul li ul li {
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
}
.sidr ul li ul li ul li {
  font-size: calc(18px + (29 - 18)*((100vw - 320px)/1600));
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li a {
  padding-left: 20px;
}
.sidr ul.sidr-class-sub-menu {
  display: none;
}
.sidr .sub-toggle {
  position: absolute;
  top: 0;
  right: 61px;
  cursor: pointer;
}
.sidr .sub-toggle:before {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  content: "+";
  padding-left: 18px;
  padding-right: 18px;
  border-left: 1px solid #fff;
}
.sidr .sub-toggle.open:before {
  content: "-";
}
/************************************************/
/*** Content ************************************/
/************************************************/
.bg-radius {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  margin: 60px 10px;
}
@media only screen and (min-width: 40em) {
  .bg-radius {
    margin: 70px 20px;
  }
}
@media only screen and (min-width: 60em) {
  .bg-radius {
    margin: 80px 20px;
  }
}
@media only screen and (min-width: 75em) {
  .bg-radius {
    margin: 90px auto;
  }
}
@media only screen and (min-width: 90em) {
  .bg-radius {
    margin: 100px auto;
  }
}
.main {
  padding-top: 50px !important;
}
@media only screen and (min-width: 60em) {
  .main {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 75em) {
  .main {
    padding-top: 200px !important;
  }
}
.content {
  margin: 20px auto;
}
@media only screen and (min-width: 40em) {
  .content {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 60em) {
  .content {
    margin: 40px auto;
  }
}
.content h2 {
  font-size: calc(29px + (46 - 29)*((100vw - 320px)/1600));
  line-height: calc(29px + (46 - 29)*((100vw - 320px)/1600));
  margin-top: calc(29px + (46 - 29)*((100vw - 320px)/1600));
  margin-bottom: calc(29px + (46 - 29)*((100vw - 320px)/1600));
  color: #0833ff;
  text-transform: uppercase;
}
.content h3 {
  font-size: calc(26px + (41 - 26)*((100vw - 320px)/1600));
  line-height: calc(39px + (62 - 39)*((100vw - 320px)/1600));
  margin-bottom: calc(26px + (41 - 26)*((100vw - 320px)/1600));
  color: #7f0d00;
  text-transform: uppercase;
}
.content h4 {
  font-size: calc(23px + (36 - 23)*((100vw - 320px)/1600));
  line-height: calc(23px + (36 - 23)*((100vw - 320px)/1600));
  margin-bottom: calc(23px + (36 - 23)*((100vw - 320px)/1600));
  color: #7f0d00;
  text-transform: uppercase;
}
.content h5 {
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  margin-bottom: calc(20px + (32 - 20)*((100vw - 320px)/1600));
}
.content p,
.content li {
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  line-height: calc(24px + (39 - 24)*((100vw - 320px)/1600));
  margin-bottom: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  color: #030000;
}
@media only screen and (min-width: 60em) {
  .content p,
  .content li {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 60em) {
  .content li p {
    padding: 0;
  }
}
.content ul {
  margin-bottom: calc(17px + (22 - 17)*((100vw - 320px)/1600));
}
.content li {
  margin-bottom: calc(8px + (11 - 8)*((100vw - 320px)/1600));
}
.content li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin: 0 10px 0 0;
}
.content p a,
.content li a {
  color: #030000;
  text-decoration: underline;
}
.content p a:hover,
.content li a:hover {
  color: #7f0d00;
}
.grad-radius {
  background-image: linear-gradient(#7f0d00, #030000);
  border-radius: 20px;
  margin: 20px 0;
  padding: 20px;
}
@media only screen and (min-width: 60em) {
  .grad-radius {
    padding: 20px 0;
    margin: 20px;
  }
}
.grad-radius h3,
.grad-radius p {
  color: #fff;
}
/************************************************/
/*** Tables *************************************/
/************************************************/
.content table {
  width: 100%;
  margin: 20px 0 40px 0;
  border-collapse: collapse;
}
@media only screen and (min-width: 60em) {
  .content table {
    margin: 20px 20px 40px 20px;
  }
}
.content table td {
  border: 1px solid #030000;
}
.content table td,
.content table th {
  font-size: calc(12px + (20 - 12)*((100vw - 320px)/1600));
  padding: calc(6px + (10 - 6)*((100vw - 320px)/1600));
}
.content table th {
  font-weight: 300;
  background: #030000;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.content table th:first-child {
  border-left: 1px solid #030000;
}
.content table th:last-child {
  border-right: 1px solid #030000;
}
.content table td {
  color: #030000;
}
@media only screen and (min-width: 60em) {
  table.restables-clone {
    display: none;
  }
}
table.restables-clone td {
  width: 50%;
}
table.restables-clone td:first-child {
  font-weight: 700;
}
table.restables-clone tr:first-child td {
  background: #030000;
  color: #fff;
  border-right: 1px solid #fff;
}
table.restables-origin {
  display: none;
}
@media only screen and (min-width: 60em) {
  table.restables-origin {
    display: table;
  }
}
/************************************************/
/*** Gallery ************************************/
/************************************************/
#gallery {
  padding: 20px 0;
}
@media only screen and (min-width: 60em) {
  #gallery img {
    transform: rotate(15deg);
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 90em) {
  #gallery img {
    transform: rotate(15deg) translate(-20px);
  }
}
.pswp__counter,
.pswp__button--share {
  display: none !important;
}
/************************************************/
/*** Maps ***************************************/
/************************************************/
#map {
  margin: 0 auto;
  width: 98%;
  height: 260px;
}
@media only screen and (min-width: 40em) {
  #map {
    height: 340px;
  }
}
@media only screen and (min-width: 60em) {
  #map {
    height: 520px;
  }
}
@media only screen and (min-width: 75em) {
  #map {
    height: 680px;
  }
}
/************************************************/
/*** Forms **************************************/
/************************************************/
@media only screen and (min-width: 60em) {
  #contact-form {
    padding: 0 20px;
  }
}
.content label {
  font-size: calc(14px + (22 - 14)*((100vw - 320px)/1600));
  display: inline-block;
  text-transform: uppercase;
  color: #030000;
}
.content label a {
  color: #030000;
}
.content input,
.content textarea {
  width: 98.5%;
  padding: 6px 0.75%;
  border: 1px solid #030000;
  color: #030000;
  font-family: 'Merriweather';
  font-size: calc(14px + (22 - 14)*((100vw - 320px)/1600));
  margin-top: 10px;
  margin-bottom: calc(20px + (40 - 20)*((100vw - 320px)/1600));
}
.content input[type="checkbox"] {
  width: 20px;
  margin-right: 10px;
  margin-bottom: calc(20px + (40 - 20)*((100vw - 320px)/1600));
}
.content textarea {
  height: 140px;
  overflow: hidden;
}
.content .button {
  width: 100%;
  position: relative;
  margin: 10px 0;
  color: #fff;
  font-size: calc(21px + (33 - 21)*((100vw - 320px)/1600));
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  background: #7f0d00;
  line-height: 50px;
  border: none;
}
.content .button:hover {
  background: #0833ff;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
#footer {
  padding: 30px 0 10px 0;
  border-top: 1px dashed #030000;
}
@media only screen and (min-width: 60em) {
  #footer {
    padding: 0;
    margin: 0 30px;
  }
}
#footer p {
  color: #030000;
  font-size: calc(14px + (22 - 14)*((100vw - 320px)/1600));
  line-height: calc(28px + (44 - 28)*((100vw - 320px)/1600));
  margin-bottom: calc(14px + (22 - 14)*((100vw - 320px)/1600));
  text-align: center;
}
#footer p a {
  color: #030000;
  text-decoration: none;
}
#footer p a:hover {
  text-decoration: underline;
}
#footer i {
  display: inline-block;
  width: calc(21px + (33 - 21)*((100vw - 320px)/1600));
}
/************************************************/
/*** Credits ************************************/
/************************************************/
#credits {
  padding: 0 0 20px 0;
}
#credits p {
  font-size: calc(10px + (16 - 10)*((100vw - 320px)/1600));
}
/************************************************/
/*** Cookie bar *********************************/
/************************************************/
#cookieChoiceInfo {
  bottom: 0 !important;
  color: #fff;
  background: #030000 !important;
  height: auto;
  min-height: 0px;
  line-height: 40px;
  font-size: calc(12px + (15 - 12)*((100vw - 320px)/1600));
  z-index: 9 !important;
}
@media only screen and (min-width: 60em) {
  #cookieChoiceInfo {
    line-height: 60px;
  }
}
#cookieChoiceInfo a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px !important;
}
#cookieChoiceInfo a:hover {
  color: #7f0d00;
}
#cookieChoiceInfo a#cookieChoiceDismiss {
  color: #030000;
  background: #fff;
  text-decoration: none;
  padding: 10px;
  margin-left: 10px !important;
}
#cookieChoiceInfo a#cookieChoiceDismiss:hover {
  color: #fff;
  background: #7f0d00;
}
