/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
@font-face {
  font-family: 'NeutrifStudio';
  src: url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-bold.eot");
  src: url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-bold.eot?#iefix") format("embedded-opentype"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-bold.woff2") format("woff2"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-bold.woff") format("woff"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-bold.ttf") format("truetype"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-bold.svg#youworkforthem") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'NeutrifStudio';
  src: url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-regular.eot");
  src: url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-regular.eot?#iefix") format("embedded-opentype"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-regular.woff2") format("woff2"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-regular.woff") format("woff"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-regular.ttf") format("truetype"), url("//claudiolarcher.com/wp-content/themes/wk_claudiolarcher_dev/font/neutrif-studio-regular.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* GRID.SCSS */
/*-- our cleafix hack -- */
.wkrow:before,
.wkrow:after {
  content: "";
  display: table;
  clear: both; }

[class*='wkcol-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  /*-- our gutter -- */
  padding: 15px;
  box-sizing: border-box; }
  [class*='wkcol-'] img {
    max-width: 100%; }

.wkcol-0 {
  width: 4.16%; }

.wkcol-1 {
  width: 8.33%; }

.wkcol-2 {
  width: 16.66%; }

.wkcol-3 {
  width: 25%; }

.wkcol-4 {
  width: 33.33%; }

.wkcol-5 {
  width: 41.66%; }

.wkcol-6 {
  width: 50%; }

.wkcol-7 {
  width: 58.33%; }

.wkcol-8 {
  width: 66.66%; }

.wkcol-9 {
  width: 75%; }

.wkcol-10 {
  width: 83.33%; }

.wkcol-11 {
  width: 91.66%; }

.wkcol-12 {
  width: 100%; }

@media all and (max-width: 47.99em) {
  .wkcol-0 {
    width: 50%; }
  .wkcol-1 {
    width: 50%; }
  .wkcol-2 {
    width: 100%; }
  .wkcol-3 {
    width: 100%; }
  .wkcol-4 {
    width: 100%; }
  .wkcol-5 {
    width: 100%; }
  .wkcol-6 {
    width: 100%; }
  .wkcol-7 {
    width: 100%; }
  .wkcol-8 {
    width: 100%; }
  .wkcol-9 {
    width: 100%; }
  .wkcol-10 {
    width: 100%; }
  .wkcol-11 {
    width: 100%; }
  .wkcol-12 {
    width: 100%; } }

.spaziatura {
  padding: 0;
  position: relative;
  overflow: visible;
  margin-bottom: 30px !important; }
  @media all and (min-width: 48em) {
    .spaziatura {
      margin-bottom: 50px !important; } }
  @media all and (min-width: 64.0625em) {
    .spaziatura {
      margin-bottom: 60px !important; } }
  @media all and (min-width: 78.75em) {
    .spaziatura {
      margin-bottom: 70px !important; } }

.overflow_visibile {
  overflow: visible !important; }
