@charset "UTF-8";
@font-face {
  font-family: titoli;
  src: url("./fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf");
  font-display: swap;	
}

@font-face {
  font-family: body;
  src: url("./fonts/San_Francisco/SanFranciscoDisplay-Regular.otf") format("opentype");     
  font-display: swap;	
}

@font-face {
  font-family: articolo;
  font-display: swap;  
}

@font-face {
  font-family: corsivo;
  font-display: swap;  
}
body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: body, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}


blockquote,
q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}
body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 16px;
    line-height: 1.28;
	-webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #000;
    font-weight: bold;
    
    }

h1 {
    font-family: titoli,Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 52px;
    line-height: 1.28;
}
h2 {
    font-family: titoli,Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 28px;
}
h3 {
    font-family: titoli,Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
p {
    margin-bottom: 1.5em;
}

.entry-content ul, .entry-content ol {
    padding: 20px;
}

ul,
ol {
    line-height: 2em;    
}

ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #e6e6e6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code,
kbd,
tt,
var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 85%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.800000011920928955078125;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
#searchform input#s {
    background: #fafafa;
    height: 22px;
    line-height: 1.2em;
    padding: 0.2em 2.3em 0.2em 0.6em;
    margin: 10px;
    width: 80%;
    max-width: 500px;
    border-radius: 3px;
}
#searchform input#s:focus {
    background-color: #fff;
}

.search {
    background-color: #ff0;
    padding: 10px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
textarea {
    border: #e0e0e0 solid 1px;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    color: #7d7d7d;
    outline: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: #fff;
    color: #111;
}
input[type="text"],
input[type="email"] {
    padding: 5px;
}
textarea {
    overflow: auto;
    padding: 5px 0 0 5px;
    vertical-align: top;
    width: 98%;
}
.field input[type="text"] {
    font: 13px/24px sans-serif;
    height: 24px;
    width: 24px;
    border: 0;
    padding: 0 3px 0 23px;
    margin: 0;
    color: #ccc;
    text-shadow: 0 -1px 0 #444;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/admin-bar-sprite.png?d=20120830);
    background-position: 3px 2px;
    background-repeat: no-repeat;
    outline: 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
}
a {
    color: #2c98f0;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #2c98f0;
    text-decoration: underline;
}
.alignleft {
    display: inline;
    float: left;
    margin: 20px 20px 20px 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 20px 0 20px 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 20px auto;
}
.alignnone {
    clear: both;
    display: block;
    margin: 20px 0;
}
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
#wrapper {
    width: 100%;
}
#page {
    max-width: 100%;
    margin: 0 auto;
	position:relative;
}
#main {
    max-width: 98%;
    margin: 0 auto;
}

#social {
    text-align: center;
    text-shadow: 0 1px 1px #000;
    padding: 5px;
}

#social a, #social a:link {

}

#header-social {
    font-weight: lighter;
    position: absolute;
    right: 20px;
    top: 17px;
    text-align: right;
    color: #ddd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    text-decoration: none;    
}

#header-social a {
    text-decoration: none;
}

#header-social a:hover {
    text-decoration: none;
    color: #fff;
}

.facebook-fan {
    margin: 30px;
    border: none;
}

#masthead {
    background: url(images/default-header.jpg) center 0 no-repeat;
    background-repeat: repeat;
    margin-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    height: 495px !important;
    position: relative;
    box-shadow: 0 0 100px #000 inset;
    background-size: cover;
}


#masthead img {
    box-shadow: none;
	background: #fdce1f;
	border-radius: 150px;
}


.fornav {
    color: #FFF;
    font-size: 24px;
}

.admin-bar #masthead {
    background-position: center 28px;
}

#masthead hgroup {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70px;
}

.logo-header img {
    border: none;
}

.from {
    display: block;
    font-style: italic;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-size: 10px;
    margin: 5px;
}

h2.site-title {
    font-size: 50px;
    font-weight: lighter;
    font-style: normal;
    padding: 0;
    line-height: 1.2;
    position: relative;
    letter-spacing: -2px;
    text-shadow: 0 1px 1px #111;
}

.site-title a,
.site-title a:hover,
.site-title a:visited,
.site-description {
    color: #fff;
    text-decoration: none;
}
.site-title a:hover {
    opacity: 0.89999997615814208984375;
}

h2.site-description {
    padding: 0;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    text-shadow: 0 1px 1px #111;
    font-weight: normal;
    color: #fff !important;
}

#logo {
    transition-duration: 0.5s;
    transition-property: transform;
    overflow: hidden;
}
#header-logo {
    z-index: 99999;
    position: absolute;
    top: 5px;
    left: 5px;
    text-transform: none;
    color: #FFF;
    font-size: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sfumatura-logo{
    z-index: 88888;
    box-shadow: 0px 0px 20px #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 50px;    
}

.nome-paolo-franzese {
    visibility: hidden;
}

.main-navigation {
    float: left;
    width: 100%;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    /* text-transform: uppercase; */
    z-index: 99999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
    clear: left;
    position: fixed;
    font-size: 16px;
    /* border-bottom: 4px solid #5e7895; */
    background: rgb(255,231,0);
background: -webkit-linear-gradient(left, rgba(255,231,0,1) 0%, rgba(253,29,29,1) 50%, rgba(72,69,252,1) 100%);
background: -o-linear-gradient(left, rgba(255,231,0,1) 0%, rgba(253,29,29,1) 50%, rgba(72,69,252,1) 100%);
background: linear-gradient(to right, rgba(255,231,0,1) 0%, rgba(253,29,29,1) 50%, rgba(72,69,252,1) 100%);

    background-size: 150% 150%;
    
    -webkit-animation: DigitalCoach-Header 20s ease infinite;
    -moz-animation: DigitalCoach-Header 20s ease infinite;
    animation: DigitalCoach-Header 20s ease infinite;
    
}

@-webkit-keyframes DigitalCoach-Header {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes DigitalCoach-Header {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes DigitalCoach-Header {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.main-navigation a {
    color: #ddd;
}

.main-navigation ul {
    float: right;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    right: 50%;
    display: block;
}
.main-navigation ul li {
    display: inline;
    position: relative;
    left: 50%;
}
.main-navigation ul li:after {
    color: #666;
  
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0 17px;
    font-style: italic;
}

.main-navigation ul li:last-child:after {

}

.main-navigation ul ul li {
    float: left;
    left: auto;
    font-style: normal;
}
.main-navigation ul a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 6px 10px 21px;
    font-style: normal;
}
.main-navigation ul ul a {
    color: #fff;
}
.main-navigation ul ul a:hover {
    color: #666;
}
.main-navigation ul ul {
    background: rgba(22, 28, 35, 0.8);
    display: none;
    float: left;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    text-align: left;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;  
    line-height: 1em;    
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 150px;
    padding-left: 20px;
}

.main-navigation ul ul li:after {
    content: "";
    margin: 0;
    padding: 0;
    
}
.main-navigation li:hover > a {
    color: #fff;
    
}

.main-navigation ul ul:hover > a {
    color: #fff;
    
}

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
    color: #999;
}

.main-small-navigation {
    background: #000;
    margin-top: 0;
    padding: 0.5em 0;
    z-index: 99999;
    position: fixed;
    width: 100%;
}
.menu-toggle {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    padding-bottom: 4px;
}
.main-small-navigation .menu {
    display: none;
}
.main-small-navigation .menu,
.main-small-navigation .menu a {
    color: #fff;
}
.main-small-navigation ul {
    z-index: 9999;
}
.entry-title,
.entry-title a {
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.entry-title::first-letter {
    text-transform: uppercase;
}

.entry-title a:hover {
    
}

.riassunto p {
    font-family: titolo, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" !important;
    text-align: left;
    font-style: italic;
    color: #333;
    font-size: 35px;
    font-weight: lighter;
    border-bottom: 1px solid #aaa;
    padding: 20px 0px;
}

.archive-title {
    margin-bottom: 15px;
    font-size: 24px;
    color: #999;
    text-align: center;
}

.hentry {
    margin: 0 0 10px 0;
    padding: 0 0 10px;
}
.entry-meta {
    clear: both;
    text-align: center;
    margin: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: lighter;
}

.entry-meta-home {
    clear: both;
    text-align: center;
    margin: 10px;
    padding: 10px;
   
    border-top: 1px solid #aaa;
    font-size: 12px;
   }

.entry-social {
    clear: both;
    text-align: center;
   }


.divider {
    width: 309px;
    height: 35px;
    margin: 0 auto;
    margin-top: -30px;
}
.firma {
    width: 400px;
    height: 65px;
    margin: 0 auto;
}
#home-contents {
    display: block;
    margin: 0 auto;
    background: white;
    padding: 10px;
	max-width:1000px;
	line-height: 1.5;
}
#secondary{max-width: 1000px; margin: 0 auto;}
#nav-above {
    display: block;
}

