/*
Theme Name: unitas shop
Theme URI: https://www.advancedweb.ch/unitasGroup/
Author: Tiziano Spagnolatti
Author URI: http://advancedweb.ch/
Description: Unitas Shop theme 
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: unitas

*/


/*  general
-----------------------------------------------------------------*/

html {
    font-size: 1rem;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    word-wrap: break-word;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
}

body.black {
    background-color: #000;
    color: #fff;
}

p {
    margin-bottom: 1.5rem;
}

a {
    /* color: #245e82; */
    color: #c82333;
}
body.black a {
  color: #ffffff;
  text-decoration:underline;
}
main a {
    font-weight: bold;
}

#cover a {
    font-weight: normal;
}

a:hover {
    color: #c82333;
}

body.black a:hover {
    color: #ffffff;
}

.p-90 {
    padding: 90px 15px;
}

.p-60 {
    padding: 60px 15px;
}

.p-45 {
    padding: 45px 15px;
}

.main-content {
    /* flex: 1; */
    margin-top: 65px;
}

.main-content:after,
article:after,
hr {
    clear: both;
}

li {
    margin-bottom: 1rem;
}

.sticky {
    padding-left: 30px;
    border-left: 3px solid #245e82;
}

code {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    display: block;
    padding: 1rem;
}

pre {
    margin-bottom: 2rem;
}

.btn-danger {
    background-color: #b21120;
    text-transform: uppercase;
    border: 1px solid #979797;
    font-size: 1.2rem;
}

.btn-danger a {
    color: #fff;
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    background-color: #ffdd00;
    color: #000;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #e5c700;
}

.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:hover {
    color: #000;
}

.skip-to-main {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    transform: translateY(-50px);
    z-index: 1040;
    background-color: #c82333;
    color: #fff;
    padding: 10px;
}

.skip-to-main:focus {
    transform: translateY(0);
}


/* header */

.navbar {
    background-color: #ffdd00;
    transition: all 0.5s ease-in-out;
    z-index: 200;
}

.navbar.open {
    margin-bottom: -65px;
}

.navbar-brand {
    padding-top: 2px;
    padding-bottom: 10px;
}

.page .navbar-brand img,
.post .navbar-brand img,
.blog .navbar-brand img,
.single .navbar-brand img,
.category .navbar-brand img,
.error404 .navbar-brand img,
.archive .navbar-brand img,
.search .navbar-brand img {
    max-width: 100%;
    height: 70px;
    width: 208px;
    transition: all 0.5s ease-in-out;
}

.admin-bar .navbar.fixed-top {
    top: 32px;
}

.navbar-toggler {
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
}

.navbar-toggler-icon {
    height: 100%;
    margin-left: 20px;
}

.bar1,
.bar2,
.bar3 {
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 9px 0;
    transition: 0.4s;
    display: block;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -8px);
    transform: rotate(45deg) translate(-10px, -8px);
}

.navbar-collapse {
    opacity: 0;
    width: 0;
}

.navbar-collapse.show {
    z-index: 200;
}

li.menu-item {
    margin-bottom: 0;
}

.menu-item a {
    color: #000;
    text-transform: uppercase;
}

.menu-item a.nav-link {
    padding: .25rem 1rem;
}

body.black .menu-item a:hover {
    color: #000;
}

.childrenMenu .menu-item a {
    min-width: 450px;
}

.childrenMenu .btHomeIcon {
    background: url("images/css_sprites.png") -940px -8px;
    width: 37px;
    height: 34px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
}

#sitemap .btHomeIcon {
    background: none;
    width: 0;
    margin-right: 0;
}

#sitemap .nav-link {
    padding: 0 0 8px;
    min-width: auto;
    height: auto;
}

#sitemap .nav-link:hover {
    text-decoration: underline;
}

#sitemap ul.menu li:first-child a {
    padding: 0 0 8px;
    min-height: 42px;
    display: block;
}

#sitemap a {
    font-weight: normal;
}

.childrenMenu .nav-link-white {
    background-color: #fff !important;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 36px;
}

.childrenMenu.show .nav-link-white {
    line-height: 36px;
}

.childrenMenu .nav-link-white:before {
    background-color: #fff !important;
}

#cover .menu-item .nav-link {
    background-color: #ffdd00;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.25rem;
    padding-right: 20px;
    padding-left: 0;
    position: relative;
}

#cover .menu-item.current-menu-item .nav-link {
    background-color: #ffffff;
}

#cover .menu-item:last-child .nav-link {
    margin-bottom: 0;
}

#cover .menu-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2000px;
    left: -2000px;
    background-color: #ffdd00;
}

#cover .menu-item.current-menu-item .nav-link:before {
    background-color: #ffffff;
}

#cover .menu-item .nav-link:hover,
#cover .menu-item .nav-link:hover:before {
    background-color: #fff3a4;
}

