@import url('font.css');

/* ============================================
GENERALE
===============================================*/

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #1f00ff;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
a:visited {
    color: #fff;
}

.text-align-center {
    text-align: center!important;;
}
.p-10 {
    padding: 10px!important;
}
.p-20 {
    padding: 20px!important;
}
.p-30 {
    padding: 30px!important;
}
a.download {
    background-color: #db0098;
    position: relative;
    margin-top: 36px;
    display: block;
    width: 280px;
    margin: 25px auto 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
}
a.download:active {
    color: #ffffff;
}

/* ============================================
COMMON
===============================================*/
.heading-image-container {
    margin: 0;
    padding: 0;
}

/* ============================================
BREADCRUMB
===============================================*/
.breadcrumbs_area {
    float: left;
}
.breadcrumb_content{
    padding: 20px 0 0;
}
.breadcrumb_content ul li::after {
    position: relative;
    content: " > ";
    right: 0;
    top: 0;
}
.breadcrumb_content ul li:last-child::after {
    content: " ";
}
.breadcrumb_content ul li {
    margin-left: 5px;
}
.breadcrumbs_area ul {
    list-style: none;
    color: #fff;
    display: flex;
    font-size: 14px;
    margin-left: 10px;
}
.page .breadcrumbs_area,
.page-template-tpl-concorsi .breadcrumbs_area,
.page-template-tpl-eventi .breadcrumbs_area,
.page-template-tpl-prodotti .breadcrumbs_area {
    display: none;
}
/* ============================================
MENU
===============================================*/
.text-white {
    color: #fff;
}
.openNav{
    font-size: 36px;
    cursor:pointer;
    color: #fff;
    cursor: pointer;
    float:right;
}
.home .wrapper {
    width: 100%;

}
ul#menu-menu-principale,
ul.user-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_modifica,
.header_login,
.sidenav a:not(.btn) {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 60px;
    color: #1f00ffd9;
    display: block;
    transition: 0.3s;
    font-size: 60px;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-family: 'Akrobat ExtraBold Regular';
    cursor: pointer;
    text-transform: uppercase;
}
.menu-inner{
    padding-top: 20%;
}
.sidenav .closebtn {
    position: absolute;
    font-size: 36px;
    right: 0;
    top: 0;
}

@media screen and (max-height: 450px) {
    .sidenav a:not(.btn) {font-size: 18px;}
}

/* ============================================
ICO MOUSE ANIMATE
===============================================*/
.scroll-down {
    position: absolute;
    width: 100%;
    margin-top: -24px;
    z-index: 9999;
    z-index: 1;
}
.mouse {
    width: 3px;
    padding: 7px 11px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    margin: 0 auto;
}
.arrow_down {
    position: relative;
    top: 0px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 0.187em solid #fff;
    border-top: 0.17em solid #fff;
    transform: rotate(135deg);
}
.arrow{
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}
/* ============================================
LIGHTBOX
===============================================*/
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background-color: rgba(33,0,255, 0.8);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.lity-close {
    width: 24px;
    height: 24px;
    right: -20px;
    top: 0;
    position: absolute;
    left: initial;
}
.lity-close:active {
    top: 0;
}
/* ============================================
HP BOX PRDOTTI
===============================================*/

