.titolo-area.backdrop {
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-size: cover;
}

.titolo-area.backdrop .container {
  background-color: rgba(255, 255, 255, 0.95);
}

/* .titolo-area .titolo-content, .titolo-info{
	padding: 0 40px;
}

@media ( max-width : 767px) {
	.titolo-area .titolo-content, .titolo-info{
		padding: 0 10px;
	}
} */

.titolo-area {
  margin: 130px 0 90px;
}

.titolo-area .titolo-card {
  position: relative;
  border-radius: 12px;
  background-color: #ded2d2;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  color: #000000;
  text-transform: uppercase;
  overflow: hidden;
  /* max-height: 600px; */
}

.titolo-area .titolo-content {
  padding: 30px;
}

.titolo-area .titolo-content > span {
  color: #0c59db;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 28px;
}

/* Il padding laterale va lasciato a bootstrap: azzerandolo i margini negativi della .row
   qui dentro sporgono di 15px per lato e su telefono la pagina scorre di traverso. */
.titolo-area > .container {
  padding: 40px 15px;
}

.titolo-area > .titolo-container {
  margin: auto;
  width: 85%;
}

.titolo-area .titolo-thumb {
  height: 100%;
  /* min-height: 600px; */
}

.titolo-area .titolo-thumb img {
  width: 100%;
}

.order-1 {
  flex: 0 0 25%;
}

.order-2 {
  flex: 0 0 75%;
}

.titolo-content .locale {
  font-size: 20px;
  font-style: italic;
}

.titolo-content .descrizione {
  font-size: 16px;
  text-transform: none;
  margin-top: 70px;
}
.titolo-content .share {
  font-size: 15px;
}

table .titolo-data {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

table .titolo-data .titolo-ora {
  font-size: 30px;
  font-weight: normal;
}

table .main-btn {
  font-size: 48px;
}

table .main-btn .arrow-right {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid white;
  margin-left: 20px;
}

.share-links a {
  color: black;
  font-size: 15px;
}

#btn-share {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .order-1 {
    flex: 0 0 40%;
  }
  .order-2 {
    flex: 0 0 60%;
  }
  .titolo-content .locale {
    font-size: 16px;
  }
  .titolo-content .descrizione {
    font-size: 12px;
  }
  .titolo-content .share {
    font-size: 12px;
  }
  table .titolo-data {
    font-size: 26px;
    line-height: 30px;
  }
  table .titolo-data .titolo-ora {
    font-size: 22px;
    font-weight: normal;
  }
  table .main-btn {
    font-size: 32px !important;
    padding: 0 15px;
  }

  table .main-btn .arrow-right {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid white;
  }
}

.titolo-area img {
  object-fit: contain;
  /* height: 100%; */
  /* max-height: 700px; */
  max-width: 100%;
  /* border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; */
}

/* .titolo-area .titolo-trailer {
  text-align: center;
  margin-top: 40px;
} */

.btn.btn-trailer {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

.titolo-area .titolo-content > span::before {
  position: absolute;
  content: '';
  top: 10px;
  right: -90px;
  height: 2px;
  width: 70px;
  background: #0c59db;
}

@media (max-width: 767px) {
  .titolo-area .titolo-content > span::before {
    display: none;
  }
  .main-btn-evento {
    width: 100%;
  }
}

.titolo-area .titolo-content .title {
  font-size: 36px;
  line-height: 32px;
  font-weight: normal;
}
.titolo-area .titolo-content h2.title {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}
.titolo-area .titolo-content h3.title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .titolo-area .titolo-content .title {
    font-size: 24px;
  }
  .titolo-area .titolo-content h3.title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .titolo-area .titolo-content h3.title {
    font-size: 20px;
  }
}

.titolo-area .status {
  font-size: 1.5em;
}

.titolo-area .status .badge {
  padding: 10px;
}

.titolo-area .status i.fa {
  margin-right: 5px;
}

.titolo-area .info {
  margin-top: 70px;
}

.titolo-area .info li {
  font-size: 1.2em;
  margin-bottom: 5px;
  text-align: left;
}

