/*
Theme Name: Itomi Creative
Theme URI: http://www.itomicreative.com/
Version: 0.2
Author: Itomi
Author URI: http://www.itomi.it
Description: <p>bla bla.</p>
*/

@import url('https://fonts.googleapis.com/css2?family=Modak&family=Roboto+Mono:wght@200;400;600&display=swap');

@font-face {
    font-family: 'bulevarregular';
    src: url('bulevar/bulevar-regular-webfont.eot');
    src: url('bulevar/bulevar-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bulevar/bulevar-regular-webfont.woff2') format('woff2'),
         url('bulevar/bulevar-regular-webfont.woff') format('woff'),
         url('bulevar/bulevar-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* COOKIE DI MERDA */
.cky-revisit-bottom-left {display: none !important;}

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

:root {
	--delay: 0;
	--duration: 1000ms;
	--iterations: 1;
  }

body {
	font-family: 'Roboto Mono', monospace;
  	background-color:#F8C7D7;
  	font-size: 14px;
}

#epic_page {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.entry p {
	padding-bottom:15px;
    line-height: 1.5em;
	color: #333;
    font-weight: 300;    
}

.entry p.colonne {
    column-count: 2;
    column-gap: 50px;
}

.entry p.mezzacolonna {
    max-width: 50%;
    padding-right: 25px;
}

p.testoevidenza {
    position: relative;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0px 0px 20px 15px;
    color: #EC008C;
    border-left: 2px solid #EC008C;
    margin-bottom: 10px;
    line-height: 1.5em;
    margin-top: 15px;
}

p.testoevidenza::before {
    content: "";
    width: 2px;
    height: 10px;
    background: #FFFB00;
    position: absolute;
    left: -2px;
    top: -15px;
    z-index: 1;
}

p.bigtext {
    position: relative;
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 15px 0px 15px 0px; 
    font-weight: 200;
}

div.entry a {
    text-decoration: none;
    color: #000;
    box-shadow: inset 0 -1px 0 0 #000;
    transition-duration: 200ms;
 }
 
 div.entry a:hover {
     /* color: #FFFB00;
     background: #01CCB7; */
     text-decoration: none;
     color: #000;
     box-shadow: inset 0 -.5em 0 0 #3cffd0;
 }

 div.widget a {
    box-shadow: none !important;
 }

  div.widget {
    margin-bottom: 100px;
 }

div.entry img {
	max-width: 100%;
	height: auto;
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
}

img {border : 0px;}

img.left
{
float:left;
padding:10px;
}


/* Structural
=========================================================================== */

#logo {
    position: absolute;
    left: 41px;
    top: 30px;
    background: url(images/logo.svg#) no-repeat;
    background-size: 100px 61px;
    width: 100px;
    height: 60px;
	z-index: 1000;
    cursor: pointer;
}

.logo_hero {
    position: absolute;
    left: 30px;
    top: 30px;
    background: url(images/logo_hero.svg) no-repeat !important;
    background-size: 100px 61px;
    width: 100px;
    height: 60px;
	z-index: 1000;
    cursor: pointer;
}

#wrapper {
	position: relative;
	width: 100%;
	display: inline-block;
	background-color: rgba(248, 199, 215, 1);
}

#wrapper::before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    right: 50px;
    top: -85px;
    z-index: 1;
    background: #FFFB00;
}

#wrapper::after {
    background: #000;
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 1;
}

#header {
    width: auto;
    max-width: 1100px;
    padding: 40px 30px 30px 150px;
    margin: 0px auto;
    color: #333333;
    font-size: 1em;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.menu li {
    zoom: 1;
    display: inline-block;
    margin: 0px 0px 5px 0px;
  }

  ul.menu li a {
	display: inline-block;
	color: #EC008C;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
  }
  
  ul.menu li a:hover {
	color: #FFFB00;
	background: #01CCB7;
  }

  ul.menu li.current-menu-item a {
	color: #FFFB00;
	background: #01CCB7;
	pointer-events: none;
	cursor: default;	
  }


#right {
	width: auto;
    color: #333333;
    margin: 50px 0px 10px 0px;
    padding: 0px 50px 0px 50px;
}

#right::after {
	background: #EC008C;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 1;
}


#footer{
	position: relative;
	display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 1em;
    line-height: 1.5em;
    padding: 50px;
}

#footer_credits {
    font-size: 0.75em;
    color: #333;
    margin: 40px;
    text-transform: uppercase;
}

#footer_credits a {
    color: #000;
    text-decoration:none;
}

#footer_credits a:hover {
    color: #01CCB7;
    text-decoration:underline;
}

#menu-footer-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #EC008C;
    position: absolute;
    left: 25px;
    top: -5px;
    z-index: 1;
}

