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: 'Old Standard TT', serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
#page>object {
    margin: 0 auto;
    display: block;
    position: relative;
}
body {
    background-image: url('../img/bg/bg.jpg');
    background-repeat: repeat;
    background-position: top left;
}
#content {
    background-image: url('../img/bg/bg.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll
}
span.heart {
    color: #f00
}
.site-info {
    display: inline-block;
    font-family: 'fontin_sans_rgregular';
    font-size: 14px
}
.clear {
    clear: both
}
.latest_from_wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background: url(../img/icone/search_after.png);
    background-size: 100% 100%;
    margin-top: 5px
}
.latest_from_wrapper:before {
    content: '';
    display: block;
    background: url(../img/varie/armadio_up.png);
    width: 100%;
    height: 25px;
    background-position: bottom center;
    background-repeat: no-repeat
}
.latest_from_entry h3 {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 5px;
    color: #000;
    font-size: 2.5rem;
    font-family: 'fontin_sans_rgregular';
    text-transform: uppercase;
    z-index: 4
}
.latest_from_entry.inv h3 {
    left: auto;
    right: 5px
}
.latest_from_entry {
    border-bottom: 5px solid #000;
    position: relative;
    margin-top: 10px
}
.latest_from_entry:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/bg/latest_sx.png);
    z-index: 3;
    background-size: 100% 100%
}
.latest_from_entry.inv:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/bg/latest_dx.png);
    z-index: 3;
    background-size: 100% 100%
}
.social-count-plus:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    position: absolute;
    top: 4px;
    left: 0
}
div.widget_me_img_wrapper {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0%
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box
}
body.home.blog.logged-in.admin-bar.custom-background.group-blog.customize-support {
    box-sizing: inherit
}
.social-count-plus {
    position: relative
}
.social-count-plus li {
    width: 25% !important;
    float: left !important
}
.widget_search:after {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background: url(../img/icone/search_after.png);
    background-size: 100% 100%
}
body {
    background: #fff
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}
footer#colophon {
    background: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'fontin_sans_rgregular';
    position: relative;
    /*margin-top: 30px;*/
    display: block;
    box-sizing: border-box;
    padding-top:70px;
}