.black #cover .menu-item .nav-link {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.black #cover .menu-item .nav-link:before {
    background-color: #000;
}

.black #cover .menu-item.current-menu-item .nav-link {
    background-color: #3c3c3c;
}

.black #cover .menu-item.current-menu-item .nav-link:before {
    background-color: #3c3c3c;
}

.black .childrenMenu .btHomeIcon,
.black .btHomeIcon {
    background: url("images/css_sprites.png") -997px -10px;
}

.black #cover .menu-item .nav-link:hover,
.black #cover .menu-item .nav-link:hover:before {
    background-color: #1f1f1f;
}

#cover {
    position: relative;
}

#zewo {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#donazioni,
#cart {
    width: 90px;
    padding: 8px 0;
}

.groupTitle {
    width: auto;
    padding: 16px 10px 10px;
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
}

#cover .groupTitle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

#breadcrumbs {
    border-bottom: 1px solid rgba(46, 70, 85, 0.2);
}

#unitas_breadcrumbs .separator {
    font-size: 20px;
    color: #ccc;
    font-weight: 100;
    margin-bottom: 0;
}

#unitas_breadcrumbs {
    overflow: hidden;
    list-style: none;
    margin: 11px 0;
    padding-left: 0;
}

#unitas_breadcrumbs li {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
}

#unitas_breadcrumbs .item-home {
    text-transform: capitalize;
}

.woocommerce #breadcrumbs {
    border-bottom: 1px solid rgba(46, 70, 85, 0.2);
}

#donazioni .btDonazioni {
    height: 66px;
    padding-left: 100px;
    display: flex;
    color: #c82333;
    font-weight: bold;
    font-size: 1rem;
}

#cart .btCart {
    height: 66px;
    width: 68px;
    background-size: 68px;
}

#donazioni .btDonazioni span {
    display: none;
}

#subheader {
    background-color: #fff;
    height: 65px;
    border-top: 1px solid #2e4655;
    border-bottom: 1px solid #2e4655;
    position: absolute;
    display: block;
    width: 100%;
    top: 98px;
    /* transition: all 0.5s ease-in-out; */
}

body.black #subheader {
    background-color: #000;
}

.admin-bar #subheader {
    top: 130px;
}

#subheader .container {
    padding-top: 13px;
}

.form-control {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    border-color: #000;
    background-image: url(images/searchIcon.png);
    background-repeat: no-repeat;
    background-position: right 10px top 4px;
    min-width: 233px;
    margin-right: 0 !important;
    font-size: 0.8rem;
    line-height: 38px;
    height: 38px;
}


/* about */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#colAbout2 img {
    max-width: 100%;
    height: auto;
}


/*sections home*/

.black #servizi {
    background-color: #0c1114;
}

#servizi {
    background-color: #e1eaef;
    border-top: 1px solid rgba(46, 70, 85, 0.2);
    border-bottom: 1px solid rgba(46, 70, 85, 0.2);
}

#servizi .card {
    border: none;
    background-color: transparent;
}

#servizi .card .card-img-top {
    width: initial;
    object-fit: contain;
}

#servizi .card .card-text {
    text-align: center;
}

