/*
Theme Name: About Carnaval
Author: Pedro Estarque
Author URI: https://pedro.estarque.com.br
Description: Tema About Carnaval para <a href="https://www.agenciamotiva.com.br/">Agência Motiva</a>
Version: 14
*/

html, body { height: 100%; width: 100%; scroll-behavior: smooth;}
* {border: 0px;margin: 0px;padding: 0px;vertical-align: baseline;/* outline:none; */outline-color: gray;box-sizing: border-box;-webkit-text-size-adjust:100%;} 

:root {
    --about-laranja: #F23827;
    --about-roxo: #333374;
    --about-creme: #FFF1CC;
    --about-vermelho: #F23827;
}

body {
    background-color: #FFFAEB;
    font-family: 'bornaregular', sans-serif;
    font-size: 16px;
    background-image: url(images/bg.svg);
    background-size: 4000px;
    background-position-x: -1000px;
    background-position-y: 70vh;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, b, strong {
    font-family: 'bornamedium', sans-serif;
}

a { color: #333; text-decoration: none;}

#logo {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 190px;
    height: 74px;
    background: url(images/logoAboutCarnavalWhite.svg);
    background-size: cover;
    z-index: 1;
}

body:not(.page-template-home-carnaval) #logo {
    filter: invert() brightness(0);
}

.menu-container {
    position: absolute;
    z-index: 1;
    left: 395px;
    top: 64px;
}

.menu {
    list-style-type:none;
    display: flex;
    gap: 35px;
    font-size: 20px;
}

.menu a {
    color: white;
}

.menu a:hover {
    text-decoration: underline;
}

.menu-mobile+button {
    display: none;
}

.social-header {
    position: absolute;
    display: flex;
    gap: 20px;
    right: 3vw;
    top: 64px;
    z-index: 1;
}

.social-header a, footer .social a {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.social-header a:hover, footer .social a:hover {
    transform: scale(1.1);
}

body.page-template-home-carnaval section.banner {
    position: relative;
    color: white;
}

body.page-template-home-carnaval section.banner:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, var(--about-roxo));
    mix-blend-mode: multiply;
}

body.page-template-home-carnaval section.banner:after {
    content: "";
    position: absolute;
    bottom: -4.15vw;
    width: 62vw;
    height: 8vw;
    background-image: url(images/pattern-carnaval.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

body.page-template-home-carnaval section.banner img {
    width: 100%;
    display: block;
}

body.page-template-home-carnaval section.banner h1 {
    position: absolute;
    font-size: 6.1vw;
    font-weight: bold;
    font-family: 'bornabold', sans-serif;
    /* right: 4.6vw; */
    left: 47vw;
    bottom: 15vw;
    text-shadow: 0 4px 8px rgb(0 0 0 / 16%);
}

body.page-template-home-carnaval section.banner h3 {
    position: absolute;
    max-width: 38vw;
    /* right: 15vw; */
    left: 47vw;
    bottom: 10.5vw;
    font-size: 1.6vw;
    font-weight: normal;
    font-family: 'bornaregular';
}

body.page-template-home-carnaval section.banner .about-button {
    position: absolute;
    right: 8.3vw;
    font-size: 1.4vw;
    min-width: 29vw;
    bottom: -2.15vw;
    text-align: center;
    height: 4vw;
    transition: 0.3s all;
}

body.page-template-home-carnaval section.banner .about-button:hover {
    background: var(--about-creme);
    padding-top: 8px;
}

body.page-template-home-carnaval section.banner a+a {
    position: absolute;
    bottom: -2.15vw;
    right: 3vw;
    width: 4.7vw;
    height: 4vw;
    background: url(images/arrow_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.about-button{
    padding: 1vw 1.5vw;
    border-radius: 50px;
    border: 3px solid var(--about-laranja);
    color: var(--about-laranja);
    background: white;
}

body.page-template-home-carnaval section+section {
    margin: 150px auto;
    max-width: 1350px;
    padding: 20px;
}

body.page-template-home-carnaval section+section h2,
body.archive section h2 {
    text-transform: uppercase;
    font-size: 64px;
    font-size: 3.3vw;
    display: flex;
    align-items: center;
}

body.page-template-home-carnaval section+section h2:before,
body.archive section h2:before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

body.page-template-home-carnaval section#sobre {
    margin: 400px auto;
    max-width: 1350px;
    display: flex;
    gap: 130px;
    align-items: flex-start;
}

body.page-template-home-carnaval section#sobre p {
    font-size: 20px;
    margin-bottom: 35px;
}

section#fotos h2:before {
    background-image: url(images/Icon_Registros.svg);
}

body.page-template-home-carnaval section#parceiros h2:before {
    background-image: url(images/Icon_Parceiros.svg);
}

