/*
Theme Name:   Twenty Fifteen Child
Theme URI:    https://example.com/twenty-fifteen-child
Description:  Tema child di Twenty Fifteen
Author:       Il tuo nome
Author URI:   https://example.com
Template:     twentyfifteen
Version:      1.0.0
*/

/* Aggiungi qui le tue modifiche personalizzate */

@font-face {
    font-family: 'gravitybold';
    src: url('/fonts/gravity-bold-webfont.woff') format('woff2'),
         url('/fonts/gravity-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Antisocial';
    src: url('fonts/Antisocial-Regular.woff') format('woff2'),
        url('fonts/Antisocial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'suiza_demobold';
    src: url('/fonts/suizademo-bold-webfont.woff2') format('woff2'),
         url('/fonts/suizademo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'suiza_demosemibold';
    src: url('/fonts/suizademo-semibold-webfont.woff2') format('woff2'),
         url('/fonts/suizademo-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    height: 100%;
}

body {
    font-family: 'gravitybold';
    height: inherit !important;  
    background-color: white;
    display: flex;
    flex-flow: column;
}
.site {
    height: 100% !important;   
    width: 100%;
    display: flex;
    overflow: auto;
    justify-content: center;
}

.site-header {
    border: none;
}
.site-main, .hentry {
    height: inherit !important;
    padding: 0 !important;
    margin: 0 !important
}
.entry-content, .entry-summary {
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 3% 3% 3% 3% !important;
}
.site-content {
    height: 100%;
    margin-left: 0;
    width: 70%;
    max-width: 70%;
}
.content-area {
    height: 100%;
    align-content: center;
}
.sidebar {
    position: relative !important;
    height: 100%;
    float: none;
    margin-right: 0;
    max-width: 30%;
    min-width: 30%;
}
.site-footer {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-title, .widecolumn h2 {
    font-size: 40px !important;
}

body:before {
   display: none;
}
.site-info {
    padding: 10px;
}

.wc-gallery {
    align-content: center;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border-bottom: none !important;
}

.wc-gallery .gallery.wcflexslider {
    max-height: 700px;
}

.wcflexslider .slides img {
    max-height: 700px;
    width: auto;
}
.wc-gallery .gallery.wcflexslider .wcflex-slide-item {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.main-navigation li {
    border-top: 0 !important;
}

.main-navigation ul {
    border-top: 0;
    border-bottom: 0;
}

.main-navigation a {
    font-family: "Antisocial";
    font-size: 22px;
    color: grey;
}
.main-navigation .current-menu-item > a::before{
    content: ""; /* Necessario per il funzionamento di ::before */
    position: absolute;
    top: 4px;
    left: -20px;
    width: 100%;
    height: 90px;
    background-image: url("http://www.webster.mn/wp-content/uploads/2025/03/Risorsa-1.png");
    background-size: 80%; /* Per far sì che l'immagine copra tutto il link */
    background-repeat: no-repeat;
    opacity: 0.95;
}

/* SHOP */


.site-content-shop div#posts {
	display: flex;
	width: 300px;
	margin-bottom: 100px;
}

ul.gallery-shop {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    justify-content: center;
}

ul.gallery-shop li {
	width: 250px;
    list-style: none;
    padding: 20px;
}
ul.gallery-shop li img {
	background-size: cover
}
ul.gallery-shop .element-title {
	text-align: center;
	font-family: "suiza_demobold";
	font-size: 12px;
}
ul.gallery-shop .element-title a {
	color: black !important;
	font-size: 15px;
	text-decoration: none;
}

.site-content-shop {
    width: 980px !important;
    max-width: 100%;
    margin: auto;
    overflow: auto;
    /* max-height: 600px !important; */
}


.containerLogoShop {
text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
ul .gallery-shop {
	margin: 0;
}

.element-title {
	font-size: 15px;
	font-family: 'suiza_demobold';
	color: black;
}


.post-meta {
	visibility: hidden !important;
	display: none !important;
}

.content.single-shop {
    padding: 15px;
    display: flex !important;
    flex-flow: column !important;
    height: 100% !important;
}

figure {
    text-align: center;
}

.row {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.containerBack  {
	text-align: center;
	margin: 30px 0;
}
.containerBack button {
	background-color: transparent;
	color: grey;
	border: 1px solid grey;
	font-size: 13px;
}

.containerBack button {
	text-decoration: none !important;
	transition: background-color 0.3ms;
	font-family: 'suiza_demobold';
}

.containerBack button:hover {
	background-color: grey;
	color: white !important;
	border: 1px solid grey;
}


.post-title-shop {
	font-size: 2em;
    line-height: 120%;
    margin: 0;
    word-break: break-word;
    font-family: 'suiza_demobold';
    margin-bottom: 40px;
}

.post-content-shop {
	font-family: 'suiza_demobold';
	color: black;
	font-size: 14px;
	line-height: 16px;
}

.out-of-stock {
	font-family: 'suiza_demobold';
	color: red;
	font-size: 21px;
	margin-bottom: 20px;
}

.featured-media img {
    margin: 0 auto;
    max-width: 320px;
}

.page-template-template-shop .sidebar,
.post-template-singular-shop .sidebar {
    display: none;
}
.page-template-template-shop .site {
    overflow: hidden;
}
.page-template-template-shop .site-content {
    display: flex;
    flex-flow: column;
}
.site-info {
	font-size: 0.6em;
}

.hentry, .page-header, .page-content {
    box-shadow: none !important;
    align-content: center;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
    font-size: 1em !important;
    border: 2px solid #333 !important;
    color: grey !important;
    text-transform: uppercase;
    font-family: inherit;
    background: #fff !important;
    padding: 20px;
    transition: background-color 0.2s ease-in-out;
}
input::placeholder,
textarea::placeholder  {
    color: grey;
  }
  
.labelForm {
	width: auto;
	height: auto !important;
}

span.formName {
	background-color: white;
	padding: 0 10px;
	z-index: 100;
}
.post-navigation {
    display: none;
}

/* PLACEHOLDER TEXT OVERWRITE CSS */

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}

:-ms-input-placeholder {  
   color: #333;
}

/* GOOGLE CAPTCHA */

.grecaptcha-badge {
    z-index: -100 !important;
    display: none !important;
}



@media screen and (min-width: 59.6875em) {
    .site {
        margin: 0 auto;
        max-width: 100%;
    }
}

/* SWIPER | FANCYBOX CUSTOMIZATION */
.fancybox__backdrop {
    background-color: rgb(255, 255, 255, 0.9) !important;
}

.swiper-notification {
    display: none;
}

.swiper {
    display: flex !important;
    flex-flow: column !important;
    height: 100% !important;
}
.swiper-wrapper {
    height: 96% !important;
}
.swiper-slide {
    justify-content: center !important;
    justify-self: center !important;
    display: flex !important;
    align-content: center !important;
    margin-bottom: 14px !important;
}
.swiper-pagination {
    position: relative !important
}
.swiper-pagination-bullet-active {
    background-color: black !important;
}
a.open-sub-gallery,
.swiper-slide img {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    height: inherit !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px !important; 
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #00000063 !important;
    background: #8080801a !important;
    padding: 10px 16px !important;
}
@media screen  and (max-device-width: 480px) and (orientation: portrait) { 
    .site {
        flex-flow: column !important;
    }
    .site-header {
        padding: 0 !important;
    }
    .sidebar {
        max-width: 100%;
        padding: 20px;
        height: auto !important;
        z-index: 10;
        width: 100%;
    }
}
  
@media screen  and (max-device-width: 640px) and (orientation: landscape)  {
    .site {
        flex-flow: column !important;
    }
    .site-header {
        padding: 0 !important;
    }
    .sidebar {
        max-width: 100%;
        padding: 20px;
        height: auto !important;
        z-index: 10;
        width: 100%;
    }
}
@media screen  and (max-device-width: 1100px)  {
    .site-content {
        width: 100% !important;
        max-width: 100%;
    }
    .swiper-slide {
        height: auto !important;
        display: block !important;
    }
}