/*
 Theme Name:   GeneratePress FS Child
 Theme URI:    https://frontstretch.com
 Description:  GeneratePress child theme for Frontstretch
 Author:       Dan Greene - FS Technical Director
 Author URI:   https://frontstretch.com
 Template:     generatepress
 Version:      2.0 2024-09-01
*/

/*.main-navigation .inside-navigation, */
.sidebar .widget, .paging-navigation {
	border: 3px solid #990000;
	border-radius: 15px;
	}
	
.header-banner  {
max-width: 1200px;
padding: 14px 5px 7px 5px;
background-color: rgba(219, 220, 222, .7);
margin-top: 20px;
margin-right: 25px;
border-radius: 15px;
}

.wp-caption .wp-caption-text {
	font-size: 80%;
	padding: 2% 5%;
	opacity: .9;
	line-height: 1;
}


p.comment-policy {
	border: 1px solid #ffd499;
	background-color: #fff4e5;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	font-style: italic;
}

div.components-panel__row seopress-primary-term-picker {
display: none;
visibility: hidden;
}