html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 0;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}.woocommerce>#customer_login{
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
padding: 40px;
gap: 50px;
@media (max-width: 1024px)
{
display: flex;
flex-direction: column;
justify-content: center;
gap: 40px;
padding: 20px;
@media (max-width: 767px)
{ 
padding: 10px;
}
}
} .woocommerce>#customer_login>div{
width: 40%;
@media (max-width: 1024px) 
{ 
width: 100%;
@media (max-width: 767px) 
{ 
width: 100%;
}
}
}
.woocommerce-form-register,
.woocommerce-form-login
{
border: 2px solid #303030;
border-radius: 10px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px;
@media (max-width: 1024px) 
{ 
padding: 30px;
@media (max-width: 767px) 
{ 
padding: 20px;
}
}
}
.woocommerce>#customer_login>div.u-column1>form>p,
.woocommerce>#customer_login>div.u-column2>form>p
{
display: flex;
flex-direction: column;
}
.woocommerce-MyAccount-navigation ul{
padding: 0;
margin: 0;
}
.woocommerce>#customer_login>div.u-column1>form>p>input,
.woocommerce>#customer_login>div.u-column2>form>p>input,
.woocommerce>#customer_login>div.u-column1>form>p>span>input,
.woocommerce>#customer_login>div.u-column2>form>p>span>input
{
width: 100%;  
padding: 7px;
}
.woocommerce-form__label-for-checkbox a,
.woocommerce-LostPassword a{
color: #E41513;
font-weight: 600;
text-decoration: underline!important;
font-style: italic;
}
.woocommerce-LostPassword a:hover{
color: #000;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit
{
width: 100%;
margin-top: 0;
margin-top: 20px;
} .button,
.elementor-button--checkout,
.woocommerce-button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.wc-backward
{
font-size: 14px!important;
color: #303030!important;
font-weight: 600;
border: 2px solid #303030!important;
border-radius: 5px;
background-color: #fff!important;
-webkit-box-shadow: 3px 3px 0px 0px #000000; 
box-shadow: 3px 3px 0px 0px #000000!important;
padding: 7px 12px;
}
.button:hover,
.elementor-button--checkout:hover,
.woocommerce-button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.wc-backward:hover
{
box-shadow: unset!important;
}
button.show-password-input::after{
content: "mostra";
font-size: 10px;
text-transform: uppercase;
color: #303030!important;
}
button.show-password-input{
padding: 0;
margin-top: 10px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
button.show-password-input:hover{
background-color: #fff;
}
.icona-carrello-menu>.elementor-widget-container>.elementor-menu-cart__wrapper>.elementor-menu-cart__toggle_wrapper>.elementor-menu-cart__toggle>.elementor-menu-cart__toggle_button
{
background-color: unset;
border: 0;
}
.icona-carrello-menu>.elementor-widget-container>.elementor-menu-cart__wrapper>.elementor-menu-cart__toggle_wrapper>.elementor-menu-cart__toggle>.elementor-menu-cart__toggle_button:hover
{
border: 0;
}
.icona-carrello-menu>.elementor-widget-container>.elementor-menu-cart__wrapper>.elementor-menu-cart__toggle_wrapper>.elementor-menu-cart__toggle>.elementor-menu-cart__toggle_button:active
{
border: 0;
}
.post, .page{
margin: 0!important;
}
span.woocommerce-input-wrapper{
display: block;
width: 100%;
}
span.woocommerce-input-wrapper>input{
width: 100%;
}
.woocommerce-info,
.woocommerce-error{
color: #fff;
padding: 10px 20px;
border-radius: 5px;
list-style: none;
margin: 0;
margin-bottom: 30px;
}
ul.woocommerce-error>li{
color: #fff;
}
.woocommerce-form-row input{
background-color: #f0f0f0!important;
}
.elementor-lightbox{
background-color: #3f3f3fc9!important;
}
.cky-btn-revisit-wrapper{
border: 2px solid #303030;
}
.cky-btn-revisit-wrapper>button>img{
filter: invert(100%)!important;
}
.grecaptcha-badge{visibility: collapse !important;}div.sib-sms-field {
display: inline-block;
position: relative;
width: 100%;
}
.sib-sms-field .sib-country-block {
position: absolute;
right: auto;
left: 0;
top: 0;
bottom: 0;
padding: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sib-country-block .sib-toggle.sib-country-flg {
z-index: 1;
position: relative;
width: 46px;
height: 100%;
padding: 0 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #dbdbdb;
cursor: pointer;
}
.sib-country-block .sib-toggle .sib-cflags {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
width: 20px;
background-repeat: no-repeat;
background-color: #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(//birrificiostyles.beer/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width:  0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0px;
margin: 0px 0px 0px -1px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
background-color: white;
border: 1px solid rgb(204, 204, 204);
white-space: nowrap;
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
top: 50px;
width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
font-size: 14px;
padding:1px 10px;
cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
width: 20px;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
height: 18px;
width: 20px;
background-image: url(//birrificiostyles.beer/wp-content/plugins/mailin/img/flags/ad.png);
vertical-align: middle;
display: inline-block;
background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
margin-left: 20px;
}
.sib-sms-field .sib-sms {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0;
}
.sib-multi-lists.sib_error {
color: #A94442;
}@font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 300;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmabik9xfzwdm.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 300;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmabik_hfzwdm.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 300;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmabik9rfzwdm.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 300;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmabik9bfzwdm.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 300;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmabik-hfz.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 400;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0yb5gd4kxqxbmovlg30ogwsupjaxxty.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 400;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0yb5gd4kxqxbmovlg30ogwsurzaxxty.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 400;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0yb5gd4kxqxbmovlg30ogwsupdaxxty.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 400;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0yb5gd4kxqxbmovlg30ogwsuptaxxty.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 400;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0yb5gd4kxqxbmovlg30ogwsuqzax.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 500;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmwbmk9xfzwdm.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 500;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmwbmk_hfzwdm.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 500;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmwbmk9rfzwdm.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 500;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmwbmk9bfzwdm.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 500;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmwbmk-hfz.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 600;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmdbqk9xfzwdm.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 600;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmdbqk_hfzwdm.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 600;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmdbqk9rfzwdm.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 600;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmdbqk9bfzwdm.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 600;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmdbqk-hfz.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 700;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmebuk9xfzwdm.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 700;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmebuk_hfzwdm.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 700;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmebuk9rfzwdm.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 700;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmebuk9bfzwdm.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Cormorant SC';
font-style: normal;
font-weight: 700;
src: url(https://birrificiostyles.beer/wp-content/uploads/elementor/google-fonts/fonts/cormorantsc-0ybmgd4kxqxbmovlg30ogwsmebuk-hfz.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//birrificiostyles.beer/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//birrificiostyles.beer/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//birrificiostyles.beer/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//birrificiostyles.beer/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//birrificiostyles.beer/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//birrificiostyles.beer/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}