/*
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: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5 {
	font-weight: 900;
}
h1, 
.h1, 
h2, 
.h2 {
	color: #292929;
}
h1, 
.h1 {
	font-size: 33px;
}
h2, 
.h2 {
	font-size: 28px;
}
h3, 
.h3 {
	color: #000;
	font-size: 24px;
}
.entry-content li,
p {
	color: #292929;
	font-size: 18px;
}
a {
	color: #9f1a1d;
}
a:hover,
a:focus {
	color: #e2af47;
	transition: .5s;
}
hr {
	/*border-color: #e2af47;*/
	border-color: #9f1a1d;
	border-width: 2px 0 0;
}

/* sm */
@media (min-width: 768px) {
	p {
		line-height: 35px;
		margin-bottom: 20px;
	}
}

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

}

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

}


/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: #fff;
}
.header-top,
.site-header {
	position: relative;
}
.site-header {
	background: #fff;
	box-shadow: 0 1px 6.65px 0.35px rgba(46, 53, 65, 0.21);
	z-index: 1000;
}
.header-top {
	background: #292929;
	/*border-top: 3px solid #f4bc4c;*/
	border-top: 3px solid #9f1a1d;
	box-shadow: 0 1px 9.5px 0.5px rgba(46, 53, 65, 0.21);
	padding: 5px 0;
	z-index: 10000;
}
#site-navigation,
.site-content > .container,
.site-footer {
	background: transparent;
}
.site-footer {
	border-top: 3px solid #292929;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.logo {
	margin: 10px 0;
}
.logo img:hover {
	opacity: .7;
	transition: .5s;
}

/* lg */
@media (min-width: 1200px) {
	#site-navigation {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.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: #292929;
	/*font-size: 16px;*/
	font-size: 18px;
	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: #9f1a1d;
	transition: .5s;
}
.site-header .caret {
	display: none;
}

/* Dropdown Menu */
.dropdown-menu {
	/*background-color: rgba(255, 255, 255, .5);*/
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 1px 6.65px 0.35px rgba(46, 53, 65, 0.21); 
	font-size: 16px;
}
.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #292929;
	font-size: 18px;
	font-weight: 500;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background: transparent;
	color: #9f1a1d;
	text-decoration: none;
	transition: .5s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: transparent;
	color: #9f1a1d;
	text-decoration: none;
	transition: .5s;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
	color: #9f1a1d;
	transition: .5s;
}

/* sm */
@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 29px;
	}
	#mysticky-nav.wrapfixed.up .navbar-default .navbar-nav > li > a { 
		font-size: 20px;
		padding: 15px 18px;
	}
	#mysticky-nav.wrapfixed.down .navbar-default .navbar-nav > li > a {
		font-size: 20px;
		padding: 15px 18px;
	}
}

/* md */
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 49px;
	}
}

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

/*Hamburger Menu*/
.navbar-default .navbar-toggle {
	border-color: #292929;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #292929;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #f4bc4c;
	transition: .5s;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #9f1a1d;
}

@media (min-width: 320px) {
    .navbar-default .navbar-brand {
    	color: #000;
    	margin-left: 94px;
    }  
}

@media (min-width: 400px) {
    .navbar-default .navbar-brand {
        margin-left: 185px;
    }    
}

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

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

}
.home .entry-title {
	display: none;
}
.entry-title {
	margin: 30px 0;
	text-align: center;
}

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

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	background: #292929;
	padding: 10px 0;
}
.attribution a,
.attribution p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
.site-footer hr {
	border-color: #9f1a1d;
	margin-bottom: 0;
	margin-top: 0;
}
.footer-text {
	margin: 10px 0;
}
.footer-text p {
	font-size: 24px;
}
.footer-text a {
	color: #292929;
}
.fa-facebook-square {
	color: #292929;
	font-size: 30px;
}
.fa-facebook-square:hover,
.footer-text a:hover {
	color: #9f1a1d;
	transition: .5s;
}
.extra-bold {
	font-weight: 900;
}
#black-studio-tinymce-3,
#black-studio-tinymce-5,
#black-studio-tinymce-6 {
	margin-top: 15px;
}
.footer-text .btn-success {
	background-color: #9f1a1d;
	border-color: #9f1a1d;
	color: #fff;
}
.footer-text .btn-success:hover, 
.footer-text .btn-success:focus, 
.footer-text .btn-success:active, 
.footer-text .btn-success.active, 
.footer-text .open .dropdown-toggle.btn-success {
	background-color: #9f1a1d;
	border-color: #9f1a1d;
	/*box-shadow: 0 1px 22.8px 1.2px rgba(41, 41, 41, 0.66);*/
	box-shadow: none;
	color: #fff;
	transition: .5s;
}

