.site-header .header-image {
	width: 600px;
    max-width: 100%;
}

/* Hide non-ancestors */
.widget.widget_pages li:not(.current_page_ancestor){
	display: none;
}
/* Display Current Item */
.widget.widget_pages li.current_page_item{
	display: block;
}
/* Display Siblings */
.widget.widget_pages li.current_page_parent li {
	display: block;
}

/* Display Children */
.widget.widget_pages li.current_page_item .children li {
	display:block;
}

/* Remove pages widget heading */
.widget.widget_pages h2 {
	display: none;
}
.wp-block-jetpack-tiled-gallery figure:hover,
.wp-block-gallery figure:hover {
	cursor: pointer;
}

.widget.widget_pages {
	font-size: 15px;
	font-size: .9375rem;
	width: 100%;
	max-width: none;
	padding:0;
	background-color: #f7f7f7;
	border-radius: 4px;
	border: none;
	overflow: hidden;
}
.widget.widget_pages ul li {
	padding-left: 0;
	margin-bottom:0;
	padding-bottom:0;
}
.widget.widget_pages ul ul.children {
	margin-left:0;
	margin-top: 0;
}

.widget.widget_pages ul a,
.widget.widget_pages ul a:visited {
	box-shadow: none !important;
	padding: 5px 10px;
	display: block;
	color: #a41e35;
}
.widget.widget_pages ul li a:hover,
.widget.widget_pages ul li a:focus{
	background-color: #efefef;
	color: #a41e35;
}
.widget.widget_pages ul .current_page_item > a,
.widget.widget_pages ul .current_page_item > a:hover,
.widget.widget_pages ul .current_page_item > a:focus {
	background-color: #a41e35;
	color: #fff;
	font-weight: bold;
}
.lead {
	font-size: 1.125em;
}
.inside-page-header {
	padding-top: 30px;
	padding-bottom: 30px;
}
.generate-content-header {
	background-color: #899197;
	color: #fff;
}
.inside-page-header {
	background-color:transparent;
}


.section-title {
	  font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.3em;
	  color: #fff;
		font-weight: 300;
}

/* Load More Button */
.load-more .button {
	background-color: #efefef;
	border-radius: 4px;
	text-transform: uppercase;
	width: 100%;
	max-width:400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	color: #5f5f5f;
	font-family: "Oswald", sans-serif;
	font-size: .875em;
}
.fullscreen-enabled {
	padding-top: 40px;
	padding-bottom: 40px;
}
.fullscreen-enabled .generate-sections-inside-container{
	background-color: rgba(255,255,255,.5);
	padding-left:40px;
	padding-right: 40px;
	padding-top: 40px !important;
	padding-bottom:40px !important;
	max-width: 960px;
	
	
}
ul li {
	margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
	.list-3-col {
		columns: 2;
		column-gap: 50px
	}
}
@media screen and (min-width: 1024px) {
	.list-3-col {
		columns: 3;
	}
}
/* Style AMO Team Module */
.amoteam-member-subtitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	max-width:100%;
	text-align: left !important;
}
/* Style Links Excluding AMO Team Module */
.entry-content a:not(.amoteam-popup-link) {
	color: #a41e35;
	position: relative;
	transition: .2s;
	box-shadow: inset 0 -2px 0 #cdcdcd;
}
.entry-content a:not(.amoteam-popup-link):focus,
.entry-content a:not(.amoteam-popup-link):hover {
	background-color: #ee2738;
	color: #fff;
	box-shadow: none;
}
/* Style Gutenberg Block Buttons */
.entry-content a.wp-block-button__link {
	color: #ffffff;
	border-radius: 0;
	box-shadow: none;
	background-color: #8c2132;
	font-size: 1em;
}
.entry-content a.wp-block-button__link:hover {
	background-color: #a41e35;
}
.amo-team-template-default .featured-image {
	float: none;
	display: block;
}

.header-image {
	max-width: 600px;
}
.home .header-image {
	max-width: 100%;
}
.inside-header {
	padding-top: 5px;
	padding-bottom: 5px;
}

// Footer
.site-footer {
	font-family: "Roboto", sans-serif;
  .footer-bar {
	  .widget {
	    margin-bottom: 3em;
		
		  .menu {
			  li {
				  &:after {
				    display: inline-block;
				    content: "•";
				    margin-left: 20px;
      	  }
				  &:last-child:after {
						display:none;	
				  }
			  }
			  a {
				  font-weight: 400;
			  }
		  }
    }
  }
  .copyright-bar {
		font-size: .875em;
		margin-top: 3em;
		opacity: .5;
  }
}
