/*
Theme Name: Your Web Layout
Theme URI: http://yourweblayout.com/
Author: Design Services
Author URI: http://yourweblayout.com/
Description: This site was built by Design Services. If you have any questions, please contact <a href="mailto:updates@yourweblayout.com">updates@yourweblayout.com</a>
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Your Web Layout is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bootstrap
	1.1 Adjustments

2.0	Underscores
	2.1 Elements
	2.2 Accessibility
	2.3 Alignments
	2.4 Clearings

3.0 Your Web Layout
	3.1 Typography
	3.2 Background
	3.3 Header
	3.4 Navigation
	3.5 Content
	3.6 Sidebar
	3.7 Footer
	3.8 Custom

4.0 Media Queries
	4.1 xs
	4.2 sm
	4.3 md
	4.4 lg
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Bootstrap
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 Adjustments
--------------------------------------------------------------*/
/* If they insist, disable responsiveness thusly
 * @link http://getbootstrap.com/getting-started/#disable-responsive
 *
 * 1. Replace all col classes (col-lg, col-md, col-sm) with col-xs
 * 2. Remove all navbar collapsing and expanding behavior
 * 3. Uncomment css below to override container width
 */

/*
.container {
	width: 970px !important;
}
@media (min-width: 768px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
*/

/*--------------------------------------------------------------
2.0	Underscores
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly */
	max-width: 100%; /* Adhere to container width */
}

/* Make sure elements fit their containers */
embed,
iframe,
object,
.wp-caption,
.widget select {
	max-width: 100%;
}

/* Required by WordPress theme check */
.sticky,
.bypostauthor,
.gallery-caption,
.wp-caption-text {
}

/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
2.3 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.0em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.0em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