body.page-template-home-carnaval section#cupons h2:before {
    background-image: url(images/Icon_Cupom.svg);
}

section#novidades h2:before {
    background-image: url(images/Icon_News.svg);
}

body.page-template-home-carnaval #fotos > .title,
body.archive #fotos > .title {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

body.page-template-home-carnaval #fotos select,
body.archive #fotos select {
    appearance: none;
    background-color: var(--about-creme);
    background-image: url('images/icon-dropdown arrow-small.svg');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    padding: 0 25px;
    font-size: 24px;
    border: 2px solid black;
    border-radius: 30px;
    height: 60px;
    min-width: 165px;
    margin-left: 40px;
    color: black;
    font-family: 'bornamedium';
}

.registro {
    position: relative;
    color: white;
}

.registro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--about-roxo));
    mix-blend-mode: multiply;
    transition: 0.3s all;
    transform: translateY(25%);
}

.registro:hover:after {
    transform: translateY(0%);
}

.registro img {
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    object-fit: cover;
}
.registro:hover img {
    transform: scale(1.1);
}

.registro .data {
    position: absolute;
    bottom: 80px;
    left: 10px;
    font-size: 36px;
    font-family: 'bornasemibold';
    z-index: 1;
    transition: 0.3s all;
}

.registro h3 {
    position: absolute;
    bottom: 50px;
    left: 10px;
    font-size: 24px;
    font-family: 'bornasemibold';
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    transition: 0.3s all;
    text-transform: uppercase;
}

.registro:hover h3,
.registro:hover .data {
    transform: translateY(-20%);
}

.registro .credito {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--about-vermelho);
    font-size: 14px;
    z-index: 1;
}

body.page-template-home-carnaval #fotos .registros,
body.archive #fotos .registros {
    display: flex;
    gap: 10px 1%;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

body.page-template-home-carnaval #fotos .registro,
body.archive #fotos .registro {
    height: 300px;
    width: 32.6%;
    display: none;
}

body.page-template-home-carnaval #fotos .registro.selected,
body.archive #fotos .registro.selected {
    display: inline-flex;
    overflow: hidden;
}

body.page-template-home-carnaval #parceiros > div {
    display: flex;
    gap: 80px 5%;
    flex-wrap: wrap;
    padding: 120px 0;
    justify-content: center;
}

body.page-template-home-carnaval #parceiros > div > a {
    background: white;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 230px;
    border-radius: 120px;
    box-shadow: 4px 8px 16px rgb(0 0 0 / 16%);
    transition: 0.3s all;
}

body.page-template-home-carnaval #parceiros > div > a:hover {
    transform: scale(1.10);
}

body.page-template-home-carnaval #cupons > div {
    display: flex;
    gap: 80px 40px;
    flex-wrap: wrap;
    padding: 120px 0;
    justify-content: center;
}

body.page-template-home-carnaval #cupons > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 410px;
    /* width: 30%; */
    height: 440px;
    max-width: 100%;
    background: rgb(255 241 204 / 35%););
    position: relative;
}

body.page-template-home-carnaval #cupons > div > a.texto {
    background: rgb(242 185 15 / 50%);
    display: flex;
    flex-direction: column;
    transition: 0.3s all;
}

body.page-template-home-carnaval #cupons > div > a.texto:hover {
    background: rgb(242 185 15);
}

body.page-template-home-carnaval #cupons > div > a > div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 280px;
    /* border-radius: 150px; */
    overflow: hidden;
    mask-image: url(images/mascara.svg);
    mask-repeat: no-repeat;
    /* z-index: 3; */
    /* position: relative; */
}

body.page-template-home-carnaval #cupons > div > a > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.3s all;
}

body.page-template-home-carnaval #cupons > div > a:hover img {
    transform: scale(1.1);
}

body.page-template-home-carnaval #cupons > div > a:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 310px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: black;
    background: url(images/shape_about.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

body.page-template-home-carnaval #cupons > div > a span {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 32px;
    font-family: 'bornasemibold';
}

body.page-template-home-carnaval #cupons > div > a span:after {
    content: " OFF";
    font-family: 'bornaregular';
}

body.page-template-home-carnaval #cupons > div > a p {
    color: var(--about-roxo);
    font-size: 32px;
    font-family: 'bornasemibold';
    position: relative;
    white-space: pre;
    text-align: center;
}

