/*
Theme Name: Omnigrasp
Theme URI: https://example.com/
Description: Fast theme
Version: 1.0
Author: nuts
Author URI: https://www.neverbeforeitalia.it/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omnigrasp
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: auto !important; /* Disables default smooth scrolling */
}


:root {
    --bg: #0a0b0a;
    --panel: #121412;
    --panel-2: #161815;
    --panel-3: #1c1f1b;
    --ink: #e9eae6;
    --ink-dim: #8b928a;
    --ink-faint: #5e645d;
    --green: #58e092;
    --border: rgba(255, 255, 255, .09);
    --border-soft: rgba(255, 255, 255, .05);
    --maxw: 1180px;
    --sans: 'Hanken Grotesk', system-ui, sans-serif;
}


.green {
    color: var(--green);
}

/* Commuters Sans Regular */
.font-commuters p, .font-commuters span , .font-commuters h1, .font-commuters h2, .font-commuters h3, .font-commuters h4, .font-commuters h5, .font-commuters h6, .font-commuters a , .font-commuters div{
    font-family: "commuters-sans", sans-serif !important;
}

.font-commuters h2, .font-commuters h3,.font-commuters h4, .font-commuters h5, .font-commuters h6 {
	line-height: 5rem !important;
}


*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

g {
	clip-path: none;
}


/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


.grecaptcha-badge { visibility: hidden; }

/* Container CF7 */
.wpcf7 {
    color: #ffffff;
    font-family: "commuters-sans", sans-serif !important;
}

/* Label */
.wpcf7 label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a6a6a6;
    margin-bottom: 10px;
}

/* Campi */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    background: #202020;
    border: 1px solid rgba(255,255,255,.05);
    color: #ffffff;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 1.4;
    box-sizing: border-box;
    margin-top: 10px;
    transition: all 0.3s ease;
}


/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #6f7676;
    opacity: 1;

}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    font-family: "commuters-sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1rem;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #58e092;
}

/* Bottone */
.wpcf7 input[type="submit"] {
    background: #55e39a;
    color: #191919;
    border: none;
    padding: 18px 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover bottone */
.wpcf7 input[type="submit"]:hover {
    background: #6bf0aa;
}

/* Messaggi CF7 */
.wpcf7-response-output {
    margin-top: 20px;
    border: none !important;
    padding: 0 !important;
    color: #fff;
}

/* Privacy */
.wpcf7 .wpcf7-acceptance {
    display: block;
    margin: 24px 0;
}

.wpcf7 .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #a6a6a6;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    margin: 3px 0 0;
    width: 18px;
    height: 18px;
    accent-color: #55e39a;
    flex-shrink: 0;
}

.wpcf7 .wpcf7-acceptance a {
    color: #55e39a;
    text-decoration: none;
    transition: color .3s ease;
}

.wpcf7 .wpcf7-acceptance a:hover {
    color: #6bf0aa;
    text-decoration: underline;
}

.wpcf7-list-item {
    margin: 0;
}


@media screen and (max-width: 1024px)  {
	.font-commuters h2, .font-commuters h3, .font-commuters h4, .font-commuters h5, .font-commuters h6 {
    line-height: 3rem !important;
}
}