/*--------------------------------------------------------------
2.4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
3.0 Your Web Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1 Typography
--------------------------------------------------------------*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Rye', cursive;
}
h2, .h2 {
	font-size: 28px;
	color: #bee0c6;
}
h4, .h4 {
	font-size: 18px;
	color: #1a260f;
}
h4 small, .h4 small {
	font-family: 'Source Sans Pro', sans-serif;
	color: #7F9672;	
}
h5, .h5 {
	font-size: 16px;
	color: #65646A;
}
h5 small, .h5 small {
	font-family: 'Source Sans Pro', sans-serif;
	color: #7F9672;	
}
a {
    color: #7F9672;
    text-decoration: none;
}
a:hover, a:focus {
    color: #131c0b;
    text-decoration: underline;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: url(images/pattern.jpg) repeat;
}
.site-header {
	background: #fff;
	border-bottom: 3px solid #7f9672;
}
#site-navigation {
	background: #65646a;
}
.home .site-content > .container {
	background: none;
}
.site-content > .container {
	background: #fff;
}
.site-footer {
	border-top: 20px solid #131c0b;
	background: #151515; 
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
#logo {}
.info {
	margin-top: 7px;
	margin-bottom: 20px;	
}
.info p {
	margin: 0;
}
.info a {
	color: #1a260f;
	font-weight: 600; 
	text-decoration: underline;
}
.info a.tel {
	padding-left: 30px;
	background: url(images/phone.png) no-repeat;
	font-weight: bold;
	text-decoration: none;	
}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
	min-height: 0;
	border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-default {
	margin-bottom: 0;
}
.navbar-default .navbar-nav {
	margin-left: -15px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
    color: #fff;
	text-transform: uppercase;
    padding: 5px 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: none;
	color: #b8d6a7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	background: none;
	color: #b8d6a7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  	background: none;
	color: #b8d6a7;
}

.caret {
	display: none;
}
.sub-arrow {
	color: #bee0c6;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.dropdown-menu {
	border: 1px solid #1a260f;
	background: rgba(59,57,57,0.92);
    box-shadow: none;
    margin: 0 !important;
    min-width: 160px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: none !important;
    color: #fff !important;
}
.dropdown-menu > li > a, .dropdown-menu .dropdown-header {
	padding-left: 15px;	
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: none;
    color: #fff;
}
.dropdown-menu > li > a {
	font-size: 14px;
	color: #fff;	
	padding: 2px 5px 4px;
	background: none;
}
.dropdown-menu > li + li {
	margin: 0;
	border-top: 1px solid #73756f;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
	color: #b8d6a7;	
	background: none;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus  {
	color: #b8d6a7;
	background: none; 
}

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.entry-header {}
.entry-content {
	color: #1a260f;
}
.entry-footer {}

/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/
.widget-area {}
.widget-title {}

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
#secondary-nav .nav {
	margin: 20px 0 30px;
}
#secondary-nav .nav > li {
	float: left;
}
#secondary-nav .nav > li > a {
	padding: 0;
	font-size: 18px;
    color: #fff;
	text-transform: uppercase;
} 
#secondary-nav .nav > li > a:hover,
#secondary-nav .nav > li > a:focus {
	background: none;
	color: #fff;
	text-decoration: underline;
}
#secondary-nav .nav > .active > a,
#secondary-nav .nav > .active > a:hover,
#secondary-nav .nav > .active > a:focus {
  	background: none;
	color: #fff;
	text-decoration: underline;
}
.site-footer p {
	clear: both;
	font-size: 16px;
	color: #bee0c6; 
}
.site-footer p a {
	color: #bee0c6;
}
.site-footer img {
	margin: 0 5px;
}
.attribution {
	padding-top: 5px;
	clear: both;
}
.attribution p {
	font-size: 12px;
	color: #3c3d3c;	
}
.attribution p a {
	color: #3c3d3c;	 
}

/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.btn {
    font-size: 24px;
	text-transform: uppercase;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 1px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.btn-default {
    background-color: #434d3a;
    border-color: #fff;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #1a260f;
    border-color: #fff;
    color: #fff;
}
.btn-success {
    background-color: #c3ddb5;
    border-color: #fff;
    color: #1a260f;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #97af89;
    border-color: #fff;
    color: #1a260f;
}

.thumbnail img {
	margin-bottom: 0;
}
.thumbnail .caption {
	font-size: 14px;
    color: #333;
    padding: 9px;
}

.list-group-item {
	font-size: 14px;
	padding: 7px 10px;
}

.divider {
	padding-top: 15px;
	border-bottom: 2px solid #151515;
	margin-bottom: 30px;
}

.heading {
	font-size: 18px;
	color: #fff;
	background: #65646A;
}

.panel-title {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 21px;
    color: #1a260f;
    font-weight: 200;
    line-height: 1.4;
}
.panel-title > a:hover {
	text-decoration: none;
}

/* home page > leaderboard */
#leaderboard {
	border-bottom: 7px solid #698e6a;
}
#leaderboard .cta > .row > div:first-child {
	border: 7px solid #fff;
}
#leaderboard .cta > .row > div {
	padding-left: 0;
	padding-right: 0;	
	background: #b8d6a7;
}
#leaderboard .cta > .row > div > div {
	padding-left: 0;
	padding-right: 0;	
	background: #b8d6a7;
}
#leaderboard .welcome {
	padding: 20px 20px 0;
}
#leaderboard .welcome p {
	color: #1a260f;	
	font-weight: 600;
}
#leaderboard .welcome .divider {
	padding-top: 10px;
	margin: 0 auto 20px;
	display: block;
	width: 90%;
	border-bottom: 1px solid #1a260f;
}
#leaderboard .welcome .btn {
	display: table;
}

/* home page > more */
#more {
	margin-top: 20px;
	padding: 10px 0 30px;
	background: rgb(167,195,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(167,195,150,1) 0%, rgba(49,65,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,195,150,1)), color-stop(100%,rgba(49,65,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(167,195,150,1) 0%,rgba(49,65,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(167,195,150,1) 0%,rgba(49,65,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(167,195,150,1) 0%,rgba(49,65,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(167,195,150,1) 0%,rgba(49,65,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c396', endColorstr='#314126',GradientType=0 ); /* IE6-9 */
	border-bottom: 6px solid #a7c396;
}
#more .thumbnail {
	margin-bottom: 10px;
}
#more a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* galleries: fun photos */
.gallery {
	text-align: center;
	padding: 10px 0;
	background: #65646A;
}
.ngg-galleryoverview {
	margin-top: unset !important;
	display: inline-block !important;
	width: 903px !important;
	margin-left: auto;
    margin-right: auto;
}  

/* show wins */
.page-id-18 .well {
	font-size: 14px;
	min-height: 200px;
}

/*--------------------------------------------------------------
4.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 xs
--------------------------------------------------------------*/
/* Extra Small - phones */
#logo img {
	margin: 0 auto 20px;
	display: block;
}
.info p {
	line-height: 15px;
}
.info a {
	font-size: 10px;
}
.info a.tel {
	padding-left: 20px;
	background-position: left 8px;
	background-size: auto 50%;
	font-size: 18px;
}

#site-navigation {
	margin-left: -30px;
	margin-right: -30px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    background-color: #7F9672;
	border-color: #7F9672;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #7F9672;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
#menu-main-menu {
	margin-top: 0;
}
.dropdown-menu {
	padding: 0;
}

#leaderboard .welcome p {
	font-size: 16px;
}
#leaderboard .welcome .btn {
	margin: 0 auto 20px;
}

