/*--------------------------------------------------------------

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom CSS code here:
-------------------------------------------------------*/

.erika-news-letter input[type="text"] {
  width: 100%;
}

.erika-news-letter.text-center {
  text-align: center;
}
.erika-news-letter input[type="text"] {
  border: 1px solid #e5e5e5;
  height: 45px;
  padding: 0 15px;
  text-transform: capitalize;
  width: 350px;
}

.erika-news-letter input[type="password"] {
  width: 100%;
}

.erika-news-letter input[type="password"] {
  border: 1px solid #e5e5e5;
  height: 45px;
  padding: 0 15px;
  text-transform: capitalize;
  width: 350px;
}

.sottolineato:hover 
{
    text-decoration: underline;
    color: #D6B161;
}