body.page-template-home-carnaval #cupons > div > a.texto b {
    position: relative;
    border-width: 1.5px;
    margin-top: 20px;
    font-size: 28px;
    font-family: 'bornaregular';
    padding: 15px 30px;
}

body.page-template-home-carnaval #cupons > div > a > .arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

body.page-template-home-carnaval #cupons > div > a > .arrow:before {
    content: "CUPOM: ";
    font-family: 'bornabold';
    margin-right: 5px;
}

body.page-template-home-carnaval #cupons > div > a > .arrow:after {
    content: "";
    width: 33px;
    height: 28px;
    display: inline-block;
    background-image: url(images/arrow_about.svg);
    margin-left: 10px;
    transition: 0.3s all;
}

body.page-template-home-carnaval #cupons > div > a:hover > .arrow:after {
    transform: translateX(5px);
}

body > .content {
    max-width: 960px;
    margin: 250px auto;
    padding: 20px;
}

body > .content > * {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

body.single-novidade .content img {
    max-width: 100%;
    height: auto;
}

body > .content > h1.title {
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1.22;
}

body > .content > img {
    height: auto;
}

body > .content p {
    font-size: 20px;
    line-height: 28px;
}

body > .content .date {
    text-transform: capitalize;
    margin: 50px 0;
    font-size: 16px;
    border-bottom: 2px solid #D6D6E3;
    padding-bottom: 10px;
}

body.page-template-home-carnaval #novidades,
body.archive #novidades {
    padding: 0;
}

body.page-template-home-carnaval #novidades > h2,
body.archive #novidades > h2 {
    padding-left: 20px;
}

body.page-template-home-carnaval #novidades > div,
body.archive #novidades > div {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 120px 0;
    justify-content: center;
}

body.page-template-home-carnaval #novidades > div > a,
body.archive #novidades > div > a {
    width: 440px;
    height: 455px;
    max-width: 90%;
    background: var(--about-roxo);
    border-radius: 15px;
    overflow: hidden;
}

body.page-template-home-carnaval #novidades > div > a img,
body.archive #novidades > div > a img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}

body.page-template-home-carnaval #novidades > div > a:hover img,
body.archive #novidades > div > a:hover img {
    filter: brightness(0.8);
}

body.page-template-home-carnaval #novidades section,
body.archive #novidades section {
    color: white;
    padding: 20px;
}

body.page-template-home-carnaval #novidades h3,
body.archive #novidades h3 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'bornabold';
    text-transform: uppercase;
    margin-bottom: 20px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.page-template-home-carnaval #novidades p,
body.archive #novidades p {
    font-family: 'bornamedium';
    line-height: 19px;
    max-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about-vejamais,
.about-voltar {
    display: flex;
    padding: 20px 40px;
    border: 2px solid;
    border-radius: 40px;
    text-align: center;
    margin: auto;
    width: fit-content;
    background: var(--about-creme);
    font-size: 28px;
    font-family: 'bornamedium';
    transition: 0.3s all;
}

.about-vejamais:hover,
.about-voltar:hover {
    background: rgb(242 185 15);
}

.about-voltar {
    width: min-content!important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.about-voltar:before {
    content: "";
    height: 12px;
    width: 5px;
    display: inline-block;
    background: url(images/smallArrow.svg);
    margin-right: 20px;
}

footer #muitos-abouts {
    transform: translateY(-150px);
}

footer #muitos-abouts h2 {
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

footer #muitos-abouts h2:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-right: 15px;
    background: url(images/Bimbo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

footer #muitos-abouts h2:after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 32px;
    margin-left: 15px;
    background: url(images/arrow_about.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

footer #muitos-abouts > div {
    display: flex;
    gap: 15px;
    padding: 40px 30px;
    overflow: scroll;
    margin-left: -30px;
    scrollbar-width: none;
}

footer #muitos-abouts > div > a {
    position: relative;
    transition: 0.3s all;
}

footer #muitos-abouts > div p {
    position: absolute;
    font-size: 44px;
    line-height: 53px;
    font-family: 'bornabold';
    color: white;
    top: 145px;
    left: 40px;
}

footer {
    position: relative;
    background: black;
    padding: 0 50px 250px 50px;
    margin-top: 450px;
}

footer .logo {
    position: absolute;
    left: 10vw;
    top: 634px;
    width: 190px;
    height: 74px;
    background: url(images/logoAboutCarnavalWhite.svg);
    background-size: cover;
}

