.content-wrapper {
    max-width: 1070px;
    margin: 0 auto;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    height: 170px;
    margin: 30px 0 10px 0;
}

    #logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 72%;
        height: 100%;
    }

        #logo a {
            display: block;
            height: 100%;
            white-space: nowrap;
        }

            #logo a:after {
                content: '';
                display: inline-block;
                width: 0;
                height: 100%;
                vertical-align: middle;
            }

            #logo img {
                vertical-align: middle;
            }

    #header-right-box {
        float: right;
        width: 381px;
        height: 100%;
        background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/header_box_right.png) no-repeat left 3px;
        overflow: hidden;
    }

        #newsletter {
            float: right;
            padding: 35px 20px 0 0;
        }

            #newsletter a {
                display: block;
                height: 20px;
                padding: 2px 0 0 40px;
                font-weight: 700;
                font-size: 1.5em;
                white-space: nowrap;
                color: #fff;
                background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/newsletter.png) no-repeat top left;
            }

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

        #search {
            clear: both;
            float: right;
            padding: 20px 20px 0 0;
            overflow: hidden;
        }

            #search label {
                display: none;
            }

            #search input[type='text'] {
                float: left;
                width: 185px;
                margin: 0 5px 0 0;
                border: 0;
                font-size: 1.6em;
            }

            #search input[type='submit'] {
                float: left;
                width: 27px;
                min-width: 0;
                height: 27px;
                padding: 27px 0 0 27px;
                margin-top: 4px;
                text-indent: 27px;
                background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/search.png) no-repeat top left;
                overflow: hidden;
            }

#header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #000;
}

body.admin-bar #header-menu {
    top: 32px;
}

    #header-menu li {
        float: left;
        padding: 7px 30px 0 0;
    }

        #header-menu a {
            font-weight: 700;
            font-size: 1.4em;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
        }

        #header-menu a:hover {
            color: #f33;
        }

            #header-menu li ul {
                display: none;
            }

#main-menu {
    height: 55px;
}

    #main-menu .menu-main-container {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        background-color: #f33;
    }

        #main-menu ul.menu {
            display: inline-block;
            vertical-align: bottom;
        }

        #main-menu.ubermenu ul.menu {
            position: relative;
            top: 0;
            left: 0;
        }

            #main-menu ul.menu > li {
                float: left;
                position: relative;
                top: 0;
                left: 0;
                padding: 8px 0;
            }

            #main-menu ul.menu > li.ubermenu-item {
                position: static;
            }

            #main-menu ul.menu > li.ubermenu-item:hover {
                background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/menu_ind.png) no-repeat bottom center;
            }

                #main-menu ul.sub-menu {
                    display: none;
                }

                #main-menu .ubermenu-item ul.sub-menu {
                    width: 100%;
                    min-height: 246px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    border-radius: 0 0 5px 5px;
                    -moz-border-radius: 0 0 5px 5px;
                    -webkit-border-radius: 0 0 5px 5px;
                    -khtml-border-radius: 0 0 5px 5px;
                    background-color: #000;
                }

                #main-menu ul.menu > li:hover ul.sub-menu  {
                    display: block;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    text-align: left;
                    z-index: 999999;
                }

                #main-menu ul.menu > li:not(.ubermenu-item):nth-last-child(-n+2):hover ul.sub-menu,
                #main-menu ul.menu > li:not(.ubermenu-item):last-child:hover ul.sub-menu,
                #main-menu ul.menu > li.ubermenu-item-right:hover ul.sub-menu {
                    left: auto;
                    right: 0;
                    text-align: right;
                }

                #main-menu ul.menu > li.ubermenu-item-right:hover ul.sub-menu {
                    text-align: left;
                }

                    #main-menu ul.menu a {
                        display: block;
                        padding: 2px 12px;
                        border-left: 1px solid #fff;
                        font-weight: 700;
                        font-size: 1.5em;
                        text-transform: uppercase;
                        text-decoration: none;
                        white-space: nowrap;
                        color: #fff;
                    }

                    #main-menu ul.menu > li:first-child a {
                        border-left: 0;
                    }

                    #main-menu ul.menu a:hover,
                    #main-menu ul.menu li.active a {
                        color: #000;
                    }

                        #main-menu .ubermenu-item-right ul.sub-menu li {
                            display: block;
                            overflow: hidden;
                        }

                            #main-menu ul.sub-menu a {
                                width: 190px;
                                padding-top: 8px;
                                padding-bottom: 8px;
                                border-left: 0;
                                text-transform: none;
                                color: #fff !important;
                                background-color: #000;
                            }

                            #main-menu .ubermenu-item-right ul.sub-menu a {
                                float: right;
                            }

                            #main-menu ul.sub-menu li.current-post-parent a {
                                color: #000;
                            }

                            #main-menu li:not(.ubermenu-item) ul.sub-menu li:last-child a {
                                padding-bottom: 11px;
                                border-radius: 0 0 5px 5px;
                                -moz-border-radius: 0 0 5px 5px;
                                -webkit-border-radius: 0 0 5px 5px;
                                -khtml-border-radius: 0 0 5px 5px;
                            }

                            #main-menu ul.sub-menu a:hover,
                            #main-menu ul.sub-menu li.active a {
                                background-color: #f33;
                            }

                                .posts-container-menu-wrapper {
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    overflow: hidden;
                                }

                                .ubermenu-item-right .posts-container-menu-wrapper {
                                    right: auto;
                                    left: 0;
                                }

                                    .posts-container-menu {
                                        float: right;
                                        padding-right: 10px;
                                    }

                                    .ubermenu-item-right .posts-container-menu {
                                        float: left;
                                        padding-right: 0;
                                        padding-left: 10px;
                                    }

                                        .posts-container-menu-item {
                                            float: left;
                                            padding-top: 10px;
                                            text-align: left;
                                        }

                                            #main-menu ul.sub-menu .posts-container-menu-item a {
                                                width: 185px;
                                                height: 230px;
                                                padding-top: 6px;
                                                padding-bottom: 0;
                                            }

                                                .posts-container-menu-item img {
                                                    display: block;
                                                }

                                                .posts-container-menu-item span {
                                                    display: block;
                                                    padding-top: 10px;
                                                    font-weight: 200;
                                                    font-size: 1.1em;
                                                    white-space: normal;
                                                    line-height: 1.4em;
                                                }

#body-menu {
    padding: 5px 0 15px 0;
    font-size: 1.6em;
    font-family: 'Rock Salt';
    line-height: 1.4em;
    letter-spacing: 0.2em;
}

    #body-menu ul {
        overflow: hidden;
    }

        #body-menu li {
            float: left;
            color: #333;
        }

        #body-menu li:before {
            content: '•';
            margin: 0 20px;
        }

        #body-menu li:first-child:before {
            content: '';
            margin: 0 5px;
        }

            #body-menu li a {
                color: #333;
            }

            #body-menu li a:hover {
                text-decoration: none;
                color: #f33;
            }

#breadcrumbs-top {
    position: relative;
    height: 10px;
    margin-bottom: -11px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    #breadcrumbs-top a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
    }

#breadcrumbs {
    padding: 17px 0 20px 0;
    font-size: 1.4em;
}

    #breadcrumbs * {
        color: #aaa;
        text-decoration: none !important;
    }

    #breadcrumbs a:hover {
        color: #f33;
    }

#container {
    position: relative;
    top: 0;
    left: 0;
}

