/*
Theme Name: Mottura 21
Theme URI: https://oxjno.com/
Author: Oxjno
Author URI: https://oxjno.com/
Description: Nuovo tema responsive per Mottura Vini
Version: 2021.1
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

li {
    list-style: disc outside;
    margin-left: 1.2em;
    padding-left: .5em;
}


/* Home vino evidenza */

#home-vino-evidenza img {
    height: 100% !important;
    width: auto !important;
    padding: 2em 0 0 0;
}

#home-vino-evidenza h3::before {
    border-top: 3px solid var( --e-global-color-accent);
    width: 60px;
    display: block;
    content: ' ';
    margin-left: calc(50% - 30px);
    margin-bottom: 1em;
}


/* Bottoni hover */

.elementor-button:hover {
    box-shadow: 0px 0px 30px 2px #3B383350
}


/*Scroll + header*/

.elementor-section {
    scroll-margin-top: 10em;
}


/* Effetto etichetta sollevata (Gamma) */

.gamma {
    position: relative;
    margin: 0 .5em;
    /*padding: 30px;*/
    background: #fff;
    border-radius: 2px;
    width: 30% !important;
    z-index: 0;
}

.gamma.elementor-widget-image a {
    display: block;
}


/*.gamma img{
  width: 70% !important;
}*/

.gamma img {
    padding: 30px;
    background: #fff;
    position: relative;
    z-index: 12;
    width: 100% !important;
}

.gamma::before,
.gamma::after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 40%;
    height: 10px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .7);
    transition: all .3s ease-in-out;
}

.gamma::before {
    left: 15px;
    transform: skew(-5deg) rotate(-5deg);
}

.gamma::after {
    right: 15px;
    transform: skew(5deg) rotate(5deg);
}

.gamma:hover::before,
.gamma:hover::after {
    box-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}

.gamma:hover::before {
    left: 5px;
}

.gamma:hover::after {
    right: 5px;
}


/*Effetto bordo oro (separatore)*/

.separatore .elementor-divider-separator::before {
    border-image-source: linear-gradient(to left, #AE8850, #E3C97B, #AE8850, #E3C97B) !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
    border-image-slice: 1;
    height: 8px;
    box-sizing: border-box;
}

.separatore .elementor-divider-separator::after {
    border-image-source: linear-gradient(to left, #E3C97B, #AE8850, #E3C97B, #AE8850) !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
    border-image-slice: 1;
    height: 8px;
    box-sizing: border-box;
}


/*Centratura colonne in caso di dati mancanti (acquista ora)*/

.acquista-ora .elementor-container {
    justify-content: center;
}


/*Fascia foto/testo con foto a dx*/

section.fascia-foto-dx {
    background-position: center right !important;
    background-size: 65% !important;
}


/*Fascia foto/testo con foto a sx*/

section.fascia-foto-sx {
    background-position: center left !important;
    background-size: 65% !important;
}


/*Bordo interno bianco su foto*/

.bordato:hover {
    outline: 1px solid #fff;
    outline-offset: -10px;
    transition: all .25s;
}


/* Lightbox etichetta */

#lente a {
    border-radius: 50px;
    content: '';
    position: absolute;
    top: -50px;
    left: calc(50% + 25px);
    padding: 10px;
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    box-shadow: none !important;
}


/* Bottone acquista */

#cart a {
    border-radius: 50px;
    /*content: '';
    position: fixed;
    bottom: 50px;
    right: 50px;*/
    padding: 20px;
    z-index: 10;
}

#cart .elementor-button-icon svg {
    width: 2em;
}


/* FOOTER  */

.footer-list a {
    font-family: var(--e-global-typography-secondary-font-family) !important;
    color: #F8F8F4 !important;
    font-size: .8em;
    line-height: 1.8em;
    transition: all .2s;
    font-weight: var(--e-global-typography-secondary-font-weight) !important;
}

.footer-list a:hover {
    color: var(--e-global-color-primary) !important;
}

@media only screen and (max-width: 600px) {
    .gamma {
        width: 50% !important;
    }
    .gamma img {
        width: 100% !important;
    }
    section.fascia-foto-sx,
    section.fascia-foto-dx {
        background-position: top center !important;
        background-size: 100% !important;
    }
}


/* Menu mobile */

#menu-mobile .menu-overlay {
    background-size: 300%;
    background-repeat: no-repeat;
    background-position: 7% 180%;
}

#menu-mobile .icon-bars {
    margin-right: 1em;
}

#menu-top li, #menu-top-en li, .elementor-location-footer ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.lang-item img {
    margin-top: 5px;
}
.elementor-location-footer ul li {
    margin-bottom: 10px;
    padding-right: 10px;
}
.elementor-location-footer ul li a {
    line-height: 0;
}