#views {
    color: #bc1131;
}

.entry_author_image img {
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
	
}

.small_author_image img {
    width: 32px;
    height: 32px;
    margin: 2px;
    border-radius: 50%;
    vertical-align:middle;
}

.comment-avatar img{
    border-radius: 50px;
	float:left;
    display: table-cell;
    vertical-align: middle;
    margin: 5px;
}

.entry_author_image img:hover {
    filter: grayscale(100%);
}
.sep {
    color: #e6e6e6;
    font-style: italic;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6  {
    padding: 20px 0px;    
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.single-thumbnail {
    margin: 20px 0;
    text-align: center;
   background: rgb(131,58,180);
background: -webkit-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: -o-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: linear-gradient(to right, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.single-thumbnail img:hover {
    opacity: 1;
}

.home-entry-summary {
    font-size: 16px;
    text-align: justify;
    position: relative;
    bottom: 0;
    vertical-align: bottom;
    overflow: hidden;
    height: 150px;
    line-height: 30px;
    text-indent: 50px;
}

.home-entry-summary-first {
    font-size: 16px;
    text-align: justify;
    position: relative;
    bottom: 0;
    vertical-align: bottom;
    overflow: hidden;
    line-height: 30px;
    text-indent: 50px;
}

.home-thumbnail {
    display: block;
    height: 168px;
    overflow: hidden;
    text-align: center;
   background: rgb(131,58,180);
background: -webkit-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: -o-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: linear-gradient(to right, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    margin-bottom: 30px;
}

.home-thumbnail img {
    transition: all 2s ease;
    opacity: 0.7;
    margin-top: 0;
    position: relative;
    }

.home-thumbnail img:hover {
    transition: all 1.8s ease-out;
    opacity: 1;
    transform: scale(1.05);
}


#intro {
    margin: 0 0 40px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    overflow: hidden;
    font-size: 36px;
    font-family: body, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#intro p {
    padding: 0 0 40px 0;
    margin: 0;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
.single-thumbnail img {
    width: 150%;
    height: 150%;
    transition: all 2s ease-out;
    opacity: 0.7;
    position:relative;
    left: 0px;
    top: 0px;
}

.entry-content .single-thumbnail img {
    transition: all 2s ease-out;
    opacity: 0.7;
    position:relative;
    top: 0px;
    left: 0px;
}

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
}
.single-thumbnail {
    overflow: hidden;
    height: 236px;
   
}
.single-thumbnail img:hover {
    transition: all 1.8s ease-out;
    opacity: 1;
    transform: scale(1.05);
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
.single-thumbnail img {
    height: auto;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: #ccc solid 1px;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    line-height: initial;
    font-size: 14px;
    padding: 10px;
    text-align: right;
    font-style: italic;
}

.site-content .gallery {
    margin-bottom: 1.5em;
}

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}

/* navicgation articles */

.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
}

.site-content .nav-previous {
    float: left;
    padding: 5px;
    font-weight: bold;
  }

.site-content .nav-next {
    float: right;
    text-align: right;
    padding: 5px;
    font-weight: bold;
  }

#comments {
    border-bottom: 4px double #e6e6e6;
    margin-bottom: 20px;
}
.comments-title,
#respond h3#reply-title {
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 0 0.9em;
    text-transform: uppercase;
}
#respond h3#reply-title {
    border: none;
}
#respond {
    margin: 2em 0;
}
.commentlist,
.children {
    list-style: none;
    margin: 0;
}
.children {
    margin: 0 0 0 6%;
}
.full-width .children {
    margin: 0 0 0 4%;
}
.commentlist li.comment,
.commentlist li.pingback {
    border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
    border: none;
}
article.comment,
li.pingback {
    overflow: hidden;
    padding: 3em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
    padding-top: 1.0em;
}
.comment-author {
    margin: 0;
    position: relative;
}
.comment-author cite {
    font-style: normal;
    font-weight: bold;
}
.comment-author .avatar {
    border: #ccc solid 1px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
}
.bypostauthor > article .comment-author .avatar {
    background: #4188d4;
    padding: 3px;
}
.comment-meta {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0 0 1.5em;
    padding: 0;
}
.comment-meta a {
    color: #7d7d7d;
}
.comment-content {
    margin: 0;
    position: relative;
}
.comment-content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.538em;
    padding-bottom: 1.13em;
}
#cancel-comment-reply-link {
    background: #cc6a22;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 1.5em;
    padding: 0.3em 1em 0.1em;
    text-align: right;
}
#cancel-comment-reply-link:hover {
    opacity: 0.800000011920928955078125;
}
#content .comment-navigation {
    margin: 0 auto;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
    color: #7d7d7d;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
}
#commentform {
    position: relative;
}
#respond label {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.5em 0;
}
#respond .comment-form-author input[type="text"],
#respond .comment-form-email input[type="text"] {
    margin-left: 0;
}
#respond .comment-form-url input[type="text"] {
    margin-left: 0;
}
.form-allowed-tags {
    color: #7d7d7d;
    line-height: 1.6em;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
    font-size: 11px;
    font-size: 1.1rem;
}
#respond .required {
    color: #ff4b33;
}
#secondary {
    width: 100%;
    clear: both;
	top:30px;
	position:relative;
}
#left-sidebar {
    float: left;
    width: 30%;
    margin: 30px 0 60px;
    text-align: left;
}
#middle-sidebar {
    float: left;
    width: 30%;
    margin: 30px 0 60px 50px;
}
#right-sidebar {
    float: right;
    width: 30%;
    margin: 30px 0 60px;
}
#homepage-left-sidebar {
    float: left;
    width: 30%;
    margin: 30px 0 60px;
    text-align: right;
}
#homepage-middle-sidebar {
    float: left;
    width: 30%;
    margin: 30px 0 60px 50px;
    text-align: right;
}
#homepage-right-sidebar {
    float: right;
    width: 30%;
    margin: 30px 0 60px;
}
.widget {
    margin: 0 0 20px 0;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style-type: none;
}
.widget ul li a {
    color: #2c98f0;
    text-decoration: none;
}
.widget ul li a:hover {
    color: #2c98f0;
    text-decoration: underline;
}

.widget-title {
    text-align: left;
    font-size: 18px;
    font-family: body, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.widget select {
    max-width: 100%;
}
#searchsubmit {
    display: none;
}

.search-lens{
    margin: -9px;
}

#colophon {
    background: #272727;
    text-shadow: 0 1px 1px #333333;
    clear: both;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 40px;
    text-align: left;
    border-top: 4px #000;
}
#colophon a {
    color: #fff;
    text-decoration: none;
}
#colophon a:hover {
    color: #2c98f0;
    text-decoration: none;
}

.site-footer {
    color: #fff;
    background-color: #333;
    padding: 20px 0;
    font-size: 13px;
}
.entry-content cite {
    float: right;
    font-size: 22px;
    padding: 30px;
    color: #000;
}

.entry-content p {
    line-height: 2em;
}

.entry-content i, em {

}


.footerMenu {
    display: block;
}
.footerMenu ul {
    display: inline;
    float: right;
}
.footerMenu li {
    list-style-type: none;
    display: inline;
    font-size: 11px;
}
.footerMenu li a {
    line-height: 15px;
    text-decoration: underline;
    border-right: 1px solid #fff;
    padding: 0 5px 0 5px;
}
.footerMenu li:last-child > a {
    border-right: none;
}

footer {
     
}

.menu-header {
    text-align: center;
    position: absolute;
	margin: 0 auto;
	width: inherit;
    }