.prodotti {
    background-image: url("../img/bck-box-product.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 50px 80px;
}
.prodotti a:hover {
    text-decoration: none;
}

.col-lg-4.box img {
    width: 100%;
}
.prodotti .heading {
    margin: 0;
    text-align: center;
    font-size: 30px;
    /* font-family: 'Akrobat Bold'; */
}
.wrapper-title {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    /* padding-top: 40px; */
}
header + section .wrapper-title {
    padding-top: 0;
}
section + section .wrapper-title {
    padding-top: 0;
}
/*.prodotti .heading--stroke {
    color: #fff;
    margin-top: -65px;
    margin-left: -35px;
    margin-bottom: 60px;
}*/
.prodotti .heading--stroke {
    color: #fff;
    position: absolute;
    transform: translate(14px,4px);
}
.prodotti .heading--shadow {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #ff00b1;
    font-weight: 500;
    line-height: 1.2;
}
section.view-all {
    font-size:20px;
    font-family: 'Akrobat SemiBold';
    color:#fff;
    padding:30px;
}
section.view-all a {
    width: 100%;
    text-align: center;
}
/* ============================================
HP BOX HP ARTICOLI
===============================================*/
.section-event-list .row,
.page-section.articoli .row {
    margin:0px;
}

.box-articoli {
    width: 100%;
/*    min-height: 33vw;*/
    min-height: 10vw;
    margin: 0;
    padding: 0;
}
.box-articoli.foto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-articoli a.box-click {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px 30px;
}
.box-articoli.foto .ico-dx,
.box-articoli.foto .ico-sx {
    font-size: 45px;
    color: #fff;
    float: left;
}
.box-articoli.foto .ico-dx{
    float: right;
}
.box-articoli.social{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.box-articoli.social .box-inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 35px;
    margin: 0;
}
.box-articoli.social  .box-inner li {
    margin-right: 20px;
}
.box-articoli.social h3{
    font-size: 50px;
    margin: 0;
}
.box-articoli.social h2{
    font-size: 116px;
    font-weight: bolder;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 -6px 20px;
    line-height: 100px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-stroke-color: #fff;
}
.box-articoli.social p {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 28px;
}

.box-articoli.blog .box-image {
    width: 100%;
/*    min-height: 23vw;*/
    min-height: 10vw;
    background-size: cover;
    background-position: center;
}
.box-articoli.blog .box-text {
    padding: 20px;
    color: #fff;
}
.box-articoli.blog .box-text p.date {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Akrobat Regular';
}
.box-articoli.blog .box-text h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-family: 'Akrobat Bold';
    text-transform: uppercase;
}
.box-articoli.blog .box-text p.description {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 0;
}
.box-wrapper a:hover{
    text-decoration: none;
}
/* ============================================
GADGET
===============================================*/

.prodotti.gadget .heading {
    font-size: 40px;
    margin-bottom: 20px;
}


/* ============================================
FOOTER
===============================================*/
.copyright{
    padding: 20px;
}
.copyright small {
    font-family: 'Akrobat SemiBold';
}
.copyright ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Akrobat SemiBold';
    width: 100%;
    direction: rtl;
    display: flex;
}
.copyright ul li {
    margin-left: 30px;
    text-transform: uppercase;
}
/*-------------------------------
404 PAGE
 --------------------------------*/
