/*
Theme Name: Store MShop
Theme URI: http://www.digloria.it
Description:  Custom Theme wordpress responsive.
Author: Francesco Di Gloria
Author URI: http://www.digloria.it
Version: 1.0
Tags: responsive,bootstrap,custom

License: Privata
License URI: http://www.digloria.it
*/

/* Grid Bootstrap 4
@media (max-width: 575px) {}
@media (min-width: 576px) AND (max-width: 767px) {}
@media (min-width: 768px) AND (max-width: 991px) {}
@media (min-width: 992px) AND (max-width: 1199px) {}
@media (min-width: 1200px) {}
*/

@import url("include/woocommerce/woocommerce_style.css");

/*	1.0 - IMPOSTAZIONI GENERALI
	Impostazione comuni di base */
/* /////////////////////////////////////////////////////////////// */

html {
}

body {
    font-size: 1.4rem;
    font-weight: 300;
    color: #4e4e4e;
    background-color: #393d42;
}

div {
}

ol, ul, li {
}

a {
    color: #4e4e4e;
}

a:active,
a:focus,
a:hover {
    color: #b93e3e;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
}

h1, h2 {
    color: #616161;
}

p {
    font-size: 1.4rem
}

h1.page_title {
    font-size: 1.35rem;
    font-weight: lighter;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #eb3736;
}

h2 {
    margin-bottom: 20px;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.titleSection {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}

/* parametri vari fissi */
/* //////////////////////// */

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Visualizzazione mappa*/
.acf-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.pattern-image::after {
    background-color: rgba(37, 37, 37, 1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.pattern-image > * {
    position: relative;
    z-index: 3;
}

/* Paginazione articoli */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #a3a3a3;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #e1e1e1;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    color: #fff;
    background-color: #e04f5f;
}

/* Header */
/* //////////////////////// */
header {
    background-color: #fff;
}

.navbar-brand {
    padding-top: .8rem;
    padding-bottom: .8rem;
	margin-right: 50px;
    margin-left: 20px;
}

.navbar-brand img {
    max-width: 80px;
    padding: 0px;
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-right: 20px;
    }
}

/* subheader */
/*
.subheader {}

/* footer */
/* //////////////////////// */
footer {
    height: auto !important;
    height: 320px;
    font-size: 1rem;
    font-weight: 100;
    background-color: #393d42;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 50px;
}
footer p {
    font-size: 1rem;
}

footer a {
    color: #b9b9b9;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #fff;
}

footer a.certificazione {
    display: block;
}

address {
    margin-bottom: 6px;
}

footer p {
    margin-bottom: 2px;
}

footer p.h6 {
    text-transform: uppercase;
    color: #666;
    margin: 18px 0px;
    font-size: 1.2rem;
}

footer .nav.social {
    margin-top: 12px;
}

footer .nav.social .nav-link {
    padding: .2rem 0rem;
    margin-right: 12px;
}

@media (max-width: 575px) {
    footer {
        text-align: center;
    }

    footer .nav.social {
        -webkit-box-pack: center !important;
        justify-content: center !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/* Content */
/* //////////////////////// */
main .content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding-bottom: 80px;
    padding-top: 20px;
    background-color: #fff;
}

section {
}

main .page_background {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Sidebar */
/* //////////////////////// */
.sidebar_pre_footer {
    background-color: #ffffff;
    padding: 25px 0;
    margin-bottom: 0px;
    display: none;
}

.sidebar_pre_footer .logo img {
    max-width: 190px;
}

.sidebar_pre_footer .partner img {
    max-width: 200px;
}

.sidebar_pre_footer .btn-primary {
    font-size: 1.5rem;
    color: #fff;
    background-color: #eb3736;
    border-color: #eb3736;
    text-transform: uppercase;
    border-radius: 0;
}

@media (max-width: 575px) {
    .sidebar_pre_footer img {
        margin: 20px auto;
    }

}

@media (max-width: 991px) {
    .sidebar_pre_footer .logo {
        text-align: center !important;
    }

    .sidebar_pre_footer .partner {
        text-align: center !important;
    }

    .sidebar_pre_footer .richiedi_info {
        text-align: center !important;
        margin-top: 25px;
    }
}

.sidebar_laterale {
}

/* Menu */
/* //////////////////////// */

/* menutop */
.menu-top .nav-link {
    padding: .5rem .7rem;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
    .menu-top {
        margin: 10px 0px 20px 0px;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    .menu-top .nav-link span.text {
        display: none;
    }
}
@media (max-width: 1023px) {
    .menu-top .nav-link {
        padding: .8rem 2rem;
        font-size: 1.2rem;
        display: block;
        width: 100%;
    }
}

.navbar-home .menu-top .nav-link {
    padding: 15px 20px;
    font-size: 1.2rem;
    color: #fff;
}
.navbar-home .menu-top .nav-link:hover,
.navbar-home .menu-top .nav-link:active,
.navbar-home .menu-top .nav-link:focus {
    color: #757575;
}

@media (max-width: 767px) {
    #navbarSupportedContent {
        background-color: #fff;
    }
    .navbar-home .menu-top .nav-link {
        color: #757575;
    }
    .navbar-home .menu-top .nav-link:hover,
    .navbar-home .menu-top .nav-link:active,
    .navbar-home .menu-top .nav-link:focus {
        color: #eb3736;
    }
}

/* menuprincipale */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar {
    /*border-bottom: 1px solid #ebebeb;*/
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link,
.menutop_mobile .nav-link {
	padding: 12px 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: #4e4e4e;
	font-size: 1.2rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: #eb3736;
}

@media (max-width: 767px) {
    .navbar-light .navbar-nav .nav-item {
        margin-bottom: 6px;
        border-bottom: 1px solid #f3f3f3;
    }

    .navbar-light .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }
}
@media (max-width: 1023px) {
    .navbar > .container, .navbar > .container-fluid {
        justify-content: flex-start;
    }
}

/* Navbar home */
.navbar.navbar-home {
    position: fixed !important;
    z-index: 100;
}
.navbar.navbar-home .navbar-brand img {
    display: none;
}

.navbar.navbar-home {
    background-color: transparent;
}

.navbar.navbar-home.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    margin-top: 20px;
}
.navbar.navbar-home.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}


/*	IMPOSTAZIONI HOME  */
/* /////////////////////////////////////////////////////////////// */

#fullpage .img_height {
    height: 100%;
}

