/*
 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
*/

/* GeneratePress Site CSS */ 
.sidebar .widget,
.comments-area {
		border: 1px solid rgba(232, 234, 237, 1);
	}

/* Featured widget */
.sidebar .widget:first-child {

	color: #fff;
}

.sidebar .widget:first-child .widget-title,
.sidebar .widget:first-child a:not(.button) {
	color: #fff;
}

.sidebar .widget li {
	margin-bottom: 15px;
}

.button.light {
	background: #fff;
	color: #000;
}

.button.light:hover {
	background: #fafafa;
	color: #222;
}

.separate-containers .page-header {
	background: transparent;
	padding: 20px 0;
}

.page-header h1 {
	font-size: 30px;
}

 /* End GeneratePress Site CSS */
.text-primary {
	color: #e0ddd6;
}

.margine_zero {
	margin-bottom: 0px !important;
}
textarea {
	overflow: auto;
	max-height: 150px;

}
.separatore {
	font-size: 1.5em;
}
#cn-more-info {
	background: none;
	color: gray;
}

/* Breadcrumb */
#breadcrumbs {
	margin-bottom: 0;
	font-size: 0.8em;
	padding-left: 20px;
}
/* meù */



/* end meù */

.separatore_01 h4 {
	font-size: 25px !important;
	font-style: oblique;
}
.centrato {
	text-align: center;
}

blockquote {
	font-family: "Merriweather", serif;
	color: #beb7a5;
}
.footer-widgets-container hr {
	margin-bottom: 10px;
	margin-top: -10px;
	background-color: #e9e6e0;
}