/*--------------------------------------------------------------
4.2 sm
--------------------------------------------------------------*/
@media (min-width: 768px) {
/* Small - tablets */
#logo {
	margin-top: 20px;
}
#logo img {
	margin: 0;
	display: inherit;
	height: auto;
	max-width: inherit;
    width: 135%;
}
.info p {
	line-height: inherit;
}
.info a {
	font-size: 16px;
	line-height: 20px;
}
.info a.tel {
	padding-left: 30px;
	background-position: left 9px;
	background-size: auto 60%;
	font-size: 24px;
}

#site-navigation {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.navbar-default .navbar-nav > li + li {
	margin-left: 8px;
}
.navbar-default .navbar-nav > li:first-child {
	margin-left: 10px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
    padding: 10px 0;
}

#leaderboard {
	min-height: 445px;
	max-height: 445px;
	background: url(images/valley.jpg) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
#leaderboard .cta {
	margin-top: 40px;	
}
#leaderboard .welcome .btn {
	margin: 0 auto;
}

}

/*--------------------------------------------------------------
4.3 md
--------------------------------------------------------------*/
@media (min-width: 992px) {
/* Medium - desktops */
	
/* Sticky footer
 * @link http://mystrd.at/modern-clean-css-sticky-footer/
 */
html {
   	position: relative;
   	min-height: 100%;
}
body {
   	margin: 0 0 160px; /* = .site-footer height */
}
.site-footer {
   	position: absolute;
   	left: 0;
   	bottom: 0;
   	width: 100%;
   	height: 160px; /* = body margin-bottom */
}

.bulldog {
	margin-top: 45px;
	height: auto;
	max-width: inherit;
    width: 135%;
}
#logo {
	margin-top: 45px;
}
#logo img {
	height: auto;
	max-width: 100%;
    width: auto;
}
.info p {
	line-height: inherit;
}
.info a {
	font-size: 20px;
	line-height: inherit;
}
.info a.tel {
	padding-left: 30px;
	background-position: left 9px;
	background-size: auto;
	font-size: 28px;
}

.navbar-default .navbar-nav > li:first-child {
	margin-left: 10px;
}
.navbar-default .navbar-nav > li + li {
	margin-left: 15px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
}

#leaderboard .cta {
	margin-top: 4px;	
}
#leaderboard .welcome p {
	font-size: 18px;
	line-height: 21px;
}

.home .entry-content {
	font-size: 24px;
}
.entry-content {
	font-size: 18px;
}

#secondary-nav .nav > li:first-child {
	margin-left: 20px;
}
#secondary-nav .nav > li + li {
	margin-left: 35px;
}
.attribution p {
	margin-botton: 0;
}

}

/*--------------------------------------------------------------
4.4 lg
--------------------------------------------------------------*/
@media (min-width: 1200px) {
/* Large - desktops */

.bulldog {
	margin-top: 35px;
	height: auto;
	max-width: inherit;
    width: 115%;
}

.navbar-default .navbar-nav > li:first-child {
	margin-left: 20px;
}
.navbar-default .navbar-nav > li + li {
	margin-left: 30px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
}

#leaderboard .welcome p {
	font-size: 22px;
	line-height: 28px;
}

#secondary-nav .nav > li:first-child {
	margin-left: 55px;
}
#secondary-nav .nav > li + li {
	margin-left: 60px;
}

}