#menu-footer-menu::after {
    background: #01CCB7;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    left: -5px;
    bottom: 0px;
    z-index: 1;
}

#footer::before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 1;
    background: #000;
}

#footer::after {
	background: #FFFB00;
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    position: absolute;
    right: 35px;
    top: 0px;
    z-index: 1;
}


.post {
	margin-bottom: 20px;
	color:#333333;
}

.post-home {
    width: calc(25% - 10px);
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 6px;
    bottom: 0px;
    transition-duration: 250ms;
}

div.post-home-big {
    width: calc(50% - 10px);
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 6px;
    bottom: 0px;
    transition-duration: 250ms;
}	

div.post-home:hover,
div.post-home-big:hover {
    bottom: 5px;
}


.post-home-title {
    position: absolute;
    bottom: 4px;
    left: 0px;
    line-height: 1em;
    color: white;
    display: block;
}	

.post-home-title a {
    background: none;
	background: rgba(0,0,0,0.75);
    color: #FFFB00;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    position: relative;
	transition-duration: 200ms;
}

.post-home-big:hover .post-home-title a,
.post-home:hover .post-home-title a {
	color: #FFFB00;
    background: #01CCB7;
	padding-top: 30px;
	font-weight: bold;
}

.cont-top {
	height: 150px;
	background-color: white;
}

.cont-middle {
	height: 300px;
	background-color: gray;
}

.cont-bottom {
	height: 600px;
	background-color: black;
}


.instavideo {
    width: 100%;
    height: auto;
}

.post-insta::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: rgba(248, 199, 215, 0.7);
    transition-duration: 200ms;
}

.post-insta:hover::before {
    background: none;
}

.post-insta a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 200px;
    z-index: 100;
}

.post-insta a:hover {
    background: rgba(1, 204, 183, 0.7);
    width: 100%;
    height: 100%;
}

div.instagram_icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 110;
}

div.instagram_icon span {
    padding-left: 4px;
    position: absolute;
    left: 30px;
    bottom: 12px;
    opacity: 0;
    font-weight: bold;
    transition-duration: 200ms;
}

.post-insta:hover div.instagram_icon span {
    opacity: 1;
}

.instagram-logo {
    path {
      fill: #333333;
    }

    .logo {
      fill: #333;
    }
  }

/* Headings, text
=========================================================================== */

.buko {
    font-family: 'bulevarregular', 'Roboto Mono', monospace;    
    font-size: 12em;
    line-height: 0.78em;
    margin-bottom: 1%;
    padding: 30px 30px 25px 30px;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    background: #FFFB00;
    margin-right: 1%;
    letter-spacing: -3px;
}

body.hero_page .buko {
    margin-right: 0;
}

.buko p {
	padding-bottom: 0px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.imageframe img {
	border: 5px solid #333333;
	margin: 10px;
	margin-bottom: 20px;
}

.imagecaption {
	color:#333333;
	text-align:left;
}

.entry {
	color:#333333;
}

.entry ul {
	list-style-type: none;
}

.entry li {
	position: relative;
    margin: 0px 0px 10px 15px;
}

.entry li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #EC008C;
    position: absolute;
    left: -15px;
    top: 4px;
    z-index: 1;
}


.navigazione2 {
	font-size: 1em;
    color: #333333;
    width: 75px;
    height: 75px;
    line-height: 75px;    
    display: inline-block;
    text-align: center;
    background: #FFFFFF;
    border-radius: 100px;
	margin: 50px 10px 20px 0;
	font-weight: bold;
}

.navigazione2:hover{
	color: #FFFB00;
	background: #01CCB7;
}


.su100 {
margin-top: 100px;

}

.post-title {

}

.grigio {
color:#333333;
}

.art_category a {
color:#333333;
font-size: 0.8em;
text-decoration: none;
line-height: 1.0em;
}

.art_titolo {
font-size: 1.0em;
line-height: 0.9em;
}


.art_titolo a {
text-decoration: underline;
}

.grigio a {
color:#333333;
background: #FFFFFF;
text-decoration: none;
}


.grigio2 {
color:#333333;
}

.logoimg {
margin-bottom: 20px;
}


h1 {
    font-size: 4em;
    color: #EC008C;
    line-height: 1em;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Modak', cursive;
    font-weight: normal;
}

.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  cursor: default;
}

.reveal-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
    background-color: #333;
    transform: scaleX(0);
    transform-origin: 0 0;
    pointer-events: none;
    animation-name: text-revealer;
}

.reveal-post,
.reveal-post::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-post {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  cursor: default;
}

.reveal-post::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	height: 600px;
	width: 100%;
    background-color: #EC008C;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
}


.reveal-black,
.reveal-black::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-black {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  cursor: default;
}

.reveal-black::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	height: 600px;
	width: 100%;
    background-color: #333333;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
}