/* Back to top button - next 3 rules*/
/* keeps styling on top button after it's clicked on */

.top-btn, 
.topbutton {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50px;
	padding: 5px;
	text-align: center;
	position: fixed;
	height: 50px;
	width: 50px;
}
.top-btn a,
.top-btn p {
	color: #333;
}
.top-btn p {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0;
}
.topbutton, 
.topbutton:visited, 
.topbutton:active, 
.topbutton:focus {
	bottom: 15px;
	display: none;
	right: 5px;
	z-index: 1;
}
.topbutton:hover {
   background: #f4bc4c;
    border: 1px solid #f4bc4c;
    color: #333;
	text-decoration: none;
	transition: .5s;
}
.fa-angle-up {
    color: #333;
	font-size: 16px;
}
.home .site-footer hr {
	display: none;
}

/* sm */
@media (min-width: 768px) {
	.topbutton, 
	.topbutton:visited, 
	.topbutton:active, 
	.topbutton:focus {
		bottom: 25px;
		right: 30px;
	}
	.top-btn, 
	.topbutton {
		height: 60px;
		width: 60px;
	}
	#black-studio-tinymce-3 {
		margin-top: 25px;
	}
}

/* md */
@media (min-width: 992px) {
	.topbutton, 
	.topbutton:visited, 
	.topbutton:active, 
	.topbutton:focus {
		bottom: 106px;
		right: 87px;
	}
}


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

}

/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.search-submit {
	font-family: FontAwesome;
}
.leaderboard-image img {
	width: 100%;
}
.spacer {
	margin-top: 30px;
}

/* Home Page Styles */
.slider {
	position: relative;
	z-index: 0;
}
.slider,
.featured-three,
.featured-four,
.featured-five {
	/*border-bottom: 3px solid #f4bc4c;*/
	border-bottom: 3px solid #9f1a1d;
}
.featured-three,
.featured-four,
.featured-five {
	border-top: 3px solid #292929;
}
.yellow-line,
.red-line,
.black-line {
	height: 3px;
}
.black-line {
	background: #292929;
}
.red-line {
    background: #9f1a1d;
}
/*.yellow-line {
	background: #f4bc4c;
}*/
.featured-one {
	padding: 20px;
}
.featured-three {
	padding: 30px 0;
}
.featured-three img {
	border: 2px solid #292929;
	box-shadow: 0 1px 6.65px 0.35px rgba(41, 41, 41, 0.66);
}
.featured-three img:hover {
	border: 2px solid #9f1a1d;
	box-shadow: 0 1px 22.8px 1.2px rgba(41, 41, 41, 0.66);
	transition: .5s;
}
.featured-three .btn {
	margin-bottom: 10px;
}
.featured-two,
.featured-four {
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-id-21 .entry-content .btn-success,
.featured-three .btn-success,
.featured-four .btn-success {
	background-color: #9f1a1d;
	border-color: #9f1a1d;
	color: #fff;
}
.page-id-21 .entry-content .btn-success:hover, 
.page-id-21 .entry-content .btn-success:focus, 
.page-id-21 .entry-content .btn-success:active, 
.page-id-21 .entry-content .btn-success.active, 
.page-id-21 .entry-content .open .dropdown-toggle.btn-success,
.featured-three .btn-success:hover, 
.featured-three .btn-success:focus, 
.featured-three .btn-success:active, 
.featured-three .btn-success.active, 
.featured-three .open .dropdown-toggle.btn-success,
.featured-four .btn-success:hover, 
.featured-four .btn-success:focus, 
.featured-four .btn-success:active, 
.featured-four .btn-success.active, 
.featured-four .open .dropdown-toggle.btn-success {
	background-color: #9f1a1d;
	border-color: #9f1a1d;
	/*box-shadow: 0 1px 22.8px 1.2px rgba(41, 41, 41, 0.66);*/
	box-shadow: none;
	color: #fff;
	transition: .5s;
}
.page-id-21 .entry-content .btn {
    margin-bottom: 10px;
}
.featured-two {
	height: 553px;
}
.featured-four,
.featured-five {
	padding: 30px 0;
}
.btn {
	white-space: inherit;
}
.featured-five p {
	font-family: "Raleway", sans-serif;
}
.featured-three .btn {
	border-radius: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.33;
	width: 100%;
}
/*featured-four p {
	margin-bottom: 0;
}*/
.featured-five .btn-success {
	background-color: #292929;
	border-color: #292929;
	color: #fff;
}
.featured-five .btn-lg, 
.featured-five .btn-group-lg > .btn {
	border-radius: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.33;
	padding: 8px 10px;
}
.home-tagline {
	padding: 15px 0;
}
.home-tagline h1 {
	color: #292929;
	font-weight: 900;
	margin-bottom: 0;
	margin-top: 0;
}

/* Services Page */
h2#tax-services::before, 
h2#mgmt-consulting::before,
h2#employee-forms::before {
	content: "";
	display: block;
	height: 100px;
	margin-top: -100px;
	visibility: hidden;
}
h2#client-forms::before,
h2#refund-tracking::before,
h2#payroll-portal::before,
h2#financial-statements::before,
h2#payments::before {
	content: "";
	display: block;
	height: 15px;
	margin-top: -15px;
	visibility: hidden;
}
/*h2#payments::before {
	content: "";
	display: block;
	height: 80px;
	margin-top: -80px;
	visibility: hidden;
}*/
.page-id-19 .entry-title {
	border-bottom: 2px solid #9f1a1d;
	padding-bottom: 15px;
}
.page-id-16 .entry-title,
.page-id-21 .entry-title {
	display: none;
}