#fullpage .scroll-icon {
    position: absolute;
    max-width: 50px;
    bottom: 20px;
    right: 20px;
}


#fullpage .caption_home h1 {
    font-size: 3.5rem;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    color: #fff;
    line-height: 1;
}

#fullpage .caption_home h2 {
    text-transform: uppercase;
    font-size: 1.55rem;
    font-weight: lighter;
    margin: 0px 0px;
    padding: 0px;
    color: #cbcbcb;
}

#fullpage .caption_home p {
    font-size: 1.9rem;
    padding: 0px;
    color: #fff;
    font-weight: 200;
    line-height: 1.3;
}
#fullpage .caption_home img.logo {
    max-width: 170px;
    margin-top: 30px;
}
#fullpage .caption_home .btn-default {
    border: 4px solid #797979;
    font-size: 1.6rem;
    border-radius: 0;
    padding: 15px 25px;
    margin-top: 25px;
    color: #fff;
    text-transform: uppercase;
}
#fullpage .caption_home .btn-default:hover,
#fullpage .caption_home .btn-default:active,
#fullpage .caption_home .btn-default:focus {
    border: 4px solid #757575;
    color: #757575;
}

/* Grid Bootstrap 5
@media (max-width: 575px) {}
@media (min-width: 576px) AND (max-width: 767px) {}
@media (min-width: 768px) AND (max-width: 991px) {}
@media (min-width: 992px) AND (max-width: 1199px) {}
@media (min-width: 1200px) AND (max-width: 1399px) {}
@media (min-width: 1400px) {}
*/
@media (max-width: 767px) {
    #fullpage .caption_home img.logo {
        max-width: 80px;
        margin-top: 100px;
    }
    #fullpage .caption_home h1 {
        font-size: 2rem;
        margin: 15px 0px 30px 0px;
    }
    #fullpage .caption_home .btn-default {
        font-size: 1.4rem;
    }
}
@media (min-width: 768px) AND (max-width: 1679px) {
    #fullpage .caption_home img.logo {
        max-width: 140px;
    }
    #fullpage .caption_home h1 {
        font-size: 3.1rem;
    }
    #fullpage .caption_home p {
        font-size: 1.7rem;
    }
    .page_home .sezione_centrale h5 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    #fullpage .caption_home p {
        font-size: 1rem;
    }

    #fullpage .h-100.caption_home {
        height: auto !important;
    }
}

