/*
	Theme Name: Streamline Pro Theme
	Theme URI: http://my.studiopress.com/themes/streamline/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.10

	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Streamline Pro Blue
		- Streamline Pro Green
	- Media Queries
		- Retina Display
		- max-width: 1159px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

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

h1 {
	font-size: 2em;
	margin: .67em 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: relative;
	z-index: 2;
	display: inline-flex;
}

h1::before {
	border-top: 20px solid #25aae2;
	content: "";
	margin: 0 auto;
	/* this centers the line to the full width specified */
	position: absolute;
	/* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.5;
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C""\201D""\2018""\2019"
}

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #E7E7E7;
	color: #444;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.425;
}

body>div {
	font-size: 16px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #25aae2;
	text-decoration: none;
}

a img {
	/* margin-bottom: -8px; */
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #999;
}

blockquote {
	font-family: 'Arimo', sans-serif;
	font-style: italic;
	margin: 40px 40px 24px;
}

blockquote::before {
	color: #08a6ff;
	content: "\201C";
	display: block;
	font-size: 60px;
	height: 0;
	left: -30px;
	position: relative;
	top: -18px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
	/* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-featured .more-link {
	background-color: #25aae2;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-featured .more-link:hover {
	background-color: #25aae2;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #f1f1f1;
	clear: both;
	margin-bottom: 40px;
}

.streamline-pro-landing .site-inner {
	margin: 40px auto;
	max-width: 960px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 760px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 380px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 10px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 10px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background: #444 url(images/lines-diagonal.png);
	background-size: 6px 6px;
	border-bottom: 5px solid #333;
	color: #999;
	font-size: 14px;
	padding: 6px 24px;
	margin: 0;
	text-shadow: -1px -1px #333;
}

.breadcrumb a:hover {
	color: #fff;
	text-decoration: none;
}

.breadcrumb a::after {
	color: #999;
	content: '\203a';
	font-weight: 700;
	margin: 0 10px;
}

.archive-description,
.author-box {
	background-color: #fff;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	margin: 2px 0;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a {
	color: #25aae2;
	text-decoration: none;
}

.footer-widgets .entry-title a:hover {
	color: #fff;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.after-entry .widget-title,
.sidebar .widget-title,
.sidebar .widget-title a {
	color: #aaa;
}

.after-entry .widget-title::before,
.sidebar .widget-title::before {
	content: '//';
	color: #989898;
	margin-right: 12px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	text-align: left;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ol>li:last-child,
.widget p:last-child,
.widget ul>li:last-child {
	margin-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-header,
.featured-content .entry-content {
	padding: 0;
}

.featured-content .entry:last-child {
	margin: 0;
	padding: 0;
}

.featured-content .entry-meta {
	padding-bottom: 12px;
}

.featured-content .entry-author,
.featured-content .entry-time,
.featured-content .entry-comments-link {
	display: block;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	color: #fff;
	text-shadow: -1px -1px #d55f19;
}

.sidebar .enews-widget .widget-title,
.sidebar .enews-widget .widget-title:before {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ccc;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#eaeaea', GradientType=0);
	color: #333;
	margin: 0;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #eaeaea 0%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #eaeaea 0%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#f6f6f6', GradientType=0);
}

.enews form+p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff;
	background-size: 3px 1px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 20px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 300px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .search-form {
	float: right;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #999;
	display: block;
	padding: 0 24px 14px;
	position: relative;
	text-shadow: -1px -1px #222;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item>a {
	color: #fff;
}

.genesis-nav-menu>.menu-item>a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #444;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	font-size: 14px;
	padding: 14px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu>.right>a {
	display: inline-block;
	padding: 0 24px 28px;
}

.genesis-nav-menu>.date {
	display: inline-block;
	padding: 28px;
}

.genesis-nav-menu>.search {
	padding: 10px 10px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	text-shadow: 1px 1px #fff;
}

.site-header .genesis-nav-menu .current-menu-item>a,
.site-header .genesis-nav-menu a:hover {
	color: #333;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item>a,
.site-header .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	text-shadow: -1px -1px #222;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .wrap {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a:before {
	content: "";
	display: block;
	font-size: 30px;
	height: 30px;
	margin-top: -12px;
	text-align: center;
	text-shadow: none;
}

.nav-primary .genesis-nav-menu a:hover:before,
.nav-primary .genesis-nav-menu .current-menu-item>a:before {
	color: #fff;
	content: "\25BE";
}

.nav-primary .genesis-nav-menu .sub-menu a:before,
.nav-primary .genesis-nav-menu .current-menu-item>.sub-menu a:before {
	display: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #333;
}

.nav-secondary .genesis-nav-menu>li>a {
	padding: 14px 24px 28px;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 17px 0 18px;
	text-align: center;
}

#responsive-menu-icon::before {
	content: "\e600";
	color: #999;
	margin: 0 auto;
	speak: none;
	text-shadow: -1px -1px #222;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Featured
--------------------------------------------- */

.home-featured {
	background: #fff;
	background-size: 3px 1px;
	border-bottom: 5px solid #f1f1f1;
	margin: 0 auto;
	overflow: hidden;
}

.home-featured .widget:first-child {
	padding: 30px 15px;
}

.home-featured .widget {
	padding: 0 40px 40px;
}

.home-featured .entry {
	background: none;
}

.home-featured .entry-title {
	text-transform: uppercase;
}

.home-featured .page {
	border: none;
	margin: 0;
	padding: 0;
}

.home-featured p {
	color: #000;
}

.home-featured h3 {
	margin-bottom: 5px;
}

.home-featured img {
	float: right;
	margin: 0 0 10px 10px;
}

.home-featured .more-link {
	display: block;
	margin: 20px auto 0;
	max-width: 170px;
	text-transform: none;
}

.home-featured-1,
.home-featured-2,
.home-featured-3 {
	width: 380px;
}

.home-featured-1,
.home-featured-2 {
	border-right: 5px solid #edebe8;
}

.home-featured-1,
.home-featured-2 {
	float: left;
}

.home-featured-3 {
	float: right;
}


/* Entries
--------------------------------------------- */

.content .entry {
	background: #fff;
	background-size: 3px 1px;
	box-shadow: inset 0px -5px 0px #eaeaea;
	border-bottom: 5px solid #6ea31b;
}

.page .page,
.single .entry {
	border: none;
	box-shadow: none;
}

.error404 .entry-title,
.entry-header {
	padding: 20px 20px 0;
}

.search-no-results .entry>p {
	padding: 0 40px;
}

.entry-content {
	padding: 0 20px 40px;
	font-size: 21px;
	line-height: 30px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol>li,
.widget ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.content .entry-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 8px 16px;
	text-transform: uppercase;
	background-color: #eaeaea;
}

.entry-meta a {
	color: #999;
}

.entry-meta a:hover {
	color: #25aae2;
	text-decoration: none;
}

.entry-footer {
	margin-top: -40px;
	padding: 0 40px 40px;
}

.entry-footer .entry-meta {
	background: none;
	padding: 0;
	text-shadow: none;
}

.entry-footer .entry-meta a {
	color: #25aae2;
}

.entry-author,
.entry-time,
.entry-comments-link {
	margin-right: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Icons
--------------------------------------------- */

@font-face {
	font-family: 'streamline-icons';
	src: url('fonts/streamline-icons.eot');
	src: url('fonts/streamline-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/streamline-icons.ttf') format('truetype'),
		url('fonts/streamline-icons.woff') format('woff'),
		url('fonts/streamline-icons.svg#streamline-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.entry-author:before,
.entry-categories:before,
.entry-comments-link:before,
.entry-tags:before,
.entry-time:before,
.icon-home:before,
#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	font-family: 'streamline-icons';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-right: 10px;
	speak: none;
	text-transform: none;
}

.entry-author:before {
	content: "\e608";
}

.entry-tags:before {
	content: "\e605";
}

.entry-comments-link:before {
	content: "\e606";
}

.entry-time:before {
	content: "\e604";
}

.entry-categories:before {
	content: "\e607";
}

.icon-home:before {
	content: "\e603";
}

.entry-categories::before,
.entry-tags::before {
	color: #ccc;
}

/* After Entry
------------------------------------------------------------ */

.after-entry {
	background-color: #edebeb;
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 24px;
	text-shadow: 1px 1px #fff;
}

.after-entry .widget {
	margin-bottom: 24px;
}

.after-entry .widget:last-child {
	margin: 0;
}

.after-entry .entry {
	padding: 24px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	background: #fff;
	background-size: 3px 1px;
	clear: both;
	font-size: 14px;
	padding: 40px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ccc;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #25aae2;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background: #fff;
	background-size: 3px 1px;
	padding: 40px;
}

.entry-pings {
	padding: 0 40px 0 0;
}

.entry-comments {
	padding-left: 0;
}

.entry-comments h3,
.entry-pings h3 {
	padding-left: 40px;
}

.comment-content {
	clear: both;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	background-color: #edebeb;
	border: 2px solid #fff;
	border-left: none;
	list-style-type: none;
	margin-top: 24px;
	padding: 40px;
	text-shadow: 1px 1px #fff;
}

.ping-list li {
	padding-bottom: 16px;
}

.comment-list li li {
	margin-left: -40px;
}

.comment .avatar {
	float: right;
	margin: 0;
}

.comment-header .comment-author {
	margin: 0;
}

li.depth-2,
li.depth-4,
li.depth-6 {
	background-color: #fff;
}

.comment-metadata {
	padding-bottom: 24px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #edebeb;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	text-shadow: 1px 1px #fff;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li::before {
	content: '\203a';
	color: #aaa;
	font-size: 12px;
	font-weight: 700;
	margin-right: 10px;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: #fff;
	border-bottom: 2px solid #fff;
	padding: 40px;
}

.sidebar .enews-widget {
	background-color: #25aae2;
}

.sidebar .widget_ad {
	padding: 10px 0;
	background: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #1e1e1e;
	color: #aaa;
	clear: both;
	padding: 40px 0 16px;
	text-shadow: -1px -1px #000;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #aaa;
}

.footer-widgets .widget-title::before {
	color: #aaa;
	content: '//';
	margin-right: 12px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ccc;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #1a1a1a;
	color: #aaa;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Streamline Pro Blue
--------------------------------------------- */

.streamline-pro-blue a,
.streamline-pro-blue .entry-title a:hover,
.streamline-pro-blue .entry-meta a:hover,
.streamline-pro-blue .entry-footer .entry-meta a,
.streamline-pro-blue .footer-widgets .entry-title a {
	color: #2989d8;
}

.streamline-pro-blue .entry-title a,
.streamline-pro-blue .site-title a,
.streamline-pro-blue .site-title a:hover,
.streamline-pro-blue .site-header .genesis-nav-menu .current-menu-item>a,
.streamline-pro-blue .site-header .genesis-nav-menu a:hover {
	color: #333;
}

.streamline-pro-blue .genesis-nav-menu a,
.streamline-pro-blue .entry-meta a {
	color: #999;
}

.streamline-pro-blue .footer-widgets .entry-title a:hover,
.streamline-pro-blue .genesis-nav-menu .current-menu-item>a,
.streamline-pro-blue .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.streamline-pro-blue .genesis-nav-menu a:hover,
.streamline-pro-blue .site-header .genesis-nav-menu .sub-menu .current-menu-item>a,
.streamline-pro-blue .site-header .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.streamline-pro-blue .archive-pagination li a:hover,
.streamline-pro-blue .archive-pagination li.active a {
	background-color: #2989d8;
}

/* Streamline Pro Blue
--------------------------------------------- */

.site-header .widget-area {
	width: 750px;
	/* 750px / 1080px */
}

.clear_b {
	clear: both;
}

.result-row {
	padding: 10px;
	border: 1px solid #333;
}

.crank-size-left {
	float: left;
	width: 40%;
}

.crank-size-right {
	float: right;
	width: 50%;
}

.crank-size-right-half {
	float: left;
	width: 50%;
}

.crank-size-right-half-left {
	padding-top: 85px;
}

.bike-cont-left {
	float: left;
	width: calc(100% - 340px);

}

.bike-cont-right {
	float: right;
	width: 300px;
}

.height-range-left {
	float: left;
	width: calc(50% - 20px);
}

.leg-height-list {
	text-align: center;
}

.leg-height-list li {
	display: inline-block;
	margin: 0 15px;
}

.leg-range-right {
	float: right;
	width: calc(50% - 20px);
}

.result-bike-frame-left {
	float: left;
	width: 50%;
}

.result-bike-frame-right {
	float: right;
	width: 45%;
}

.measure-left {
	float: left;
	width: calc(70% - 15px);
}

.measure-right {
	float: right;
	width: calc(30% - 15px);
}

.bike-cont-right img {
	max-width: 100%;
	height: auto;
}

.bike-cont-right h4 {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

.bike-cont-right p {
	margin-bottom: 0;
}

.bicycle_list_col {
	display: block;
	float: left;
	width: 25%;
	padding: 0 15px;
	text-align: center;
	box-shadow: none;
	border: 1px solid #fff;
}

.bicycle_list_col:hover {
	border-color: #000;
}

.bicycle_type_list p {
	margin-top: 15px;
	color: #000;
}

.bicycle_three_columns {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.bicycle_three_columns .bicycle_list_col {
	width: 33.33%;
}

.rider-details-left {
	float: left;
	width: 150px;
}

.rider-details-right {
	float: right;
	width: calc(100% - 190px);
}

.rider-details-leg {
	float: right;
	width: 120px;
}

.rider-details-img {
	float: right;
	width: 135px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.rider_details-height {
	float: right;
	width: 85px;
	font-size: 15px;
}

.saddle_row {
	padding: 15px 0;
	border-top: 1px dashed #ccc;
}

.saddle_row_left {
	float: left;
	width: calc(100% - 270px);
}

.saddle_row_right {
	float: right;
	width: 250px;
}

.rider_row {
	margin-bottom: 10px;
}

.rider_row label {
	width: 140px;
	display: inline-block;
}

.rider_row select {
	display: inline-block;
}

.measure_change a {
	text-decoration: none;
	box-shadow: none !important;
	color: #2989d8;
}

.measure_change a.selected_measure {
	text-decoration: underline;
	color: #000;
}

.disclaimer_text {
	padding: 10px 0;
}

.result_print_start_over {
	padding-top: 20px;
}

.result_print_start_over a {
	float: right;
	font-size: 19px;
	margin-left: 15px;
	text-decoration: none;
	box-shadow: none
}


form .yarpp-relate,
body.home .yarpp-related {
	display: none;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
	.simple-social-icons {
		margin-top: 10px;
	}
}

/* 
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	.archive-pagination,
	.comment-respond,
	.entry-comments,
	.entry,
	.home-featured,
	.site-header {
		background-image: url(images/lines-vertical@2x.png);
	}

	.breadcrumb,
	.entry-meta,
	.sidebar .widget_search {
		background-image: url(images/lines-diagonal@2x.png);
	}

} */

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

	.site-header,
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 640px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.sidebar-primary,
	.home-featured-1,
	.home-featured-2,
	.home-featured-3 {
		width: 320px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

}

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

	.site-header,
	.site-inner,
	.wrap {
		max-width: 760px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		padding: 10px;
	}

	.site-header .widget-area {
		padding-top: 20px;
	}

	.header-image .site-header .site-title a {
		background-position: top !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area .simple-social-icons ul li,
	.site-header .widget-area .simple-social-icons ul.alignleft,
	.site-header .widget-area .simple-social-icons ul.alignright {
		display: inline-block;
		float: none;
		text-align: center;
	}

	.genesis-nav-menu {
		padding: 16px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu>.first>a,
	.genesis-nav-menu>.last>a {
		padding: 6px 16px;
	}

	.nav-primary .genesis-nav-menu a:before {
		display: none;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.home-featured-1,
	.home-featured-2 {
		border: none;
		border-bottom: 5px solid #edebe8;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets {
		padding: 40px;
	}

	.footer-widgets-1,
	.site-inner {
		margin: 0 auto;
	}

	.site-footer {
		padding: 24px 0;
	}

}

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

	.bicycle_list_col {
		width: 50%;
	}

	.bike-cont-left,
	.bike-cont-right {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	.height-range-left,
	.saddle_row_left,
	.measure-left,
	.crank-size-left,
	.result-bike-frame-left,
	.rider-details-left {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.leg-range-right,
	.saddle_row_right,
	.measure-right,
	.crank-size-right,
	.result-bike-frame-right,
	.rider-details-right {
		float: none;
		width: auto;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry-meta {
		display: none;
	}

	.entry-footer .entry-meta {
		display: block;
	}

	.header-image .site-header .site-title a {
		background-size: contain !important;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

}

/* Header upgrade */

.breadcrumb {
	display: none;
}

.site-header {
	background: #25aae2;
	max-width: 100%;
	padding-bottom: 4px;
}

.site-header h1 {
	font-size: 38px;
}

body.home .header-image .site-description,
body.home .header-image .site-title a {
	display: block;
	text-indent: initial;
	color: #fff;
	padding-left: calc((100vw - 1140px)/2);
	padding-top: 80px;
}

.header-image .site-header .wrap {
	max-width: 1360px;
}

.site-header .widget_nav_menu .genesis-nav-menu a {
	color: #fff;
	text-shadow: none;
}

.header-widget-area {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
}

@media only screen and (max-width: 1023px) {
	.nav-header .genesis-nav-menu {
		padding: 0;
		background: rgba(255, 255, 255, .2);
	}

	.nav-header .genesis-nav-menu .menu-item {
		display: block;
		text-align: center;
	}

	.header-widget-area {
		display: block;
	}

	.title-area {
		max-width: 160px;
	}

	.site-header .search-form {
		display: none;
		margin: 8px auto !important;
	}
}

.site-header .search-form {
	width: 200px;
	border-radius: 50px;
	margin: 0 auto;
}

.site-header .search-form input {
	padding: 8px 16px;
}

.site-header #responsive-menu-icon::before {
	text-shadow: none;
	color: #fff;
	font-size: 24px;
}

.site-header #responsive-menu-icon {
	padding: 0;
	text-align: center;
	float: right;
}

.nav-header .genesis-nav-menu a {
	padding: 8px 14px
}

@media only screen and (max-width: 1023px) {
	.site-header #responsive-menu-icon {
		display: block;
	}

	.responsive-menu {
		display: none;
	}

	.site-header .widget-area {
		padding-top: 4px;
	}

	.site-header .widget_search {
		background: rgba(255, 255, 255, .2);
	}
}

@media only screen and (min-width: 1159px) {
	.site-header .widget-area {
		width: 1100px;
	}
}

.site-title a {
	background-size: cover !important;
}

.title-area {
	width: 200px;
}

.header-image .site-title a {
	min-height: 40px;
}

.nav-primary {
	display: none;
}

/* Woocommerce */
@font-face {
	font-family: 'star';
	src: url('fonts/star.eot');
	src: url('fonts/star.eot?#iefix') format('embedded-opentype'),
		url('fonts/star.woff') format('woff'),
		url('fonts/star.ttf') format('truetype'),
		url('fonts/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}

.product.entry {
	background: #fff;
}

.product .product_title-container {
	text-align: center;
}

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

.woocommerce-product-gallery__image--placeholder {
	text-align: center;
}

.ebicycles-attachment {
	display: inline-block;
	vertical-align: top;
}

/**
* Star ratings
*/
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 10.6em;
	font-family: "star";
}

.star-rating::before {
	content: "\53\53\53\53\53\53\53\53\53\53";
	color: #d1d1d1;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	color: #f8b707;
	content: "\53\53\53\53\53\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce-product-rating {
	line-height: 2;
	display: block;
}

.woocommerce-product-rating::before,
.woocommerce-product-rating::after {
	content: " ";
	display: table;
}

.woocommerce-product-rating::after {
	clear: both;
}

.woocommerce-product-rating .star-rating {
	margin: 0.5em 4px 0 0;
	float: left;
}

.products .star-rating {
	display: block;
	margin: 0 0 0.5em;
	float: none;
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

#review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: transparent none;
	border: 0;
}

#review_form #respond::before,
#review_form #respond::after {
	content: " ";
	display: table;
}

#review_form #respond::after {
	clear: both;
}

#review_form #respond p {
	margin: 0 0 10px;
}

#review_form #respond .form-submit input {
	left: auto;
}

#review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}



p.stars a::before {
	color: #f8b707;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\73";
	text-indent: 0;
}

p.stars a:hover~a::before {
	content: "\73";
}

p.stars:hover a::before {
	content: "\53";
}

p.stars.selected a.active::before {
	content: "\53";
}

p.stars.selected a.active~a::before {
	content: "\73";
}

p.stars.selected a:not(.active)::before {
	content: "\53";
}

.commentlist {
	list-style: none;
}

.comment_container {
	padding: 16px;
}

.comment-header .meta {
	margin: 0;
}

.comment-header .avatar {
	border-radius: 50%;
	margin-right: 8px;
}

.comment-text {
	margin-top: 8px;
}

.comment-text .description {
	background: #e7e7e7;
	padding: 8px;
}

.product-specs {
	background: #fff;
}

.product-specs>div {
	margin-bottom: 8px;
}

.specs-label {
	color: #d1d1d1;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.single-product #product-summary-top {
	height: 1px;
}

.single-product .product-summary {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-transition: 0.5s opacity ease-in-out;
	-o-transition: 0.5s opacity ease-in-out;
	transition: 0.5s opacity ease-in-out;
}

.single-product .product-summary ul,
.single-product .product-summary ol {
	padding: inherit;
}

.single-product .product-summary.product-summary-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	opacity: 0.2;
}

.single-product .product-summary.product-summary-sticky:hover {
	opacity: 1;
}

.ebicycles-product-cta-container {
	text-align: center;
	margin-top: 16px;
}

a.ebicycles-product-cta {
	font-size: 18px;
	color: #fff;
	background-color: #25aae2;
	padding: 8px 24px;
	margin: 0 auto;
	border-radius: 5px;
	display: inline-block;
}

.ebicycles-product-cta:hover {
	text-decoration: none;
}

.author-post .avatar {
	border-radius: 50%;
	margin-right: 8px;
	margin-bottom: 16px;
}

.author-post__title {
	margin-bottom: 0;
}

.product-rating {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.product-rating .star-rating {
	float: right;
}

h5.product-review-author {
	margin-bottom: 0;
}

.rating-circle {
	margin-left: 4px;
	font-size: 14px;
	color: #fff;
	background-color: #25aae2;
	font-weight: 600;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wp-comment-cookies-consent {
	display: inline-block;
}

.ranking-item {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 65px;
	border-bottom: 1px solid #bdc0c9;
}

.ranking-item .rating-star {
	margin-right: 16px;
	width: 40px;
	height: 40px;
}

.ranking-item .rating-star::before {
	content: "\53";
	color: #f8b707;
	float: left;
	left: 0;
	position: absolute;
	line-height: 1;
	font-family: "star";
	font-size: 40px;
}

ul.products {
	list-style-type: none;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 65px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product .woocommerce-product-gallery {
	text-align: center;
	margin-bottom: 40px;
}

.product-comparison-container {
	margin-bottom: 40px;
}

.ranking-container {
	border-top: 1px solid #bdc0c9;
}

ul.products {
	border-top: 1px solid #bdc0c9;
}

ul.products li.product {
	border-bottom: 1px solid #bdc0c9;
}

ul.products li.product img {
	margin-left: 8px;
}

ul.products li.product .woocommerce-loop-product__title {
	flex-grow: 1;
	margin-left: 8px;
}

ul.products li.product .star-rating {
	margin-left: 8px;
	margin-bottom: 0;
}

ul.products li.product .price {
	margin-left: 8px;
}

ul.products li.product>a:hover .woocommerce-loop-product__title {
	color: #25aae2;
}


@media only screen and (max-width: 767px) {
	ul.products li.product .reviews-count {
		display: none;
	}
}

.reviews-filters .facetwp-facet-gender .facetwp-radio {
	display: inline-block;
	vertical-align: top;
	padding: 4px 9px;
	margin: 5px 10px;
	background: 0 0;
	border: 1px solid #bdc0c9;
	font-size: 16px;
	border-radius: 5px;
	background-color: #fff;
}

.reviews-filters .facetwp-facet-gender .facetwp-radio.checked {
	background-color: #25aae2;
	color: #fff;
}

.reviews-facet--closed .facet-search,
.reviews-facet--closed .facet-wrapper {
	display: none;
}

.reviews-filters .facet-label {
	margin-bottom: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
}

.reviews-filters .facet-label__text {
	cursor: pointer;
}

.reviews-filters .facet-label__text:after {
	content: "\f077";
	left: 6px;
	top: 1px;
	position: relative;
	font-family: "Font Awesome 5 Free";
	color: #222;
	font-size: 14px;
}

.reviews-filters .reviews-facet--closed .facet-label__text:after {
	content: "\f078";
}

.reviews-page .facetwp-facet {
	margin-bottom: 20px;
}

.reviews-filters .facetwp-checkbox::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	line-height: 21px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background-color: #fff;
	border: 1px solid #bdc0c9;
	border-radius: 2px;
}

.reviews-filters .facetwp-checkbox.checked::before {
	content: "\f00c";
	background-color: #25aae2;
	border-color: #25aae2;
	color: #fff;
}

.reviews-filters .facetwp-checkbox.checked {
	background-image: none;
}

.reviews-filters .facetwp-checkbox {
	position: relative;
	background: 0 0;
	background-size: auto;
	padding: 0;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1;
}

.reviews-filters .facet-search {
	position: relative;
	margin: 12px 0 17px;
}

.reviews-filters .facet-search__input {
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	border: 1px solid #bdc0c9;
	color: #222;
	border-radius: 5px;
	padding: 4px 8px 4px 8px;
	font-size: 16px;
	font-weight: 400;
}

.reviews-page .facetwp-sort-select {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #222;
	line-height: 1.3;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	appearance: none;
	background-color: #fff;
	padding: 4px 24px 4px 8px;
	font-family: inherit;
	font-weight: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #bdc0c9;
	border-radius: 5px;
	cursor: pointer;
}

.reviews-page .facetwp-sort {
	margin-bottom: 20px;
	text-align: right;
}

.reviews-page .facetwp-sort label.facetwp-sort__wrapper {
	display: inline-block;
	position: relative;
}

.reviews-page .facetwp-sort label.facetwp-sort__wrapper:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	color: #222;
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 1;
	width: 10%;
	height: 100%;
	pointer-events: none;
}

.reviews-page .facetwp-pager .facetwp-page.active {
	background-color: #25aae2;
	color: #fff;
	font-weight: 400;
}

.reviews-page .facetwp-pager .facetwp-page[data-page="1"] {
	border-left: 1px solid #bdc0c9;
}

.reviews-page .facetwp-pager .facetwp-page {
	vertical-align: top;
	margin: 0;
	padding: 4px 14px;
	border: 1px solid #bdc0c9;
	border-left: none;
	color: #1f2936;
	background-color: #fff;
	text-decoration: none;
}

.reviews-page .facetwp-pager {
	margin-top: 20px;
	text-align: center;
}

.reviews-page .facetwp-slider-reset {
	box-shadow: none;
}

.facetwp-facet .noUi-connect {
	background: #25aae2;
}

.guides-container {
	margin-top: 16px;
}

.guides-container .bike-col {
	margin-bottom: 16px;
}

.guides-container .bike-col img {
	max-width: 100px;
}

.guides-container .bike-col a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #444;
}

.guides-container .bike-col a:hover {
	color: #08a6ff;
}

.guides-container .bike-col .bike-guide-title {
	margin-left: 8px;
}

.facetwp-selections {
	margin-bottom: 8px;
}

.facetwp-selections ul li {
	background: #25aae2;
	border-radius: 5px;
	padding: 8px;
	color: #fff;
}

.woocommerce-products-header__stats li {
	list-style: none;
}

.woocommerce-products-header__stats li::before {
	content: "\f0e7";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free", serif;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 5px;
	background-color: #25aae2;
	color: #fff;
	border-radius: 50%;
}

nav li {
	font-size: 16px;
}

.error404 .entry-title, .entry-header {
    padding: 20px 20px 0 !important;
}