/*
Theme Name: NezPerce
Theme URI: http://kauffmaninc.com
Description: Nez Perce Tribe Website Theme
Version: 1.0
*/

/* ******* 
	Author: Paul Crosby
	Date: 	2018-01-17 
	For: Nez Perce Tribe
	
	Contents 
	
	I.		Bootstrap Overrides
	II.		Global Styles */

	@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');
	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

.wp-show-posts-single header {
	border-bottom: none;
}
	body > .parallax-mirror{
		z-index: 0 !important;
	}

	body{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 16px;
		color:#333;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Lato", Helvetica, Arial, sans-serif;
		font-weight: 700;
	}
	
	h2 {
		color: #343365;	
		font-size:26px;
		margin-top: 0;
	}

	/*
	main h2 {
		color: #343365;
		font-size: 3.5rem;
		font-weight: 600;
	    margin-top: 0;
	}
	*/
	
	h3{
		color:#5f0018;
		font-size:22px;
	}

	h4{
		color:#333333;
	}

	a{
		color:#343365;
		text-decoration: underline;
	}
	
	p, p a, input {
		
	}
	.activate-sprite {
		background-position-y: 100%;
	}

	main section.content ul li {
		color: #333333; 
		/* set color of list item text */

		list-style: none; 
	}
	  
	   main section.content ul li::before {
		color: #5f0018;
		content: "\2022";
		font-size: 1em;
		padding-right: .5em;
		position: relative;
		top: 0em;
		margin-left: -16px;
		font-weight: bold;
	  
	  }
/*	
	
	III. 	Header
		a.	Top Bar
		b.	Branding/Menu
		c.	Jumbotron
	IV.		Main
	VI. Interior
		
******* */

/* I.	START Bootstrap Overrides */
	html .jumbotron {
		background-color: transparent;
		z-index: 100;
		position: relative;
	}
	.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
	    color: rgba(0,0,0,.9);
	    top: -50px;
	    position: relative;
	}
	.dropdown-toggle::after {
		display: none;
	}
	.navbar-brand {
	    float: left;
		top: -40px;
		position: relative;
	}
	nav.navbar {
		padding: 0;
	}
	a.red-btn.calendar {
	    width: 300px;
	    text-decoration: none;
	    font-size: 24px;
	    font-weight: 300;
	    height: 60px;
	}
	
/* 		END Bootstrap Overrides */

/* II.	START Global Styles */
	
	body {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	
	.fill {
		height: 100%;
		min-height: 100%;
	}
	
/*		END Global Styles */

/* III.	START Header */
	header {
		background-color: rgba(255, 255, 255, 0.8);
	    padding-bottom: 10px;
	    border-bottom: solid #E8E1D0 10px;
		}

/* a. START Top Bar */

	/*
	#top-bar{
		-webkit-box-shadow: 0px 14px 5px -5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 14px 5px -5px rgba(0,0,0,0.3);
		box-shadow: 0px 14px 5px -5px rgba(0,0,0,0.3);
	}
	*/

	#top-bar, #bottom-bar {
			background-color: #620008;
			border-bottom: solid #000 8px;
		}
		
	#top-bar .container,
	#bottom-bar .container {
		background-image: url("img/red-bar.jpg");
		background-size: 100% 100%;	
		height: 76px;
	}
	
	#top-bar .row {
		line-height: 76px;
	}
	
	#social-btns {
		float: right;
		
	}
	
	#twitter, #instagram, #facebook {
		width: 29px;
		height: 29px;
		display: inline-block;	
		vertical-align: middle;
	}
	
	#facebook {
		background-image: url("img/facebook.png");
	}
	
	#twitter {
		background-image: url("img/twitter-sprite.png");	
	}
	
	#instagram {
		background-image: url("img/instagram-sprite.png");
		margin-right: 10px;
	}

	#top-search{
		text-align: right;
	}

	#top-search form{
		display: inline;
	}

	#top-search label{
		display: none;
	}
	
	#top-search #s {
	    border-radius: 15px;
	    background-image: url(img/search.png);
	    padding-left: 25px;
	    /*width: 250px;*/
	    background-repeat: no-repeat;
	    background-position: 10px center;
	    height: 22px;
	    font-size: 12px;
	    border: none;
		max-width: 100%;
		line-height: normal;
	}
	
	#top-search #s:focus {
		border-radius:15px;
		outline: none;
		box-shadow: 5px 5px 20px #343364;	
	}

	#top-search label{
		color:#fff;
	}

	#top-search #searchsubmit{
		line-height: 16px;
		font-size: 12px;
		background: #000000;
		color: white;
    	padding: 2px 12px;
	}

/*	  END Top Bar */

	#navbar{
		-webkit-box-shadow: 0px 14px 5px -5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 14px 5px -5px rgba(0,0,0,0.3);
		box-shadow: 0px 14px 5px -5px rgba(0,0,0,0.3);
	}


/* b. START Branding/Menu */

	#menu-branding {
		height: 118px;
		position: relative;
		z-index: 9999;
	}	
	.adjust-height {
   		height: 100%;
   		position: relative;
	}

 .opened{

		background-color: #F9F3D3;
 }