/* Sezione centrale */
.page_home .sezione_centrale .card {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.page_home .sezione_centrale .box {
    height: 600px;
}
.page_home .sezione_centrale .box.products .pattern-image::after {
    background-color: #242424;
    opacity: 0.7;
}
.page_home .sezione_centrale .box.info .pattern-image::after {
    background-color: #fff;
    opacity: 0.6;
}
.page_home .sezione_centrale .img_height {
    height: 100%;
    padding: 50px 0px;
}
.page_home .sezione_centrale .info .img_height {
    padding: 50px 0px;
}

.page_home .sezione_centrale h5 {
    font-size: 3.3rem;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    color: #fff;
    line-height: 1;
}

.page_home .sezione_centrale p {
    font-size: 1.6rem;
    padding: 0px;
    color: #e6e6e6;
    font-weight: 200;
    line-height: 1.3;
}

.page_home .sezione_centrale .btn-default {
    border: 4px solid #fff;
    font-size: 1.6rem;
    border-radius: 0;
    padding: 15px 25px;
    margin-top: 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
}
.page_home .sezione_centrale .btn-default:hover,
.page_home .sezione_centrale .btn-default:active,
.page_home .sezione_centrale .btn-default:focus {
    border: 4px solid #757575;
    color: #757575;
}

.page_home .sezione_centrale .info h5 {
    color: #1c1c1c;
}

.page_home .sezione_centrale .info p {
    color: #1c1c1c;
}

.page_home .sezione_centrale .info .btn-default {
    border: 4px solid #1c1c1c;
    color: #1c1c1c;
}
.page_home .sezione_centrale .info .btn-default:hover,
.page_home .sezione_centrale .info .btn-default:active,
.page_home .sezione_centrale .info .btn-default:focus {
    border: 4px solid #757575;
    color: #757575;
}

.page_home .sezione_centrale .info .logo {
    position: absolute;
    bottom: 40px;
    right: 40px;
    max-width: 140px;
}

/* Grid Bootstrap 5
@media (max-width: 575px) {}
@media (min-width: 576px) AND (max-width: 767px) {}
@media (min-width: 768px) AND (max-width: 991px) {}
@media (min-width: 992px) AND (max-width: 1199px) {}
@media (min-width: 1200px) AND (max-width: 1399px) {}
@media (min-width: 1400px) {}
*/

@media (min-width: 768px) AND (max-width: 1679px) {
    .page_home .sezione_centrale h5 {
        font-size: 3.1rem;
    }
}

@media (max-width: 575px) {

}

@media (min-width: 576px) AND (max-width: 767px) {

}

@media (min-width: 768px) AND (max-width: 991px) {

}

@media (min-width: 992px) AND (max-width: 1199px) {

}


.page_home .sezione_centrale_fondo {
    padding-left: 0;
    padding-right: 0;
}

.page_home .sezione_centrale_fondo .img_height {
    height: 500px;
}

.page_home .sezione_centrale_fondo .caption h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: lighter;
    margin: 5px 0px;
    padding: 0px;
    color: #cbcbcb;
}

.page_home .sezione_centrale_fondo .caption p {
    font-size: 1.1rem;
    margin: 5px auto;
    padding: 0px;
    color: #fff;
    max-width: 60%;
}

.page_home .sezione_centrale_fondo .caption a {
    color: #fff;
    background-color: #eb3736;
    text-transform: uppercase;
    padding: 6px 12px;
    margin-top: 10px;
    display: inline-block;
}