.menu-header ul {
    display: inline;
}
.menu-header li {
    list-style-type: none;
    display: inline;
    font-size: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    color: #ffffff;
}
.menu-header li a {
    line-height: 15px;
    border-right: 1px solid #fff;
    padding: 0 5px 0 5px;
    color: #ffffff;
    text-decoration: none;
}
.menu-header li a:hover {
    color: rgba(1, 208, 255, 1);
    text-decoration: underline;
}
.menu-header li:last-child > a {
    border-right: none;
}


#fullWindowBackground {
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#fb_content {
    text-align: center;
    color: #3A5896;
    border: #3A5896 solid 3px;
    background-color: #FFFFFF;
    padding: 20px;
    width: 400px;
    height: 120px;
    box-shadow: 0 0 10px #000;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -60px;
    position: fixed;
    z-index: 999999;
    overflow: hidden;
}
.fb-like {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.dd_post_share {
    display: inline-block !important;
}
#da-slider {
    height: 400px !important;
}
.da-slider {
    width: 100% !important;
    height: 400px !important;
    position: relative !important;
    margin: 0 auto !important;
    overflow: hidden;
    background: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.da-slider p {
    color: #444 !important;
}
.da-slider h2 {
    top: 10px !important;
    color: #000 !important;
    text-shadow: 1px 1px 1px #fff !important;
}
.da-link {
    background-color: #bc1131 !important;
    color: #FFF !important;
    font-weight: bolder !important;
}

.da-slide .da-link {
    bottom: 50px;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    border: rgba(255, 255, 255, 0.8) solid 5px;
    padding: 2px 20px 0;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
}
#clients-box {
    display: block;
    margin-top: 30px;
    height: 300px;
}
#info-box {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sponsor-clienti {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    width: 160px;
    height: 160px;
    background-color: #FFF;
    z-index: 1;
}


.sponsor-clienti img {
    transition: all 0.01s linear;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    top: -35px;
}

.sponsor-clienti h6 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 3;
	text-transform: uppercase;
	font-size: 14px !important;
    padding: 5px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    font-weight: bolder;
    letter-spacing: -.5px;
    border-bottom: 0.5px solid #000;
    margin: 0px 5px;
}

.sponsor-clienti em {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 3;
	text-transform: uppercase;
    font-size: 11px !important;
    display: block;
    color: #000;
    top: -60px;
    line-height: 100% !important;
    padding: 5px;
	font-weight: bolder;
}


.sponsor-clienti a {
    text-decoration: none;
}
.sponsor-clienti:hover img {
    transform: translateY(-15px);
	opacity: 0;
}

.sponsor-clienti:hover {
	background-color: #fecd22;
    border-radius: 5px;
    background-image: url("images/bg-clienti.jpg"); background-position: bottom center; background-repeat: no-repeat;
    
}


.sponsor-clienti:hover em {
    opacity: 1;
    transform: translateY(-100px);
}

.sponsor-clienti:hover h6 {
    opacity: 1;
    transform: translateY(0);
}

.sponsorListHolder {
    margin-bottom: 0 !important;
}

.sponsorFlip:hover {
   background: #f4364c;
 background: url("../images/background.jpg") center center no-repeat #fff;

   }

.sponsorFlip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/background.jpg") center center no-repeat #fff;
    overflow: auto;
}

.post-home {
    display: block;
    overflow: hidden;
    height: 590px;
    width: 40%;
    float: left;
    padding: 20px;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: #ddd solid thin;
}

.entry-title-home,
.entry-title-home a
{
    font-size: -webkit-xxx-large;
    text-decoration: none;
    text-align: left;
    line-height: normal;
   }


.entry-title-home-posts::first-letter,
.entry-title::first-letter,
.entry-title-home::first-letter
{
   text-transform: uppercase; 
}

.entry-title-home-posts{
    font-family: titoli, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"!important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 80px;
}

.entry-title-home a,
.entry-title-home-posts a
{
    font-family: titoli, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"!important;
    text-decoration:none;
    color: #000;
    font-size: 20px
}

.entry-title-home a:hover,
.entry-title a:hover,
.entry-title-home-posts a:hover
{
    font-family: titoli, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"!important;
    text-decoration: underline;
    color: #5f5358;
}


.entry-category
{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bolder;
    background-color: #FDCE1E;
    border-radius: 3px;
    width: fit-content;
    margin: 0 auto;   
    padding: 5px 20px;
}

.entry-category a
{
    color: #000;
}

.breadcrumbs {
    margin: 0 !important;
    padding: 5px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
    color: #5f5358;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;    
}

.adv {
    text-align: center;
}

.audience {
    text-align: center;
    margin: 5px;
    padding: 5px 9px;
    background: #ec7e4d;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    transition: all 0.1s ease-in-out;
	border-radius: 3px;
}
.audience:hover {
    transform: scale(1.1, 1.1);
}
.tagcloud a {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bolder;
    color: rgba(255,255,255,1);
    background: rgba(50, 50, 50,1);
    font-size: smaller;
}

.audience a,
.tagcloud a {
    text-decoration: none;
}

.twitter-timeline,
.fb-like-box {
    width: 100%;
}
.author_image img {
    float: left;
    margin: 10px;
}
.author_image p {
    font-size: 10px;
}
.entry-header {
    text-align: left;
}
.social-count-plus {
    margin: 0 auto !important;
    width: 490px !important;
}

.page-title {
    padding: 20px;
}

.introduzione {
    text-align: center;
}

.saluti {
    font-family: titolo, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" !important;
    font-style: italic;
    color: #333;
    font-size: 35px;
    font-weight: lighter;
    
    padding: 20px 0px;
    text-align: center;
}

.saluti small {
    font-family: titolo, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" !important;
    font-style: italic;
    color: #333;
    font-size: 25px;
    font-weight: lighter;
    }

/* icons social */
.fab fa-snapchat:hover {
    color: #F3EC1E !important;
}
.fab fa-facebook:hover {
    color: #2c98f0!important;
}
.fab fa-instagram:hover {
    color: #2c98f0!important;
}
.fab fa-twitter:hover {
    color: #00aced!important;
}
.fab fa-google-plus:hover {
    color: #dd4b39!important;
}
.fab fa-youtube:hover {
    color: #dd4b39!important;
}
.fab fa-google-plus-sign:hover {
    color: #bb0000!important;
}
.fab fa-linkedin:hover {
    color: #007bb6!important;
}
.fab fa-rss:hover {
    color: #ff6600!important;
}
.fab fa-tumblr:hover {
    color: #32506d!important;
}
.fab fa-paper-plane:hover {
    color: #0088cc !important;
}


.menu,
.sub-menu,
a,
input[type="submit"],
input[type="button"],
input[type="text"],
textarea,
.home .hentry .entry-title,
.archive .hentry .entry-title,
.pagination a.page-numbers {
    transition: all 0.1s ease-out;
}

#header-logo, #logo {
    
}

.sponsor-clienti,
.site-title,
.site-description {
    animation: fadein 1s;
}

.sponsor-clienti {
    transition: all 0.5s ease-in-out;
}

.sponsor-clienti:hover {
    transform: scale(1.05, 1.05);
    z-index: 100;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pretty-pinterest-image {
    box-shadow: none;
}

table,
td,
tr {
    background-color: transparent !important;
}
blockquote {
    border-left: 2px solid #000;
    margin: 1.5em 10px;
    padding: 0.5em 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    color: #000;
}

blockquote:before {
    color: #121212;
    content: open-quote;
    font-size: 5em;
    line-height: 1.5em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #121212;
    content: close-quote;
    font-size: 5em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p, blockquote em {
    margin-top: -60px;
    padding-bottom: 30px;
    font-family: titolo, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-style: italic;
    line-height: 65px;
    font-size: 30px;
}

blockquote strong {
    font-family: titolo, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-weight: bold;
}


.more {
    text-align: center;
    padding: 8px 18px;
    font-size: 12px;
	background: #f4364c;
    color: #fff;
    text-transform: uppercase;
	border-radius: 3px;
	font-weight: bold;
    margin: 0 auto;
    width: 50%;
    margin-top: 10px;
}

.more a {
    color: #fff;
}

#design_rank {
    background-color: #dc0d17;
    color: #fff;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 12px;
    position: relative;
    bottom: -19px;
    left: 185px;
    z-index: 99;
	border-radius: 3px;
}

.nome-paolo-franzese{
    position: absolute;
    left: 50px;
    top: 0px;
    display: flex;
}

.translate {
    text-align: center;
}

input[type="text"],
input[type="email"],
textarea {
    border: #e0e0e0 solid 1px;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    color: #7d7d7d;
    outline: 0;
    transition: border 0.5s 0s linear, box-shadow 0.5s 0s linear, color 0.5s 0s linear;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #333;
    border-color: rgba(41, 168, 255, 0.6);
    background: #ffd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 168, 255, 0.6);
    outline: 0 none;
    }
.taxonomy-description {
    font-size: 20px;
    color: #999;
    text-align: center;
    font-style: italic;	
	line-height: 25px;
    }

ul.related_post {
    text-align: center !important;
    }

#prenota {
    background-color: #FDCB1C;
    color: #000;
    display: table;
    text-decoration: none;
    font-size: 26px;
   	padding: 18px 28px;
    margin: 40px auto;
	border-radius: 3px;
	cursor: pointer;
    text-transform: uppercase;
    }