@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;   
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}

h1.page_title {
    font-family: 'Roboto Mono', monospace;
	font-size: 1em;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
    color: #EC008C;
    text-transform: uppercase;
}


h1::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent #EC008C transparent;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
}

h1::after {
	background: #01CCB7;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: -11px;
    bottom: 0;
    z-index: 1;
}


p.box_azzurro {
    max-width: 50%;
	font-size: 1.0em;
    font-weight: normal;
    padding-bottom: 20px;
    color: #FFFB00;
    background: #01CCB7;
    padding: 5px 10px;
    margin-bottom: 10px;
}

h2 {
    position: relative;
    font-size: 1.5em;
    font-weight: normal;
    color: #333333;
    margin-bottom: 30px;
    color: #EC008C;
    margin-top: 30px;
    line-height: 1em;
    padding-top: 5px;
}

h2::before {
    content: "";
    width: 2px;
    height: 30px;
    background: #FFFB00;
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 1;
}

h2::after {
	background: #01CCB7;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: -10px;
    bottom: -5px;
    z-index: 1;
}

h4 {
    position: relative;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0px 0px 20px 5px;
    color: #EC008C;
    border-left: 2px solid #EC008C;
    margin-bottom: 10px;
    line-height: 1em;
    margin-top: 15px;
}

h4::before {
    content: "";
    width: 2px;
    height: 10px;
    background: #FFFB00;
    position: absolute;
    left: -2px;
    top: -15px;
    z-index: 1;
}



ul li 
{
padding-left: 0;
background: none;
}

ol li {

list-style-type: decimal
}

a.button {
    background: #EC008C;
    color: #FFFFFF !important;
    font-size: 1.2em;
    padding: 20px 25px;
    border-radius: 14px;
    min-width: 50%;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    box-shadow: none !important;
}

a.button:hover {
    background: #01CCB7 !important;
    color: #FFFB00 !important;
    box-shadow: none !important;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
 
  background: #FAFAFA;
  color:#333333;
  border: 1px solid #f2f2f2;  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin-left: 50px;
 	padding: 0 0 0 20px;  
}


fieldset {border: none}


p.testopiccolo {
    position: relative;
    text-transform: uppercase;
    font-size: 0.7em;
}

p.testopiccolo::before {
    background: rgba(0, 204, 184, 0.9);
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
}

/* HERO PRODUCT */

body.hero_page ul#menu-main-menu li a {
    color: #FFFFFF;
}

body.hero_page  ul.menu li a:hover {
	color: #FFFB00 !important;
	background: #01CCB7;
}

div.hero_product {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
}

div.hero_container_back {
    position: absolute;
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.wrapper_product {
	top: 40vh !important;
}

p.wp-caption-text {
    margin: 10px 0px 0px 0px;
}

div.wp-caption {
    width: 100%;
}

/* SOLDOUT */

div.soldout {
    color: #FFFB00;
    background: #01CCB7;
    position: absolute;
    right: 0px;
    top: -40px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
}

div.dropdate {
    color: #FFFB00;
    background: #000000;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0px;
    top: -40px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
}

body.home div.soldout {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* TABLES */

table {
    border-top: 2px solid #555;
    width: 50%;
}

td {
    padding: 10px 0px;
    border-bottom: 1px solid #555;
}

/* form elements */

div.entry input, div.entry textarea {
	font-family: 'Roboto Mono', monospace;
	font-size: 1em;
	background: #333;
	color: #FFFB00;
	width: 100%;
	max-width: 400px;
    height: 20px;
    padding: 20px;
    border: solid 5px #FFFB00;
}

div.entry input {
    line-height: 10px;
    height: 60px;
}

div.emaillist {
    padding: 20px;
    padding-bottom: 5px;
	background-image: linear-gradient(45deg, #01ccb7 25%, #fffb00 25%, #fffb00 50%, #01ccb7 50%, #01ccb7 75%, #fffb00 75%, #fffb00 100%);
	background-size: 28.28px 28.28px;
    max-width: 50%;
    margin-bottom: 50px;
}

div.emaillist input,
div.emaillist textarea {
	display: block;
  	margin-right: auto;
  	margin-left: auto;
    margin-bottom: 15px;
}	  

div.emaillist input[type=checkbox] {
    width: 25px;
    float: left;
    margin: 0px 10px 0px 5px;
}

input[type=button], input[type=submit], input[type=reset] { 
	font-family: 'Roboto Mono', monospace;
	font-size: 1em;
	background: #01CCB7 !important;
    height: 50px;
    padding: 10px;
    color: #333;
	max-width: 400px;
	text-transform: uppercase;
	font-weight: bold;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { 
	color: #FFFFFF;
    background: #EC008C !important;
}

.es-field-wrap {
    margin-bottom: 5px ;
}

.es-field-wrap label {
    padding: 0px;
}

span.es_subscription_message.success {
	display: inline-block;
    background-color: #008000;
	color: #FFF;
    padding: 20px;
	width: 100%;
	margin: 20px 0px;
}

span.es_subscription_message.error {
	display: inline-block;
    background-color: #FF0000;
	color: #FFF;
    padding: 20px;
	width: 100%;
	margin: 20px 0px;
}

label 
{
display:block;
padding: 5px 0
}

.grigioscu {
	color: #333333;
}

input#submit
{
background:#333333;
color:#333333;
}

.taxonomy-description {
    margin-bottom: 30px;
}

.wp-video-shortcode {
    width: 100%;
    height: 100%;
}


div.wp-caption {
    max-width: 100%;
}

div.wp-caption img  {
    margin-bottom: 10px;
}

p.wp-caption-text {
    position: relative;
    margin: 0px;
    border-top: 2px solid #333;
    padding-top: 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.2em;
}

p.wp-caption-text::after {
	background: #01CCB7;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: -10px;
    bottom: 0px;
    z-index: 1;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
font-size:1.1em;

}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#333333;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#434343;
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
	font-size:1.6em;
}

.author
{
	margin-left:10px;
	font-size:10px;
}




div.thumb_index img {
	width: 100%;
	height: auto;
}


/* TOP BUTTON */

    #top_button {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #01CCB7;
        color: white;
        cursor: pointer;
        padding: 20px;
        border-radius: 20px;
    }

    #top_button::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 9px solid #FFFB00;
    }

    #top_button:hover {
    background-color: #FFFB00; /* Add a dark-grey background on hover */
    }

    #top_button:hover::after {
    border-bottom: 9px solid #333333;
    }

