<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Plugin Name: SE Formazione
General Stylesheet

*/

.go-back {
  margin-bottom: 15px;
  display: inline-block;
}
.course-overview {
  align-items: center;
}
.single-course .info {
  padding-right: 50px;
}
.single-course .info h1 {
  font-size: 2.3em;
  margin-bottom: 0.5em;
  color: #3a3a3a;
}
.single-course .info h2 {
  font-size: 2em;
  margin-bottom: 0.25em;
  color: #7a2c48;
}
.term-list a {
  display: inline-block;
  padding: 0 0.4em;
  background-color: #155b54;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.single-course .site-content h3 {
  font-weight: normal;
  font-size: 1.5em;
  color: #3a3a3a;
}
.summary-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.detail .fa {
  color: #155b54;
  font-size: 4em;
  margin-bottom: 0.3em;
}
.detail p {
}
.detail + .detail {
  padding-left: 4em;
}
.course-content .content-section {
  padding-right: 50px;
}
.course-content .content-item {
  padding-left: 30px;
  border-left: 8px solid #3a3a3a;
}
.course-content .content-item + .content-item {
  margin-top: 1em;
}
.course-content .content-item.description {
    border-left-color: #e4a9b9;
}
.course-content .content-item.duration {
    border-left-color: #f8bc8f;
}
.course-content .content-item.requirements {
    border-left-color: #79c6c3;
}
.course-content .content-item.certifications {
    border-left-color: #f4ea9b;
}
.course-content .content-item.price {
    border-left-color: #c3a466;
}
a.button.resource-item {
  width: 100%;
  text-transform: uppercase;
}

body .location-item h4 {
  margin-top: 0;
}

.location-item + .location-item {
  margin-top: 2em;
}
.resource-item + .resource-item {
  margin-top: 1.25em;
}
.location-item:first-of-type:last-child {
  
}
.sidebar-item + .sidebar-item {
  margin-top: 2em;
}
.location-item {
  border: 4px solid #c3a466;
  padding: 1em 1.5em 1.5em;
  box-shadow: -10px 10px 0px 0px #f4e1c3;
  transform: translateX(5px);
}
.location-item-2 {
  border: 3px solid #155b54;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
}
.location-item .popup-trigger {
  margin-top: 2em;
}

/* Reserved Area in Logout page */

.members-updates {
  padding-top: 15px;
}

.members-navigation {
  padding-bottom: 45px;
}

.admin-navigation {
  padding-bottom: 30px;
}

.archive-content.updates,
.members-updates .archive-content.updates {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.archive-content.updates article,
.members-updates .archive-content.updates article {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
}

.archive-content .type-update .read-more {
  display: block;
  color: #FFF;
  background: #897822;
  padding: 10px 20px;
  text-transform: uppercase;
  max-width: 150px;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 5px 10px -7px rgba(0,0,0,0);
  transition: 0.25s ease-in-out;
}

.post-type-archive-update .archive-content .type-update .read-more {
  max-width: 175px;
}

.archive-content .type-update .read-more:hover {
  box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.9);
}

p.update-time {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.5em;
}

.read-all a {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #FFF;
  background: #c47d4d;
  padding: 2px 10px 4px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .archive-content.updates article,
   .members-updates .archive-content.updates article {
     width: 50%;
   }
}

@media screen and (min-width: 1300px) {
  .archive-content.updates article,
   .members-updates .archive-content.updates article {
     width: 22%;
   }
}


/* Single Update */

