@import url('https://fonts.cdnfonts.com/css/inkverse'); /* variables */

@property --bg-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #0b4873;
}

@property --evidence-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #fe61ad;
}

@property --banner-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #2aafba;
}

@property --gray-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #edf3f3;
}

/* correzione padding-top con gin*/
body.toolbar-fixed {
  padding-top: 0 !important;
}


/*EU cookie Compliance*/

.eu-cookie-compliance-buttons .decline-button {
  background-color: white;
}

.section-margin {
  margin: 4rem auto;
}

.top-r-rounded img {
  border-radius: 0 4rem 0 4rem;
}


.brand {
  font-family: "inkverse", sans-serif;
  color: var(--evidence-color);
}


/* SECONDARY MENU */

.no-marker::marker {
  display: none;
}

.menu-main ul {
  background-color: white;

  & li a {
    /*font-family: "Josefin Sans", sans-serif;*/
    /*background-color: var(--bg-color);*/
  }

  & li {
    background-color: white
  }

}

.secondary {
  border-top: 1px solid gainsboro;
  background-color: whitesmoke;
  position: fixed;
  bottom: 1px;
  padding: 1rem;
  font-size: 0.875rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 10;
}


.language-switcher-language-content-entity {
  font-size: 0.875rem;

  color: #666;
  @media all and (min-width: 780px) {
    position: unset;
    padding: 0.7em 2px 0 0;
  }
}

/* BREADCRUMB */

div#block-tailwindcss-breadcrumbs {
  margin-top: 3rem;
}

/* BLUEBANNER */

.bluebanner {
  margin-top: 1rem;
  background-color: var(--banner-color);
  padding: 1rem 0;

}

p.bluebanner {
  max-width: 1024px;
  margin: 0 1rem;
  text-align: center;
  color: #eae7df;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  @media all and (min-width: 780px) {
    margin: 0 auto;
  }
}

h3.bluebanner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625;
  color: #eae7df;
}

/* CONTACT */

#block-tailwindcss-contactblock form label {
  display: none;
}

#block-tailwindcss-contactblock form input {
  border: none;
  margin: 1rem;
  padding: 0.5rem;
  width: 16rem;
}

input#edit-field-accept-value {
  width: 1rem !important;
}

div#edit-field-accept-value--description {
  width: 16rem;
  margin-left: 1.8rem;
}


form.contact-message-contattami-form label {
  font-weight: bold;
}

form.contact-message-contattami-form input {
  border: none;
  margin: 1rem;
  padding: 0.5rem;
  width: 17rem;
}

form.contact-message-contattami-form input#edit-field-privacy-value {
  border: none;
  margin: 0;
  padding: 0.5rem;
  width: 1rem;
}


form.contact-message-contattami-form .form-item-field-telefono-0-phone input {
  border: none;
  margin: 1rem;
  padding: 0.5rem;
  width: 20rem;
}

.contact-page h1 {
  text-align: left !important;
  margin-left: 1rem;
}

.contact-message-feedback-form, form.contact-message-contattami-form {
  font-size: 1rem;
  line-height: 2.25rem;
  width: 280px;
  margin: 0 auto;
  @media all and (min-width: 768px) {
    width: 600px;
  }
}

.contact-message-contattami-form textarea {
  border: 1px solid gray;
  @media all and (max-width: 768px) {
    width: 19rem;
    margin: 0 auto;
  }
}

/* FLEX VIEWS */

.flex-views {
  margin: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;


  @media all and (min-width: 768px) {
    border: none;
    gap: 1rem;
    flex-direction: row;
    margin: 2rem auto;
    justify-content: right;
    &.even-row-class {
      flex-direction: row-reverse;
    }
  }

}

.odd-row-class .views-field-fieldset, .odd-row-class .views-field-fieldset-1 {
  display: block;
  position: relative;
  background-color: white;
  max-height: 35rem;
  @media all and (min-width: 768px) {
    padding: 1rem;
    width: 70%;
    border-radius: 0 2rem 0 0;
    border: 1px solid var(--gray-color);
  }

  &.views-field-view-node {
    background-color: white;
  }
}

.even-row-class .views-field-fieldset, .even-row-class .views-field-fieldset-1 {
  display: block;
  position: relative;
  background-color: white;
  max-height: 35rem;
  @media all and (min-width: 768px) {
    padding: 1rem;
    width: 70%;
    border-radius: 2rem 0 0 0;
    border: 1px solid var(--gray-color);
  }
}


