body{
    line-height: 1.6 !important;
}
.bar-right a{
    color: #FFF;
}
/*Ocultar boton tienda*/
.header-customize-item.item-shopping-cart{
    display: none !important;
}
/*Cambiar el background position de imagen de fondo (Home)*/
.bg-right-top,
div.bg-right-top{
    background-position: right top !important;
}
/*Cambiar la fuente del menu principal*/
.primary-menu .menu-item{
    font-family: "Lato", sans-serif !important;
}
/*Cambio tamaño cabeceras*/
.fs-h1 h1{
    font-size: 80px;
}
.fs-h6{
    font-size: 24px;
}
.mb-0{
    margin-bottom: 0 !important;
}
/*TOP BAR*/
.bar-right aside{
    vertical-align: middle;
}
.bar-right .wpml-ls-link{
    text-transform:uppercase;
    font-family: "Lato", sans-serif !important;
}
.line-bottom{
    position: relative;
}
.line-bottom:before{
    content: '';
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 1px;
    background-color: #d49f02;
}
.wphack-mask{
    position: relative;
}
.wphack-mask::before{
    content: '';
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: block !important;
}
/*Editar formularios*/
input[type="submit"], .wpcf7-submit{
    margin-top: 20px;
    font-size: 18px !important;
    padding: 12px 36px !important;
    text-transform: capitalize !important;
    background-color: #0b0b0a !important;
    border-radius: 0 !important;
}
button:hover, input[type="submit"]:hover, button:focus, input[type="submit"]:focus{
    background-color: #d49f02 !important;
    color: #0b0b0a;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
    font-weight: normal !important;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0 !important;
}
.texto-legal-godeval .wpb_wrapper p {
    font-size: 10px !important;
}
.wphack-tabs .vc_tta-tabs-container{
    background-color: #d49f02 !important;
}
.wphack-tabs .vc_tta-tab{
    border: none !important;
    position: relative;
}
.wphack-tabs .vc_tta-title-text:hover,
.wphack-tabs .vc_tta-tab.vc_active .vc_tta-title-text{
    color: #ffffff !important;
}
.wphack-tabs .vc_tta-tab:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #000;
}
.wphack-tabs .vc_tta-tab > a span{
    font-size: 22px !important;
}
.wphack-wine .vc_btn3-color-orange,
.wphack-wine .vc_toggle_color_orange .vc_toggle_icon{
    background-color: #d49f00 !important;
    font-size: 18px;
    border: none !important;
    border-radius: 0!important;
    background-image: none !important;
}
.wphack-links-wines{
    background-color: #d49f00 !important;
}
.wphack-links-wines p{
    margin: 4px 0 !important;
}
.wphack-links-wines span a{
    font-size: 22px !important;
}
.wphack-links-wines span a:hover{
    color: #ffffff !important;
}
@media only screen and (max-width: 1024px) {
    /*Cambio tamaño cabeceras*/
    .fs-h1 h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px) {
    /*Cambio tamaño cabeceras*/
    .fs-h1 h1{
        font-size: 30px;
    }
    .fs-h6{
        font-size: 20px;
    }
}