/* Theme Name: Neologia
Author: web@quattrolinee.it
Author URI: www.quattrolinee.it
Version: 06/2021 */
.color-black {
  color: #000;
}

.color-white {
  color: #FFF;
}

.color-yellow {
  color: #C6FF01;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #FFF;
}

.bg-yellow {
  background-color: #C6FF01;
}

.btn-yellow {
  background-color: #C6FF01;
  color: #000;
  padding: 0.25rem 0.75rem;
  border-radius: 33px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-yellow:hover {
  background-color: #000;
  color: #C6FF01;
  opacity: 1;
}

.btn-black {
  background-color: #000;
  color: #C6FF01;
  padding: 0.25rem 0.75rem;
  border-radius: 33px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-black:hover {
  background-color: #C6FF01;
  color: #000;
  opacity: 1;
}

.btn-menu {
  background-color: black;
  color: #C6FF01 !important;
  padding: 0.75rem;
  border-radius: 33px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-menu:hover {
  color: #C6FF01;
  opacity: 1;
}

.arrow_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  color: black;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 3px solid black;
  margin-right: 15px;
}

.on-exhibit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 33px;
  padding: 0.25rem 0.75rem;
  font-size: 15px;
  font-weight: 700;
}

.winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C6FF01;
  color: #000;
  border-radius: 33px;
  padding: 0.25rem 0.75rem;
  font-size: 15px;
  font-weight: 700;
}

.selected-filter {
  background-color: black !important;
  color: #C6FF01 !important;
}

@media (min-width: 280px) and (max-width: 768px) {
  .btn-menu {
    background-color: unset;
    color: unset !important;
    padding: unset;
  }
}

@media (min-width: 992px) {
  .btn-yellow {
    padding: 0.25rem 1.75rem;
  }
  .btn-black {
    padding: 0.25rem 1.75rem;
  }
  .btn-menu {
    padding: 0.25rem 1.75rem;
  }
}

div label input {
  margin-right: 100px;
}

body {
  font-family: sans-serif;
}

#ck-button {
  margin: 4px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  overflow: auto;
  float: left;
}

#ck-button {
  margin: 4px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  overflow: auto;
  float: left;
}

#ck-button:hover {
  margin: 4px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid red;
  overflow: auto;
  float: left;
  color: red;
}

#ck-button label {
  float: left;
  width: 4.0em;
}

#ck-button label span {
  text-align: center;
  padding: 3px 0px;
  display: block;
}

#ck-button label input {
  position: absolute;
  top: -20px;
}

#ck-button input:checked + span {
  background-color: #911;
  color: #fff;
}

header {
  background-color: transparent;
  color: #000;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

header .header-logo a:hover {
  opacity: 1;
}

header .header-logo a img {
  width: auto;
  height: 35px;
}

header .header-menu {
  position: relative;
}

header .header-menu #hamburger {
  color: #000;
  width: 32px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  right: 15px;
}

header .header-menu #hamburger span {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #000;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 10;
  top: 11px;
  left: 0;
}

header .header-menu #hamburger span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #000;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 10;
  bottom: 9px;
  left: 0;
}

header .header-menu #hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #000;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 10;
  top: 9px;
  left: 0;
}

header .header-menu #hamburger span.close {
  background: none;
  opacity: 1;
}

header .header-menu #hamburger span.close:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  background: #000;
  z-index: 10;
  position: absolute;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

header .header-menu #hamburger span.close:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  background: #000;
  z-index: 10;
  position: absolute;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

header .header-menu #menu {
  color: #000;
  background-color: #C6FF01;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 0;
  margin: 0;
  z-index: 50;
}

header .header-menu #menu ul {
  list-style: none;
  padding: 1rem 15px;
  display: block;
}

header .header-menu #menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #000;
  padding: 0.5rem 0;
}

header .header-menu #menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.5;
  white-space: pre;
  color: #000;
}

header .header-menu #menu ul.sub-menu {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
}

header .header-menu #menu ul.sub-menu li {
  padding: 0;
}

header .header-menu #menu ul.sub-menu li a {
  white-space: normal;
  line-height: 1;
  padding: 0.5rem 0;
  display: inline-block;
  border-bottom: solid 1px #000;
}

header .header-menu #menu.showMenu {
  display: block !important;
}

