/*
Theme Name: Festival Mussol Theme
Template: hello-elementor
Author: codina studio Team
Author URI: https://codina.studio
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1680074384
Updated: 2023-03-29 09:19:44

*/

/*
.reveal-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.reveal-text {
    text-align: center;
    color: var(--e-global-color-accent );
    font-family: "Aspekta", Sans-serif;
    font-size: 64px;
    letter-spacing: -0.5px;
    line-height: 1em;
    z-index: 3;
  }

.reveal-text p:hover {
    cursor: pointer;
  }
  
img.image-reveal {
    position: absolute;
    margin: auto;
    display: block;
    border-radius: 30px !important;
    max-width: 600px !important;
  }
*/
  
/*@media only screen and (max-width: 600px) {
    .reveal-text {
        font-size: 32px;
    }
}

h2.give-amount-heading, .give-personal-info-section fieldset:not(.ffm-field-container>fieldset) legend:first-of-type, .give-payment-details-section legend:first-of-type {
  border-bottom: 0 !important;
}