/*
Theme Name: Sensei S2 Child Theme
Theme URI: https://www.simonebaldassin.com/
Author: Alan Vignola
Template: sensei-s2
Version: 1.0.0
Description: Un tema figlio personalizzato per il tema Sensei S2.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sensei-s2-child
*/

@font-face {
  font-family: 'UncutPlan8';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/UncutPlan8-Regular.woff2') format('woff2'), 
       url('fonts/UncutPlan8-Regular.woff') format('woff'); 
  font-display: swap;
}

@font-face {
  font-family: 'CabinetGrotesk';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/CabinetGrotesk-Regular.woff2') format('woff2'), 
       url('fonts/CabinetGrotesk-Regular.woff2') format('woff'); 
  font-display: swap;
}

@font-face {
  font-family: 'CabinetGrotesk';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/CabinetGrotesk-Bold.woff2') format('woff2'), 
       url('fonts/CabinetGrotesk-Bold.woff') format('woff'); 
  font-display: swap;
}


:root {
  --primary: #f28c28;
  --secondary: #3399ff;
  --light: #fff;
  --dark: #222;
  --grey: #f1f1f1;
  --pagination: rgba(242, 140, 40, 0.7);
}

body,
input,
textarea,
select,
button {
  font-family: 'UncutPlan8', monospace;
  background-color: var(--light);
}



h1,
h2,
h3,
h4,
h5,
h6,
a {
      font-family: 'UncutPlan8', monospace;

}

p {
      font-family: 'CabinetGrotesk', sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 0.8;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  color: var(--dark);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

figcaption {
  color: var(--dark);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
}

.has-large-font-size {
  line-height: 32px;
}

blockquote {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  color: var(--dark);
  border-left: 5px solid var(--grey);
  padding-left: 30px;
  line-height: 24px;
  margin-bottom: 30px;
}

.brand img {
    max-height: 100px;
    max-width: 100px;
    filter: drop-shadow(0 5px 10px var(--light)); 
}

a:hover .brand img {
    filter: none;
}

.sticky-menu {
    box-shadow: 0 3px 4px var(--primary);
}

.breadcrumbs {
  background: var(--primary);
  background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  background: -webkit-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
  padding: 20px 0;
}

header a {
    font-size: 0.9rem;
}
@media only screen and (max-width: 1200px) {
    .menu .nav {
        overflow-y: hidden;
    }
}

.main-content h1 {
    font-size: 4rem;
    color: var(--primary);
    filter: drop-shadow(0px 1px 1px var(--light)); 
}
.main-content h2{
        letter-spacing: -0.2rem;
    filter: drop-shadow(0px 1px 1px var(--primary)); 
    }

.main {
    height: 60vh;
}

a:hover {
    filter: drop-shadow(0 5px 10px var(--light)); 
}

header a {
  transition: all .3s ;
}

widget .wp-block-latest-posts li > a {
  line-height: 0.8 !important;
}

@media only screen and (max-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8,
  .col-10 {
    width: 100%;
    float: none;
  }

  .main-content h1 {
    font-size: 2.25rem;
  }
}