.error-404 {
    height: calc(100vh - 95px);
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.page_404 {
    text-align: center;
    color: #fff;
}
.section.page_404 h2.title_404 {
    font-size: 140px;
    line-height: initial;
}
.buttons_404 a:visited,
.buttons_404 {
    color:#fff;
}
.pagination ul,
ol.wp-paginate.font-inherit {
    width: 100%;
    justify-content: center;
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
}
/* ============================================
PAGE CONCORSI/EVENTI
===============================================*/
.box-product {
    margin:0;
}
.col-dx,
.col-sx {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 33vw;
    color:#fff;
}
.box-text-cta h3.product-name {
    font-size: 2.7rem;
}
.box-text-cta  .p.product-text {
    font-size: 1.3rem;
}
.box-text-cta a {
    text-transform: uppercase;
}
.box-product a {
    width: 100%;
    height: 100%;
}

/* ============================================
PAGE SCHEDA CONCORSI
===============================================*/
.outer-container {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.inner-container {
    width: 600px;
    height: 100%;
    margin: 0 auto;
}
.section-text-concorso {
    color:#fff;
    padding: 50px 0;
}
.bck-blue {
    background-image: url("../img/bck-scheda-concorso.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.bck-blue-reg {
    background-image: url("../img/bck-registrazione.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.bck-blue-dark {
    background-image: url("../img/bck-dark-blue.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.bck-blue-reg.logout{
    background-image: url("../img/bck-registrazione.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}
.bck-blue-reg.delete{
    background-image: url("../img/bck-dark-blue.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
}
.bck-magenta {
    background-color: #ff00b1;
}
.bck-magenta-dark {
    background-color: #db0098;
    padding: 30px;
}
.section-text-concorso .wrapper-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.section-text-concorso a {
    text-align: center;
    text-transform: uppercase;
}
.section-text-concorso .heading--shadow {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #ff00b1;
    font-size: 2.5rem;
    line-height: 1.2;
    clear: both;
}
.section-text-concorso .heading--stroke {
    color: #fff;
    font-weight: bold;
    position: absolute;
    transform: translate(10px,7px);
    font-size: 2.5rem;
}
/* ============================================
PAGE SCHEDA EVENTO
===============================================*/

.section.section-map {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.section-map{
    width: 100%;
    height: 650px;
}
.product-name {
    text-transform: uppercase;
}
/* ============================================
PAGE PRODOTTO
===============================================*/
.img-justify-content {
    display: flex;
    margin: 0 auto;
    width: 100%;
}
.prodotti-page {
    background-image: url("../img/bck-page-prodotti.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 50px 80px;
}
.section-text-prodotto{
    margin: 15px 0;
}
.section-text-prodotto .heading--stroke {
    color: #fff;
    margin-left: 33px;
    position: absolute;
    top: -5px;
    font-weight: 800;
}
.section-text-prodotto .heading--main {
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    padding: 40px 0 0;
}

.section-text-prodotto .heading--shadow {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.03em;
    -webkit-text-stroke-color: #ff00b1;
}
.prodotti .box:nth-child(odd) .heading--shadow {
    -webkit-text-stroke-color: #21ccd3;
}
.section-text-prodotto h2 {
    font-size: 52px;
    text-align: center;
}
.section-text-prodotto .heading--stroke {
    font-size: 36px;
    color: #fff;
    margin-left: 14px;
    position: absolute;
    transform: translate(0px,15px);
}
.prodotti-page a {
    text-decoration: none;
}
/* ============================================
PAGE SCHEDA PRODOTTO
===============================================*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-top: -3px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============================================
MODULO VIDEO
===============================================*/
html {
    --plyr-color-main: #1f00ff;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
    background: transparent;
    border: 6px solid;
    padding: 9px;
}
.plyr__control--overlaid svg {
    height: 28px;
/*    height: var(--plyr-control-icon-size,28px);*/
    width: 28px;
/*    width: var(--plyr-control-icon-size,28px);*/
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 87%;
    max-width: 100%;
}
/* ============================================
COOKIE BANNER
===============================================*/
#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    display: none;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: rgba(33,0,255, 0.8)!important;
    border-top: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    margin: 0;
    font-size:16px!important;
    line-height: 1.5!important;
    font-weight: 700;
    padding-bottom: 0;
    color: #fff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
color: #fff!important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
    order: 1;
    background-color: #000000;
    color: #ffffff;
    border: 3px solid #000000;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:hover {
    background-color: red;
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #ffffff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.mgbutton.moove-gdpr-infobar-allow-all {
    order: 2;
    border: 3px solid #000000;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.mgbutton.moove-gdpr-infobar-allow-all:hover {
    border: 3px solid #ffffff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-close-btn {
    display: none;
}
@media screen and (max-width: 767px) {
    #moove_gdpr_cookie_info_bar {
        right: 0;
        max-height: unset !important;
        transition: none !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        padding-top: 0;
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-close-btn {
        display: none;
    }
}

/* ============================================
PAGE REGISTER
===============================================*/
.form-check {
    padding-left: 0;
}
.contact-form .form-control{
    border-radius:1rem;
    height: 50px;
}
.contact-form textarea.form-control {
    height: 150px;
}
.contact-form form{
    padding: 100px 50px;
}
.contact-form label {
    color:#fff;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 10px 0 0px;
}
.form-group {
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
}
.contact-form .form-control {
    border-radius: 40px;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    padding: 10px 25px;
    transition: all 0.4s;
}
.contact-form input:focus:not([readonly]) {
    border: 3px solid #ff00b1;
    padding-left: 40px;
    transition: all 0.4s;
}
.contact-form input[readonly]:focus {
    box-shadow: none;
}
.contact-form input[type="checkbox"]:focus {
    padding-left: 0;
    border: 1px solid #ff00b1;
}
.form-nascita .form-group {
    width: 22%;
    display: inline-flex;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-sesso {
    width: 250px;
    display: inline-flex;
    margin-left: 10px;
}
.form-group.form-submit input {
    background-color: #ff00b1;
    border: 0;
    border-radius: 30px;
    /* padding: 10px 120px; */
    color: #fff;
    border:2px solid #ff00b1;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    transition: all 0.3s;
    font-size:18px;
    height: 50px;
}
.form-group.form-submit input.btn--big {
    padding: 10px 120px;
}
.form-group.form-submit input:hover {
    background-color: #fff;
    color: #ff00b1;
    border:2px solid #ff00b1;
    transition: all 0.3s;
    text-decoration: none;
}
.form-group.form-submit {
    text-align: center;
    padding: 20px 0;
}
.contact-form .form-check label{
    margin:3px 0 10px 40px;
    font-weight: 300;
    font-style: italic;
    width: calc(100% - 40px);
}
.contact-form .form-check label a {
    font-weight: bold;
    text-decoration: underline;
}
input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: lightgray;
    height: 24px;
    width: 24px;
    border: 1px solid white;
    border-radius: 3px;
}
input#vigo-check:focus {
    padding: 0;
    transition: none;
    border: 2px solid #fff;
}
input[type="checkbox"]:checked {
    background: #ff01b1;
}
input[type="checkbox"]:hover {
    filter: brightness(90%);
}
input[type="checkbox"]:disabled {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 38%;
    top: 13%;
    width: 8px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}
input[type="checkbox"]:checked:after {
    display: block;
}
input[type="checkbox"]:disabled:after {
    border-color: #7b7b7b;
}
.contact-form label {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 10px 13px 0px;
}
select {
    background-image: url(../img/select.png);
    background-position: calc(100% - 25px);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: auto;
    cursor: pointer;
    border: 3px solid #fff;
}
.form-control.error,
.form-control:focus:not([readonly]) {
    border: 3px solid #ff00b1;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0;
}
.form-check-input.error {
    border: 2px solid #ff00b1;
}
/* ============================================
 CONTACT FORM MATERIAL
===============================================*/
.contact-form.contact-form-material .form-control:focus {
    padding-left: 25px;
}
.contact-form.contact-form-material .form-control[type="checkbox"]:focus {
    padding-left: 0;
}
.contact-form.contact-form-material .form-group {
    position: relative;
}
.contact-form.contact-form-material .form-control:placeholder-shown ~ .form-control-label {
    top: 12px;
    font-weight: 300;
    color: #353535;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    pointer-events:none;
}
.contact-form.contact-form-material .form-control-label,
.contact-form.contact-form-material .form-control:focus:not([readonly]) ~ .form-control-label {
    position: absolute;
    top: -17px; /* -(font-size + space from input (3px)) */
    left: 28px;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    font-style: normal;
}
/* ============================================
 ERROR FORM MESSAGE
===============================================*/
.error {
    padding: 0px 20px;
}
input.form-control.error,
textarea.form-control.error {
    border: 3px solid red;
}
.change-pass-ext-errorTxt,
.delete-errorTxt,
.change-data-errorTxt,
.change-pass-errorTxt,
.lost-errorTxt,
.login-errorTxt,
.errorTxt {
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #ff01b1c7;
    border-color: #f5c6cb;
    border-radius: 30px;
    margin-top: 30px;
    transition: all 0.3s;
}
.form-validation-error-wrapper {
    margin: 10px 0 0;
    padding: 11px 20px;
    color: #ffffff;
    background-color: #ff01b1c7;
    border: 1px solid #f5c6cb;
    transition: all 0.3s;
    display: none;
}
.form-validation-error-wrapper .error {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0px;
}
.change-pass-ext-alert-success,
.delete-alert-success,
.change-data-alert-success,
.change-pass-alert-success,
.lost-alert-success,
.login-alert-success,
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 30px;
    margin: 10px 0;
    transition: all 0.3s;
}
/* ============================================
LOGIN PAGE
===============================================*/
.menu-inner.login {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5vw;
    padding-bottom: 110px;
}
.login .form-group.form-submit input {
    width: 100%;
}
.pass-recover a.back-page,
.pass-recover a.lost-pass:hover, .pass-recover a.lost-pass {
    font-size: 17px;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke-width: initial;
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-style: italic ;
}
a.lost-pass.register {
    font-weight: 700;
}
.pass-recover {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}
.header_modifica {
    margin:10px 0;
    padding:0;
}
a.back-page {
    float: left;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
}
.min-change-pass {
    min-height: 300px;
}
.menu-inner .contact-form form {
    padding: 30px 50px;
}
.menu-inner .contact-form .success-form-message {
    padding: 30px 50px;
}

@media (max-width: 991px) {

    .menu-inner.login {
        padding-top: 18vw;
    }

    .menu-inner .contact-form form {
        padding: 5vw 0;
    }
}
/* ============================================
AREA PERSONALE
===============================================*/
.area-personale {
    padding-left: 10%;
    padding-right: 10%;
}
.area-personale p{
    color: #fff;
    font-size:16px;
}
.area-personale .ap-title {
    text-transform: uppercase;
}
.area-personale .form-group {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.area-personale span.back-page {
    float: none;
    font-weight: 400;
    text-decoration: none;
    margin-right: 10px;
    color:#fff;
    font-size: 16px;
}
.area-personale  .logout {
    padding:10px 110px;
}
@media screen and (min-width: 1400px) {
    .box-articoli.blog .box-image {
        min-height: 18vw;
    }
}
@media screen and (max-width: 1366px) {
    .menu-inner {
        padding-top: 15%;
    }
    .box-articoli.blog .box-image {
        min-height: 18vw;
    }
    .contact-form form {
      /*  padding: 14% 10%;*/
        /* min-height: 900px; */
    }
    .contact-form label {
        display: block;
    }
    .form-nascita .form-group {
        width: 100px;
        display: inline-flex;
        margin-left: 7px;
    }
    .contact-form .form-control {
        padding: 10px 23px;
    }
    .form-sesso {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .box-articoli.foto .ico-dx, .box-articoli.foto .ico-sx {
        font-size: 30px;
    }
    .prodotti {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 992px) {
    .breadcrumbs_area{
        display: none;
    }
    .box-articoli {
        min-height: 80vw;
    }
    .box-articoli.blog .box-image {
        min-height: 65vw;
    }
    .prodotti .heading--stroke {
        margin-bottom: 0px;
    }
    .lity-close {
        width: 24px;
        height: 24px;
        right: calc(50% - 13px);
        top: -25px;
        position: absolute;
        left: initial;
    }
    .navbar .container {
        padding: 0;
    }
    .contact-form form {
        padding: 14% 0%;
    }
    .contact-form label {
        display: block;
    }
    .form-nascita .form-group {
        width: 100px;
        display: inline-flex;
        margin-left: 7px;
    }
    .contact-form .form-control {
        padding: 10px 23px;
    }
    .form-sesso {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .prodotti-page {
        background-image: url("../img/bck-page-prodotti-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 50px 0px;
    }
    .section-text-prodotto .heading--main {
        font-size: 27px;
    }
    .section-text-prodotto h2 {
        font-size: 30px;
    }
    .section-text-prodotto .heading--stroke {
        font-size: 30px;
    }
    .section-text-prodotto {
        margin-bottom: 0px;
    }
    .col-dx, .col-sx {
        min-height: 55vw;
    }
    .inner-container {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .form-group.form-submit {
        text-align: center;
        padding: 0;
    }
    .form-group.form-submit input {
        float: right;
    }
    .area-personale {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header_modifica {
        padding: 0 20px;
    }
}
@media screen and (max-width: 414px) {
    .copyright img {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .copyright {
        text-align: center;
    }
    .copyright ul {
        direction: rtl;
        display: block;
        margin: 0;
    }
    .copyright ul li {
        margin-left: 0;
    }
    .box-articoli.social .box-inner ul {
        justify-content: space-between;
    }
    .box-articoli {
        min-height: 100vw;
    }
    .sidenav a:not(.btn):not(.lost-pass) {
        padding: 10px;
        font-size: 45px;
        color: #1f00ffd9;
    }
    .col-dx, .col-sx {
        min-height: 60vw;
    }
    .inner-container {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    .section-text-concorso {
        padding: 30px;
    }
    .section-map{
        width: 100%;
        height: 500px;
    }
    .openNavLogin {
        padding: 5px 16px;
        margin: 15px 13px;
        font-size: 15px;
    }
    .navbar-brand img {
        width: 175px;
        text-align: left;
    }
    .navbar-brand {
        padding-top: 10px;
    }
    .area-personale span.back-page {
        display: block;
    }
    .pass-recover {
        flex-direction: column;
        margin-top: 20px;
    }
}
@media screen and (max-width: 414px) {
    .form-group.form-submit input {
        padding: 0;
        width: 100%;
    }
}