/*
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
*/

.fix {
    clear: both;
    display: block
}

.hide {
    display: none !important
}

.no-link {
    cursor: default;
    pointer-events: none
}

/* FIX SINGLE IMAGE POSITION COMPOSER */
.compose-mode .vc_element.vc_image_with_animation {
    position: relative !important;
}

/**/

/*FIX*/
body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content),
body .container-wrap {
    margin-bottom: 0;
    padding-bottom: 0 !important
}

.material .wpb_content_element,
.material .wpb_row {
    margin-bottom: 0;
}

body .container-wrap .wpb_row[data-column-margin="30px"]:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 0;
}

/**/


/*INIZIO NEWSLETTER PROVVISORIA*/
.newsletter-container {
    display: flex!important;
    margin: 20px auto!important;
}

.newsletter-input {
    flex-grow: 1!important;
    padding: 12px 15px!important;
    border: 1px solid #ddd!important;
    border-radius: 4px!important;
    outline: none!important;
    margin-right: 15px!important
}

.newsletter-input::placeholder {
    color: #999!important;
}

.newsletter-button {
    background-color: #544d4c!important;
    color: white!important;
    border: none!important;
    padding: 0 30px!important;
    border-radius: 4px!important;
    cursor: pointer!important;
    transition: background-color 0.3s!important;
    white-space: nowrap!important
}

.newsletter-button:hover {
    background-color: #CEC2AF!important;
    color: #544d4c!important
}

/*FINE NEWSLETTER PROVVISORIA*/

a,
a:hover {
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
}

strong,
bold {
    font-weight: 700
}

.nectar-milestone,
.milestone-wrap,
.milestone-wrap h2 {
    margin-bottom: 0 !important
}

.portfolio-items .col .work-item.style-3:hover img,
.portfolio-items .col .work-item.style-3-alt:hover img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

body .camere .portfolio-items[data-gutter="default"]:not([data-col-num="elastic"]) {
    margin-top: -5px;
    margin-bottom: 20px
}

body .camere .portfolio-items[data-gutter="default"]:not([data-col-num="elastic"]) .col {
    max-height: 100px !important;
    overflow: hidden !important
}

body.fancybox-active {
    overflow: visible !important
}

/*CTA*/
#ajax-content-wrap .nectar-cta.border_radius_3px .link_wrap {
    padding: 0 5px 10px 0px;
}

.nectar-cta[data-using-bg=true] .text {
    margin-right: 0;
}

.nectar-button.centro {
    margin: 20px auto 0 auto;
    display: table
}

/**/

/*SUPERTOP*/
.menu-supertop-right .nectar_icon_wrap,
.menu-supertop-right .wpb_text_column {
    display: table;
    position: relative;
    float: right;
    line-height: 24px
}

.menu-supertop-right .nectar_icon_wrap {
    margin-right: 10px
}

.menu-supertop-left .nectar_icon_wrap,
.menu-supertop-left .wpb_text_column {
    display: table;
    position: relative;
    float: left;
    line-height: 24px
}

.menu-supertop-left .nectar_icon_wrap {
    margin-right: 10px
}

/*INIZIO HOVER BOTTONE*/

#header-outer[data-header-button_style=default] #top nav > ul > li[class*=button_solid_color] > a:hover:before,
#header-outer[data-header-button_style=default].transparent #top nav > ul > li[class*=button_solid_color] > a:hover:before {
    opacity: 1 !important;
    background-color: #CEC2AF !important;

}

body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color] > a:hover {
    color: #282828 !important
}

#header-outer[data-format=centered-menu-under-logo] #top nav > ul > li[class*=button_] > a:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


body .nectar-button.large.see-through,
body .nectar-button.large.see-through-2,
.nectar-button.large {
    font-size: 16px !important
        /*    padding-top: 18px;*/
}

.nectar-button.jumbo,
.nectar-button.large {
    color: #282828
}

.nectar-button.jumbo:hover,
.nectar-button.large:hover {
    opacity: 1 !important;
    background-color: #282828 !important;
    color: #fff
}


body .col.dark .nectar-button.see-through-2:hover,
body .col.dark .nectar-button.see-through-3:hover,
body .nectar-button.see-through-2:hover {
    color: #282828 !important
}

.nectar-button.accent-color.jumbo:hover {}

.nectar-button {
    margin-bottom: 0
}

/*FINE HOVER BOTTONE*/