#notizieHome {
    background: rgb(241, 241, 241);
    background: -webkit-linear-gradient( rgba(241, 241, 241, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    background: -o-linear-gradient( rgba(241, 241, 241, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient( rgba(241, 241, 241, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    border-top: 1px solid rgba(46, 70, 85, 0.2);
}

#attivitaHome {
    background-color: rgba(36, 94, 130, 0.15);
    border-top: 1px solid rgba(46, 70, 85, 0.2);
    border-bottom: 1px solid rgba(46, 70, 85, 0.2);
}

body.black #attivitaHome .card {
    background-color: #000;
}

.notizia {
    max-width: 350px;
    height: 350px;
}

.notizia:hover {
    text-decoration: none;
}

body.black #notizieHome {
    background: #101010;
}

.notizia .notizia-body {
    background-color: rgba(0, 0, 0, 0.9);
    min-height: 150px;
    flex: 1 0 150px;
    padding: 20px;
}

.notizia .notizia-body .notizia-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.4rem;
}

.notizia:hover .notizia-body {
    background-color: rgba(255, 221, 0, 1);
    color: #000;
}

.notizia:hover .notizia-body .notizia-text {
    color: #000;
}

.notizia .notizia-body .notizia-dateIcon,
.notizia-dateIcon {
    width: 24px;
    height: 24px;
    background: url("images/css_sprites.png") -96px -10px;
    display: inline-block;
    margin-right: 10px;
}

.notizia-categoryIcon {
    width: 24px;
    height: 24px;
    background: url("images/css_sprites.png") -184px -10px;
    display: inline-block;
    margin-right: 10px;
}

.notizia .notizia-body .notizia-date,
.notizia-date {
  font-size: 1rem;
  color: #656464;
  display: flex;
  height: 24px;
  line-height: 24px;
}
body.black .notizia .notizia-body .notizia-date,
body.black .notizia-date {
  color: #bbbbbb;
}
body.black a.notizia,
body.black a.notizia-date {
  text-decoration: none;
}
ul.listaServizi {
    list-style: none;
    padding-left: 0;
}

ul.listaServizi li {
    padding-left: 160px;
    min-height: 132px;
    position: relative;
    margin-bottom: 2.5rem;
}

.iconServizi {
    background-repeat: no-repeat;
    -webkit-background-size: 132px 132px;
    -o-background-size: 132px 132px;
    background-size: 132px 132px;
}

.iconServizi:before {
    content: "";
    width: 132px;
    height: 132px;
    -webkit-border-radius: 66px;
    border-radius: 66px;
    border: 2px solid #e1eaef;
    display: block;
    position: absolute;
    left: 0;
}

.iconBastone {
    background-image: url(images/iconBastone.png);
}

.iconContributo {
    background-image: url(images/iconContributo.png);
}

.iconMezziAusiliari {
    background-image: url(images/iconMezziAusiliari.png);
}

.iconBraille {
    background-image: url(images/iconBraille.png);
}

.iconConsulenzaGiuridica {
    background-image: url(images/iconConsulenzaGiuridica.png);
}

.iconTrasporti {
    background-image: url(images/iconTrasporti.png);
}

.iconProntoaccesso {
    background-image: url(images/iconProntoaccesso.png);
}

.iconVoicenet {
    background-image: url(images/iconVoicenet.png);
}

.iconMeeting {
    background-image: url(images/iconMeeting.png);
}

.iconGita {
    background-image: url(images/iconGita.png);
}

.iconHoliday {
    background-image: url(images/iconHoliday.png);
}

.iconReka {
    background-image: url(images/iconReka.png);
}

.eventTitle {
    font-weight: normal;
}

.css-events-list p:last-child {
    margin-bottom: 0!important;
}

#calendarioHome {
    background: rgb(241, 241, 241);
    background: -webkit-linear-gradient( rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient( rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient( rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-top: 1px solid rgba(46, 70, 85, 0.2);
}

body.black #calendarioHome {
    background: rgba(255, 255, 255, 0.05);
}

#calendarioHome .em-calendar-wrapper {
    max-width: 370px;
    margin: 0 auto;
}

.text-date {
    font-size: 1rem;
    color: #585858;
    line-height: 2rem;
    display: flex;
}

.text-dateIcon {
    width: 24px;
    height: 29px;
    background: url("images/css_sprites.png") -96px -5px;
    display: inline-block;
    margin-right: 10px;
}

.text-location {
    font-size: 1rem;
    color: #585858;
    line-height: 2rem;
    display: flex;
}

.text-locationIcon {
    width: 24px;
    height: 29px;
    background: url("images/css_sprites.png") -272px -5px;
    display: inline-block;
    margin-right: 10px;
}

body.black #calendarioHome .text-date,
body.black #calendarioHome .text-location {
    color: #777;
}

.em-calendar-wrapper {
    border: 2px solid #245e82;
    padding: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.em-search-wrapper {
    display: none;
}

table.em-calendar {
    width: 100%;
}

table.em-calendar thead {
    font-weight: normal;
    font-size: 1.2rem;
}

table.em-calendar tr {
    line-height: 40px;
}

.em-calnav {
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    background-position: center;
}

.em-calnav-prev {
    background-image: url("images/arrowLeft.png");
}

.em-calnav-next {
    background-image: url("images/arrowRight.png");
}

table.em-calendar .days-names {
    line-height: 80px;
    color: #585858;
    font-size: 1.2rem;
    text-transform: uppercase;
}

table.em-calendar tr .eventless-pre,
table.em-calendar tr .eventless-post,
table.em-calendar tr .eventless,
table.em-calendar tr .eventful,
table.em-calendar tr .eventless-today {
    font-size: 1.2rem;
    position: relative;
}

table.em-calendar tr .eventless-pre,
table.em-calendar tr .eventful-pre,
table.em-calendar tr .eventless-post,
table.em-calendar tr .eventful-post {
    visibility: hidden;
}

table.em-calendar td {
    width: 40px;
}

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
    background-color: transparent;
    width: 40px;
    color: #b21120;
}

table.em-calendar tr .eventful-today a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #245e82;
    border: 2px solid #b21120;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    font-weight: normal;
    line-height: 36px;
}

table.em-calendar td.eventful a {
    color: #fff;
}

table.em-calendar td.eventful-today a {
    color: #fff;
}

table.em-calendar tr .eventful a {
    background-color: #245e82;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.timeLocation {
    font-size: 1.4rem;
}

#banners {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

body.black #banners {
    background: rgba(255, 255, 255, 0.05);
}

#banners .col-sm-4:nth-child(1) {
    border-right: 4px solid #fff;
}

