/*------------------------------------------------*/
/* BOOTSTRAP */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ELEMENTI SITO */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* GENERALE */
/*------------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*------------------------------------------------*/
/* GUTTER */
/*------------------------------------------------*/
.fa-gutter {
  padding: 0 15px;
}

.login h1 a {
  background-image: url("/wp-content/themes/landingvc/assets/images/logo-vc.svg") !important;
  width: 200px !important;
  height: 50px !important;
  background-size: contain;
}

body.login {
  background-color: #095897;
}

.login form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login label {
  color: #333;
}

.login input[type=text],
.login input[type=password] {
  border: 1px solid #ddd;
}

body.login {
  font-family: "Hanken Grotesk", sans-serif;
}

body.login h1 a,
body.login form,
body.login #nav,
body.login #backtoblog {
  font-family: "Hanken Grotesk", sans-serif;
}

body.login #nav a,
body.login #backtoblog a {
  color: #ffffff;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
  color: #009bd8;
}

body.login #wp-submit {
  background-color: #095897;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}

body.login #wp-submit:hover {
  background-color: #009bd8;
}

.login .message,
.login .notice,
.login .success {
  border-left: 4px solid #009bd8 !important;
}

.dashicons-visibility:before {
  color: #095897;
}

/*------------------------------------------------*/
/* MODULO CONTATTO */
/*------------------------------------------------*/
.form-group {
  margin-bottom: 30px;
}

textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border: 1px solid var(--wp--preset--color--prussianblue);
  resize: vertical;
  height: 120px;
}

label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select {
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding: 18px 20px 20px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: Feature Display, Raleway, sans-serif;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder {
  color: #ffffff;
}

input[type=search] {
  border: 1px solid var(--wp--preset--color--harvestgold);
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.privacy-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.privacy-group label {
  margin-bottom: 0;
}
.privacy-group a {
  color: var(--wp--preset--color--harvestgold);
  font-weight: 700;
  text-decoration: underline;
  margin-left: 5px;
}
.privacy-group a:hover {
  text-decoration: none;
}

.privacy-group input {
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--wp--preset--color--harvestgold);
}

.privacy-group:hover input ~ .checkmark {
  background-color: var(--wp--preset--color--harvestgold);
}

/* When the checkbox is checked, add a blue background */
.privacy-group input:checked ~ .checkmark {
  background-color: var(--wp--preset--color--harvestgold);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
}

/* Show the checkmark when checked */
.privacy-group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.privacy-group .checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--wp--preset--color--harvestgold);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

/*------------------------------------------------*/
/* CONTACT FORM */
/*------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  margin: 40px 0 0 0;
  padding: 10px 0 10px 10px;
  border: 1px solid var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--wp--preset--color--base);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: var(--wp--preset--color--base);
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-form-control-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.privacy-group label,
.wpcf7-acceptance label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
  cursor: pointer;
  font-size: clamp(0.6875rem, 0.65rem + 0.1875vw, 0.875rem);
  user-select: none;
}

.privacy-classe {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--base);
}

.wpcf7-form-control-wrap {
  margin-right: 10px;
}

.btn-modulo {
  display: inline-block;
  padding: 22px 36px 22px 36px;
  border: none;
  background-color: #ffffff;
  color: #222222;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  border-radius: 20px;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.btn-modulo:hover {
  background-color: #CA0B0B;
  color: #ffffff;
}

.fa-modulo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.modulorow1 {
  grid-column: 1/-1;
}

.modulorow2 {
  grid-column: 1/3;
}

.modulorow3 {
  grid-column: 3/5;
}

.modulorow4 {
  grid-column: 1/-1;
}

.modulorow5 {
  grid-column: 1/5;
}

.wpcf7-form-control.wpcf7-text {
  border: 1px solid #ccc;
  color: #ffffff;
  padding: 10px;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
}

/*# sourceMappingURL=style.css.map */
