/*
Theme Name: Panificio Pierina
Author: Nicola Usai
Author URI: https://www.upwork.com/freelancers/~0196ad45cb4b5bf7af
*/

/*
https://coolors.co/f15a24-f9c22e-40476d-a28f9d-bbbe64
*/

*,
::after,
::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: 1.6;
  vertical-align: middle;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
}
:focus{
  outline: 1.1px solid white;
}
.animate {
  transition: all 0.36s ease-in-out;
}
html {
  overflow-x: hidden;
}
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body,
html {
  font-family: 'Tinos', serif;
  color: #1D201F;
}
.container {
  padding: 0 20.0px;
  max-width: 1110.2px;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.cols {
  font-size: 0;
  letter-spacing: 0;
}
.cols > * {
  display: inline-block;
  font-size: 16px;
}
.justify {
  font-size: 0;
  text-align: justify;
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.justify > * {
  display: inline-block;
  font-size: 16px;
}
script,
style{
  display:none!important
}
h1,
h2,
h3,
h4,
h5,
h6 {

}
h1 {
  font-size: 31.3px;
}
h2 {
  font-size: 25.0px;
}
h3 {
  font-size: 20.0px;
}
b,
.bold {
  font-weight: bold;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
:disabled,
[disabled],
.disabled {
  opacity: 0.8!important;
  pointer-events: none!important;
}
.uppercase {
  text-transform: uppercase;
}

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

img {
  max-width: 100%;
}

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

body div.wait {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 999999;
  color: white;
  pointer-events: none;
  text-align: center;
  display: none;
}
body div.wait .lds-ripple {
  position: absolute;
  width: 31.3px;
  height: 31.3px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body div.wait .lds-ripple div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 5.2px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s ease-out infinite;
}
body div.wait .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.is-waiting {
  position: relative;
  overflow: hidden;
}

@keyframes lds-ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

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

[type="submit"] {
  cursor: pointer;
}
/******************  ******************/
.button {
  transition: all 0.2s ease;
  display: inline-block;
  padding: 5.2px 16px;
  border-radius: 4.2px;
  text-decoration: none;
  box-shadow: 0 0 2.1px black;
}
.button:hover {
  box-shadow: 0 0 5.2px black;
}
.button:active {
  color: white;
  box-shadow: 0 0 2.1px black inset;
}
/******************  ******************/



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

body.noScroll,
html.noScroll {
  overflow: hidden;
}

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

::selection {
  color: white;
  background: #F15A24;
}

small {
  font-size: 12.8px;
}

.inline_block {
  display: inline-block;
}

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