body.home #container,
body.home .vcmp-row {
    position: static;
}

    #content {
        font-size: 1.8em;
    }

        .post-divider {
            display: block !important;
            height: 0;
            overflow: hidden;
        }

        .ajax-loaded-page-separator {
            padding-top: 20px;
            margin-top: 20px;
            border-top: 40px solid #676767;
        }

            .content-inner {
                clear: both;
                position: relative;
                top: 0;
                left: 0;
            }

            body.single .content-inner,
            body.page .content-inner,
            body.page-farmaci.single-post .content-inner,
            body.page-farmaci.single-corpoumano .content-inner {
                padding-left: 80px;
            }

            body.home .content-inner {
                position: static;
                padding-left: 0;
            }

            body.page-farmaci .content-inner {
                padding-left: 0;
            }

                .content-inner.ajax-loaded-page article .single-title {
                    padding-top: 10px;
                }

                .content-inner.ajax-loaded-page article .single-date {
                    margin-top: 10px;
                }

        .content-h3 {
            font-size: 1.4em;
        }

        .single-corpoumano .content-h3 {
            padding-bottom: 5px;
            font-weight: 700;
        }

        .content-strong,
        .content-strong * {
            color: #777;
        }

        .inside-sidebar-row-left,
        body.layout-normal-style #content {
            display: block !important;
            float: left;
            width: 100%;
            margin-right: -300px;
            margin-left: 0 !important;
        }

        body.layout-normal-style #content {
            min-height: 640px;
        }

            .inside-sidebar-row-left > .vc_column_container {
                padding: 0 !important;
                margin: 0 !important;
            }

            .inside-sidebar-row-left .wpb_wrapper,
            body.layout-normal-style .content-inner {
                padding-right: 30px;
                margin-right: 300px;
            }

                .inside-sidebar-row-left .wpb_wrapper .wpb_wrapper {
                    padding-right: 0;
                    margin-right: 0;
                }

            .greybigtitle {
                padding: 5px 15px;
                margin-bottom: 30px;
                font-weight: 700;
                font-size: 2em;
                text-align: center;
                text-transform: uppercase;
                color: #005dba;
                background-color: #eee;
                cursor: default;
            }

            #content .header .entry-title {
                padding-bottom: 30px;
                font-weight: 800;
                font-size: 4em;
                text-transform: uppercase;
                color: #f33;
            }

            #content #searchform #searchsubmit {
                margin-top: 30px;
            }

            body.search-results #content article .entry-title {
                font-weight: bold;
                text-transform: uppercase;
            }

            #content article {
                padding-bottom: 20px;
            }

            .wpb_text_column li ul,
            .wpb_text_column li ol {
                margin: 0 1.5em;
            }

            .wpb_text_column ul,
            .wpb_text_column ol {
                margin: 0 1.5em 1.5em 1.5em;
            }

            .wpb_text_column ul,
            .wpb_text_column ul li {
                list-style-type: disc;
            }

            .wpb_text_column ol,
            .wpb_text_column ol li {
                list-style-type: decimal;
            }

            .wpb_text_column ol ol,
            .wpb_text_column ol ol li {
                list-style: upper-alpha;
            }

            .wpb_text_column ol ol ol,
            .wpb_text_column ol ol ol li {
                list-style: lower-roman;
            }

            .wpb_text_column ol ol ol ol,
            .wpb_text_column ol ol ol ol li {
                list-style: lower-alpha;
            }

            .vc_images_carousel .vc_item .vc_inner,
            .vc_images_carousel .vc_item .vc_inner img,
            .wpb_single_image .vc_single_image-wrapper,
            .wpb_single_image .vc_single_image-wrapper img {
                display: block;
                margin: 0 auto;
            }

            .vc_carousel-slideline,
            .wpb_single_image .vc_single_image-wrapper,
            .wpb_single_image .vc_single_image-wrapper img {
                /*background-color: #676767;*/
            }

            .vc_images_carousel {
                width: 100% !important;
            }

                .vc_images_carousel .vc_item {
                    position: relative;
                    top: 0;
                    left: 0;
                }

                    .vc_images_carousel .vc_item .vc_inner {
                        height: 100%;
                    }

                        .vc_images_carousel .vc_item .vc_inner img {
                            position: relative;
                            top: 50%;
                            transform: translateY(-50%);
                        }

                        .vc-carousel-caption {
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            padding: 10px;
                            text-align: center;
                            color: #fff;
                            background-color: #333;
                            opacity: 0.8;
                            filter:alpha(opacity=8);
                            box-sizing: border-box;
                        }

                .vc_images_carousel .vc_carousel-indicators {
                    bottom: -30px !important;
                }

                .vc_images_carousel .vc_carousel-control {
                    width: 40px !important;
                    height: 40px !important;
                    margin-top: -20px !important;
                    opacity: 0.3 !important;
                    filter:alpha(opacity=3) !important;
                }

                .vc_images_carousel .vc_carousel-control:hover {
                    opacity: 0.7 !important;
                    filter:alpha(opacity=7) !important;
                }

                    .vc_images_carousel .vc_carousel-control .icon-prev,
                    .vc_images_carousel .vc_carousel-control .icon-next {
                        top: 0 !important;
                        left: 20px !important;
                        width: 100% !important;
                        height: 100% !important;
                        margin: 0 !important;
                        background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/arrow_left.png) no-repeat top left;
                    }

                    .vc_images_carousel .vc_carousel-control .icon-next {
                        top: 0 !important;
                        left: auto !important;
                        right: 20px !important;
                        background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/arrow_right.png) no-repeat top left;
                    }

                    .vc_images_carousel .vc_carousel-control .icon-prev::before,
                    .vc_images_carousel .vc_carousel-control .icon-next::before {
                        content: '' !important;
                    }

        .single-content .align-left,
        .single-content .alignleft {
            float: left;
            position: relative;
            width: 40%;
            margin: 4px 20px 5px 0;
        }

            #content .content-img-wrapper {
                display: block;
                position: relative;
                max-width: 100%;
            }

                #content .content-img-wrapper .content-img-height,
                #content .content-img-wrapper picture {
                    display: block;
                    padding-top: 65.777%;
                }

                    #content .content-img-wrapper img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100% !important;
                        height: 100% !important;
                    }

            body.category.category-autori .teaser-image,
            body.category.category-esperti .teaser-image {
                display: none;
            }

            .teaser-title,
            .teaser-title *,
            .teaser-summary,
            .teaser-summary * {
                color: inherit;
                text-decoration: none !important;
            }

            .teaser-title {
                padding-top: 10px;
                font-weight: 200;
                font-size: 2em;
                line-height: 1.1em;
            }

            .teaser-date {
                padding: 15px 0;
                font-size: 0.7em;
                color: #999;
            }

            #content .teaser-author {
                padding-top: 5px;
                margin-top: -8px;
                margin-bottom: 10px;
                border-top: 1px dashed #ddd;
                font-size: 0.7em;
                color: #999;
            }

                #content .teaser-author a {
                    color: #999 !important;
                }

            .teaser-summary,
            .single-content {
                padding-bottom: 20px;
                font-weight: 200;
                line-height: 1.4em;
            }

                .single-content:after {
                    visibility: hidden;
                    display: block;
                    content: "";
                    clear: both;
                    height: 0;
                }

            .teaser-summary {
                padding-bottom: 50px;
            }

                .teaser-summary span {
                    font-weight: 400;
                    font-size: 1.2em;
                    line-height: 0.8em;
                }

            .single-date {
                float: right;
                margin-top: -35px;
                font-size: 0.8em;
                color: #666;
            }

            .single-title {
                padding-bottom: 20px;
                font-weight: 200;
                font-size: 3em;
                line-height: 1.1em;
            }

            .single-title-icon {
                position: relative;
                top: 0;
                left: 0;
                min-height: 102px;
                padding-left: 145px;
            }

                .single-title-icon .single-icon-div-wrapper {
                    position: absolute;
                    top: 6px;
                    left: 0;
                    width: 125px;
                    height: 102px;
                    background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/catpage_icon.png) no-repeat top left;
                }

                    .single-title-icon .single-icon-div {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 80px;
                        height: 100%;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                .single-title-icon span {
                    display: table-cell;
                    height: 102px;
                    vertical-align: middle;
                }

            #post-docauth {
                margin-bottom: 20px;
                line-height: 1.1em;
                color: #666;
                overflow: hidden;
            }

                #post-docauth img {
                    float: left;
                    width: 45px;
                    height: 45px;
                    margin-right: 20px;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -khtml-border-radius: 50%;
                }

                #post-docauth div,
                #post-docauth a {
                    font-weight: 700;
                    font-size: 0.8em;
                    text-decoration: none;
                    color: #999;
                }

                #post-docauth .post-docauth-sponsored {
                    display: inline-block;
                    padding: 5px 10px;
                    border-radius: 10px;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    -khtml-border-radius: 10px;
                    color: #fff;
                    background-color: #aaa;
                }

                    #post-docauth div a {
                        font-size: 1em;
                    }

                #post-docauth em {
                    font-style: normal;
                    font-size: 0.7em;
                    white-space: nowrap;
                    color: #999;
                }

                    #post-docauth em:first-of-type:after {
                        content: ' |';
                        vertical-align: text-bottom;
                        color: #ccc;
                    }

            .single-summary {
                padding-bottom: 30px;
                font-weight: 200;
                font-size: 1.5em;
                line-height: 1.2em;
            }

                .single-summary-bold {
                    font-weight: 400;
                }

                .single-summary-subsmall {
                    font-weight: 200;
                    font-style: italic;
                    font-size: 0.8em;
                }

            .slh-box {
                min-height: 150px;
                padding: 15px 20px 20px 240px;
                background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/curiosita.png) no-repeat 10px center;
            }

            .slh-box.box-type-diet_alert    { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/diet_alert.png); }
            .slh-box.box-type-keep_calm     { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/keep_calm.png); }
            .slh-box.box-type-errore        { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/errore.png); }
            .slh-box.box-type-esperto       { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/esperto.png); }
            .slh-box.box-type-provalo       { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/provalo.png); }
            .slh-box.box-type-quick_tips    { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/quick_tips.png); }
            .slh-box.box-type-taglia        { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/taglia.png); }
            .slh-box.box-type-tips          { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/tips.png); }
            .slh-box.box-type-you_need      { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box/you_need.png); }

                .slh-box * {
                    color: #fff;
                }

                .slh-box .box-title {
                    padding-bottom: 10px;
                    font-size: 1.2em;
                }

            .slh-box-text {
                font-family: 'Rock Salt';
                font-size: 1.2em;
                text-align: center;
                letter-spacing: 0.2em;
                line-height: 1.6em;
            }

            .slh-box-text.slh-content-box {
                text-align: left;
            }

        .gallery-pagination {
            clear: both;
            padding: 10px 0;
            background-color: #676767;
            overflow: hidden;
        }

            .gallery-pagination .prev,
            .gallery-pagination .next {
                float: left;
                width: 25%;
                font-size: 2.5em;
                text-align: left;
            }

                .gallery-pagination .prev a,
                .gallery-pagination .next a {
                    display: inline-block;
                    width: 23px;
                    height: 39px;
                    margin: 0 10px;
                    text-indent: 23px;
                    text-decoration: none;
                    overflow: hidden;
                    background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/arrow_gallery_left.png) no-repeat top left;
                }

                .gallery-pagination .next a {
                    background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/arrow_gallery_right.png);
                }

                .gallery-pagination a:hover {
                    opacity: 0.7;
                    filter:alpha(opacity=7);
                }

            .gallery-pagination .pages {
                float: left;
                width: 50%;
                height: 35px;
                font-size: 2em;
                text-align: center;
                color: #fff;
                overflow: hidden;
            }

                .gallery-pagination .pages strong {
                    font-weight: 800;
                    font-size: 1.2em;
                    line-height: 0.7em;
                    vertical-align: bottom;
                }

            .gallery-pagination .next {
                text-align: right;
            }

        .rock-salt-home-title,
        .white-rock-salt-title {
            padding-bottom: 15px;
            font-size: 1.4em;
            text-transform: uppercase;
        }

        .white-rock-salt-title {
            padding-top: 10px;
            color: #fff;
        }

        .box-bg-top {
            padding-top: 60px;
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_bg_top.png) no-repeat top center;
        }

        .box-bg-bottom {
            padding-bottom: 63px;
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_bg_bottom.png) no-repeat bottom center;
        }

        .box-bg-left {
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_bg_left.png) repeat-y top left;
        }

        .box-bg-right {
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_bg_right.png) repeat-y top right;
            padding: 10px 90px;
        }

        .slh-home-color-box {
            margin-bottom: 30px;
            overflow: hidden;
        }

        .slh-home-color-box-giallo      { background-color: #fc0; }
        .slh-home-color-box-rosso       { background-color: #f33; }
        .slh-home-color-box-blu         { background-color: #369; }
        .slh-home-color-box-nero        { background-color: #000; }
        .slh-home-color-box-rosa        { background-color: #fdaba2; }
        .slh-home-color-box-verde       { background-color: #6c9; }
        .slh-home-color-box-viola       { background-color: #f69; }
        .slh-home-color-box-petrolio    { background-color: #399; }

            .slh-home-color-box .box-wrapper {
                display: table;
                width: 100%;
            }

                .slh-home-color-box .box-left,
                .slh-home-color-box .box-right {
                    display: table-cell;
                    vertical-align: middle;
                }

                .slh-home-color-box .box-left {
                    padding-right: 20px;
                }

                    .slh-home-color-box .box-left a {
                        display: block;
                        width: 120px;
                    }

                    .slh-home-color-box .box-left img {
                        display: block;
                        width: 120px;
                        height: 120px;
                        border-radius: 50%;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        -khtml-border-radius: 50%;
                    }

                .slh-home-color-box .box-right {
                    width: 80%;
                    font-size: 1.6em;
                    line-height: 1.3em;
                }

                    .slh-home-color-box .box-right a {
                        text-decoration: none;
                        color: inherit;
                    }

        .slh-home-color-box-noimg {
            position: relative;
            top: 0;
            left: 0;
            margin-bottom: 30px;
            overflow: hidden;
        }

            .slh-home-color-box-noimg .box-bg-icon {
                position: absolute;
                top: 30px;
                left: 54%;
                width: 65px;
                height: 65px;
                background-repeat: no-repeat;
                background-position: center right;
            }

            .slh-home-color-box-noimg a {
                display: block;
                text-decoration: none;
            }

                .slh-home-color-box-noimg .box-title {
                    display: block;
                    padding-top: 30px;
                    padding-bottom: 7px;
                    font-weight: bold;
                    font-size: 0.8em;
                    line-height: 2.1em;
                }

                .slh-home-color-box-noimg .box-content {
                    display: block;
                    padding-bottom: 15px;
                    font-weight: 400;
                    font-size: 0.9em;
                    text-align: center;
                    color: #fff;
                }

        .teaser-home-block {
            overflow: hidden;
        }

            .teaser-home-block header {
                padding-bottom: 20px;
                line-height: 3em;
                overflow: hidden;
            }

                .teaser-home-block-submenu {
                    float: right;
                    padding: 5px 0;
                    margin-top: -10px;
                    font-family: 'Rock Salt';
                    line-height: 1.4em;
                    letter-spacing: 0.1em;
                }

                    .teaser-home-block-submenu ul {
                        overflow: hidden;
                    }

                        .teaser-home-block-submenu li {
                            float: left;
                            margin-bottom: 10px;
                            color: #333;
                        }

                        .teaser-home-block-submenu li:before {
                            content: '|';
                            margin: 0 20px;
                        }

                        .teaser-home-block-submenu li:first-child:before {
                            content: '';
                            margin: 0 5px;
                        }

                            .teaser-home-block-submenu li a {
                                color: #333;
                            }

                            .teaser-home-block-submenu li a:hover {
                                text-decoration: none;
                                color: #f33;
                            }

            .teaser-home-block article {
                position: relative;
                top: 0;
                left: 0;
            }

            .teaser-home-block article.small {
                float: left;
                width: 48%;
            }

            .teaser-home-block article.left {
                clear: both;
                padding-right: 4%;
            }

                .teaser-home-block article header {
                    position: relative;
                    top: 0;
                    left: 0;
                }

                    .teaser-home-block article .teaser-category {
                        position: absolute;
                        top: 10px;
                        left: 0;
                        padding: 0 5px;
                        font-family: 'Rock Salt';
                        line-height: 1.5em;
                        white-space: nowrap;
                        color: #fff;
                        background-color: #000;
                        opacity: 0.9;
                        filter:alpha(opacity=9);
                    }

                    .teaser-home-block article.big .teaser-title {
                        position: absolute;
                        bottom: 20px;
                        left: 0;
                        padding: 10px 20px 5px 20px;
                        font-size: 1.7em;
                        font-family: 'Rock Salt';
                        line-height: 1.3em;
                        letter-spacing: 0.1em;
                        color: #333;
                        background-color: rgba(255,255,255,0.6);
                    }

                        .teaser-home-block article.big .teaser-title a {
                            display: block;
                        }

                        .teaser-home-block article .teaser-image img {
                            display: block;
                        }

                    .teaser-home-block article .teaser-summary {
                        display: none;
                    }

                .teaser-home-block footer {
                    clear: both;
                    padding: 10px 0 5px;
                    border-bottom: 2px solid #000;
                    text-align: right;
                }

                    .teaser-home-block footer a {
                        font-size: 0.9em;
                        font-family: 'Rock Salt';
                        letter-spacing: 0.2em;
                        text-decoration: none;
                        color: #000;
                    }

        .fullpage-home-posts-slider-wrapper {
            height: 80px;
            background: #f4f4f4 url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/loading.gif) no-repeat center;
        }

            .fullpage-home-posts-slider {
                position: absolute;
                left: 0;
                height: 0;
                min-height: 0;
                overflow: hidden;
            }

                .fullpage-home-posts-slider .vcmp-container-thumbs .vcmp-image-over,
                .fullpage-home-posts-slider .vcmp-container-thumbs .vcmp-header-container,
                .fullpage-home-posts-slider .vcmp-container-thumbs .vcmp-header-container img {
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -khtml-border-radius: 50%;
                    overflow: hidden;
                }

                .fullpage-home-posts-slider .owl-controls .owl-page span {
                    background-color: #eee !important;
                }

                .fullpage-home-posts-slider .vcmp-item,
                .fullpage-home-posts-slider .vcmp-image-over .adtheme-icon-plus,
                .fullpage-home-posts-slider .vcmp-image-over .adtheme-icon-search,
                .fullpage-home-posts-slider .vcmp-controls ul li {
                    background: none !important;
                }

        #recipe-form {
            display: block;
            padding: 20px;
            margin-bottom: 40px;
            font-size: 0.9em;
            overflow: hidden;
        }

            #recipe-form .recipe-form-field {
                float: left;
                width: 33%;
                height: 80px;
            }

                #recipe-form .recipe-form-dropdown {
                    width: 80%;
                    border: 0;
                }

                    #recipe-form .recipe-form-dropdown option {
                        padding-left: 3px;
                        border-right: 1px solid #000;
                        background-color: #fff;
                    }

            #recipe-form .recipe-form-submit {
                clear: both;
            }

                #recipe-form .recipe-form-submit input {
                    padding: 6px 20px;
                    margin: 0 auto;
                    font-size: 1em;
                    background-color: #000;
                }

                #recipe-form .recipe-form-submit input:hover {
                    color: #fff;
                    background-color: #960;
                }

        .recipe-content {
            margin-bottom: 30px;
            border-bottom: 1px solid #000;
        }

            .recipe-content content {
                display: table;
                width: 100%;
            }

                .recipe-content .tr {
                    display: table-row;
                }

                    .recipe-content .td {
                        display: table-cell;
                        width: 50%;
                        padding: 0 0 25px 75px;
                        font-weight: 400;
                        font-size: 0.9em;
                        line-height: 1.9em;
                        vertical-align: center;
                        background-repeat: no-repeat;
                        background-position: 0 5px;
                    }

                    .recipe-content .td.effort { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/recipes/effort.png); }
                    .recipe-content .td.time { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/recipes/time.png); }
                    .recipe-content .td.calories { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/recipes/calories.png); }
                    .recipe-content .td.persons { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/recipes/persons.png); }

                        .recipe-content .td strong {
                            display: block;
                            font-weight: normal;
                            font-family: 'Rock Salt';
                            letter-spacing: 0.2em;
                            color: #e5ac39;
                        }

        .content-marca-shortcode {
            font-weight: 700;
            font-size: 1.1em;
            color: #999;
        }

        .social-bar {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 453px;
            margin: 15px 0;
        }

            .social-bar .a2a_kit {
                margin: 0 !important;
            }

                .social-bar a {
                    display: block !important;
                    padding: 0 0 6px 0 !important;
                    margin: 0 !important;
                }

                    .social-bar a span {
                        display: block !important;
                        border-radius: 0 !important;
                        -moz-border-radius: 0 !important;
                        -webkit-border-radius: 0 !important;
                        -khtml-border-radius: 0 !important;
                    }

                    .social-bar .a2a_s_facebook     { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/facebook.png) !important; }
                    .social-bar .a2a_s_twitter      { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/twitter.png) !important; }
                    .social-bar .a2a_s_google_plus  { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/googleplus.png) !important; }
                    .social-bar .a2a_s_linkedin     { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/linkedin.png) !important; }
                    .social-bar .a2a_s_tumblr       { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/tumblr.png) !important; }
                    .social-bar .a2a_s_pinterest    { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/pinterest.png) !important; }
                    .social-bar .a2a_s_email        { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/email.png) !important; }

                    .social-bar .a2a_count {
                        width: 50px !important;
                        height: 20px !important;
                        margin-top: 2px !important;
                        margin-bottom: 0 !important;
                        margin-left: 0 !important;
                        font-size: 0.8em !important;
                        line-height: 1.5em !important;
                    }

                        .social-bar .a2a_count::before,
                        .social-bar .a2a_count::after {
                            border: 0 !important;
                        }

                    .social-bar svg {
                        display: none !important;
                    }

            .img-author-attribute {
                clear: both;
                height: 40px;
                margin-top: -40px;
                margin-right: auto;
                margin-left: auto;
                overflow: hidden;
            }

                .iaa-inner {
                    float: right;
                    position: relative;
                    top: 0;
                    left: 0;
                }

                    .iaa-bg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #000;
                        opacity: 0.4;
                        filter:alpha(opacity=4);
                    }

                    .iaa-fg {
                        position: relative;
                        top: 0;
                        left: 0;
                        padding: 0 10px 1px 10px;
                        font-weight: 400;
                        font-size: 11px;
                        color: #fff;
                        white-space: nowrap;
                        cursor: default;
                    }

        #category-pagination {
            padding-bottom: 30px;
            text-align: center;
        }

            #category-pagination a,
            #category-pagination span {
                display: inline-block;
                padding: 5px 10px 7px 10px;
                margin: 0 1px;
                line-height: 1em;
                background-color: #ddd;
            }

            #category-pagination span {
                cursor: default;
            }

            #category-pagination a {
                text-decoration: none;
                color: #fff;
                background-color: #999;
            }

            #category-pagination a:hover,
            #category-pagination span.current {
                color: #fff;
                background-color: #f33;
            }

        #submenu-menu {
            margin-bottom: 40px;
            border-bottom: 1px solid #aaa;
        }

            #submenu-menu * {
                color: inherit;
            }

            #submenu-menu li {
                display: inline-block;
                padding: 0 20px 10px 0;
            }

                #submenu-menu a {
                    text-decoration: none;
                }

                    #submenu-menu a:hover,
                    #submenu-menu li.active a {
                        color: #000;
                    }

        .oroscopo-grid-post .teaser-image img {
            display: block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
        }

        .oroscopo-grid-post .teaser-title {
            padding: 0;
            font-weight: 400;
            font-size: 1em;
            line-height: 1.2em;
            text-align: center;
        }

            .oroscopo-grid-post .teaser-title * {
                display: inline;
            }

        .calories-intro-text {
            padding: 15px 20px;
            margin-bottom: 0;
            color: #fff;
            background-color: #999;
        }

        .calories-box {
            position: relative;
            top: 0;
            left: 0;
            background-color: #e1e1e1;
        }

            .calories-box content,
            .calories-box footer {
                display: table;
                width: 96%;
                padding: 2%;
            }

                .calories-box .tr {
                    display: table-row;
                }

                    .calories-box .td {
                        display: table-cell;
                        width: 12%;
                        padding: 0 1%;
                        font-weight: 400;
                        font-size: 0.9em;
                        line-height: 1.9em;
                        text-align: center;
                        vertical-align: top;
                        box-sizing: border-box;
                    }

                    .calories-box .table-header .td {
                        font-size: 0.8em;
                    }

                    .calories-box .td .label {
                        display: none;
                    }

                    .calories-box .td.col-food {
                        position: relative;
                        top: 0;
                        left: 0;
                        width: 52%;
                        text-align: left;
                    }

                    .calories-box .table-header .td.col-cal,
                    .calories-box .table-header .td.col-totcal,
                    .calories-box .td.col-cal .label,
                    .calories-box .td.col-totcal .label {
                        color: #f33;
                    }

                    .calories-box .td.col-reset {
                        text-align: right;
                    }

                        .calories-box .td input {
                            border-color: #999;
                            padding: 3px 8px;
                            box-shadow: none;
                        }

                        .calories-box .td.col-cal input,
                        .calories-box .td.col-totcal input {
                            border-color: #f33;
                            color: #fff;
                            background-color: #f33;
                        }

                        .calories-box .td .reset-row {
                            display: inline-block;
                            width: 70px;
                            min-width: 0;
                            padding: 2px 0 3px 0;
                            font-size: 1em;
                            background-color: #999;
                            -webkit-appearance: none;
                        }

                        .calories-box .td .reset-row:hover {
                            color: #fff;
                            background-color: #f33;
                        }

                        .calories-box strong {
                            font-weight: 400;
                        }

            .calories-box footer {
                text-align: right;
            }

                .calories-box footer input {
                    display: inline-block;
                    font-size: 0.9em;
                    background-color: #000;
                    -webkit-appearance: none;
                }

                .calories-box footer input:hover {
                    color: #fff;
                    background-color: #f33;
                }

            .calories-box .ui-autocomplete {
                position: absolute !important;
                left: 2% !important;
                width: 96% !important;
                max-height: 226px;
                margin-top: -1px;
                border: 1px solid #333;
                font-size: 0.9em;
                background-color: #fff;
                overflow-y: auto;
                overflow-x: hidden;
                box-sizing: border-box;
                z-index: 1000;
            }

                .calories-box .ui-autocomplete .ui-menu-item {
                    border-top: 1px solid #333;
                    line-height: 1.4em;
                    background: #fff;
                    background: -moz-linear-gradient(top,  #fff 0%, #f6f6f6 47%, #ededed 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
                    background: -webkit-linear-gradient(top,  #fff 0%,#f6f6f6 47%,#ededed 100%);
                    background: -o-linear-gradient(top,  #fff 0%,#f6f6f6 47%,#ededed 100%);
                    background: -ms-linear-gradient(top,  #fff 0%,#f6f6f6 47%,#ededed 100%);
                    background: linear-gradient(to bottom,  #fff 0%,#f6f6f6 47%,#ededed 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ededed',GradientType=0 );
                    cursor: pointer;
                }

                .calories-box .ui-autocomplete .ui-menu-item:first-child {
                    border-top: 0;
                }

                .calories-box .ui-autocomplete .ui-menu-item.ui-state-focus {
                    color: #fff;
                    background: #ff3019;
                    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
                    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
                    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
                    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
                    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

                }

                    .calories-box .ui-autocomplete .ui-menu-item span {
                        display: block;
                        padding: 0 10px;
                        overflow: hidden;
                    }

        #content .table-scroll-wrapper {
            margin-bottom: 10px;
            overflow: auto;
        }

        .content-two-cols-table {
            width: 100%;
            max-width: 500px;
            margin: 10px 0 0 auto;
            border-collapse: collapse;
            font-size: 0.9em;
        }

            .content-two-cols-table td {
                padding: 4px 0;
                border-bottom: 1px solid #ccc;
            }

            .content-two-cols-table td.bgicon {
                padding-top: 30px;
                padding-bottom: 10px;
            }

            .content-two-cols-table td.bgicon.icon-bilancia {
                padding-bottom: 30px;
                font-size: 1.7em;
                color: #f33;
            }

                .content-two-cols-table td.bgicon.icon-bilancia * {
                    color: #f33;
                }

                .content-two-cols-table td.bgicon:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 100px;
                    height: 200px;
                    margin-top: 10px;
                    background-repeat: no-repeat;
                    background-position: center 10px;
                    background-size: contain;
                }

                .content-two-cols-table td.bgicon.icon-bilancia:before { background-position: center 100px; background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/bilancia.jpg); }
                .content-two-cols-table td.bgicon.icon-farina:before { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/farina.jpg); }
                .content-two-cols-table td.bgicon.icon-formaggio:before { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/formaggio.jpg); }
                .content-two-cols-table td.bgicon.icon-marmellata:before { background-size: 75%; background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/marmellata.jpg); }
                .content-two-cols-table td.bgicon.icon-miele:before { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/miele.jpg); }
                .content-two-cols-table td.bgicon.icon-olio:before { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/olio.jpg); }
                .content-two-cols-table td.bgicon.icon-zucchero:before { background-size: 75%; background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/calories/zucchero.jpg); }

        .web-news-home-block .fb-share-button,
        .web-news-home-block .fb-share-button-bg {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            padding: 5px;
        }

        .web-news-home-block .fb-share-button-bg {
            width: 100%;
            height: 20px;
            background-color: #000;
            opacity: 0.2;
            filter:alpha(opacity=2);
        }

            .web-news-home-block .fb-share-button span {
                display: block;
            }

        #affinity-form {
            padding: 20px 20px 30px 20px;
            color: #fff;
            background-color: #999;
            overflow: hidden;
        }

            #affinity-form .affinity-field {
                float: left;
                width: 41%;
                padding-right: 20px;
                box-sizing: border-box;
            }

            #affinity-form .affinity-submit {
                float: left;
                width: 18%;
            }

                #affinity-submit {
                    width: 100%;
                    min-width: 0;
                    max-width: 200px;
                    padding: 7px 0;
                    margin: 30px auto 0 auto;
                    font-size: 1em;
                }

        #affinity-results-wrapper {
            padding: 20px 20px 10px 20px;
            background-color: #f2f2f2;
        }

            #affinity-results-wrapper .affinity-results-item {
                height: 100px;
                padding: 10px 0 20px 25%;
                margin: 10px 0 20px 0;
                font-weight: 400;
                font-size: 1.6em;
                background-repeat: no-repeat;
                background-position: 0 5px;
            }

                #affinity-results-wrapper .affinity-results-item:before {
                    content: '';
                    display: inline-block;
                    height: 100%;
                    vertical-align: middle;
                }

            #affinity-results-char  { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/affinity_char.png); }
            #affinity-results-sex   { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/affinity_sex.png); }
            #affinity-results-work  { background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/affinity_work.png); background-position: 0 10px !important; }

                #affinity-results-wrapper .affinity-results-item span {
                    display: inline-block;
                    vertical-align: middle;
                }

                #affinity-results-wrapper .affinity-results-item .label {
                    width: 60%;
                }

                #affinity-results-wrapper .affinity-results-item .score {
                    width: 40%;
                    font-size: 1.8em;
                    text-align: right;
                    color: #f33;
                }

        #affinity-image-wrapper img {
            display: block;
        }

        #affinity-share {
            position: relative;
            top: 0;
            left: 0;
            padding: 0 10px;
            border-top: 1px solid #fff;
            font-family: 'Rock Salt';
            letter-spacing: 0.2em;
            text-align: right;
            background-color: #f33;
        }

            #affinity-share .fb-share {
                display: inline-block;
                width: 60px;
                height: 60px;
                vertical-align: middle;
                background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/social/facebook.png) no-repeat top left;
                cursor: pointer;
            }

    #sidebar,
    .inside-sidebar-row-right {
        float: left;
        width: 300px;
    }

    #sidebar {
        padding-bottom: 50px;
        font-weight: 200;
        font-size: 1.8em;
        line-height: 1.4em;
    }

        #sidebar-content,
        .inside-sidebar-row-right {
            font-size: 0.8em;
        }

            .gallery-standard-row .inside-sidebar-row-right .textwidget {
                position: relative;
            }

            .sidebar-widget {
                margin-bottom: 35px;
            }

            .widget-container {
                position: relative;
            }

            .sidebar-day-product {
                position: relative;
                top: 0;
                left: 0;
                padding: 10px;
            }

                .sidebar-day-product .box-bg-top {
                    margin: -10px -10px 0 -10px;
                    padding-top: 70px;
                    background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_halfround.png);
                }

                .sidebar-day-product .box-bg-icon {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 100%;
                    height: 65px;
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .sidebar-day-product a {
                    display: block;
                    font-weight: 400;
                    font-size: 1.2em;
                    line-height: 1.3em;
                    text-decoration: none;
                    color: #fff;
                }

                    .sidebar-day-product a img {
                        display: block;
                        margin-bottom: 10px;
                    }

                .sidebar-video .box-title {
                    font-size: 1.8em;
                    text-align: left;
                    color: #000;
                }

                .sidebar-video content a,
                .sidebar-news content a {
                    display: block;
                    font-size: 1.6em;
                    line-height: 1.4em;
                    text-decoration: none;
                }

                    .sidebar-video content a img,
                    .sidebar-news content a img {
                        display: block;
                        margin-bottom: 10px;
                    }

                .sidebar-video footer,
                .sidebar-news footer,
                .sidebar-farmalist footer,
                .sidebar-corpo-umano footer,
                .std-footer-link {
                    display: block;
                    padding: 10px 0 5px 0;
                    border-bottom: 2px solid #000;
                    text-align: right;
                }

                    .sidebar-video footer a,
                    .sidebar-news footer a,
                    .sidebar-farmalist footer a,
                    .sidebar-corpo-umano footer a,
                    .std-footer-link a {
                        font-family: 'Rock Salt';
                        letter-spacing: 0.2em;
                        text-decoration: none;
                        color: #000;
                    }

                .sidebar-speciale .box-title {
                    font-size: 1.8em;
                    color: #f33;
                }

                .sidebar-speciale a {
                    display: block;
                    font-weight: 400;
                    font-size: 1.2em;
                    line-height: 1.3em;
                    text-decoration: none;
                }

                    .sidebar-speciale a img {
                        display: block;
                    }

                    .sidebar-speciale a em {
                        display: block;
                        padding: 5px 10px 8px 10px;
                        font-style: normal;
                        color: #fff;
                    }

                .sidebar-boxtag .box-title {
                    font-size: 1.8em;
                    color: #799a01;
                }

                .sidebar-boxtag a {
                    display: block;
                    line-height: 0;
                }

                    .sidebar-boxtag a img {
                        display: block;
                    }

            .sidebar-citazione {
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
            }

                .sidebar-citazione content {
                    display: block;
                    padding: 20px 0;
                    font-style: italic;
                    font-size: 1.8em;
                    line-height: 1.3em;
                    color: #f33;
                }

                .sidebar-citazione footer {
                    display: block;
                    padding-bottom: 5px;
                    font-size: 0.9em;
                    font-family: "Rock Salt";
                    text-align: right;
                }

            .sidebar-edicola {
                position: relative;
                top: 0;
                left: 0;
                background-color: #ccc;
            }

                .sidebar-edicola .box-bg-top {
                    margin: -10px -10px 0 -10px;
                    padding-top: 70px;
                    background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_halfround.png);
                }

                .sidebar-edicola .box-bg-icon {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 100%;
                    height: 65px;
                    background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_icons/edicola.png) no-repeat center;
                }

                .sidebar-edicola .box-title {
                    color: #000;
                }

                .sidebar-edicola content {
                    display: block;
                    padding: 0 10px;
                }

                    .sidebar-edicola a img {
                        display: block;
                    }

                .sidebar-edicola footer {
                    display: block;
                    padding: 10px;
                    font-weight: 400;
                    line-height: 1.3em;
                }

                    .sidebar-edicola footer a {
                        color: #000;
                        text-decoration: underline;
                    }

                    .sidebar-edicola footer a:hover {
                        text-decoration: none;
                    }

            .sidebar-sidespot {
                margin-top: 40px;
                border-width: 1px 1px 5px 1px;
                border-style: solid;
                border-color: #999;
                border-radius: 10px 10px 0 0;
                -moz-border-radius: 10px 10px 0 0;
                -webkit-border-radius: 10px 10px 0 0;
                -khtml-border-radius: 10px 10px 0 0;
                overflow: hidden;
            }

                .sidebar-sidespot h4 {
                    padding: 6px 0;
                    margin-bottom: 20px;
                    font-size: 1.2em;
                    color: #fff;
                    background-color: #999;
                }

                .sidespot {
                    padding: 0 10px 20px 10px;
                    line-height: 1.3em;
                    overflow: hidden;
                }

                    .page.home .sidespot a {
                        color: #000 !important;
                    }

                    .page.home .sidespot a:hover {
                        color: #666 !important;
                    }

                        .sidespot img {
                            display: block;
                            width: 100px;
                            height: 75px;
                            float: left;
                            margin-right: 10px;
                        }

        .home-sidebar-gallery-box {
            padding: 20px 10px 10px 10px;
            background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_halfround.png);
            background-repeat: no-repeat;
            background-position: top center;
        }

            .home-sidebar-gallery-box .wpb_wrapper {
                padding-top: 60px;
                background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_icons/personaggi.png) no-repeat top center;
            }

                .home-sidebar-gallery-box .flexslider {
                    margin: 0;
                    border: 0;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    -khtml-border-radius: 0;
                    box-shadow: none;
                    background: none;
                }

                    .home-sidebar-gallery-box h2.wpb_heading {
                        padding-bottom: 15px;
                        font-family: "Rock Salt";
                        font-size: 1.4em;
                        letter-spacing: 0.1em;
                        line-height: 1.6em;
                        text-align: center;
                        color: #fff;
                        text-transform: uppercase;
                    }

                    .home-sidebar-gallery-box .flex-caption {
                        height: 70px !important;
                        padding-right: 0;
                        padding-left: 250px;
                        background: none;
                        overflow: hidden;
                    }

                        .home-sidebar-gallery-box .flex-caption .post-title {
                            margin-left: -250px;
                            font-size: 1.3em;
                        }

                            .home-sidebar-gallery-box .flex-caption .post-title a {
                                text-decoration: none;
                                color: #fff;
                            }

                    .home-sidebar-gallery-box .flex-control-nav {
                        display: none !important;
                    }

                    .home-sidebar-gallery-box .flex-direction-nav a {
                        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
                    }

                        .home-sidebar-gallery-box .flex-direction-nav .flex-prev {
                            left: 10px !important;
                        }

                        .home-sidebar-gallery-box .flex-direction-nav .flex-next {
                            right: 10px !important;
                        }

                .home-sidebar-gallery-box .nivoSlider {
                    padding-bottom: 35px;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                }

                    .home-sidebar-gallery-box .nivo-caption {
                        position: absolute;
                        padding: 5px 0;
                        font-weight: 400;
                        font-size: 1.3em;
                        font-family: 'Open Sans' !important;
                        color: #fff;
                        background-color: #f69;
                    }

                    .home-sidebar-gallery-box .nivo-box {
                        height: 100% !important;
                    }

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

