/* GRADIENT TEXT */
@font-face {
    font-family: "corsivo";
    src: url('../fonts/corsivo.woff2') format('woff2'),
         url('../fonts/corsivo.woff') format('woff');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.text_gradient{
  background: -webkit-linear-gradient(0deg, rgba(237,179,54,1) 0%, rgba(206,46,40,1) 35%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.uk-divider-small::after{content:url("/nautilus/wp-content/uploads/2023/04/Nautilus-divider-s.svg") ;
height:auto;
width:100%;}

.uk-tile-primary{background: rgb(239,139,0);
	background: linear-gradient(320deg, rgba(239,139,0,1) 0%, rgba(246,173,0,1) 100%);}

/* ALTRI COLORI */
.edb336 path{color:#edb336!important;}
.orange{color:#ef8b00!important}

/* NASCONDO NAV SU HOME */
/*.home .tm-header, .home .tm-header-mobile{display:none;}*/

.underline{text-decoration:underline;}

/* TITOLO CON EFFETTO PENNELLO */
/*
h2.paint::after{content:url("https://dartagency.it/nautilus/wp-content/uploads/2023/04/Nautilus-paint.svg") ;
height:auto;
width:100%;}*/

/* WPML */
.wpml-ls-legacy-list-horizontal{padding:0;}

/* FORM */
.news-letter-checkbox{margin-top:32px;}
.wpcf7-list-item{margin:0;}

.uk-form-small:not(textarea):not([multiple]):not([size]){height:42px;}
.wpcf7-not-valid-tip {
    color: rgb(220, 50, 50);
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-align:left
}

/**/
#modal-conferenza .uk-overflow-auto,#modal-conferenza .uk-modal-dialog{border-radius:70px!important;}
@media screen and (max-width: 425px) {
  #modal-conferenza .uk-overflow-auto,#modal-conferenza .uk-modal-dialog{border-radius:40px!important;}
}

