/*

Theme Name:Vulci
Description:Vulci
Text Domain:vulci
Template: astra
Version: 1.0.0
Requires PHP: 5.7
*/

body.home .elementor-widget-sidebar .widget-title {
    color: #beab93;
    font-weight: 600;
    font-size: 36px;
}

.vulci-lists ul li ,
.vulci-lists ol li {
	margin-bottom:25px
}

.vulci-lists ul li:last-of-type ,
.vulci-lists ol li:last-of-type {
	margin-bottom:0
}

.ast-builder-menu-2 .menu-item.menu-language-switcher > .menu-link {
    padding-left: 0;
    padding-right:0;
}

.inner_column_border {
    border-right:1px solid #BEAB93 !important;
}

.inner_column {
    padding-right:10px !important;
    height: 100% !important;
}

.vulci_hero {
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    font-family: "Titillium Web";
    color: white;
    z-index: 97;
    background: #000;
    overflow: hidden;
}

.vulci_hero img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 99;
    object-fit: cover;
    object-position: center center;
    opacity: .8;
    transition: opacity 0.5s ease-out;
}

.vulci_hero:hover img {
    opacity: .6;
}

.vulci_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}

.vulci_content {
    position: relative;
    max-width: 800px;
    z-index: 100;
}

.vulci_subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

.vulci_title {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    margin:0;
}

.vulci_edition {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.vulci_datebox {
    background-color: #d7263d;
    color: #fff;
    display: inline-block;
    padding: 0.4rem 0.8rem;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 5px;
    text-decoration: none !important;
}

.vulci_datebox:hover,
.vulci_datebox:active,
.vulci_datebox:focus {
    background-color: red;
    color: #fff;
}


/* Widget calendario */

.em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a,
.em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date span,
.em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date a,
.em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date span {
    border-radius: none !important;
    text-decoration: none !important;
    font-size: 16px;
    color: #FFB300 !important;
    line-height: initial !important;
    height: 34px;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored {
    height: auto !important;
    width: auto !important;
    line-height: initial !important;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring {
    border: none !important;
    height: auto !important;
    width: auto !important;
    line-height: initial !important;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring a ,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring a {
    border: none !important;
    border-radius: 2px !important;
    background-color: #FFB300 !important;
    color: #fff !important;
    width: auto !important;
    height: 20px;
    line-height: 20px;
    padding: 0 2.5px;
}

.em.em-calendar .em-cal-body .em-cal-day:not(.eventless-today) .em-cal-day-date.em-cal-day-date span {
    color: #C8C9C9 !important
}

.em.em-calendar .em-cal-body .eventless-today ~ .em-cal-day.eventless .em-cal-day-date span {
    color: #000 !important
}

.em.em-calendar .em-cal-body .em-cal-day.eventless-pre .em-cal-day-date span ,
.em.em-calendar .em-cal-body .em-cal-day.eventless-post .em-cal-day-date span {
    display: none;
}

/* Google Maps */

.vulci_map iframe {
    width: 100%;
    height: 100%;
}

/* Carosello */

.vulci_carousel figure {
	padding:30px 0;
}

.vulci_carousel img {
	width:851px !important;
	height:586px !important;
	object-fit: cover;
	object-position: center center;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4) !important; 
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4) !important;
}

.vulci_carousel .elementor-image-carousel-caption {
	padding-left:50px;
}

/* Modulo prenotazione */

#prenota {
    margin-top: 30px;
}

#prenota input[type="email"],
#prenota input[type="date"],
#prenota input[type="text"],
#prenota textarea {
  border: none;
  box-shadow: none;
  padding: 0 0 15px 0;
  height: auto !important;
  line-height: 2rem;
  font-size: 30px;
  color: #000;
  border-bottom: solid 2px #000;
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

#prenota .tickets label {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}

#prenota input::-webkit-input-placeholder {
  font-size: 30px;
  color: #000;
}
#prenota input::-moz-placeholder {
  font-size: 30px;
  color: #000;
}
#prenota input:-ms-input-placeholder {
  font-size: 30px;
  color: #000;
}
#prenota input:-moz-placeholder {
  font-size: 30px;
  color: #000;
}

#prenota textarea::-webkit-input-placeholder {
  font-size: 30px;
  color: #000;
}

#prenota textarea::-moz-placeholder {
  font-size: 30px;
  color: #000;
}
#prenota textarea:-ms-input-placeholder {
  font-size: 30px;
  color: #000;
}
#prenota textarea:-moz-placeholder {
  font-size: 30px;
  color: #000;
}