#footer {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 150px 0 50px 0;
    border-top: 20px solid #f33;
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: center;
    background: #666 url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/footer_logo.png) no-repeat center 45px;
}

    #footer * {
        color: #f4f4f4;
    }

        #footer a:hover {
            text-decoration: none;
            color: #f33;
        }

    #disclaimer {
        max-width: 800px;
        padding: 10px;
        margin: 0 auto 20px auto;
        border-top: 1px dotted #aaa;
        border-right: 10px solid #666;
        border-bottom: 1px dotted #aaa;
        border-left: 10px solid #666;
        font-size: 0.85em;
        text-align: center;
    }

    #footer-menu li {
        display: inline-block;
    }

        #footer-menu li:before {
            display: inline-block;
            content: '-';
            margin: 20px 5px;
        }

        #footer-menu li:first-child:before {
            display: none;
            content: '';
        }

    #footer-network-link {
        position: absolute;
        bottom: 12px;
        right: 10px;
        padding: 0 5px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffd200;
        background-color: #111;
        cursor: pointer;
    }

    #footer-network-list {
        display: none;
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 10px 10px 0 10px;
        border: 1px solid #fff;
        font-size: 0.9em;
        line-height: 1.3em;
        background-color: #999;
    }

        #footer-network-list p {
            padding-bottom: 3px;
            margin-bottom: 8px;
            border-bottom: 1px dotted #fff;
            font-weight: normal;
            font-style: italic;
            font-size: 0.9em;
            text-align: right;
            text-transform: uppercase;
            color: #fff;
            cursor: default;
        }

        #footer-network-list a {
            display: block;
            padding: 0 10px 10px 0;
            font-weight: bold;
            font-size: 1.1em;
            white-space: nowrap;
            color: #fff;
        }

        #footer-network-list li:hover,
        #footer-network-list a:hover {
            color: #000;
        }