#banners .col-sm-4:nth-child(3) {
    border-left: 4px solid #fff;
}

#banners .col-sm-4:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

body.black #banners .col-sm-4 {
    border-color: rgba(255, 255, 255, 0.05);
}

#banners .banner {
    position: relative;
    width: 100%;
    padding-top: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banners .banner .banner-text {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    position: absolute;
    bottom: 5%;
    width: 90%;
    margin: 0 5%;
    padding: 30px;
    text-align: center;
}

#banners .banner .banner-text:hover {
    background-color: rgba(255, 221, 0, 0.93);
    text-decoration: none;
    color: #000;
}

#banners .moscacieca {
    background-image: url("images/moscacieca.jpg");
}

#banners .volontari {
    background-image: url("images/volontari.jpg");
}

#banners .bastapoco {
    background-image: url("images/bastapoco.jpg");
}


/* search*/

.titoloSite {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin: 90px 0;
}

.articoloSearch {
    margin-bottom: 60px;
}


/* accessibility */

.accessibility {
    position: absolute;
    top: 112px;
    display: block;
    width: 100%;
    /* transition: all 0.5s ease-in-out; */
}

.admin-bar .accessibility {
    top: 144px;
}

.accessibility .container {
    padding-left: 0;
    padding-right: 0;
}

.accessibility .btAcc {
    background-repeat: no-repeat;
    display: inline-block;
    width: 44px;
    height: 40px;
}

.accessibility .btLabel {
    line-height: 40px;
    margin-left: 10px;
    font-size: 1rem;
    color: #212529;
}

body.black .accessibility a, .accessibility a:hover {
  text-decoration: none;
}

body.black .accessibility .btLabel {
    color: #fff;
}

.accessibility .btHomeIcon {
    background: url("images/css_sprites.png") -940px -10px;
    width: 37px;
    height: 34px;
}

body.black .accessibility .btHomeIcon {
    background: url("images/css_sprites.png") -997px -10px;
}

#sitemap {
    background-color: #fff;
    display: none;
    margin-top: 11px;
}

body.black #sitemap {
    background-color: #000;
}

body.black #sitemap a {
    color: #fff;
    text-decoration: none;
}

#closeSitemap {
    line-height: 36px;
    color: #000;
    width: 108px;
}

#closeSitemap:hover {
    text-decoration: none;
}

#closeSitemapIcon {
    background: url("images/css_sprites.png") -1400px -11px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 15px;
}

body.black #closeSitemapIcon {
    background: url("images/css_sprites.png") -1456px -11px;
}

#sitemap h3 {
    font-size: 1.125em;
    min-height: 67px;
    border-bottom: 1px solid #2e4655;
    padding-bottom: 1.5rem;
}

#sitemap ul {
    padding-left: 0;
    list-style: none;
}

#sitemap.show {
    display: block!important;
}

.accessibility .btSitemapIcon {
    width: 44px;
    height: 34px;
    background: url("images/css_sprites.png") -1054px -10px;
}

body.black .accessibility .btSitemapIcon {
    background: url("images/css_sprites.png") -1118px -10px;
}

.accessibility #btFontDecrease {
    width: 30px;
    height: 34px;
    background: url("images/css_sprites.png") -10px 2px;
}

body.black .accessibility #btFontDecrease {
    background: url("images/css_sprites.png") -53px 2px;
}

.accessibility #btFontIncrease {
    width: 34px;
    height: 34px;
    background: url("images/css_sprites.png") -611px -10px;
}

body.black .accessibility #btFontIncrease {
    background: url("images/css_sprites.png") -665px -10px;
}

.accessibility #btFontDecrease.disabled,
.accessibility #btFontIncrease.disabled {
    opacity: 0.2;
}

.accessibility .btBackgroundIcon {
    width: 37px;
    height: 37px;
    background: url("images/css_sprites.png") -883px -10px;
}

body.black .accessibility .btBackgroundIcon {
    width: 36px;
    height: 37px;
    background: url("images/css_sprites.png") -827px -10px;
}


/* comments */

.comment-form .btn-primary {
    background-color: #245e82;
}


/* footer */

footer {
    background: rgb(251, 251, 251);
    border-top: 1px solid rgba(46, 70, 85, 0.2);
}

body.black footer {
    background: #0c0c0c;
}

footer .widget h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 0.75rem;
}

.footer li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-size: 1rem;
    padding-left: 0;
}

.footer .widget_custom_html div {
    font-size: 1.1rem;
    font-size: 1rem;
}

.footer li,
p,
table td {
    vertical-align: top;
    padding-left: 0;
}

.footer li .post-date {
    font-size: 0.9rem;
    color: #585858;
}

.widget li .post-date {
    font-size: 0.9rem;
    color: #585858;
}

.footer a {
    color: #333;
    text-transform: none;
}

#footer2 {
    background-color: #000;
    border-top: 1px solid #1c1c1c;
    font-size: 0.8rem;
    color: #919094;
}

