/*
Theme Name: Twentyseventeen Child RParal
Theme URI: http://example.com/twenty-fifteen-child/
description: Twentyseventeen Child Theme for Rob Paral Associates
Author:       Nina Sandlin
Author URI:   http://about.me/nsandlin
Template: twentyseventeen
Palette: reddish-brown #993400, bright green #99b43a.
Version: 1.0.0
*/
/* fixes for 12-22-2020 theme update,
 * which pished top menu up off visible page */
body:not(.home) .navigation-top {
  position: relative;
}
@-moz-document url-prefix() { 
  body:not(.home) .navigation-top {
     padding-top: 2px;
  }
}
body:not(.home) .navigation-top .wrap {
  padding:0;
}
body:not(.home) .site-content {
  padding-top:48px;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 1.4rem!important;  
}

.single-featured-image-header img {
	/* display: block; */
	/* margin: auto; */
	height: 76vh;
	object-fit: cover;
}
.site-branding-text {
	padding:15px!important;
	background-color: rgba(3,3,1,.4);
}
.site-description {
	font-size: 1.2rem;
}
.single-featured-image-header .site-branding {
  margin-top: -200px;
}
a.menu-scroll-down {
  color:#99b43a!important;
}
.entry-content span {
	color: #99b43a;
}
.entry-content ul {
	list-style-type: square!important;
	color: #99b43a!important;
}
.entry-content ul li {
	padding-bottom: 6px;
}
body.colors-dark, .colors-dark .site-content-contain, .colors-dark .navigation-top, .colors-dark .main-navigation ul {
	background: #030301;
}

.site-footer {
	background: #dedee9;
	color: #122410;
}

.colors-dark .site-footer .widget-area {
	background: #dedee9;
}
.colors-dark .widget-area, .colors-dark .widget-area a, .site-footer .widget-area a img	 {
	box-shadow: none!important;
}
.colors-dark .site-footer .widget-area p a {
	color: #000;
}
.colors-dark .site-footer .widget-area p a:hover {
	color: #478033!important;
	text-decoration: underline;
}

.colors-dark .social-navigation a {
	background: #99b43a!important;
}
.colors-dark .social-navigation a:hover {
	background: #478033!important;
	color: #fff!important;
}
section#search-4.widget.widget_search {
	padding: 0!important;
	padding-bottom: 0!important;
}

.colors-dark input[type="search"] {
	background:#fff!important;
	border: 2px solid #99b43a!important;
}
.site-info {
	text-align: right!important;
}
.site-info a.imprint{
	color: #777!important;
	text-decoration: none!important;
}
.entry-content a:hover, entry-content a:active, entry-content a:visited {
	border: none!important;
	-webkit-box-shadow: none!important;
	  box-shadow: none!important;
	  transition: none!important;
	text-decoration: none!important; /* not working */
	font-style: italic;
	color: #99b43a!important;
  } 
h1 a span i.fa, h1 a span i.fa:active {
	text-decoration: none!important; /* not working */
}
span.edit-link, div#wpadminbar {display:none!important;}

.rss-box li.rss-item {
  padding-bottom: 20px;
}
.colors-dark input[type="search"] {
	color: #99b43a!important;
}