#prenota-skype {
    background-color: #00aff0;
    color: #fff;
    display: table;
    text-decoration: none;
    font-size: 26px;
   	padding: 18px 28px;
    margin: 40px auto;
	border-radius: 3px;
	cursor: pointer;
    }

#prenota-skype a {
    color: #fff;
    }

.suggerimento {
    color: #fff;
    font-size: 18pt;
    font-weight: bolder;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    text-transform: capitalize;
    }

.suggerimento::first-letter {
    text-transform: uppercase;  
    }

.suggerimento a,.suggerimento a:link {
    color: #fff;
    }

.ultimo-articolo {
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
    font-size: 10px;
    background-color: #f00;
    border-radius: 3px;
    width: fit-content;
    padding: 5px;
}

.occhiello {
    display: block;
    border-bottom: 1px solid #e10020;
    text-transform: uppercase;
    color: #e10020;
    font: 18px/22px 'FGDemiCondensed',Arial,'Helvetica Neue',Helvetica,sans-serif;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bolder;
}

.occhiello a {
    color: #e10020;
}

@keyframes rocking {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(2deg);
}
75% {
    transform: rotate(-2deg);
}
100% {
    transform: rotate(0deg);
}
}

#prenota a {
    color: #000;
}

.gruppo {
    background-color: #4468b0;
    color: #fff;
    display: table;
    text-decoration: none;
    font-size: 26px;
	padding: 8px 18px;
	margin: 20px auto;
	border-radius: 3px;
}
.gruppo a {
    color: #fff;
}

#recensione {
    background-color: #4e69a2;
    border-color: #435a8b #3c5488 #334c83;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    display: table;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 18px;
    margin: 10px auto;
    border-radius: 3px;
}

#recensione a {
    color: #fff;
}

.ads-post {
    text-align: center;
}
.rh,
.al {
    background-color: #f4f4f4 !important;
}
div.wpcf7-response-output {
    background-color: white;
    font-size: x-large;
    margin: 10px auto;
}
.iscriviti, #consulente-freeelance {
    margin: 20px auto;
    padding: 40px;
    background-color: #242526;
    border-color: #435a8b #3c5488 #334c83;
    border-radius: 3px;
    color: #fff;
}

.iscriviti h3, .iscriviti h4 {
    color: #fff;
}

#consulente-freeelance {
    margin: 20px auto;
    padding: 40px;
    background-color: #eeeeee;
    border-color: #435a8b #3c5488 #334c83;
    border-radius: 3px;
}


#snippet-box {
    width: 100% !important;
}
#primary,
#content,
.site-content {
    margin: 0;
}
.quotescollection-quote,
.quotescollection-quote cite,
.quotescollection-quote a {
    text-align: center !important;
    float: none;
    z-index: 9999;	
}

.author {
    font-weight: bolder;
    font-style: normal;
}

.attribution {
    font-style: normal;
    font-size: 16px;
}

#cn-notice-text {
    text-shadow: 0 1px #000;
}

#consulente-freelance {
    margin: 0 auto;
    color: #635863;
    padding: 10px;
    z-index: 1;
    text-align: center;

}
.quotescollection-quote footer.attribution {
    text-align: center !important;
    font-size: 12px;
}

p {
    margin-bottom: 8px !important;
}
.dd_post_share {
    width: 100%;
    border-top: thin solid #aaa;
    padding: 10px;
}
.aziende {
    color: #eee;
    background-color: #1BBD1B;
    padding: 5px;
    margin: 2px;
    border-radius: 50%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}
.aziende a {
    color: #fff;
    text-decoration: none;
}
.aziende a:hover {
    color: #fff;
    background-color: #1BBD1B;
    text-decoration: none;
}

#telegram {
    color: #fff;
    background-color: #0088cc;
    padding: 15px;
    margin: 2px;
    border-radius: 50%;
}

.primary-mobile-nav {
    display: none;
}

@media (max-width: 643px) {
    .primary-nav {
        display: none;
    }
    .primary-mobile-nav {
        display: block;
    }
}

@media only screen and (min-width: 1000px) {
#ultimipost {
    margin: 20px;
	max-height: 35px;
	overflow:hidden;
}
}
@media only screen and (max-width: 1000px) {
    #main {
        max-width: 1000px;
        margin: 0 auto;
    }
	#ultimipost .suggerimento{line-height:14pt; font-size: 14pt;} #ultimipost{ height: 35px; overflow:hidden; margin: 10px 0 0 0}
	.home-thumbnail img{width:auto; min-height:170px; right:0px}
	.site-footer{bottom:0px}
	.iscriviti img{max-width:100%; height:auto; margin-bottom:10px; margin-top:10px}
	
}
@media only screen and (max-width: 960px) {
    #main {
        max-width: 960px;
        margin: 0 auto;
    }
    #middle-sidebar {
        float: left;
        width: 25%;
        margin: 30px 0 60px 50px;
    }
    #homepage-middle-sidebar {
        float: left;
        width: 25%;
        margin: 30px 0 60px 50px;
    }
}
@media only screen and (min-width: 768px) {
	.hamburger{display:none}
}
@media only screen and (max-width: 768px) {
	#page{overflow-x:hidden; max-width:100%}
	.main-navigation{height:50px}.menu-menu-container{position:relative}
    body {
        letter-spacing: 0px;
    }
    	.menuresp{
	position: fixed;
    top: 50px;
    width: 100%;
			display:none; z-index:100000000000
	}
    .main-navigation {
	    font-size: 15px;
	    text-align: center;
        position: fixed;
        width: -webkit-fill-available;
        }
    
    #main {
        max-width: 768px;
        margin: 0 auto;
    }
    
    h6,
    h5,
    h4,
    h3,
    h2,
    h1 {
        
    }
    
    .site-description {
        max-width: 50%;
        font-size: 14px;
    }
    
    .sponsorListHolder {
        text-align: center;
    }
    
    .sponsor-clienti {
        float: none;
        text-align: center;
        width: 100%;
        height: 160px !important;
    }
    
    h1.site-title {
        transform: translateY(-20px);
    }
    
    h2.site-description {
        transform: translateY(-22px);
    }
    
    .single-thumbnail {
        overflow: hidden;
        height: 170px;
    }
    .from {
        transform: translateY(15px);
    }
    #logo img {
        margin-top: 15px;
    }
    h2.site-title {
        margin-top: -15px;
    }
    h2.site-description {
        padding-top: 30px;
    }
    #page-header {
        height: 300px !important;
    }
    #mappa {
        height: 300px !important;
        overflow: hidden;
    }
    
    .adv,
    .ads-post,
    .quotescollection_randomquote,
    #soundcloud-box,
    #youtube-box,
    #instagram-box,
    #twitter-box,
    #fb-root,
    #header-social,
    #social,
    nome-paolo-franzese,
    #design_rank {
        visibility: hidden;
    }

	#main {
        margin: 0 auto;
    }
    #left-sidebar {
        float: none;
        width: 100%;
        margin: 30px 0 60px;
    }
    #middle-sidebar {
        float: none;
        width: 100%;
        margin: 30px 0 60px;
    }
    #right-sidebar {
        float: none;
        width: 100%;
        margin: 30px 0 60px;
    }
    #homepage-left-sidebar {
        float: none;
        width: 100%;
        margin: 30px 0 60px;
    }
    #homepage-middle-sidebar {
        float: none;
        width: 100%;
        margin: 30px 0 60px;
    }
    #homepage-right-sidebar {
        float: none;
        width: 100%;
        margin: 30px 0 60px;
    }
    #searchform input#s {
        background: #fafafa;
        height: 22px;
        line-height: 1.2em;
        padding: 0.2em 2.3em 0.2em 0.6em;
        width: 80%;
		top: 300px;
    }
	
	#searchform {

    }
	
    .post-home {
        width: 90% !important;
        margin: 0 !important;
        margin-top: 20px !important;
    }
    
	.menu-header {
    	font-size: 1em;
		top: 350px;
	}
    
    .entry-title {
        font-size: 30px;
    }
    
     .entry-title-home, .introduzione {
        font-size: 28px;
    }
    
    .entry-meta {
        font-size: 12px; 
    }
    
    .entry-title-home-posts {
        font-size: 20px; 
    }
    
    .gruppo, .responsivevoice-button {
        font-size: 18px;
    }
    
    .riassunto p, .saluti {
    font-size: 25px;
    }
    
    #ez-toc-container {
   
    text-indent: 0px;
    }
    
    #paga-adesso {
    width: 500px;
    }
}