.titolo-area .info li > i {
  width: 30px;
  margin-right: 10px;
  font-size: 1.2em;
  text-align: center;
}

.titolo-area .titolo-content table {
  width: 100%;
  /* border: 2px solid #ededed; */
}

/* .titolo-area .titolo-content table th {
	border: 2px solid #d0d0d0;
	border-collapse: collapse;
	padding: 5px 10px;
	height: 50px;
	background-color: #eee;
} */

.titolo-area .titolo-content #tab-bigliettiopen td {
  border-top: 1px solid black;
  border-collapse: collapse;
  /* padding: 10px 10px; */
  height: 90px;
}

.titolo-area .titolo-content #calendar table td {
  /* border-top: 1px solid black;
  border-collapse: collapse; */
  padding: 10px 0px;
  /* height: 90px; */
}


.titolo-area .titolo-content table td a {
  padding: 5px 10px;
  min-height: 38px;
  vertical-align: middle;
  padding: 5px 10px;
  display: inline-block;
  font-size: 1rem;
}

.titolo-area .titolo-content table td a + a {
  margin-left: 10px;
}

.titolo-area .titolo-content table td .badge {
  padding: 5px 10px;
  height: 38px;
  vertical-align: middle;
  padding: 5px 10px;
  display: inline-block;
  font-size: 0.8rem;
  text-align: left;
}
.titolo-area .titolo-content table td .badge {
  line-height: 2;
}
.titolo-area .titolo-content table td .badge.twoline {
  line-height: 1;
}

table td input {
  width: 40px;
  border: 1px solid #999;
  /* padding: 4px; */
  height: 38px;
  vertical-align: middle;
  border-radius: 0;
  color: #6c7a83;
  font-size: 1.2em;
}

.titolo-area .titolo-content .action-support-item {
  margin-top: 40px;
  background: #ff5f6e;
  text-align: center;
  padding: 20px 40px;
  position: relative;
  display: inline-block;
  z-index: 5;
}

.titolo-area .titolo-content .action-support-item i {
  position: absolute;
  top: 8px;
  left: 10px;
  opacity: 0.05;
  color: #fff;
  font-size: 60px;
  z-index: -1;
}

.titolo-area .titolo-content .action-support-item p {
  color: #fff;
  font-size: 14px;
}

.titolo-area .titolo-content .action-support-item span {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .titolo-area .titolo-content .action-support-item span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .titolo-area .titolo-content .action-support-item span {
    font-size: 18px;
  }
}

.softlink,
.softlink:hover,
.softlink:active {
  color: inherit;
}
.accordionBtn {
  display: block !important;
}
.accordionBtn .fa-chevron-down {
  display: none;
}
.accordionBtn.collapsed .fa-chevron-up {
  display: none;
}
.accordionBtn.collapsed .fa-chevron-down {
  display: inline;
}
.accordionBtn .fal {
  margin-right: 8px;
}
#calendar {
  width: 100%;
  /* margin: 50px auto 0; */
  max-width: 800px;
}
.day > .circle {
  opacity: 100%;
}
#calendar,
.datepicker table,
.datepicker-inline {
  width: 100%;
}
#calendar .day div.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2ecc71;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
}
#calendar .day.enabled div.circle {
  background-color: #50cc80;
}
#calendar .datepicker table tr td.day.enabled.focused div.circle,
#calendar .datepicker table tr td.day.enabled:hover div.circle {
  background-color: #2fa662;
}
#calendar .day.soldout div.circle {
  background-color: #dc3545;
}
#calendar .datepicker table tr td.day.soldout.focused div.circle,
#calendar .datepicker table tr td.day.soldout:hover div.circle {
  background-color: #c82333;
}
#calendar .day.onlineout div.circle {
  background-color: var(--primary-color-light);
}
#calendar .datepicker table tr td.day.onlineout.focused div.circle,
#calendar .datepicker table tr td.day.onlineout:hover div.circle {
  background-color: var(--primary-color);
}
#calendar .datepicker table tr td.day.active.focused div.circle,
#calendar .datepicker table tr td.day.active:hover div.circle {
  background-color: var(--primary-color-dark);
}
#calendar .day.active div.circle {
  background-color: var(--primary-color);
}
#calendar .datepicker table tr td.active:hover {
  background-color: unset;
}
#calendar .datepicker table tr td.active {
  background-color: transparent;
  background-image: none;
}
.titolo-area .titolo-content #calendar .datepicker table {
  border: 0;
}
#calendar .datepicker thead .datepicker-switch {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
#calendar .datepicker thead .prev,
#calendar .datepicker thead .next {
  font-size: 20px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #000;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: unset;
}
.titolo-area .titolo-content .datepicker table th.dow {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.titolo-area .titolo-content .datepicker table td,
.titolo-area .titolo-content .datepicker table th {
  border: 0;
  background-color: transparent;
  height: 55px;
}
.titolo-area .titolo-content .datepicker table td.old,
.titolo-area .titolo-content .datepicker table th.old,
.titolo-area .titolo-content .datepicker table td.new,
.titolo-area .titolo-content .datepicker table th.new {
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 0;
}
.selezTipo a {
  width: 100%;
  line-height: 1.5em;
  padding-top: 30px;
  padding-bottom: 30px;
  word-spacing: normal;
}
.selezTipo a.notselect {
  background-color: transparent;
  border-color: #0c59db;
  color: #0c59db;
}
.selezTipo a.success {
  background-color: #07a427;
  border-color: #07a427;
}

#tab-eventi .tab-eventi-row {
  border-top: solid black 1px;
}

