/*
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.3.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.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
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: "Raleway", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5 {

}
h2,
.h2 {
	color: #585254;
}
.entry-content li,
p {
	color: #373a36;
	font-size: 17px;
	line-height: 30px;
}
a {
	color: #00b07a;
}
a:hover,
a:focus {
	color: #373a36;
}
hr {
	border-color: #585254;
	border-width: 2px 0 0;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: #fff;
}
.site-content > .container,
#site-navigation {
	background: transparent;
}
.site-footer {
	background: #585254;
}
.top-footer {
	background: #81909c;
}
.site-header {
	background: #605655;
}

/* sm */
@media (min-width: 768px) {
	.site-header {
		background: transparent;
	}
}

/* md */
@media (min-width: 992px) {

}

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

}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.logo {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 0;
}
.logo,
#site-navigation {
	position: relative;
}
#site-navigation {
	z-index: 1;
}

/* sm */
@media (min-width: 768px) {
	.logo {
		margin-bottom: -100px;
		margin-top: 15px;
	}
}

/* sm */
@media (min-width: 992px) {
	.logo {
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar {
	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 {
    color: #fff;
	font-size: 16px;
	font-weight: 500;
    padding: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #00b07a;
}
.site-header .caret {
	display: none;
}
#menu-item-29 {
	margin-right: 0;
}
#menu-item-30 {
	margin-left: 0;
}

/* sm */
@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 10px;
	}
#menu-item-29 {
	margin-right: 182px;
}
#menu-item-30 {
	margin-left: 65px;
}
}

/* md */
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 38px;
	}
	#menu-item-29 {
		margin-right: 150px;
	}
	#menu-item-30 {
		margin-left: 100px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 60px;
	}
}

/*Hamburger Menu*/
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #00b07a;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #fff;
}

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.entry-header {

}
.entry-content {
	padding-bottom: 20px;
}
.entry-footer {

}
.home .entry-title {
	display: none;
}
.entry-title {
	text-align: center;
}

/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	margin-top: 10px;
}
.attribution a,
.attribution p {
	color: #d6d6d6;
	font-size: 12px;
	line-height: 20px;
}
.top-footer {
	padding: 10px 0;
}
.top-footer h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 30px;
	text-shadow: 0 2px 1.98px rgba(0, 0, 0, 0.24);
}
.top-footer i {
	border-radius: 30px;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}
.top-footer .fa-envelope-o,
.top-footer .fa-linkedin {
	background: #697986;
	color: #fff;
}
.top-footer .fa-envelope-o:hover,
.top-footer .fa-linkedin:hover {
	background: #fff;
	color: #697986;
}

/* Secondary Nav */
#secondary-nav {
	padding: 20px 0;
}
#secondary-nav .nav > li > a {
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 0;
}
#secondary-nav .nav-pills > li.active > a, 
#secondary-nav .nav-pills > li.active > a:hover, 
#secondary-nav .nav-pills > li.active > a:focus,
#secondary-nav .nav > li > a:hover, 
#secondary-nav .nav > li > a:focus {
	background-color: transparent;
	color: #00b07a;
	text-decoration: none;
}
#menu-item-36 > a,
#menu-item-35 > a,
#menu-item-34 > a,
#menu-item-33 > a {
	border-right: none;
}

/* sm */
@media (min-width: 768px) {
	#menu-item-36 > a,
	#menu-item-35 > a,
	#menu-item-34 > a,
	#menu-item-33 > a {
		border-right: 1px solid #fff;
	}
}

/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.search-submit {
	font-family: FontAwesome;
}

/* Home Page Styles */
.leaderboard {
	position: relative;
	bottom: 10px;
	top: 0;
	z-index: 0;
}
.leaderboard img {
	width: 100%;
}
.leaderboard h1 {
	color: #fff;
	display: none;
	font-size: 50px;
	position: relative;
	text-align: center;
	text-shadow: 0 3px 7.68px rgba(0, 0, 0, 0.6);
	top: -400px;
	z-index: 10;
}
#primary {
	margin-top: 163px;
}
.home-text {
	margin-bottom: 40px;
}
.featured-one {
	background: url("images/featured-one-bg.jpg") no-repeat fixed 0 0 / cover;
	padding: 60px 0;
}
.featured-one h1 {
	color: #fff;
	font-size: 45px;
	text-shadow: 0 2px 1.98px rgba(0, 0, 0, 0.41);
}
.featured-two h3 {
	color: #585254;
	font-size: 35px;
}
.featured-two {
	padding: 40px 0;
}
.featured-three h2 {
	color: #00b07a;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 50px;
}
.featured-three a {
	font-weight: 500;
}
.featured-three {
	padding-bottom: 40px;
}

/* sm */
@media (min-width: 768px) {
	.leaderboard h1 {
		display: block;
		font-size: 30px;
		top: -140px;
	}
	.leaderboard {
		bottom: 0;
		top: -170px;
	}
	#primary {
		margin-top: -283px;
	}
}

/* md */
@media (min-width: 992px) {
	.leaderboard h1 {
		font-size: 50px;
		top: -232px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.leaderboard h1 {
		top: -300px;
	}
	.leaderboard {
		top: -120px;
	}
}

/* xl */
@media (min-width: 1400px) {
	.leaderboard h1 {
		top: -400px;
	}
}

/*Form Button Style*/
#nf-field-4 {
	background: #585254;
	border: 0 none;
	color: #fff;
	padding: 10px 25px;
}
#nf-field-4:hover,
#nf-field-4:active {
	background: #00b07a;
}

/* Button Styles */
.btn-success {
	background-color: #585254;
	border-color: #585254;
	color: #fff;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
	background-color: #00b07a;
	border-color: #00b07a;
	color: #fff;
}
.btn-lg, 
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}

/* Blog  Styles */
.single .entry-title,
.blog .entry-title,
.archive .entry-title {
	font-size: 35px;
	text-align: left;
}
.widget-area {
	margin-top: 30px;
}
.widget-title {
	border-bottom: 1px solid #585254;
	color: #585254;
	font-size: 22px;
	margin-top: 0;
	padding: 10px 20px;
	text-align: center;
}
#categories-3 > ul,
#archives-2 > ul {
	list-style: outside none none;
	padding: 0;
	text-align: center;
}
#recent-posts-2 a,
#archives-2 a {
	color: #69624f;
}
.wp-post-image {
	float: left;
/*	margin-right: 20px;*/
	margin-right: 0;
	width: 30%;
}
.single .wp-post-image {
	display: none;
}
.wp-post-image img {
	border: 1px solid #69624f;
}

/* sm */
@media (min-width: 768px) {

}

/* md */
@media (min-width: 992px) {

}

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

}

/* Sticky footer * @link http://mystrd.at/modern-clean-css-sticky-footer/ */

/* md */
@media (min-width: 992px) {
	html {
    	position: relative;
    	min-height: 100%;
	}
	body {
    	margin: 0 0 280px; /* = .site-footer height */
	}
	.site-footer {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 280px; /* = body margin-bottom */
	}
}