/* GALLERY */



.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 23% !important;
	margin-right: 2%;
}

.gallery-item a {
	display: inline-block;
}

.gallery-item img {
	border: 5px solid #FFF !important;
}

.gallery-item img:hover {
	border: 5px solid #EC008C !important;
}

/* WOOCOMMERCE */

.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity:100!important;
    }


/* ????????????????????????????????????????????????????????????

				RESPONSIVE DI STOCAZZOOOOO 

???????????????????????????????????????????????????????????? */


@media screen and (max-width: 782px) {

    #top_button {
        left: auto;
        right: 10px;
    }

	.buko {
        font-size: 8em;
        width: calc(100% - 10px);
        padding: 15px 15px 12px 15px;
        margin: 0 0 10px 0;
        letter-spacing: -1px;
	}

}


/*--------------------------------------------------------------
2.0 - Smartphone (any)
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {


    .entry p {
        font-weight: 400;
    }

    h2, 
    div.emaillist {
        max-width: 100%;
    }

    h2 {
        font-size: 1.6em;
    }    
    
    .entry p.colonne {
        column-count: 1;
        column-gap: 0px;
    }

    .entry p.mezzacolonna {
        max-width: 100%;
        padding-right: 0px;
    }
    
    table {
        border-top: 2px solid #555;
        width: 100%;
    }
	
	#logo,
    #logo_hero {
        left: 22px;
        top: 30px;
	}	


    #header {
        padding: 100px 30px 30px 18px;
    }

	div.post-home {
        width: calc(50% - 10px);
        float: left;
        position: relative;
        margin: 5px 5px 2px 5px ;
        overflow: hidden;
	}		

	div.post-home-big {
        width: 100%;
        float: left;
        position: relative;
        margin: 0 0 10px 0;
	}		

	.buko {
		font-size: 4.5em;
        width: 100%;
        letter-spacing: 0px;
	}

	#right {
        padding: 30px;
        margin: 0px;
	}

	h1 {
		font-size: 3em;
	}

    h3,  p.bigtext { 
		font-size: 1.25em;
        font-weight: 400;
	}

    #wrapper::after { 
        right: 20px;
    }

    #wrapper::before {
        right: 20px;
    }

    #right::after {
        right: 0px;
    } 

    #footer::after {
        right: 20px;
    }      

    a.button {
        min-width: 100%;
    }

    p.box_azzurro {
        max-width: 100%;
        width: 100%;
    }

}/* Fine Smartphone */


/*--------------------------------------------------------------
3.0 - iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 380px) {

	.post-home {
        width: calc(50% - 10px);
        float: left;
        position: relative;
        margin-right: 10px;
        margin-bottom: 6px;
	}	
    
    .buko {
		font-size: 4em;
	}

	#right {
        padding: 20px;
        margin: 0px;
	}    
					
}

/*--------------------------------------------------------------
3.0 - iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

    ul.menu li a {
        padding: 5px;
        margin-top: 5px;
    }

    .buko {
        font-size: 4em;
    }    
    
}