/*	  END Branding/Menu */

/* c. START Jumbotron */

	#scenic-background {
		/*background-image: url("img/river-landscape.jpg");*/
		background-size: cover; 
		background-position: center;
		/*height: 45vh;*/
	}

	.front-page #scenic-background{
		height:80vh;
	}

	#scenic-background .jumbotron{
		margin-bottom:10px;
		height:15vh;
		padding:0;
	}

	#scenic-background .jumbotron .container{
		margin-top:25vh;
	}

	.jumbotron h1,
	.jumbotron p {	
		color: white !important;
	    text-align: center;
	    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	    font-weight: 600;
	    clear: both;
	}
	html .jumbotron h1 {
    	font-size: 7rem;
	}
	html .jumbotron p {
	    font-size: 4rem;
		font-weight: 600;
		}

/*	  END Jumbotron */
/* 	  END Header */

	#main-breadcrumb.breadcrumb{
		background-color:transparent;
		margin-bottom:20px;
		margin-top:20px;
		margin-left: 0;
    	padding-left: 0;
	}

	#top-message{
		background-color: rgba(0,0,0,.4);
		padding: 5px;
		border-radius: 20px;
		max-width: 80%;
		margin: 0 auto;
	}


/*	IV. START Main */

	#who-we-are {
	    border-top-width: 10px;
	    padding-top: 100px;
	    padding-bottom: 300px;
	    background-color: #E8E1D0;
	    border-top: solid transparent 27px;
	    border-image: url(img/triangle-pattern.png) 38;
	    border-image-repeat: repeat;
	    padding-top: 100px;
	    background-color: #E8E1D0;
	    background-image: url(img/historic-background.jpg);
	    background-repeat: repeat-x;
		
		background-position-y:bottom;
		border-bottom:0;
	}
	
	.who-we-are {
		background-color: white;
		border-radius: 10px;
		-webkit-box-shadow: 2px 2px 15px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    2px 2px 15px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         2px 2px 15px 0px rgba(50, 50, 50, 0.75);
	}
	
	.who-we-are .text {
		padding: 50px;
	}
	
	.who-we-are .right-image img {
    	float: right;
	}
	
	.who-we-are h2{
		font-size:35px;
	}
	#cultureServiceBusiness {
	    background-image: url(img/gray-background.png);
	    height: 522px;
		background-repeat: repeat-x;
		border-top:10px solid #fff;
	}
	#cultureServiceBusiness h2 {
		color: #343365;
		font-size: 35px;
		line-height: 1;
		font-weight: 600;
	}
	#cultureServiceBusiness img {
		width: 100%;
	}
	#cultureServiceBusiness .text {
		padding: 15px 40px;
	}
	.culture, 
	.service, 
	.business {
		background-color: white;
		border-radius: 10px;
		max-height: 438px;
	}
	
	section#cultureServiceBusiness .content {
	    position: relative;
	    top: -190px;
	}
	.red-btn, .login #wp-submit {
	    background-color: #A60118;
	    color: white;
	    padding: 10px 20px;
	    border: solid black 1px;
	    border-radius: 10px;
	    text-decoration: underline;
		font-weight: 300;
		font-size:1.3em;
	    margin: 20px 0;
	    display: inline-block;
	    text-align: center;
	    transition: ease-in-out 500ms;
	}
	
	.red-btn:hover, .login #wp-submit:hover {
		background-color: #3F3F3F;
		color: white;	
	}
	
	/* START Coming up */
	section#coming-up {
    	padding: 75px 0 30px;
	}

	#coming-up h2{
		font-size:35px;
	}

	article {
	    padding-bottom: 0.5rem;
	    border-bottom: solid #F4CE3E 1px;
	    margin-bottom: 0.5rem;
	}
	article h3, h3 > a {
	    color: #5F0018;
	    font-size: 2.3rem;
	    font-weight: 300;
	}
	article p {
		font-weight: 300;
	}
	a.red-btn.calendar {
	    width: 300px;
	    text-decoration: none;
	    font-size: 24px;
	    font-weight: 300;
	}
	a.red-btn.calendar span {
	    background-image: url(img/calendar-btn-sprite.png);
	    width: 40px;
	    height: 40px;
	    float: left;
	}
	.sidebar h4 {
    	font-size: 2rem;
    	color: #343563;
	}
	
	.sidebar {
    background-color: #EFEFEF;
    background-image: url(img/login-box-background.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    border: solid #D5D5D5 1px;
    border-radius: 20px;
    padding: 20px;
}

.sidebar h4 {
   font-size: 3.2rem;
    margin: 15px 0 30px;
}

.sidebar input[type="text"],.sidebar input[type="password"] {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid #B8B8B8 2px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.sidebar input[type="submit"].red-btn {
	width: 100%;
    height: 50px;
    border: solid #5F0018 1px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.7rem;
    padding: 0;
    
}
.sidebar-links ul {
    padding: 0;
}

.sidebar-links li a{
	text-decoration: none;
}

.sidebar-links li a:hover{
	text-decoration: underline;
}

.sidebar-links li.current_page_item{
	background-color:#ddd;
	padding-left:5px;
}

.sidebar-links li {
    list-style: none;
    padding-bottom: 5px;
    border-bottom: solid #B9B9B9 1px;
	padding-top:5px;
	/*font-size:1.25em;*/
	font-size:.9em;
}
.sidebar-links li:nth-last-child(1) {
	border-bottom: none;
}

.sidebar-links h2{
	color:#5f0018;
}

.internal div#bottom-bar {
    border-bottom: solid #FFF 10px;
}
.black-bar {
    width: 100%;
    height: 20px;
    background: black;
}
#footer-content {
    border-top-width: 10px;
    padding-top: 30px;
    background-color: #000;
    border-top: solid transparent 27px;
    border-image: url(img/triangle-pattern.png) 38;
    border-image-repeat: repeat;
    background-color: #000;
    background-repeat: no-repeat;
	background-size: cover;
	border-bottom:0;
}