header .header-menu #menu.showSubMenu {
  display: block !important;
}

@media (min-width: 992px) {
  header .header-logo a img {
    width: auto;
    height: 60px;
  }
  header .header-menu #menu {
    position: initial;
    background-color: transparent;
    margin-right: 2rem;
  }
  header .header-menu #menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  header .header-menu #menu ul li {
    border-bottom: none;
    padding: 0;
    margin-right: 3rem;
  }
  header .header-menu #menu ul li a:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  header .header-menu #menu ul.sub-menu {
    max-width: 1px;
    padding-left: 0;
  }
  header .header-menu #menu ul.sub-menu li {
    padding: 0;
  }
  header .header-menu #menu ul.sub-menu li a {
    white-space: pre;
    line-height: 1;
    padding: 0.5rem 0;
  }
}

footer {
  background-color: #000;
  color: #FFF;
  font-size: 0.9rem;
}

footer a {
  color: #FFF;
  font-weight: 400;
}

footer a:hover {
  text-decoration: none;
  color: #C6FF01;
}

footer .logo {
  height: 50px;
  width: auto;
}

footer .logo.footer_logo_big {
  height: 70px;
}

footer .logo.footer_logo_small {
  height: 35px;
}

footer .logo2 {
  height: 40px;
  width: auto;
}

footer .logo2.footer_logo_big {
  height: 70px;
}

footer .logo2.footer_logo_small {
  height: 25px;
}

@media (min-width: 768px) {
  footer .logo {
    height: 40px;
    width: auto;
  }
  footer .logo.footer_logo_small {
    height: 30px;
  }
}

#home .home-hero .hero-info {
  bottom: 0;
  right: 0;
  left: 0;
}

#info .info-faq .accordion .accordion-item {
  background-color: transparent !important;
  border: none;
}

#info .info-faq .accordion .accordion-item .accordion-button {
  color: black;
  font-weight: 700;
  background-color: transparent !important;
  border-top: solid 1px black;
  border-bottom: none;
  padding: 1rem 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#info .info-faq .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#info .info-faq .accordion .accordion-item:first-of-type .accordion-button {
  border-top: none;
}

#info .info-faq .accordion .accordion-body {
  padding-top: 0;
  padding-left: 2rem;
}

#candidacy .candidacy-form input,
#candidacy .candidacy-form textarea,
#candidacy .candidacy-form select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 15px;
}

#candidacy .candidacy-form input[type=date] {
  height: 35px !important;
}

#candidacy .candidacy-form .project-category .wpcf7-list-item {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.5rem;
}

#candidacy .candidacy-form .project-category input[type=radio] {
  width: auto;
  margin: 0.25rem 0.25rem 0 0;
}

#candidacy .candidacy-form .wpcf7-list-item {
  margin-left: 0;
}

#candidacy .candidacy-form .wpcf7-list-item input[type=checkbox] {
  width: auto;
  background-color: transparent;
  margin-right: 0.4rem;
}

#candidacy .candidacy-form input.btn-prev, #candidacy .candidacy-form input.btn-next {
  background-color: #000;
  color: #C6FF01;
  padding: 0.25rem 1.75rem;
  border-radius: 33px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#candidacy .candidacy-form input.btn-prev:hover, #candidacy .candidacy-form input.btn-next:hover {
  background-color: #C6FF01;
  color: #000;
  opacity: 1;
  border-color: #C6FF01;
}

#candidacy .candidacy-form input[type=submit] {
  display: block;
}

#candidacy .candidacy-form .ajax-loader {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  #candidacy .candidacy-form input,
  #candidacy .candidacy-form textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 5px 0px;
  }
  #candidacy .candidacy-form input:focus-visible,
  #candidacy .candidacy-form textarea:focus-visible {
    outline: none;
  }
  #candidacy .candidacy-form textarea {
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 5px;
  }
  #candidacy .candidacy-form .project-category .wpcf7-list-item {
    width: 25%;
  }
  #candidacy .candidacy-form input[type=submit] {
    width: auto;
  }
}

#search_box {
  position: relative;
  padding-right: 1rem !important;
}

#search_box #keyword {
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding-left: 50px;
  color: black;
  /* border-bottom:solid black; */
  border: none;
  border-bottom: 2px solid black;
}