#prenota .ticket-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

#prenota .ticket-wrapper input[type="number"],
#prenota .ticket-wrapper .btn-minus,
#prenota .ticket-wrapper .btn-plus {
  width: 40px;
  height: 40px;
  font-size: 24px;
  padding:0;
  line-height: 40px;
  border: none;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  border-radius: 6px;
}

#prenota .ticket-wrapper input[type="number"]{
  width: 80px;
  color: #000;
  border: none !important;
  line-height: 40px;
}

#prenota input[type="submit"]{
  background-color: #BEAB93;
  color: #fff;
}

#prenota #tickets {
  text-align: center;
  font-size: 16px;
}

/* Tooltip */

.tooltip-wrapper {
    margin: 25px 0;
    list-style: none;
}

.tooltip-wrapper li {
    margin: 0;
    padding: 0;
}

.table-tooltip {
    margin-left: auto
}

.tooltip-inline-row {
	position:relative;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
    color: #ccc;
    cursor: pointer;
	z-index:9999;
    width: 17px;
}

.tooltip-container {
    display: flex;
    align-items: center;
    gap:20px;
}

.tooltip-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.tooltip-description {
    position: absolute;
	padding:15px;
    background: #fff;
    font-size: 14px;
    color: #333;
    width: 500px;
	top:50%;
	left:-515px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    -ms-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
	opacity: 0;
	visibility: hidden;
	line-height:1.4em;
	z-index:1001;
    -webkit-box-shadow: 1px 1px 10px 0px #ccc;
    box-shadow: 1px 1px 10px 0px #ccc;
}

.tooltip-description:after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
	top:50%;
	right:-1px;
    background: #fff;
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	z-index:99;
}

.tooltip-inline-row .tooltip-icon:hover ~ .tooltip-description {
	visibility: visible;
	opacity: 1;
}

/* Footer */

.site-footer .site-footer-section-1 {
    position: relative;
}

.site-footer .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

.site-footer .ast-builder-layout-element[data-section="section-fb-social-icons-1"] .ast-footer-social-wrap .footer-social-inner-wrap {
    text-align: right !important;
}

.site-footer .ast-builder-layout-element[data-section="section-fb-social-icons-1"] .ast-footer-social-wrap .footer-social-inner-wrap a svg {
    fill: #fff;
}

.site-footer .ast-builder-html-element p {
    font-family: "Titillium Web";
    color: white;
}

.site-footer .ast-builder-html-element p em {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}

.site-footer #astra-footer-menu li {
    margin-bottom: 20px;
}

.site-footer #astra-footer-menu li a {
    font-family: "Titillium Web";
    color: white;
    font-weight:700;
    font-size: 18px;
}

.site-footer .ast-footer-copyright p {
    font-family: "Titillium Web";
    color: white;
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 600px) {

    .tooltip-description {
        width: 350px;
        left: -365px;
    }

}

@media (max-width: 768px) {

    body.home .elementor-widget-sidebar {
        width: 100%;
    }

    body.home .elementor-widget-sidebar .widget-title {
        text-align: center;
    }

    .calendar-container {
        width: 100%;
        max-width: 100% !important;
    }

    .map-info {
        position: relative !important;
    }

    .vulci_order_1{
        order: 1 !important;
    }

    .vulci_order_2 {
        order: 2 !important;
    }

    .vulci_title {
        font-size: 2rem;
    }

    .vulci_subtitle {
        font-size: 1.2rem;
    }

    .vulci_datebox {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }

    .inner_column_border {
        border-right:none !important;
    }

    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .site-footer-primary-section-1 p {
        text-align: center !important;
    }

    .site-footer .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
        position: relative;
        width: 100%;
    }

    .site-footer .ast-builder-layout-element[data-section="section-fb-social-icons-1"] .ast-footer-social-wrap .footer-social-inner-wrap {
        text-align: center !important;
    }

}

@media (max-width: 1024px) {

    .vulci_carousel img {
        width:100% !important;
        height:100% !important;
        -webkit-box-shadow: none !important; 
        box-shadow: none !important;

    }

}

@media (max-width: 1400px) {

    .vulci_container {
        width: 100% !important;
    }

    .vulci_container .e-grid:not(.e-child) {
        width: calc(100% - 40px) !important;
    }

    .vulci_row,
    .vulci_container.vulci_inner_container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

@media (min-width: 1100px) {

    .menu-language-switcher {
        position: absolute !important;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

}
