/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child theme for GeneratePress
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     generatepress
 Version:      1.0
*/

body {

}

.entry-content,
.page-content {
  font-family: 'Crimson Pro', "Georgia", serif;
}

.featured-post {
	padding: 5px;
	background: #f0ede6;
	border: 1px solid #e2dfd8;
}

.wp-block-post-featured-image {
	border: 6px solid #e2dfd8;	

}

.featured-text {
	padding: 20px;
}

.featured-text .wp-block-post-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.featured-text .wp-block-post-title a {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	transition: color 0.25s ease;
}

.featured-text .wp-block-post-title a:hover {
	color: #111;
}

.featured-text h6 {
	margin: 3px;
	font-family: 'Open Sans';
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #9C0C22;
}

.featured-text .wp-block-post-excerpt__excerpt {
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.25;
}

.featured-text .wp-block-post-excerpt__more-link {
	padding: 10px;
	border: 1px solid #000;
	font-family: 'Open Sans';
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.featured-text .wp-block-post-excerpt__more-link:hover {
	border: 1px solid #000;
	
	color: #fff;
	background: #000;
}

.inside-article .entry-header {
	font-family: 'Crimson Pro';
	font-size: 1.5em;

} 

body .inside-article p {
	font-family: 'Crimson Pro';
	font-size: 1.4em;
	line-height: 1.5;

} 

body .inside-article blockquote {
	font-size: 1em;

} 

.main-navigation .main-nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
}

.main-navigation ul.menu > li:not(:last-child) > a::after {
	content: "\00B7";        /* middle dot (·) — safer than a literal char */
	display: inline-block;
	margin-left: 0em;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 0px;
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #b3afa5;
}

.main-navigation ul.menu > li:last-child::after {
  content: ""; /* remove the last dot */
}

