/*
 Theme Name:     PosterPlan
 Theme URI:      https://strinet.it/
 Description:    Tema child di Hello Elementor
 Author:         Strinet srl
 Author URI:     https://strinet.it/
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    posterplan
*/

/* Header */
.webapp-logo {
	width: 180px;
}

@media (max-width: 768px) {
.webapp-logo {
	width: 120px;
	}
}

/* Body */
.webapp-container {
	height: calc(100vh - 110px - 55px) !important;
}

@media (max-width: 768px) {
.webapp-container {
	height: calc(100vh - 125px - 80px) !important;
	}
}

/* Footer */
.webapp-copyright {
	font-size: 12px !important;
	font-family: "Poppins" !important;
}