/*
Theme Name: MFA-Theme
Version: 1.0.1
Description: Museu Fundació Agbar
Author: five is blue
*/
.text-container img{max-width: 100%;height: auto;}


/* Newsletter POPUP FORM EN */
#popmake-1779 {
    padding: 60px 0px 0px 0px !important;
}
@media (min-width: 992px) {
    #popmake-1779 {
        padding: 60px 40px 0px 40px !important;
        top: 50px !important;
    }
}

/* ---- Newsletter - Checkbox educativa --- */
.checkbox-edu .wpcf7-list-item-label {
    cursor: pointer;
    padding-left: 16px !important;
}
.newsletter-form form .wpcf7-list-item-label:before,
.popmake form .wpcf7-list-item-label:before {
    display: block;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0;
    background-color: #fff;
    border: 2px solid #002f6c;
}
.newsletter-form form .wpcf7-list-item-label:after,
.popmake form .wpcf7-list-item-label:after  {
    display: block;
    position: absolute;
    content: "\2143";
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 0;
    left: 9px;
    visibility: hidden;
    font-size: 16px;
    transform: rotate(45deg);
    font-weight: 600;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after
{
    visibility: visible !important;
}

.wpcf7-form-control-wrap.educativa {
    position:unset;
}
.wpcf7-form-control-wrap.educativa label{
    position: relative;
}


/*--- PREMIOS FOOTER ---*/
.premios_footer {
    margin-top: 70px;
}
.premios_footer a {
    display: flex;
    color: #ffffff;
    text-decoration: none;
}
.premios_footer a:hover {
    color: #ffffff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .premios_footer {
    margin-top: -10px;
}
}
.premios_text {
    font-size: 0.8rem; 
    line-height: 0.9rem;
}
.premios_text_break {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
}


/** CUSTOM **/
.rrss-links svg {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}
