/*
	Theme Name: Rossimoda Theme
	Theme URI: https://www.rossimoda.it
	Author: Digitalnation.it
	Description: Graphic powered by digitalnation.it
	Version: 1.2
	License: GNU General Public License
	License URI: license.txt
*/

/* Google reCaptcha v3 hide badge */
.grecaptcha-badge { 
    visibility: hidden;
}

/* SOVRASCRITTURA REGOLE ORIGINALI */
.current-menu-parent:after {
    content: "";
    display: block;
    top:-16px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
	background-color: #b96d89;
    position: absolute;

}


.wpcf7-submit {
    background-color: #820f3a;
    color: white;
    border-radius: 0;
    padding: 18px;
    text-transform: uppercase;
    transition: all 0.7s;
}

.wpcf7-submit:hover {
    background-color: white;
    color: #820f3a!important;
}

@media only screen and (max-width: 1024px) {
	.current-menu-parent:after{top:20px;}
}

/* rimozione barretta sopra voce nel sub-menu inglese */
#menu-item-252:after, #menu-item-253:after, #menu-item-254:after {
	display:none;
}

/* rimozione barretta sopra voce nel sub-menu italiano */
#menu-item-226:after, #menu-item-227:after, #menu-item-228:after {
	display:none;
}

/* rimozione barretta sotto la voce AZIENDA nel menu italiano e inglese */
#menu-item-251 a:after, #menu-item-231 a:after  {
    content: none;
}

#cn-notice-text {
	font-family: 'Roboto', sans-serif;
}

#cookie-notice .button.wp-default {
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	background: none;
    border-color: #bbb;
    background-color: #5a102b;
    color: #ededed;
}
#cookie-notice .button.wp-default:hover {
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	background: none;
    border-color: #bbb;
    background-color: #820f3a;
    color: #ededed;
}
#cookie-notice .button.wp-default:focus {
	font-family: 'Roboto', sans-serif;
	text-shadow: none;
	background: none;
    border-color: #bbb;
    background-color: #820f3a;
    color: #ededed;
}

/* STILIZZAZIONE ERRORI E NOTICE CF7 */

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}

/* SOVRASCRITTURA REGOLE BOOTSTRAP */

.tab-focus() {
    text-decoration: unset;
	color: black !important;
}

nav.showNav > ul > li.menu-item a:hover:focus {
    text-decoration: unset;
	color: black !important;
}

* {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}
 


/* PRELOADER */


#preloader {
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: flex;
}

#floatingCirclesG{
	position:relative;
	width:61px;
	height:61px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:11px;
	width:11px;
	border-radius:6px;
		-o-border-radius:6px;
		-ms-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:25px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:7px;
	top:7px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:25px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:7px;
	top:7px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:25px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:7px;
	bottom:7px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:25px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:7px;
	bottom:7px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgba(90,16,43,0.98);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgba(90,16,43,0.98);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgba(90,16,43,0.98);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgba(90,16,43,0.98);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgba(90,16,43,0.98);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/* GDPR */
#gdrf-submit-button {
    background-color: #820f3a;
    color: white;
    border-radius: 0;
    padding: 18px;
    text-transform: uppercase;
    transition: all 0.7s;
	border: none;
	margin-top: 20px;
}

#gdrf-submit-button:hover {
    background-color: white;
    color: #820f3a!important;
}

#gdrf-form input, #gdrf-form p {
	margin: 5px;
}