/*
Theme Name:     Divi Theme Child
Theme URI:      http://example.com/
Description:    Tema Child per il tema Divi Theme
Author:         Stefano
Author URI:     http://example.com/about/
Template:       Divi
Version:        1
*/

@import url("../Divi/style.css");

input[type=text],input.text, input.title, textarea, select {  }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { }
input[type=text], input.text, input.title, textarea, select {  }

.et_pb_toggle { border: 1px solid #d9d9d9; margin-bottom: 10px; }
.et_pb_toggle h3.et_pb_toggle_title { font-size: 16px; font-weight: 600; cursor: pointer; position: relative; padding-right: 30px; padding-bottom: 0; }


.et-social-linkedin a:before { content: ''; }
.et-social-vimeo a:before { content: ''; }
.et-social-youtube a:before { content: ''; }

.et_pb_section { padding: 0px 0; position: relative; }
.et_pb_space {display: block;}

/*#main-content{
	padding-top:52px;
}*/

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
	.logo_text{display:none;}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
	.logo_text{display:none;}
	.et_pb_fullwidth_section { padding-top:30px; }
}

/* titolo logo */
.logo_text{
	color: black;
	font-size: 20px;
	padding-left: 10px;
}

/* bottoni */
.ctabutton .et_pb_promo_button{
	background:#FFA300;
	font-weight: 500;
}

.ctabutton .et_pb_promo_button:hover{
	background: #FDBB47;
}

#searchsubmit, .button, .wpcf7-submit, .buttonCta, .hs-button{
  color: #fff !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
  font-size: 14px;
  border: none;
  background: #7EBEC5 !important;
}
.buttonCta{
	background: #FFA300 !important;
	font-size: 20px;
	font-weight: 500;
	padding:10px;
}
.buttonCta:hover{
	background: #FDBB47 !important;
}
.wpcf7-submit:hover, #searchsubmit:hover, .button:hover, .hs-button:hover{
	background: #51A6AF !important;

}
.wpcf7-submit{
	width:99% !important;
}

.wpcf7-form-control, .hs-input{
	background: rgb(247, 247, 255);
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 6px;
	font-family: Open Sans, Arial, Tahoma;
	width:96%;
    color: #777;
}

/* mappa vettoriale */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}


/* change language */
.engLang{
	float: left;
	margin-top: 10px;
	position: relative;
	display: block;
	padding-right: 20px;
}
.it{
	display:block;
}

.en{
	display:none;
}

/*blog posts*/
blockquote {
	color:#666;
	background:#eee;
	margin:0 0 1.6em 0.8em;
	padding:1.4em 1em 0.1em 1em;
	border-left:5px solid #51A6AF;
}
.blogpost{
	float: left;
	padding: 10px;
}
.prezi{
	width:  171px;
    height: 99px;
    display: block;
    background-image: url('/wp-content/uploads/2014/03/logo-prezi_grigio.png');
    background-repeat: no-repeat;
}

.prezi:hover{
	background-image: url('/wp-content/uploads/2014/03/logo-prezi.png');
	background-repeat: no-repeat;
}

.enBold{
	font-weight: bold;
}
