/*
Theme Name: tonykuehn
Theme URI: http://www.tonykuehn.com/
Author: Tony Kuehn
Author URI: http://www.tonykuehn.com/
Description: A new, bespoke theme, for Torelli Bicycles, from Tony Kuehn of Twenty Years hence. Built around Foundation 6, for WordPress.
Version: 1.0
Text Domain: tonykuehn

tonykuehn is influenced by Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. & FoundationPress, http://foundationpress.olefredrik.com, by Ole Fredrik Lie.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	position: relative;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
}

article.page h1,
article.page h2,
article.page h3,
article.page h4,
article.page h5,
article.page h6 {
	margin: .75em auto;
	max-width: 700px;
}

h1:before {
	content: "\f02e";
	color: #c31b2a;
	font-family: "FontAwesome";
	position: absolute;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
	top: 50%;
	margin-top: -18px;
	height: 36px;
}

h1:after {
	content: "\f02e";
	color: #c31b2a;
	font-family: "FontAwesome";
	position: absolute;
	right: 0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
	top: 50%;
	margin-top: -18px;
	height: 36px;
}

h1 {
	font-size: 36px;
	padding: 0 40px;
	display: inline-block;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.3;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

dl, ol, ul {
	line-height: 1.3;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	border-radius: 3px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: 1em 1.2em;
}

button:hover,
.button:focus,
.button:hover
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
.button:focus,
.button:hover
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: transparent !important;
	color: #c31b2a;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #555;
}

input::placeholder,
textarea::placeholder {
	color: #555;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #c31b2a;
	text-decoration: underline;
}

a:visited {
	color: #c31b2a;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #c31b2a;
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline-block;
	width: auto;
}

.main-menu-left {
	overflow: visible;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	z-index: 9999;
}

.main-navigation li {
	float: left;
	position: relative;
	padding-bottom: 1em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 0 8px;
}

.main-navigation ul ul {
	background-color: #c31b2a;
	text-align: left !important;
	float: left;
	position: absolute;
	top: 2.2em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul:before {
	border-bottom: 10px solid #c31b2a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 15%;
  margin-left: -10px;
  position: absolute;
  top: -10px;
  width: 0;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	margin-left: 10px;
}

.main-navigation ul ul ul:before {
	border-right: 10px solid #c31b2a;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #660000;
}

.main-navigation ul ul li:last-child {
	padding-bottom: 10px;
	border-bottom: none;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation li.current-menu-ancestor > a {
	color: #c31b2a;
}

.main-navigation li li.current_page_item > a,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current_page_ancestor > a,
.main-navigation li li.current-menu-ancestor > a,
.main-navigation li li.current-page-ancestor > a {
	color: #660000;
}

.main-navigation li[class*="children"] > a:after {
	font-family: "FontAwesome";
    content: '\f0d7';
    font-size: 14px;
    vertical-align: 1px;
	line-height: 0em;
	margin-left: 5px;
}

.main-navigation li[class*="children"] > a:hover:after,
.main-navigation li[class*="children"]:hover > a:after {
	color: #660000;
}

.main-navigation ul li li[class*="children"] > a:after {
  font-family: "FontAwesome";
  content: '\f0da';
	vertical-align: 1px;
	font-size:14px;
	text-align: right;
}

.main-navigation ul li li[class*="children"] > a:hover:after {
	color: #660000;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Top Bar Menu */
.top-bar-red {
	background-color: #C31B2A;
	color: #300000;
	padding-top: 3px;
}

.top-bar-red a {
	color: #300000;
	text-decoration: none;
}

.top-bar-red ul {
	list-style: none;
	margin: 0;
}

.top-bar-red li {
	float: left;
	margin: 0 5px;
}

.top-menu.center {
	margin: 0 auto;
	display: inline-block;
}

input[type="search"],
[type="search"] {
	background-color: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #333;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  display: inline-block;
	font-size: 12px;
  height: auto;
  margin: 0 0 5px;
	padding: 2px 0;
  max-width: 200px;
	width: 80%;
}

input[type="search"]:focus,
[type="search"]:focus {
	background-color: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #333;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  display: inline-block;
}

/* Breadcrumbs */
.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	padding: 25px 0;
	margin: 0;
	font-size: 0.92em;
}

.woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a {
	color: #c31b2a;
}

