/*
Theme Name:		Denominación de Origen Estepa
Description:	WordPress Theme for Denominación de Origen Estepa
Author:			3dsignia
Template:		Avada
Version:		1.0.0
*/

:root {
    --doestepa-orange: #fe9b00;
    --montserrat: Montserrat, Arial, sans-serif;
}

.fusion-open-submenu:focus {
    outline: none !important;
}

#toTop {
    background: var(--doestepa-orange) !important;
}

#toTop:hover {
    background: #000 !important;
}

.fusion-text h2 {
    line-height: normal !important;
}

.fusion-logo img.fusion-standard-logo,
.fusion-logo img.fusion-mobile-logo,
.fusion-logo img.fusion-sticky-logo {
    height: 105px !important;
    max-height: 105px !important;
}

a.boton-naranja {
    background: var(--doestepa-orange);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

a.boton-naranja:hover {
    color: #fff;
}

.fusion-secondary-header {
    text-align: center;
}

.bloque-portada-1 {
    padding: 15% 0;
    text-align: center;
}

.bloque-portada-1 > div {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
}

.bloque-portada-1 > p {
    font-size: 15px;
    line-height: 1.5;
    width: 85%;
    color: #000;
    margin: 0 auto 10px !important;
}

.bloque-portada-1 > p + a.boton-naranja {
    margin: 20px 0 0;
}

.fusion-recent-posts .columns .column .recent-posts-content h4 {
    margin: 5px 0 0;
}

.fusion-recent-posts .columns .column .recent-posts-content a {
    color: #000;
    font-family: var(--montserrat);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.fusion-recent-posts .columns .column .recent-posts-content a::after {
    color: #000;
    content: "[+]";
    display: inline-block;
    font-weight: 600;
    margin: 0 0 0 5px;
    text-decoration: none;
}

a.nuestros-aceites-mas-info,
a.nuestros-aceites-tienda {
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    width: 48%;
}

a.nuestros-aceites-mas-info,
a.nuestros-aceites-mas-info:hover {
    background: #efa039;
    color: #fff;
    margin: 0 1% 0 0;
}

a.nuestros-aceites-tienda,
a.nuestros-aceites-tienda:hover {
    background: #f5e353;
    color: #000;
    margin: 0 0 0 1%;
}

body.page-template-nuestros-aceites h1,
body.page-template-nuestros-aceites h2 {
    color: #000;
    font-family: var(--montserrat) !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

body.page-template-nuestros-aceites h3 {
    color: #000;
    font-family: var(--montserrat);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

body.page-template-nuestros-aceites p,
body.page-template-nuestros-aceites ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

body.page-template-nuestros-aceites .fusion-imageframe {
    border: 1px solid #ddd;
    margin: 0 0 10px;
}

body.page-template-nuestros-aceites .fusion-imageframe.botella-grande {
    border: none;
}

body.page-template-nuestros-aceites .imageframe-align-center + .fusion-text > p,
body.page-template-nuestros-aceites .fusion-imageframe + .fusion-text > p {
    font-size: 15px;
    line-height: normal;
    text-align: center;
    margin: 0 -10px 10px;
}

#cookie-law-info-bar .cli-bar-message {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

#cookie-law-info-bar .cli-bar-message a {
    color: #fff !important;
    text-decoration: underline;
}

#cookie-law-info-bar .cli_messagebar_head {
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    text-align: left;
}

#cookie-law-info-bar .cli-bar-btn_container {
    margin: 15px 0 0;
}

#cookie-law-info-bar .cli-bar-btn_container a {
    margin: 0 5px 0 0;
}

.fusion-main-menu > ul > li.language-selector,
.fusion-mobile-nav-holder > ul > li.language-selector {
    height: 40px;
    padding-right: 0 !important;
    position: relative !important;
    width: 120px;
}

li.language-selector > img {
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: calc(50% + 1px);
    transform: translate3d(0, -50%, 0);
    width: 20px;
}

li.language-selector > span.caret {
    display: inline-block;
    height: 20px;
    left: 27px;
    position: absolute;
    top: calc(50% - 3px);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
}

li.language-selector > span.language {
    font-size: 14px;
    font-weight: 500;
    left: 36px;
    position: absolute;
    text-transform: uppercase;
    top: calc(50% + 1px);
    transform: translate3d(0, -50%, 0);
}

li.language-selector > ul {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    transform: translateY(100%);
}

li.language-selector.active > span {
    color: #fe9b00;
}

li.language-selector.active > ul {
    background: #fff;
    border-top: 3px solid #fe9b00;
    display: block;
}

li.language-selector.active > ul > li {
    display: block;
    white-space: nowrap;
    width: fit-content;
}

li.language-selector.active > ul > li > a {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: Montserrat, Arial;
    font-size: 14px;
    font-weight: 500;
    min-width: 145px;
    padding: 7px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

li.language-selector > ul > li > a > img,
li > ul > li > a > img {
    display: inline-block;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 20px !important;
}

li.language-selector.active > ul > li > a:hover {
    color: #888 !important;
}

li.language-selector.active > ul > li.selected > a {
    color: #fe9b00 !important;
}

.fusion-main-menu>ul>li {
    padding-right: 33px !important;
}

@media screen and (max-width: 1152px) {
    .fusion-main-menu>ul>li {
        padding-right: 19px !important;
    }
}

@media screen and (max-width: 1024px) {
    .fusion-main-menu>ul>li {
        padding-right: 5px !important;
    }
}

@media screen and (max-width: 439px) {
    .fusion-mobile-nav-holder > ul > li.language-selector {
        padding: 27px 30px;
        width: 100%;
    }

    .fusion-mobile-nav-holder > ul > li.language-selector {
        background: #f2f1f0;
    }

    .fusion-mobile-nav-holder > ul > li.language-selector > img {
        left: 25px;
    }

    li.language-selector::after {
        display: inline-block;
        margin: 0;
        content: "\e61f";
        font-family: awb-icons;
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }

    li.language-selector > span.language {
        left: 54px;
    }

    li.language-selector > span.caret {
        display: none;
    }

    li.language-selector > ul {
        margin: 0 0 0 -50px;
        padding: 40px 25px 0;
        position: static;
        transform: none;
    }

    li.language-selector.active > ul > li {
        width: 100%;
    }

    li.language-selector.active > ul {
        background: #f2f1f0;
        border: none !important;
    }

    .zona-gris-portada a.fusion-button {
        margin-bottom: 30px;
    }

    .zona-gris-portada a.fusion-button.button-3 {
        margin-bottom: 0;
    }

    .bloque-portada-1 {
        padding: 0;
    }

    .bloque-portada-1 > div {
        font-size: 21px;
    }

    .nuestros-aceites-aceite-wrapper {
        margin-bottom: 50px !important;
    }

    .nuestros-aceites-aceite-wrapper .fusion-title {
        margin-top: 10px !important;
    }

    #toTop {
        bottom: 10px !important;
        right: 10px !important;
    }

    iframe[src*='youtube'] {
        height: calc(9/16 * 100vw);
        max-width: 100% !important;
    }

    a.mas-info-boton-comprar {
        font-size: 18px !important;
        padding: 14px !important;
    }

    a.mas-info-descargar-ficha-tecnica {
        display: block;
        margin: 5px auto 40px;
        padding: 14px !important;
    }

    #cookie-law-info-bar {
        padding: 15px !important;
    }
}