.even-row-class .views-field-view-node {
  width: 7rem;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Josefin Sans, sans-serif;
  color: white;
  text-align: center;
  background-color: var(--banner-color);
  font-size: 0.8rem;
  border: 1px solid orange;
  border-radius: 20px;
  margin: 1rem 0.3rem 1rem 0;
  @media all and (min-width: 768px) {
    padding: 1rem;
    background-color: var(--gray-color);
    font-size: 1rem;
    width: 10rem;
    color: black;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}


.odd-row-class .views-field-view-node {
  width: 7rem;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Josefin Sans, sans-serif;
  color: white;
  text-align: center;
  background-color: var(--banner-color);
  font-size: 0.8rem;
  border: 1px solid orange;
  border-radius: 20px;
  margin: 1rem 0.3rem 1rem 0;
  @media all and (min-width: 768px) {
    padding: 1rem;
    background-color: var(--gray-color);
    font-size: 1rem;
    width: 10rem;
    color: black;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}


.flex-views .views-field-field-cover, .flex-views .views-field-field-media-image {
  max-height: 35rem;
  box-shadow: none;
  text-align: -webkit-center;
  /*background-color: var(--gray-color);*/
  border-radius: 2rem 2rem 0 0;

  /*padding: 1rem 0;*/
  @media all and (min-width: 768px) {
    width: 30%;
    border-radius: unset;

  }
}

.views-field-field-cover .field-content img, .views-field-field-media-image .field-content img {
  width: 100%;
  object-fit: cover; /* This helps to preserve the aspect ratio */
  object-position: top;
  height: revert-layer;
  border-radius: 2rem 2rem 0 0;
}

@media all and (min-width: 768px) {
  .even-row-class img {
    border-radius: 0 0 3rem 0 !important;
  }

  .odd-row-class img {
    border-radius: 0 0 0 3rem !important;
  }
}

.flex-views .views-field-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: ZCOOL XiaoWei, 'Georgia', 'Times New Roman', 'serif';
  text-align: center;
  border-bottom: 1px solid gray;
  margin-bottom: 1rem;
  font-variant-caps: all-petite-caps;
  line-height: 1.7rem;
  padding: 0.3rem 0;
  @media all and (min-width: 768px) {
    margin: 1rem 0;
    border: none;
    font-variant-caps: unset;
    line-height: unset;
  }
}

.flex-views .views-field-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 11rem;
}

@media all and (max-width: 768px) {
  .flex-views .views-field-body {
    padding: 3px;
    height: 2rem;
    width: 11rem;
    line-height: 1rem;
    margin: 1rem 0 1rem 0.3rem;
    color: #777;
  }
}


