@charset "UTF-8";

.logged-in .site_wrapper::after {
  content: "Tablet Landscape";
  background: rgba(0, 0, 0, 0.5);
}

.hide_from_tl {
  display: none;
}

.show_from_tl {
  display: block;
}

span.show_from_tl {
  display: inline-block;
}

.fw_from_tl {
  width: 100% !important;
  max-width: 100% !important;
}

/* LAYOUT
----------------------------------------------------------------------------- */

.single .container > .main {
  max-width: calc(100% - 290px);
}

.single .container > .sidebar {
  max-width: 240px;
}

.theiaStickySidebar .set_pr_x2 {
  padding-right: 60px;
}

/* Grids */
.mix_grid_5 .mix,
.mix_grid_5 .gap {
  width: calc(100% / 4 - (((4 - 1) * 2%) / 4));
}

/* Paddings */
.set_pt_x2 {
  padding-top: 14px;
}
.set_pb_x2 {
  padding-bottom: 14px;
}
.set_pt_x3 {
  padding-top: 21px;
}
.set_pb_x3 {
  padding-bottom: 21px;
}
.set_pt_x4 {
  padding-top: 28px;
}
.set_pb_x4 {
  padding-bottom: 28px;
}
.set_pt_x5 {
  padding-top: 35px;
}
.set_pb_x5 {
  padding-bottom: 35px;
}
.set_pt_x6 {
  padding-top: 42px;
}
.set_pb_x6 {
  padding-bottom: 42px;
}
.set_pt_x7 {
  padding-top: 49px;
}
.set_pb_x7 {
  padding-bottom: 49px;
}
.set_pt_x8 {
  padding-top: 56px;
}
.set_pb_x8 {
  padding-bottom: 56px;
}
.set_pt_x9 {
  padding-top: 63px;
}
.set_pb_x9 {
  padding-bottom: 63px;
}
.set_mb_x9 {
  margin-bottom: 63px;
}
.set_pt_x10 {
  padding-top: 70px;
}
.set_pb_x10 {
  padding-bottom: 70px;
}
.set_pt_x11 {
  padding-top: 77px;
}
.set_pb_x11 {
  padding-bottom: 77px;
}
.set_pt_x12 {
  padding-top: 84px;
}
.set_pb_x12 {
  padding-bottom: 84px;
}
.set_pt_x13 {
  padding-top: 91px;
}
.set_pb_x13 {
  padding-bottom: 91px;
}
.set_pt_x14 {
  padding-top: 98px;
}
.set_pb_x14 {
  padding-bottom: 98px;
}
.set_pt_x15 {
  padding-top: 105px;
}
.set_pb_x15 {
  padding-bottom: 105px;
}

.set_pl_x1 {
  padding-left: 45px;
}
.set_pr_x1 {
  padding-right: 45px;
}
.set_pl_x2 {
  padding-left: 90px;
}
.set_pr_x2 {
  padding-right: 90px;
}

/* LAYOUT ELEMENTS
----------------------------------------------------------------------------- */

/* Page Content */
.page_menu,
.push_page_content {
  width: 29%;
}

.page_menu + .page_content,
.push_page_content + .page_content {
  width: 71%;
}

/* Archive Software */
.mix_grid_3 .mix,
.mix_grid_3 .gap {
  width: calc(100% / 2 - (((2 - 1) * 4%) / 2));
}

/* Archive Sticky Posts */
.sticky_posts,
.sticky_posts.sticky_posts_news {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-direction: column;
}

.sticky_posts > .item_formazione {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 63px;
  max-width: 100%;
}

/* Post Item List */
.item_post {
}

/* Iubenda */
.iubenda-cs-container {
  padding: 18px;
}
.iubenda-cs-rationale {
  display: block;
}
.iubenda-banner-content,
.iubenda-cs-opt-group {
  width: 100%;
  text-align: center;
}
.iubenda-cs-accept-btn {
  margin: 10px auto 0;
}

/* ACF FORMAZIONE
----------------------------------------------------------------------------- */
.acf_formazione_item .heading_3 {
  font-size: 18px;
}

/* CARDS
----------------------------------------------------------------------------- */

.slideshow-slide .slide_image {
  max-width: 100%;
  float: none;
  margin-bottom: 40px;
}

.slideshow-slide .slideshow-content {
  position: static;
  transform: none;
  width: 100%;
  top: 0;
}

.slideshow-content > .container > div {
  padding-left: 0;
}

.slideshow-content .editor_wysiwyg li strong {
  font-size: 16px;
}

.slideshow_navigation {
  display: none;
}

.js_slideshow .slick-dots {
  width: 100% !important;
}

.img_slideshow_wrapper.aligned_sx,
.img_slideshow_wrapper.aligned_dx {
  flex-direction: column-reverse;
  display: flex;
}

.js_img_slideshow {
  max-width: 100%;
}

.img_slideshow_wrapper.aligned_sx .img_slideshow_content,
.img_slideshow_wrapper.aligned_dx .img_slideshow_content {
  position: static;
  transform: none;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  top: 0;
}

/* Related */
.related-grid .col {
  width: 100%;
  padding-right: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}

.related-grid .col:last-child {
  border-bottom: 0;
}