.content-not-allowed {
  padding-top: 90px;
  padding-bottom: 60px;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-update .site-content &gt; article {
  max-width: 1024px;
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  .single-course .location-item {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 875px) and (max-width: 959px) {
  .single-course .location-item {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 874px) {
  .course-content .col {
    width: 100%;
  }
}

@media screen and (max-width: 1560px) {
  .course-overview {
    align-items: stretch;
  }
}
@media screen and (max-width: 1280px) {
  .course-overview  {
    font-size: 0.9em;
  }
  .detail + .detail {
    padding-left: 3.5em;
  }
}
@media screen and (max-width: 1080px) {
  .course-overview  {
    font-size: 0.8em;
  }
  .single-course .info h1 {
    font-size: 2em;
  }
  .detail + .detail {
    padding-left: 1.5em;
  }
  .detail .fa {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 780px) {
  .single-course .info {
    padding-right: 0;
  }
  .course-overview .image {
    order: -1;
    height: 300px;
    margin-bottom: 2em;
  }
}

/* Course Archive */

.one-container.right-sidebar.post-type-archive-course .site-main {
  margin-right: 0;
}

.archive-content.courses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -20px;
  margin-right: -20px;
}

.archive-content.courses article {
  width: calc(100% - 40px);
  margin: 0 20px 40px;
  border: 2px solid #c3a466;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #FFF;
  min-height: 400px;
}

.archive-content.courses article .circle {
  background: #ffdfca;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -250px;
  right: -250px;
  z-index: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.archive-content.courses article:hover .circle {

}

.archive-content.courses article header,
.archive-content.courses article .entry-summary {
  width: 100%;
  position: relative;
  z-index: 1;
}

.archive-content.courses article .entry-summary,
.archive-content.courses article .button {
  align-self: flex-end;
  position: relative;
  z-index: 1;
}

.archive-content.courses h3.entry-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 0.5em;
}

.archive-content.courses .entry-summary h4 {
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #606060;
}

.archive-content.courses .summary-detail {
  flex-direction: column;
  margin-bottom: 1em;
}

.archive-content.courses .summary-detail .fa {
  font-size: 1em;
  padding: 0;
  width: 20px;
  text-align: center;
  margin-right: 15px;
}

.archive-content.courses .summary-detail .detail {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  margin-bottom: 0.5em;
}

.archive-content.courses .summary-detail .fa,
.archive-content.courses .summary-detail .detail p {
  margin-bottom: 0;
  line-height: 1;
}

.archive-content.courses .summary-detail .detail + .detail {
  padding: 0;
}

.archive-content.courses .term-list a {
  font-size: 0.9em;
}

.archive-content.courses a.button {
  font-size: 1.2em;
  padding: 0.5em 0.75em;
  position: relative;
}

.archive-content.courses a.button::after {
  content: '\f060';
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 20.4px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateX(250%);
  color: #606060;
}

.archive-content.courses article:hover a.button::after {
  opacity: 1;
  transform: translateX(125%);
}

@media screen and (min-width: 768px) {
  .archive-content.courses article {
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 1180px) {
  .archive-content.courses article {
    width: calc(33.333% - 40px);
  }
}

@media screen and (min-width: 1460px) {
  .archive-content.courses article {
    width: calc(25% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .archive-content.courses article {
    min-height: 300px;
  }
}

/* Isotope Filters */

.frm-isotope-nav {
	margin: 30px 0;
}

.entry-content .widget .frm-isotope-nav ul,
.frm-isotope-nav ul {
	padding: 0;
	margin: 0;
}

.entry-content .widget .frm-isotope-nav li,
.frm-isotope-nav li {
	display: inline-block;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}

.entry-content .widget .frm-isotope-nav li.active a,
.frm-isotope-nav li.active a {
	background: #ccc;
}

.frm-isotope-nav li a {
	color: #333;
  padding: 15px 30px;
  background: #f2f2f2;
  display: block;
}

.frm-isotope-nav li + li {
	margin-left: 20px;
}

/* Locations Archive */

.archive-content.locations:not(.inline) .row {
  margin-left: -15px;
  margin-right: -15px;
}

.archive-content.locations:not(.inline) .col {
  padding-left: 15px;
  padding-right: 15px;
}

.archive .archive-content.locations {
  max-width: 1280px;
}

.archive .archive-content.locations:not(.inline) article + article {
  margin-top: 45px;
}

.indent {
  padding-left: 20px;
}

.archive .marker .fa {
  font-size: 3em;
  color: #59aaa4;
}

.location-data .data-title {
  font-weight: normal;
}

.single-location .entry-content .location-data {
  margin-top: 60px;
}

.single-location .entry-content .location-data .data-title {
  font-weight: bold;
}

.contact-action .popup-trigger {
  margin-bottom: 0.5em;
}

.archive-content.inline.locations {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  font-size: 0.8em;
  flex-wrap: wrap;
}

.archive-content.inline.locations article {
  width: 16.666%;
}

.archive-content.inline.locations article,
.archive-content.inline.locations .location-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: flex-start;
}

.archive-content.inline.locations .contact-action {
  align-self: flex-end;
  margin-top: 20px;
}

.archive-content.locations:not(.inline) .contact-action .button {
  min-width: 175px;
  text-align: center;
}

.archive-content.inline.locations article &gt; *,
.archive-content.inline.locations .location-data &gt; div {
  width: 100%;
}

.archive-content.inline.locations .location-data p:first-child {
  margin-bottom: 0;
}

.archive-content.inline.locations .location-data &gt; div:last-child {
  align-self: flex-end;
}

.archive-content.inline.locations p a[href*="tel:"],
.archive-content.inline.locations p a[href*="mailto:"],
.archive-content.inline.locations p a[href*="api.whatsapp.com:"],
.archive-content.inline.locations p a[href*="/maps/place/"] {
  padding: 0;
}

.archive-content.inline.locations p a[href*="tel:"]::before,
.archive-content.inline.locations p a[href*="mailto:"]::before,
.archive-content.inline.locations p a[href*="api.whatsapp.com:"]::before,
.archive-content.inline.locations p a[href*="/maps/place/"]::before {
  display: none;
}

.archive .archive-content.locations:not(.inline) article:first-child {
  margin-top: 60px;
}

.archive .archive-content.locations:not(.inline) article:first-child,
.archive .archive-content.locations:not(.inline) article + article {
  border: 2px solid #c3a466;
  padding: 30px 30px 100px 30px;
  border-radius: 20px;
}

.formazione-tags .term-label {
  border: 1px solid #c3a466;
  background-color: #c3a466;
  color: #FFF;
  padding: 3px 7px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.1;
}

.formazione-tags .term-label:last-child {
  margin-right: 0;
}

.type-location .entry-actions {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.location-button {
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .archive .marker {
    text-align: center;
  }
}

@media screen and (max-width: 1180px) {
  .archive .marker .fa {
    font-size: 5em;
  }
}

@media screen and (max-width: 960px) {
  .archive-content.inline.locations {
    justify-content: flex-start;
  }
  .archive-content.inline.locations article {
    max-width: calc(25% - ( 0.8 * 60px ) );
    margin-bottom: 30px;
  }
  .single-location .location-data {
    margin-top: 2.5em;
  }
  .archive .marker .fa {
    font-size: 4em;
  }
}

@media screen and (max-width: 860px) {
  .archive-content.inline.locations article {
    max-width: 100%;
    width: 33.333%;
  }
  .archive .marker .fa {
    font-size: 3em;
  }
}

@media screen and (max-width: 768px) {
  .archive .archive-content.locations .marker {
    width: auto;
    position: absolute;
    right: 0;
    top: -10px;
  }
  .archive .archive-content.locations:not(.inline) .location-data .col + .col {
    margin-top: 1em;
  }
  .archive-content.locations:not(.inline) .contact-action .button {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .archive-content.inline.locations article {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .archive-content.inline.locations article {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .archive-content.inline.locations article {
    width: 100%;
  }
}

/* Single Location */

.location-overview {
  justify-content: space-between;
  align-items: flex-start;
}

.location-overview::after,
.location-overview::before {
  display: none;
}

.location-overview .location-item {
  max-width: 300px;
}

.single-location .location-data &gt; div:not(.col) + div:not(.col) {
  margin-top: 2.5em;
}

@media screen and (min-width: 769px) {
    .single-location .description {
      padding-right: 45px;
    }
}

@media screen and (min-width: 1080px) {
    .single-location .description {
      padding-right: 90px;
    }
}

@media screen and (max-width: 780px) {
  .location-overview .location-item {
    max-width: calc(100% - 20px);
    transform: translateX(15px);
    margin: 30px 0;
  }
}

/* Download Monitor */

.dlm-search-wrapper {
  margin-bottom: 30px;
}

.dlm-category-wrapper h3 {
  margin-bottom: 35px;
}

.dlm-category-wrapper + .dlm-category-wrapper h3 {
  margin-top: 20px;
}

.dlm-downloads {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.dlm-item {
  width: 25%;
  padding: 0 20px 40px 20px;
}
.dlm-item .download-box {
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: none;
  border: 2px solid #CCC;
  border-radius: 15px;
}
body .download-box h1 {
  font-size: 1.1em;
  color: #3a3a3a;
}
body .download-box .download-button {
  font-size: 1em;
  align-self: flex-end;
  border: none;
}
body .dlm-item .download-button small,
body .dlm-item .download-box .download-count,
body .dlm-item .download-box img.wp-post-image {
  display: none;
}
.dlm-item .download-box .download-box-content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.dlm-item .download-box .download-box-content h1 {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .dlm-item {
    width: 33.333%;
  }
}
@media screen and (max-width: 860px) {
  .dlm-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .dlm-item {
    width: 100%;
    padding-bottom: 20px;
  }
}
</pre></body></html>