.flex-views .views-field-body p {
  display: none;
  @media all and (min-width: 768px) {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media all and (max-width: 768px) {
  .flex-views .views-field-body h2 {
    font-size: 1rem !important;
    text-align: left;
    font-variant-caps: petite-caps;
  }
}

.flex-views .views-field-field-event-date-show {
  font-size: 3rem;
  color: var(--banner-color);
  font-family: ZCOOL XiaoWei, 'Georgia', 'Times New Roman', 'serif';
  text-align: center;
}

@media all and (max-width: 768px) {
  .flex-views .views-field-field-event-date-show {
    padding: 3px;
    height: 2rem;
    width: 11rem;
    line-height: 1rem;
    margin: 1rem 0 1rem 0.3rem;
    color: #777;
    font-size: 1rem;
    text-align: left;
  }
}


/* FLEX GALLERY */
.flex-gallery {
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  max-width: 320px;

  @media all and (min-width: 768px) {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem auto;
    max-width: 1240px;
  }
}

.flex-gallery .views-field-field-media-image {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.flex-gallery .views-field-title a {
  font-size: 1.5rem;
  color: black;
  padding-bottom: 1rem;
}

/* IMAGES GALLERY */
.img-gallery img {
  width: 296px !important;
  max-width: unset;
  height: 193px;
  object-fit: cover;
  box-shadow: 20px 19px 25px 4px rgb(0 0 0 / 0.2), 0 8px 10px -6px rgb(0 0 0 / 0.2);
  /*border-radius: 0 0 6rem 0;*/
  /*border: 1px solid var(--bg-color);*/
  @media all and (min-width: 720px) {
    width: 320px;
  }

}

/* MEDIA REMOTE*/
.media-oembed-content {
  max-width: 100%;
  margin: 2rem auto;
}

/* DRUPAL MEDIA */
div[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

img[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.align-left {
  margin: 0 1rem 0 0;
}

/* guida */
.guida {
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  padding-bottom: 2rem;

  & p {
    font-style: italic;
    font-size: 0.8rem;
  }
}


/* CONTENT */

.btn-eta {
  cursor: pointer;
  color: white;
  background-color: var(--banner-color);
  padding: 0.5rem 1.5rem;
  width: 19rem;
  margin: 0 auto 2rem auto;
  border-radius: 0.6rem;
  @media all and (min-width: 720px) {
    width: 25rem;
  }

  &:hover {
    background-color: var(--evidence-color);
  }
}


.media-center {
  width: 320px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  overflow: hidden;
  @media all and (min-width: 780px) {
    width: fit-content;
  }
}


/* TAO LIST */

.list-box {
  background-color: #fff3e4;
  padding: 1rem;
  border-radius: 2rem;
}


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.tao-list ul,
ul.tao-list {
  list-style: none;
}

ul.tao-list {
  max-width: 1024px;
  margin: 2rem auto;
  padding: 2rem 0;
}
ul.tao-list li {
  color: white;
}

.tao-list ul li::before {
  content: '\e7cd';
  font-family: 'Material Symbols Outlined';
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
}

ul.tao-list li::before {
  content: '\e7cd';
  font-family: 'Material Symbols Outlined';
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
}

.wp-block-quote {
  border-left: none;
}

/* blog list */

.blog {
  ul {
    list-style: square;
    max-width: 1024px;
    padding: 1rem;
  }
  ul li {
    margin: 1rem 0;
  }
}


.blog.events {
  border: 2px solid orange;
  border-radius: 10px;
  padding: 2rem;
  background-image: url("/themes/custom/tailwindcss_ena/images/MosaicoBGoriginal.png");
  background-blend-mode: soft-light;
  background-color: #ffffffe0;
}

.blog.events h3, .openday h3 {
  background-color: orange;
  font-size: 1.5rem;
  padding: 1rem;
  border: 1px solid orange;
  border-radius: 0.6rem;
  margin: 1rem 20%;
}
.blog.events p strong {
  color: green;
}

.blog.events h5, .openday h5 {
  font-size: 2rem;
  color: #45858f;
}

.blog.events img {
  text-align: center;
}

.openday {
  flex-direction: column;
  @media all and (min-width: 780px) {
    flex-direction: row;
  }
}


.openday .col-a {
  @media all and (min-width: 780px) {
    width: 33.3333%;
  }
}
.openday .col-b {
  @media all and (min-width: 780px) {
    width: 66.6666%;
  }
  background-image: url("/themes/custom/tailwindcss_ena/images/MosaicoBGoriginal.png");
  background-blend-mode: soft-light;
  background-color: #ffffffe0;
  padding-top: 5rem;
  padding-bottom: 2rem;

}


/* CAPTCHA MATH (provisional */
fieldset.captcha.captcha-type-challenge--math {
  color: white;
  margin: 0 2rem;

  & .form-item {
    width: 10rem;
  }

  & input {
    width: 10rem;
    color: black;
  }
}

fieldset.captcha.captcha-type-challenge--recaptcha {
  margin-left: 1rem;

  & legend.captcha__title.js-form-required.form-required {
    color: white;
  }

  & .captcha__description {
    position: relative;
    left: 0;
    color: white;
    width: 18rem;
  }
}

/* USER LOGIN*/
.user-login-form fieldset.captcha {
  margin-left: 0;
}

.user-login-form fieldset legend.captcha__title,
.user-login-form .captcha__description {
  color: black !important;
}


.max-w-96 {
  max-width: 384px;
}

/* Articles */

.articles .flex-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  @media all and (max-width: 780px) {
    flex-direction: row;
    justify-content: center;
  }
}

.articles .column {
  width: 250px;
}

/* ACCORDION */
.ckeditor-accordion-container > dl {
  position: relative;
  border: none;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: transparent;
  color: #214e65
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
  display: block;
  padding: 10px 15px 10px 50px;
  background-color: #fff;
  color: #214e65;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: none;
}

.ckeditor-accordion-container > dl dt {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  left: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border: 1px solid black;

}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  right: 13px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: 1px solid #b6b5b5;
}

.ckeditor-accordion-container article {
}

.ckeditor-accordion-container article.visually-hidden:before {
  content: '📄'; /* Carattere o icona */
  display: inline-block; /* Mantiene l'icona su una linea con il testo */
  vertical-align: middle; /* Allinea verticalmente l'icona al centro del testo */
  margin-right: 0.5rem; /* Spaziatura tra l'icona e il testo */
}

/* CALENDAR */
.calendar {
  border-left: 1px dotted gray;
  padding-left: 1rem;
}

.calendar .calendar-row {
  margin-left: -1.5rem;
}

/* MASONRY */
.masonry-layout-gallery-masonry {
  width: 285px;
  margin: 0 auto;
  @media all and (min-width: 780px) {
    width: 860px;
  }
}

.masonry-layout-gallery-masonry .grid-item {
  margin: 5px 0;
}

/* SLIDESHOW */
.sldshow .slideshow-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


/*.sldshow .views-slideshow-controls-bottom {
  position: relative;
  bottom: 6rem;
  z-index: 100;
}*/

/* Stile per il comportamento del fieldset */
.collapsible {
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.collapsible:hover {
  background-color: #e9e9e9;
}

.content {
  display: none; /* Il contenuto è inizialmente nascosto */
  padding: 10px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}

/* Mostra la sezione del contenuto aperto */
.content.open {
  display: block;
}

/* Collapsible */

/* Stile per il comportamento del fieldset */
.collapsible {
  cursor: pointer;
  background-color: #fbfbfb;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.collapsible:hover {
  background-color: #2aafba;
  color: white;
}

.content {
  display: none; /* Il contenuto è inizialmente nascosto */
  padding: 10px;
  /*border-left: 2px solid #ccc;*/
  /*border-right: 2px solid #ccc;*/
  /*border-bottom: 2px solid #ccc;*/
  border: none;
  margin-bottom: 20px;
}

/* Mostra la sezione del contenuto aperto */
.content.open {
  display: block;
}


/* per test */
.bg-pverde {
  background-color: rgb(42 175 186);
}


.layout-content {
  max-width: 1024px;
  margin: 0 auto;
}

.two-cards {
  max-width: 320px;
  margin: 0 auto;
  @media all and (min-width: 720px) {
    max-width: 700px;
  }
}

.tao-cont {
  padding: 2rem 10rem;

}


.evidence {
  color: #45858f !important;
  font-family: ZCOOL XiaoWei, 'Georgia', 'Times New Roman', 'serif';
  font-size: 1.8rem !important;
}


blockquote p {
  color: orange !important;
  font-size: 1.5rem;
  font-style: italic;

}


.button--add-to-cart {
  background-color: red;
}

form#user-login-form {
  width: 320px;
  margin: 0 auto;
}

input#edit-name, input#edit-pass, input#edit-mail {
  display: block;
  width: 300px;
  margin: 0;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div#edit-name--description, div#edit-pass--description, div#edit-mail--description, div#edit-user-picture-0--description {
  font-size: 0.8rem;
  font-style: italic;
}

label.js-form-required.form-required {
  font-weight: bold;
}


input#edit-remove-button-0 {
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  background-color: transparent !important;
  background-size: 15px;
  padding: 0.5rem;
  box-shadow: none;
  border: none;

  :hover {
    background-color: gainsboro;
    border-radius: 20px;
  }
}

.cart-form tbody tr td, .cart-form thead tr th {
  text-align: center;
  border: none;
}

@media all and (max-width: 700px) {
  td.views-field.views-field-purchased-entity,
  td.views-field.views-field-unit-price__number,
  th#view-purchased-entity-table-column,
  th#view-unit-price-number-table-column {
    display: none;
  }
}