/* sm */
@media (min-width: 768px) {
	.home-tagline h1 {
		font-size: 38px;
	}
	.btn {
		white-space: nowrap;
	}
	.featured-one h1 {
		margin-top: 30px;
	}
	.featured-one h1,
	.featured-two h1,
	.featured-three h1 {
		margin-bottom: 25px;
	}
	.featured-three h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.featured-three .btn {
		margin-bottom: 0;
	}
	.featured-four h1 {
		margin-top: 30px;
	}
	.featured-four .btn {
		margin-bottom: 20px;
	}
	h2#payroll-portal::before,
	h2#payments::before,
	h2#client-forms::before,
	h2#refund-tracking::before,
	h2#financial-statements::before {
    	content: "";
    	display: block;
    	height: 100px;
    	margin-top: -100px;
    	visibility: hidden;
    }
}

/* md */
@media (min-width: 992px) {
	.featured-one {
		padding: 40px 50px 40px 90px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.featured-one {
		padding: 40px 10px 40px 25px;
	}
	.featured-three h3 {
		font-size: 24px;
	}
	.featured-five .btn {
		margin-top: 20px;
	}
}

/* xl */
@media (min-width: 1400px) {
	.featured-one {
		padding: 100px 60px 40px 40px;
	}
	.featured-three h3 {
		font-size: 24px;
	}
}

/* xxl */
@media (min-width: 1600px) {
	.featured-one {
		padding: 40px 110px 40px 115px;
	}
}

/* xxxl */
@media (min-width: 1800px) {
	.featured-one {
		padding: 40px 110px 40px 200px;
	}
}

/*Form Button Style*/
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"], 
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"] {
	font-size: 18px !important;
	padding: 10px 16px !important;
	border-radius: 0 !important;
	background: #710f11 !important;
	border-color: #710f11 !important;
	box-shadow: none !important;
	color: #fff;
	text-decoration: none;
	text-shadow: none !important;
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"]:hover, 
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"]:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
	transition: .5s !important;	
}

/* Button Styles */
.btn-success {
	background-color: #292929;
	border-color: #292929;
	color: #f4bc4c;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
	background-color: #9f1a1d;
	border-color: #9f1a1d;
	box-shadow: 0 1px 22.8px 1.2px rgba(41, 41, 41, 0.66);
	color: #fff;
	transition: .5s;
}
.btn-lg, 
.btn-group-lg > .btn {
	border-radius: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.33;
	padding: 8px 20px;
}

/* Collapse Styles */
h4.panel-title {
	color: #889682;
	font-size: 20px;
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-color: #373329;
	color: #373329;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: transparent;
}
.panel {
	background-color: transparent;
	border: 1px solid #373329;
	border-radius: 4px;
	box-shadow: 0;
	margin-bottom: 20px;
}

/* 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 200px; /* = .site-footer height */
	}
	.site-footer {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 200px; /* = body margin-bottom */
	}
}