/*
Theme Name:		CreativiBiz
Description:	Creativi.biz Theme
Version:		1.0
Author:			web
Author URI:		https://creativi.biz/

License:		GPLv2 or later
License URI :	http: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	creativi
*/

/*
FONTS
font-family: 'Montserrat', sans-serif; 300 - 400 - 700
font-family: 'Playfair Display', serif; 400 - 400 italic - 500
*/

body {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
}
/* FORMATTAZIONE */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
}
h3 {
	font-size: 36px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
}

h3.vc_custom_heading{
	text-transform: uppercase;	
}

h4 {
	font-size: 30px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 16px;
	text-transform: uppercase;
}

h6 .titoletto{
	font-family: 'Playfair Display', serif !important;
	font-weight: 500;
}

p {
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
/* NAVBAR */
.navigazione{
	padding-top: 15px;
	padding-bottom: 20px;
	background: #191b1f;
	color: #fff;
}

.navigazione a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.navigazione a:active,
.navigazione a:hover,
.navigazione a:visited{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.navigazione li{
	display: block;
	position: relative;
	padding: 0 15px;
}

.navigazione li a:hover::after,
.navigazione li.current-menu-item a::after{
  width: 20px;
}

.navigazione li a::after {
  display: block;
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

footer{
	background: #191b1f;
	color: #666868;
}

footer a,
footer a:active,
footer a:hover,
footer a:visited{
	color: #666868;
}

.footer-left,
.footer-right,
.footer-contatti{
	text-align: center;
}

#footer-bottom{
	background: #000000;
	color: #666868;
	text-align: center;
}

/* home page */
#hp-section2 .vc_icon_element-inner{
	border: none;
	text-align: left;
	width: 2em;
}