/*
Theme Name: Indaweb Child
Template: Divi
Theme URI: https://indaweb.it
Author: Indaweb
Author URI: https://indaweb.it
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/*MENU*/
@media screen and (min-width:981px){
#main-header{
	background-image: url(/wp-content/uploads/2023/07/wall_color.png);
}
#main-header .container{
	max-width: 1200px;
}
#main-header .container img{
	position: absolute!important;
    max-width: 100%!important;
    height: auto!important;
    width: 300px!important;
	max-height: none!important;
	}
}
.mobile_menu_bar:before{
	color:#ee1c25!important;
}
.et_mobile_menu{
	border-top: 3px solid #ee1c25;
}
/*HOME*/
@media screen and (min-width:981px){
.slider2-home h2.et_pb_slide_title{
	background: #ffffffad!important;
    width: 20%!important;
    margin: auto!important;
	padding: 1%!important;
	}
}
@media screen and (max-width:980px){
.slider2-home h2.et_pb_slide_title{
	background: #ffffffad!important;
    width: 80%!important;
    margin: auto!important;
	padding: 3%!important;
	}
}
/* KB Slider */

.kbslider {
 animation: kbsl 60s infinite;
}

@keyframes kbsl {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.2)
 }
 100% {
  transform:scale(1)
 }
}
/*Popup Scarica Catalogo*/
#popup-catalogo .wpcf7-text{
	width:100%!important;
	padding-top: 10px!important;
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
	border: 1px solid #bbb;
	margin-top: 7px!important;
	font-family: 'News Cycle',Helvetica,Arial,Lucida,sans-serif;
}
#popup-catalogo .wpcf7-submit{
	padding: 0.3em 1em!important;
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase!important;
    background-color: #4C545C!important;
    margin-top: 3%!important;
	width: 100%!important;
	box-shadow: 0px 6px 0px 0px #DD291F;
    transition: background-color 300ms ease 0ms;
}
#popup-catalogo .wpcf7-acceptance .wpcf7-list-item{
	margin-top:1.5%!important;
	padding-left:0!important;
}
#popup-catalogo .dipl_modal_inner_wrap{
	padding:2%!important;
}
@media screen and (max-width:980px){
	#popup-catalogo .wpcf7-acceptance .wpcf7-list-item{
	margin-top:5%!important;
	margin-left:0!important;
}
}
.wpcf7-submit{
	cursor: pointer;
}