.widget.widget_pages ul,
.widget ul {
    list-style-type: none;
    padding-left: 0;
}

.widget .custom-html-widget li {
    list-style: none;
    background-repeat: no-repeat;
    height: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    display: block;
}

.widget .custom-html-widget span.telIcon {
    width: 29px;
    height: 29px;
    background: url("images/css_sprites.png") -360px -10px;
    display: inline-block;
    margin-right: 20px;
}

a.policy,
a.credits {
    color: #919094;
}

body.black .footer a {
    color: #fff;
}

body.black .footer a:hover {
    color: #fff;
    text-decoration: underline;
}

body.black .widget .custom-html-widget span.telIcon,
.widget .custom-html-widget .telMobile span.telIcon {
    background: url("images/css_sprites.png") -409px -10px;
}

.widget .custom-html-widget span.emailIcon {
    width: 32px;
    height: 26px;
    background: url("images/css_sprites.png") -507px -10px;
    display: inline-block;
    margin-right: 20px;
}

body.black .widget .custom-html-widget span.emailIcon,
.widget .custom-html-widget .emailMobile span.emailIcon {
    background: url("images/css_sprites.png") -559px -10px;
}

.widget .custom-html-widget span.youtubeIcon {
    width: 34px;
    height: 25px;
    background: url("images/css_sprites.png") -719px -10px;
    display: inline-block;
    margin-right: 20px;
}

body.black .widget .custom-html-widget span.youtubeIcon,
.widget .custom-html-widget .youtubeMobile span.youtubeIcon {
    background: url("images/css_sprites.png") -773px -10px;
}

.widget .custom-html-widget span.websiteIcon {
    width: 34px;
    height: 32px;
    background: url("images/css_sprites.png") -1292px -14px;
    display: inline-block;
    margin-right: 20px;
}

body.black .widget .custom-html-widget span.websiteIcon,
.widget .custom-html-widget .websiteMobile span.websiteIcon {
    background: url("images/css_sprites.png") -1346px -14px;
}

.widget .custom-html-widget span.facebookIcon {
    width: 34px;
    height: 34px;
    background: url("images/css_sprites.png") -1182px -11px;
    display: inline-block;
    margin-right: 20px;
}

body.black .widget .custom-html-widget span.facebookIcon,
.widget .custom-html-widget .facebookMobile span.facebookIcon {
    background: url("images/css_sprites.png") -1237px -11px;
}


/* widget mobile */

.widget .custom-html-widget .telMobile,
.widget .custom-html-widget .emailMobile,
.widget .custom-html-widget .youtubeMobile,
.widget .custom-html-widget .websiteMobile,
.widget .custom-html-widget .facebookMobile {
    height: auto;
}

.widget .custom-html-widget .telMobile a,
.widget .custom-html-widget .emailMobile a,
.widget .custom-html-widget .youtubeMobile a,
.widget .custom-html-widget .websiteMobile a,
.widget .custom-html-widget .facebookMobile a {
    color: #fff;
    width: 100%;
    text-align: left;
    line-height: 28px;
}


/*  typography
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    font-size: 1.802em;
}

.home h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.602em;
}

h3 {
    font-size: 1.424em;
}

h4 {
    font-size: 1.266em;
}

h5 {
    font-style: 1.125em;
}

h4,
h5,
h6 {
    font-weight: normal;
    text-transform: none;
}

blockquote {
    padding-left: 30px;
    border-left: 3px solid #ddd;
}

dd {
    margin-bottom: 2rem;
}


/* open-sans-regular - latin */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/open-sans-v17-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/open-sans-v17-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
}


/* open-sans-700 - latin */

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/open-sans-v17-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/open-sans-v17-latin-700.woff2") format("woff2"), /* Super Modern Browsers */
    url("fonts/open-sans-v17-latin-700.woff") format("woff"), /* Modern Browsers */
    url("fonts/open-sans-v17-latin-700.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
    /* Legacy iOS */
}


/* lato-regular - latin */

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/lato-v16-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Lato Regular"), local("Lato-Regular"), url("fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/lato-v16-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
    url("fonts/lato-v16-latin-regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/lato-v16-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/lato-v16-latin-regular.svg#Lato") format("svg");
    /* Legacy iOS */
}


/* lato-700 - latin */

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/lato-v16-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Lato Bold"), local("Lato-Bold"), url("fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/lato-v16-latin-700.woff2") format("woff2"), /* Super Modern Browsers */
    url("fonts/lato-v16-latin-700.woff") format("woff"), /* Modern Browsers */
    url("fonts/lato-v16-latin-700.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/lato-v16-latin-700.svg#Lato") format("svg");
    /* Legacy iOS */
}


/*  table
-----------------------------------------------------------------*/

table {
    margin-bottom: 2rem;
}

th,
td {
    padding: 0.5em;
}


