/*

 Theme Name: La nuova Arta Child
 Theme URI: https://auxtintech.it/
 Author: Agostino Costantino
 Author URI: https://auxtintech.it/
 Description: Un tema per La nuova Arta
 Template:     lanuovaarta
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lanuovaarta-child
*/

@media screen and (min-width: 0px) {

   /********************************
     * FORMS
     * *****************************/
    label.col-form-label {
        color: #0101AF;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 800;
    }
    input[type="email"], input[type="tel"], input[type="text"] {
        border:none!important;
        border-bottom: 1px solid #050505!important;
        border-radius: 0!important;
    }
    textarea{
        border-radius: 16px!important;
        border-color: #050505!important;
    }
    .wpcf7-list-item-label {
        color: #050505;
        text-transform: uppercase;
        font-size: 25px;
    }
    input[type="checkbox"] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        transform: scale(1.5);
        padding: 10px;
    }
    label {
      padding-bottom: 10px;
    }

    header h2 {
      color: var(--e-global-color-primary) !important;
      font-size: 30px !important;
      text-transform: uppercase;
      font-weight: var(--e-global-typography-primary-font-weight) !important;
    }

    /********************
     * PULSANTE HEADER
     * *****************/
    header button.navbar-toggler {
        font-size: inherit;
        font-weight: inherit;
        text-transform: inherit;
        box-shadow: unset;
        border-style: none;
        border-radius: 0;
        padding: 0;
    }

    /* TESTO SOPRA SFONDO */
    .testo_sopra{
        top: 200px;
    }

    .link_pulsante{
        right: 0;
        top: 300px;
    }

    /* BOLLE */

    .bolla-azzurra-singola, .bolla-azzurra-singola2, .bolla-azzurra-singola3, .bolla-azzurra-singola4{
        background-repeat: no-repeat;
    }

    .bolla-azzurra-singola {
        background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA1_Tavola-disegno-1-copia-2.svg');
    }

    .bolla-azzurra-singola2 {
        background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA3-05.svg');
    }

    .bolla-azzurra-singola3 {
        background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA5.svg');
    }

    .bolla-azzurra-singola4 {
        background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA2.svg');
    }

    .bolla-azzurra {
        background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA1-1.svg');
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: 10% -17%;
    }
    .bolle {
        background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA1.svg');
        background-repeat: no-repeat;
        background-size: 200px;
        transform: rotate(180deg);
        background-position: bottom right;
    }

    .bolle img {
        transform: rotate(-180deg);
    }

    /* AGGIUSTA MENU MOBILE */
    ul li:active > ul {
        display: block;
    }

    .maschera {
      -webkit-mask-image: url( 'https://www.lavanderianuovaarta.it/wp-content/plugins/elementor/assets//mask-shapes/circle.svg' );
      -webkit-mask-size: contain;
      -webkit-mask-position: center center;
      -webkit-mask-repeat: no-repeat;
    }

    .img-thumbnail {
        max-height: 300px;
        z-index: 9;
    }
    img.img-sfondo-absolute {
        top: 60px;
        right: 0;
        z-index: -1;
        max-height: 800px;
    }
    h1.h1-pulsante {
        z-index: 9;
        background-color: white;
        color: #00C7FD;
        border-radius: 50%;
        font-size: 18px;
        padding: 40px;
        width: 130px;
        text-align: center;
        left: 300px;
        top: 0;
    }

    /********************************
     * MENU HEADER MOBILE
     * *****************************/
    .nav-link {
        color: var(--e-global-color-primary)!important;
        text-transform: uppercase;
        font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    header .dropdown-item {
        font-weight: 600;
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    }

    header .dropdown-item:hover {
        color: var(--e-global-color-secondary)!important;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: transparent!important;
    }
    .dropdown-item {
        background-image: none !important;
    }

    /********************************
     * FOOTER POPCOMM
     * *****************************/
    footer .cont-pop {
        display: inline-block;
        position: relative;
        width: 100px;
    }
    footer .cont-pop:hover {
      cursor: pointer;
    }
    footer .cont-pop a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
    }
    footer .cont-pop .popcomm-signature {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      position: relative;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      transition: .4s;
      width: 100%;
      height: 36px;
      z-index: 0;
    }
    footer .cont-pop .popcomm-signature p {
      font-size: 12px;
      color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
    }
    footer .cont-pop #popcomm .letw {
      fill: #fff;
      opacity: 0;
    }
    footer .cont-pop #popcomm .letc {
      fill: #000;
      opacity: 0;
    }
    footer .cont-pop:hover p {
      opacity: 0;
    }
    footer .cont-pop:hover #popcomm .letw {
      opacity: 1;
    }
    footer .cont-pop:hover #popcomm .letc {
      opacity: 1;
    }
    path:nth-child(1) {
      transition-delay: .04s;
    }
    path:nth-child(2) {
      transition-delay: .08s;
    }
    path:nth-child(3) {
      transition-delay: .12s;
    }
    path:nth-child(4) {
      transition-delay: .16s;
    }
    path:nth-child(5) {
      transition-delay: .2s;
    }
    path:nth-child(6) {
      transition-delay: .24s;
    }
    path:nth-child(7) {
      transition-delay: .28s;
    }