#intropage-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9999999999;
}

#intropage {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
}

    #intropage img,
    #intropage object {
        display: block;
    }

    #intropage-noflash {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
    }

        #intropage-noflash-close {
            position: absolute;
            top: 10px;
            right: 5px;
            width: 40px;
            height: 40px;
            text-indent: -999px;
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/intropage_close.png) no-repeat top left;
            overflow: hidden;
            z-index: 999999;
        }

/***********************************************
 ** ESPERTI ************************************
 ***********************************************/
body.category-esperti-rispondono h1.single-title {
    font-weight: 700;
}

#content .user-question {
    padding: 20px;
    font-style: italic;
    font-size: 0.95em;
    background-color: #eee;
}

    #content .user-question strong {
        display: inline-block;
        padding-bottom: 5px;
        font-size: 0.9em;
        color: #e54c7f;
    }

#content .user-answer {
    padding-top: 10px;
    margin-top: 30px;
    overflow: hidden;
}

    #content .user-answer .avatar {
        display: block;
        float: right;
        width: 100px;
        padding: 5px;
        margin: 5px 0 10px 20px;
        border: 1px solid #ccc;
        font-size: 0.75em;
        line-height: 1.2em;
        color: #666;
    }

        #content .user-answer .avatar img {
            display: inline-block;
        }