.quotescollection-quote .attribution {
    text-align: center !important;
}
.pbc-label {
    text-shadow: none !important;
    background: none !important;
    color: rgb(20, 20, 20) !important;
}

.header-meta{
	padding: 20px;
}

.header_author_image img {
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
	float: left;
	margin: 10px;
	shape-outside: circle(40%);
  	-webkit-shape-outside: circle(40%);
  	shape-margin: 10px;
  	-webkit-shape-margin: 10px;
}

/* Amazon */

.aalb-pc-ad-unit {
  /*Enable this border property to have a border around the ad unit*/
  /*border: 1px solid #d4d4c4;*/
  background: #ffffff;
}
/* Actual styles start below */
.aalb-pc-ad-unit {
  position: relative;
  overflow: hidden;
  padding: 22px 40px;
}
.aalb-pc-ad-unit * {
  box-sizing: content-box;
  box-shadow: none;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  outline: 0;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.aalb-pc-ad-unit.pull-left {
  float: left;
}
.aalb-pc-ad-unit.pull-right {
  float: right;
}
.aalb-pc-ad-unit.pull-left .aalb-pc-product, .aalb-pc-ad-unit.pull-right .aalb-pc-product {
  width: 185px !important;
}
.aalb-pc-ad-unit a {
  box-shadow: none !important;
}
.aalb-pc-ad-unit a:hover {
  color: #c45500;
}
.aalb-pc-ad-unit .aalb-pc-ad-header {
  padding-left: 3px;
  padding-bottom: 9px;
  font-size: 17px;
  font-weight: normal;
  color: #111111;
}
.aalb-pc-ad-unit .aalb-pc-product-list {
  /* Remove the border-top to remove the horizontal line after the Ad Header*/
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}
.aalb-pc-ad-unit .aalb-pc-product {
  min-width: 185px;
  max-width: 385px;
  height: auto !important;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  list-style: none;
  text-align: center;
}
.aalb-pc-ad-unit .aalb-pc-product-image {
  display: table;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}
.aalb-pc-ad-unit .aalb-pc-product-image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.aalb-pc-ad-unit .aalb-pc-product-image a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.aalb-pc-ad-unit .aalb-pc-product-image img {
  max-width: 150px;
  max-height: 150px;
  vertical-align: bottom;
}
.aalb-pc-ad-unit .aalb-pc-percent-off {
  display: block;
  width: 32px;
  height: 27px;
  padding-top: 5px;
  position: absolute;
  top: -16px;
  right: -16px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #a50200;
  background-image: -webkit-linear-gradient(top, #cb0400, #a50200);
  background-image: linear-gradient(to bottom, #cb0400, #a50200);
}
.aalb-pc-ad-unit.hide-percent-off-badge .aalb-pc-percent-off {
  display: none;
}
.aalb-pc-ad-unit .aalb-pc-product-details {
  display: inline-block;
  max-width: 100%;
  margin-top: 11px;
  text-align: left;
}
.aalb-pc-ad-unit .aalb-pc-product-title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #111111;
  text-decoration: none;
}
.aalb-pc-ad-unit.no-truncate .aalb-pc-product-title a {
  text-overflow: initial;
  white-space: initial;
}
.aalb-pc-ad-unit .aalb-pc-product-offer-price {
  font-size: 13px;
  color: #111111;
}
.aalb-pc-ad-unit .aalb-pc-product-offer-price-value {
  color: #AB1700;
  font-weight: bold;
}
.aalb-pc-ad-unit .aalb-pc-product-list-price {
  font-size: 13px;
  color: #565656;
}
.aalb-pc-ad-unit .aalb-pc-product-list-price-value {
  text-decoration: line-through;
}
.aalb-pc-ad-unit .aalb-pc-product-prime-icon .icon-prime-all {
  background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  background-position: -205px -246px;
  width: 47px;
  height: 15px;
}

.aalb-pc-ad-unit .aalb-pc-product-prime-icon .icon-prime-es {
  background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  background-position: -205px -274px;
  width: 62px;
  height: 16px;
}
.aalb-pc-ad-unit .aalb-pc-product-offer-price,
.aalb-pc-ad-unit .aalb-pc-product-list-price,
.aalb-pc-ad-unit .aalb-pc-product-prime-icon {
  display: inline-block;
  margin-right: 2px;
}
.aalb-pc-ad-unit .aalb-pc-btn-prev,
.aalb-pc-ad-unit .aalb-pc-btn-next {
  position: absolute;
  top: 50%;
  margin-top: -52px;
  display: block;
  visibility: hidden;
  width: 43px;
  height: 105px;
  z-index: 2;
  line-height: 105px;
  background: #ffffff;
  color: #D0D0D0;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 4px #e9e9e9;
  box-shadow: 0 0 4px #e9e9e9;
}
.aalb-pc-ad-unit .aalb-pc-btn-prev:hover,
.aalb-pc-ad-unit .aalb-pc-btn-next:hover {
  color: #999999;
}
.aalb-pc-ad-unit .aalb-pc-btn-prev:focus,
.aalb-pc-ad-unit .aalb-pc-btn-next:focus {
  outline: none;
}
.aalb-pc-ad-unit .aalb-pc-btn-prev {
  left: 0;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.aalb-pc-ad-unit .aalb-pc-btn-next {
  right: 0;
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .aalb-pc-ad-unit .aalb-pc-product-prime-icon .icon-prime-all {
    background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -205px -246px;
    width: 47px;
    height: 15px;
  }

  .aalb-pc-ad-unit .aalb-pc-product-prime-icon .icon-prime-es {
    background: url('https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_1x-e1a6545ba46e2ced9fc835dbdec4fff037b5b6bf._V2_.png') no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -205px -274px;
    width: 62px;
    height: 16px;
  }
}

.wpcf7-form .wpcf7-submit { 
	color: #fff;
    background-color: #2296F3;
    border-color: #4cae4c; 

	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
	}

select,  textarea {
    padding: 10px;
    }

.fn .n {
	visibility: hidden;
}

.essb_links.essb_counter_modern_right .essb_counter_right {
    right: 0;
    margin-left: 5px;
    margin-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 30px;
    text-align: center;
    background: #E6E7E9!important;
    color: #666;
    border: 0;
}

.essb_links .essb_counter_right {
    position: relative;
    right: 6px;
    top: 0;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-radius: 3px;
}

.essb_links .essb_counter, .essb_links .essb_counter_right {
    display: inline-block;
    padding: 9px 7px;
    font-size: 11px;
    color: #999;
    background: #fff;
    vertical-align: 0;
}

.tnp-subscription input.tnp-submit, .tnp-widget input.tnp-submit, .tnp-field input.tnp-button, .tnp-profile input.tnp-submit {
	color: #fff!important;
    background-color: #2c98f0!important;
    display: table!important;
    text-decoration: none!important;
    font-size: 26px!important;
    padding: 8px 20px!important;
    margin: 20px auto!important;
    border-radius: 3px!important;
    text-transform: uppercase!important;
    font-family: body, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    cursor: pointer;
}

.tnp-profile form .tnp-field input[type=text], .tnp-profile form .tnp-field input[type=email], .tnp-profile form .tnp-field input[type=submit], .tnp-profile form .tnp-field textarea, .tnp-profile form .tnp-field select  {
    border: #e0e0e0 solid 1px;
    background: #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 20%);
    color: #7d7d7d;
    outline: 0;
    transition: border 0.5s 0s linear, box-shadow 0.5s 0s linear, color 0.5s 0s linear;
    width: 80%;
}



.helpaziende a, .helpaziende a:hover {
    color: #ffffff!important;
    transition: none; 
}

.helpaziende {
    text-align: center;
    margin: 5px;
    padding: 5px 9px;
    background: #ff0000;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    transition: all 0.1s ease-in-out;
    border-radius: 3px;
}

.helpaziende-home a, .helpaziende-home a:hover {
    color: #ffffff!important;
    transition: none; 
}

.helpaziende-home {
    text-align: center;
    padding: 8px 18px;
    margin: 20px auto;
    background: #ff0000;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    transition: all 0.1s ease-in-out;
    border-radius: 3px;
}

.helpaziendenb {
    text-align: center;
    margin: 5px;
    padding: 5px 9px;
    background: #ff0000;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    border-radius: 3px;
  }

.consulenzenb {
    text-align: center;
    margin: 5px;
    padding: 5px 9px;
    background: #00aff0;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    border-radius: 3px;
  }

.blackfridaynb {
    text-align: center;
    margin: 5px;
    padding: 5px 9px;
    background: #000;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    border-radius: 3px;
  }

.contattinb {
    text-align: center;
    margin: 5px;
    padding: 5px 9px;
    background: #5cb85c;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
    border-radius: 3px;
  }

h1, h2 {
    color: #000 !important;
}

#menu-menu .has-sub:after {
         
}

#menu-menu ul li.has-sub:hover > a:after {
      color: #fff;
}

#menu-menu > ul > li.has-sub > a:before {
      
}