/*************************************
 * ICONA MENU
 * **********************************/
    .contenitore-icona {
      display: inline-block;
      cursor: pointer;
      z-index: 9999;
      position: relative;
      background-color: white;
    }
    .barra1, .barra2, .barra3 {
      width: 25px;
      height: calc((20px) * .1);
      background-color: #333;
      margin: calc((10px) * 0.6);
      transition: 0.4s;
    }
    .cambia .barra1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-7px, 3px);
    }
    .cambia .barra2 {opacity: 0;}
    .cambia .barra3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -5px);
    }

    header .menu a {
        color: var(--e-global-color-primary);
        text-transform: uppercase;
        display: inline-block;
        padding-bottom:2px;
    }

    .custom-logo {
        z-index: 1;
        width: 200px;
        position: relative;
        max-height: 150px;
    }
    header .nav-link:hover {
        color: var(--e-global-color-secondary)!important;
    }
    header .menu li {
      padding: calc((16px)/ 2) 0;
      display: inline;
    }
}

@media screen and (min-width: 900px) {

    .testo_sopra{
        top: 500px;
    }

    .bolla-sinistra {
      background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA2-04.svg');
      background-size: 350px;
      padding: 200px;
      bottom: 0;
      background-repeat: no-repeat;
      left: -370px;
    }

    .bolla-destra {
      background-image: url('https://www.lavanderianuovaarta.it/wp-content/uploads/2022/11/LANUOVAARTA_BOLLA1_Tavola-disegno-1-copia-2.svg');
      background-repeat: no-repeat;
      left: 100%;
      transform: rotate(260deg);
      height: 200px;
      width: 200px;
    }

    /********************************
     * FORMS
     * *****************************/
    .wpcf7-list-item-label {
        color: #050505;
        text-transform: uppercase;
        font-size: 30px;
    }
    input[type="checkbox"] {
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(2);
        padding: 10px;
    }

    /********************************
     * IMMAGINE PAGINE
     * *****************************/
    .min-altezza{
        padding: 300px;
    }

    .img-pagine {
        top: 60px;
        right: 0;
    }
    img.img-pagine {
        width: 60%;
    }
    .h1-pagine {
        right: 20%;
        z-index: 9;
        top: 560px;
        font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
        font-weight: 800;
        width: 560px;
        text-align: end;
        font-size: 50px;
    }
    div.div-solvitutto{
        margin-top:-160px;
    }

    .testo-img-pagina {
      font-size: 20px;
      font-family: var(--e-global-typography-secondary-font-family);
      font-weight: var(--e-global-typography-text-font-weight);
    }

    header .navbar {
        z-index: 99;
    }

    header h2 {
        color: var(--e-global-color-primary)!important;
        font-size: 60px!important;
        text-transform: uppercase;
        font-weight: var(--e-global-typography-primary-font-weight)!important;
    }

    h1,h2,h3,h4,p, .page-header{
        font-family: var(--e-global-typography-secondary-font-family)!important;
    }

    .page-header {
        font-size: 20px;
        margin-top: -100px;
    }

    .page-content h2 {
        color: var(--e-global-color-primary);
        font-size: 68px;
        text-transform: uppercase;
        font-weight: var(--e-global-typography-primary-font-weight);
    }

    /********************************
     * MENU HEADER DESKTOP
     * *****************************/
    
    header .navbar-nav .dropdown-menu {
      position: absolute;
      border: none;
      padding-left: 80px;
      background-color: #00c7fd !important;
    }

    header a.nav-link.active {
        border-bottom: 6px solid #1D6480;
    }
    header .menu li {
      padding: calc((32px)/ 2) 0;
      display: inline;
    }
    header .site-logo.show {
        background-color: white;
        border-radius: 4px;
        z-index: 1;
    }
    .custom-logo {
        z-index: 1;
        width: 200px;
        position: relative;
        max-height: 200px;
    }
}

