/*
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: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5 {
	font-family: "Roboto Condensed", sans-serif;
}
h1, 
.h1, 
h2, 
.h2 {
	color: #000;
}
h1,
.h1 {
	font-size: 36px;
	font-weight: 700;
}
h2, 
.h2 {
	font-size: 30px;
	font-weight: 300;
}
h3, 
.h3 {
	color: #e32424;
}
.entry-content li,
p {
	color: #000;
	font-size: 17px;
}
p {
	line-height: 35px;
	margin-bottom: 25px;
}
a {
	color: #e32424;
}
a:hover,
a:focus {
	color: #616161;
}
hr {
	border-color: #e32424;
	border-width: 5px 0 0;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: #fff;
}
.site-header {
	border-bottom: 6px solid #f02418;
}
#site-navigation,
.site-content > .container {
	background: transparent;
}
#site-navigation {
	font-family: "Open Sans Condensed", sans-serif;
}
.site-header,
.site-footer {
	background: #000;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.shopping-cart-header p {
	margin-bottom: 0;
}
.shopping-cart-header {
	padding: 7px 0;
	text-align: left;
}
.shopping-cart-header .fa-shopping-cart {
	margin-right: 10px;
}

/* sm */
@media (min-width: 768px) {
	.shopping-cart-header {
		text-align: center;
	}
}

/*--------------------------------------------------------------
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: #fff;
	font-size: 18px;
    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: #f02418;
}
.site-header .caret {
	display: none;
}


/* md */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
          display:block !important;
          overflow-y:auto !important;
    }
    .dropdown-menu {
        position:relative;
        box-shadow:none;
        border:none;
        float:none;
    }
}

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

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

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.entry-header {
	
}
.entry-content {
	padding-bottom: 20px;
}
.entry-footer {

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

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

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.attribution {
	/*margin-top: 0;*/
	text-align: left;
}
.attribution p {
	line-height: 20px;
	margin-bottom: 0;
}
.footer-text a,
.footer-text p {
	color: #616161;
	font-size: 12px;
}
.footer-text {
	padding: 15px 0;
}
.footer-text .fa-facebook,
.footer-text .fa-twitter,
.footer-text .fa-linkedin,
.footer-text .fa-instagram,
.footer-text .fa-youtube {
	color: #e32424;
	font-size: 30px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.footer-text .fa-facebook:hover,
.footer-text .fa-twitter:hover,
.footer-text .fa-linkedin:hover,
.footer-text .fa-instagram:hover,
.footer-text .fa-youtube:hover {
	color: #616161;
}

/* sm */
@media (min-width: 768px) {
	.attribution {
		text-align: right;
	}
}

/* md */
@media (min-width: 992px) {
	/*.attribution {
		margin-top: 10px;
	}*/
}

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

/* Home Page Styles */
.leaderboard-area-home {
	background: url("images/background_2-2.jpg") no-repeat scroll top center / cover;
}
.leaderboard-area-home img {
	padding: 20px 0;
}
.featured-one,
.featured-three {
	padding: 30px 0;
}
.featured-one .btn {
	margin-bottom: 10px;
	margin-right: 10px;
}
.featured-two {
	background: url("images/test-bg-mobile.jpg") no-repeat;
	border-bottom: 5px solid #e32424;
	border-top: 5px solid #e32424;
	padding: 30px 0 50px 0;
}
.featured-three {
	background: url("images/videobg-mobile.jpg") no-repeat 0 0 / cover;
}
.featured-two .testimonial-content p {
	color: #fff;
	font-size: 24px;
	font-style: italic;
	line-height: 35px;
}
.featured-two .strong-view.default .testimonial-inner {
	border: 0 none;
	padding: 20px;
	text-align: left;
}
.featured-two .testimonial-name {
	color: #9d9d9d;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 21px;
}
.btn {
	white-space: inherit;
}

/* sm */
@media (min-width: 768px) {
	.featured-two {
		background: url("images/testimonal-bg.jpg") no-repeat fixed 0 0 / cover;
	}
	.featured-three {
		background: url("images/video-bg.jpg") no-repeat fixed 0 0 / cover;
	}
	.btn {
		white-space: nowrap;
	}
	.leaderboard-area-home img {
		padding: 53px 0;
	}
}

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

}

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

}

/*Form Button Style*/
#nf-field-4 {
	background: transparent;
	border: 3px solid #e32424;
	border-radius: 20px;
	color: #e32424;
	padding: 5px 30px;
}
#nf-field-4:hover,
#nf-field-4:active {
	background: #e32424;
	color: #fff;
}

/* Button Styles */
.btn-success {
	background-color: transparent;
	border-color: #e32424;
	border-width: 3px;
	color: #e32424;
}
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success {
	background-color: #e32424;
	border-color: #e32424;
	border-width: 3px;
	color: #fff;
}
.btn-lg, 
.btn-group-lg > .btn {
	border-radius: 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 21px;
	line-height: 1.33;
	padding: 5px 30px;
}

/* 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] {
	background-color: #e32424;
	border: 3px solid #e32424;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 30px;
	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: #fff;
	border: 3px solid #e32424;
	color: #e32424;
}
.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: #464646;
	font-size: 19px;
}
.woocommerce ul.products li.product .price {
	color: #464646;
}
.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: #464646;
}
.related.products {
	clear: both;
	display: none;
}
.woocommerce-info {
	border-top-color: #464646;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	background: transparent;
	color: #464646;
}
.woocommerce-info::before {
	color: #e32424;
}
.woocommerce-message {
	border-top-color: #000;
	margin-top: 20px;
}
.woocommerce-message::before {
	content: '\e015';
	color: #e32424;
}
.woocommerce div.product .stock {
	color: #e32424;
}
.woocommerce div.product p.stock {
	font-size: 18px;
}

/* Text at the bottom of the shop page */
#black-studio-tinymce-5 p {
	line-height: 25px;
}

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

/* Quantity Based Pricing Table Styles */
.wad-qty-pricing-table {
	font-size: 16px;
	width: 100%;
}
.wad-qty-pricing-table th {
	font-size: 18px;
	height: 40px;
}
.wad-qty-pricing-table tr {
	height: 35px;
}
/*.wad-qty-pricing-table thead {
	background: #000;
	color: #fff;
}*/

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