#doctors-header-banner {
    padding-bottom: 20px;
}

#doctors-header-text {
    line-height: 1.2em;
}

#content .doctors-disclaimer {
    clear: both;
    display: block;
    padding: 20px;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.4em;
    background-color: #ff9;
}

#doctors-list {
    margin-left: -15px;
    overflow: hidden;
}

    #doctors-list a.doctors-list-item {
        display: block;
        float: left;
        width: 33.333%;
        padding-top: 20px;
        padding-left: 15px;
        margin-bottom: 20px;
        text-decoration: none;
        box-sizing: border-box;
    }

        #doctors-list a.doctors-list-item img {
            display: block;
            margin-bottom: 10px;
        }

        #doctors-list a.doctors-list-item .doctors-list-spec {
            display: block;
            margin-bottom: 8px;
            font-weight: 700;
            font-size: 0.85em;
            text-align: center;
            color: #888;
        }

        #doctors-list a.doctors-list-item .doctors-list-title {
            display: block;
            text-align: center;
            color: #005dba;
        }

        #doctors-list a.doctors-list-item .doctors-list-description {
            display: block;
            padding-top: 3px;
            margin-top: 10px;
            border-top: 1px dotted #ddd;
            font-size: 0.8em;
            text-align: left;
            line-height: 1.4em;
            color: #999;
        }

