/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
.container-mod {
  padding: 0 3%;
}
.event-form {
  position: relative;
  clear: both;
}
.header-form {
  height: 365px;
  overflow: hidden;
  position: relative;
  margin: -5px 15px 0px;
}
.header-form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-form .header-form_caption {
  position: absolute;
  bottom: 0;
  padding: 0 3%;
  display: flex;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.header-form .header-form_caption > div {
  padding: 5px 10px;
}
.header-form .header-form_caption .form_caption_date {
  background-color: #297a38;
  height: fit-content;
}
.header-form .header-form_caption .form_caption_date .event-day {
  margin: 0;
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
}
.header-form .header-form_caption .form_caption_date .event-month {
  margin: 0;
  font-size: 1.7em;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.header-form .header-form_caption .form_caption_date .event-year {
  margin: 0;
  font-size: 1.2em;
  letter-spacing: 3px;
  padding-top: 5px;
}
.header-form .header-form_caption .form_caption_title span {
  font-size: 1.65em;
}
.header-form .header-form_caption .form_caption_title h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
}
.event-confirm-form > .row {
  padding: 15px 15px 5px 15px;
  background-color: #ededed;
  margin-bottom: calc(30px);
}
.event-confirm-form input {
  border: none !important;
}
.event-confirm-form label {
  text-transform: uppercase !important;
  color: #595959 !important;
}
.event-confirm-form h3 {
  font-weight: bold;
}
.event-confirm-description {
  margin: 15px 0 5px 0;
}
.event-confirm-description h2 {
  font-weight: bold;
  margin-top: 50px;
}
.event-confirm-description h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.icon-calendar-intro {
  float: left;
  margin-right: 10px;
}
.save-draft-icon,
.publish-icon {
  background: transparent;
  border: 0;
}
.save-draft-icon:hover,
.publish-icon:hover {
  opacity: 0.8;
}
.save-draft-icon {
  color: #888787;
}
.save-draft-icon > span {
  color: #888787;
}
.save-draft-icon .icon-text {
  color: #888787;
  font-weight: bold;
}
.publish-icon > span {
  color: #297a38;
}
.publish-icon .icon-text {
  color: #297a38;
  font-weight: bold;
}
.boxed-data {
  font-weight: bold;
}
.container-tools {
  margin: 0 !important;
  padding: 0 !important;
}
#tab-staff .container-tools,
#tab-participants .container-tools {
  margin: 0;
  padding: 10px 15px !important;
}
.inline-boxed > div {
  padding: 0 5px;
}
.inline-boxed > div:first-child {
  padding-left: 0;
}
.inline-boxed > div:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .inline-boxed > div {
    padding: 0;
  }
}
/* WIDGET GRAFICO */
.box-widget .wrap-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-widget .wrap-event .wrap-img {
  width: 100%;
  max-height: 400px;
}
.box-widget .wrap-event .wrap-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box-widget .wrap-event .abstract {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px 40px;
  color: #fff;
  background: rgba(22, 22, 22, 0);
  background: -moz-linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, #161616 100%);
  background: -webkit-linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, #161616 100%);
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, #161616 100%);
}
.box-widget .wrap-event .abstract a {
  color: #fff;
}
.box-widget .wrap-event .abstract h2.box-widget-subtitle {
  font-size: 2em;
}
#eventsOwlCarousel .owl-nav:not(.disabled) {
  position: absolute;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  /* nascondo per evitare sovrapposizioni con il view-all */
  /*.owl-prev {
      opacity: 0;
      pointer-events: none;
    }*/
}
#eventsOwlCarousel .owl-nav:not(.disabled) .owl-next,
#eventsOwlCarousel .owl-nav:not(.disabled) .owl-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3rem;
  opacity: .7;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
/**

 */
.event_signUp {
  background-color: #ffffff;
}
.event_signUp .header-form {
  height: 25vw;
  margin: 0;
}
.event_signUp .header-form_caption {
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
  display: flex;
}
.event_signUp .header-form_caption > div {
  padding: 5px 10px;
}
.event_signUp .header-form_caption .form_caption_date {
  background-color: #297a38;
  height: fit-content;
}
.event_signUp .header-form_caption .form_caption_date .event-day {
  margin: 0;
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
}
.event_signUp .header-form_caption .form_caption_date .event-month {
  margin: 0;
  font-size: 1.7em;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.event_signUp .header-form_caption .form_caption_date .event-year {
  margin: 0;
  font-size: 1.2em;
  letter-spacing: 3px;
  padding-top: 5px;
}
.event_signUp .header-form_caption .form_caption_title span {
  font-size: 1.65em;
}
.event_signUp .header-form_caption .form_caption_title h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
}
.event_signUp .wrap-description {
  padding-bottom: 30px;
}
.event_signUp .event-confirm-form p {
  margin: 20px 0;
}
.event_signUp form {
  padding: 0;
}
.event_signUp form .form-control {
  border: 1px solid #d4d4d4;
  border-bottom-color: #959494;
}
.event-description {
  background-color: #ececec;
  padding: 5px 0 30px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.event-description + .sub-dashboard-graphics {
  margin-top: 0;
}
.community-page .breadcrumb {
  padding: 15px 0;
  border-radius: 0;
}
/**
EVENT VIEW TMP FIX
 */
.event-view .tab-content {
  padding: 15px;
}
.event-view .bk-btnFormContainer {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
/**
EVENT CALENDAR VIEW
*/
.event-calendars-view {
  margin-top: 30px;
}
.event-calendars-view small {
  font-size: 1em;
  padding: 0 10px;
  background-color: #297a38;
  color: #ffffff;
}
.event-calendars-view small + h2 {
  margin-top: 5px;
  line-height: 1;
}
.event-calendars-view .description {
  font-size: 1.5em;
  line-height: 1.2;
}
.event-calendars-view .gestione-slot-legenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.event-calendars-view .gestione-slot-legenda h3 {
  margin: 0;
}
.event-calendars-view .gestione-slot-legenda .dash,
.event-calendars-view .gestione-slot-legenda .am {
  margin-right: 5px;
  border: 1px solid #b4c2ca;
  padding: 5px;
}
.event-calendars-view .gestione-slot-legenda .am {
  padding: 3px 6px;
}