footer .social {
    position: absolute;
    right: 10vw;
    top: 665px;
    display: flex;
    gap: 20px;
    color: white;
}

footer .social > p {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 19px;
    font-family: 'bornabold';
}

body.single-registro > .content {
    max-width: 100%;
}

#galeria-about {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#galeria-about a {
    max-width: 350px;
    height: 200px;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
    margin: auto;
}

#galeria-about a:hover {
    transform: scale(1.05);
    filter: saturate(1.1);
}

#galeria-about img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

body.single-registro h1.title {
    text-align: center;
    font-size: 100px;
    margin-bottom: 70px;
}

body.single-registro .data {
    font-size: 32px;
    color: var(--about-roxo);
    font-family: 'bornamedium';
    margin-top: 70px;
}

body.single-registro .data span {
    text-transform: capitalize;
}

body.post-type-archive-novidade .content {
    max-width: 1400px;
}

@media (max-width:1000px) {
    
    #logo {
        width: 57px;
        height: 50px;
        background-image: url(images/Bimbo.svg);
        filter: invert() brightness(2);
        left: 20px;
        top: 20px;
    }

    .social-header {
        display: none;
    }

    html.menu-open .social-header {
        display: flex;
        z-index: 1;
        right: 50%;
        transform: translateX(50%);
        top: 330px;
    }

    .menu-container {
        display: none;
    }

    html.menu-open .menu-container {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        top: 105px;
        z-index: 2;
    }

    body.page-template-home-carnaval section.banner {
        height: 100vh;
        width: 100%;
    }
    
    body.page-template-home-carnaval section.banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 15% 0;
    }

    body.page-template-home-carnaval section.banner > div {
        position: absolute;
        bottom: 130px;
        font-size: 10.5vw;
        left: 20px;
    }

    body.page-template-home-carnaval section.banner h1 {
        font-size: 45px;
        /* font-size: 11.5vw; */
        font-size: 100%;
        left: auto;
        right: auto;
        /* text-align: center; */
        position: relative;
        bottom: auto;
        margin-bottom: 10px;
    }

    body.page-template-home-carnaval section.banner h3 {
        left: auto;
        right: auto;
        margin: auto;
        /* font-size: 32px; */
        /* font-size: 6vw; */
        font-size: 60%;
        max-width: 100%;
        position: relative;
        bottom: auto;
    }

    body.page-template-home-carnaval section.banner:after {
        width: 100vw;
        bottom: 0;
        height: 100px;
        background-size: cover;
        left: 0;
    }

    body.page-template-home-carnaval section.banner a+a {
        display: none;
    }

    body.page-template-home-carnaval section.banner .about-button {
        position: relative;
        right: auto;
        bottom: auto;
        display: flex;
        padding: 20px 30px;
        max-width: fit-content;
        margin: 90px auto;
        font-size: 18px;
        border-width: 2px;
        align-items: center;
    }

    body.page-template-home-carnaval section#sobre {
        flex-direction: column;
        gap: 60px;
        margin: 200px auto 0 auto;
    }

    body.page-template-home-carnaval section#sobre img {
        width: 80%;
        max-width: 100%;
    }

    body.page-template-home-carnaval section+section {
        margin: 100px auto;
    }

    body.page-template-home-carnaval #fotos .registro, body.archive #fotos .registro {
      width: 100%;
    }

    body.page-template-home-carnaval #fotos > .title,
    body.archive #fotos > .title {
        flex-direction: column;
        margin-bottom: 20px;
    }

    body.page-template-home-carnaval section+section h2,
    body.archive section h2 {
        font-size: 28px;
        /* letter-spacing: -0.5px; */
    }

    body.page-template-home-carnaval section+section h2:before,
    body.archive section h2:before {
        width: 34px;
        height: 34px;
    }

    body.page-template-home-carnaval #fotos select,
    body.archive #fotos select {
        margin: 40px auto;
    }

    body.page-template-home-carnaval #parceiros > div {
        padding: 80px 0;
    }

    body.page-template-home-carnaval #cupons > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 80px 0 0 0;
    }

    body.page-template-home-carnaval #cupons > div > a {
      width: 100%;
      max-width: 380px;
      zoom: 0.5;
    }

    body.page-template-home-carnaval #cupons > div > a.texto p {
        font-size: 16px;
    }

    body.page-template-home-carnaval #cupons > div > a > div {
        mask-size: 90%;
        mask-position: center;
    }
    
    body.page-template-home-carnaval #cupons > div > a > div img {
        width: 90%;
        object-position: center;
    }

    body.page-template-home-carnaval #novidades > div {
        padding: 80px 0;
    }
    
    body.page-template-home-carnaval #fotos .registros,
    body.archive #fotos .registros {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    body.page-template-home-carnaval #cupons > div > a:before {
        width: 95%;
        background-size: 100%;
        background-position: center;
    }

    body.page-template-home-carnaval #cupons > div > a.texto b {
        font-size: 19px;
    }
    
    footer #muitos-abouts h2 {
        font-size: 27px;
        font-family: 'bornabold';
    }

    footer #muitos-abouts h2:before {
        width: 36px;
        height: 32px;
    }

    footer #muitos-abouts h2:after {
        width: 33px;
        height: 29px;
    }
    
    footer #muitos-abouts {
        /* transform: translateY(-100px); */
    }

    footer {
        padding: 20px;
        margin-top: 240px;
    }

    footer .logo {
        position: relative;
        left: auto;
        top: -50px;
        display: block;
        margin: auto;
    }

    footer .social {
        position: relative;
        right: auto;
        top: auto;
        margin: 120px auto;
        display: flex;
        justify-content: center;
    }

    footer .social > p {
        /* position: relative; */
        right: 0;
        left: 0;
        top: -50px;
        margin: auto;
        text-align: center;
    }

    .menu-mobile {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90px;
        height: 75px;
        background: var(--about-roxo);
        z-index: 1;
        border-radius: 47%;
        cursor: pointer;
        transition: 0.3s all cubic-bezier(0,0.8,0.2,2);
    }

    html.menu-open .menu-mobile {
        transform: scale(10);
    }

    .menu-mobile+button {
        appearance: none;
        background: none;
        position: absolute;
        width: 90px;
        height: 75px;
        top: 20px;
        right: 20px;
        z-index: 1;
        display: block;
    }

    .menu-mobile+button i {
        width: 50px;
        height: 4px;
        border-radius: 5px;
        background: white;
        transition: 0.3s all;
        opacity: 1;
        display: block;
        position: absolute;
        left: 20px;
        top: 35px;
    }

    html.menu-open .menu-mobile+button i {
        width: 0;
        /* opacity: 0; */
    }

    .menu-mobile+button i:before, .menu-mobile+button i:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 4px;
        border-radius: 5px;
        left: 0;
        top: -15px;
        transition: 0.3s all;
        background: white;
    }

    .menu-mobile+button i:after {
        top: 15px;
    }

    html.menu-open .menu-mobile+button i:before {
        transform: translateY(10px) rotate(45deg);
     }

    html.menu-open .menu-mobile+button i:after {
        transform: translateY(-20px) rotate(-45deg);
    }

    .menu {
        display: flex;
        flex-direction: column;
        font-size: 40px;
        font-family: 'bornabold';
        gap: 20px;
    }

    body > .content > h1.title {
        font-size: 40px;    
    }

    body.admin-bar #logo,
    body.admin-bar .menu-mobile,
    body.admin-bar .menu-mobile+button {
        margin-top: 46px;
    }
    
}