.bread-item {
	padding: 0 8px;
}

/* Mobile Menu */
.mobile-menu {
	margin: 1em 0;
}

.mobile-menu a {
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}

.off-canvas-wrapper,
.is-drilldown-submenu {
	background: #e6e6e6;
}

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

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

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

/*--------------------------------------------------------------
9.0 Widgets General
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

article.page {
	margin: 2em 0;
}

article.page p {
	max-width: 700px;
	margin: 0 auto 1.5em;
	color: #777;
}

article.page figure {
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
10.4 Header
--------------------------------------------------------------*/
.site-header {
	background-color: #000;
	color: #fff;
}

.site-branding {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.site-branding img {
	max-width: 250px;
	width: 100%;
}

.menu-wrapper {
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
	position: relative;
	z-index: 2;
}

.main-navigation {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*--------------------------------------------------------------
10.5 Slider
--------------------------------------------------------------*/
.slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.slide-spacer {
	padding-bottom: 40%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
}

.slide-content {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 10;
	text-align: center;
}

.slide-content h1 {
	color: #fff;
	font-size: 50px;
	padding: 0 55px;
}

.slider-sub {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}


/*--------------------------------------------------------------
10.6 Widgets
--------------------------------------------------------------*/
/* Testimonial Widget */
.test-widget {
	background-color: #000;
}

.test-title-wrapper {
	margin-top: 4em;
}

.test-title,
.test-subtitle {
	color: #fff;
}

.testimonial-slider {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 50px 0;
}

.testimonial {
	font-size: 24px;
}

.testimonial-inner {
	color: #ddd;
}

.quoted {
	color: #555;
	text-transform: uppercase;
}

.quoted .name {
	font-weight: 700;
}

.quoted .location {
	font-weight: 400;
}


/* Instagram Widget */
.insta-subtitle {
	margin-bottom: 50px;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	background: none;
	border: 1px solid #333;
	color: #333;
	margin-top: 20px;
	margin-bottom: 70px;
}


/* Connect Widget */
.connect-outer {
	background-color: #c31b2a;
	color: #fff;
	padding-top: 3em;
	padding-bottom: 3em;
}

.connect-outer a {
	color: #fff;
}

.connect-header {
	padding-bottom: 3em;
}

.connect-header h1::before,
.connect-header h1::after {
	color: #660000;
}

.connect-header h1,
.connect-header h4 {
	color: #fff;
}

.connect-blurb {
	color: #300000;
	font-size: 18px;
}

.connect-blurb p {
	max-width: 500px;
	margin:  0 auto;
}

.connect-link {
	font-size: 46px;
	margin-right: 20px;
}

.connect-social-icons {
	padding-top: 17px;
}


/* Build Widget */
.build-outer {
	clear: both;
}

.build-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.gradient-overlay {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.title-wrapper {
	max-width: 40%;
	position: relative;
	z-index: 2;
	float: right;
	border: 1px solid #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin: 40px 80px;
	padding: 40px;
}

.build-header {
	margin-bottom: 25px;
}

.build-content {
	color: #fff;
	font-size: 20px;
}

.process-wrapper {
	z-index: 2;
	position: relative;
	margin: 50px auto;
	max-width: 800px;
}

.process-wrapper .column {
	margin: 25px 0;
}

.img-holder {
	border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 60%;
  padding: 10%;
  position: relative;
}

.step-number {
	position: absolute;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	top: 0;
	left: 0;
}

.step-title {
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	max-width: 90%;
	margin: 10px auto 7px;
	line-height: 1.1;
	text-transform: uppercase;
}

.step-more {
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.step-more i {
	cursor: pointer;
}

.build-button {
	text-align: center;
	margin: 40px 0;
}


/*--------------------------------------------------------------
10.7 Slick mods
--------------------------------------------------------------*/
.slick-prev::before {
	content: "\f104";
	font-family: "FontAwesome";
}

.slick-next::before {
	content: "\f105";
	font-family: "FontAwesome";
}

.slick-prev::before,
.slick-next::before {
	font-size: 80px;
}

.slick-prev,
.slick-next {
	height: 80px;
	width: 35px;
	z-index: 999;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

ul.slick-dots {
	bottom: 0;
	padding-bottom: 10px;
}

.slick-dots li button::before {
	content: "\f111";
	font-family: "FontAwesome";
	opacity: 1;
	color: #ccc;
	font-size: 16px;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #ccc;
	content: "\f10c";
	font-family: "FontAwesome";
}

.slick-dots li {
	margin: 0;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
10.8 Woo Commerce
--------------------------------------------------------------*/
.woocommerce div.product .product_title {
	padding: 0 40px;
}

.header-image-product {
	border-bottom: 8px solid #c31b2a;
}

.header-image-main {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}

.product-spacer {
	background-color: rgba(0, 0, 0, 0.65);
  padding-bottom: 25%;
  width: 100%;
}

.product-spacer.short {
	padding-bottom: 15%;
}

.product-title-lower {
	border-bottom: 1px solid #ccc;
	margin: 2em auto;
	padding: 1em 0;
}

.product-title {
	position: absolute;
	top: 30%;
	text-align: center;
	width: 100%;
}

.product-title h1 {
	color: #fff;
	font-size: 50px;
	padding: 0 55px;
}

.product-title h4 {
	color: #fff;
	display: block;
}

.tabs-content {
	border: none;
}

.tabs {
	border: none;
}

.tabs li:first-child {
	margin-left: 10px;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
	background: transparent;
	color: #c31b2a;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 10;
}

.tabs-title > a {
	padding: 8px 13px;
	color: #999;
	border: 1px solid #ccc;
	margin: 0 5px -1px;
	text-transform: uppercase;
	font-weight: 900;
	outline: 0;
}

.home-tabs-wrapper {
		border-bottom: 1px solid #ccc;
}

.attachment-shop_single {
	margin-bottom: 15px;
}

.prod-inner {
	padding: 1em;
	border: 1px solid #ddd;
}

.prod-title {
	text-align: center;
	padding: 8px 0 0;
}

.prod-title a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.prod-title .price {
	color: #555;
	font-size: 14px;
	font-weight: 400;
}

.products .item {
	margin: 0.9375rem 0;
}

.term-frames .filters {
	display: inline-block;
	float: left;
}

.sort-button-group {
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}

.sort-button-group .button:focus,
.sort-button-group .button:hover {
	background: transparent;
}

.woocommerce .sort-button-group button {
	color: #fff;
}

.sort-area {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.woocommerce .filters button.button {
	background-color: #888;
}

.woocommerce .filters button.is-checked {
	background-color: #c31b2a;
}

.woocommerce .woocommerce-ordering {
	margin-top: 25px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #c31b2a;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 0;
}

.quantity [type="number"] {
	margin-bottom: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #c31b2a;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
	margin-bottom: .5em;
}

li.product {
	list-style: none;
	text-align: center;
}

li.product a {
	padding: 50px 25px;
	margin: 0.9375rem 0;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	display: block;
}

li.product h3 {
	font-size: 20px;
}

li.product img {
	margin-bottom: 8px;
}

#noItems {
	display: none;
}

td.product-name a {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: top;
}

/* Product single page */
.description-area,
.benefits-area,
.details-area,
.spec-area,
.geometry-area {
	margin-bottom: 36px;
}

.spec-area .odd {
	background-color: #f1f1f1;
	border-left: 13px solid #fff;
}

.spec-area .row {
	border-left: 13px solid #fff;
}

.product-display-area {
	padding: .9375rem;
	background-color: #f3f3f3;
	border: 1px solid #e4e4e4;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.product-display-area table tbody,
.product-display-area table tfoot,
.product-display-area table thead {
	background-color: #eee;
	border: 1px solid #ddd;
}

.product-display-area h5 {
	border-bottom: 1px solid #ddd;
	margin: 8px 0;
	display: block;
}

.description-area {
	font-size: 20px;
}

.product-benefits {
	list-style: none;
}

.product-benefits li:before {
	font-family: "FontAwesome";
	content: "\f058";
	margin:0 5px 0 -15px;
}

.spec-name,
.spec-value {
	padding-top: 8px;
	padding-bottom: 8px;
}

.spec-name {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.spec-value {
	color: #666;
}

.geometry-area table {
	font-size: 12px;
}

.geometry-area th {
	text-transform: uppercase;
	text-align: center;
}

.geometry-area table tbody td,
.geometry-area table tbody th {
	text-align: center;
}

/* Extra Fields */
table.wccpf_fields_table td.wccpf_label label {
	line-height: 1.2;
	color: #555;
}

.woocommerce div.product form.cart table td.wccpf_label {
	padding: 13px 3px 13px 8px;
	vertical-align: middle;
}

.woocommerce div.product form.cart table tbody td,
.woocommerce div.product form.cart table tbody th {
	padding: 0;
}

.woocommerce div.product form.cart table td.wccpf_value {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

ul.wccpf-field-layout-horizontal {
	padding: 10px 0;
}

.wccpf_value ul,
.wccpf_value li {
	margin: 0;
}

.wccpf_value li label {
	line-height: 1.2;
}

.wccpf_value label > [type="checkbox"] {
	margin: 0;
}

.wccpf-fields-group-title {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin: 1.5em 0 .75em;
	text-align: center;
}

.wccpf_fields_table {
	font-size: 12px;
}

ul.wccpf-field-layout-horizontal li {
	position: relative;
	padding-left: 20px;
	width: 100%;
}

ul.wccpf-field-layout-horizontal li input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
}

.second_content {
	float: left;
	width: 100%;
	color: #31708f;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #d9edf7;
	padding: 5px;
	margin: 10px 0;
}

.wcff-label-alert {
	background-color: #ffde9d;
  border-color: #dbb56a !important;
  color: #986d01;
	border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.variations .label {
	background: transparent;
}


/*--------------------------------------------------------------
10.9 Frame Gallery
--------------------------------------------------------------*/
.filters-button-group {
	background-color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	z-index: 2;
}

.page-template-template-framegal .filters .parent {
	border: 1px solid #c31b2a;
	color: #c31b2a;
	background-color: transparent;
	margin: 5px;
}

.page-template-template-framegal .filters .parent.is-checked,
.page-template-template-framegal .filters .parent.is-checked:hover,
.page-template-template-framegal .filters .parent.is-checked:focus,
.page-template-template-framegal .filters .parent.is-checked:active {
	border: 1px solid #c31b2a;
	color: #fff;
	background-color: #c31b2a !important;
}

.page-template-template-framegal .sort-button-group {
	margin: 0;
	width: 100%;
}

.page-template-template-framegal .sort-button-group .button {
	color: #c31b2a;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 10px 15px 10px 25px;
  position: relative;
  width: 50%;
  text-align: left;
  line-height: 1;
  height: 45px;
}

.page-template-template-framegal .sort-button-group .button::before {
	content: "\f204";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
}

.page-template-template-framegal .sort-button-group .button.is-checked::before {
	content: "\f205";
	font-family: "FontAwesome";
	color: #c31b2a;
}

.page-template-template-framegal .column {
	padding: 0.9375rem;
}


/*--------------------------------------------------------------
10.10 Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #000;
	padding: 50px 0;
	color: #fff;
	margin-top: 50px;
}

.site-footer a {
	color: #fff;
}


/* Footer Menu */
ul.menu-footer,
.menu-footer ul {
	list-style: none;
	margin: 0;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media only screen and (max-width:768px) {

	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

}

@media only screen and (max-width:450px) {

	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}

}


/*--------------------------------------------------------------
13.0 Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 500px) and (max-width: 1024px) {
	ul.wccpf-field-layout-horizontal li {
		width: 45%;
		float: left;
	}
}

@media screen and (max-width: 768px) {
	.slide-content h1 {
		font-size: 30px;
	}

	.slide-content .slider-sub {
		font-size: 18px;
	}

	.slick-arrow,
	.slick-dots {
		display: none !important;
	}

	.testimonial-inner {
		font-size: 18px;
	}

	.quoted {
		font-size: 16px;
	}

}

@media screen and (max-width: 641px) {

	.alignnone,
	.alignleft,
	.alignright {
		clear: both;
		margin: 0 auto;
		display: block;
	}

	.wpcf7-form p {
		margin: 0 auto;
	}

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}

	h1 {
		font-size: 24px;
		padding: 0 30px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	.product-title h1 {
		font-size: 27px;
    padding: 0 37px;
	}

	.slide-content .slider-sub {
		display: none;
	}

}


/*--------------------------------------------------------------
14.0 Shortcodes
--------------------------------------------------------------*/
.prod-area p {
	max-width: 100% !important;
}

.prod-header {
	font-size: 34px;
	display: block;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
}
