@charset "UTF-8";
/*
Theme Name: Cantiere futuro theme
Theme URI:
Author: Elia Signorato
Author URI:
Description: Starter Theme with Font Awesome and Bootstrap 4
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: nx

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* General
-------------------------------------------------------- */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1200px) {
  .main-content {
    margin-top: -90px;
  }
}

:root {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  --primary: #F9D342;
  --light-gray: #f5f5f5;
  --coral: #FF6F61;
  --green: #A1E887;
  --blue: #4A90E2;
}


/* Colori
-------------------------------------------------------- */
a {
  color: #333;
}
.text-primary {
  color: var(--primary)!important;
}

.text-red {
  color: var(--coral) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.color-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background: var(--primary) !important;
}

.bg-secondary {
  background: linear-gradient(90deg, rgba(249,211,66,0.9) 0%, rgba(249,211,66,0.9) 100%), url(/wp-content/uploads/8.jpg);
  background-size: cover;
  background-position: center;
}

.bg-grey {
    background: linear-gradient(90deg, rgba(249,211,66,0.9) 0%, rgba(249,211,66,0.9) 100%), url(/wp-content/uploads/1-1.jpg);
    background-size: cover;
    background-position: center;
  }

.bg-red {
  background: var(--coral) !important;
}

.bg-green {
  background: var(--green) !important;
}

.bg-beige {
  background: #f2f2f2!important;
}

/* Typography
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 3em;
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}
body, p {
  font-family: "Manrope", sans-serif;
font-size: 18px;
}

.pre-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-white p {
  color:#fff;
}

/* Helpers
-------------------------------------------------------- */
@media (min-width: 768px) {
  .py-custom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-custom {
    padding-top: 100px;
  }
  .pb-custom {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .py-custom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-custom {
    padding-top: 50px;
  }
  .pb-custom {
    padding-bottom: 50px;
  }
}

/* Buttons
-------------------------------------------------------- */
.btn.btn-primary, .btn.btn-outline-primary {
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 24px;
  color: #fff;
  transition: 0.7s;
  font-weight: 700;
}

.btn-primary {
  border: var(--primary);
  background: var(--primary);
}

.btn-primary:hover {
  background: var(--primary);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.btn.btn-secondary, .btn.btn-outline-secondary {
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 24px;
  color: var(--primary);
  transition: 0.7s;
  font-weight: 700;
}

.btn-secondary {
  border: #fff;
  background: #fff;
}

.btn-secondary:hover {
background: #fff;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}





/* Animazioni
-------------------------------------------------------- */
.fade-in, .nascosto {
  opacity: 0; 
}
.fade-in.show, .visibile {
  opacity: 1; 
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

/* Header
-------------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar-brand .logo {
    max-width: 150px;
  }
  .navbar-brand .logo-2{
    max-width: 200px;
  }
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  .navbar {
    background: #fff;
    position: fixed;
    width: 100%;
  }
  .navbar-brand img {
    max-width: 80px;
  } 
  .nav-link {
    font-family:  "Fustat", sans-serif!important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    text-align: center;
  }
  .navbar-nav > .nav-item::after {
    content: "";
    border-bottom: solid 1px var(--primary);
    display: block;
    margin: 0 7px;
  }
}

.navbar-toggler {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 25px;
/*   filter: invert(100%) brightness(200%) contrast(200%);
 */}

/* Footer
-------------------------------------------------------- */

footer img {
  height: 250px;
}

footer h3 {
  font-size: 18px;
  font-weight: 700;
}
footer p, footer li {
  font-size: 15px!important;
}

footer .loghi {
  max-height: 120px;
  margin-top: -18px;
  margin-left: -30px;
}

/* homepage
-------------------------------------------------------- */

.carousel-item {
  height: 100vh;
}

.carousel-item h1 {
  text-transform: uppercase;
  font-size: 80px;
}

@media screen and (max-width: 1199px) {
  .carousel-item h1 {
    font-size: 35px; 
  }
}

.servizi h3 {
  font-size: 21px;
}

.servizi p {
  font-size: 14px;
}


#desc-label {
  display: none!important;
}

.vertical.css-134chkc {
  margin-top: 0!important;
}


#form-container-34PVD5EG85B9N {
  margin: auto;
}

/* Instestazione
-------------------------------------------------------- */


@media (min-width: 768px) {
  .page-header h1 {
    font-size: 4em;
  }
  .page-header {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 35px;
  }
  .page-header {
    height: 500px;
  }
}

/* Under contruction
-------------------------------------------------------- */
.under-construction {
  height: 100vh;
}

@media (min-width: 768px) {
  .under-construction h1 {
    font-size: 3em;
  }
  .under-construction p {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .under-construction h1 {
    font-size: 35px;
    font-weight: bold;
  }
  .under-construction p {
    font-size: 15px;
    font-weight: 200;
  }
}


/* Sponsor
-------------------------------------------------------- */
@media (min-width: 992px) {
  .sponsor-img {
    border-right: solid 1px #f2f2f2;
  }
}
@media (max-width: 991px) {
  .sponsor-img {
    padding-top: 20px;
  }
}
/* Contatti
-------------------------------------------------------- */
.wpcf7-form-control {
  height: auto;
  width: 100%;
}

.wpcf7 p {
  font-size: 15px;
}

.wpcf7 label {
  width: 100%;
  font-size: 16px;
}

.wpcf7-submit {
  background: var(--primary) !important;
}

/* Pagine archivio e ricerca
-------------------------------------------------------- */
.page-archive {
  padding-top: 100px;
}

/* Comments
-------------------------------------------------------- */
#comments {
  margin-bottom: 40px;
}

.comments {
  padding-top: 40px;
}

.comments textarea {
  width: 100%;
}

.comments label {
  min-width: 80px;
}

.comments ul,
.comments ol {
  list-style-type: none;
}

.comment-author img {
  border-radius: 999px;
  width: 50px;
}

.comment .reply {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* Input & textarea
-------------------------------------------------------- */
input, textarea {
  padding: 10px 10px;
  border: 1px solid #ccc;
}

/* Widgets
-------------------------------------------------------- */
.widget_search .screen-reader-text {
  display: block;
}

.widget_search #s {
  width: 70%;
  float: left;
}

.widget_search #searchsubmit {
  width: 30%;
  float: left;
  background: #fff;
}

/* pagination
-------------------------------------------------------- */
.pagination {
  margin-bottom: 40px;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-right: 4px;
}

/* general wordpress style
-------------------------------------------------------- */
.post img {
  max-width: 100%;
  height: auto;
}

/* WordPress Core Styles
-------------------------------------------------------------- */
.gallery-caption {
  padding: 5px;
  font-size: 10px;
}

.bypostauthor {
  border-left: 3px solid #ddd;
  padding-left: 20px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}