/*
 Theme Name:   Fortop
 Theme URI:    https://themeholy.com/wordpress/agenxe
 Description:  This is a child theme for Agenxe - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     agenxe
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  agenxe-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

html {
	/* NUOVA RIGA: Attiva l'animazione di scorrimento fluida */
	scroll-behavior: smooth;

	/* Attiva lo scroll snap sull'asse verticale (y) e lo rende obbligatorio */
	scroll-snap-type: y mandatory;
}

body {
	scroll-padding-top:80px;
	font-family: 'Helvetica Now Display', Helvetica;
	font-weight: 300;
}
p, ul, li, span, ol,a{
	font-family: 'Helvetica Now Display', Helvetica;
	font-weight:300
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
font-family: 'Helvetica Now Display', Helvetica;
}
#menu-menu-prinicpale-1 {
	display: none !important;
}

.th-header {
	scroll-snap-align: start;
}
.no-scroll,
footer {
	scroll-snap-align: end;
}

.box-hp {
	height:calc(100vh - 50px);
	padding-left: 5vw;
	padding-right: 5vw;
	scroll-snap-align: center;

}

.box-hp.client {
	height: 100%;
	padding-left: 5vw;
	padding-right: 5vw;
}

.color-green {
	color: #38D430;
}

.box-hp h1 {
	font-size: 9vw;
	line-height: 9vw;
	letter-spacing: -.7vh;
    font-family: 'Helvetica Now Display', Helvetica;
	font-weight: 700;
}

.box-hp h2 {
	font-size: 8vw;
	line-height: 8vw;
	letter-spacing: -.8vh;
	font-family: 'Helvetica Now Display', Helvetica;
	font-weight: 700;
}

.paragrafo-box,
.paragrafo-box p {
	font-size: 2vh;
	line-height: 3vh;
	font-family: 'Helvetica Now Display', Helvetica;
	font-weight: 300;
}

.box-hp .titolo-up-box h5:after {
	border-bottom: 4px solid #38D430;
	content: "";
	display: block;
	width: 1vw;
	margin-top: 20px;
}

.th-menu-toggle {
	background-color: #000;
}

#menu-menu-footer-info li {
	display: inline-block;
	text-align: right;
}

.th-menu-toggle.d-lg-none {
	display: block !important;
	position: absolute;
	right: 5vw;
	top: 3vh;
}

.th-menu-toggle.d-lg-none i {
	font-size: 30px;
}

.th-menu-wrapper .th-menu-toggle {
	background-color: #000;
	right: 4vh;
	top: 4vh;
}

.mobile-logo {
	display: none !important;
}

.th-menu-area .th-mobile-menu ul {
	margin: auto;
}

.th-menu-area .th-mobile-menu ul li {
	border-bottom: none;
	text-align: center;
}

.th-menu-area .th-mobile-menu ul li a {
	text-transform: uppercase;
	font-size: 3vw;
}

.th-menu-area .th-mobile-menu {
	overflow-y: auto;
	max-height: 100%;
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Helvetica Now Display', Helvetica;
	font-weight: 300;
}

.th-mobile-menu ul li a:before {
	display: none;
}

/* Stile per bloccare lo scroll del body */
.body-lock {
	overflow: hidden;
	position: fixed;
	/* necessario su iOS */
	width: 100%;
	/* evita lo shift per la scrollbar */
}

.body-lock {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.th-menu-wrapper .th-menu-toggle i{
	font-size: 30px;
	  
}
.th-menu-wrapper .th-menu-toggle:hover {
	background-color: #000;
	color: #fff;
}

.titolo-up-box h5 {
	font-size: 1vw;
	font-weight: 300;
	font-family: 'Helvetica Now Display', Helvetica;
	font-weight: 300;
}
.menu-sub-footer{
font-size: 12px;
font-family: 'Helvetica Now Display', Helvetica;
font-weight: 300;
 
}
/* Modifiche personalizzate per il menu mobile */
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 100%;
  background-color: var(--black-color2);
  border-right: none;
  height: 100%;
  position: relative;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.6s;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
	.th-menu-area .th-mobile-menu ul li {
	
	text-align: right;
}
	.th-menu-wrapper .th-menu-toggle i{
 
	    margin-right: 20px;
}
.header-logo .logo img{
	margin-left: 15px;
}
	.th-menu-toggle.d-lg-none {
		top: 1.6vh;	 
	}


	#contact-us h5 {
		margin-bottom: 0;
	}

	.titolo-up-box h5 {
		font-size: 2.8vw;
		font-weight: 400;
	}

	.mobile-non {
		display: none;
	}

	.th-menu-area .th-mobile-menu ul li a {
		text-transform: uppercase;
		font-size: 20px;
	}

	.box-hp .titolo-up-box h5:after {
		width: 5vw;
	}

	.box-hp h1 {
		font-size: 12vw;
		line-height: 13vw;
		letter-spacing: -.1vh;
	}

	.box-hp h2 {
		font-size: 12vw;
		line-height: 12vw;
		letter-spacing: -.1vh;
	}

	.paragrafo-box,
	.paragrafo-box p {
		font-size: 2vh;
		margin-bottom: 2px;
	}
.menu-sub-footer{
	    font-size: 12px;
		text-align: center;
}

}

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

	.th-container {
		--main-container: 100%;
		width: 100%;
	}
}