/*  list
-----------------------------------------------------------------*/

dl,
ol,
ul {
    margin-bottom: 2rem;
}

ul ul,
ol ul,
ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
    list-style-type: disc;
}


/*  cover
-----------------------------------------------------------------*/

#cover {
    padding: 30px 0;
    min-height: 380px;
}

.home #cover {
    min-height: 620px;
}

#coverNav {
    padding: 15px;
}


/*  comments
-----------------------------------------------------------------*/

.comments {
    padding-top: 40px;
}

.comment-list {
    padding-left: 0;
}

.comments #comments {
    margin-bottom: 40px;
}

.comments textarea {
    width: 100%;
}

.comments label {
    min-width: 80px;
}

.comment .reply {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.comments ul,
.comments ol {
    list-style-type: none;
}

.comments .comment-author img {
    border-radius: 999px;
    width: 50px;
}

#respond {
    clear: both;
}

.pingback {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ddd;
}


/*  input & textarea
-----------------------------------------------------------------*/

input,
textarea {
    padding: 5px 10px;
    border: 1px solid #ccc;
}


/*  widgets
-----------------------------------------------------------------*/

.widget_search .screen-reader-text {
    display: block;
}

.widget_search input {
    width: 70%;
    float: left;
}

.widget_search #searchsubmit {
    width: 30%;
    background: #fff;
}


/*  images
-----------------------------------------------------------------*/

.post img,
.page img {
    max-width: 100%;
    height: auto;
}

.post .alignleft,
.page .alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.post .alignright,
.page .alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.post .aligncenter,
.page .aligncenter {
    margin: 0 auto 2rem;
}

.post .wp-caption,
.page .wp-caption {
    max-width: 100%;
    margin-bottom: 2rem;
}

.post .wp-caption-text,
.page .wp-caption-text {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}


/*  tags
-----------------------------------------------------------------*/

.tags {
    clear: both;
}

.tags a {
    font-size: 0.9rem;
}


/*  pagination
-----------------------------------------------------------------*/

.pagination {
    padding-left: 15px;
}

.pagination,
.pagelink,
.comment-navigation,
.em-pagination {
    margin-top: 30px;
    display: block;
}

.comment-navigation {
    border-top: 1px dotted #ddd;
}

.page-numbers {
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.pagelink a {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 3px;
    margin-right: 3px;
}


/* WordPress Core Styles
-------------------------------------------------------------- */

.bypostauthor {
    border-left: 3px solid #007bff;
    padding-left: 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-tex,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* form */

.nf-form-content {
    max-width: 100%!important;
}

.nf-form-content hr.ninja-forms-field {
    margin: 30px auto;
}

.metodiPagamento img {
    margin-right: 15px;
    margin-bottom: 15px;
}


/* link a altri shop */

.newsLink {
    text-align: center;
    background-color: #ffdd00;
    width: 100%;
    display: block;
    color: #000;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #000;
}

.newsLink:hover,
.newsLink:hover span {
    color: #000;
    text-decoration: underline;
}

.newsLink span {
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
}

.black .newsLink {
    background-color: #1f1f1f;
    border-color: #fff;
    color: #fff;
}

.black .newsLink:hover span {
    color: #fff;
}


/* woocommerce */

.home.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.single.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.archive.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 22px;
    text-align: center;
    min-height: 100px;
}

.home.woocommerce ul.products li.product,
.archive.woocommerce ul.products li.product {
    margin-bottom: 60px;
}

.home.woocommerce ul.products li.product:nth-last-child(-n+4),
.archive.woocommerce ul.products li.product:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.home.woocommerce ul.products li.product .price,
.archive.woocommerce ul.products li.product .price,
.single.woocommerce ul.products li.product .price {
    display: none;
}

.home.woocommerce ul.products li.product .button,
.archive.woocommerce ul.products li.product .button,
.single.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce-message a.button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-block-components-button,
.woocommerce-checkout .wc-block-components-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce a.button.wc-backward,
.woocommerce button.button {
    display: block;
    background-color: #b21120;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #979797;
    font-size: 1.05rem;
    line-height: 1.25em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 30px;
}
.woocommerce-cart .wc-block-components-button .wc-block-components-button__text{
    line-height: 50px;
}
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .wc-block-components-button,
.woocommerce a.button.wc-backward {
    display: inline-block;
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled:hover {
    color: #fff!important;
    background-color: #b21120;
}

.home.woocommerce ul.products li.product .button:hover,
.archive.woocommerce ul.products li.product .button:hover,
.single.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-message a.button:hover,
.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.home .productCat {
    display: block;
    background-color: #f8f8f8;
    padding: 5px;
    color: #333;
    font-weight: normal;
}

.home .productCat a {
    color: #333;
    text-decoration: underline;
}

.woocommerce.archive .custom-category-text{
    text-align: center;
    margin-bottom: 60px;
}

/* woocommerce single */

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
}

.woocommerce div.product div.images img {
    max-width: 350px;
    margin: 0 auto;
}

.woocommerce-page div.product div.summary {
    width: 100%;
}

.woocommerce .quantity .qty {
    height: 45px;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #ffdd00;
}

.woocommerce-info::before {
    color: #333;
}

section.related.products {
    margin-top: 90px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 90px;
}

section.related.products h2 {
    margin-bottom: 45px;
}

section.related.products ul.products li.product a.add_to_cart_button,
section.related.products ul.products li.product a.product_type_simple,
section.related.products ul.products li.product a.wnyp_product {
    display: none;
}

a#mwg_wgm_preview_email{
    background: #ffdd00;
    color: #000;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

/* woocommerce checkout */

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.input-text,
.woocommerce-edit-address .woocommerce form .form-row input.input-text,
.woocommerce-edit-account .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce-checkout .wc-block-components-form .wc-block-components-textarea {
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #aaa;
}
.woocommerce-checkout .wc-block-components-form input[type=text],
.woocommerce-checkout .wc-block-components-form input[type=tel]{
    padding-top: 10px!important;
    padding-bottom: 8px!important;
}
.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-combobox-control .components-flex-item{
    padding-top: 25px;
}
.woocommerce-checkout .wc-block-checkout__order-notes .wc-block-components-textarea{
    margin-top: 15px;
}
.woocommerce-checkout .wc-block-checkout__order-notes .wc-block-components-checkbox .wc-block-components-checkbox__mark{
    left:1px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.woocommerce-checkout .wc-block-components-form label {
    display: block;
    width: 100%;
    left: 0!important;
    top:-5px!important;
    transform: translateY(.5em) scale(.875)!important;
}
.woocommerce-checkout .wc-block-components-form label.wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes label,
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__terms label{
    transform: translateY(.5em) scale(1)!important;
}
.woocommerce form .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-checkout #pwgc-redeem-gift-card-form{
    width: 100%;
}
.woocommerce-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number{
    float: left;
}
.woocommerce-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button{
    margin-top: 0!important;
}
.woocommerce form .select2-container .select2-selection--single,
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 51px;
    line-height: 51px;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 51px;
}

