/*
Theme Name: TECNICIWEB
Author: GDM
Author URI: https://www.giovannidimauro.it/
Description: Tema personalizzato by GDM!
Version: 1.1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/*
BLU:		#29abe2		rgba(41, 171, 226, 1)
GIALLO:		#eeee22		rgba(238, 238, 34, 1)
VERDE:		#2fb71d		rgba(47, 183, 29, 1)
*/
/* START PERSONALIZZAZIONI */
/* CLASSI H1 H2 H3 H4 H5 H6 */
.h1gdm{
	font-size: 24px;
}
.h2gdm{
	font-size: 22px;
}
.h3gdm{
	font-size: 18px;
}
.h4gdm{
	font-size: 16px;
}
.h5gdm{
	font-size: 14px;
}
.h6gdm{
	font-size: 12px;
}
/* PULSANTE ELEVA  */
.eleva {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	padding:5px;
	border-radius:50%;
	background: none;
	line-height: 160%
}
.eleva:before{
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;  
}
.eleva:hover, .eleva:focus, .eleva:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.eleva:hover:before, .eleva:focus:before, .eleva:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px); 
}
.eleva a { 
	text-decoration: none !important;
	color: #ffffff !important;
}
/* SEPARATORE FOOTER */
.hr-footer {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;  
	text-align: center;
	font-weight: 600;
	height: 1.5em;
	opacity: 1;
	width: 190px;  
	font-size: 10px;
	margin-top:20px;
}
.hr-footer:before { 
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-footer:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;    
    padding: 0 .5em;
    line-height: 1.5em;    
    background-color: #333333;
	color: #FFFFFF;
}
/* NASCONDO METADATI */
.entry-meta, .author, .vcard, .category-link, .entry-date {
	display:none !important;
}
/* MODULO DI CONTATTO */
.landing-contatto {margin:10px 0;}
.wpcf7-list-item-label {font-size: 14px;}
.wpcf7-submit {margin-top: 15px;}
/* COOKIE */
.wt-cli-ckyes-brand-logo {display:none !important;}
.cli_manage_current_consent {font-weight:700;}
.cli_cookie_close_button {text-align:center;}
.wt-cli-manage-consent-link {
	background-color:rgba(27, 117, 187, 1);
	color:#FFFFFF !important;
	padding: 5px 10px;
	border-radius:3px;
	text-decoration: none !important;
	}
.wt-cli-manage-consent-link a {text-decoration: none !important;}
#cookie-law-info-bar a {}	
#cookie-law-info-again {display:none !important}
.wt-cli-accept-all-btn{}
.wt-cli-settings-btn {}
.wt-cli-policy-link {font-weight: 700 !important;}
/* TABELLA COOKIE */
.cookielawinfo-row-cat-title-head {
  color: #ffffff;
  text-transform:uppercase;
  background-color: #1E73BE !important
}
.cookielawinfo-cookie-delete {
    margin: 5px;
    border-radius: 0px;
    padding: 5px 8px;
    color: #ffffff;
    background-color: #0066bf;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
	border-radius: 2px;
	font-size: 14px !important;
}
.cookielawinfo-cookie-delete:hover {   
    color: #ffffff; !important;
}
/* MANUTENZIONE */
.aiowps-site-lockout-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-top: 100px;
    padding: 30px;
    border: none !important;
}
.aiowps-site-lockout-msg {
    color: #00ADE5 !important;
    font-size: 28px !important;
    font-weight: bold;
    text-align: center;
}