/*
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: "Libre Franklin", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5 {
	color: #000;
	font-weight: 600;
}
h2,
.h2 {
	font-size: 27px;
}
.entry-content li,
p {
	color: #000;
	font-size: 18px;
}
a {
	color: #016600;
}
a:hover,
a:focus {
	color: #e1b400;
	transition: .5s;
}
hr {
	border-color: #016600;
	border-width: 2px 0 0;
}

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

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.logo {
	position: relative;
	margin-bottom: 0;
	margin-top: 15px;
	z-index: 3;
}
.logo img:hover {
	opacity: .7;
	transition: .5s;
}
.header-top,
.featured-one,
.featured-three,
.attribution {
	background: url("images/metal-pattern.jpg") repeat;
	box-shadow: 0px 0px 10px 0px rgba(46, 53, 65, 0.55); 
}
.header-top {
	padding: 5px 0;
}
.header-top p {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
}
.header-top a {
	color: #000;
}
.header-top a:hover {
	color: #016600;
	transition: .5s;
}
.logo,
.header-top,
.header-contact {
	text-align: center;
}
.fa-shopping-cart {
	margin-right: 10px;
}
.header-contact h3 {
	margin-top: 10px;	
}
.header-contact h3 a {
	color: #000;
}
.header-contact h3 a:hover {
	color: #016600;
	transition: .5s;
}
.header-tagline h1 {
	margin-top: 10px;
}

/* sm */
@media (min-width: 768px) {
	.header-tagline h1	{
		font-size: 27px;
		margin-top: 60px;
	}
	.header-contact h3 {
		font-size: 18px;
		margin-top: 65px;
	}
	.header-top,
	.header-contact	{
		text-align: right;
	}
	.logo {
		text-align: left;
	}
}

/* md */
@media (min-width: 992px) {
	.logo {
		margin-bottom: -100px;
	}
	.header-tagline h1 {
		font-size: 36px;
	}
	.header-contact h3 {
		font-size: 21px;
		margin-top: 70px;
	}
}

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

}

/*--------------------------------------------------------------
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: #000;
	font-size: 18px;
	font-weight: 600;
    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: #016600;
	transition: .5s;
}
.site-header .caret {
	display: none;
}

/* sm */
@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 41px;
	}
}

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

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

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

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

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

}
.home .entry-title {
	display: none;
}
.entry-title {
	margin: 30px 0;
}
.entry-content p,
.entry-content li {
	line-height: 35px;
}
.entry-content p {
	margin-bottom: 20px;
}

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

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	padding: 10px 0;
}
.attribution a,
.attribution p {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
}
.footer-text {
	margin: 10px 0;
}
.footer-text img:hover {
	opacity: .7;
	transition: .5s;
}
.footer-text p {
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-text a {
	color: #000;
}
#black-studio-tinymce-6 a:hover {
	color: #016600;
	transition: .5s;
}
.fa-phone,
.fa-twitter {
	margin-right: 10px;
}

/* sm */
@media (min-width: 768px) {
	.footer-text {
		margin: 30px 0;
	}
	#black-studio-tinymce-6,
	#black-studio-tinymce-7 {
		margin-top: 20px;
	}
}

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

}


/* 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 */
.featured-one,
.featured-two,
.featured-three {
	padding: 30px 0;
}
.featured-two img,
.featured-three img {
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.7); 
}
.featured-one h1 {
	margin-top: 0;
}
.featured-two p,
.featured-two li {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 20px;
}
.featured-two ol {
	line-height: 35px;
}
.featured-three h1 {
	margin-top: 0;
	margin-bottom: 30px;
}
.featured-three h2,
.featured-three img {
	margin-bottom: 20px;
}
.img-lables p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.wp-image-67 {
	margin-top: 15px;
}
.fa-arrow-alt-circle-up,
.fa-arrow-alt-circle-down {
	color: #016600;
	font-size: 24px;
}
.fa-arrow-alt-circle-up {
	margin-right: 5px;
}
.fa-arrow-alt-circle-down {
	margin-left: 5px;
}
.btn {
	white-space: inherit;
}

/* sm */
@media (min-width: 768px) {
	.btn {
		white-space: nowrap;
	}
	.featured-two h2 {
		margin-bottom: 35px;
	}
	.featured-two ol {
		padding-top: 22px;
		margin-bottom: 50px;
	}
	.featured-three {
		padding: 50px 0;
	}
}

/* md */
@media (min-width: 992px) {
	.featured-three {
		padding: 60px 0;
	}
}

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

}

/*Form Button Style*/
#nf-field-4 {
	background: #a31d1c;
	border: 0 none;
	color: #fff;
	padding: 10px 25px;
}
#nf-field-4:hover,
#nf-field-4:active {
	background: #1d3f59;
	transition: .5s;
}

/* Button Styles */
.btn-success {
	background-color: #e1b400;
	border-color: #e1b400;
	color: #000;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
	background-color: #016600;
	border-color: #016600;
	color: #fff;
	transition: .5s;
}
.btn-lg, 
.btn-group-lg > .btn {
	border-radius: 0;
	box-shadow: 0px 1px 9.6px 0.4px rgba(0, 0, 0, 0.4); 
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	padding: 10px 25px;
}

/* 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;
}*/

/* WooCommerce Styling */
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
	font-size: 16px;
	padding: 8px 30px;
	font-weight: 600;
	border-radius: 3px;
	color: #000;
	background-color: #e1b400;
	text-align: center;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
	background-color: #016600;
	color: #fff;
	transition: .5s;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	color: #000;
	font-size: 19px;
}
.woocommerce ul.products li.product .price {
	color: #016600;
	font-size: 17px;
	font-weight: 700;
}
.woocommerce div.product .product_title {
	text-align: left;
}
.woocommerce div.product {
	margin-top: 20px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #016600;
}
.related.products {
	clear: both;
}
.woocommerce-info {
	border-top-color: #016600;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	background: transparent;
	color: #016600;
	margin-top: 30px;
}
.woocommerce-info::before {
	color: #016600;
}
.woocommerce-message::before {
	color: #016600;
}
.woocommerce-message {
	border-top-color: #016600;
}
.woocommerce-variation-price {
	margin-bottom: 30px;
}
.widget-title {
	border-bottom: 2px solid #000;
	font-size: 25px;
}
.archive .quantity {
    display: inline-block;
    /*margin-right: 15px;*/
}
.description-shop p {
	font-size: 15px;
}
.move-sku {
	width: 100%;
}
.registration-link a {
    margin-left: 10px;
}
p.sku-move {
	font-size: 15px;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em;
	color: #000;
	font-size: 16px;
}
.woocommerce div.product form.cart table td {
	padding-left: 15px;
}

/* Hide Sorting on Shop/Archive Pages */
.woocommerce-ordering {
	display: none;
}

/* Align Add to Cart Buttons */
ul.products {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}
ul.products li.product {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
ul.products li.product .button,
ul.products li.product .gridlist-buttonwrap {
   align-self: flex-end;
}

/*fixes it in safari*/
ul.products:before {
    content: none;
    display: unset;
}

@media (min-width: 491px) {
    ul.products li.product {
       width: 48%;
    }
}

/* 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 */
	}
}