/************************************
 * FINE ICONA MENU
 * *********************************/

.img-piccola img {
  height: 60px!important;
  width: auto;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: .25rem;
}

header .navbar-toggler:hover {
    background-color: transparent!important;
}

header .navbar-toggler:focus {
    background-color: transparent!important;
}

h1.elementor-heading-title.elementor-size-default {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

h1.elementor-heading-title.elementor-size-default:before {
content: "";
position: absolute;
width: 50%;
height: 1px;
bottom: 0;
left: 25%;
border-bottom: 1px solid #4984AB;
}

.header-inner{
    background-color: #FFF;
}

.after-header{
    background-color: #3B6089;
    min-height: 55px;
}

.site-footer {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.site-branding.show-logo {
  max-height: 110px;
}

.menu {
    list-style: none;
    padding: 16px 0px;
}

.menu li {
  padding: 0px 16px;
  display: inline;
}

#menu-header {
  width: 100%;
  text-align: center;
}

#menu-footer {
    display: flex;
    flex-direction: column;
    margin-left: -16px;
}

#menu-footer li a{

    font-weight: 700;
    font-size: 12px;
}

header .nav-link.dropdown-toggle:first-child {
  padding-left: 0;
}

.dropdown-item:hover {
  background-color: transparent !important;
  width: 80% !important;
}

footer .menu a {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom:2px;
} 

.menu a:hover {
   color: #707070;
}

#spazio {
  padding-top: 40px;
}

.hd {
    padding-top: 5vh;
}

.iconafb {
    padding: 7px 10px;
}

.iconayoutube {
    padding: 7px 6px;
}

.iconainsta {
    padding: 7px 8px;
}

footer .iconafb {
    color: #134A63;
}

footer .iconayoutube {
    color: #134A63;
}

footer .iconainsta {
    color: #134A63;
}

