/*
 Theme Name:   Salus Nuoto
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



h1.entry-title  {
	text-align: center !important;
}


.wp-singular .featured-image {
	text-align: center;
}

.wp-singular .featured-image img {
	margin:auto !important;
}


/* FORM */
.wpcf7 p {
	margin-bottom: 5px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 select {
	width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.wpcf7 textarea {
	height: 200px;
}


.wpcf7 .informativa .wpcf7-list-item {
	margin: 0 6px 0 0;
}


/* FOOTER */

.footer-bar a {
	color: #000 !important;
}

.footer-bar a:hover {
	color: #666 !important;
}


/* HOME */
.lastest-news ul {
	margin: 0;
}

.lastest-news li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.lastest-news li a {
	font-weight: bold;
}


.lastest-news li .post-date {
	font-size: 80%;
	display: block;
}


