 /*Custom Cards*/
.custom_card_container {
    display: flex;
    flex-direction: row;
    width: 350px;
    height: 500px;
    perspective: 500px;
    margin: 0 25px;
}

.custom_card_container:hover > .custom_card {
    cursor: pointer;
    transform: rotateY(180deg);
}

.custom_card {
    transition: transform 1500ms;
    transform-style: preserve-3d;
}

.front, .back {
    border-radius: 2rem;
    box-shadow: 0 0 5px 2px ;
    backface-visibility: hidden;
    opacity: 0.9;
}

.front:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--meteoBlack);
    opacity: 0.3;
    border-radius: 2rem;
}

.front{
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

/* Cards Images */
.front { background: url('/wp-content/uploads/2024/11/picture02-7.jpg') no-repeat center center;}
.second-front { background: url('/wp-content/uploads/2024/12/stores.jpg') no-repeat center center;}
.third-front {
    cursor: auto;
    background: url('/wp-content/uploads/2024/12/image-restaurants05.jpg') no-repeat center center;
}

.back {
    background-color: #3a3a3a;
    transform: rotateY(180deg);
    flex-direction: column;
    justify-content: center;
}

.custom_card p.meteo_Commissioner_Medium { padding: 20px 20px 20px 20px;}

.custom_card p.meteo_Commissioner_Medium {
    z-index: 9;
    padding: 0;
    letter-spacing: .4px;
}

.front p.meteo_Commissioner_Medium { margin-bottom: -190px; z-index: 9;}
.back p.meteo_Commissioner_Medium { padding: 0 20px 20px 20px; z-index: 9;}

.custom_card_container .front::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--meteoBlack);
    border-radius: 33px;
    z-index: 1;
    opacity: .58;
}


/* Newsletter form style on card*/
.acym__subscription__form__shortcode.acym__subscription__form-erase {
    height: 120px !important;
    background-color: transparent !important;
}

.cell.acym__user__edit__email  { background-color: var(--meteoWhite) !important;}

#acym_fulldiv_formAcym1 #field_2 input{ padding: 0 20px !important;}

#acym_fulldiv_formAcym1 .acym__subscription__form__button button {
    background-color: #d4c16d !important;
    color: var(--meteoBlack) !important;
    border-radius: 50px !important;
    margin-top: 10px !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 35px 10px 35px !important;
    /*padding: 0 25px !important;*/
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-family: 'Commissioner-Medium', sans-serif;
}

#acym_fulldiv_formAcym1 .acym__subscription__form__button button:hover {
    background-color: var(--meteoBlack) !important;
    color: var(--meteoWhite) !important;
}

/* Banner Image */
.custom_banner {
    width: 80px;
    height: 80px;
    margin-top: 380px;
    margin-left: 0px;
    background-color: #d4c16d !important;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.custom_banner img {
    width: 50px;
    height: 80px;
}

/* Contact Page Email Form */
.shortcode_style .cell.acym__user__edit__email  {
    width: 285px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 70px;
}

span.acym__users__creation__fields__title {
    display: none;
}
