/*!
Theme Name: Dimensione Noleggio
Theme URI: http://underscores.me/
Author: Sesinet
Author URI: http://https://www.sesinet.com
Description: Another great WordPress site by Sesinet crew!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dimensionenoleggio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

body {
	font-display: swap;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
a, .btn, a:before, a:after, button {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn,
.btn.focus,
.btn:active,
.btn:hover,
.btn:focus,
button,
button:hover,
button:focus,
a:active,
a:hover,
a:focus,
input:active,
input:hover,
input:focus,
.form-control:focus {
	box-shadow: none;
	text-shadow: none;
	outline: 0 none;
}