/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root {
  --orangePrimario: #fe8333;
  --orangeSecondario: #ffa137;
  --black: #3f3f3f;
}

.fusion-flex-container.hideSection, .hideSection {
    display: none !important;
}

.prenotazioneHomePage input,
.richiestaContatto input {
    margin-bottom: 10px;
}

.privacy .wpcf7-list-item {
    margin: 10px 0;
}

.privacy .wpcf7-list-item-label {
    font-size: 14px;
}

.linkTopHeader a {
    color: #FFF;
}

.linkTopHeader a:hover {
    color: #FFF;
}

.wpcf7-form input[type="submit"],
.wpcf7-submit {
    background-color: var(--orangePrimario) !important;
}

.prenotazioneHomePage a,
.linkContatti .fusion-title h3 > a,
.formContatti .privacy a {
    color: var(--orangePrimario) !important;
}

body.home span.logoImg a img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(270deg) brightness(117%) contrast(101%);
}

body .awb-imageframe-style-resa img {
    opacity: 1;
}