.footer-bar{
    position: relative;
}
footer#colophon .footer-bar:before {
    background: url(../img/varie/bordo.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background-repeat: repeat-x;
    background-position: 0 100%;
    bottom: 100%;
    z-index: 3

}
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: ""
}
blockquote,
q {
    quotes: """"
}
a:focus {
    outline: thin dotted
}
a:hover,
a:active {
    outline: 0
}
a img {
    border: 0
}
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}
.widget h1.widget-title {
    font-family: 'Amatic SC', cursive;
    font-size: 35px;
    display: block;
    text-align: center;
    font-weight: 700
}
p {
    margin-bottom: 1.5em;
    font-size: 1.2em
}
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: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem
}
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: .5ex
}
small {
    font-size: 75%
}
big {
    font-size: 125%
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
ul,
ol {
    margin: 0 0 1.5em 3em
}
ul {
    list-style: disc
}
.widget_jal_widget ul {
    list-style: none
}
ol {
    list-style: decimal
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}
dt {
    font-weight: bold
}
dd {
    margin: 0 1.5em 1.5em
}
img {
    height: auto;
    max-width: 100%;
    margin: 0
}
figure img {
    display: block;
    width: 100%
}
figure {
    margin: 0;
    padding: 0;
    position: relative
}
table {
    margin: 0 0 1.5em;
    width: 100%
}
th {
    font-weight: bold
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02)
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15)
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px
}
input.search-field {
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    font-size: 12px;
    font-style: italic;
    padding-right: 40px;
    box-sizing: border-box;
    background-image: url('../img/icone/search.png');
    background-repeat: no-repeat;
    background-position: 95% center
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%
}
a {
    color: royalblue
}
a:visited {
    color: #833
}
.widget .social-count-plus .default a {
    background-image: url("../img/socialcount/sprite-default.png") !important;
    background-repeat: no-repeat !important;
    height: 50px !important;
    width: 50px !important
}
.widget .social-count-plus .default .count-googleplus a {
    background-position: -150px 0 !important
}
.widget .social-count-plus .default .count-instagram a {
    background-position: -300px 0 !important
}
.compact.widget_socialcountplus .social-count-plus .default li.count-googleplus a {
    background-position: 60px 0 !important
}
.widget .social-count-plus .default .count-facebook a {
    background-position: -50px 0 !important
}
.widget_ic_widget_me a.send_mail {
    text-align: center;
    display: block;
    margin-top: -2px
}
.widget_ic_widget_me a.send_mail .icon-mail {
    position: relative;
    margin: 0 auto;
    margin-top: 0px
}
a:hover,
a:focus,
a:active {
    color: #333
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}
.main-navigation li {
    float: left;
    position: relative
}
.main-navigation a {
    display: block;
    text-decoration: none
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -35%;
    z-index: 99999;
    background: #fff;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 300ms ease-in-out
}
.main-navigation li.menu-item-has-children:hover:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom: 15px solid #fff
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0
}
.main-navigation ul ul a {
    width: 200px
}
.main-navigation ul ul li.menu-item a {
    margin: 0;
    padding: 9px;
    text-align: center
}
.main-navigation ul ul li.menu-item a:hover {
    background: #eee
}
.main-navigation ul ul li.menu-item {
    margin: 0;
    padding: 0
}
.main-navigation ul li:hover > ul {
    top: 100%;
    border-top: 2px dashed #ccc;
    max-height: 500px
}
.main-navigation ul ul li:hover > ul {
    left: 100%
}
.menu-toggle {
    display: none
}
@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block
    }
    .main-navigation ul {
        display: none
    }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}
.nav-previous > a,
.nav-next > a {
    font-family: 'Amatic SC', cursive;
    font-size: 30px;
    background: #fff;
    padding: 5px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 10px;
    display: inline-block;
    -webkit-transition: color 200ms, box-shadow 200ms;
    color: #555
}
.nav-previous > a:hover,
.nav-next > a:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    color: #000
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin: 10px;
    margin-left: 0
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.widget {
    margin: 0 0 1.5em
}
.widget select {
    max-width: 100%
}
.widget_search .search-submit {
    display: none
}
.sticky {
    display: block
}
.byline,
.updated:not(.published) {
    display: none
}
.single .byline,
.group-blog .byline {
    display: inline
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.3em;
    margin-top: 0
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}
.comment-content a {
    word-wrap: break-word
}
.bypostauthor {
    display: block
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}
.infinity-end.neverending .site-footer {
    display: block
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
embed,
iframe,
object {
    max-width: 100%
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto
}
.wp-caption-text {
    text-align: center
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}
.gallery {
    margin-bottom: 1.5em
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}
.gallery-columns-2 .gallery-item {
    max-width: 50%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
    max-width: 25%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}
.gallery-caption {
    display: block
}
figure.widget_me_img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 10px;
    padding: 0%
}
.widget_me_img_wrapper:before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px dashed #aaa;
    border-radius: 100%
}
.widget.widget_nav_menu ul,
.widget.widget_archive ul{
    list-style: none;
    padding: 0;
    margin: 0
}
.widget.widget_nav_menu li a {
    line-height: 50px
}
.widget.widget_nav_menu li a:before, 
.widget.widget_archive li a:before {
    content: '';
    width: 50px;
    height: 12px;
    background: url(../img/icone/tag.png) 50% 50% no-repeat;
    background-size: contain;
    display: inline-block
}
@font-face{font-family:'fontin_sans_rgregular';src:url('../fonts/fontin_sans_r_45b-webfont.eot');src:url('../fonts/fontin_sans_r_45b-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/fontin_sans_r_45b-webfont.woff2') format('woff2'),
url('../fonts/fontin_sans_r_45b-webfont.woff') format('woff'),
url('../fonts/fontin_sans_r_45b-webfont.ttf') format('truetype'),
url('../fonts/fontin_sans_r_45b-webfont.svg#fontin_sans_rgregular') format('svg');
font-weight:normal;
font-style:normal
}
a {
    text-decoration: none;
    color: #833
}
body {
    background-image: url('../img/bg/bg.jpg');
    background-repeat: repeat;
    background-position: top left
}
#content {
    clear: both;
    width: 980px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    background-image: url('../img/bg/bg.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)
}
#page {
    width: 980px;
    margin: 0 auto;
    position: relative
}
#primary {
    float: left;
    width: 660px
}
#primary.fullwidth {
    width: 100%
}
.breadcrumb {
    position: absolute
}
.postedon {
    width: auto;
    display: inline-block
}
.post:not(body),
.page:not(body) {
    margin: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)
}
body.page,
body.post,
body.home,
body.blog,
body.single,
body.archive,
body.category {
    margin: 0;
    padding-top: 0px
}
.post-square {
    width: 150px;
    float: left;
    margin: 20px
}
.post-square > figure {
    border-radius: 100%;
    overflow: hidden
}
.page .post-square h1.entry-title {
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}
.post h1.entry-title,
.post h1.entry-title a,
.page h1.entry-title {
    font-size: 2.5rem;
    font-family: 'fontin_sans_rgregular';
    text-transform: uppercase;
    padding: 1rem;
    color: #000;
    padding-left: 0
}
.post h1.entry-title,
.page h1.entry-title {
    margin-left: 130px
}
.single .post h1.entry-title {
    margin-left: 20px;
    margin-top: 21px
}
.page h1.entry-title {
    margin: 0;
    text-align: center
}
.entry-content {
    font-size: 0.85em;
    color: #333;
    line-height: 1.8em
}
.entry-content h1 {
    font-weight: bold;
    margin: 1em 0;
    font-size: 1.3em
}
h1.category-title.page-title,
h1.archive-title.page-title {
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 45px;
    display: block;
    text-align: center;
    font-weight: 700;
    padding-top: 0;
    color: #000;
    line-height: 55px
}
@media screen and (min-width: 782px){
	header.archive-header.page-header{
		margin-top: 65px;
	}
}
h1.page-title.margin {
    margin-top: 80px
}
.taxonomy-description {
    font-size: 12px;
    color: #555;
    line-height: 16px;
    margin: 0 100px
}
.share_content {
    padding-top: 20px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: url(../img/varie/bordo.png);
    background-repeat: repeat-x;
    background-position: 0 0%
}
.single .post.type-post .share_content {
    background: none;
    margin-top: -12px
}
.related_posts {
    padding-top: 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: url(../img/varie/bordo.png);
    background-repeat: repeat-x;
    background-position: 0 0%;
    margin: 0 10px;
    margin-top: -10px;
    margin-bottom: 50px
}
.related_posts > h2 {
    display: none
}
.entry-header {
    padding: 10px;
    background: url(../img/varie/bordo.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding-bottom: 20px;
    position: relative
}
.entry-footer {
    padding: 10px;
    text-align: center
}
.lista-articoli:after {
    clear: both;
    content: '';
    display: block
}
.readmore {
    width: 200px;
    height: 50px;
    display: inline-block;
    background: url(../img/varie/readmore.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
html[lang="it-IT"] .readmore {
    width: 320px;
    height: 50px;
    display: inline-block;
    background: url(../img/varie/leggitutto.png) 50% 50% no-repeat
}
.search-main article {
    font-size: 0.8em
}
.search-main article h1.entry-title {
    margin-left: 20px
}
.search-main article .entry-summary {
    margin: 20px
}
.search-main article .thumb {
    float: left;
    margin-right: 20px
}
.search-main article .thumb figure img {
    width: auto
}
.form-allowed-tags {
    display: none
}
.logged-in-as {
    text-align: center
}
.comment-reply-title {
    font-family: 'Amatic SC', cursive;
    font-size: 35px;
    display: block;
    text-align: center;
    font-weight: 700
}
.comments-area {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 20px
}
.wa_btn {
    background-image: url('../img/button.svg');
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block !important;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    line-height: 1.2;
    text-decoration: none;
    text-align: left
}
.wa_btn_s {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 2px;
    padding: 3px 6px 3px 25px
}
.wa_btn_m {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 6px 4px 30px
}
.wa_btn_l {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 5px;
    padding: 8px 6px 8px 30px
}
.mobile-only {
    display: none !important
}
.meta_dress {
    background-color: #000;
    width: 143px;
    position: absolute;
    top: 80px;
    -webkit-transform-origin: calc(50% - 4px) calc(0% - 35px);
    -moz-transform-origin: calc(50% - 4px) calc(0% - 35px);
    -transform-origin: calc(50% - 4px) calc(0% - 35px);
    -webkit-transform: rotate(-10deg) translateZ(0);
    -moz-transform: rotate(-10deg) translateZ(0);
    transform: rotate(-10deg) translateZ(0);
    background: url(../img/dress/cartellino_middle.png);
    background-size: 100% contain;
    background-repeat: repeat-y;
    background-position: 50% 50%;
    left: -15px;
    background-size: 100%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    transition: all 1000ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0.1, 0.5, 2);
    -moz-transition-timing-function: cubic-bezier(0, 0.1, 0.5, 2);
    transition-timing-function: cubic-bezier(0, 0.1, 0.5, 2)
}
.meta_dress.scrolling-down {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.meta_dress.scrolling-up {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.meta_dress .data {
    font-size: 0.8em;
    margin: 10px;
    text-align: center;
    margin-bottom: 0
}
.meta_dress span.posted-on {
    text-align: center;
    font-size: 0.8em;
    display: block
}
.icone-vestiti {
    text-align: center
}
.meta_dress .clear {
    margin: 0 auto;
    font-size: 12px;
    text-align: center
}
.whatiwore {
    font-size: 13px;
    text-align: center
}
.meta_dress time {
    color: #fff;
    width: 30%;
    display: block;
    font-size: 0.8em
}
.meta_dress:before {
    background: url(../img/dress/cartellino_up.png);
    content: '';
    width: 100%;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0
}
.meta_dress:after {
    background: url(../img/dress/cartellino_down.png);
    content: '';
    width: 100%;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0
}
.meta_dress .laccino {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 100%;
    background: url(../img/dress/laccino.png) 50% 50% no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -19px;
    margin-bottom: 16px
}

.meta_dress .post-categories{
    padding:0;
    margin:0;
    list-style: none;
}
.meta_dress .post-categories li{
    padding:0;
    margin:0;
    list-style: none;
}
.meta_dress .post-categories a{
    color:#fff;
    display: block;
    text-align: center;
}
.avestito:hover .vestito {
    background-color: #a50;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}
.vestito {
    padding: 20px;
    background: #3d3831;
    color: #fff;
    margin: 10px;
    display: inline-block;
    width: calc(100% - 20px);
    box-sizing: border-box;
    border: 2px dashed #fff;
    box-shadow: 0px 0px 0px 5px #352b21, 0px 0px 20px #000
}
.vesth2 {
    font-family: 'Amatic SC', cursive;
    font-size: 35px;
    display: block;
    text-align: center;
    font-weight: 700
}
.vestito:after {
    content: '';
    display: block;
    clear: both
}
.vestito h3 {
    display: inline-block;
    font-size: 30px
}
.vestito:before {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    background: url(../img/dress/maglietta.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    margin-right: 20px
}
.icona-vestito {
    width: 30px;
    height: 30px;
    margin: 5px;
    float: none;
    display: inline-block
}
.dress_filtri,
.postedon,
.mappa_filtri {
    margin: 15px;
    background: #352b21;
    border: 2px dashed #fff;
    box-shadow: 0px 0px 0px 5px #352b21, 0px 0px 20px #000;
    border-radius: 1px;
    position: relative;
    z-index: 99;
}
.dress_filtri .icona-vestito {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 300ms;
    moz: all 300ms;
    transition: all 300ms
}
.dress_filtri .icona-vestito.corrente {
    border-color: #fff
}
.mappa_filtri select {
    padding: 5px;
    margin: 10px
}
.wrapper-scheda-mappa,
.wrapper-scheda-dress {
    position: relative;
    padding-top: 1px
}
.loading-map,
.loading-dress {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    top: 0;
    left: 0
}
@-webkit-keyframes "l1" {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.3);
    }
}
@-webkit-keyframes "l2" {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.7);
    }
}
.loading-map:before,
.loading-dress:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 2;
    display: block;
    -webkit-animation: l1 500ms infinite alternate
}
.loading-dress:before {
    top: 100px
}
.loading-map:after,
.loading-dress:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    border: 6px solid #000;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 1;
    display: block;
    -webkit-animation: l2 500ms infinite alternate
}
.loading-dress:after {
    top: 100px
}
.mappa_filtri:after {
    clear: both;
    display: block;
    content: ''
}
.mappa_filtri .filtro_select {
    float: left;
    margin-left: 20px
}
.filtro_select label {
    float: left;
    color: #fff;
    font-size: 30px;
    font-family: 'Amatic SC', cursive;
    margin-right: 5px;
    line-height: 50px
}
.filtro_select select:empty + label {
    display: none
}
.filtro_select select:empty {
    display: none
}
.breadcrumb .postedon {
    background: transparent;
    box-shadow: none;
    border: none;
    top: -25px;
    position: relative;
    left: 20px;
    width: auto
}
.icona-vestito {
    background-size: contain;
    background-repeat: no-repeat
}
.breadcrumb .postedon .icona-vestito {
    background-color: #352b21;
    border-radius: 100%;
    padding: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    background-position: 50% 50%;
    position: relative
}
.icona-vestito.maglietta {
    background-image: url(../img/dress/icone-vestiti-maglietta.png)
}
.vestito .icona-vestito.maglietta {
    float: left;
    height: 50px;
    width: 50px;
    background-size: 100% 100%;
    margin-right: 20px
}
.icona-vestito.giacca {
    background-image: url(../img/dress/icone-vestiti-giacca.png)
}
.icona-vestito.gonna {
    background-image: url(../img/dress/icone-vestiti-gonna.png)
}
.icona-vestito.scarpe {
    background-image: url(../img/dress/icone-vestiti-scarpe.png)
}
.icona-vestito.capispalla {
    background-image: url(../img/dress/icone-vestiti-capispalla.png)
}
.icona-vestito.top {
    background-image: url(../img/dress/icone-vestiti-top.png)
}
.vestito .icona-vestito {
    line-height: 60px;
    display: inline-block;
    float: left;
    margin:
}
.icona-vestito.bottom {
    background-image: url(../img/dress/icone-vestiti-bottom.png)
}
.icona-vestito.abiti {
    background-image: url(../img/dress/icone-vestiti-abiti.png)
}
.icona-vestito.accessori {
    background-image: url(../img/dress/icone-vestiti-accessori.png)
}
.icona-vestito.borse {
    background-image: url(../img/dress/icone-vestiti-borsa.png)
}
.icona-vestito.cappello {
    background-image: url(../img/dress/icone-vestiti-cappello.png)
}
.icona-vestito.occhiali {
    background-image: url(../img/dress/icone-vestiti-occhiali.png)
}
.icona-vestito.costume {
    background-image: url(../img/dress/icone-vestiti-costume.png)
}
.dress_filtri .icona-vestito {
    margin: 10px
}
.hidden {
    display: none
}
.filtracolore {
    float: right;
    width: 30px;
    height: 30px;
    margin: 15px;
    background-color: #fff;
    position: relative
}
.filtracolore .listacolori {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)
}
.tutticolori {
    background: url(../img/icone/tutticolori.jpg) 50% 50% no-repeat;
    background-size: 100% 100%
}
.filtracolore .listacolori {
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 0;
    background: #fff
}
.filtracolore:hover .listacolori {
    -webkit-transition: height 300ms, width 300ms, padding 100ms;
    width: 240px;
    height: 180px;
    overflow: hidden;
    padding: 20px;
    z-index: 1000
}
.filtracolore .listacolori .wrap {
    width: 200px;
    height: 200px
}
.filtracolore .listacolori .filtro {
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
    position: relative
}
.filtracolore .listacolori .filtro input {
    opacity: 0
}
.filtracolore .listacolori .filtro label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.lista-articoli {
    min-height: 300px
}
.appesa:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 11px;
    height: 24px;
    margin-top: -19px;
    background: url(../img/icone/appesa.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
@-webkit-keyframes "appesa" {
    0% {
        -webkit-transform: rotate(0deg);
    }
    5% {
        -webkit-transform: rotate(10deg);
    }
    15% {
        -webkit-transform: rotate(-10deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(8deg);
    }
    35% {
        -webkit-transform: rotate(-8deg);
    }
    40% {
        -webkit-transform: rotate(0deg);
    }
    45% {
        -webkit-transform: rotate(6deg);
    }
    55% {
        -webkit-transform: rotate(-6deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
    }
    65% {
        -webkit-transform: rotate(4deg);
    }
    75% {
        -webkit-transform: rotate(-4deg);
    }
    80% {
        -webkit-transform: rotate(0deg);
    }
    85% {
        -webkit-transform: rotate(2deg);
    }
    95% {
        -webkit-transform: rotate(-1deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
.appesa {
    -webkit-transform-origin: 50% -19px
}
.appesa:hover {
    -webkit-animation: appesa 1500ms
}
.share-twitter {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../img/icone/twitter.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.share-gp {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../img/icone/gp.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.share-wa {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../img/icone/wa.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.share-fb {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../img/icone/fb.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.icon-mail {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url(../img/icone/mail.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.big_slide,
.category_image,
.img_map {
    width: 960px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    overflow: hidden
}
.img_map .map {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    left: 100%;
    margin-left: -150px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: 500ms all;
    -webkit-transition-timing-function: ease-out;
    overflow: visible !important
}
.img_map .map > #map-up {
    width: 100%;
    height: 100%
}
.img_map .map:hover .go-to-map {
    margin-left: 20px;
    -webkit-transition: 400ms
}
.img_map .map .go-to-map {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../img/varie/marker.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #aaa;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2)
}
.img_map .map:hover {
    left: 0%;
    margin-left: 0px
}
.big_slide article h1 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 2rem;
    font-family: 'fontin_sans_rgregular';
    text-transform: uppercase;
    padding: 2rem;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    -moz-box-sizing: border-box
}
article figure img {
    width: 100%
}
.big_slide article h1 a {
    font-size: 2rem;
    font-family: 'fontin_sans_rgregular';
    text-transform: uppercase
}
.big_slide article h1 a {
    color: #000
}
.big_slide {
    -webkit-transform: translate3d(0, 0, 0)
}
.big_slide article {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0)
}
#secondary {
    float: left;
    width: 320px
}
#secondary.secondary-fixed {
    position: fixed;
    top: 0
}
#secondary > aside {
    margin: 10px;
    background-color: transparent;
    margin-bottom: 40px
}
li.jaw_posts {
    font-size: 12px;
    margin: 10px
}
li.jaw_posts a {
    color: #555
}
li.jaw_posts a:hover {
    color: #000
}
button.backtotop {
    display: block;
    position: relative;
    background: #fff;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: none;
    border: 1px solid #eee;
    margin: 0 auto;
    -webkit-transition: all 300ms
}
button.backtotop:focus {
    outline: none
}
button.backtotop:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)
}
button.backtotop:hover:after {
    -webkit-transform: scale(1);
    opacity: 1
}
button.backtotop:after {
    content: '';
    width: 100px;
    height: 100px;
    border: 2px dashed #ccc;
    position: absolute;
    top: -13px;
    left: -13px;
    border-radius: 100%;
    -webkit-transform: scale(0.8);
    -webkit-transition: all 300ms;
    opacity: 0
}
#secondary > aside.compact {
    margin-bottom: 0px
}
.compact.widget_socialcountplus .social-count-plus .default li .icon {
    width: 30px !important;
    height: 30px !important;
    background-size: cover
}
.compact.widget_socialcountplus .social-count-plus .default li.count-googleplus a {
    background-position: -90px 0 !important
}
.compact.widget_socialcountplus .social-count-plus .default li.count-facebook a {
    background-position: -30px 0 !important
}
#secondary > aside.widget_jal_widget > ul {
    background-color: #fff;
    margin: 0;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    border-top: 7px solid #000;
    box-sizing: border-box
}
#secondary > aside.widget_jal_widget:after {
    content: '';
    display: block;
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    background: url(../img/icone/search_after.png);
    background-size: 100% 100%;
    margin-top: 5px
}
widget_jal_widget li {
    list-style: none
}
.compact div.widget_me_img_wrapper {
    height: 50px;
    width: 50px;
    float: right
}
.compact.widget_ic_widget_me .send_mail {
    display: none
}
.widget_search > form {
    margin-top: 10px;
    display: block
}
.compact.widget_search h1.widget-title {
    display: none
}
.compact h1.widget-title {
    display: none
}
.compact.widget_socialcountplus span.items {
    display: none
}
.compact .latest_from_entry {
    width: calc(50% - 3px);
    float: left;
    border: 3px solid #000;
    box-sizing: border-box
}
.compact .latest_from_container {
    margin-left: 6px
}
.latest_from_container:after {
    content: '';
    display: block;
    clear: both
}
.compact .latest_from_entry:before {
    background: rgba(255, 255, 255, 0.4)
}
.compact .latest_from_entry h3 {
    font-size: 0.8em;
    text-align: center;
    display: block;
    width: 100%;
    top: 50%;
    margin-top: -6px;
    font-weight: bold;
    background: rgba(255, 255, 255, 1.2);
    left: 0;
    line-height: 32px
}
.compact.widget_ic_widget_me h1 {
    float: left;
    display: block
}
.compact .widget_me_img_wrapper figure {
    height: 50px;
    width: 50px;
    margin: 0
}
#masthead {
    clear: both;
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    margin-top: 30px
}
#masthead.header-fixed {
    position: fixed;
    margin-top: 0px;
    top: 0;
    left: 50%;
    margin-left: -480px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 100
}
#masthead.header-fixed .site-title a {
    width: 60px;
    height: 60px;
    top: 1px
}
.main-navigation li.menu-item a {
    font-family: 'fontin_sans_rgregular';
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold
}
.main-navigation li.menu-item {
    padding: 20px 2em
}
.main-navigation li.menu-item:hover {
    background: #eee
}
.main-navigation li.menu-item:nth-of-type(4),
.main-navigation li.menu-item:nth-of-type(5) {
    float: right
}
.site-title {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 0;
    margin-left: -20px;
    z-index: 3
}
.site-title a {
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
    margin: 0 auto;
    background: url(../img/icone/logo_irene.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
    top: -20px;
    left: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}
nav#site-navigation {
    background-color: #fff;
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    margin-right: 100px;
    width: auto;
    float: none;
    position: relative
}
nav#site-navigation:after {
    content: '';
    clear: both;
    display: block
}
li#menu-item-53474 a,
li#menu-item-53576 a {
    background-image: url(../img/icone/home.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 25px;
    overflow: hidden;
    text-indent: -996px;
    display: block;
    height: 18px
}
nav#site-navigation .since {
    background-color: #fff;
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    position: absolute;
    left: 100%;
    top: 32px;
    -webkit-transform: rotate(30deg) skew(30deg) translate3d(0, 0, 0);
    -moz-transform: rotate(30deg) skew(30deg) translate3d(0, 0, 0);
    transform: rotate(30deg) skew(30deg) translate3d(0, 0, 0);
    height: 55px;
    width: 117px;
    margin-left: -9px
}
.since span {
    position: relative;
    background-color: #000;
    width: 125px;
    position: absolute;
    top: calc(50% + 19px);
    -webkit-transform-origin: calc(50% - 4px) calc(0% - 35px);
    -moz-transform-origin: calc(50% - 4px) calc(0% - 35px);
    transform-origin: calc(50% - 4px) calc(0% - 35px);
    -webkit-transform: rotate(-10deg) translateZ(0);
    -moz-transform: rotate(-10deg) translateZ(0);
    transform: rotate(-10deg) translateZ(0);
    background: url(../img/dress/cartellino_middle.png);
    background-size: 100% contain;
    background-repeat: repeat-y;
    background-position: 50% 50%;
    background-size: contain;
    left: -15px;
    ù background-size: 100%;
    color: #fff;
    padding: 0px;
    box-sizing: border-box;
    z-index: 10;
    text-align: center;
    -webkit-transform: skewX(-30deg) rotate(-34deg);
    -moz-transform: skewX(-30deg) rotate(-34deg);
    transform: skewX(-30deg) rotate(-34deg);
    font-family: 'Amatic SC', cursive;
    font-size: 20px;
    padding: 0px 26px;
    padding: 0;
    display: block
}
@-webkit-keyframes "animsince" {
    0% {
        -webkit-transform: skewX(0deg) rotate(-34deg) translate3d(0, 0, 0);
    }
    20% {
        -webkit-transform: skewX(0deg) rotate(10deg) translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: skewX(0deg) rotate(-8deg) translate3d(0, 0, 0);
    }
    60% {
        -webkit-transform: skewX(0deg) rotate(6deg) translate3d(0, 0, 0);
    }
    80% {
        -webkit-transform: skewX(0deg) rotate(-3deg) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: skewX(0deg) rotate(0deg) translate3d(0, 0, 0);
    }
}
@-moz-keyframes "animsince" {
    0% {
        -moz-transform: skewX(0deg) rotate(-34deg) translate3d(0, 0, 0);
    }
    20% {
        -moz-transform: skewX(0deg) rotate(10deg) translate3d(0, 0, 0);
    }
    40% {
        -moz-transform: skewX(0deg) rotate(-8deg) translate3d(0, 0, 0);
    }
    60% {
        -moz-transform: skewX(0deg) rotate(6deg) translate3d(0, 0, 0);
    }
    80% {
        -moz-transform: skewX(0deg) rotate(-3deg) translate3d(0, 0, 0);
    }
    100% {
        -moz-transform: skewX(0deg) rotate(0deg) translate3d(0, 0, 0);
    }
}
@-keyframes animsince {
    0% {
        transform: skewX(0deg) rotate(-34deg) translate3d(0, 0, 0)
    }
    20% {
        transform: skewX(0deg) rotate(10deg) translate3d(0, 0, 0)
    }
    40% {
        transform: skewX(0deg) rotate(-8deg) translate3d(0, 0, 0)
    }
    60% {
        transform: skewX(0deg) rotate(6deg) translate3d(0, 0, 0)
    }
    80% {
        transform: skewX(0deg) rotate(-3deg) translate3d(0, 0, 0)
    }
    100% {
        transform: skewX(0deg) rotate(0deg) translate3d(0, 0, 0)
    }
}
.header-fixed .since span {
    -webkit-transform: skewX(0deg) rotate(0deg);
    -moz-transform: skewX(0deg) rotate(0deg);
    transform: skewX(0deg) rotate(0deg);
    -webkit-animation: animsince 5000ms ease-in-out;
    -moz-animation: animsince 5000ms ease-in-out;
    animation: animsince 5000ms ease-in-out;
    -webkit-transition: all 300ms;
    -webkit-transition-timing-function: cubic-bezier(.09, .65, .41, 1.56);
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 1500ms
}
#masthead.header-fixed nav#site-navigation .since {
    -webkit-transform: rotate(0deg) skew(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) skew(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) skew(0deg) translate3d(0, 0, 0);
    top: -2px;
    height: 63px;
    width: 109px
}
#masthead.header-fixed nav#site-navigation .since.scrolling-down span {
    -webkit-transition: all 600ms;
    -webkit-transform: rotate(-10deg) skew(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-10deg) skew(0deg) translate3d(0, 0, 0);
    transform: rotate(-10deg) skew(0deg) translate3d(0, 0, 0)
}
#masthead.header-fixed nav#site-navigation .since.scrolling-up span {
    -webkit-transform: rotate(2deg) skew(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(2deg) skew(0deg) translate3d(0, 0, 0);
    transform: rotate(2deg) skew(0deg) translate3d(0, 0, 0)
}
.since span:after {
    background: url(../img/dress/cartellino_down.png);
    content: '';
    width: 100%;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0
}
.since span:before {
    background: url(../img/dress/cartellino_up.png);
    content: '';
    width: 100%;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0
}
.cprp_items.list .cprp_tags {
    display: none;
}
.cprp_items.cprp-widget li,
.cprp_items.list li {
    width: 25%;
    float: left;
    clear: none;
    position: relative;
    margin-top: -1px
}

.related-uslide ul{
    padding: 0;
    margin:0;
    list-style: none;
}
.related-uslide ul li{
    padding: 0;
    margin:0;
    list-style: none;
}
.related-uslide .cprp_items.list li {
    width: 20%
}
.related-uslide .cprp_items.list li {
    width: 20%
}
.cprp_items.cprp-widget li,
.cprp_items.list li:before {
    background: url(../img/icone/appesa.png) 50% 50%;
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: -18px
}
.cprp_items.cprp-widget li:hover .cprp_excerpt:before,
.cprp_items.list li:hover .cprp_excerpt:before {
    border-style: solid
}
.cprp_percentage {
    display: none
}
.cprp_excerpt_content {
    display: none
}
.cprp_excerpt > a img,
.cprp_data .cprp_thumbnail {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    margin-top: 0px
}
.cprp_title {
    margin-top: 150px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 35px
}
.related_posts:after {
    clear: both;
    content: '';
    display: block
}
.cprp_excerpt,
.cprp_items .cprp_data > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.cprp_items .cprp_data > a {
    width: 110px;
    left: 24px
}
.cprp_excerpt > a,
.cprp_data > a {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: 5px
}
.cprp_excerpt:before {
    content: '';
    border: 2px dashed #ccc;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 100%;
    padding: 10px;
    box-sizing: content-box;
    margin-left: -62px;
    top: -2px
}
@media (max-width: 900px) {
    #page,
    #masthead,
    #content {
        width: 100%
    }
    .mobile-only {
        display: inline-block !important
    }
    body {
        overflow-x: hidden
    }
    button.menu-toggle {
        border: none;
        background: none;
        box-shadow: none;
        padding: 20px;
        display: block;
        width: 100%
    }
    nav#site-navigation .since {
        position: relative;
        display: block;
        transform: none;
        width: 100%;
        top: auto;
        left: auto;
        margin-left: 0;
        position: absolute;
        top: 0;
        width: 117px;
        left: 100%;
        margin-left: -93px;
        top: 0;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
        background: none;
        border: none
    }
    .since span {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    .site-title {
        position: relative;
        float: none;
        height: auto;
        width: 100%;
        margin: 0
    }
    .site-title a {
        top: 0;
        margin-bottom: 15px
    }
    nav#site-navigation {
        width: 100%;
        position: initial
    }
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
        margin: 0 auto
    }
    .main-navigation ul {
        display: none
    }
    .main-navigation li.menu-item {
        padding: 20px 2em;
        float: none;
        display: block
    }
    .main-navigation ul li > ul {
        position: relative;
        left: auto;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        margin-top: 20px
    }
    .main-navigation ul li:hover > ul {
        position: relative;
        left: auto;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        margin-top: 20px;
        display: block
    }
    .main-navigation ul ul li.menu-item {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        float: none
    }
    .main-navigation li.menu-item:nth-of-type(4),
    .main-navigation li.menu-item:nth-of-type(5) {
        float: none;
        display: block
    }
    #primary {
        float: left;
        width: 100%
    }
    #secondary {
        width: 100%
    }
    .post-square {
        width: 100%;
        float: left;
        margin: 0;
        padding: 30px;
        box-sizing: border-box
    }
    .big_slide,
    .category_image,
    .img_map {
        width: 100%;
        height: auto
    }
    .cprp_items list {
        width: 100%
    }
    .related-uslide .cprp_items.list {
        text-align: center
    }
    .cprp_items.list li {
        width: 20%;
        min-width: 150px;
        display: inline-block;
        float: none
    }
    .post h1.entry-title,
    .page h1.entry-title {
        margin-left: 0px
    }
    .meta_dress {
        display: none
    }
}
@media (max-width: 650px) {
    .cprp_items.list li:nth-of-type(4) {
        display: none
    }
    .cprp_items.list li:nth-of-type(5) {
        display: none
    }
    .cprp_items.list li:nth-of-type(6) {
        display: none
    }
}
@media (max-width: 500px) {
    .cprp_items.list li:nth-of-type(3) {
        display: none
    }
}




.sidebar-footer.popular-posts h1  {
position: absolute;
top: -60px;
}
.sidebar-footer.popular-posts .wpp-list  {
margin:0;
padding:0;
margin-top:-30px;
}

.sidebar-footer.popular-posts .wpp-list li {
  float: left;
  width: 20%;
  clear: none;
  list-style: none;
  font-size: 0.8em;
  margin-top: 8px;
}
.sidebar-footer.popular-posts .wpp-list figure {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.sidebar-footer.popular-posts .wpp-list li img {
  float: none;
}


.sidebar-footer.popular-posts .wpp-list li:before {
  background: url(../img/icone/appesa.png) 50% 50%;
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: -18px;
}


.footer-bar:after{
    clear: both;
    content: '';
    display: block;
    margin-bottom: 20px;
}





/* menu etichetta */
.menu-etichetta-container{
    font-size: 0.6em;   
}
.menu-etichetta-container a img {
  border: 0;
  display: block;
  margin: 0 auto;

}

.menu-etichetta-container a   {
  color: #fff;
}

.menu-etichetta-container .sub-menu a   {
  color: #833;
}
.menu-etichetta-container li{
    text-align: center;
  padding: 0;
  margin: 0 auto;
  display: block;
  float: none;
  color: #fff;
} 


.menu-etichetta-container li.menu-item:hover {
  background: transparent;
}



.menu-etichetta-container li > ul
{
    position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-top: 18px;
}

.menu-etichetta-container li > ul li,.menu-etichetta-container li > ul a
{
    display: block;
    width: 100%;
    box-sizing:border-box;
    text-align: center
    
    }






    /* menu etichetta interno al post */
.post .menu-etichetta-container{
    font-size: 0.8em;  

    position: absolute;
    bottom: 100%;
    right: 0;    
      margin-bottom: -20px;
}
.post .menu-etichetta-container a img {
 
  display: none;
  

}
.post .menu-etichetta-container > ul > li > a   {
  display: none;
}
  
.post .menu-etichetta-container li{
 
  float: left;
}

.post .menu-etichetta-container .sub-menu li {
  float: left;
  width: auto;
  margin: 5px;
  margin-right: 10px;
  
  background: #352b21;
}

.post .menu-etichetta-container .sub-menu li a {
 
  
  padding: 5px 10px;
  background: #352b21;
  display: inline-block;
}


.post .menu-etichetta-container .sub-menu li:hover {
    
  background: #352b21;

}
.post .menu-etichetta-container .sub-menu li {
    color: #fff;
}

.post .menu-etichetta-container ul{
   float: left;
  margin: 0;
  padding: 0;
 
} 


.menu-etichetta-container li.menu-item:hover {
  background: transparent;
}



.menu-etichetta-container li > ul
{
    position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-top: 18px;
}

.menu-etichetta-container li > ul li,.menu-etichetta-container li > ul a
{
    display: block;
    width: 100%;
    box-sizing:border-box;
    text-align: center
    
    }

.post .menu-etichetta-container .sub-menu li a
{
    color: #fff;
    display: none;
}
.post .menu-etichetta-container .sub-menu li a[href]
{
    color: #fff;
    display: inline-block;
}