/* large screen */
@media ( min-width: 1001px ) {
    #logo:hover {
        background: url(images/logo_aboutcarnaval_white_blink.svg);
    }
    body:not(.page-template-home-carnaval) .menu a {
        color: #121212;
    }
    body:not(.page-template-home-carnaval) .social-header a {
        filter: invert();
    }
}

/* MailChimp form */
div#mc_embed_signup {
    background: transparent;
    width: auto;
    font-family: 'bornaregular', sans-serif;
    font-size: 16px;
}


div#mc_embed_signup #mc-embedded-subscribe {
    display: flex;
    color: black;
    padding: 20px 40px;
    border: 2px solid;
    border-radius: 40px;
    text-align: center;
    margin: 20px auto;
    width: fit-content;
    background: var(--about-creme);
    font-size: 28px;
    font-family: 'bornamedium';
    transition: 0.3s all;
    height: auto;
    line-height: 1;
}

div#mc_embed_signup #mc-embedded-subscribe:hover {
    background: rgb(242 185 15);
}

#mc_embed_signup .mc-field-group select {
    appearance: none;
    background-color: var(--about-creme);
    background-image: url('images/icon-dropdown arrow-small.svg');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    padding: 0 25px!important;
    font-size: 18px;
    border: 2px solid black;
    border-radius: 30px;
    height: 45px;
    color: black;
    font-family: 'bornamedium';
    width: 270px!important;
}

#mc_embed_signup form {
    margin: 20px 0!important;
}