div#edit-payment-information-billing-information-address-0-address-country-code,
div#edit-payment-information-billing-information-address-0-address-container0,
.js-form-item.form-item.js-form-type-textfield.form-item-payment-information-billing-information-address-0-address-organization.js-form-item-payment-information-billing-information-address-0-address-organization {
  width: 17rem !important;
  max-width: 19rem;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

.layout-region-checkout-main {
  padding: 1rem;
  background-color: floralwhite !important;
  border-radius: 6px;
  width: unset !important;
}

.layout-region-checkout-main label {
  font-size: 0.8rem;
  font-weight: 400;
}

.checkout label {
  font-size: 0.8rem;
  font-weight: 700;
}


.layout-region.layout-region-checkout-secondary {
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: #f5e8ce !important;
  border-radius: 6px;
  width: unset !important;
}

.layout-region.layout-region-checkout-footer a {
  font-size: 0.9rem;
  padding: 1rem 0;
  color: #0a65aa;
  text-decoration: underline;
}

.layout-region-checkout-main input {
  width: 16rem;
  border-color: gainsboro;
  padding: 0.3rem;
  color: dimgray;

  :hover {
    border-color: #9d9c9c;
  }
}

.layout-region-checkout-main .fieldset-legend {
  font-weight: 700;
  color: darkgreen;
  border-bottom: 1px solid grey;
}


.js-form-item.form-item.js-form-type-select.form-item-payment-information-billing-information-address-0-address-administrative-area.js-form-item-payment-information-billing-information-address-0-address-administrative-area {
  margin: 1rem 0;
}

input#edit-payment-information-billing-information-copy-to-address-book {
  width: 2rem !important;
}

