/******************************/
/*            RESET           */
/******************************/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}audio:not([controls]){display:none}button{overflow:visible;-webkit-appearance:button}details{display:block}html{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%}input{-webkit-border-radius:0}input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button}input[type="number"]{width:auto}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}main{display:block}pre{overflow:auto}progress{display:inline-block}small{font-size:75%}summary{display:block}svg:not(:root){overflow:hidden}template{display:none}textarea{overflow:auto}[hidden]{display:none}*,:before,:after{box-sizing:inherit}*{font-size:inherit;line-height:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*,:before,:after{border-style:solid;border-width:0}*{background-repeat:no-repeat;margin:0;padding:0}:root{background-color:#fff;box-sizing:border-box;color:#000;cursor:default;font:100%/1.5 sans-serif;text-rendering:optimizeLegibility}a{text-decoration:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit}button,[type="button"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="reset"],[type="search"],[type="submit"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{min-height:1.5em}code,kbd,pre,samp{font-family:monospace,monospace}nav ol,nav ul{list-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}table{border-collapse:collapse;border-spacing:0}textarea{resize:vertical}::-moz-selection{background-color:#b3d4fc;color:#4c2b03;text-shadow:none}::selection{background-color:#b3d4fc;color:#4c2b03;text-shadow:none}[aria-busy="true"]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}[hidden][aria-hidden="false"]{clip:rect(0 0 0 0);display:inherit;position:absolute}[hidden][aria-hidden="false"]:focus{clip:auto}
/******************************/
/*           GENERAL          */
/******************************/
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333;
    background: #f4f8ff;
    line-height: 1.5;
    font-size: 100%;
    text-rendering: optimizeLegibility;
    padding-top: 60px;
}
img {
    max-width: 100% !important;
    height: auto;
}
svg { max-height: 100% }
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.25;
    margin: 0.8em 0 0.5em 0;
    color: #D4414B;
}
h1 { font-size: 2.3em; line-height: 1.1em; margin-top: 0;}
h2 { font-size: 1.75em; }
h3 { font-size: 1.25em }
h4 { font-size: 1.1em; font-weight: 400; margin: 2em 0 0.5em 0}
h3 + h4 { margin: 0 0 0.5em 0}
h1 a, h2 a, h3 a, h4 a, h5 a { color: #D4414B; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { color: #333 }
@media (max-width: 47.9em) {
    h1 { font-size: 1.8em }
    h2 { font-size: 1.5em }
}
body.search h1, body.archive h1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
p {
    line-height: 1.5;
    margin: 0 0 1em;
}
a {
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
em, i { font-style: italic }
strong, b { font-weight: 700 }
hr {
    border: 0;
    margin: 20px 0;
}
@-webkit-keyframes logobg {
    0% { background-position: 100% 0% }
    50% { background-position: 0% 100% }
    100% { background-position: 100% 0% }
}
@-moz-keyframes logobg {
    0% { background-position: 100% 0% }
    50% { background-position: 0% 100% }
    100% { background-position: 100% 0% }
}
@keyframes logobg {
    0% { background-position: 100% 0% }
    50% { background-position: 0% 100% }
    100% { background-position: 100% 0% }
}
.gray { color: #bbb !important }
/******************************/
/*           HEADER           */
/******************************/
header {
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
}
header .header-container {
    position: relative;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
    overflow: auto;
}
header .header-container .logo {
    display: block;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 12px;
}
header .header-container .logo a {
    padding: 0;
    height: 60px;
    line-height: 60px;
    background: #D4414B;
    display: block;
    background: linear-gradient(45deg, #71B, #D4414B);
    background-size: 200% 200%;
    -webkit-animation: logobg 3s ease infinite;
    -moz-animation: logobg 3s ease infinite;
    animation: logobg 3s ease infinite;
    position: relative;
    width: 180px;
    text-align: center;
}
header .header-container .logo a:hover {
    -webkit-animation: logobg 1.5s ease infinite;
    -moz-animation: logobg 1.5s ease infinite;
    animation: logobg 1.5s ease infinite;
}
header .header-container .logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 20px;
    width: auto;
}
header .header-container nav {
    display: block;
    float: left;
}
header .header-container nav h4 {
    display: none;
}
header .header-container nav ul .head-social { display: none }
header .header-container nav ul li {
    display: inline-block;
    position: relative;
    margin-right: -4px;
}
header .header-container nav ul li a, header .header-container nav ul li span {
    color: #555;
    line-height: 60px;
    padding: 0 16px;
    display: block;
    font-size: 0.9em;
}
header .header-container nav ul li a.tvcinema {
    color: #4285f4;
}
header .header-container nav ul li a:hover { color: #D4414B }

header .header-container nav ul li .dropped {
    position: absolute;
    display: none;
}
header .header-container nav ul li .dropped a { display: block }
header .header-container nav ul li:hover .dropped {
    display: block;
    box-shadow: 0 4px 4px rgba(0,0,0,0.16), 0 4px 4px rgba(0,0,0,0.23);
    background: #fff;
    top: 60px;
    min-width: 100%;
    text-align: left;
}
header .header-container .head-social {
    float: right;
    display: block;
    margin-right: 15px;
}
header .header-container .head-social a {
    display: inline-block;
    margin-right: -4px;
    padding: 0 8px;
    color: #555;
    line-height: 60px;
    font-size: 1.2em;
}
header .header-container .head-social a i { color: #bbb }
header .header-container .head-social a .fa-facebook-official:hover { color: #3b5998 }
header .header-container .head-social a .fa-twitter:hover { color: #3b5998 }
header .header-container .head-social a .fa-instagram:hover { color: #000 }
header .header-container .head-social a .fa-spotify:hover { color: #2ebd59 }
header .header-container .head-social a .fa-youtube:hover { color: #cd201f }
header .header-container .head-social a .fa-envelope:hover { color: #D4414B }
header .header-container .btn-menu { display: none }
header .search {
    float: right;
    line-height: 60px;
    margin: 0;
    border-left: 1px solid #ddd;
    height: 60px;
}
header .search a {
    float: right;
    height: 60px;
    padding-left: 15px;
}
header .search a i {
    color: #555;
    font-size: 1.7rem;
    line-height: 60px;
    width: 26px;
}
header .search a:hover i { color: #D4414B }
.search-input-header {
    width: 0;
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    height: 60px;
    line-height: 60px;
    float: right;
    overflow: hidden;
    z-index: 5;
}
.search-input-header.is-open {
    width: 200px;
    height: 60px;
    line-height: 60px;
}
.search-input-header input {
    box-sizing: border-box;
    padding: 0px 10px;
    background: linear-gradient(45deg, #71B, #D4414B);
    border: none;
    color: #fff;
    line-height: 60px;
    outline: none;
    width: 200px;
}
form.search-form {
    clear: both;
    margin: 0 auto;
    width: 60%;
}
form.search-form input {
    border: none;
    color: #fff;
    display: block;
    font-size: 4rem;
    width: 100%;
    outline: none;
    border-bottom: 2px solid #fff;
}
form.search-form input::-webkit-input-placeholder { color: #fff }
form.search-form input:-moz-placeholder { color: #fff }
form.search-form input::-moz-placeholder { color: #fff }
form.search-form input:-ms-input-placeholder { color: #fff }
form.search-form input:focus { outline: none }
/******************************/
/*           FOOTER           */
/******************************/
footer {
    background: #263238;
    width: 100%;
    margin-top: 50px;
    padding: 50px 0;
    color: #fff;
    font-size: 0.8rem;
}
footer .lg12.md12.sm12 { text-align: center }
footer img { width: 85% }
footer .foot-social {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer .foot-social a {
    display: inline-block;
    margin: 0 16px 0 20px;
    padding: 0;
    color: #555;
    line-height: 60px;
    font-size: 2em;
}
footer .foot-social a:first-of-type { margin-left: 0 }
footer .foot-social a i { color: #bbb }
footer .foot-social a i:hover { color: #fff }
footer .lg8.md8.sm12 nav {
    text-align: center;
    font-weight: 500;
    font-size: 1.25em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer .lg8.md8.sm12 nav ul li {
    display: inline-block;
    position: relative;
    margin-right: -4px;
}
footer .lg8.md8.sm12 nav ul li a, footer .lg8.md8.sm12 nav ul li span {
    color: #fff;
    margin: 0 20px;
    display: block;
}
footer .lg8.md8.sm12 nav ul li a:hover { color: #D4414B }
.mobile-nav {
    display: none;
}
/******************************/
/*          HOMEPAGE          */
/******************************/
.bestof2016 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.bestof2016 img {
    width: 100%;
}
.bestof2016:before, .bestof2016:after {
    content: " ";
    display: table;
}
.bestof2016:after { clear: both }
.bestof2016 .quinti {
    float: left;
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    box-sizing: border-box;
    padding: 0;
    width: 20%;
}
.bestof2016 .quinti:first-child {
    clear: both;
}
.bigfeatured {
    max-width: 1080px;
    margin: 0 auto;
}
.bigfeatured:before, .bigfeatured:after {
    content: " ";
    display: table;
}
.bigfeatured:after { clear: both }
.bigfeatured .singlefeatured {
    padding: 0;
    margin-bottom: 0;
}
.bigfeatured .singlefeatured a {
    position: relative;
    display: block;
}
@media (max-width: 47.9em) {
    .bigfeatured .singlefeatured a {
        position: relative;
        display: block;
        height: 180px;
    }
}
.bigfeatured .singlefeatured a:before {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.80) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.80) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.80) 100%);
}
.bigfeatured .singlefeatured a:hover:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
}
.bigfeatured .singlefeatured a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bigfeatured .singlefeatured a .meta {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem 0.75rem 1rem;
    color: #fff;
}
.bigfeatured .singlefeatured .meta h2 {
    margin-bottom: 5px;
    color: #fff;
    text-transform: none;
}
@media (max-width: 47.9em) {
    .bigfeatured .singlefeatured .meta h2 { font-size: 1.3rem }
}
.bigfeatured .singlefeatured a .meta .categoria {
    background: #D4414B;
    padding: 1px 5px;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
    font-size: 0.8em;
}
.bigfeatured .singlefeatured i { margin-right: 2px }
.bigfeatured .singlefeatured .condivisioni, .bigfeatured .singlefeatured .tempo {
    color: #bbb;
    font-size: 0.8rem;
}
.bigfeatured .singlefeatured .condivisioni { margin-left: 10px }
.gugol_om {
    margin: 25px auto;
    text-align: center;
}
.acieloaperto {
    width: 100%;
    max-width: 970px;
    display: block;
    margin: 25px auto;
    height: auto;
    overflow: hidden;
}
.acieloaperto .acieloaperto_d {
    display: block;
    text-align: center;
}
.acieloaperto .acieloaperto_m {
    display: none;
    text-align: center;
}
@media (max-width: 47.9em) {
    .acieloaperto .acieloaperto_d {
        display: none;
    }
    .acieloaperto .acieloaperto_m {
        display: block;
    }
}
.box_gg {
    width:100%;
    max-width: 100%;
    display: block;
    clear:both;
    margin: 0 auto;
    text-align: center;
}
aside .box_gg {
    margin-bottom: 20px;
    background: none;
}
.ultimenews li {
    padding: 10px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: 0.95rem;
}
.ultimenews li:first-child { padding-top: 0px }
.ultimenews li { color: #aaa }
.ultimenews li a { color: #555 }
.ultimenews li a:hover {
    color: #D4414B;
    text-decoration: none;
}
@media (max-width: 47.9em) {
    .ultimenews li {
        font-size: 0.9rem;
    }
}
.nonperdere {
    padding: 0;
    margin-bottom: 20px;
}
.nonperdere a {
    position: relative;
    display: block;
}
.nonperdere a:before {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.80) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.80) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.80) 100%);
}
.nonperdere a:hover:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
}
.nonperdere a img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.nonperdere a .meta {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem 0.75rem 1rem;
    color: #fff;
}
.nonperdere a .meta .titolo {
    font-weight: 700;
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #fff;
}
.nonperdere a .meta .categoria {
    background: #D4414B;
    padding: 1px 4px;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
    font-size: 0.8em;
}
.nonperdere i { margin-right: 2px }
.nonperdere .condivisioni, .nonperdere .tempo {
    color: #bbb;
    font-size: 0.8em;
}
.nonperdere .condivisioni { margin-left: 10px }
.recehome { margin-bottom: 20px }
.recehome:nth-child(2n) { padding-left: 0 }
.recehome:nth-child(2n+1) { padding-right: 0 }
.recehome a {
    position: relative;
    display: block;
}
.recehome a:before {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
}
.recehome a:hover:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
}
.recehome a img {
    margin: 0;
    padding: 0;
}
.recehome a .titolo {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem 0.75rem 1rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3;
}
/******************************/
/*       SINGLE / PAGE        */
/******************************/
body.single article, body.page article, body.category-calendario article {
    height: 100%;
}
article h1 {
    margin-bottom: 0.5em;
}
@media (max-width: 47.9em) {
    body.single article, body.single article {
        height: auto;
        padding: 0 5px
    }
}
.info--rece {
    padding: 20px 0;
    width: 100%;
    overflow: auto;
}
.featured-img-container { width: 100% }
.featured-img-container-recensioni {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    box-sizing: border-box;
    padding-left: 10px;
    float: right;
    width: 50%;
}
.circle {
    margin-bottom: 15px;
    flex: 0 1 auto;
}
p.album-meta {
    box-sizing: border-box;
    margin: 0;
    color: #555 !important;
    flex: 0 1 50%;
}
p.album-meta strong {
    text-transform: uppercase;
    color: #333;
}
p.album-meta + p {
    color: #555;
    color: #808080;
    box-sizing: border-box;
    flex: 0 1 50%;
}
p.album-meta + p a {
    text-decoration: none;
    color: #D4414B;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
p.album-meta + p a:hover {
    color: #333
}
@media (max-width: 47.9em) {
    .info--rece {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .featured-img-container-recensioni {
        clear: both;
        flex: 0 1 auto;
        width: calc(100% - 100px);
        float: none;
        padding: 0 10px 0 0;
    }
    #circle {
        float: left;
        width: 30%;
        box-sizing: border-box;
        padding: 15px 0;
    }
    p.album-meta {
        padding: 15px 0 0 0;
        width: 100%;
        float: none;
        margin-bottom: 0;
        clear: both;
        flex: 1 1 100%;
    }
    p.album-meta + p {
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px 0;
        width: 100%;
        flex: 1 1 100%;
    }
    .circle {
        flex: 0 0 84px;
        width: 84px;
    }
}
.page h1 {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.post-content {
    position: relative;
    padding-top: 20px;
}
.post-content .l1.md1.sm0 { height: 100% }
.post-content div {
    font-family: 'Noto Serif', serif;
    font-size: 1.1em;
    font-weight: 400;
}
.post-content div div.wp-caption {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}
.post-content div div.wp-caption p.wp-caption-text {
    margin-top: 10px;
    font-size: 0.8em;
    margin-bottom: 5px
}
.post-content img.alignleft {
    float: left;
    width: 32%;
    margin: 0 15px 15px 0;
}
.post-content .sm12.md12.lg12 + p:first-of-type > img { display: none }
.post-content a {
    text-decoration: underline;
    color: #D4414B;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
.post-content a:hover { color: #333 }
.post-content .fb_iframe_widget {
    margin-bottom: 1em
}
.post-content h2 {
    text-transform: none;
    position: relative;
    color: #D4414B;
    padding-left: 15px;
}
.post-content div h3 {
    color: #D4414B;
}
.post-content h2:before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    left: 0;
    background: #D4414B;
}
.post-content div .video-container, .post-content div .spotify-container  {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
    width: 100%;
}
.post-content div .video-container iframe, .post-content div .spotify-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.meta-container-small {
    padding: 10px 0;
    font-size: 0.9em;
    color: #999;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.meta-container-small a {
    text-decoration: none;
    color: #D4414B;
}
.meta-container-small a:hover { color: #333 }
.meta-container-small > * {
    vertical-align: middle;
    display: inline-block;
}
.meta-container-small .author-img {
    height: 32px;
    width: 32px;
    background-size: cover !important;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}
.social-share {
    font-size: 2em;
    padding: 15px 0;
    border-bottom: 1px solid  #ddd;
    color: #999;
    position: relative;
}
.social-share .shares {
    display: block;
    float: left;
    line-height: 52px;
    vertical-align: middle;
}
.social-share .Nshares {
    font-size: 0.9em;
    display: block;
    text-align: center;
    line-height: 43px;
    font-weight: 700;
}
.social-share .condivisioni {
    font-size: 0.35em;
    display: block;
    text-align: center;
    line-height: 16px;
}
.social-share > * {
    max-width: 100%;
    width: 25%;
}
.social-share a {
    box-sizing: border-box;
    float: left;
    display: block;
    padding: 0px;
    height: 42px;
    line-height: 42px;
    margin: 0;
}
.social-share i {
    color: #fff !important;
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 100%;
    margin: 0;
    font-size: 1em;
}
.social-share i.fa-facebook-official { background: #3b5998 }
.social-share i.fa-twitter { background: #55acee }
.social-share .whatsapp { display: none }
.social-share i.fa-envelope { background: #D4414B }
.social-share i.fa-whatsapp { background: #43d854 }
.social-share i.fa-files-o { background: #999 }
.social-share .clipboard { cursor: pointer }
.social-share .clipboard-confirm { display: none }
.social-share .clipboard-confirm.is-copied {
    display: block;
    width: auto !important;
    position: absolute;
    background: #D4414B;
    color: #fff;
    top: -19px;
    font-size: initial;
    right: 0;
    box-sizing: border-box;
    padding: 5px 10px;
    animation: fade 2.5s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes fade {
    0%, 100% { opacity: 0 }
    15%, 50%, 85% { opacity: 1 }
}
@media (max-width: 47.9em) {
    .post-content .sm12.md12.lg12 { padding: 0 }
    .meta-container-small .Nshares, .meta-container-small .condivisioni { text-align: left }
    .meta-container-small .Nshares { font-size: 0.5em }
    .meta-container-small { padding: 10px 0 }
    .meta-container-small .author-img {
        height: 20px;
        width: 20px;
        margin-right: 3px;
    }
    .post-content img.alignleft {
        float: none;
        width: 100%;
        margin: 0 0px 15px 0;
    }
}
.meta-container-big {
    padding: 30px 10px;
    margin-bottom: 25px;
    color: #999;
    background: #f4f8ff;
}
.meta-container-big a {
    text-decoration: none;
    color: #D4414B;
}
.meta-container-big a:hover { color: #333 }
.meta-container-big .lg1.md1.sm2 {
    padding-bottom: 8.333333%;
    height: 0;
    position: relative;
}
.meta-container-big .lg1.md1.sm2 .author-img {
    height: 80%;
    width: 80%;
    background-size: cover !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.meta-container-big .author-name {
    font-size: 1.3em;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-weight: 700;
}
.meta-container-big .author-link {
    margin-right: 10px;
    font-size: 1.3em;
}
.meta-container-big .author-fb {
    margin-right: 10px;
    font-size: 1.3em;
}
.meta-container-big .author-archive {
    float: right;
    padding: 2px 7px;
    margin-top: 4px;
    font-size: 0.9em;
    background: #D4414B;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
.meta-container-big .author-archive:hover {
    background: #333;
    color: #fff;
}
.meta-container-big .author-description {
    display: block;
    font-size: 0.9em;
    border-top: 1px solid #ddd;
    margin-top: 3px;
    padding-top: 8px;
    font-style: italic;
    font-family: 'Poppins', serif;
}
@media (max-width: 768px) {
    .meta-container-big .author-archive {
        display: table;
        float: none;
        margin-bottom: 10px;
        margin-top: 3px;
    }
    .meta-container-big .lg1.md1.sm2 { padding-bottom: 16.666666% }
}
.post-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.post-content ul, .post-content ol {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 40px;
}
.post-content blockquote:not([class]) {
    font-style: italic;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    margin: 0 0 1em;
    color: #555;
    clear: both;
}
.post-content blockquote:not([class])::before {
    content: "\201C";
    font-size: 5em;
    position: absolute;
    line-height: 0;
    top: 25px;
    left: 10px;
    color: #aaa;
}
.post-content blockquote:not([class])::after {
    content: "\201D";
    font-size: 5em;
    position: absolute;
    line-height: 0;
    bottom: -15px;
    right: 20px;
    color: #aaa;
}
.post-content blockquote:not([class]) p { margin-bottom: 0 }
.fb-comments, .fb-comments iframe span[style], .fb-comments iframe[style], .fb-comments span, .fb-like-box, .fb-like-box iframe span[style], .fb-like-box iframe[style], .fb-like-box span {
    width: 100%!important;
    max-width: 100%;
    min-width: 100%;
}
.page-id-59 .post-content h2 {
    color: #333;
    padding: 0
}
.page-id-59 .meta-container-big {
    margin: 20px 0 0 0;
    padding: 0;
    border-bottom: 0
}
.page-id-59 .meta-container-big + h2 {
    margin-top: 40px;
}
.page-id-59 .meta-container-big .lg1.md1.sm2 .author-img {
    width: 100%;
    height: 100%
}
.page-id-59 .post-content h2:before {
    content: none;
}
.gallery {
    margin: auto auto 20px auto !important;
}
body.single .gallery-columns-3 .gallery-item, body.single .gallery-columns-4 .gallery-item {
    margin-top: 0px !important;
    box-sizing: border-box;
    padding: 5px 10px;
}
body.single .gallery-columns-3 .gallery-item a, body.single .gallery-columns-4 .gallery-item a{
    position: relative;
    display: block;
}
body.single .gallery-columns-3 .gallery-item a:hover:before, body.single .gallery-columns-4 .gallery-item a:hover:before {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
}
body.single .gallery-columns-3 .gallery-item img, body.single .gallery-columns-4 .gallery-item img {
    border: 2px solid #333 !important;
}
body.single .gallery-columns-3 .gallery-item:hover img, body.single .gallery-columns-4 .gallery-item:hover img {
    border: 2px solid #D4414B !important;
}
.ypsigrock {
    margin-bottom: 25px
}
/******************************/
/*          SIDEBAR           */
/******************************/
@media screen and (min-width: 64em) {
    aside.sm12.md4.lg4 {
        padding-left: 20px;
    }
}
aside h2 { color: #D4414B }
aside .popularposts h2 {
    margin-top: 0
}
aside .popularposts .lg12.md12.sm6 {
    padding: 0;
    margin-bottom: 20px;
}
aside .popularposts .lg12.md12.sm6 a { margin-bottom: 0 }
aside .popularposts a:first-child {
    height: 77px;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-right: 10px;
    position: relative;
}
aside .popularposts a:first-child:after {
    content: attr(rel);
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    box-sizing: border-box;
    background: #D4414B;
    color: #fff;
}
aside .popularposts a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
aside .popularposts a:hover img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
aside .popularposts a + a {
    padding: 0;
    padding-left: 10px;
}
aside .popularposts a + a h4 {
    padding: 0;
    color: #333;
    margin: 0;
    font-size: 1em;
}
aside .popularposts a + a:hover h4 { color: #D4414B }
@media (max-width: 47.9em) {
    aside .popularposts .lg12.md12.sm6:nth-child(2n) {
        padding-right: 5px;
        clear: left;
    }
    aside .popularposts .lg12.md12.sm6:nth-child(2n+1) { padding-left: 5px }
    aside .popularposts a:first-child {
        padding-right: 0;
        margin-bottom: 10px;
    }
    aside .popularposts a + a {
        padding-left: 0;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    aside .popularposts a + a h4 { margin-bottom: 0 }
}
aside .ultimenews {
    padding: 0;
    margin-bottom: 20px;
}
aside .hotrece { margin-bottom: 20px }
aside .hotrece:nth-child(2n) { padding-left: 0 }
aside .hotrece:nth-child(2n+1) { padding-right: 0 }
aside .hotrece a {
    position: relative;
    display: block;
}
aside .hotrece a:before {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
}
aside .hotrece a:hover:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(119,17,187,0.5) 0%, rgba(119,17,187,0.5) 100%);
}
aside .hotrece a img {
    margin: 0;
    padding: 0;
}
aside .hotrece a .titolo {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem 0.75rem 1rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3;
}
/******************************/
/* HOME & ARCHIVIO & RICERCA  */
/******************************/
.archivio { margin: 0 auto 20px auto }
 .listacalendario {
    border-right: 1px solid #ddd;
}
body.category .listacalendario, aside .listacalendario {
   border-right: none;
}
@media screen and (max-width: 47.9em) {
    .listacalendario {
       border-right: none;
    }
}
.listacalendario li {
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: 0.85rem;
    padding: 7px 5px 7px 0;
    color: #555
}
.listacalendario li:first-child { padding-top: 0px }
.archivio .post_container_ccc {
    float: left;
    width: 75%
}
@media screen and (max-width: 47.9em) {
    .archivio .post_container_ccc {
        float: none;
        width: 100%
    }
    .ultimenews {
        margin-bottom: 20px
    }
}
.listacalendario li.leggitutti-alt, .ultimenews li.leggitutti-alt, span.leggitutti-alt {
    padding: 12px 5px 12px 0;
    font-size: 1em;
    font-weight: 700;
}
span.leggitutti-alt {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 25px;
    padding-top: 0;
    margin-top: 0;
    clear: both;
}
.listacalendario li.leggitutti-alt a, .ultimenews li.leggitutti-alt a, span.leggitutti-alt a {
    color: #D4414B;
}
.listacalendario li.leggitutti-alt a:hover, .ultimenews li.leggitutti-alt a:hover, span.leggitutti-alt a:hover {
    color: #333;
}
.leggitutti-alt i {
    margin-left: 5px
}
.archivio .post_container .sm6.md4.lg3, .archivio .post_container .sm6.md3.lg3 { margin-bottom: 20px; }
@media screen and (max-width: 47.9em) {
    .archivio .post_container .sm6:nth-child(2n+1) { clear: both }
}
@media screen and (min-width: 48em) and (max-width: 63.9em) {
    .archivio .post_container .md3:nth-child(4n+1) { clear: both }
}
@media screen and (min-width: 64em) {
    .archivio .post_container .lg3:nth-child(4n+1),
    .archivio .post_container .lg2:nth-child(6n+1) { clear: both }
}
.archivio h2 {
    padding: 10px 10px 0 10px;
    display: inline-block;
    margin-top: 0;
}
.archivio h2 a:before { content: normal !important }
.archivio h2 + a {
    display: block;
    float: right;
    color: #D4414B;
    margin: 17px 10px 0 0;
    font-size: 1em;
    font-weight: 700;
}
.archivio h2 + a:hover { color: #333 }
body.single .archivio h2, body.page .archivio h2 { display: block }
.archivio .sm6 a {
    position: relative;
    display: block;
}
.archivio .sm6 a:before {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
}
.archivio .sm6 a:hover:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(119,17,187,0.4) 0%, rgba(119,17,187,0.4) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(119,17,187,0.4) 0%, rgba(119,17,187,0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(119,17,187,0.4) 0%, rgba(119,17,187,0.4) 100%);
}
.archivio .sm6 a img {
    display: inline-block;
}
.archivio h4 {
    line-height: 1.3;
    margin: 10px 0 10px 0;
}
@media (max-width: 47.9em) {
    .archivio h4 {
        font-size: 1em;
        letter-spacing: -0.3px;
    }
}
.archivio h4 a {
    color: #333;
}
.archivio h4 a:hover { color: #D4414B }
.archivio h4 a:before { content: normal !important }
.archivio .meta { font-size: 0.8rem }
.archivio .categoria {
    background: #D4414B;
    padding: 1px 4px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}
.archivio i { margin-right: 1px }
.archivio .tempo { margin-right: 5px }
.archivio .tempo, .storie .condivisioni { color: #bbb }
h1.archive-title { color: #D4414B }
.pagination { text-align: center }
.pagination .page, .pagination .previouspostslink, .pagination .nextpostslink, .pagination .current {
    font-size: 1em;
    height: 60px;
    width: 60px;
    padding: 0;
    background: #333;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 60px;
    display: inline-block;
}
.pagination .page.prev, .pagination .page.next {
    width: auto;
    padding: 0 10px;
    display: inline-block;
}
.pagination .page:hover, .pagination .previouspostslink:hover, .pagination .nextpostslink:hover  { background: #D4414B }
.pagination .current { background: #aaa }
.pagination .page.dots { display: none }
body.search .container form.search-form input {
    border: none;
    color: #D4414B;
    display: block;
    font-size: 4rem;
    width: 100%;
    outline: none;
    border-bottom: 2px solid #ddd;
}
body.search .container form.search-form input::-webkit-input-placeholder { color: #eee }
body.search .container form.search-form input:-moz-placeholder { color: #eee }
body.search .container form.search-form input::-moz-placeholder { color: #eee }
body.search .container form.search-form input:-ms-input-placeholder { color: #eee }
body.author .meta-container-big h1 {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: none;
}
body.author .meta-container-big .author-link, body.author .meta-container-big .author-fb {
    float: right;
    margin-top: 8px;
    font-size: 1.8em;
    margin-left: 12px;
    margin-right: 0
}
body.author .meta-container-big .author-description {
    margin-top: 0
}
body.author .meta-container-big {
    border-bottom: none;
    padding-top: 0
}
body.category-tvcinema h1.archive-title {
    color: #4285f4;
}
body.category-tvcinema .archivio h4 a:hover {
    color: #4285f4;
}
body.category-tvcinema h1 {
    color: #4285f4;
}
body.category-tvcinema .meta-container-small a {
    color: #4285f4;
}
body.category-tvcinema aside h2{
    color: #4285f4;
}
body.category-tvcinema aside .popularposts a:first-child:after {
    background: #4285f4;
}
body.category-tvcinema .listacalendario li.leggitutti-alt a, body.category-tvcinema .ultimenews li.leggitutti-alt a, body.category-tvcinema span.leggitutti-alt a{
    color: #4285f4;
}
.container.category-tvcinema h2 a {
    color: #4285f4;
}
.archivio.container.category-tvcinema h2 + a {
    color: #4285f4;
}
/******************************/
/*         NEWSLETTER         */
/******************************/
.newsletter {
    background: #fff;
    margin: 25px auto;
    padding: 25px 0;
    text-align: center;
}
.newsletter .form-nl {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.newsletter input.mail, .newsletter input.submit {
    display: block;
    float: left;
    background: #fff;
    border: 3px solid #D4414B;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 15px auto;
    font-size: 1em;
    text-align: center;
}
.newsletter input.mail:focus { outline: none }
.newsletter input.submit {
    float: left;
    margin-left: 15px;
    background: #D4414B;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;
}
.newsletter input.submit:focus { outline: none }
/******************************/
/*        CLASSIFICHE         */
/******************************/
.classifiche {
    margin: 25px auto;
    padding: 15px 0;
    text-align: center;
    border: 10px solid #71B;
}
.classifiche h1 {
    margin-bottom: 20px;
    color: #D4414B;
}
.classifiche h2 {
    color: #D4414B;
    margin-bottom: 10px;
}
.classifiche .quinti {
    float: left;
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    box-sizing: border-box;
    padding: 0;
    width: 20%;
}
.bestof2016 .quinti:first-child {
    clear: both;
}
.classifiche a {
    text-align: center;
    display: block;
    margin: 5px 0;
    color: #333;
    padding: 5px 10px;
    text-shadow: none;
    position: relative;
}
.classifiche a::before, .classifiche a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D4414B;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.classifiche a::before {
    top: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.classifiche a::after {
    bottom: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.classifiche a:hover, .classifiche a:focus { color: #D4414B }
.classifiche a:hover::before, .classifiche a:focus::before, .classifiche a:hover::after, .classifiche a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
@media screen and (max-width: 47.9em) {
    .classifiche .lg3 { margin-bottom: 20px }
}
/******************************/
/*            VARIE           */
/******************************/
.bg-popup {
    width: 0;
    height: 0;
}
.bg-popup.open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top:0;
    background: rgba(212, 65, 75, 0.9);
    z-index: 3;
}
.popup {
    width: 0;
    height: 0;
    visibility: hidden;
}
.popup.open {
    visibility: visible;
    width: 500px;
    height: 214px;
    position: fixed;
    top: -35%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    text-align: right;
}
.popup span {
    cursor: pointer;
    color: #fff;
    font-size: 1.5em
}
@media screen and (max-width: 47.9em) {
    .popup.open, .popup, .bg-popup, .bg-popup.open {
        display: none;
    }
}
.featherlight .featherlight-content {
    overflow: hidden;
}
.page-template-page-instagram .post-content{

}
.post-content a.spotifybio {
    display: block;
    width: 100%;
    background: #D4414B;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
.linkinbio {
    width: 32.3%;
    margin: 0.5%;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.linkinbio::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.linkinbio a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.post-content .linkinbio a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
/******************************/
/*           MOBILE           */
/******************************/
@media (max-width: 63.9em) {
    header .logo, header .header-container .logo a {
        width: 100%;
    }
    header .header-container nav {
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 60px;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        -moz-transform: translateX(100%);
        width: 100%;
        height: 100vh;
        overflow: scroll;
        background: #fff;
        padding-left: 0;
        text-align: center;
        -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    }
    header .header-container nav.open {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    header .header-container nav.open h4 {
        display: block;
        text-align: left;
        padding: 0 16px;
    }
    header .header-container nav ul .categories {
        width: 50%;
        float: left;
    }
    header .header-container nav ul li a {
        line-height: 30px;
        font-size: 0.8em;
    }
    header .header-container nav ul li span {
        display: none;
    }
    header .header-container .head-social { display: none }
    header .header-container nav > ul .head-social {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0
    }
    header .header-container .head-social a {
        display: inline-block;
        margin-right: -4px;
        padding: 0 15px;
        font-size: 1.4em;
    }
    header .header-container .head-social a .fa-facebook-official { color: #3b5998 }
    header .header-container .head-social a .fa-twitter { color: #3b5998 }
    header .header-container .head-social a .fa-instagram { color: #000 }
    header .header-container .head-social a .fa-spotify { color: #2ebd59 }
    header .header-container .head-social a .fa-youtube { color: #cd201f }
    header .header-container .head-social a .fa-envelope { color: #D4414B }
    header .header-container nav ul li {
        display: block;
        margin: 0;
        text-align: left;
    }
    header .header-container nav ul li .dropped {
        position: initial;
        display: block;
    }
    header .header-container nav ul li .dropped a { display: block; }
    header .header-container nav ul li:hover .dropped {
        display: block;
        box-shadow: none;
        background: #fff;
        top: auto;
        min-width: auto;
    }
    header .search { display: none; }

    /* FOOTER */

    footer img { width: 30% }
    footer .lg4.md4.sm12 {
        text-align: center;
        margin-bottom: 25px;
    }
    footer .lg8.md8.sm12 nav ul li {
        display: block;
        margin-bottom: 15px;
    }
    footer .foot-social a:first-of-type { margin-left: 20px }
    .mobile-nav {
        display: block;
        position: fixed;
        bottom: 0;
        padding: 0;
        background: #fff;
        z-index: 9999;
        width: 100%;
        box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        height: 60px;
        line-height: 60px;
        color: #aaa;
        font-size: 1em;
        font-weight: 700
    }
    .mobile-nav a {
        display: block;
        float: left;
        width: 33.3333333%;
        margin: 0;
        color: #555;
        text-align: center;
    }
    .mobile-nav i {
        color: #D4414B !important;
        text-align: center;
        height: 60px;
        line-height: 60px;
        margin: 0;
        font-size: 14px;
        margin-right: 5px;
    }
    .social-share {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 60px;
        transform: translateY(96px);
        -webkit-transform: translateY(96px);
        -o-transform: translateY(96px);
        -moz-transform: translateY(96px);
        float: none;
        margin: 0;
        padding: 0px;
        background: #fff;
        z-index: 2;
        width: 100%;
        -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        border: none
    }
    .social-share.open {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
    .social-share .whatsapp { display: block }
    .social-share a {
        max-width: 100%;
        width: 25%;
        box-sizing: border-box;
        float: left;
        display: block;
        padding: 0px;
        height: 60px;
        line-height: 60px;
        margin: 0;
    }
    .social-share .shares { display: none }
    .social-share i {
        color: #fff !important;
        text-align: center;
        height: 60px;
        line-height: 60px;
        width: 100%;
        margin: 0;
        font-size: 0.9em;
        vertical-align: top;
    }
    .social-share .clipboard-confirm.is-copied {
        width: auto !important;
        top: -34px;
        padding: 3px 8px;
        font-size: 0.4em;
        line-height: 28px;
    }
    footer .search-input-header {
        float: none;
        position: fixed;
        z-index: 5;
        bottom: 60px;
        width: 100%;
        left: 0;
        -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    footer .search-input-header.is-open {
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    footer .search-input-header input { width: 100% }
}
