/*
 Theme Name:   WebSite Theme
 Theme URI:    https://website.energy
 Description:  WebSite Main Theme
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Text Domain:  website-theme
 License: Copyright © - All rights reserved.
*/
* {
  font-family: "Raleway", sans-serif;
  line-height: 32px;
}
#colophon {
  background: #363636 !important;
  color: #fff !important;
}
#colophon ul {
  font-size: 12px;
  list-style: none;
}
#colophon ul li {
  position: relative;
  padding-bottom: 5px;
}
#colophon ul li:before {
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 5px;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(-45deg);
}
.website-footer-logo {
  width: 200px;
}
.social-icons {
  align-items: center;
}
.social-icons a {
  transition: all 0.3s ease-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
}
.social-icons a:hover {
  color: #555;
  transform: translate(0, -5px);
}
.hero {
  background: #f8f8f8;
  color: #666;
}
.hero.yellowContent {
  background-color: #66c7c1;
}
.hero.bottom-rounded {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.toolbar {
  padding-top: 32px;
}
.toolbar button {
  color: #555;
  font-size: 20pt;
}
.toolbar button:hover {
  background-color: #efefef;
}
.toolbar a:not(.navbar-brand) {
  color: #555;
  font-size: 14px;
  margin: 4px;
  padding: 10px;
  border-bottom: 4px solid transparent;
}
.toolbar a:not(.navbar-brand):hover {
  text-decoration: none;
  border-bottom: 4px solid #007c73;
}
.toolbar .language-switcher {
  display: inline-block;
  border-radius: 0;
}
.toolbar .language-switcher .trp-ls-shortcode-current-language {
  border: none;
  padding: 0;
  min-width: 56px !important;
  display: flex;
  justify-content: center;
  margin-top: -2px;
  background: #f8f8f8;
}
.toolbar .language-switcher .trp-ls-shortcode-language {
  background: #f8f8f8;
  padding: 0;
  margin-top: -2px;
  min-width: 56px !important;
  border: none;
}
.toolbar .language-switcher .trp-ls-shortcode-language a {
  text-align: center;
}
.toolbar .language-switcher.yellowContent .trp-ls-shortcode-current-language {
  background: #66c7c1;
}
.toolbar .language-switcher.yellowContent .trp-ls-shortcode-language {
  background: #66c7c1;
}
@media screen and (max-width: 1200px) {
  .toolbar .language-switcher .trp-ls-shortcode-current-language {
    justify-content: left;
  }
  .toolbar .language-switcher .trp-ls-shortcode-current-language a {
    text-align: left;
  }
  .toolbar .language-switcher .trp-ls-shortcode-language a {
    text-align: left;
  }
}
.menu-toolbar {
  display: none;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .menu-toolbar {
    text-align: left;
  }
  .menu-toolbar .menu-header_menu-container {
    display: block;
    width: 100%;
  }
}
.menu-toolbar .menu-header_menu-container {
  display: inline-block;
}
.menu-toolbar.show {
  display: block;
}
.title-hero-letter {
  font-weight: bold !important;
  padding-block: 10px !important;
}
.title-hero-up-spacing div {
  font-size: 40px !important;
  text-wrap: balance !important;
  line-height: 48px !important;
}
@media screen and (min-width: 1200px) {
  .title-hero-up-spacing div {
    max-width: 900px;
    margin: 0 auto;
  }
}
.navbar-brand img {
  max-width: 240px;
}
#page-sub-header {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  color: #fff !important;
  min-height: 600px;
}
.accentFontColor {
  color: #fff47a !important;
}
.accentFontColor .header-page-content-title {
  border-top: 1px solid #fff47a !important;
}
.accentFontColor a {
  color: #fff47a !important;
}
.features img {
  max-height: 64px;
  margin-bottom: 24px;
}
.features div:first-child img {
  margin-top: 4px;
  height: 42px;
  margin-bottom: 36px;
}
.title-hero-up-spacing {
  letter-spacing: 4px;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .title-hero-up-spacing {
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 320px) {
  .title-hero-up-spacing {
    letter-spacing: 4px;
    font-size: 20px;
  }
}
.title-up-spacing {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  .title-up-spacing {
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 320px) {
  .title-up-spacing {
    letter-spacing: 4px;
    font-size: 20px;
  }
}
.content-title {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3.2px;
  border-top: 1px solid #000;
}
.content-description p {
  font-size: 15px !important;
}
.content-description-more {
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
}
.btn-website,
.btn-website-news {
  padding: 8px 12px;
  text-decoration: none !important;
  background: #66c7c1;
  color: #312909;
  font-size: 16px;
  letter-spacing: 4px;
}
.btn-website:hover,
.btn-website-news:hover {
  background: #66c7c1;
  color: #312909;
}
.btn-website-news {
  background: #dcdcdc;
}
.btn-website-news:hover {
  background: #ccc;
}
.phone-content {
  margin: 200px 0 100px 0;
  background: #6d6e71;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.news-all-content {
  display: inline-block;
  padding: 20px;
  padding-top: 48px;
  font-weight: bold;
  letter-spacing: 4px;
  text-decoration: none !important;
  color: #000;
}
.news-all-content:hover {
  color: #000;
}
@media screen and (max-width: 340px) {
  .news-all-content {
    letter-spacing: 2.9px;
    font-size: 0.85rem;
  }
}
.app-description {
  color: #fff;
}
.app-description h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.app-description h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 24px;
}
.app-description h1,
.app-description h2,
.app-description h3,
.app-description h4 {
  color: #fff;
}
.app-description p {
  font-style: italic;
}
.smartphone-container {
  position: relative;
}
.smartphone-container:before {
  content: '';
  width: 320%;
  height: 320%;
  left: -50px;
  top: -300px;
  position: absolute;
  background: url("./resources/images/smartphone.png") no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 1600px) {
  .smartphone-container:before {
    width: 200%;
    height: 200%;
    left: -200px;
    top: -100px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 1200px) {
  .smartphone-container:before {
    width: 100%;
    height: 200%;
    left: auto;
    top: auto;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .smartphone-container:before {
    top: -128px;
  }
}
@media screen and (max-width: 576px) {
  .smartphone-container:before {
    top: -150px;
  }
}
@media screen and (max-width: 370px) {
  .smartphone-container:before {
    top: -180px;
  }
}
.news-container {
  background: rgba(109,110,113,0.05);
}
.container-form {
  background: #66c7c1;
}
.contact,
.contact-page {
  background: #f8f8f8;
  border-radius: 8px !important;
  margin-bottom: 16px;
  padding: 42px;
  padding-right: 100px;
}
.contact .contact-form label,
.contact-page .contact-form label {
  width: 100%;
}
.contact .contact-form textarea,
.contact-page .contact-form textarea {
  height: 100px;
}
.contact .contact-form input,
.contact-page .contact-form input,
.contact .contact-form textarea,
.contact-page .contact-form textarea {
  border-radius: 4px;
  border: none;
}
.contact .contact-form input::placeholder,
.contact-page .contact-form input::placeholder,
.contact .contact-form textarea::placeholder,
.contact-page .contact-form textarea::placeholder {
  color: #b9b9b9;
}
.contact .contact-form input:focus,
.contact-page .contact-form input:focus,
.contact .contact-form textarea:focus,
.contact-page .contact-form textarea:focus {
  box-shadow: none;
}
.contact .contact-form p,
.contact-page .contact-form p {
  margin: 0;
  padding-right: 0;
}
.contact .contact-form input[type=submit],
.contact-page .contact-form input[type=submit] {
  color: #fff;
  border-radius: 4px;
  border: none;
  background: #007c73;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.contact .contact-form input[type=submit]:hover,
.contact-page .contact-form input[type=submit]:hover {
  background: #66c7c1 !important;
  color: #fff !important;
}
.form-spacing {
  margin-top: 100px;
}
.left-sidebar {
  padding: 42px 100px;
}
.contact-page {
  padding: 0;
  padding-top: 48px;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.3);
}
.contact-page .contact-form input,
.contact-page .contact-form textarea {
  border: 1px solid rgba(0,0,0,0.4);
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-form textarea {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form textarea {
    height: 82px;
    width: 100%;
  }
}
.entry-title {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 16px !important;
  border: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-title a {
  display: block;
  text-decoration: none;
}
.entry-title a:hover {
  color: #555;
}
.paragraph {
  font-size: 14px;
}
.paragraph p {
  line-height: 28px;
}
.entry-header {
  text-align: center;
}
.entry-header h1 {
  margin-bottom: 12px;
  font-weight: 600;
  color: #555;
}
.post-full-image img {
  border-radius: 16px;
  width: 100%;
  margin-top: 78px;
}
.resize-images {
  overflow: hidden;
}
.resize-images img:not(.wp-block-column img) {
  width: 152% !important;
  max-width: 152%;
  margin-left: -26% !important;
}
@media screen and (max-width: 768px) {
  .resize-images img:not(.wp-block-column img) {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
.entry-content {
  margin-top: 64px;
}
.entry-content img {
  border-radius: 16px;
  margin: 50px 0;
  width: 100%;
}
.breadcrumb {
  background: none;
}
.breadcrumb a {
  color: #007c73;
  font-weight: 600;
}
.breadcrumb span {
  margin-left: 4px;
  margin-right: 4px;
}
.breadcrumb span:first-of-type {
  margin-left: 0;
}
.header-page-title {
  letter-spacing: 8px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
}
@media screen and (max-width: 576px) {
  .header-page-title {
    font-size: 25px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 320px) {
  .header-page-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
.header-page-content-title {
  display: inline-block;
  padding-right: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 3.2px;
  border-top: 1px solid #000;
}
.header-page-content-subtitle {
  font-size: 18px;
  letter-spacing: 4px;
}
.contact-content {
  padding-top: 64px;
}
.icon-image {
  max-width: 32px;
}
.blockchain-network {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #dfdfe0;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}
.project-title-up-spacing {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 22px;
}
.project-column p {
  font-size: 13px;
  line-height: 24px;
  column-count: 3;
  column-gap: 32px;
}
@media screen and (max-width: 1140px) {
  .project-column p {
    column-count: 2;
  }
}
@media screen and (max-width: 576px) {
  .project-column p {
    column-count: 1;
  }
}
.project-content-percent {
  font-size: 13px;
}
.project-content-percent .project-progress {
  border-top: 2px solid #000;
  padding-bottom: 22px !important;
}
.project-progress-text {
  font-size: 13px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: bold;
}
.come-title-up-spacing {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 18px;
}
.come-title-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.come-subtitle {
  font-style: italic;
  font-size: 16px;
  font-weight: lighter;
}
.come-content {
  font-size: 16px;
  font-weight: lighter;
}
.come-img-container {
  position: relative;
  min-height: 512px;
}
.come-img-container:before {
  content: '';
  width: 130%;
  height: 100%;
  left: 40px;
  top: 0;
  position: absolute;
  background: url("./resources/images/infograficaprogetto.png") no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .come-img-container:before {
    width: 100%;
    left: 160px;
  }
}
@media screen and (max-width: 996px) {
  .come-img-container:before {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 32px;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .come-img-container:before {
    width: 100%;
    left: 0;
  }
}
.project-image {
  transform: scale(1.75) translateY(-42px) translateX(10px);
}
@media screen and (max-width: 996px) {
  .project-image:before {
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .project-image:before {
    width: 60%;
    right: 200px;
    transform: none;
  }
}
.project-blockchain-network-title-paragraph {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.project-blockchain-network-content-paragraph {
  font-size: 17px;
  line-height: 22px;
}
.control-network-title {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 15px;
}
.control-network-content {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
}
.control-network-title-2 {
  font-size: 15px;
  font-weight: 400;
}
.control-network-subtitle {
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
  font-weight: lighter;
  color: #000;
}
.img-prosumer {
  width: 100%;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .img-prosumer {
    width: 400px;
    height: 300px;
  }
}
.consorzio-style h2 display inline-block {
  font-weight: bold;
  border-top: 1px solid #000;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 16px;
}
.consorzio-style h3 {
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
}
.consorzio-style h4 {
  display: inline-block;
  font-weight: bold;
  border-top: 1px solid #000;
  font-size: 11px;
  letter-spacing: 3px;
  padding-top: 12px;
}
.consorzio-style h5 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 6px;
}
.consorzio-style p {
  padding-top: 16px;
  line-height: 20px;
}
.consorzio-style img {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .consorzio-style img {
    padding-top: 80px;
  }
}
.website-navigation ul {
  padding: 0;
}
.website-navigation li {
  background: #f8f8f8;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 4px;
  transition: all 0.3s;
}
.website-navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.website-navigation li.active,
.website-navigation li.nav-btn {
  background: #6d6e71;
}
.website-navigation li.active a,
.website-navigation li.nav-btn a {
  color: #fff;
}
.website-navigation li:hover {
  background: #007c73;
}
.website-navigation li:hover a {
  color: #fff;
}
.search-field {
  padding-left: 16px;
  position: relative;
  display: flex;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
}
.search-field input[type=text] {
  color: rgba(0,0,0,0.5);
  width: 100%;
  border-radius: 0;
  border: none;
  outline: none;
}
.search-field input[type=text]::placeholder {
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.search-field input[type=text]:focus {
  box-shadow: none;
  color: rgba(0,0,0,0.8);
}
.search-field button {
  width: 40px;
  height: 36px;
  border: none;
  text-align: center;
  color: #b9b9b9;
  border-radius: 0;
  cursor: pointer;
}
.search-field button:hover {
  color: rgba(0,0,0,0.5);
}
.content-description-deliverables {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3.2px;
}
.files-slides img {
  height: 70px;
}
.title-file {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (max-width: 1200px) {
  .title-file {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
.content-file {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .content-file {
    font-size: 13px;
  }
}
.media-block {
  padding-top: 64px;
  padding-bottom: 32px;
}
.media-block:first-of-type {
  padding-top: 0;
}
.event-post a {
  color: #312909 !important;
}
.content-post a {
  color: #666 !important;
  text-decoration: none !important;
  background: #f4f4f4;
  border-radius: 8px;
}
.content-post a h3 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
}
.content-post a p {
  padding-right: 16px;
  margin-top: 8px;
  max-height: 64px;
  overflow: hidden;
}
.content-post a .square {
  padding: 0;
}
.content-post a .square img {
  object-fit: cover;
  width: 100%;
  min-height: 190px;
  margin: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 767px) {
  .content-post a .square img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
}
.content-post a .content-meta span {
  font-size: 14px;
}
.content-post a .content-meta span+i {
  padding-left: 16px;
}
.content-post a .content-meta i {
  color: #007c73;
  padding: 8px 8px;
}
.content-meta span {
  font-size: 14px;
}
.content-meta span+i {
  padding-left: 16px;
}
.content-meta i {
  color: #007c73;
  padding: 8px 8px;
}
.canceled .content-meta {
  color: dark_red;
  text-decoration: line-through;
}
.canceled .canceled_banner {
  vertical-align: middle;
  background: dark_red;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
a {
  color: #66c7c1;
}
.grecaptcha-badge {
  opacity: 0;
}
#cookie-law-info-again {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 4px 6px 29px -6px rgba(0,0,0,0.5) !important;
}