body.category-esperti-rispondono article.category-esperti-rispondono .teaser-title {
    color: #005dba;
}

body.category-esperti-rispondono article.category-esperti-rispondono .teaser-summary {
    padding-bottom: 20px;
}

#doctors-weekly-post-title {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #005dba;
}

#doctors-weekly-post {
    padding: 0 20px;
    margin-bottom: 10px;
    border: 2px solid #005dba;
}

    #doctors-weekly-post a {
        color: #333;
    }

    #doctors-weekly-post .teaser-summary {
        padding-bottom: 0;
    }

#doctors-weekly-post-footer {
    display: block;
    padding: 10px 20px;
    margin-top: -10px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #005dba;
}

#doctors-showall {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #005dba;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: #005dba;
    cursor: pointer;
}

/***********************************************
 ** BANNER ESPANDIBILE SIDEBAR *****************
 ***********************************************/
.custom-expbanner-expanded {
    -webkit-box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.custom-expbanner-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_close.gif) no-repeat top left;
    cursor: pointer;
}

    .custom-expbanner-double a,
    .custom-expbanner-double img {
        display: block;
        width: 100%;
        height: 100%;
    }

.custom-expbanner-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #aaa;
    overflow: hidden;
}

.banner-simple-video .custom-expbanner-bar {
    bottom: auto;
}

    .custom-expbanner-bar-inner {
        position: relative;
        margin: 1px;
        background-color: #fff;
    }

        .custom-expbanner-open,
        .custom-expbanner-reload {
            position: absolute;
            top: 5px;
            left: 10px;
            width: 21px;
            height: 21px;
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_expand.png) no-repeat top left;
            cursor: pointer;
        }

        .fixed-bottom-banner-video .custom-expbanner-close {
            width: 31px;
            height: 31px;
            background-size: 100% auto;
        }

        #custom-top-expbanner-wrapper,
        #custom-top-expbanner-slider,
        #custom-top-expbanner-video-read,
        .custom-expbanner.notexp .custom-expbanner-open {
            display: none !important;
        }

        .custom-top-expbanner-wrapper {
            display: block;
            width: auto !important;
            height: 0;
            min-width: 0 !important;
            max-width: 640px !important;
            text-align: center;
            overflow: hidden;
        }

        #custom-top-expbanner-video-in-read {
            margin-bottom: 20px;
        }

            .custom-top-expbanner-wrapper .custom-expbanner {
                display: inline-block;
                position: relative !important;
                width: auto !important;
                height: auto !important;
            }

                .custom-top-expbanner-wrapper .custom-expbanner a,
                .custom-top-expbanner-wrapper .custom-expbanner video {
                    display: block;
                }

                .custom-top-expbanner-wrapper .custom-top-expbanner video {
                    max-width: 100%;
                }

        .custom-expbanner-reload {
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_reload.png) no-repeat top left;
        }

        .custom-expbanner-reload:hover {
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_reload_hover.png) no-repeat top left;
        }

        .custom-expbanner-play {
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_play.png) no-repeat top left !important;
        }

        .custom-expbanner-pause {
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_pause.png) no-repeat top left !important;
        }

        .custom-expbanner-audio {
            position: absolute;
            top: 2px;
            left: 40px;
            width: 26px;
            height: 26px;
            background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_audio_off.gif) no-repeat top left;
            cursor: pointer;
        }

        .custom-expbanner.notexp .custom-expbanner-audio {
            left: 10px;
        }

        .custom-top-expbanner-wrapper .custom-expbanner-audio {
            left: 40px !important;
        }

        .custom-expbanner-audio.active {
            background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/expbanner_audio_on.gif);
        }

        .custom-expbanner-reload,
        .custom-expbanner-expanded .custom-expbanner-open {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
            -moz-transition: visibility 0s 0.5s, opacity 0.5s linear;
            -o-transition: visibility 0s 0.5s, opacity 0.5s linear;
            transition: visibility 0s 0.5s, opacity 0.5s linear;
        }

        .custom-top-expbanner-wrapper .custom-expbanner-reload,
        .custom-expbanner-expanded .custom-expbanner-reload {
            visibility: visible;
            opacity: 1;
            -webkit-transition: opacity 1s linear;
            -moz-transition: opacity 1s linear;
            -o-transition: opacity 1s linear;
            transition: opacity 1s linear;
        }

#undercontent-banner {
    text-align: center;
}

#banner-simple-video-wrapper {
    max-width: none !important;
    text-align: center;
}

    .banner-simple-video video {
        display: block;
    }

#policy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    background-color: #333 !important;
    opacity: 0.95;
    filter:alpha(opacity=95);
    z-index: 2147483647;
    overflow: hidden;
}

    #policy-banner a {
        font-weight: bold;
        color: #fff;
    }

    #policy-banner-close {
        padding: 10px 20px 0 20px;
        font-size: 16px;
        text-align: right;
    }

        #policy-banner-close a {
            text-decoration: none;
        }

    #policy-banner-content {
        clear: both;
        padding: 10px 10% 42px 10%;
        line-height: 20px;
    }

a.sitelink {
    display: inline-block;
    margin-bottom: -4px !important;
    border-bottom: 4px double;
    line-height: 1.3em;
}

a.sitelink:hover {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.big-block-title {
    clear: both;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-top: 20px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #fff;
    background-color: #f33;
}

.newpager {
    clear: both;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: right;
    overflow: hidden;
}

    .newpager span.current,
    .newpager a {
        display: inline-block;
        padding: 7px 10px;
        margin-left: 3px;
        line-height: 16px;
        color: #fff;
        white-space: nowrap;
        background-color: #f33;
    }

    .newpager span.current {
        background-color: #888;
    }

    .newpager a:hover {
        text-decoration: none;
        color: #fff !important;
        background-color: #000 !important;
    }

    .newpager .label {
        display: inline-block;
        float: left;
        font-weight: 400;
        line-height: 1.8em;
        color: #666;
        white-space: nowrap;
    }

.malinky-load-more {
    clear: both;
}

    .malinky-load-more a {
        display: inline-block;
        min-width: 200px;
        padding: 10px 20px;
        margin-bottom: 30px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        font-weight: 700;
        color: #fff;
        background-color: #f33;
        cursor: pointer !important;
    }

    .malinky-load-more a:hover {
        text-decoration: none;
        color: #333;
        background-color: #fc0;
    }

.malinky-ajax-pagination-loading {
    display: none !important;
}

#content-related-links-title {
    padding-top: 5px;
    margin-top: 30px;
    border-top: 2px solid #ccc;
    font-weight: 700;
    color: #333;
}

#content-related-links {
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #ccc;
}

    #content-related-links li {
        position: relative;
        padding-top: 5px;
        padding-left: 15px;
        margin-left: 0;
        list-style-type: none;
    }

        #content-related-links li:before {
            content: '» ';
            position: absolute;
            left: 0;
            font-size: 0.8em;
            line-height: 2em;
            color: #666;
        }

.custom-expbanner .videoplaybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/video.png) no-repeat center;
}

/***********************************************
 ** CORPO UMANO ********************************
 ***********************************************/
