/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Sticky Nav */

.sticky-nav {
    position:relative;
    background-color: #000;
    height: 7vh;
    width: 40%;
    margin: 0 auto !important;
    position:fixed;
    bottom: 3rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999;
    border-radius: 55px;
    color: #ffff !important;
}
@media only screen and (min-width:321px) and (max-width:768px) {
.sticky-nav {
    width: 100%;
    bottom: 2rem;
	font-size: 12px;
}}
.sticky-nav ul li {
    display: inline !important;
    padding: 1rem;
}
.sticky-nav li a:hover {
    color: #fff !important;
}
.sticky-nav #menu-sticky-it.menu  {
    margin: 0;
    position: absolute;
    width: max-content;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 12px;
}




ul li {
    list-style: none !important;
    list-style-position: outside;
}


body #header-secondary-outer .nectar-center-text {
    font-size: 12px;
    line-height: 16px;
    max-width: 80%;
}

body.material #header-outer[data-full-width=true][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons, body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons{
	margin-left:10px;
}

#cmplz-document {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}

.modulo-contatti{
	padding-bottom:15px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 300;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}


.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid #ee6a09;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    text-align: center;
    line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 30px;
    display: inline-block;
	margin-top: -24px;
}
.wpcf7-inline-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}