#search_box #keyword:focus-visible {
  outline: none;
}

#search_box .fa-search {
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  color: black;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  color: black;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  color: black;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  color: black;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  color: black;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 400;
  color: black;
}

.project_list_img {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.search_button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: transparent;
  color: black;
  border: 2px solid black;
}

.search_button:hover {
  background-color: black;
  color: #C6FF01;
}

.gallery-video {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(150px + 10vw) !important;
}

.gallery-carousel-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(150px + 10vw) !important;
}

.sfcm.sfsi_wicon {
  width: 70% !important;
}

.pagination a:hover {
  opacity: 1;
}

.pagination div,
.pagination a,
.pagination span {
  width: auto;
}

.pagination .next {
  margin-left: auto !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
  margin-right: 0 !important;
}

.pagination .prev {
  margin-right: auto !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
}

.pagination a.page-numbers {
  font-weight: 400;
  border: 1px solid black;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}

.pagination .inactive {
  opacity: 0.4;
}

.pagination .current {
  font-weight: 400;
  border: 1px solid black;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: black;
  color: #C6FF01;
  margin-right: 5px;
}

.pagination .btn-menu {
  background-color: unset !important;
  color: black !important;
  border: 1px solid black !important;
}

.pagination .btn-menu:hover {
  background-color: black !important;
  color: #C6FF01 !important;
  opacity: 1;
}

.pagination .dots {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .fs-h2 {
    font-size: 1.24rem;
  }
  .pagination .dots {
    padding: 0 !important;
  }
  .pagination a.page-numbers {
    height: auto;
    width: auto;
    border: none;
    margin-right: 0;
    padding: 0 5px;
  }
  .pagination .current {
    height: auto;
    width: auto;
    border: none;
    background-color: unset;
    text-decoration: underline;
    font-weight: 700;
    margin-right: 0;
    color: black;
    padding: 0 5px;
  }
  .pagination .btn-menu {
    border: none !important;
  }
  .pagination .btn-menu:hover {
    border: none !important;
    background-color: unset !important;
  }
}

body {
  font-family: 'NeueHaasGroteskDisp Pro';
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #000;
  background: transparent -ms-linear-gradient(closest-side at 33% 33%, #C6FF01 0%, #E6E6E6 175%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 33% 33%, #C6FF01 0%, #E6E6E6 175%) 0% 0% no-repeat padding-box;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

.title {
  font-size: 2.5rem;
  margin: 6rem 0 2rem 0;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

.logo {
  height: 50px;
  width: auto;
}

.bg-image-cta {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-top-black {
  border-top: solid 1px #000 !important;
}

.border-bottom-black {
  border-bottom: solid 1px #000 !important;
}

.b_top_black {
  border-top: 3px solid black;
}

.b_bottom_black {
  border-bottom: 3px solid black;
}

.pt-15px {
  padding-top: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-15px {
  padding-left: 15px;
}

.mt-15px {
  margin-top: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.mb-15px {
  margin-bottom: 15px;
}

.ml-15px {
  margin-left: 15px;
}

.icon {
  width: auto;
  height: 10vw;
  vertical-align: top;
}

.icon-read-more {
  color: #C6FF01;
  background: #000;
  border-radius: 50%;
  padding: 0 0.5rem;
}

.point {
  background-color: black;
  height: 10px;
  width: 10px;
  border-radius: 50% 50%;
  margin-right: 10px;
  margin-top: 5px;
}

.min-height-100vh {
  min-height: 100vh;
}

.category-btn {
  background-color: #000;
  color: #C6FF01;
  padding: 0.75rem;
  border-radius: 33px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.category-project {
  margin-right: 1rem;
}

.full-page-carousel {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(450px + 10vw);
}

@media (min-width: 280px) and (max-width: 768px) {
  .icon {
    height: unset;
  }
  .full-page-carousel {
    height: calc(130px + 10vw);
  }
}

@media (min-width: 280) and (max-width: 751px) {
  body {
    font-size: 17px;
  }
  .category-project {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  .title {
    font-size: 8rem;
    margin: 12rem 0 6rem 0;
  }
  .bg-image-cta {
    background-position: center;
  }
  .icon {
    height: 75%;
  }
}
