/*
 Theme Name:     Ricina Società Cooperativa (Divi Child Theme)
 Theme URI:      https://www.ricina.it
 Description:    Ricina Società Cooperativa (Divi Child Theme)
 Author:         Elicos S.r.l.
 Author URI:     https://www.elicos.it
 Template:       Divi
 Version:        3.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #main-header {
	display: none;
  }

 #et-main-area {
	margin-top: -80px !important;
  }
}

#main-footer {
	display: none;
  }

#header-logo a, #header-logo a:hover {
	color: #fff;
}


h3 {
	font-weight: 400 !important;
	color: #9a9999 !important;
	line-height: 1.2em;
}

h4 {
	margin-top: 30px;
}

.home .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 3em;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

.wpcf7-select {
	height: 50px;
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #eee;
    font-size: 18px;
	color: #016bcd;
    background-color: transparent;
    border: 2px solid #016bcd;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}