#page-corpo-umano {
    max-width: 740px;
    overflow: hidden;
}

    #page-corpo-umano .single-content {
        position: relative;
    }

        #page-corpo-umano #corpo-umano-links a {
            position: absolute;
            display: block;
            width: 47.3%;
            height: 8.85%;
            overflow: hidden;
        }

        #page-corpo-umano #cu-master-occhi                                              { top: 1.5%; right: 47.5%; height: 6% !important; }
        #page-corpo-umano #cu-master-testa-e-sistema-nervoso                            { top: 0.8%; left: 51.2%; height: 5.7% !important; }
        #page-corpo-umano #cu-master-bocca-naso-gola                                    { top: 7.5%; right: 47.5%; height: 5% !important; }
        #page-corpo-umano #cu-master-orecchie                                           { top: 6.8%; right: 0; height: 6% !important; }
        #page-corpo-umano #cu-master-pelle-e-capelli                                    { top: 12.5%; right: 52%; }
        #page-corpo-umano #cu-master-tiroide-e-ghiandole                                { top: 12.9%; left: 51.2%; height: 7% !important; }
        #page-corpo-umano #cu-master-cuore-e-circolazione                               { top: 23.5%; right: 47.5%; }
        #page-corpo-umano #cu-master-apparato-respiratorio-e-allergie                   { top: 20%; left: 51.2%; height: 7.7% !important; }
        #page-corpo-umano #cu-master-reni-e-apparato-urinario                           { top: 27.7%; left: 58.9%; }
        #page-corpo-umano #cu-master-apparato-digerente-fegato-pancreas                 { top: 32.5%; right: 47.5%; }
        #page-corpo-umano #cu-master-apparato-genitale-e-seno                           { top: 37%; left: 51.2%; }
        #page-corpo-umano #cu-master-sangue-sistema-linfatico-immunitario               { top: 51.5%; right: 52.5%; }
        #page-corpo-umano #cu-master-ossa-muscoli-e-articolazioni                       { top: 64%; left: 60%; }
        #page-corpo-umano #corpo-umano-links a#cu-master-malattie-infettive-generali    { width: 36.8%; height: 8.15%; top: 82%; left: 0; }
        #page-corpo-umano #corpo-umano-links a#cu-master-malattie-inverno               { width: 36.8%; height: 8.15%; top: 82%; left: 50%; margin-left: -18.4%; }
        #page-corpo-umano #corpo-umano-links a#cu-master-dizionario-esami               { width: 36.8%; height: 8.15%; top: 82%; right: 0; }

            #page-corpo-umano #corpo-umano-links a img {
                display: block;
            }

            #page-corpo-umano #corpo-umano-links a:hover img {
                margin-top: -34.28%;
            }

            #page-corpo-umano .cu-empty-item img {
                -webkit-filter: grayscale(1);
                -webkit-filter: grayscale(100%);
                filter: gray;
                filter: grayscale(100%);
            }

            #page-corpo-umano .cu-empty-item a {
                position: relative;
            }

            #page-corpo-umano .cu-empty-item a .tooltip {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 190px;
                padding: 5px;
                margin-top: -30px;
                margin-left: -100px;
                border: 1px solid #333;
                border-radius: 6px;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                -khtml-border-radius: 6px;
                -webkit-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.5);
                box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.5);
                font-weight: 700;
                font-size: 0.9em;
                text-align: center;
                color: #444;
                background-color: #fff;
                opacity: 0;
                filter:alpha(opacity=0);
            }

            #page-corpo-umano #corpo-umano-links a#cu-master-malattie-infettive-generali:hover img  { margin-top: -39.7%; }
            #page-corpo-umano #corpo-umano-links a#cu-master-malattie-inverno:hover img             { margin-top: -39.7%; }
            #page-corpo-umano #corpo-umano-links a#cu-master-dizionario-esami:hover img             { margin-top: -39.7%; }

        #page-corpo-umano header h2.maintitle {
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: 700;
            font-size: 1.2em;
        }

        #page-corpo-umano.corpo-umano-level-2 header {
            position: relative;
        }

        #page-corpo-umano.corpo-umano-level-2 header.cu-hasbackimg {
            min-height: 280px;
        }

            #page-corpo-umano.corpo-umano-level-2 header img {
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
                width: 20%;
            }

            #page-corpo-umano.corpo-umano-level-2 header.cu-hasbackimg .entry-title,
            #page-corpo-umano.corpo-umano-level-2 header.cu-hasbackimg .single-content {
                padding-left: 25% !important;
            }

        #page-corpo-umano.corpo-umano-level-2 dl {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

            #page-corpo-umano.corpo-umano-level-2 dt {
                position: relative;
                padding: 30px 0 20px 0;
                margin-bottom: -3px;
                background-color: #fff;
            }

                #page-corpo-umano.corpo-umano-level-2 dt img {
                    position: relative;
                    display: block;
                    margin: 0 auto -15px auto;
                }

                #page-corpo-umano.corpo-umano-level-2 dt h2 {
                    padding: 18px 10px 8px 10px;
                    font-size: 1.8em;
                    line-height: 1.1em;
                    color: #fff;
                    background-color: #0662bf;
                }

            #page-corpo-umano.corpo-umano-level-2 dt.cu-category-listing {
                display: inline-block;
                padding: 30px;
                margin: 20px 0 0 0;
            }

                #page-corpo-umano.corpo-umano-level-2 dt.cu-category-listing a {
                    text-decoration: none;
                }

                    #page-corpo-umano.corpo-umano-level-2 dt.cu-category-listing img {
                        margin-bottom: 0;
                    }

                    #page-corpo-umano.corpo-umano-level-2 dt.cu-category-listing h2 {
                        color: #0662bf;
                        background: none;
                    }

            #page-corpo-umano.corpo-umano-level-2 dd {
                border-top: 2px solid #ccc;
                font-size: 1.4em;
            }

                #page-corpo-umano.corpo-umano-level-2 dd a {
                    display: block;
                    padding: 20px;
                    color: #333;
                }

                #page-corpo-umano.corpo-umano-level-2 dd a:hover {
                    text-decoration: none;
                    color: #0662bf;
                }

/***********************************************
 ** FARMACI ************************************
 ***********************************************/
.sidebar-farmalist footer a,
.sidebar-corpo-umano footer a,
.page-farmaci .catcolor-fg,
.page-farmaci #content .header .entry-title,
.category-salute-news .catcolor-fg,
.category-salute-news #content .header .entry-title {
    color: #005dba !important;
}

.page-farmaci #content .header .entry-title {
    font-size: 3em;
}

.single-corpoumano #content .header .single-title {
    font-weight: 800;
}

.single-corpoumano #content .header .single-date {
    display: none;
}

.page-farmaci .single-summary .single-summary-subsmall {
    margin-top: -1em;
}

    .page-farmaci .single-summary .single-summary-subsmall a {
        color: #444;
    }

.sidebar-farmalist,
.page-farmaci .catcolor-bg,
.page-farmaci #main-menu .menu-main-container,
.page-farmaci #main-menu ul.sub-menu a:hover,
.page-farmaci #main-menu ul.sub-menu li.active a,
.category-salute-news .catcolor-bg,
.category-salute-news #main-menu .menu-main-container,
.category-salute-news #main-menu ul.sub-menu a:hover,
.category-salute-news #main-menu ul.sub-menu li.active a {
    background-color: #005dba !important;
}

.sidebar-farmalist,
.sidebar-corpo-umano {
    padding: 0;
}

    .sidebar-farmalist .box-bg-icon {
        background-image: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/box_icons/farmaci.png);
    }

    .sidebar-farmalist content ul {
        padding: 10px 10px 15px 10px;
        font-size: 0.8em;
        overflow: hidden;
    }

        .sidebar-farmalist content li {
            float: left;
            width: 50%;
        }

            .sidebar-farmalist content ul a {
                display: block;
                padding: 4px 5px;
                color: #fff;
            }

            .sidebar-farmalist content ul a:hover {
                color: #ff0;
            }

    .sidebar-farmalist footer,
    .sidebar-corpo-umano footer {
        background-color: #fff;
        border-color: #005dba;
    }

.page-farmaci #footer,
.category-salute-news #footer {
    border-color: #aaa !important;
}

.farma-single-meta {
    display: block;
    padding: 10px;
    margin: 10px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

    .farma-single-meta li {
        display: block;
        clear: both;
        min-height: 30px;
        margin-bottom: 3px;
        overflow: hidden;
    }

        .farma-single-meta span {
            display: inline-block;
            float: left;
            width: 49%;
            text-align: right;
        }

        .farma-single-meta strong {
            display: inline-block;
            float: right;
            width: 49%;
            padding-left: 2%;
        }

        .farma-single-meta img {
            margin-left: 10px;
            vertical-align: top;
        }

.farma-single-data dt {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
}

    .farma-single-data dt h2 {
        display: inline;
        font-weight: inherit;
    }

    .farma-single-data dt span {
        float: right;
        font-size: 1.7em;
    }

.farma-single-data dd {
    display: block;
    margin-bottom: 20px;
}

    .farma-single-data dd u {
        display: block;
        margin-top: 10px;
        font-weight: 700;
    }

        .farma-single-data dd i u {
            font-weight: 400;
        }

    .farma-single-data dd table {
        margin: 1em 0;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
    }

        .farma-single-data dd th,
        .farma-single-data dd td {
            padding: 5px;
            border-right: 1px solid #666;
            border-bottom: 1px solid #666;
        }

    .farmasectionmenu {
        margin-top: -10px;
        margin-bottom: 25px;
        text-align: center;
        overflow: hidden;
    }

        .farmasectionmenu span {
            display: inline-block;
            padding-top: 5px;
            margin-right: 20px;
            border-bottom: 2px solid #c00;
            font-weight: 700;
            font-size: 0.9em;
            line-height: 1.5em;
            cursor: pointer;
        }

        .farmasectionmenu span:hover {
            color: #c00;
        }

            .farmasectionmenu span:before {
                content: '»';
                display: inline-block;
                margin-right: 3px;
                color: #c00;
            }

    .farmasectionmenuback {
        display: block;
        width: 180px;
        padding: 10px;
        margin-top: 20px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background-color: #c00;
        cursor: pointer;
    }

.farmaloop-article {
    position: relative;
    padding-bottom: 30px !important;
}

    .farmaloop-article .teaser-title {
        padding-right: 130px;
    }

        .farmaloop-article .teaser-title a {
            color: #005dba;
        }

    .farmaloop-article .teaser-summary {
        padding-top: 5px;
        padding-right: 130px;
        padding-bottom: 0;
    }

    .farmaloop-teaser-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 80%;
        text-align: right;
        overflow: hidden;
    }

