/**
* Theme Name: Archzilla Child
* Description: This is a child theme of Archzilla.
* Author: NeuronThemes
* Template: archzilla
* Version: 1.0.0
*/

body, p, h1, h2, h3, h4, h5, h6{
	font-family: "Decimal Book", Sans-serif !important;
}

.m-neuron-nav-menu__pointer-underline:not(.elementor-invisible) .m-neuron-nav-menu > ul:not(.sub-menu) > li > a:after {
    height: 1px !important;
    bottom: 4px !important;
}

.m-neuron-gallery__inner{
	background-color: #F0E9E0 !important;
}

.e-con-inner{
	background-color: #F0E9E0 !important;
}

::selection {
  color: #F0E9E0 !important;
  background: #050505 !important;
}

/* Sottolinea la lingua corrente leggendo l'attributo lang dell'HTML */
html[lang^="it"] .lang-it { 
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

html[lang^="en"] .lang-en { 
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}



@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.n-arch-container--wide > .elementor-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}