body #header-outer[data-lhe="default"] #top nav .sf-menu > .button_solid_color_2 > a {
    color: #fff !important
}

.box-contatti .iwithtext .iwt-text {
    font-size: 15px;
    line-height: 22px;
}

.box-contatti .fa-envelope:before {
    position: relative;
    top: -4px;
}

.box-contatti a {
    color: #fff !important
}

/*INIZIO ICONE*/
.camere .iwithtext {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding: 5px;
    width: 40px;
}

.camere .iwithtext .iwt-icon {
    position: relative
}

.camere .iwithtext .iwt-icon img {
    margin-bottom: 0 !important
}

.camere .iwithtext .iwt-text {
    position: absolute;
    top: -30px;
    left: 0;
    background: #877c7c;
    color: #fff;
    font-size: 14px !important;
    line-height: 18px;
    padding: 5px !important;
    display: none;
    white-space: nowrap;
    z-index: 9999
}

.fico-ico .iwithtext .iwt-icon img {
    width: 55px !important
}


.fico-ico .iwithtext .iwt-text {
    padding-left: 75px;
}

/*FINE ICONE*/

/*INIZIO GALLERY*/
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-viewport {
    margin: 0 !important;
}

.nectar-flickity[data-spacing="5px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 !important;
    opacity: .6;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.nectar-flickity[data-spacing="5px"]:not(.masonry) .flickity-slider .cell.is-selected {
    opacity: 1 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

/*FINE GALLERY*/

/* INIZIO CF7 */
body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding: 0 !important
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    border-color: #3c3c3c !important;
    font-weight: 500 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3c3c3c transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
    border-color: #3c3c3c transparent transparent transparent !important;
}

.select2-dropdown {
    border-radius: 0 !important
}

.line-cf7 {
    width: 100%;
    height: 2px;
    background: #3c3c3c;
    margin: 40px 0
}

.wpcf7-form {
    display: table;
    margin: 0 auto;
    padding: 0
}

.wpcf7-form h3 {
    color: #3c3c3c !important;
    font-weight: 500 !important
}

.wpcf7 p {
    padding: 0;
    line-height: 28px;
}

.summary .wpcf7-form {
    text-align: left;
    margin: 0 0 10px 0
}

.wpcf7-form label span {
    text-align: left !important;
    font-size: 17px;
    font-weight: 400;
    color: #3c3c3c;
    display: flex;
}

body .light .wpcf7-form p span,
.wpcf7-form p span {
    font-size: 16px;
}

.campo label,
.campo-area label {
    text-align: left !important;
    font-size: 17px !important;
    margin: 5px 0 0 0;
    display: table;
}

.campo {
    width: 100%;
    display: inline-block;
    margin: 10px 0
}

.campo-half {
    width: 48.5%
}

.campo-half-contatto {
    width: 49.7%
}

.campo-half.right,
.campo-half-contatto.right,
.float-right {
    float: right;
}

.campo-half.left,
.float-left {
    float: left;
}

.campo-area {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 10px 0
}

.last {
    margin-right: 0
}

.fancybox-content {
    padding: 20px 30px !important;
    background: #f3f3f3 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #282828 !important;
    opacity: 1 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #282828 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #282828 !important;
}

input.wpcf7-date {
    color: #282828;
    font-size: 16px !important;
    font-weight: 400;
    border: 1px solid #282828 !important;
    background: transparent !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    padding: 18px 15px !important
}

body.material input[type=text]:focus,
body.material input[type=email]:focus,
body.material input[type=date]:focus,
body.material textarea:focus,
select.wpcf7-select:focus {
    /*    border: 1px solid #223048 !important;*/
    box-shadow: 0 0 0 rgb(255 255 255 / 0%) !important;
}


input.wpcf7-captchar {
    color: #282828;
    font-size: 16px !important;
    font-weight: 400;
    border: 1px solid #d1d3d4 !important;
    background: #fff !important;
    width: 200px !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    padding: 15px !important;
}

input.wpcf7-text,
input.wpcf7-date,
input.wpcf7-number,
input.wpcf7-quiz,
input.wpcf7-datepicker,
select.wpcf7-select {
    color: #282828;
    font-size: 16px !important;
    font-weight: 400;
    border: 1px solid #d1d3d4 !important;
    background: #fff !important;
    width: 100% !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    padding: 15px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #282828;
    background: #cec2af;
    font-weight: normal;
    color: #ffffff;
}

.wpcf7-textarea {
    color: #282828;
    font-size: 16px !important;
    border: 1px solid #d1d3d4 !important;
    background: #fff !important;
    resize: none !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    height: 140px !important;
    padding: 15px !important
}

.wpcf7 .ajax-loader {
    margin: -7px 64px !important;
}

p.invio {
    margin: 10px 0
}

body[data-form-submit="regular"] .container-wrap input[type=submit].wpcf7-submit,
.wpcf7-submit {
    background-color: #282828;
    border: none;
    font-size: 18px !important;
    color: #fff !important;
    padding: 15px 60px !important;
    margin-top: 20px
}

body[data-form-submit="regular"] .container-wrap input[type=submit].wpcf7-submit:hover {
    background-color: #cec2af !important;
    color: #282828 !important;
    opacity: 1 !important
}

div.wpcf7-response-output {
    margin: 0 !important;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid,
.fancy-select-wrap:has(select.wpcf7-not-valid) {
    border: 1px solid #cd323d !important;
}

.fancy-select-wrap:has(select.wpcf7-not-valid) .select2-selection {
    border: none !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-checkbox.wpcf7-not-valid {
    border: none !important;
}

.wpcf7-checkbox.wpcf7-not-valid span {
    color: #cd323d !important;
}

span.wpcf7-list-item {
    margin: 0 !important
}

.Accetto span.wpcf7-not-valid-tip {
    display: inherit !important;
    font-size: 14px !important;
    margin-left: 5px !important;
    color: #cd323d !important;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #cd323d !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    font-size: 14px
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
    color: #398F14 !important;
    padding: 0 !important;
    border: none !important;
    background: none
}

div.wpcf7 img.ajax-loader {
    margin-top: 0 !important;
}

.trattamento {
    font-size: 14px !important
}

span[data-name="trattamento-dati"] {
    display: inline-block !important;
    color: #282828;
}

.trattamento-dati span {
    font-size: 16px !important;
    margin-right: 5px;
}

a.trattamento-dati-link {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
}

a.trattamento-dati-link:hover {
    color: #282828;
    opacity: .8;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
}

a.link-trattamento {
    font-size: 16px !important;
    color: #282828;
}

a.link-trattamento:hover {
    color: #74CD7D !important;
}

h3.notifica-corso {
    font-size: 20px !important
}

.quiz {
    font-weight: bold;
}

input.wpcf7-quiz {
    border: 1px solid #c9c9c9;
    background: #fcfcfc;
    height: 45px;
    width: 65px !important;
    font-size: 16px;
    text-align: center;
}

.wpcf7-quiz.wpcf7-not-valid {
    border: 1px solid #cd323d;
}

.math-quiz {
    margin-top: 10px;
    display: table
}

.wpcf7-spinner {
    top: 7px;
}

/* FINE CF7 */
/* INIZIO MODALE CF7 */
.wpcf7-response-output {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.modale {
    position: absolute;
    z-index: 999;
    background: #282828;
    color: #fff;
    font-size: 22px;
    border: none !important;
    padding: 80px 40px !important;
    width: 450px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center !important;
}

.modale h4 {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 !important;
    color: #fff;
}

.chiudi {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('images/close.svg') no-repeat center;
    cursor: pointer;
}

@media only screen and (max-width: 699px) {
    .modale {
        width: 90%
    }
}

/* FINE MODALE CF7 */
/* CUSTOM CHECKBOX */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #3c3c3c;
    background: transparent;
    border-radius: 5px;
}

[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
    content: '\2714';
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 1em;
    line-height: 0.8;
    color: #3c3c3c;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + span:after {
    color: #999;
}

[type="checkbox"]:disabled + span {
    color: #aaa;
}

[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
    /*border: 2px dotted blue;*/
}

label:hover:before {
    border: 2px solid #3c3c3c !important;
}

/* CUSTOM CHECKBOX */

/* INIZIO LEAFLET */
.nectar-google-map .animated-dot .signal2,
.nectar-leaflet-map .animated-dot .signal2,
.nectar-google-map .animated-dot .signal,
.nectar-leaflet-map .animated-dot .signal {
    width: 100px !important;
    height: 100px !important;
    left: -40px !important;
    top: -40px !important;
}

.leaflet-popup-content {
    font-weight: bold;
}

.leaflet-popup-tip-container,
.leaflet-control-attribution,
.leaflet-popup-close-button {
    display: none
}

@media only screen and (max-width: 999px) {

    .leaflet-container {
        height: 400px !important
    }
}

/* FINE LEAFLET */

.nectar-close-indicator {
    left: -20px;
    top: -20px;
    height: 40px;
    width: 40px;
}

.nectar-close-indicator .inner {
    border: 2px solid #2f926d;
    height: 40px;
    width: 40px;
    line-height: 38px;
}

.nectar-close-indicator .inner .icon-salient-m-close {
    line-height: 40px;
    color: #2f926d
}

.nectar-close-indicator.visible {
    mix-blend-mode: normal !important;
}

/*FINE CAROSELLO STAFF*/

/*INIZIO FOOTER*/

body [class^=icon-].icon-default-style {
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-right: 0;
    font-size: 20px;
    font-style: normal;
    background-color: transparent;
}


.my-footer .iwithtext .iwt-text {
    padding-left: 30px;
}

.nectar_hook_global_section_footer {
    border-top: 1px solid #d1d3d4
}

.my-footer p,
.my-footer {
    font-size: 15px;
    line-height: 22px
}

.my-footer h4 {
    font-size: 20px !important
}

h2.widgettitle {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

ul#menu-footer-menu {
    margin: 0 !important;
    padding: 0 !important;
}

ul#menu-footer-menu li {
    list-style-type: none;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 30px;
}

ul#menu-footer-menu li a:hover {
    color: #282828
}

.my-footer li a {
    color: #282828 !important;
    opacity: .7
}

.my-footer li a:hover {
    color: #282828;
    opacity: 1
}

.ul-footer ul {
    margin: 0 !important;
    padding: 0 !important;
}

.ul-footer ul li {
    list-style-type: none;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 30px;
}

#footer-outer #copyright[data-layout="centered"] {
    padding: 15px !important
}