.page_home .sezione_centrale_fondo .caption a:hover,
.page_home .sezione_centrale_fondo .caption a:active,
.page_home .sezione_centrale_fondo .caption a:focus {
    background-color: #4e4e4e;
    text-decoration: none;
}

.page_home .sezione_centrale .partners {
    background-color: #d7d7d7;
    padding: 30px 0px;
}
.page_home .sezione_centrale .partners img {
    max-height: 100px;
    max-width: 200px;
}



/*	IMPOSTAZIONI PAGINE INTERNE  */
/* /////////////////////////////////////////////////////////////// */

/* Pagina prodotti */
.box_products_cat {
    margin-bottom: 20px;
}

.box_products_cat.mobile {
    background-color: #fff;
}

.box_products_cat.mobile .card-body {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.box_products_cat.mobile .h3 {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1rem 0;
    color: #eb3736;
    margin-bottom: 0;
}

/* Pagina Faq */
.page_faq .faq-list {

}

.page_faq .faq-list .list-group-item {
    padding: 20px 0px;
}
.page_faq .faq-list p {
    font-weight: 100;
}

.page_faq .faq-list h6 {
    text-transform: uppercase;
    margin-top: 10px;
    color: #3a3a3a;
    font-size: 1.2rem;
}

.page_faq .faq-list h6 span {
    text-transform: uppercase;
    color: #eb3736;
    margin-right: 5px;
}

/* Pagina Documetazione */
.page_doc .doc-list .list-group-item {
    padding: 20px 0px;
}
.page_doc .doc-list p {
    font-weight: 100;
}

.page_doc .doc-list h6 {
    text-transform: uppercase;
    margin-top: 10px;
    color: #3a3a3a;
    font-size: 1.2rem;
}

.page_doc .doc-list h6 span {
    text-transform: uppercase;
    color: #eb3736;
    margin-right: 8px;
}

.page_doc .doc-list a {
    color: #949494;
}

.page_doc .doc-list a:hover,
.page_doc .doc-list a:active,
.page_doc .doc-list a:focus {
    color: #eb3736;
}

.page_doc h3 {
    margin-top: 20px;
}
.page_doc .grade {
    font-size: 4rem;
    font-weight: 100;
    padding-left: 20px;
}
.page_doc .grade span {
    font-size: 6rem;
    margin-left: 10px;
    font-weight: 400;
}
.page_doc .wp-block-columns {
    border-bottom: 1px dashed #bdbdbd;
}
.page_doc .wp-block-column:not(:first-child) {
    padding-top: 50px;
}


/* - Pagina Contatti -*/
.grecaptcha-badge {
    visibility: hidden;
}

.page-template-pagetemplate-contatti .grecaptcha-badge {
    visibility: visible;
}

.contatti_form {
    margin-top: 20px;
}

.wpcf7 p {
    display: none;
}

.contatti_form strong {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.2;
}

.contatti_form strong a {
    color: #989898;
}

.contatti_form .privacy {
    font-size: 13px;
}

.contatti_form label {
    color: #8f8f8f;
}

.contatti_form .privacy-info {
    font-size: 13px;
    margin-bottom: 20px;
}

.contatti_form .privacy-info a {
    color: #eb3736;
}

.contatti_form .form-group br {
    display: none;
}

.contatti_form .form-check {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
}

.contatti_form .form-check label {
    display: block;
}

.contatti_form .btn-default {
    text-transform: uppercase;
    background-color: #eb3736;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    margin-top: 15px;
}

.contatti_form .btn-default:hover {
    background-color: #b1b1b1;
    color: #6a6a6a;
}

.contatti_form span.wpcf7-list-item {
    padding-left: 0px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-spam-blocked {
    border: none;
    margin: 0;
    background-color: #e04f5f !important;
    color: #fff !important;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: none;
    margin: 0;
    background-color: #63ab22 !important;
    color: #fff !important;
}

span.wpcf7-not-valid-tip {
    color: #e04f5f !important;
}

.contatti_form .recaptcha {
    margin-top: 25px;
}

.recapiti p.h6 {
    text-transform: uppercase;
    color: #b93e3e;
    margin: 6px 0px;
    margin-top: 20px;
}