a.social {
  min-height: 30px;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  border-radius: 50%;
  color: white;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

/**********************************
**** SOCIAL
**********************************/

.fa-brands.fa-facebook.icona-membro-font-elegant.icona_facebook.icona-membro-element {
    color: #6195B9;
    font-size: 23px;
}

.fa-solid.fa-envelope.icona-membro-font-elegant.icona_twitter.icona-membro-element {
    color: #707070;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 50px;
}

.fa-brands.fa-instagram.icona-membro-font-elegant.icona_instagram.icona-membro-element {
    color: #6195B9;
    font-size: 23px;
}

.fa-brands.fa-linkedin.icona-membro-font-elegant.icona_linkedin.icona-membro-element {
    color: #707070;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 50px;
}

.fa-brands.fa-pinterest.icona-membro-font-elegant.icona_pinterest.icona-membro-element {
    color: #6195B9;
    font-size: 23px;
}

.social_facebook:before {
 content:"\e093"
}

.social_twitter:before {
 content:"\e094"
}

.social_pinterest:before {
 content:"\e095"
}

.social_googleplus:before {
 content:"\e096"
}

.social_tumblr:before {
 content:"\e097"
}

.social_tumbleupon:before {
 content:"\e098"
}

.social_wordpress:before {
 content:"\e099"
}

.social_instagram:before {
 content:"\e09a"
}

.social_dribbble:before {
 content:"\e09b"
}

.social_vimeo:before {
 content:"\e09c"
}

.social_linkedin:before {
 content:"\e09d"
}

.social_rss:before {
 content:"\e09e"
}

.social_deviantart:before {
 content:"\e09f"
}

.social_share:before {
 content:"\e0a0"
}

.social_myspace:before {
 content:"\e0a1"
}

.social_skype:before {
 content:"\e0a2"
}

.social_youtube:before {
 content:"\e0a3"
}

.social_picassa:before {
 content:"\e0a4"
}

.social_googledrive:before {
 content:"\e0a5"
}

.social_flickr:before {
 content:"\e0a6"
}

.social_blogger:before {
 content:"\e0a7"
}

.social_spotify:before {
 content:"\e0a8"
}

.social_delicious:before {
 content:"\e0a9"
}

.social_facebook_circle:before {
 content:"\e0aa"
}

.social_twitter_circle:before {
 content:"\e0ab"
}

.social_pinterest_circle:before {
 content:"\e0ac"
}

.social_googleplus_circle:before {
 content:"\e0ad"
}

.social_tumblr_circle:before {
 content:"\e0ae"
}

.social_stumbleupon_circle:before {
 content:"\e0af"
}

.social_wordpress_circle:before {
 content:"\e0b0"
}

.social_instagram_circle:before {
 content:"\e0b1"
}

.social_dribbble_circle:before {
 content:"\e0b2"
}

.social_vimeo_circle:before {
 content:"\e0b3"
}

.social_linkedin_circle:before {
 content:"\e0b4"
}

.social_rss_circle:before {
 content:"\e0b5"
}

.social_deviantart_circle:before {
 content:"\e0b6"
}

.social_share_circle:before {
 content:"\e0b7"
}

.social_myspace_circle:before {
 content:"\e0b8"
}

.social_skype_circle:before {
 content:"\e0b9"
}

.social_youtube_circle:before {
 content:"\e0ba"
}

.social_picassa_circle:before {
 content:"\e0bb"
}

.social_googledrive_alt2:before {
 content:"\e0bc"
}

.social_flickr_circle:before {
 content:"\e0bd"
}

.social_blogger_circle:before {
 content:"\e0be"
}

.social_spotify_circle:before {
 content:"\e0bf"
}

.social_delicious_circle:before {
 content:"\e0c0"
}

.social_facebook_square:before {
 content:"\e0c1"
}

.social_twitter_square:before {
 content:"\e0c2"
}

.social_pinterest_square:before {
 content:"\e0c3"
}

.social_googleplus_square:before {
 content:"\e0c4"
}

.social_tumblr_square:before {
 content:"\e0c5"
}

.social_stumbleupon_square:before {
 content:"\e0c6"
}

.social_wordpress_square:before {
 content:"\e0c7"
}

.social_instagram_square:before {
 content:"\e0c8"
}

.social_dribbble_square:before {
 content:"\e0c9"
}

.social_vimeo_square:before {
 content:"\e0ca"
}

.social_linkedin_square:before {
 content:"\e0cb"
}

.social_rss_square:before {
 content:"\e0cc"
}

.social_deviantart_square:before {
 content:"\e0cd"
}

.social_share_square:before {
 content:"\e0ce"
}

.social_myspace_square:before {
 content:"\e0cf"
}

.social_skype_square:before {
 content:"\e0d0"
}

.social_youtube_square:before {
 content:"\e0d1"
}

.social_picassa_square:before {
 content:"\e0d2"
}

.social_googledrive_square:before {
 content:"\e0d3"
}

.social_flickr_square:before {
 content:"\e0d4"
}

.social_blogger_square:before {
 content:"\e0d5"
}

.social_spotify_square:before {
 content:"\e0d6"
}

.social_delicious_square:before {
 content:"\e0d7"
}

.menu-menu-principale-container ul ul {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    background-color: var(--e-global-color-a1980be);
    box-sizing: border-box;
    min-width: 200px;
    padding: 18px 0;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    z-index: 99999;
    transition: opacity .3s;
    display: none;
    transform: scaleX(0);
    pointer-events: none;
}

ul li:hover > ul {
    display: block;
}

.menu-menu-principale-container ul ul {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: initial;
}

h1.entry-title {
  color: white!important;
}

.card-img-top {
  max-height: 250px;
}