/*
Theme Name:     kalkulat-child
Description:    kalkulat theme customization by MiDA
Author:         M.I.D.A. Informatica S.r.l.
Template:       kalkulat
Text Domain:	kalkulat-child
Version:		2.0.MiDA01
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.row-eq-rs-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.row-eq-rs-height .blog-item.blog-style-one {
	height: calc(100% - 60px);
}

	.get-started-text {
		padding-bottom: 0px;
	}
.blog-style-one:hover .date{
	color: #fff;
	background-color: #1490d7;
	cursor: pointer
}

.blog-style-one:hover .date a{
	color: #fff;
}


/* Modifiche per responsive */
@media screen and (max-width: 640px) {
	.banner-text h1 {
		font-size:30px!important;
	}
	.section-heading h2 {
		font-size:30px!important;
	}
	.section-heading h4 {
		font-size:30px!important;
	}
	.section-heading p {
		font-size:14px!important;
	}	
	.blog-style-one .blog-text h4 a {
		font-size:20px!important;
	}
	
	.get-started-text h3 {
		font-size:18px!important;
	}	
	
	.vc_custom_heading {
		font-size:16px!important;
	}
	.get-started-button {
    padding-top: 20px;
	}
}

/* Sovrascrittura per thumbnail di wp */
img {
	max-width:100%;
	height:auto;
	display:block;
}

/* Pulsante del plugin dei cookies */
.italybtn {
    border:1px solid #0062b7;
    padding:2px 8px 2px 8px!important;
    background-color: #004ecc;
    color: #ffffff;
}
.menu2-area {
	background: rgba(0, 0, 0, 0.2);
}

.pdb40 {
	display: none;
}