a#edit-login-returning-customer-forgot-password {
  font-size: 0.8rem;
  display: flex;
  justify-content: start;
  color: #0c63e3;
  font-style: italic;

  :hover {
    text-decoration: underline;
  }

}

.layout-region-checkout-main select {
  width: 16rem;
  border: 1px solid grey;
  padding: 0.3rem;
  color: dimgray;
}

.layout-region.layout-region-checkout-secondary input {
  width: 17rem;
  border-color: gainsboro;

  :hover {
    border-color: #9d9c9c;
  }
}

.checkout-pane-login fieldset {
  font-weight: bold;
}

.views-field-field-cover {
  box-shadow: 20px 19px 25px 4px rgb(0 0 0 / 0.2), 0 8px 10px -6px rgb(0 0 0 / 0.2);
}

.tao-main-menu a {
  color: #666 !important;
}

.wp-block-buttons.is-content-justification-center {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: 8.2rem;
}


.landing h4 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #45858f;
  border-bottom: 1px solid whitesmoke;
  padding: 1rem;
  margin-bottom: 1rem;
}

.shift-top {
  top: 3rem;
  @media all and (min-width: 768px) {
    top: 3.5rem
  }
}
.base-top {
  top: 0
}

/* Language switcher */
/*@media all and (min-width: 780px) {*/
/*  !* line 149, ../sass/screen.scss *!*/
/*  .header-top .container {*/
/*    margin-top: -10px;*/
/*  }*/
/*}*/

#block-tailwindcss-selettorelingua {

  display: block;
  position: absolute;
  top: 0.5rem;
  left: 10rem;
  @media all and (min-width: 780px) {
    left: 18rem;
    top: 1rem;
  }
}

#block-tailwindcss-selettorelingua li, #block-languageswitcher li {
  float: left;
  list-style-type: none;
  padding: 0 5px;
}

img.language-icon {
  object-fit: cover;
  width: 32px;
  height: 24px;
}

.blog img {
  max-width: 300px;
  margin: 0 auto;
}

/*---------------------------------------------------*/
/*	PORTFOLIO
/*---------------------------------------------------*/
.portfolio-item {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.portfolio-img img {
  width: 100%;
}
.portfolio-img:hover img {
  opacity: 0.4;
}
.portfolio-item .portfolio-overlay {
  position: absolute;
  display: block;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.portfolio-item * {
  color: #fff;
}
.portfolio-item .portfolio-title {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  opacity: 0;
  margin-bottom: 0;
  padding: 0 10px 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.portfolio-item:hover .portfolio-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.portfolio-item .portfolio-term {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.portfolio-item:hover .portfolio-term {
  opacity: 0.9;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio-item .portfolio-label {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-item:hover .colorbox {
  background-color: rgba(0, 0, 0, 0.18);
}
.portfolio-item:hover .colorbox:before,
.portfolio-item:hover .colorbox:after {
  opacity: 1;
}

/* SINGLE PORTFOLIO */
.portfolio-meta {
  margin-top: 40px;
}
.portfolio-meta-item {
  margin-bottom: 7px;
}
.portfolio-meta-item div {
  display: inline-block;
}
.portfolio-meta .btn {
  margin-top: 10px;
  font-size: 12px;
}
.portfolio-meta-item-title {
  font-weight: 700;
  text-transform: uppercase;
}
.portfolio-title-detail {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.related-project .portfolio {
  width: 100%;
}
.thumb-list {
  padding: 0 3px 3px 0;
}
.thumb-list:hover img {
  opacity: 0.7;
}
.portfolio-slide .portfolio .portfolio-item {
  padding: 0;
}
.portfolio-meta .button {
  margin-top: 30px;
}

.shuffle-container.shuffle {
  margin: 0 2rem!important;
}


#block-views-block-portfolio-recent-projects-shuffle {
  background-color: #fdfdfd;
  background-image: url('/themes/custom/tailwindcss/assets/img/bg/bg1.png');
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 80px;
}