#menu-menu > ul > li.has-sub:hover > a:before {
	
}

#menu-menu ul li.has-sub:hover > a {
    	
}

#menu-menu ul li.has-sub:hover > ul,
#menu-menu ul li.has-sub:hover > div {
    line-height: 1em;
}

#menu-menu ul li.has-sub > a:hover {

}

.commentlist .even .comment { 
background-color:#ccddf2; 
}

.commentlist .odd .comment {
background-color:#CCCCCC;
}

.comments-area article header {
    margin: 0 0 48px;
    overflow: hidden;
    position: relative;
    background-color:#55737D;
    color:#FFFFFF;
    padding: 10px;
}

.column-comments {
  float: left;
  width: 33.33%;
  }

/* Clear floats after the columns */
.row-comments:after {
  content: "";
  display: table;
  clear: both;
}

.comment-input {
    color: #fff!important;
    background-color: #2c98f0!important;
    width: 50%;
    padding: 10px;
    margin:10px;
    display: block;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;     
}

.commenti {
    text-align: left;
    line-height: 4em;
    padding: 20px;
}

.ol-comments {
    list-style: none;
   
}

.comment-actions {
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
}

.bounce {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}

.post-listening-share button, .responsivevoice-button {
    
    text-align: center;
    padding: 10px 30px 10px 30px;
    background: #2c98f0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
.grecaptcha-badge{ display: none}

.td-tags span, .td-tags a {
    margin-right: 4px;
    margin-left: 0;
}
.td-post-small-box a {
    display: block;
    float: left;
    border: 1px solid #ededed;
    margin-left: 4px;
    line-height: 8px;
    color: #111111;
    padding: 5px 8px;
    height: 20px;
}

.td-post-source-tags a {
    font-size: 11px;
}

.tags {
    display: inline-block;
    height: 22px;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 22px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bolder;
    color: rgba(255,255,255,1);
    background: rgba(50, 50, 50,1);
}

.tags a, .tags a:link{
    color: #fff;
}



.recensioni, .quotescollection-quote-wrapper {
    color: #444 !important;
    text-shadow: none;
    font-size: 18px;
    font-weight: lighter !important;
    line-height: 2em;
    font-style: italic;
}

#ez-toc-container {
    font-weight: bolder;
    text-indent: 50px;
}

.ez-toc-title {
    font-size: 22px;   
}

#ez-toc-container li::after {
   
}

#ez-toc-container ul {
  counter-reset: cupcake;
  padding-left: 32px;
  list-style: none;
}

#ez-toc-container ul li {
    counter-increment: cupcake;
    font-weight: bolder;
}


#ez-toc-container ul li::before {
  content: ' ' counter(steps) '.';
  margin-right: 0.5rem;
  color: #000;
}

#ez-toc-container ul li::after {
  content: '';
}

#ez-toc-container ul li:before {
  content: counters(cupcake, '.') '. ';
}


ul {
  list-style-type: 'âœ…  ';
  list-style-position: inside;
  }

li::first-letter {
  text-transform: uppercase;
  padding-left:10px;        
}

.gratis {
    background: #f00;
    text-align: center;
    padding: 5px;
    box-shadow: 0px 0px 3px #000;
   -ms-transform: rotate(20deg); /* IE 9 */
       transform: rotate(20deg);
    transform: rotate(-5deg);
    display: inline-block;
    font-weight: bolder;
    }

.fa, .fab, .fad, .fal, .far, .fas {
    
}

.gradient-orange {
    color: #3175e4;
    background: linear-gradient(160deg,#ffc107,#ff9800,#ff00eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #ebebeb;
}
    
 
.gradient-orange:hover {
    color: #3175e4;
    background: linear-gradient(160deg,#eb00ff,#0098ff,#07c1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #cdcdcd;
}

#paga-adesso {
    text-align: center; 
    margin: 0 auto;
    padding:5px;
    width:100%;
    background-color: #ffc43a;
    border-radius: 5px;
}

#paga-adesso:hover {
  transform: scale(1.01); 
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 32px 45px;
    background-color: rgba(0,0,0,0.8)!important;
    color: #fff;
    border-radius: 0.5em;
}
 
.cli_messagebar_head {
    color:#fff;    
}

.cli-bar-message {
    
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    padding: 0.75em 1.5em;
    border-radius: 0.25em;       
    font-weight: 400;
    line-height: 1;
}

.mwb-pgfw-pdf-generate-icon__wrapper-frontend {
    visibility: hidden!important;
    height: 1px;
}


