/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
*color style cf7*/

.wpcf7-form {
	background: #f7f7fc;
	padding: 10px 20px;
	border: 2px solid #1e73be;
	border-radius: 7px;
	max-width: 600px;
}
 
.wpcf7-form p {
	color: #000000;
	margin-bottom: 5px;
}
 
.wpcf7-form input,
.wpcf7-form textarea {
	background: white;
	padding: 5px 7px;
	margin: 4px 0 8px 0;
	border: 3px solid #1e73be !important;
	color: #1e73be;
	border-radius: 7px;
}
 
.wpcf7-form .wpcf7-submit {
	background: #1e73be !important;
	padding: 5px 15px;
	color: black;
	min-width: 100px;
}
 
.wpcf7-form input[type="submit"]:hover {
 	background: #00b799 !important;
}

input.wpcf7-form-control.wpcf7-submit{
background:#0c00ff;
cursor:pointer;
color:white;
}



/*FORM RESPONSIVE CF7*/
 #responsive-form {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  font-size:0.9rem;
  padding:1em;
  background-color: #f0be00;
  border: 4px solid   #1e73be;
  border-radius: 10px;

}



.form-row {
  width: 100%;
}

.column-half {
  float: left;
  position: relative;
  padding: .1rem .3rem;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.column-full {
  width: 100%;
  float: none;
  margin-top: .5em;
}

input {
  padding: .2em;
  border: 1px solid #66707c !important;
  background-color: #fff;

}

textarea {
  border: 1px solid #66707c !important;
  height: 120px;
  width: 100%;
}



div#acceptance {
  width: 100%;
  text-align: left;
  margin-bottom:1em;
}


.wpcf7-list-item {
  margin: 0 0 0 0em;
}


.wpcf7 .wpcf7-submit{
  border-radius: 0;
}


.gb-image-a0d9924e{
	border:4px solid #1e73be ;
}



.site-info{
    background-color: #f0be00 !important;
    color:black;
}


@media screen and (min-width: 835px) {
    .main-navigation .menu-bar-item{
        display: none !important;
    }
}



ul.liste-1 li, ul.liste-footer li{
    position: relative;
	list-style-type:none;
  text-align:left;
}

div#right-sidebar ul.liste-1 li{
    text-align:left;
    }
     
    /*sostituire il valore \f000 con il
    corrispondente valore dalla lista sotto*/
     
    ul.liste-1 li:before {
        content: "\f147";
        font-family: 'dashicons';
        font-style: normal;
        font-weight: bold;
        text-decoration: inherit;
        margin-right:0.4em;
        color:rgb(255, 230, 0);
        
    }
    
    
    ul.liste-footer li:before {
        content: "\f147";
        font-family: 'dashicons';
        font-style: normal;
        font-weight: bold;
        text-decoration: inherit;
        margin-right:0.4em;
        color:white;
        
    }
    .main-navigation a{color:#ffe300 !important;	}
    		.site-info a {  color: black;}	.site-info a:hover {  color: blue;}.inside-article a:hover, .paging-navigation a:hover, .comments-area a:hover, .page-header a:hover {  color: violet !important;}