#footer-content ul {
    padding: 0;
}

#footer-content li {
    list-style: none;
    padding-bottom: 5px;
    border-bottom: solid #F4CE3E 1px;
    margin-bottom: 5px;
}

#footer-content li a {
    color: white;
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 5px;
	display: block;
	text-decoration: none;
}

#footer-content h5 {
    text-transform: uppercase;
    color: #F4CE3E;
}

#footer-content address {
    color: #FFF;
}

#footer-content p {
	font-weight: 100;
	color: #999999;
	
	}

#footer-content p div{
	display: inline;
}
#footer-content span.number-for {
	display: block;
	color: white;
}

.footer-logo {
	max-width: 100%
}

#footer-content .disclaimer {
	text-align: center;
	margin: 75px 0 30px;
	color:#fff;
}
/* 	IV. END Main */

/* VI. START Interior */
	.internal header {
		border-bottom: 0;
	}
	#top-bar.internal .container,
	#bottom-bar .container-fluid {
		background-image: url("img/red-bar.jpg");
		background-size: 100% 100%;	
		height: 76px;
		border-bottom:4px solid #fff;
	}
	
	#top-bar.internal .row {
		line-height: 38px;
	}
	
	.internal .navbar-brand {
		top: auto;
		position: static;
		max-width: 130px;
	}
	.internal .navbar-brand img {
		width: 100%;	
	}
	.internal #scenic-background {
        /*background-image: url(img/title-background-internal.jpg);*/
	    background-size: cover;
	    background-position: center;
	    height: 35vh;
	    height: 300px;
	    position: relative;
	}
	.black-background {
		background-image: url(img/half-08-background.png);
		background-size: 120%;
		background-repeat: no-repeat;
	    position: absolute;
	    width: 100%;
	    border-bottom-width: 10px;
	    border-bottom: solid transparent 27px;
	    border-image: url(img/triangle-pattern-border-bottom.png) 38;
	    border-image-repeat: repeat;
	    background-repeat: no-repeat;
		bottom: 0;
		border-top:0;
	    
	}
	.black-background h1 {
		color: white;
		font-weight: 700;
		padding-top: 10px;
		margin-top:0;
		margin-bottom:0;
		padding-bottom:0;
	}
	
	aside .sidebar-links{
		background-color: #EFEFEF;
	    background-image: url(img/login-box-background.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    border: solid #D5D5D5 1px;
	    border-radius: 20px;
	    padding: 20px 20px 30px 20px;
	}
	div.call-out-box {
		border: solid #E1E1E1 1px;
		border-radius: 15px;
		padding: 20px 10px;
		margin-bottom: 30px;
		background-color: #FFF;
	}
	div.call-out-box h3, h3 > a {
		color: #5F0018;
		/*font-weight: 600;*/
	}
	/*
	h3 > a {
		font-weight: 800;
	}
	*/

	.content img {
		max-width: 100%;
	}
	
	p.name {
		color: #5F0018;
		font-size: 12px;
		margin-bottom: 0;
	}
	
	p.term {
		color: #343365;
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.internal main {
        border-top-width: 10px;
	    /*padding-top: 30px;*/
	    padding-bottom: 50px;
	    /*border-top: solid transparent 27px;*/
	    border-image: url(img/triangle-pattern.png) 38;
	    border-image-repeat: repeat;
	    background-color: #FFF;
	    background-image: url(img/grayscale-background.jpg);
	    background-size: auto;
	    background-position-y: bottom;
	    background-repeat: repeat-x;
	}
	
	.black-and-white {
		width: 100%;
		height: 10px;
		background: #000
	}
	
	section.content {
    background: rgba(240,240,240,0.8);
	border-radius: 20px;
	min-height:50vh;
	padding-top:15px;
}
/* VI. END Interior */


.breadcrumb > li + li::before{
	content:normal;
}

#alert{
	background-color:#a60018;
	color:#fff;
	font-size:1.1em;
	border-bottom:2px solid #fdc500;
	border-top:2px solid #fdc500;
	text-align: center;
}