.woocommerce-checkout .select2-results__option {
    height: 51px;
    margin-bottom: 0;
    line-height: 39px;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ffdd00;
    color: #333;
}

.wps_user_type_label.wps-form-group__label{
    display: none;
}
.woocommerce.single-product .wps-form-group__control {
    display: flex;
    align-items: center;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    display: flex; /* Cambia da block a flex per disposizione orizzontale */
    flex-direction: row; /* Allinea gli elementi in una riga */
    align-items: center; /* Centra verticalmente gli elementi */
    height: auto; /* Imposta l'altezza automatica per evitare che forzi il layout */
}

.woocommerce-billing-fields__field-wrapper .input-radio {
    margin-right: 5px; /* Mantiene lo spazio tra il radio button e l'etichetta */
}

.woocommerce-billing-fields__field-wrapper label.radio {
    margin-right: 15px; /* Spazio tra le opzioni "sì" e "No" */
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper label{
    width: auto!important;
}

.woocommerce.single-product .wps-form-group__control > div {
    display: flex;
    align-items: center;
    margin-right: 20px; /* Aggiunge uno spazio tra le opzioni */
}
.woocommerce.single-product .wps-form-group__control label{
    text-transform: capitalize;
}
.woocommerce.single-product .testo-moscacieca {
    text-align: left;
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto;
}
.woocommerce.single-product .testo-moscacieca ol{
    padding-inline-start: 20px;
}

.woocommerce.single-product .testo-moscacieca ol li::marker {
    color: #b21120;
    font-weight: bold;
}
.woocommerce  #privacy_policy_field{
    width:100%;
    margin-bottom: 30px;
}

.wps-form-group__control .radio-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.wps-form-group__control .radio-buttons-container input[type="radio"] {
    margin-right: 5px;
}

.wps-form-group__control .radio-buttons-container label {
    margin-right: 15px;
}
.wps-form-group__control .radio-buttons-container p {
    width:100%;
    margin-bottom: 0;
}
/* woocommerce account */

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 5px;
    display: block;
    background-color: #ffdd00;
    color: #333;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff3a4;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .col-1,
.woocommerce-edit-address .woocommerce-MyAccount-content .col-2,
.woocommerce-account .col-1,
.woocommerce-account .col-2 {
    max-width: none;
}


/* name you price */

.wnyp_suggested_price_container label:first-child {
    min-width: 58px;
}

.suggested_price_single_label {
    display: none;
}

.woocommerce-store-notice.demo_store {
    background-color: #b21120;
}


/* woocommerce black */

.black.home.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.black.single.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.black.archive.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #fff;
}

.black hr {
    background-color: rgba(255, 255, 255, 0.25);
}

