/*
Theme Name: Divi Child Theme
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.6.4.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

li.social-icon a{
  font-size:9px !important;
  padding:2px !important;
  /*margin-top:-5px;*/
  color:#a41515!important;
}

.et_pb_slider{
	/*height:400px!important;*/
	}
	

/* caratterizzazioni per news laterali */
#sidebar .et_pb_widget ul li a{
	color:#a41515;

}
#sidebar .et_pb_widget ul li {
	padding-bottom:15px;
	border-bottom: 1px dotted #666;

}
#sidebar .et_pb_widget ul li span{
	display:block;

}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #a41515;
}

.et_pb_bg_layout_light .et_pb_widget li {
    padding-bottom:15px;
	border-bottom: 1px dotted #666;
}

.et_pb_bg_layout_light .et_pb_widget li span{
    display:block;
}


input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select{
	    
    width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    font-size: 14px;
    
    
    
    
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea{
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    font-size: 14px;
    
}


.wpcf7-submit{
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid rgb(164, 21, 21);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	color:rgb(164, 21, 21);

}