.iscriviti-telegram {
    background-color: #FECD1E;
    font-size: 16px;
    margin:10px;
    padding: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.creo {
    text-align: center;
    width: 100%;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.emoji {
    width: 32px;
}

@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.waitingForConnection {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.5s;
  font-weight: bolder;
}

.hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:7px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menur{z-index:1000000; font-weight:bold; font-size:14px; width:100%; background:#FECD1E;  position:absolute; text-align:center; font-size:12px;}
.menur ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menur li {display: block;   padding:15px 0 15px 0; border-bottom:#dddddd 0px solid;}
.menur li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 0px solid;}
.menur ul li a { text-decoration:none;  margin: 0px; color:#666; font-size:16px}
.menur ul li a:hover {  color: #666; text-decoration:none;}
.menur a{text-decoration:none; color:#666; font-size:16px}
.menur a:hover{text-decoration:none; color:#666;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

.tnp-archive li strong:before{content: "- ðŸ”¥"; width: 100%}
#page .sponsor-clienti{height:180px} 
@media only screen and (max-width: 800px) {
.sponsor-clienti h6{top:50px;}
.btic{width:200px;float: left} 
.btic img{max-width:98%;} 
.tiktok-gallery {margin:0 auto; display:block; max-width:800px; height: 200px;}	
}
@media only screen and (min-width: 800px) {
.sponsor-clienti h6{top:80px;}
.btic{width:200px;float: left} .btic img{max-width:98%;}	
.tiktok-gallery{margin:0 auto; display:block; width:800px; position:relative; top: 20px; height: 200px; }	
}

.progress-bar{
	height: 2px;
	width: 0;
	background-color: #fdce1f;
	position:fixed;
	top:0px;
	z-index:1000000;
	box-shadow: 0px 21px 20px -7px rgba(0,0,0,0.1);
}

#main .wpcf7 .screen-reader-response {
  position: relative;
  overflow: hidden;
  clip: auto;
  clip-path: none;
  height: auto;
  width: 100%;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  border: 1px solid #eee;
}
#main {position:relative}
#main .wpcf7 .screen-reader-response p{font-weight: 800; padding: 20px 30px; margin-bottom:20px}
#main .wpcf7-not-valid-tip,#main .wpcf7 .screen-reader-response, #main .wpcf7-response-output{display:none}
#main{min-height: 800px} .carrello{ text-align:center; margin-top: 20px}
#page ul{list-style-type: ' '} #main .edd-cart  ul li{list-style-type: ' '} 
#edd_checkout_wrap{padding: 10px; text-align:center; margin-top:50px}
.singolodoc{padding: 10px; text-align:left; margin-top:20px; position:relative; text-align:justify; margin-bottom:80px} .singolodoc button{margin-top:15px; } .imgprod img{max-width:400px; margin:0 auto;display:block; top:30px; position:relative; box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);} .singolodoc h2{text-align:center; margin-bottom: 15px} .singolodoc button{margin: 0 auto; display:block; text-align:center; font-size:24px}.edd-add-to-cart-label:after{content:"\f09d"; font-family: "Font Awesome 5 Free"; font-weight:900; margin-left:8px;position:relative; top: 5px; font-size:24px } .edd_go_to_checkout,#edd-purchase-button{margin: 0 auto; display: block; width: 250px; margin-top: 15px}.edd-label{position:relative;top:5px} .imgprod{margin-top:15px;position:relative} .imgprod .boxspot{width: 300px; left: 15%; display:block; z-index:100; text-align:center}
.icocart img{max-width:100px; margin: 15px 0px}
.ccart{background:#fdce1f; border-radius:30px; width: 50px; height:50px; z-index:10000; position:absolute; top: 80px; right: 10%; text-align:center; font-weight:600; } .ccart a{color:#000} .ccart img{width:30px;height:50px} .ccart span{    position: absolute; background: #f00; border-radius: 20px;  width: 20px; height: 20px; color: #fff; font-size:12px}
.vuoto img, .empty img{width:200px; margin-bottom:10px; margin-top:30px} #main .edd_download_image{position:relative; width:200px; height:270px; margin: 0 auto; } #main  .edd_download_image img{max-width:200px;margin: 0 auto; background-size:cover; background-repeat:no-repeat; background-color:#fdce1f; box-shadow: 0px 0px 20px rgba(0,0,0,.2);} .edd_download_title{font-family: titoli, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" !important; margin-top:30px; font-size: 20px; text-wrap-mode: nowrap; text-align: center;}
.edd_download_buy_button{margin-top:20px} #edd_checkout_form_wrap select.edd-select{margin:0 auto; display:block}
#main .edd-add-to-cart-label{position:relative; top:-5px} #main .edd-add-to-cart-label{font-weight:300; font-size:16px} #main h2{font-size:30px; margin-top:20px;text-align:center;margin-bottom:0px} .laycenter p{text-align:center} .okmsg{text-align:center;font-weight:600}
#main .entry .entry-content .event-tickets .tribe-tickets__tickets-form,#main .event-tickets .tribe-tickets__tickets-form{max-width:100%}
/* common */
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #ff0000;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #660000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #660000;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #660000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #660000;
}
.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity{width:55px; text-align:center; font-size:24px} .single .edd_download_quantity_wrapper{width:80px; margin: 0 auto; display: block; margin-bottom:20px} .clear{clear:both}
#page .singolodoc ul ul{margin-left:0px} #page .singolodoc ul{ list-style-type: '✅  '} #page .singolodoc ul{margin-bottom: 20px} 
.js #page .singolodoc p{margin-bottom: 20px} .okmsg img{max-width: 200px} .page-id-8 #main{margin-top: 10%}
.no-js .edd-submit{ display: block}
.no-js .edd-submit.button.blue.active,.no-js  .edd-submit.button.blue:focus,.no-js  .edd-submit.button.blue:hover,.no-js .edd-submit{
    text-align: center;
    padding: 10px 30px 10px 30px;
    background: #2c98f0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
.edd_empty_cart{font-size:42px; position:relative; top:-30px}
.edd_empty_cart:before{background-image:url('cart_empty.png'); content: " "; width: 300px; height: 300px; position:absolute; left: 0%; top: 150px}
#edd-paypal-container{margin:0 auto; display: block; max-width:500px; top: 30px; position:relative} .contenuto{clear:both}
.boxspot{text-align:center; margin: 0 auto; width: 95%; display:block;} .boxspot h3{color:#000;text-transform:uppercase; font-size:18px} .boxspot span{width:100%} .promo{font-size:32px; font-weight:800; color:#f00} .barrato{ text-decoration: line-through; opacity: .6;} .prezzobar{width: 100%; font-size:24px; padding: 3px 9px;}
.offerta{border-radius: 5px; flex-shrink: 0; padding: 3px 9px; margin: 0 0 0px; background-color: #ff0000; color: #fff;width:100%; font-size: 0.80rem; width: auto; font-weight: bolder; display: inline-block; text-transform: uppercase;}
.descrizione-offerta{padding: 2px; margin: 10px auto; background-color: #ffff00; color: #000; font-size: 0.90rem; width: fit-content; text-align: center;  }

.ultimo-download {
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
    font-size: 10px;
    background-color: #f00;
    border-radius: 3px;
    width: fit-content;
    padding: 5px;
}

.occhiello-home {
    display: block;
    text-transform: uppercase;
    color: #aaaaaa;
    font: 18px / 22px 'FGDemiCondensed', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bolder;
}

.edd_download {
    box-shadow: 0 0px 2px rgb(0 0 0 / 0.2);
	padding: 20px;
	border-radius: 10px;
	background: #efefef;
	border: 1px solid #f5f5f5;
}

.edd_download_excerpt {
	font-size: 14px;
    height: 187px;
	padding: 20px 0 0 0
}

.edd_download:hover {
    box-shadow: 0 0px 1px rgb(0 0 0 / 0.2);
	background: #ffffff;	
}

div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}
#main .laycenter p{text-align:justify} #tf_quotescollection_1{position:relative; height:160px}
.slider-item {position: absolute;width: 100%;display: none;text-align: center; margin-top: 20px}
.videotube{display:block; margin:0 auto; top: 50px; bottom: 50px;}

.footer-contents {
    display: block;
    margin: 0 auto;
    padding: 10px;
    max-width: 1000px;
    line-height: 1.5;
	
	display: flex;  /* Allinea i div orizzontalmente */
    justify-content: space-between; /* Spazia i div in modo uniforme */
    gap: 10px; /* Distanza tra i div */
    padding: 20px;
	justify-content: space-between;
	font-size: smaller;
}

.box-contents {
	flex: 1; /* Ogni box occupa lo stesso spazio */
    padding: 20px;
}

/* Media query per rendere i div responsive */
@media (max-width: 768px) {
    .footer-contents {
        flex-direction: column; /* I div diventano verticali su schermi piccoli */
    }
}


.loading-more {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    background: url('./css/load.gif') no-repeat center center;
    background-size: contain;
}

/* ========= Disponibilità Scarcity Badge ========= */

.ip-edd-stock-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(90deg, #ff2e63, #ff9a00);
  color: #fff;
  padding: 8px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(255, 46, 99, 0.3);
  animation: pulse-scarcity 1.8s infinite;
}

/* Cerchio pulsante “alert” a sinistra */

.ip-edd-stock-inline::before {
  content: "\26A1";
  font-size: 1rem;
  animation: blink-alert 1s infinite alternate;
}

/* Numero evidenziato */

.ip-edd-stock-inline strong {
  background: #fff;
  color: #ff0066;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 1.05rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* Quando il numero è basso (puoi gestirlo anche via classe JS) */

.ip-edd-stock-inline.low strong {
  background: #ff0000;
  color: #fff;
  animation: pulse-low 1.2s infinite;
}

/* Animazioni */

@keyframes pulse-scarcity {
  0%, 100% { transform: scale(1); box-shadow: 0 0 12px rgba(255, 46, 99, 0.35); }
  50% { transform: scale(1.04); box-shadow: 0 0 22px rgba(255, 154, 0, 0.55); }
}

@keyframes blink-alert {
  from { opacity: 0.5; transform: scale(1); }
  to { opacity: 1; transform: scale(1.3); }
}

@keyframes pulse-low {
  0%, 100% { transform: scale(1); background: #ff0000; }
  50% { transform: scale(1.1); background: #ff4f4f; }
}

/* Versione “quasi esaurito” (aggiungila dinamicamente se < 5 pezzi) */

.ip-edd-stock-inline.almost {
  background: linear-gradient(90deg, #ff4e50, #f9d423);
  animation: pulse-low 1.5s infinite;
}


.ip-info-box {
	text-align: center;   
}

.button .ip-btn-info {
	text-align: center;
    padding: 10px 30px 10px 30px;
    background: #2c98f0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}


.btn-toggle-form {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
}


.toggle-form-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}


.toggle-form-wrapper.is-visible {
  max-height: 1000px; /* abbastanza grande da contenere il form */
}


.toggle-form-wrapper form {
  margin-top: 1rem;
}

/* style form richiedi corso */
.infocorso{margin-top:50px}
.infocorso .campo{margin-bottom: 20px !important} .campi{margin-top:18px}
.campo textarea{width:80% !important; margin: 0 auto;}
.campo input{width:60% !important; margin: 0 auto;}

#submitInfocorso {
  color: #fff !important;
  text-align: center;
  padding: 10px 30px 10px 30px;
  background: #548ac5;
  border-radius: 3px;
	border: none;
  font-size: 26px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}

#submitInfocorso:hover {
	background:#2c98f0;
}

#formResult{height: auto;
  margin-bottom: 50px;
  margin-top:20px;
}


/* WRAPPER GENERALE */
.infocorso {
	box-shadow: 0 0px 2px rgb(0 0 0 / 0.2);
    padding: 20px;
    border-radius: 10px;
    background: #efefef;
    border: 1px solid #f5f5f5;
	margin: 20px;
}

/* TITOLI */
.infocorso h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #0f172a;
}

.infocorso > p {
  margin-bottom: 1.5rem;
  color: #64748b;
  font-size: 0.95rem;
}

/* STRUTTURA CAMPI */
.infocorso .campi {
  display: flex;
  flex-direction: column;
}

.infocorso .campo p,
.infocorso .gdpr-t p {
  margin-bottom: 0;
}

/* INPUT & TEXTAREA BASE STYLE */
.infocorso input[type="text"],
.infocorso input[type="email"],
.infocorso input[type="tel"],
.infocorso textarea {
  width: 100%;
  display: block;
  padding: 0.9rem; /* spazio extra per icone */
  border-radius: 0.9rem;
  border: 1px solid #d0d7e2;
  background-color: #f8fafc;
  font-size: 0.95rem;
  color: #0f172a;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, transform 0.1s ease;
}

/* FOCUS */
.infocorso input:focus,
.infocorso textarea:focus {
  background-color: #ffffff;
  border-color: #0d6efd;
}

/* GDPR */
.infocorso .gdpr-t {
  margin-top: 0.75rem;
}

.infocorso .gdpr-t p {
  
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #000;
}

.infocorso .gdpr-t input[type="checkbox"] {
  margin-top: 0.15rem;
  width: 1rem;
  height: 1rem;
  accent-color: #0d6efd;
}

/* BOTTONE */
.infocorso .button .blue {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.95rem 1.4rem;
  border: none;
  text-transform: uppercase;
  
  color: #ffffff;
  cursor: pointer;
  
}

.infocorso .button .blue:hover {
  background: #2c98f0;
}

.infocorso .button .blue:active {
  
}
.richiedi_but,.linksem{font-size:16px !important}
.linksem:after {
  content: "\f09d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  position: relative;
  top: 0px;
  font-size:24px;
}
.edd_download_title a{
white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


.edd_download_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%; 
}


.edd_download_inner > *:not(.edd_download_buy_button) {
    flex-shrink: 0;
}


.edd_download_buy_button {
    margin-top: auto !important; 
    text-align: center;
}

.edd_download_buy_button form,
.edd_download_buy_button a,
.edd_download_buy_button button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.richiedi_but{position:relative; top:-25px}
.richiedi_but:after {
  content: "\f129";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  position: relative;
  top: 0px;
  font-size: 24px;
	border-radius: 20px;
	border: 1px solid #fff;
	width:35px
}

.tribe-common-h4 .tribe-common-h--alt .tribe-tickets__tickets-title {
	font-family: titoli, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" !important;
}

.tribe-common-c-btn .tribe-common-c-btn--small .tribe-tickets__tickets-buy {
    color: #fff !important;
    background: #428bca !important;
    border-color: #357ebd !important;
}

/* Contenitore immagine — deve essere relativo per l'alone */
.paolo-franzese {
    position: relative;
    z-index: 1;
}

.paolo-franzese img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .4s ease, -webkit-filter .4s ease;
}

.paolo-franzese:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

/* Alone RGB effetto Instagram intorno all'immagine */
.paolo-franzese::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;

    background: radial-gradient(
        circle at 50% 50%,
        rgba(254,218,117,0.8) 0%,
        rgba(250,126,30,0.8) 25%,
        rgba(214,41,118,0.8) 50%,
        rgba(150,47,191,0.8) 75%,
        rgba(79,91,213,0.8) 100%
    );

    background-size: 200% 200%;
    filter: blur(40px);
    border-radius: 20px;
    opacity: 5;

    z-index: -1;
    animation: igAura 10s ease-in-out infinite;
}


/* Movimento della sfumatura */
@keyframes igAura {
    0%   { background-position: 0% 100%; }
    50%  { background-position: 200% 50%; }
    100% { background-position: 0% 150%; }
}

.ip-edd-course-meta {
	font-family: titoli, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    text-align: left;
	margin-top: -20px;
    font-size: 24px;
    font-weight: 600; 
}

/* Contenitore generale */
.ip-seminar-list {
    margin: 0px;
}

/* Riga del seminario — FLEX vero */
.ip-seminar-list__item {
    padding: 22px 0;
    border-bottom: 1px solid #eee;
    display: flex;                 /* CRUCIALE */
    gap: 22px;                     /* spazio immagine/testo */
    align-items: flex-start;       /* allinea in alto */
}

/* Immagine a sinistra */
.ip-seminar-list__image img {
    height: 110px;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.08);
    object-fit: cover;
    flex-shrink: 0;                /* evita che si riduca */
}

/* Colonna testo a destra */
.ip-seminar-list__content {
    display: flex;
    flex-direction: column;        /* Testo in verticale */
    justify-content: center;
    gap: 4px;
}

/* TITOLO */
.ip-seminar-list__title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.ip-seminar-list__title a {
    text-decoration: none;
    color: #0b63ff;
}
.ip-seminar-list__title a:hover {
    text-decoration: underline;
}

/* DATA */
.ip-seminar-list__date-text {
    font-size: 17px;
    color: #555;
    font-style: italic;
}
.ip-seminar-list__date-text::before {
    content: "📅 ";
}

/* LUOGO */
.ip-seminar-list__location {
    font-size: 17px;
    color: #555;
    font-style: italic;
}
.ip-seminar-list__location::before {
    content: "📍 ";
}

/* Badge opzionali */
.ip-seminar-list__badges {
    margin-top: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .ip-seminar-list__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ticker */

.ticker-wrap {
  
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  background-color: #dddddd;
  font-size: 1.3em;
}

.ticker {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";	 
  display: inline-block;
  margin-top: 5px;
  animation: scroll 50s linear infinite;
}

.ticker:hover{
 animation-play-state: paused;
}

.item {
  display: inline-block;
  padding: 0 1rem;
  color: black;   
}

/* Animazione continua senza vuoti */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

#aggiornamento {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1em;
	position: relative;
	z-index: 9999;
	background-color: #dc0d17;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.blink_me {
  animation: blinker .5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