.black section.related.products {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.black .woocommerce table.shop_table {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.black .woocommerce table.shop_table td {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.black.woocommerce-checkout #payment {
    background: rgba(68, 68, 68, 0.4);
}

.black.woocommerce-checkout #payment .payment_box.payment_method_bacs {
    background: rgba(68, 68, 68, 1);
    color: #fff;
}

.black.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: rgba(68, 68, 68, 1);
}

.black .woocommerce-MyAccount-navigation ul li a {
    background-color: #3c3c3c;
    color: #fff;
}

.black .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #1f1f1f;
}


/* mobile */

@media (max-width: 1200px) {
    .em-calendar-wrapper {
        padding: 5px;
    }
    .form-control {
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .accessibility .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    #cover,
    .home #cover {
        min-height: 370px;
    }
    #coverNav {
        text-align: center;
    }
    #notizieHome .notizia .notizia-body {
        min-height: 200px;
    }
    #banners .banner .banner-text {
        height: 90%;
        padding: 30px 10px;
    }
    #banners .banner .banner-text h3 {
        font-size: 1.3rem;
    }
    #donazioni {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 15px;
        width: 290px;
        max-width: 300px;
        display: inline-block;
        margin-top: 30px;
    }
    #donazioni .btDonazioni {
        color: #ffffff;
        width: auto;
        padding-top: 80px;
        height: auto;
        padding-left: 0;
        background-position-x: 50%;
    }
    #donazioni .btDonazioni span {
        display: block;
    }
    #subheader {
        top: 98px;
    }
    .accessibility {
        top: 112px;
    }
    .admin-bar #subheader {
        top: 130px;
    }
    .admin-bar .accessibility {
        top: 144px;
    }
    .groupTitle {
        line-height: 35px;
        text-align: center;
        max-width: 100%;
        min-width: auto;
    }
}

@media (max-width: 782px) {
    .main-content {
        margin-top: 65px;
    }
    .admin-bar .main-content {
        margin-top: 65px;
    }
    .archive .has-post-thumbnail .img-fluid {
        width: 100% !important;
    }
    .search-results .has-post-thumbnail .img-fluid {
        width: 100% !important;
    }
    .admin-bar #subheader {
        top: 144px;
    }
    .admin-bar .accessibility {
        top: 158px;
    }
    .accessibility .btLabel {
        display: none !important;
    }
    .home.woocommerce ul.products li.product {
        margin-bottom: 90px;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
        top: 0;
    }
    .navbar {
        min-height: auto;
    }
    #subheader {
        top: 98px;
    }
    .accessibility {
        top: 112px;
    }
    .admin-bar #subheader {
        top: 144px;
    }
    .admin-bar .accessibility {
        top: 158px;
    }
    .main-content {
        margin-top: 65px;
    }
    .accessibility .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .admin-bar .main-content {
        margin-top: 65px;
    }
}

@media (max-width: 576px) {
    #cover,
    .home #cover {
        min-height: 270px;
    }
    #calendarioHome .text-location,
    #calendarioHome .text-date {
        height: auto;
        display: block;
    }
    #banners .banner {
        height: 180px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banners .banner .banner-text {
        bottom: auto;
        height: 140px;
    }
    .page-numbers {
        font-size: 1rem;
        padding: 5px 10px;
    }
    ul.listaServizi li {
        padding-left: 90px;
        min-height: 66px;
    }
    .iconServizi {
        -webkit-background-size: 66px 66px;
        -o-background-size: 66px 66px;
        background-size: 66px 66px;
    }
    .iconServizi:before {
        content: "";
        width: 66px;
        height: 66px;
        -webkit-border-radius: 33px;
        border-radius: 33px;
    }
    .form-control {
        min-width: 100%;
    }
    .page .navbar-brand img,
    .post .navbar-brand img,
    .blog .navbar-brand img,
    .single .navbar-brand img,
    .category .navbar-brand img,
    .error404 .navbar-brand img {
        width: 160px;
    }
    #zewo {
        display: none;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .navbar-brand img {
        width: 150px;
    }
    #subheader {
        top: 106px;
    }
    .main-content {
        margin-top: 65px;
    }
    .accessibility {
        top: 120px;
    }
    .admin-bar #subheader {
        top: 152px;
    }
    .admin-bar .accessibility {
        top: 166px;
    }
    .admin-bar .main-content {
        margin-top: 65px;
    }
    #cover,
    .home #cover {
        min-height: 200px;
    }
    #donazioni {
        margin: 30px auto 0;
    }
    .navbar-toggler {
        margin-top: 5px;
    }
    .navbar-toggler-icon {
        margin-left: 10px;
    }
    #calendarioHome .em-calendar-wrapper {
        display: none;
    }
    .telMobile a,
    .emailMobile a {
        font-size: 18px!important;
    }
    .childrenMenu .menu-item a {
        min-width: auto;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-bottom: 90px;
    }
}