.farma-categories {
    overflow: hidden;
}

    .farma-categories li {
        display: block;
        padding-bottom: 10px;
    }

        .farma-categories li a {
            display: block;
            padding: 15px;
            font-weight: bold;
            font-size: 1.2em;
            text-decoration: none;
            color: #fff;
            background-color: #005dba;
        }

        .farma-categories li a:hover {
            color: #000;
            background-color: #fc0;
        }

.farma-disclaimer {
    padding: 20px 20px 20px 100px;
    font-size: 0.8em;
    background: #eee url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/logo_farmadati_italia_small.png) no-repeat 20px center;
}

.general-disclaimer {
    padding: 20px;
    margin-top: 20px;
    font-size: 0.8em;
    background-color: #ffa;
}

.farmaletters {
    padding: 10px 0 40px 0;
}

    .farmaletters ul {
        margin-left: -4px;
        padding-top: 10px;
        overflow: hidden;
    }

        .farmaletters li {
            float: left;
            width: 7.692%;
        }

            .farmaletters li a {
                display: block;
                padding: 10px 0;
                margin: 0 0 4px 4px;
                font-weight: 700;
                font-size: 1.2em;
                text-align: center;
                text-decoration: none;
                color: #005dba;
                background-color: #eee;
            }

            .farmaletters li a:hover {
                color: #fff;
                background-color: #005dba;
            }

.farmasearch {
    padding-bottom: 40px;
}

    .farmasearch form {
        display: table;
        padding-top: 5px;
    }

        .farmasearch form div {
            display: table-cell;
            vertical-align: bottom;
        }

        .farmasearch form div:first-child {
            width: 90%;
            padding-right: 5px;
        }

            .farmasearch form input {
                height: 50px;
                margin-bottom: 0;
            }

            .farmasearch form .farmasearch-submit {
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                -khtml-border-radius: 0;
                background-color: #005dba;
            }

            .farmasearch form .farmasearch-submit:hover {
                color: #000;
                background-color: #fc0;
            }

.farmalastmod {
    margin-top: -5px;
    text-align: right;
}

#category-pagination.farmapager span {
    background-color: #eee;
}

#category-pagination.farmapager a:hover,
#category-pagination.farmapager span.current {
    background-color: #005dba;
}

#backtocu {
    margin-top: 30px;
    font-weight: 700;
    font-size: 1.1em;
    color: #005dba;
}

    #backtocu a {
        color: #005dba;
    }

    #backtocu:before {
        content: '« ';
    }

a.qc-cmp2-persistent-link,
a.qc-cmp2-persistent-link:hover {
    text-decoration: none !important;
    color: #fff !important;
}

/***********************************************
 ** SLIDER BANNER ******************************
 ***********************************************/
.slider-banner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

    .slider-banner a {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .slider-banner a.cols-2  { width: 200%;  }
    .slider-banner a.cols-3  { width: 300%;  }
    .slider-banner a.cols-4  { width: 400%;  }
    .slider-banner a.cols-5  { width: 500%;  }
    .slider-banner a.cols-6  { width: 600%;  }
    .slider-banner a.cols-7  { width: 700%;  }
    .slider-banner a.cols-8  { width: 800%;  }
    .slider-banner a.cols-9  { width: 900%;  }
    .slider-banner a.cols-10 { width: 1000%; }
    .slider-banner a.cols-11 { width: 1100%; }
    .slider-banner a.cols-12 { width: 1200%; }
    .slider-banner a.cols-13 { width: 1300%; }
    .slider-banner a.cols-14 { width: 1400%; }
    .slider-banner a.cols-15 { width: 1500%; }
    .slider-banner a.cols-16 { width: 1600%; }
    .slider-banner a.cols-17 { width: 1700%; }
    .slider-banner a.cols-18 { width: 1800%; }
    .slider-banner a.cols-19 { width: 1900%; }
    .slider-banner a.cols-20 { width: 2000%; }

        .slider-banner a span {
            display: table-cell;
        }

            .slider-banner a span img {
                display: block;
            }

/***********************************************
 ** PARALLAX BANNER ****************************
 ***********************************************/
.parallax-banner-wrapper {
    display: none;
    position: relative;
    height: 200px;
    padding-top: 20px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border-bottom: 1px solid #000;
    background-color: #000;
    overflow: hidden;
}

    .parallax-banner-wrapper:after {
        content: 'Pubblicità';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        font-size: 10px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        background-color: #000;
        transform: translateZ(0);
        overflow: hidden;
    }

    .parallax-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        clip: rect(20px,300px,220px,0);
        overflow: hidden;
    }

        .parallax-banner a {
            display: block;
            position: fixed;
            top: 0;
            width: 100%;
            height: 100%;
            transform: translateZ(0);
            overflow: hidden;
        }

            .parallax-banner a img {
                display: block;
                position: absolute;
                bottom: 0;
                transform: translateZ(0);
                overflow: hidden;
            }

/***********************************************
 ** SLH ACCORDION ******************************
 ***********************************************/
.slh-accordion {
    margin-bottom: 20px;
}

.slh-accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

.slh-accordion-item-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #005dba;
    background: #f0f0f0;
    font-size: 0.9em;
}

.slh-accordion-item.slh-accordion-closed > .slh-accordion-item-title {
    border: none;
}

.slh-accordion-item-text {
    padding: 14px;
    -webkit-transition: padding-top .2s;
    -moz-transition: padding-top .2s;
    -o-transition: padding-top .2s;
    transition: padding-top .2s;
    -ie-transition: padding-top .2s;
}

.slh-accordion-item.slh-accordion-closed > .slh-accordion-item-text {
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    overflow: hidden;
}

.slh-accordion > br,
.slh-accordion-item > br {
    display: none;
}

/***********************************************
 ** FORM ***************************************
 ***********************************************/
#content .page-form-errors {
    padding: 20px;
    margin-bottom: 30px;
    border: 2px solid #d00;
    font-weight: 700;
    text-align: center;
    color: #d00;
}

.wpcf7-form .form-check-gdpr {
    position: relative;
}

    .wpcf7-form .form-check-gdpr .wpcf7-form-control-wrap {
        display: block;
    }

        .wpcf7-form .form-check-gdpr .wpcf7-form-control-wrap .wpcf7-form-control {
            position: absolute;
            top: 0;
            left: 0;
        }

        .wpcf7-form .form-check-gdpr .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
            position: static;
        }

        .wpcf7-form .form-check-gdpr .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
            position: absolute;
            top: 0;
            left: 20px;
            display: block;
            font-size: 0.8em;
        }

            .wpcf7-form .form-check-gdpr .wpcf7-list-item {
                margin: 0;
            }

    .wpcf7-form .form-check-gdpr label {
        display: block;
        padding-left: 20px;
        font-size: 0.75em;
        line-height: 1.5em;
        cursor: pointer;
    }

    .wpcf7-form .form-check-gdpr .wpcf7-list-item-label {
        display: none;
    }

/***********************************************
 ** HOME SLIDER ********************************
 ***********************************************/
#home-slider {
    position: relative;
    max-height: 600px;
    padding-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

    #home-slider-inner {
        position: relative;
    }

        #home-slider-images {
            display: table;
            width: 100%;
            margin: 0;
            table-layout: fixed;
        }

        #home-slider-images.cols-2  { width: 200%;  }
        #home-slider-images.cols-3  { width: 300%;  }
        #home-slider-images.cols-4  { width: 400%;  }
        #home-slider-images.cols-5  { width: 500%;  }
        #home-slider-images.cols-6  { width: 600%;  }
        #home-slider-images.cols-7  { width: 700%;  }
        #home-slider-images.cols-8  { width: 800%;  }
        #home-slider-images.cols-9  { width: 900%;  }
        #home-slider-images.cols-10 { width: 1000%; }
        #home-slider-images.cols-11 { width: 1100%; }
        #home-slider-images.cols-12 { width: 1200%; }
        #home-slider-images.cols-13 { width: 1300%; }
        #home-slider-images.cols-14 { width: 1400%; }
        #home-slider-images.cols-15 { width: 1500%; }
        #home-slider-images.cols-16 { width: 1600%; }
        #home-slider-images.cols-17 { width: 1700%; }
        #home-slider-images.cols-18 { width: 1800%; }
        #home-slider-images.cols-19 { width: 1900%; }
        #home-slider-images.cols-20 { width: 2000%; }

            #home-slider-images li {
                display: table-cell;
                position: relative;
                vertical-align: top;
            }

                #home-slider-images a,
                #home-slider-images img {
                    display: block;
                }

                #home-slider-images .home-slider-caption {
                    display: block;
                    position: absolute;
                    top: 40px;
                    left: 0;
                    max-width: 90%;
                }

                #home-slider-images li:first-child .home-slider-caption {
                    top: auto;
                    bottom: 220px;
                }

                    #home-slider-images .home-slider-caption span {
                        padding: 0 10px 0 20px;
                        font-weight: 400;
                        font-size: 1.8em;
                        font-family: 'Rock Salt';
                        line-height: 1.5em;
                        box-decoration-break: clone;
                        -webkit-box-decoration-break: clone;
                        color: #fff;
                        background: url(https://static.silhouettedonna.it/wp-content/themes/silhouette/images/slider.png) repeat-x center;
                    }

    #home-slider-pager {
        display: none;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }

        #home-slider-pager .home-slider-pager-item {
            display: inline-block;
            width: 2%;
            margin: 0 10px;
            border: 2px solid #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            background-color: rgba(255,255,255,0.6);
            cursor: pointer;
            -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
            -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
            box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
        }

        #home-slider-pager .home-slider-pager-item.active {
            background-color: #f33;
        }

        #home-slider-pager .home-slider-pager-item:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

/***********************************************
 ** OVERLAY MESSAGGI ***************************
 ***********************************************/
#jsMessageDisplay {
    display: block;
    font-size: 1.4em;
}

    #jsMessageDisplayWindowBg {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999999999;
    }

    #fbJsMessageDisplayWindowFg {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 225px;
        padding: 10px;
        margin: -125px 0 0 -160px;
        border: 1px solid #999;
        font-size: 1.4em;
        background-color: #fff;
        z-index: 9999999999;
    }