#tab-eventi .tab-eventi-row td:first-child {
  padding: 15px 15px;
}

#tab-eventi .tab-eventi-row td:nth-child(2) {
  padding-right: 20px;
}

.priceName {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}

.priceIngresso {
  font-size: 14px;
  line-height: 18px;
}

.priceValue {
  font-size: 48px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}

.priceDdp {
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}

.priceSoldOut{
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

div.disattivato .priceName,
div.disattivato .priceIngresso,
div.disattivato .priceValue,
div.disattivato .priceDdp,
div.disattivato .priceSoldOut
{
	opacity: 0.3;
}

@media (width < 1200px) {
  .priceName {
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
  }
  .priceIngresso {
    font-size: 12px;
    line-height: 18px;
  }
  .priceValue {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
  }
}

.titolo-time .titolo-data {
  font-size: 48px;
  line-height: 40px;
}

.titolo-time .titolo-ora {
  font-size: 24px;
  line-height: 40px;
}

@media (width < 992px) {
  /* .titolo-area > .titolo-container {
    margin: auto;
    width: 95%;
  } */
  .titolo-time .titolo-data {
    font-size: 32px;
    line-height: 30px;
  }

  .titolo-time .titolo-ora {
    font-size: 16px;
    line-height: 20px;
  }
  .titolo-area .titolo-card {
    flex-direction: column;
  }
  .titolo-area .titolo-content .title {
    font-size: 24px;
  }

  .titolo-area .titolo-thumb {
    height: 100%;
    min-height: unset;
  }
  .titolo-area .titolo-content {
    padding: 15px 15px;
  }
  .titolo-area img {
    object-fit: fill;
    /* height: 100%; */
    max-height: unset;
    max-width: 100%;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: unset; */
  }
  #tab-eventi .tab-eventi-row {
    border-top: solid black 1px;
    display: flex;
    flex-direction: column;
  }
  /* #tab-eventi .tab-eventi-row td:first-child {
    padding: 20px 0 20px 15px;
  } */
  #tab-eventi .tab-eventi-row td:nth-child(2) {
    padding-right: unset;
    padding: 10px;
  }
  #tab-eventi .tab-eventi-row td:nth-child(2) > a {
    width: 100%;
  }
  #tab-eventi .tab-eventi-row td:first-child > a {
    display: flex;
  }
  #tab-eventi .tab-eventi-row td:first-child > a > span {
    margin-left: 20px;
  }
  .titolo-area {
    margin: 175px 0 90px;
  }
  .titolo-content .descrizione {
    margin-top: 20px;
  }
  .titolo-area .info {
    margin-top: 40px;
  }
  .footer-area .footer-copyright {
    padding-bottom: 65px;
  }
}