.material .my-footer .wpb_content_element {
    margin-bottom: 8px !important
}

.my-footer .destra .vc_column-inner {
    width: auto;
    float: right;
    display: table;
    clear: both
}

.my-footer img.centra {
    width: 36px !important
}

/*FINE FOOTER*/

/* INIZIO RIMUOVI BACK */
.sub-menu li.back a {
    display: none !important
}

.sub-menu li.back::after {
    content: '\2715';
    cursor: pointer;
    font-size: 30px
}

/* FINE RIMUOVI BACK */


@media only screen and (max-width: 1199px) {

    #header-outer[data-lhe="default"] #top nav > ul > li > a,
    #header-outer[data-lhe="text_reveal"] #top nav > ul > li:not([class*="menu-item-btn"]) > a,
    #header-outer .nectar-header-text-content,
    body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .nectar-header-text-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 999px) {

    .cento {
        width: 100% !important
    }

    .nectar-flickity:not(.masonry) .flickity-viewport {
        margin: 30px 0 !important;
    }

    .fico-ico .iwithtext .iwt-icon {
        text-align: center;
    }

    .fico-ico .iwithtext .iwt-text {
        padding-left: 0;
        text-align: center;
    }


    #slide-out-widget-area.fullscreen-inline-images.open .inner .off-canvas-menu-container li[class*="current"] a span:after {
        opacity: 0 !important;
    }

    #slide-out-widget-area .off-canvas-menu-container li a:hover span:after,
    #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li[class*="current"] a span:after {
        transform: scaleX(0) !important;
    }

    .hero-home .column-bg-overlay-wrap {
        opacity: 1;
    }

    .wpb_column:not([class*=vc_col-xs]) {
        margin-bottom: 0;
    }

    .iwithtext .iwt-text {
        padding-left: 0;
    }

    .iwithtext .iwt-icon {
        position: relative
    }

    .campo-half {
        width: 100%
    }

    .hide-mobile {
        display: none !important
    }

    .my-footer .widget_nav_menu {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important
    }

    .my-footer .img-with-aniamtion-wrap.custom-width-220px {
        text-align: center !important;
        margin: 0 auto !important;
        display: table !important
    }

    #copyright > .container > .col.span_7.col_last {
        display: none
    }

    .camere .portfolio-items:not(.carousel) .col.span_3 {
        width: 25%;
        height: auto;

    }

    body .camere .portfolio-items[data-gutter="default"]:not([data-col-num="elastic"]) {
        margin-top: 0;
    }

}
