/*
Theme Name: Marchesi De Cordano
Theme URI: https://prezzemolostudio.it
Description: Child theme for Marchesi De Cordano
Author: Prezzemolo Studio
Author URI: https://prezzemolostudio.it
Template: hello-elementor
Version: 1.0.0
*/

/** HEADER **/

.nav-header {
    height: 85px;
}

@media (max-width: 767px) {
    .nav-header {
        height: 60px;
    }
}

.nav-btn span:hover {
    text-decoration: none;
	color: #B0976D;
}

.nav-mobile-menu .elementor-nav-menu__container {
	padding: 10px 0;
}

/** TRANSLATE PRESS **/

.trp-language-switcher {
    width: 100%!important;
    height: 100%!important;
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: visible;
}

.trp-ls-shortcode-current-language {
    width: 100%!important;
}

.trp-ls-shortcode-disabled-language:after {
    content: "";
    background-image: url("./assets/lang-down-icon.png");
    background-size: 100% 100%;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.trp-language-switcher > div {
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
    background-image: none!important;
    background-color: transparent !important;
}

.trp-language-switcher > div > a {
    padding: 0!important;
    border-radius: 0!important;
}

.trp-language-switcher > div > a > img {
    margin: 0!important;
    width: 20px!important;
    height: 14px!important;
}

.trp-ls-shortcode-language {
    width: 100%!important;
    line-height: 25px!important;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 0!important;
}

.trp-language-switcher > div > a:hover {
    background: none!important;
}

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language{
    
    width: 100% !important;
}

@media (max-width: 767px) {
   .trp-language-switcher > div > a > img {
    margin: 0!important;
    width: 20px!important;
    height: 15px!important;
}

    .trp-language-switcher > div > a {
    margin-bottom:05px !important;
}
}

/** WINE LIST **/

.single-wine-vol {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

.link-vini {
    border-radius: 20px;
    max-width: 300px;
    min-height: 100%;
    transition: all .25 ease;
}

.link-vini:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.01);
}

/** CONTACTS **/
.contacts a {
    color: #002A49;
    font-weight: 600;
    
    &:hover {
        text-decoration: underline;
    }
}