/* STYLE MENU WP */
.menu {
  color:white;
}

.menu>li>a {
  color:white;
  text-decoration-line: none;
}
/* STYLE MENU WP */

/* MODIFICHE BOOSTRAP BASE */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #662D91;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(102 45 145 / 25%);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #662D91;
  --bs-btn-border-color: #662D91;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7433a4;
  --bs-btn-hover-border-color: #7433a4;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7433a4;
  --bs-btn-active-border-color: #7433a4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #662D91;
  --bs-btn-disabled-border-color: #662D91;
}

.nav-link {
  color: white !important;
}

.me-auto {
  margin-right: 0 !important;
}

.form-check-input:checked {
  background-color: #662D91;
  border-color: #662D91;
}

.form-check-input:focus {
  border-color: #662D91;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(102 45 145 / 25%);
}

.card-event {
  /* height: 480px; */
  height: 100%;
  box-shadow: 0 6px 15px 0 hsl(0deg 1% 30% / 26%);
}

.card {
  box-shadow: 0 6px 15px 0 hsl(0deg 1% 30% / 26%);
}

.card-event {
  cursor: pointer;
}

.card-img-top {
  height: 250px;
}

.img-thumbnail {
  padding: 0.30rem;
  background-color: #fff;
  border: 0;
  max-width: 100%;
  height: auto;
}

.bg-purple {
  background-color: #662D91;
  color: white;
}

.navbar-toggler {
    border: 2px solid white;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.15rem;
}

/* MODIFICHE BOOSTRAP BASE */

/* STYLE JOINUP */
@font-face {
  font-family: joinup_font;
  src: url('../fonts/Myriad Pro Regular.ttf');
}

* {
  font-family: joinup_font;
}

.purple-text {
  color: #7433a4;
}

.black-text {
  color: black;
}

.white-text {
  color: white;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-right {
  justify-content: right;
}

.img-profilo {
  border-radius: 50%;
  max-height: 50px;
}

.padding-0 {
  padding: 0;
}

.img {
  height: 200px;
}

.event-header {
  height: 350px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.event-description {
  border-top: 1px solid rgb(161, 161, 161);
  margin-top: 30px;
  padding-top: 10px;
  border-bottom: 1px solid rgb(161, 161, 161);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.card-details {
  top: 20px;
}

.height-50 {
  height: 50px;
}

.currency {
  font-size: 1.5rem;
  color: #9ad192;
}

.font-rem-1-2 {
  font-size: 1.2rem;
}

.border-right {
  border-right: 1px solid black;
}

.separatore {
  border-top: 1px solid #ededed;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 95%;
  left: 2.5%;
  position: relative;
}

.separatoreFull {
  border-top: 1px solid #ededed;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.bottom-bar {
  text-align: center;
/*   position: sticky;
  bottom: 0;
  background-color: white;
  width: 100%;*/
}  

.header {
  background-color: #662D91;
}

.scaricaApp {
  display: block;
}

.footer {
  position: sticky;
  bottom: 0px;
}

.icon {
  width: 25px;
  height: 25px;
}

.footer-text {
  font-size: 18px;
  color: black;
}

.footer-border {
  border-radius: 15px 15px 0% 0%;
  box-shadow: 0 -4px 8px rgb(0 0 0 / 15%);
}

.rwo {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  padding: 5px;
}

.hidden {
  display: none;
}

.wp-block-post-title {
  color: #662D91;
}

.fiterButton {
  font-size: 1.25rem;
  position: fixed;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  bottom: 65px;
  right: 10px;
  background-color: #662D91;
  color: white;
  text-align: center;
}

.fiterButton>i {
  position:relative;
  top: calc(50% - 13px);
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #662D91;
  display:flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

div > a {
  color: initial;
  text-decoration: initial;
}

div > a:hover {
  color: initial;
  text-decoration: initial;
}

.joinupCard {
  border-radius: 15px;
  box-shadow: 0 6px 15px 0 hsl(0deg 0% 50% / 10%);
}

.nominativo {
  display: contents;
  font-size: 1.25rem;
  margin-left: 15px;
}

.btnNominativo {
  top: 20%;
  position: relative;
  float: right;
}

.display-inline {
  display: inline;
}

.font-rem-1 {
  font-size: 1rem;
}

.menu-item-profile {
  padding: 0.75rem;
  margin-bottom: 0px;
  font-size: 1.25rem;
  cursor: pointer;
}

.disponibilita {
  color: #0d6efd;
}
/* STYLE JOINUP */