/*
	Theme Name: News Pro Theme
	Theme URI: http://my.studiopress.com/themes/news/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
 
	Tags: black, red, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licRenses/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
		- Genesis Responsive Slider
		- Genesis Tabs
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Blue
		- News Pro Green
		- News Pro Pink
		- News Pro Orange
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
		url("fonts/OpenSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
		url("fonts/OpenSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"),
		url("fonts/OpenSans-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("fonts/Oswald-Bold.woff2") format("woff2"),
		url("fonts/Oswald-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*
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: 0.67em 0;
}
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: 0.35em 0.625em 0.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
--------------------------------------------- */

/* 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
--------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	background-color: #fff !important;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

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: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #f63e28;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	font-style: italic;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
}

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;
	width: auto; /* IE8 */
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #444;
	font-size: 14px;
	padding: 12px;
	width: 100%;
}

input[type="text"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
	box-shadow: 0 0 4px 0 #999;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	font-family: "Oswald", serif;
	background: #98e325 !important;
	background-image: -webkit-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: -moz-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: -ms-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: -o-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: linear-gradient(to bottom, #98e325, #6c9e1b) !important;
	background-repeat: no-repeat;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #598216 !important;
	border: solid #8dc31d 2px !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	width: auto;
}

.entry-content .button {
	background: #98e325;
	background-image: -webkit-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -moz-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -ms-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -o-linear-gradient(top, #98e325, #6c9e1b);
	background-image: linear-gradient(to bottom, #98e325, #6c9e1b);
	background-repeat: no-repeat;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #598216;
	border: solid #8dc31d 2px;
	font-weight: bold;
	font-size: 20px;
	padding: 14px 30px;
}

.entry-content .button:hover {
	background: #98e325 !important;
	background-image: none !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #98e325 !important;
	background-image: none !important;
	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-container {
	background-color: #fff;
}

.news-pro-landing .site-container {
	max-width: 960px;
}

.site-inner {
	clear: both;
	max-width: 1140px;
	margin: 0 auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 960px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 778px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 600px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 359px;
}

.home .sidebar.sidebar-primary .widget:first-of-type {
	padding-top: 0;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	width: 177px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* 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 {
	border-radius: 0%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.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 20px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 24px 16px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 24px 0 24px 16px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-weight: 700;
	box-shadow: 0 0 10px 0 #ddd;
	padding: 7px 12px;
	background-color: #fff;
	font-size: 12px;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}

.single-article .breadcrumb,
.single-bowling-ball-review .breadcrumb,
.single-quick-tip .breadcrumb,
.single-bowling-night-post .breadcrumb {
	margin-left: 0px !important;
	margin-right: 0px;
}

.archive-description {
	background-color: #696969;
	margin: 0;
	overflow: hidden;
	padding: 10px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.author-box {
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	padding: 20px;
	background-color: #ececec;
	margin-top: 3px;
	box-shadow: 0 0 10px 0 #b9b3b3;
}

.author-box-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	border: 1px solid #fff;
	outline: 1px solid #b7b7b7;
}

#featured-image-credit {
	margin: 20px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 16px;
	margin-top: 0px;
}

.entry-title a,
.sidebar .widget-title a,
.ball-manufacturer-archive-featured-title a,
.issue-archive-featured-title a {
	color: #000;
}

.entry-title a:hover,
.ball-manufacturer-archive-featured-title a:hover,
.issue-archive-featured-title a:hover {
	color: #f63e28;
}

.subtitle {
	font-size: 32px;
}

h3.subtitle {
	font-size: 24px;
}

.block {
	display: block;
}

.widget-title {
	font-family: "Oswald", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	padding: 12px;
	text-transform: uppercase;
}

.archive-title {
	font-size: 18px;
	margin-bottom: 24px;
	color: #fff;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.ad {
	margin: 0 4px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* 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;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	max-width: 1140px;
	margin: 0 auto;
	background-color: #fff;
}

.site-header .wrap {
	padding: 20px 0;
	position: relative;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle-left {
	float: left;
	padding: 0 20px;
	width: 50%;
}

.home-middle-right {
	float: right;
	padding: 0 20px;
	width: 50%;
}

/* Entries
--------------------------------------------- */

.entry {
	padding: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content 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%;
}

.entry-meta {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}

.single-article .entry-header,
.single-bowling-ball-review .entry-header,
.single-quick-tip .entry-header,
.single-bowling-night-post .entry-header {
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}

.single-article .entry-header .entry-title,
.single-bowling-ball-review .entry-header .entry-title,
.single-quick-tip .entry-header .entry-title,
.single-bowling-night-post .entry-header .entry-title {
	padding-top: 20px;
}

.entry-header .entry-meta {
	margin-bottom: 12px;
}

.entry-header .entry-meta.manufacturer {
	margin-bottom: 16px;
}

.featured-image img {
	border: 1px solid #ddd;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #e3e3e3;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.after-entry {
	padding: 20px;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px;
}

.archive-pagination li {
	display: inline;
	margin-right: -5px;
}

.archive-pagination li a {
	background-color: #fff;
	color: #696969;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	border: 1px solid #cdd1d2;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #696969;
	color: #fff;
}

.archive-pagination li a:focus {
	outline: none;
}

.archive-pagination .pagination-previous a {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.archive-pagination .pagination-next a {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.archive-pagination .pagination-omission {
	background-color: #fff;
	color: #696969;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	border: 1px solid #cdd1d2;
	cursor: no-drop;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.comment-respond {
	padding: 40px;
}
.entry-comments {
	border-bottom: 1px solid #e3e3e3;
}

.ping-list {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.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 {
	list-style-type: none;
	margin-top: 24px;
	padding: 20px;
}

.comment-list li li {
}

li.comment {
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
}

.comment-list .even {
	background-color: white;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

li.depth-2 {
	background-color: #fff;
}

.comment-policy {
	padding: 20px 40px;
}

p.comment-policy {
	margin-bottom: 0px;
}

a#cancel-comment-reply-link {
	padding-left: 20px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	border-bottom: 1px dotted #e3e3e3;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
	content: "\203a";
	font-size: 12px;
	margin: 0 10px;
}

.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	padding-top: 12px;
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 20px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 20px;
}

.sidebar .enews-widget {
	background-color: #000;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #696969;
	border-top: 1px solid #bdb9b9;
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
}

/* Hide the footer...it will be displayed via JavaScript when the page loads*/
.site-footer {
	visibility: hidden;
}

.site-footer p {
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-footer p > a {
	color: #fff;
	font-weight: bold;
}

.site-footer a:hover {
	text-decoration: underline !important;
}

.site-footer .wrap_footer_blocks {
	padding-top: 15px;
	margin-bottom: 20px;
}

.site-footer .footer_block {
	float: left;
	width: 25%;
	margin-right: 0%;
}

.site-footer .footer_block h3 {
	border: none;
	background-color: inherit;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 0;
	margin-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .footer_block li {
	list-style-type: none;
	margin-bottom: 4px;
	word-wrap: break-word;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

.site-footer .footer_block li a {
	color: #fff;
}

.site-footer .footer_block p {
	text-align: center;
	font-size: 13px;
	line-height: 24px;
}

#order_comments_field {
	display: none;
}

button {
	font-family: "Oswald", serif;
}

.products .entry {
	border-bottom: 0px;
}

.news-pro-home .content li:before {
	content: "";
	font-size: 12px;
}

.widget-title {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #4a4a4a;
	background-color: #696969;
	color: #fff;
}

.featuredpost .entry {
	padding: 0px;
	margin-bottom: 10px;
	border: 0px;
}

.featuredpost h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.featuredpost .post-info {
	color: #666;
	text-transform: uppercase;
}

aside .featuredpost p {
	text-align: justify;
}

aside p.byline {
	text-align: center;
}

.entry-meta,
.featuredpost .post-info {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}

.article .entry-meta,
.bowling-ball-review .entry-meta {
	margin-bottom: 12px;
}

.subtitle {
	color: #555555;
	margin-bottom: 16px;
}

.related-article .entry {
	padding: 0px;
	margin-bottom: 15px;
	border: 0px;
}

.related-article .subtitle {
	color: #555555;
	margin-bottom: 4px;
	font-size: 20px;
}

.related-article h2 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.related-article h2 a {
	color: #000000;
}

.related-article h2 a:hover {
	color: #f63e28;
}

.related-article .post-info {
	color: #666;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}

.wp-post-image,
.post-image {
	margin-bottom: 20px;
}

.post-image,
.article-archive-widget img,
.entry-header img,
.issue-archive-featured-article img {
	border: 1px solid #ddd;
}

article-archive-widget .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	font-family: "Oswald", sans-serif;
}

.woocommerce table.cart img {
	margin-bottom: 0;
}

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
	text-align: center;
}

.woocommerce table.cart {
	line-height: 1.5;
	border: 0;
}

.woocommerce-page table.cart td.product-name {
	padding-top: 15px;
}

.woocommerce-page td.product-name dl.variation dd.variation-BillingFrequency {
	margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 65%;
	margin-top: 25px;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	border: 1px solid #cccbcb;
	line-height: 1.5;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	width: auto !important;
	padding: 8px 12px !important;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th {
	color: #f63e28;
}

.woocommerce table.cart td.actions .coupon #coupon_code {
	min-width: 100px;
	margin-top: 3px;
	padding: 8px 6px 2px;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	border: 1px solid #e5e5e5;
}

.woocommerce table.shop_table th:first-of-type,
.woocommerce-page table.shop_table th:first-of-type {
	border-right: none;
}

.woocommerce table.shop_table th:nth-of-type(2),
.woocommerce-page table.shop_table th:nth-of-type(2) {
	border-left: none;
}

.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
	border: none;
}

.shop_table.cart thead {
	background: #f6f3f3;
}

.cart_totals h2 {
	margin-bottom: 10px;
}

.create-account {
	padding-top: 20px;
}

#order_review_heading {
	margin-bottom: 20px;
}

#payment_methods_heading {
	margin-bottom: 16px;
	padding-top: 8px;
}

#order_review {
	clear: both;
}

#payment ul li {
	list-style-type: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
}

#trial_coupon {
	margin-bottom: 10px;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
	color: black;
	font-size: 1.4em;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: black;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.woocommerce .price ins {
	text-decoration: none;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	left: 20px;
	top: 20px;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page #content div.product p.price del {
	color: #aaa;
}

.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
	margin-bottom: 1em;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
	margin-bottom: 1em;
}

.woocommerce form .form-row input.input-text.card-number {
	width: 300px;
}

div.terms-conditions {
	float: left;
	width: 64%;
	font-size: 15px;
}

p.terms {
	text-align: right;
}

input#place_order {
	width: 36%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
	padding-top: 8px;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	padding-left: 0px;
	padding-right: 0px;
}

.checkout-content-container input,
.checkout-content-container select {
	padding-top: 8px;
	padding-bottom: 8px;
}

p#account_username_field {
	display: none;
}

.woocommerce .checkout h3 {
	font-size: 20px;
}

.woocommerce .checkout h4 {
	font-size: 18px;
}

.woocommerce .checkout #customer_details {
	background: #f9f9f9;
	border: 2px solid #e2e2e2;
	border-radius: 0px;
	padding: 24px;
}

.woocommerce .checkout #order_review {
	background: #f9f9f9;
	border: 2px solid #e2e2e2;
	border-radius: 0px;
	padding: 24px;
	padding-bottom: 0px;
	margin-top: 24px;
}

.woocommerce .checkout #credit_card_payment_text {
	font-style: italic;
	margin-bottom: 6px;
	line-height: 1.5;
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
	display: none;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	padding-left: 0px;
}

.woocommerce .checkout .payment_methods {
	border: 2px solid #ddd !important;
	background: #e4e4e4 !important;
	border-radius: 0px;
}

.woocommerce .checkout .payment_methods fieldset {
	border: none;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	padding-left: 0px;
}

.woocommerce .checkout input#payment_method_stripe,
.woocommerce .checkout li.payment_method_stripe label {
	display: none;
}

.woocommerce .checkout li.payment_method_stripe .payment_box label {
	display: block;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	background: none !important;
	box-shadow: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.woocommerce .checkout #order_review .shop_table {
	background: white;
}

#checkout-trust-assurance {
	padding: 24px 0px;
}

#checkout-trust-assurance p {
	font-size: 14px;
	margin-bottom: 0px;
}

.article-aside {
	clear: both;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.page-quick-links,
.article-category-links-inner {
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #096a81;
	box-shadow: 0px 0px 12px 0px #ddd;
	padding-bottom: 8px;
}

.page-quick-links p,
.article-category-links-inner p {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 0 10px;
}

.page-quick-links h3,
.article-category-links-inner h3 {
	background-color: #696969;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 20px;
}

.page-quick-links a,
.article-category-links-inner a {
	font-weight: 700;
	color: #000;
}

.page-quick-links a:hover,
.article-category-links-inner a:hover {
	color: red;
}

.ball-review-performance-ratings {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 24px;
	clear: both;
}

table.ball-review-performance-ratings-table {
	line-height: 1.625;
	margin-bottom: 20px;
}

.ball-comparison-table-date-filter label:first-of-type {
	margin-right: 20px;
}

table.ball-comparison-table,
table.article-archive-table,
table.quick-tip-archive-table {
	line-height: 24px;
	margin-bottom: 20px;
}

table.ball-comparison-table thead tr:first-of-type,
table.article-archive-table thead tr:first-of-type,
table.quick-tip-archive-table thead tr:first-of-type {
	font-family: "Oswald", sans-serif;
	background-color: #949494;
	color: #fff;
}

table.ball-review-performance-ratings-table td,
table.ball-review-bowler-ratings-table td,
table.ball-review-ball-info-table td,
table.ball-review-performance-ratings-table th,
table.ball-review-bowler-ratings-table th,
table.ball-review-ball-info-table th {
	padding: 6px 6px;
}

table.ball-comparison-table td,
table.article-archive-table td,
table.quick-tip-archive-table td {
	padding: 6px;
	text-align: center !important;
}

table.article-archive-table td:nth-of-type(2) {
	width: 45%;
}

table.ball-comparison-table td:first-of-type,
table.article-archive-table td:first-of-type,
table.quick-tip-archive-table td:first-of-type {
	text-align: left;
}

table.ball-comparison-table th,
table.article-archive-table th,
table.quick-tip-archive-table th {
	padding: 11px 16px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

table.ball-comparison-table tr:not(:first-of-type) th:first-of-type,
table.article-archive-table tr:not(:first-of-type) th:first-of-type,
table.quick-tip-archive-table tr:not(:first-of-type) th:first-of-type {
	background-color: #696969;
	color: #fff;
}

table.ball-comparison-table a,
table.article-archive-table a,
table.quick-tip-archive-table a {
	color: black;
	font-weight: 700;
}

table.ball-comparison-table a:hover,
table.article-archive-table a:hover,
table.quick-tip-archive-table a:hover {
	color: #f63e28;
}

table#ball-comparison {
	margin-bottom: 36px;
}

table#ball-comparison td,
table#ball-comparison th {
	text-align: center;
}

table#ball-comparison tr:nth-of-type(13) td,
table#ball-comparison tr:nth-of-type(14) td,
table#ball-comparison tr:nth-of-type(15) td,
table#ball-comparison tr:nth-of-type(16) td {
	background-color: #f5f5f5;
}

table#ball-comparison tr:nth-of-type(21) td,
table#ball-comparison tr:nth-of-type(22) td,
table#ball-comparison tr:nth-of-type(23) td,
table#ball-comparison tr:nth-of-type(24) td {
	background-color: #f5f5f5;
}

table#ball-comparison th {
	padding: 6px 6px;
}

a.paginate_button {
	cursor: pointer;
	padding-left: 5px;
	color: #9a9999;
}

a.paginate_button:hover {
	color: #ed2024;
}

a.paginate_button.disabled {
	color: #d8d6d6;
	cursor: default;
}

a.paginate_button.current {
	color: #ed2024;
	cursor: default;
	font-weight: bold;
}

table.ball-review-bowler-ratings-table,
table.ball-review-ball-info-table,
table.ball-review-performance-ratings-table {
	margin-bottom: 20px;
	margin-top: 15px;
}

.ball-review-bowler-ratings,
.ball-review-ball-info {
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 6px;
	padding: 20px 16px;
	float: left;
	clear: both;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: 0px 0px 12px 0px #ddd;
}

.ball-review-non-subscriber-left-column {
	float: left;
}

.ball-review-non-subscriber-right-column {
	padding-left: 300px;
}

.ball-review-non-subscriber-left-column .ball-review-bowler-ratings,
.ball-review-non-subscriber-left-column .ball-review-ball-info {
	float: none;
}

.ball-review-bowler-ratings.non-subscriber td {
	color: transparent;
	text-shadow: 0 0 8px #000000;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* non-prefixed version, currently
                                    not supported by any browser */
}

.ball-review-bowler-ratings.non-subscriber td:first-child {
	color: inherit;
	text-shadow: inherit;
}

.ball-review-performance-ratings {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 20px 20px;
	box-shadow: 0px 0px 12px 0px #ddd;
}

.ball-review-performance-ratings tr:first-of-type {
	line-height: 1.625;
}

.ball-review-bowler-ratings tr:first-of-type,
.ball-review-ball-info tr.coverstock-info-row,
.ball-review-performance-ratings tr:first-of-type,
.ball-review-ball-info tr.core-info-row {
	font-family: "Oswald", sans-serif;
	background-color: #696969 !important;
	color: #fff;
}

.ball-review-bowler-ratings-table,
.ball-review-ball-info-table {
	line-height: 1.625;
}

.ball-review-ball-info-table .empty {
	color: transparent;
	background-color: #fff;
	text-indent: -9999px;
}

.ball-review-ball-info-table td.ball-info-table-brand a {
	color: #444;
}

.ball-review-ball-info-table td.ball-info-table-brand a:hover {
	color: #f63e28;
}

.ball-review-bowler-ratings th:first-of-type,
.ball-review-ball-info th:first-of-type,
.ball-review-bowler-ratings td:first-of-type,
.ball-review-ball-info td:first-of-type,
.ball-review-performance-ratings th:first-of-type,
.ball-review-performance-ratings td:first-of-type {
	text-align: left;
}

.ball-review-bowler-ratings th,
.ball-review-ball-info th,
.ball-review-bowler-ratings td,
.ball-review-ball-info td,
.ball-review-performance-ratings td:nth-of-type(2),
.ball-review-performance-ratings th {
	text-align: center;
}

.ball-review-bowler-ratings tr:nth-of-type(2n),
.ball-review-ball-info tr:nth-of-type(2n),
.ball-review-performance-ratings tr:nth-of-type(2n) {
	background-color: #fbfbfb;
}

.ball-review-bowler-ratings td,
.ball-review-ball-info td {
	font-size: 15px;
}

.entry img.alignleft {
	margin-top: 0px;
	margin-bottom: 12px;
}

.entry img.aligncenter {
	border: 1px solid #bbb;
}

.entry img.alignnone {
	border: 1px solid #bbb;
}

.footer_social_links {
	margin: 0 10px 15px !important;
}

.footer_social_links a {
	font-size: 21px;
	padding: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	color: white;
	line-height: 1em;
	width: 1em;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	margin: 0 10px 10px !important;
}

.footer_social_links a:hover {
	text-decoration: none !important;
	font-size: 21px;
	padding: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer_social_links a.facebook {
	background-color: #3c5b9b !important;
}

.footer_social_links a.facebook:hover {
	background-color: #6687cc !important;
}

.footer_social_links a.email {
	background-color: #f63e28 !important;
}

.footer_social_links a.email:hover {
	background-color: #f5796a !important;
}

.footer_social_links a.twitter {
	background-color: #2daae1 !important;
}

.footer_social_links a.twitter:hover {
	background-color: #69c1e8 !important;
}

.footer_social_links a.pinterest {
	background-color: #cb2027 !important;
}

.footer_social_links a.pinterest:hover {
	background-color: #f5585e !important;
}

.footer_social_links a.youtube {
	background-color: #f63e28 !important;
}

.footer_social_links a.youtube:hover {
	background-color: #f5796a !important;
}

.footer_social_links i:before {
	margin-left: 0px;
}

.ball-manufacturer-archive-widget,
.issue-archive-widget,
.articles-archive-widget {
	clear: both;
	margin-top: 16px;
	padding-bottom: 12px;
}

.ball-manufacturer-archive-widget .entry-meta {
	margin-bottom: 10px;
}

.issue-archive-widget a.issue-archive-article-featured-image img {
	margin-top: 6px;
}

a.issue-archive-article-featured-image {
	max-width: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
}

.issue-archive-article-featured-image {
	float: left;
}

.issue-archive-article-featured-image {
	margin-bottom: 0px;
}

.issue-archive-featured-article,
.issue-archive-article,
.issue-archive-bowling-ball-review {
	margin-bottom: 20px;
	clear: both;
}

.issue-archive-article h4,
.issue-archive-bowling-ball-review h4 {
	margin-bottom: 8px;
}

.logo-area {
	margin: 0;
	padding-left: 25px;
}

.subscribe-now strong {
	font-weight: 700;
}

.subscribe-now a.subscribe-now-button {
	font-size: 18px;
	background-color: #30b930;
}

.subscribe-now a:hover.subscribe-now-button {
	background-color: #007200;
}

.subscribe-now a.sign-in-button {
	font-size: 18px;
}

div.table-wrapper {
	clear: both;
}

#visualization_wrap {
	clear: both;
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
#visualization {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#user_login,
#username,
#user_pass,
#password {
	width: 80%;
}

.login p:last-of-type {
}

#loginform p {
}

#loginform p:first-of-type,
#loginform p:nth-of-type(2) {
}

#loginform .forgetmenot {
	padding-left: 2px;
}

#loginform .forgetmenot label {
	padding-left: 2px;
}

#loginform #wp-submit {
	padding: 10px 45px;
}

#rememberme {
}

.ad {
	margin: 0;
}

.ad.login-form-right {
	width: 51.28% !important;
}

.ad .wrap-cta.features {
	margin-top: 0px;
}

.ad .subscribe-content-container {
	padding: 20px 20px 20px 20px;
}

.ad .wrap-cta.features ul {
	padding: 0;
}

.ad a.button.cta-button {
	padding: 12px 10px;
}

.login {
	padding: inherit;
	padding-right: 40px;
}

.login h2,
.ad h2 {
	font-size: 38px;
	margin-bottom: 25px;
}

.ad h2 {
	text-align: center;
}

.ad .sale {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.ad .button {
	width: 100%;
}

.ad p strong {
	color: #f63e28;
}

img.withborder {
	border: 1px solid #ddd;
}

.nr-five-sixths,
.nr-four-sixths,
.nr-one-fourth,
.nr-one-half,
.nr-one-sixth,
.nr-one-third,
.nr-three-fourths,
.nr-three-sixths,
.nr-two-fourths,
.nr-two-sixths,
.nr-two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.nr-one-half,
.nr-three-sixths,
.nr-two-fourths {
	width: 48.717948717948715%;
}

.nr-one-third,
.nr-two-sixths {
	width: 31.623931623931625%;
}

.nr-four-sixths,
.nr-two-thirds {
	width: 65.81196581196582%;
}

.nr-one-fourth {
	width: 23.076923076923077%;
}

.nr-three-fourths {
	width: 74.35897435897436%;
}

.nr-one-sixth {
	width: 14.52991452991453%;
}

.nr-five-sixths {
	width: 82.90598290598291%;
}

.nr-first {
	clear: both;
	margin-left: 0;
}

#your-profile .form-table input {
	padding: 8px 12px;
}

#your-profile .form-table td {
	padding-top: 12px;
	padding-bottom: 12px;
}

.bowling-ball-review-quick-links,
.article-category-links {
	float: right;
	width: 250px;
	margin-left: 20px;
}

.ball-comparison-select-box {
	width: 100%;
}

.ball-comparison-select-box ul li {
	list-style-type: none;
}

table th.first-column {
	background: #ddd;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

table#ball-comparison .first-row td {
	border: none;
}

table#ball-comparison tr:nth-of-type(2) td {
	background-color: #eaeaea;
}

table#ball-comparison tr:nth-of-type(3) td {
	background-color: #f5f5f5;
}

table#ball-comparison img {
	border: none;
	margin-bottom: 0px;
}

.Tokenize input {
	box-shadow: none;
}

table#ball-comparison .aligncenter {
	margin-bottom: 0px;
}

table#ball-comparison td {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table#ball-comparison .first-row.first-column {
	border-top: 0px;
	border-left: 0px;
}

table#ball-comparison .red-link {
	color: #f63e28;
}

table#ball-comparison .red-link:hover {
	color: #444;
}

.subscribe-page-post-class {
	padding: 30px 0px 0px 0px !important;
}

body.subscribe-page-body-class {
	background-color: #f5f6f8;
}

.full-width-content.subscribe-page-body-class .site-inner {
	width: 100%;
	max-width: 100%;
}

.subscribe-page-body-class footer {
	background: #696969;
	padding: 15px 0;
	visibility: hidden;
}

.subscribe-page-body-class footer nav,
.subscribe-page-body-class footer p {
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.subscribe-page-body-class footer ul {
	margin-bottom: 15px;
	margin-left: 0;
}

.subscribe-page-body-class footer ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}

.subscribe-page-body-class footer ul li .fa {
	margin-right: 7px;
}

.subscribe-page-body-class footer ul li a {
	color: #fff;
	font-weight: bold !important;
}

.features li {
	list-style: none !important;
	position: relative;
}

.features li:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 28px;
	background: url("images/check-green.png") no-repeat;
	position: absolute;
	left: -35px;
	top: 3px;
}

.subscribe-content-container.header-content-teaser {
	padding: 16px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-radius: 0px;
	border: 2px solid #ddd;
}

.subscribe-content-container.header-content-teaser h1 {
	font-size: 30px;
	padding-bottom: 16px;
	text-align: center;
}

.subscribe-content-container.header-content-teaser p:last-of-type {
	margin-bottom: 0px;
}

.subscribe-content-container .header-content-teaser-ball-image-container {
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #ddd;
	background: #ffffff;
}

.subscribe-content-container
	.header-content-teaser-article-image-container
	img {
	border: 1px solid #ddd;
}

.subscribe-content-container .coverstock-image {
	display: none;
}

.header-content-teaser p.image-caption {
	padding-top: 4px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}

.hero-unit {
	background-color: #696969;
	position: relative;
	padding-bottom: 10px;
	padding-top: 20px;
}

.hero-unit .entry-title {
	color: #fff;
	text-align: center;
	margin-top: 15px;
	font-size: 54px;
	padding-bottom: 20px;
}

.hero-unit h1 {
	color: #fff;
	text-align: left;
}

.hero-unit .first {
	padding: 0px 10px;
}

sup.dollar {
	font-size: 60%;
	top: -0.5em;
}

.features.subscribe-content-container {
}

.wrap_features {
	padding: 15px 15px;
}

.wrap_features .subscribe-content-container {
	padding: 0 40px;
}

.wrap-cta.features {
	max-width: 750px;
	margin: 40px auto;
	background: #f0f0f0;
	color: #000;
	border-radius: 0px;
	box-shadow: 0px 0px 15px 0px #ddd;
	border: 2px solid #ddd;
}

.wrap-cta.features li {
	color: #000;
	list-style: none !important;
	margin: 12px 0px;
	padding-top: 4px;
}

.wrap-cta.features ul {
	padding-left: 60px;
	padding-right: 60px;
}

.wrap-cta.features h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
	color: black;
}

.mobile-features-images {
	display: none;
}

.wrap-cta {
	background-color: #696969;
	color: #fff;
}

.wrap_features_button {
	text-align: center;
	max-width: 450px;
	margin: 0 auto;
	padding: 12px 10px;
}

.wrap_features_button p {
	color: #f63e28;
	margin-bottom: 0;
}

.wrap_features_button .button,
.wrap_cta_button .button {
	width: 100%;
}

.wrap_cta_button {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.wrap_cta_button p {
	margin-bottom: 0;
}

.wrap-cta h2 {
	color: #fff;
}

.wrap_features .two-thirds {
	padding-top: 15px;
}

.wrap_features h3 {
	text-align: center;
	margin-bottom: 15px;
}

.subscribe-content-container {
	padding: 40px 40px 12px 40px;
	clear: both;
	margin: 0 auto;
	max-width: 960px;
}

.checkout-content-container {
	padding: 50px 12px 30px 12px;
	clear: both;
	margin: 0 auto;
	max-width: 960px;
}

.subscribe-content-container.value-prop h2 {
	color: #f63e28;
	text-align: center;
	margin-bottom: 15px;
}

.hero-unit .subscribe-content-container {
	padding: 40px 0 0;
	margin-top: 0;
}

.hero-unit h1 {
	font-size: 44px;
	margin-bottom: 4px;
}

.hero-unit .subtitle {
	color: #ddd;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}

.hero-unit .top-image {
	text-align: center;
}

.hero-unit .top-image .sale {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 20px;
	margin-top: 20px;
}

/* test monthly subscription */

.hero-unit .top-image .variation1-monthly-and-annual,
.wrap-cta .variation1-monthly-and-annual {
	color: #fff;
}

.wrap-cta.features .variation1-monthly-and-annual {
	color: #444;
}

.hero-unit .top-image .variation1-monthly-and-annual .sale,
.wrap-cta .variation1-monthly-and-annual .sale {
	font-size: 18px;
}

.hero-unit .top-image .variation1-monthly-and-annual .button,
.wrap-cta .variation1-monthly-and-annual .button {
	vertical-align: middle;
	font-size: 22px;
	padding: 6px 12px 10px;
}

.hero-unit .top-image .variation1-monthly-and-annual .button:first-of-type,
.wrap-cta .variation1-monthly-and-annual .button:first-of-type {
	width: 45%;
	margin-right: 2%;
	background: #a2be76;
}

.hero-unit .top-image .variation1-monthly-and-annual .button:last-of-type,
.wrap-cta .variation1-monthly-and-annual .button:last-of-type {
	width: 45%;
	margin-left: 2%;
}

.hero-unit .top-image .variation1-monthly-and-annual .button del,
.wrap-cta .variation1-monthly-and-annual .button del {
	font-size: 0.7em;
}

@media all and (max-width: 980px) {
	.hero-unit .top-image .variation1-monthly-and-annual .sale,
	.wrap-cta .variation1-monthly-and-annual .sale {
		font-size: 17px;
	}
}

@media all and (max-width: 880px) {
	.hero-unit .top-image .variation1-monthly-and-annual .sale,
	.wrap-cta .variation1-monthly-and-annual .sale {
		font-size: 16px;
	}
}

@media all and (max-width: 460px) {
	.hero-unit .top-image .variation1-monthly-and-annual .button:first-of-type,
	.hero-unit .top-image .variation1-monthly-and-annual .button:last-of-type,
	.wrap-cta .variation1-monthly-and-annual .button:first-of-type,
	.wrap-cta .variation1-monthly-and-annual .button:last-of-type {
		width: 70%;
		margin: 5px 0;
	}

	.or-text {
		display: block;
		width: 100%;
	}
}

/* end test monthly subscription */

.header_subscription {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	box-shadow: 0 1px 8px 0 #bdbcbc;
	z-index: 9999;
}

.header_subscription .logo {
	float: left;
	margin-top: 7px;
	margin-left: 12px;
}

.header_subscription .logo img {
	width: 105px;
	margin-bottom: -1px;
}

.header_subscription nav {
	float: right;
	margin-right: 10px;
}

.header_subscription .wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 4px 0;
}

.header_subscription .trigger {
	max-width: 25px;
	position: relative;
	display: none;
}

.header_subscription .trigger .icon-bar {
	background-color: #8c8787;
	background-repeat: no-repeat;
	border-radius: 1px 1px 1px 1px;
	display: block;
	height: 4px;
	line-height: 14px;
	margin-bottom: 5px;
	vertical-align: text-top;
	width: 25px;
	position: relative;
}

.header_subscription nav li {
	list-style: none;
	float: left;
	margin-top: 11px;
	margin-left: 15px;
	text-transform: uppercase;
}

.header_subscription nav li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

.hero-unit a.button.cta-button {
	font-size: 26px;
	padding: 12px 10px;
	width: 100%;
}

.secure .secure_icon {
	float: left;
	background: url("images/secure-credit-cards.png") no-repeat 0 -30px;
	padding-left: 30px;
	height: 36px;
	font-size: 16px;
	color: #c0c0c0;
	font-weight: bold;
	padding-top: 8px;
	text-transform: uppercase;
	margin-top: 2px;
}

.secure .payment_icons {
	float: right;
	width: 179px;
	height: 28px;
	background: url("images/secure.png") no-repeat;
	margin-top: 10px;
}

a.button.cta-button {
	background: #98e325;
	background-image: -webkit-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -moz-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -ms-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -o-linear-gradient(top, #98e325, #6c9e1b);
	background-image: linear-gradient(to bottom, #98e325, #6c9e1b);
	background-repeat: no-repeat;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #598216;
	border: solid #8dc31d 2px;

	font-size: 30px;
	font-weight: bold;
	padding: 12px 20px;

	margin-top: 5px;
	line-height: 1.3;
	text-align: center;
}

a.button.cta-button:hover {
	background: #98e325;
	background-repeat: no-repeat;
	background-image: none !important;
}

a.button.cta-button.monthly,
a.button.cta-button-medium.monthly {
	background: #5d7735 !important;
	border-color: #4f6928 !important;
}

a.button.cta-button span {
	font-size: 14px;
	color: yellow;
}

a.button.cta-button-medium {
	background: #98e325;
	background-image: -webkit-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -moz-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -ms-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -o-linear-gradient(top, #98e325, #6c9e1b);
	background-image: linear-gradient(to bottom, #98e325, #6c9e1b);
	background-repeat: no-repeat;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #598216;
	border: solid #8dc31d 2px;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 12px;
	margin-top: 5px;
	line-height: 1.3;
	text-align: center;
}

a.button.cta-button-medium:hover {
	background: #98e325;
}

.value-prop {
	border-bottom: 10px solid #aaa;
	padding: 20px 80px 10px 80px;
}

.value-prop.subscribe-content-container {
	padding: 25px 40px 15px;
	border: none;
}

.value-prop p {
	font-size: 24px;
	text-align: center;
}

table.dataTable th.focus,
table.dataTable td.focus {
	outline: 3px solid #3366ff;
	outline-offset: -1px;
}

.testimonials .testimonial {
	box-shadow: 0 0 5px 0 #b9b9b9;
	border-radius: 0px;
	padding: 15px 30px 5px 30px;
	margin-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
}

.testimonials .testimonial h3 {
	color: #696969;
	margin-bottom: 15px;
	text-align: center;
}

.testimonials .testimonial p:first-of-type {
	margin-bottom: 10px;
	padding: 0;
}

.testimonials .testimonial p:last-of-type {
	margin-bottom: 10px;
	font-weight: bold;
}

.testimonials h2 {
	margin-bottom: 20px;
	text-align: center;
}

blockquote a {
	color: #444;
}

blockquote a:hover {
	color: #f63e28;
}

.features h2 {
	margin-bottom: 30px;
	text-align: center;
}

.guarantee {
	background-color: #696969;
}

.guarantee .subscribe-content-container {
	color: #fff;
}

.guarantee span {
	display: block;
	margin: auto;
}

.guarantee p {
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 7px;
	font-size: 20px;
}

.guarantee p a {
	color: #98e325;
	font-weight: 700 !important;
}

.guarantee h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

#subscribe-page-cta-bottom {
	padding-bottom: 0px;
}

.subscribe-page-cta h2 {
	margin-bottom: 30px;
	text-align: center;
}

.subscribe-page-cta p {
	font-size: 20px;
	font-weight: 700;
}

.subscribe-page-cta a.button.cta-button {
	line-height: 1.3;
}

.subscribe-page-faqs {
	padding-top: 0px !important;
}

.subscribe-page-faqs .faq h3 {
	cursor: pointer;
	padding-bottom: 15px;
	border-bottom: 1px solid #cacaca;
	margin-top: 10px;
	line-height: 1.6;
}

.subscribe-page-faqs .faq h3:before {
	content: "\f0fe";
	display: inline-block;
	font: normal normal normal 14px/1 fontello;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 20px;
	color: #f63e28;
	position: relative;
	top: -1px;
}

.subscribe-page-faqs .faq p {
	display: none;
	background-color: #efefef;
	padding: 10px 20px;
}

.subscribe-page-faqs h2 {
	margin-bottom: 30px;
	text-align: center;
}

.subscribe-page-faqs .faq.active h3 {
	margin-bottom: none;
	padding-bottom: 16px;
	border: none;
}

.subscribe-page-faqs .faq.active h3:before {
	content: "\f146";
}

.subscribe-page-faqs .faq.active p {
	display: block;
}

#toc_container,
#article_toc_container {
	background: #eee;
	border: 1px solid black;
	font-size: 14px;
	margin-bottom: 36px;
	padding: 0;
	width: 360px;
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #096a81;
	box-shadow: 0px 0px 12px 0px #ddd;
}

#article_toc_container,
#toc_container {
	width: 280px;
	float: right;
	margin-left: 24px;
	margin-top: 6px;
	position: relative;
	z-index: 9999;
}
#article_toc_container p.subscribe-now {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#article_toc_container p.subscribe-now a {
	font-weight: 400;
	color: #f63e28;
}

#article_toc_container p.subscribe-now a:hover {
	font-weight: 400;
	color: #000;
}

p#toc_title {
	background-color: #696969;
	color: #fff;
	margin-bottom: 0;
	padding: 6px 0;
	font-weight: bold;
}

#article_toc_container p#toc_title,
#toc_container p#toc_title {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}

#toc_container > ul,
#article_toc_container > ul {
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#toc_container ul ul,
#article_toc_container ul ul {
	margin-left: 24px;
}

#toc_container ul li,
#article_toc_container ul li {
	list-style-type: none;
}

#toc_container a,
#article_toc_container a {
	color: black;
	font-weight: 700;
}

#toc_container a:hover,
#article_toc_container a:hover {
	color: #f63e28;
}

.toc_number.toc_depth_1,
.toc_number.toc_depth_2,
.toc_number.toc_depth_3 {
	font-weight: 700;
}

/* Override a couple things in UberMenu's custom.css (putting it here so I can break the CSS caching) */
/* Top Level Items */
.featured-image-credit-link {
	margin-top: -24px;
	margin-bottom: 16px;
	text-align: right;
	font-size: 12px;
}

#featured-image-credit {
	font-size: 13px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-ratings {
	margin-bottom: 16px;
}

.post-ratings img {
	border: none;
}

/* This hides the "remove" link for coupons on the checkout page */
a.woocommerce-remove-coupon {
	display: none;
}

.featured-box {
	padding: 10px 20px;
	max-width: 1140px;
	margin: 0 auto;
}

.featured-box .widget-wrap {
	padding: 20px;
	padding-bottom: 0px;
}

.featured-box h3,
.callout-box h3,
.home_page_not_log_title h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 16px;
}

.featured-box .widget_text .widget-wrap .textwidget .two-thirds.first p {
	padding: 0 30px;
}

.featured-box .inline-email-opt-in-form,
.callout-box .inline-email-opt-in-form {
	width: 50%;
	margin: auto;
	padding-bottom: 16px;
}

.ball-comparison-table .inline-email-opt-in-form {
	width: 60%;
	margin: auto;
}

.single-article .inline-email-opt-in-form {
	width: 50%;
}

.videoWrapper iframe {
	border: 0px;
}

html input[type="submit"],
html #om-sidebar-fabric-optin-submit {
	background: #98e325 !important;
	background-image: -webkit-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: -moz-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: -ms-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: -o-linear-gradient(top, #98e325, #6c9e1b) !important;
	background-image: linear-gradient(to bottom, #98e325, #6c9e1b) !important;
	background-repeat: no-repeat;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #598216 !important;
	border: solid #8dc31d 2px !important;
	font-weight: bold !important;
	font-size: 20px !important;
}

html input[type="submit"]:hover,
html #om-sidebar-fabric-optin-submit:hover {
	background: #98e325 !important;
	border: solid #8dc31d 2px;
}

.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry,
.featuredpost .article.type-article.has-post-thumbnail.entry {
	text-align: center;
}

.widget_text.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry:hover:after,
.widget_text.featuredpost
	.article.type-article.has-post-thumbnail.entry:hover:after,
.bowling-ball-review-preview:hover:after,
.article-preview:hover:after,
.ball-manufacturer-archive-widget > a:hover:after,
.issue-archive-featured-article:hover:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(230, 230, 230, 0.1);
	visibility: inherit;
}

.widget_text.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry:hover
	h2,
.widget_text.featuredpost
	.article.type-article.has-post-thumbnail.entry:hover
	h2,
.widget_text.featuredpost
	.article.type-article.has-post-thumbnail.entry:hover
	#author-name,
.widget_text.featuredpost
	.article.type-article.has-post-thumbnail.entry:hover
	.author-name,
.bowling-ball-review-preview:hover h3,
.bowling-ball-review-preview:hover h2,
.article-preview:hover h2,
.article-preview:hover #author-name,
.article-preview:hover .author-name,
.ball-manufacturer-archive-widget
	> .ball-manufacturer-archive-widget-block:hover
	h3,
.issue-archive-featured-article:hover h2,
.issue-archive-featured-article:hover #author-name,
.issue-archive-featured-article:hover .author-name {
	color: #f63e28;
}

.featuredpost .type-article.has-post-thumbnail.entry {
	text-align: center;
}

.featuredpost .type-article.has-post-thumbnail.entry .byline.post-info + p {
	text-align: justify;
}

.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry
	h2
	+ p {
	text-align: justify;
}

#author-name,
.author-name {
	color: #000;
}

.widget_text.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry,
.widget_text.featuredpost .article.type-article.has-post-thumbnail.entry,
.bowling-ball-review-preview,
.article-preview,
.ball-manufacturer-archive-widget > .ball-manufacturer-archive-widget-block,
.issue-archive-featured-article {
	display: block;
	color: inherit;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 10px 15px;
	position: relative;
	overflow: hidden;
}

.issue-archive-featured-article {
	padding: 16px;
}

.issue-archive-featured-article img {
	margin-bottom: 0px !important;
}

.widget_text.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry:hover,
.widget_text.featuredpost .article.type-article.has-post-thumbnail.entry:hover,
.bowling-ball-review-preview:hover,
.article-preview:hover,
.ball-manufacturer-archive-widget
	> .ball-manufacturer-archive-widget-block:hover,
.issue-archive-featured-article:hover {
	box-shadow: 0px 0px 10px 0px #d5d5d5;
}

.widget_text.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry:focus,
.widget_text.featuredpost .article.type-article.has-post-thumbnail.entry:focus,
.bowling-ball-review-preview:focus,
.article-preview:focus {
	outline: none;
}

.bowling-ball-review-preview,
.ball-manufacturer-archive-widget > .ball-manufacturer-archive-widget-block,
.article-preview {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.bowling-ball-review-preview p,
.ball-manufacturer-archive-widget-block p,
.article-preview p {
	margin-bottom: 10px;
}

.widget_text.featuredpost
	.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry
	p,
.widget_text.featuredpost .article.type-article.has-post-thumbnail.entry p {
	margin-bottom: 0;
}

.bowling-ball-review.type-bowling-ball-review .alignleft,
.article.type-article .alignleft {
	float: none;
	display: inline-block;
}

.bowling-ball-review.type-bowling-ball-review .alignleft img,
.featuredpost .bowling-ball-review.type-bowling-ball-review img,
.article.type-article .alignleft img,
.featuredpost .article.type-article img {
	margin: 0;
}

.article.type-article .alignleft img {
	width: 100% !important;
}

.featuredpost .article-preview img {
	margin-bottom: 10px;
}

.related-balls {
	min-height: 840px;
	text-align: left;
}

.bowling-ball-review-preview-col-1 {
	float: left;
	width: 136px;
}

.bowling-ball-review-preview-col-2 {
	padding-left: 136px;
}

.bowling-ball-review-preview .ball-image,
.ball-comparison-table img,
.article-preview img {
	width: inherit !important;
}

.ball-comparison-select-box.Tokenize ul.TokensContainer li.Token {
	padding: 6px 10px;
	box-sizing: initial;
	border-radius: 10px;
	background-color: #f2fafb;
	line-height: 17px;
	border: 1px solid #adadad;
}

.ball-comparison-select-box.Tokenize ul.TokensContainer li.Token a.Close {
	font-family: inherit;
	margin: 0 0 5px;
	color: #739be4;
	position: relative;
	left: 4px;
	top: 1px;
	font-size: 19px !important;
}

.ball-comparison-select-box.Tokenize ul.TokensContainer li.Token a.Close:hover {
	color: #0357f1;
}

.ball-comparison-select-box.Tokenize ul.TokensContainer li.TokenSearch input {
	font-family: inherit;
	font-size: 14px;
}

.ball-comparison-select-box.Tokenize ul li span {
	font-family: inherit;
	font-size: 13px;
}

.sidebar-primary .widget_text .textwidget .checkout-testimonial {
	padding: 0 15px 0 40px;
	position: relative;
	text-align: justify;
}

.sidebar-primary .widget_text .textwidget .checkout-testimonial span {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-weight: bold;
}

.sidebar-primary .widget_text .textwidget .checkout-testimonial:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 28px;
	top: 1px;
	left: 0;
	background-image: url("images/check-green.png");
}

/* Header links */

.right_links {
	position: absolute;
	top: 15px;
	right: 0;
	width: 36%;
	padding-right: 25px;
	box-sizing: border-box;
	height: 100%;
}

.first_row_links,
.second_row_links {
	text-align: right;
}

.second_row_links {
	position: relative;
	top: -3px;
}

.first_row_links a,
.second_row_links a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.first_row_links a {
	margin-left: 12px;
	font-size: 15px;
}

.first_row_links a:first-of-type {
	margin-left: 0;
	display: none;
}

.first_row_links a .fa-question-circle {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.first_row_links a .fa-life-ring {
	font-size: 17px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.first_row_links a .fa-sign-in {
	font-size: 19px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.second_row_links a {
	font-size: 12px;
	color: #000;
	margin-left: 8px;
}

.second_row_links a:hover {
	text-decoration: underline !important;
}

.right_links .search-form {
	width: 90%;
	margin-top: 10px;
	position: absolute;
	bottom: 35px;
	right: 25px;
}

.right_links .search-form input {
	padding: 8px 40px 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-form button {
	width: 34px;
	height: 37px;
	padding: 0;
	background: transparent url("images/search-icon.png") no-repeat center !important;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 1px;
	border: 0px !important;
}

/* End header links */

.site-footer .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.btn_fullWidthTable {
	display: inline-block;
	font-family: "Oswald", serif;
	text-transform: uppercase;
	background: #98e325;
	background-image: -webkit-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -moz-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -ms-linear-gradient(top, #98e325, #6c9e1b);
	background-image: -o-linear-gradient(top, #98e325, #6c9e1b);
	background-image: linear-gradient(to bottom, #98e325, #6c9e1b);
	background-repeat: no-repeat;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #598216;
	border: solid #8dc31d 2px;
	color: #fff;
	padding: 5px 15px;

	font-weight: bold !important;
	font-size: 16px;

	margin-bottom: 5px;
}

.btn_fullWidthTable:hover {
	text-decoration: none !important;
	color: #fff;
	background: #98e325;
	background-repeat: no-repeat;
	background-image: none !important;
}

.btn_fullWidthTable.active {
	background-color: #f63e28;
	border: 2px solid #ca3423;
	background-image: none !important;
}

.btn_fullWidthTable.active:hover {
	background-color: #dc311d;
}

/* Compare table */

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1;
}

.dataTables_length {
	width: 45%;
	float: left;
}

.dataTables_length select {
	width: 70px;
	padding: 7px 10px;
	margin: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b8bfd0;
	background-color: #fff !important;
	background-image: none;
}

.dataTables_filter input {
	min-width: 140px;
	width: 60%;
	padding: 8px;
	margin: 8px;
	border: 1px solid #b8bfd0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.dataTables_filter {
	width: 45%;
	max-width: 500px;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}

.dataTables_paginate {
	float: right;
	text-align: right;
	padding-bottom: 20px;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td {
	text-align: left !important;
}


.dataTables_scrollBody thead {
    visibility: hidden;
}

.dataTables_scrollHead table {
	margin-bottom:0px;
}

.dataTables_scrollBody table {
    margin-bottom:0px;
}

.DTFC_LeftBodyWrapper thead {
    visibility: hidden;
}

/* Ensure fixed columns don’t get squeezed */
.DTFC_LeftBodyWrapper table,
.DTFC_LeftHeadWrapper table {
    table-layout: fixed !important; 
    width: auto !important;
}

/* Ensure fixed columns match the main table */
.DTFC_LeftWrapper table th,
.DTFC_LeftWrapper table td {
    width: inherit !important;
}

.sorting_asc:after {
	content: "";
	position: absolute;
	background-image: url(images/sort_asc-white.png);
	width: 8px;
	height: 10px;
	cursor: pointer;
	background-position: -5px -1px;
	top: 50%;
	margin: -5px -4px 0 6px;
}


.sorting:after {
	content: "";
	position: absolute;
	background-image: url(images/sort_both-gray.png);
	width: 9px;
	height: 17px;
	cursor: pointer;
	background-position: -5px 0;
	top: 50%;
	margin: -9px -4px 0 6px;
}



.sorting_desc:after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url(images/sort_desc-white.png);
	width: 8px;
	height: 10px;
	cursor: pointer;
	background-position: -5px -9px;
	top: 50%;
	margin: -5px -4px 0 6px;
}



a.paginate_button {
	cursor: pointer;
	padding-left: 5px;
	color: #9a9999;
}

a.paginate_button.disabled {
	color: #d8d6d6;
	cursor: default;
}

a.paginate_button.current {
	color: #ed2024;
	cursor: default;
	font-weight: bold;
}

table.dataTable > tbody > tr.child ul li {
	list-style: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	top: 50% !important;
	margin-top: -8px;
}

.dataTable {
	clear: both;
}

tr.odd {
	background-color: #f5f5f5;
}

tr.even {
	background-color: #fff;
}

tr.odd td.sorting_1 {
	text-align: left;
	background-color: #eaeaea;
}

tr.even td.sorting_1 {
	text-align: left;
	background-color: #f7f7f7;
}

/* Compare table end */

/* Header search box auto-complete dropdown */
.ui-autocomplete {
	z-index: 99999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ui-autocomplete {
	width: 1px;
}

.ui-autocomplete li {
	color: #f63e28;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 10px 8px;
	font-size: 13px;
	list-style-type: none;
	background-image: none;
	margin: 0;
	font-weight: bold;
}

.ui-autocomplete li:hover {
	color: #ffffff;
	border-top: 1px solid #f6231e;
	border-bottom: 1px solid #ff512a;
	background: #f63e28; /* Old browsers */
}

/* home page title for not logged */

.home_page_not_log_title,
.callout-box {
	background: #f0f0f0;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0 15px 0 #ddd;
	padding: 24px;
	margin-bottom: 32px;
	border: 2px solid #ddd;
}

.home_page_not_log_title p,
.callout-box p {
	text-align: center;
	margin-bottom: 16px;
}

.home_page_not_log_title .button.cta-button,
.callout-box .button.cta-button {
	font-size: 21px;
	margin-top: 0px;
}
/* end home page title for not logged */

/* Theme my login - hide plain text password field */
input#pass1-text {
	display: none !important;
}

/* Edit profile */

.profile {
	background-color: #f9f9f9;
	border: 2px solid #e2e2e2;
	border-radius: 0px;
	padding: 10px 60px;
	color: #000;
}

#your-profile h3 {
	text-align: center;
	margin: 15px 0;
}

#your-profile .form-table {
	margin-bottom: 0;
	width: 90%;
	margin: 0 auto;
}

#your-profile .form-table th {
	width: 30%;
	text-align: right;
	padding-right: 25px;
}

#your-profile .form-table td {
	width: 50%;
	border: none;
}

#your-profile .form-table tbody {
	border: none;
}

#your-profile label {
	padding-top: 5px;
}

#your-profile #user_login {
	background-color: #ececec;
}

#your-profile .description {
	display: inline-block;
	margin-left: 5px;
}

#your-profile .description.warning {
	color: #d84949;
}

#your-profile .form-table:first-of-type a {
	display: block;
	width: 70%;
	background-color: #98e325;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#your-profile .form-table input,
#pass-strength-result {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#your-profile .form-table input {
	width: 70%;
}

#pass-strength-result {
	color: #000;
	margin-bottom: 0;
}

#your-profile .description.indicator-hint {
	line-height: 1.4;
	padding-top: 10px;
	margin-bottom: 0;
}

#your-profile #wpua-add-button {
	margin: 0 0 25px 20px;
}

#your-profile #wpua-preview {
	margin: 0 15px;
}

#your-profile .form-table input[type="checkbox"],
#your-profile .form-table input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-bottom: 8px;
	margin-right: 8px;
}

#your-profile .custom-user-settings td {
	padding-top: 22px;
	font-size: 14px;
	line-height: 1.5;
}

#your-profile .submit {
	text-align: center;
}

#your-profile .submit .button-primary {
	margin: 30px 0 20px;
}

/* Print preview */

#print-modal {
	background: #fff;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -465px;
	padding: 0 68px;
	width: 794px;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

#print-modal-content {
	margin: 15px 0;
	border: none;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#print-modal-controls {
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -162px;
	position: fixed;
	padding: 5px 0;
	background: rgba(250, 250, 250, 0.75);
}

#print-modal-controls a {
	color: #fff;
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
	text-indent: -999em;
	width: 80px;
}

#print-modal-controls a:hover {
	opacity: 0.75;
}

.mt15 {
	margin-top: 15px !important;
}

.mt10p {
	margin-top: 10%;
}

.tac {
	text-align: center;
}

#about-us,
#testimonials,
#faqs,
#guarantee {
	padding-top: 30px;
}

i {
	line-height: 1;
}

/* Menu Bar */
#megaMenu {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	border: none;
	background-color: #696969;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/* Top Level Items */
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
	font-size: 20px;
	color: #fff;
	padding: 12px 12px;
	font-weight: 700;
}
/* Horizontal Menu Items */

#megaMenu.megaMenuHorizontal ul.megaMenu {
	padding: 0px;
	box-sizing: border-box;
	max-width: 1140px;
	float: none;
	margin: 0 auto;
}

#megaMenu ul.megaMenu > li.menu-item {
	width: 18%;
	text-align: center;
}

#megaMenu ul.megaMenu > li.menu-item:nth-of-type(2) {
	width: 31%;
}

#megaMenu ul.megaMenu > li.menu-item:nth-of-type(3) {
	width: 31%;
}

#megaMenu ul.megaMenu > li.menu-item:nth-of-type(4) {
	width: 20%;
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a,
#megaMenu.megaMenuHorizontal
	ul.megaMenu
	> li.menu-item
	> span.um-anchoremulator {
	border-left: 0px solid #000000;
}
/* Vertical Menu Items */
#megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > a,
#megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > span.um-anchoremulator {
	border-top: 1px solid #000000;
}
/* Menu Items with Dropdowns */
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-reg
	li.menu-item.megaReg-with-sub
	> span.um-anchoremulator,
#megaMenu ul li.menu-item.mega-with-sub > a,
#megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator,
#megaMenu ul li.menu-item.ss-nav-menu-mega > a,
#megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
	padding-right: 20px;
}
/* Top Level Menu Item Titles */
#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title,
#megaMenu
	ul.megaMenu
	> li.menu-item
	> span.um-anchoremulator
	span.wpmega-link-title {
	text-transform: uppercase;
	text-shadow: none;
}
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator,
.megaMenuToggle {
	padding: 12px 9px;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a,
#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-highlight
	> span.um-anchoremulator {
	color: green !important;
}
/* Top Level Items - Hover */
#megaMenu ul.megaMenu > li.menu-item:hover > a,
#megaMenu ul.megaMenu > li.menu-item > a:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
	color: #ffffff;
	border-bottom-color: transparent !important;
	background-color: #444;
}
/* Top Level Items Title - Hover */
#megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title,
#megaMenu
	ul.megaMenu
	> li.menu-item:hover
	> span.um-anchoremulator
	span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-link-title,
#megaMenu
	ul.megaMenu
	> li.menu-item
	> span.um-anchoremulator:hover
	span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-link-title,
#megaMenu
	ul.megaMenu
	> li.menu-item.megaHover
	> span.um-anchoremulator
	span.wpmega-link-title {
	text-shadow: none;
}
/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
	color: #ffffff;
}
/* Sub Menu Container Style */
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
	border-color: #e0e0e0;
	color: #888888;
	text-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 1px #dddddd;
	-moz-box-shadow: 1px 1px 1px #dddddd;
	box-shadow: 1px 1px 1px #dddddd;
	background-color: #f9f9f9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f9f9f9),
		to(#fefefe)
	);
	background: -webkit-linear-gradient(top, #f9f9f9, #fefefe);
	background: -moz-linear-gradient(top, #f9f9f9, #fefefe);
	background: -ms-linear-gradient(top, #f9f9f9, #fefefe);
	background: -o-linear-gradient(top, #f9f9f9, #fefefe);
}
/* Horizontal Sub Menus */
#megaMenu.megaMenuHorizontal
	ul.megaMenu
	> li.menu-item.ss-nav-menu-mega
	> ul.sub-menu-1,
#megaMenu.megaMenuHorizontal
	ul.megaMenu
	li.menu-item.ss-nav-menu-reg
	> ul.sub-menu {
	border-top: none;
}
/* Sub Menu Columns */
#megaMenu
	ul.megaMenu
	> li.menu-item.ss-nav-menu-mega
	> ul.sub-menu-1
	> li.menu-item {
	min-width: 120px;
}
/* Sub Menu Headers */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-mega
	ul.sub-menu-1
	> li.menu-item:hover
	> a,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-mega
	ul
	ul.sub-menu
	.ss-nav-menu-header
	> a,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-mega
	ul.sub-menu-1
	> li.menu-item
	> span.um-anchoremulator,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-mega
	ul
	ul.sub-menu
	.ss-nav-menu-header
	> span.um-anchoremulator,
#megaMenu .wpmega-widgetarea h2.widgettitle {
	text-transform: uppercase;
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #ffffff;
	padding-bottom: 0.4em;
	border-bottom: 1px dotted #e9e9e9;
	margin-bottom: 0.6em;
}
/* Sub Menu Links & Fake Links */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-mega
	ul
	ul.sub-menu
	li.menu-item
	> span.um-anchoremulator,
#megaMenu ul ul.sub-menu li.menu-item > a,
#megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
	font-family: "Open Sans", sans-serif;
	color: #888888;
	font-size: 14px;
	text-shadow: 0px 1px 1px #ffffff;
	background-color: transparent;
}
/* Sub Menu Link Hover */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover,
#megaMenu ul ul.sub-menu > li.menu-item:hover > a {
	color: #000000;
	background-color: transparent;
}
/* Top Level Search Bar */
#megaMenu
	ul.megaMenu
	> li.menu-item
	> .wpmega-nonlink
	> form#searchform.ubersearch-v2 {
	padding-top: 2px;
}
/* Highlight color */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a,
#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-highlight
	> span.um-anchoremulator {
	color: #4d90fe !important;
}
/* Image Spacing */
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description,
#megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description,
#megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title,
#megaMenu
	.ss-nav-menu-with-img
	> span.um-anchoremulator
	> .wpmega-link-description,
#megaMenu
	.ss-nav-menu-with-img
	> span.um-anchoremulator
	> .wpmega-item-description {
	padding-left: 25px;
}
.ss-nav-menu-with-img {
	min-height: 16px;
}
/* Item Description */
#megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description,
#megaMenu
	ul.megaMenu
	li.menu-item
	span.um-anchoremulator
	span.wpmega-item-description {
	font-size: 9px;
	color: #bbbbbb;
	text-transform: uppercase;
}
/* Arrow Colors */
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after,
#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-mega
	> span.um-anchoremulator:after {
	display: none;
}

#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a span:first-of-type,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a span:first-of-type,
#megaMenu
	ul.megaMenu
	li.menu-item.mega-with-sub
	> span.um-anchoremulator
	span:first-of-type,
#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-mega
	> span.um-anchoremulator
	span:first-of-type {
	position: relative;
	display: inline-block;
}

#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a span:first-of-type:after,
#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-mega
	> a
	span:first-of-type:after,
#megaMenu
	ul.megaMenu
	li.menu-item.mega-with-sub
	> span.um-anchoremulator
	span:first-of-type:after,
#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-mega
	> span.um-anchoremulator
	span:first-of-type:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1px;
	display: inline-block;
	background: transparent;
	border-style: solid dashed dashed;
	border-color: transparent;
	border-top-color: #fff;
	font-size: 0;
	border-width: 3px 3px 0;
	padding-top: 1px;
}

#megaMenu
	ul.megaMenu
	li.menu-item.ss-nav-menu-reg
	li.menu-item.megaReg-with-sub
	> a:after,
#megaMenu
	ul
	li.menu-item.ss-nav-menu-reg
	li.menu-item.megaReg-with-sub
	> span.um-anchoremulator:after {
	border-left-color: #fff;
}
/* Vertical */
#megaMenu.megaMenuVertical > ul > li.menu-item > a,
#megaMenu.megaMenuVertical > ul > li.menu-item > span.um-anchoremulator {
	background-color: #000000;
}
#megaMenu.megaMenuVertical
	ul
	li.menu-item.ss-nav-menu-reg
	li.menu-item.megaReg-with-sub
	> a:after,
#megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > a:after,
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > a:after,
#megaMenu.megaMenuVertical
	ul
	li.menu-item.ss-nav-menu-reg
	li.menu-item.megaReg-with-sub
	> span.um-anchoremulator:after,
#megaMenu.megaMenuVertical
	ul
	li.menu-item.mega-with-sub
	> span.um-anchoremulator:after,
#megaMenu.megaMenuVertical
	ul
	li.menu-item.ss-nav-menu-mega
	> span.um-anchoremulator:after {
	border-left-color: #bbbbbb;
}
#megaMenu.megaMenuVertical
	ul.megaMenu
	> li.menu-item.ss-nav-menu-mega
	> ul.sub-menu-1,
#megaMenu.megaMenuVertical
	ul.megaMenu
	li.menu-item.ss-nav-menu-reg
	> ul.sub-menu {
	border-left: none;
}
/* IE7 Hacks */
#megaMenu.megaMenuHorizontal ul.megaMenu {
	*border-bottom: none;
}
#megaMenu.megaMenuVertical ul.megaMenu {
	*border-right: none;
}

#megaMenu #megaMenuToggle {
	font-size: 14px;
}

/* Media max-width: 1023px */

@media only screen and (max-width: 1023px) {
	#megaMenu.megaMenuHorizontal ul.megaMenu {
		padding: 0 10px;
	}

	#megaMenu ul.megaMenu li.menu-item > a span,
	#megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
		font-size: 0.85em;
	}

	#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:nth-of-type(1) > a,
	#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:nth-of-type(4) > a,
	#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:nth-of-type(5) > a {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#megaMenu ul.megaMenu > li.menu-item {
		width: 50%;
	}

	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(2),
	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(5) {
		width: 50%;
	}

	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(3),
	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(6) {
		width: 50%;
	}

	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(4) {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	#megaMenu ul.megaMenu > li.menu-item {
		width: 100% !important;
	}

	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(2),
	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(5) {
		width: 100% !important;
	}

	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(3),
	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(6) {
		width: 100% !important;
	}

	#megaMenu ul.megaMenu > li.menu-item:nth-of-type(4) {
		width: 100% !important;
	}
}

/* Social sharing buttons*/

div.social-share {
	padding-top: 8px;
	padding-bottom: 30px;
}

div.social-share a {
	padding: 10px 20px;
	background-color: blue;
	margin-left: 10px;
	color: white;
}

div.social-share a:first-of-type {
	margin-left: 0px;
}

div.social-share a.social-share-facebook {
	background-color: #3c5b9b !important;
}

div.social-share a.social-share-facebook:hover {
	background-color: #6687cc !important;
}

div.social-share a.social-share-twitter {
	background-color: #2daae1 !important;
}

div.social-share a.social-share-twitter:hover {
	background-color: #69c1e8 !important;
}

div.social-share a.social-share-email {
	background-color: #669c41 !important;
}

div.social-share a.social-share-email:hover {
	background-color: #88ca5b !important;
}

div.social-share a.social-share-print {
	background-color: #f63e28 !important;
	cursor: pointer;
}

div.social-share a.social-share-print:hover {
	background-color: #f05543 !important;
}

.article-series-the-round-table h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: inherit;
	font-style: italic;
	margin-bottom: 20px;
}

.featured-box {
	padding-top: 24px;
	padding-bottom: 36px;
}

.featured-box .grid-image {
	overflow: hidden;
}

.featured-box .grid-image img {
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
	display: block;
	margin: 0px;
}

.featured-box .grid-image.main-image {
	width: 66.6666666666666666667%;
	float: left;
}

.featured-box .grid-image.secondary-image {
	width: 33.3333333333333333333%;
	float: right;
}

.featured-box .grid-image img:hover {
	opacity: 0.8;
	box-shadow: 0 0 15px 0 #ddd;
}

div.email-newsletter-signup-page-header-right,
div.checkout-page-header-right {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #f63e28;
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.one-third.testimonials .testimonial {
	margin-left: inherit;
	margin-right: inherit;
	padding-left: 16px;
	padding-right: 16px;
}

.one-third.testimonials .testimonial p {
	font-size: 14px;
}

.woocommerce #payment {
	background: none;
}

.woocommerce #payment ul.payment_methods {
	background: #f7f6f7;
}

.content-excerpt {
	position: relative;
}

.content-excerpt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: url("images/content-excerpt-background.png");
}

.glossary-entry-header-image {
	border: 1px solid #ddd;
}

.single-glossary .callout-box p {
	text-align: left;
}

.single-glossary .callout-box img.alignright {
	margin-top: 0px;
}

p.ezynta-copyright-notice {
	font-size: 13px;
	font-style: italic;
}

.hidden {
	display: none;
}

.sidebar-testimonial,
.callout-box-testimonial {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 0px;
	border: 2px solid #ddd;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 20px;
}

.callout-box-testimonial {
	background: #ffffff;
}

.sidebar-testimonial:last-of-type,
.callout-box-testimonial:last-of-type {
	margin-bottom: 0px;
}

.sidebar-testimonial .testimonial-body,
.callout-box-testimonial .testimonial-body {
	margin-bottom: 12px;
	font-size: 14px;
}

.sidebar-testimonial .testimonial-author,
.callout-box-testimonial .testimonial-author {
	margin-bottom: 0px;
	font-weight: bold;
}

/*
OptinMonster opt-in forms
*/

/*
html div#om-dt7yqacvijyzs4qt .seattle-element-title {
   font-family: 'Oswald', Arial, sans-serif !important;
}

html div#om-dt7yqacvijyzs4qt .seattle-form input[type=submit], html div#om-dt7yqacvijyzs4qt .seattle-form button
{
    font-family: 'Oswald', Arial, sans-serif !important;
}

html div#om-dt7yqacvijyzs4qt * {
   font-family: 'Open Sans', Arial, sans-serif !important;
}
*/

.book-report-book-info-box {
	float: left;
	width: 270px;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px 16px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 12px 0px #ddd;
}

.book-report-book-info-table {
	margin-bottom: 20px;
	margin-top: 15px;
}

.book-report-book-info-table tr:first-of-type,
.book-report-key-points-table tr:first-of-type,
.book-report-recommended-readers-table tr:first-of-type {
	font-family: "Oswald", sans-serif;
	background-color: #696969;
	color: #fff;
}

.book-report-book-info-table th,
.book-report-book-info-table td {
	padding: 6px 6px;
	line-height: 1.625;
}

.book-report-book-info-table th,
.book-report-key-points-table th,
.book-report-recommended-readers-table th {
	padding-top: 6px;
	padding-bottom: 6px;
}

.book-report-book-info-table td:nth-of-type(2) {
	text-align: center;
}

.book-report-book-info-table tr:nth-of-type(2n),
.book-report-key-points-table tr:nth-of-type(2n),
.book-report-recommended-readers-table tr:nth-of-type(2n) {
	background-color: #fbfbfb;
}

.book-report-key-points-box {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 24px;
	padding: 24px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 12px 0px #ddd;
}

.book-report-key-points-table,
.book-report-recommended-readers-table {
	margin-top: 16px;
	margin-bottom: 24px;
}

.book-report-key-points-table th,
.book-report-key-points-table td,
.book-report-recommended-readers-table th,
.book-report-recommended-readers-table td {
	padding: 12px 10px;
	line-height: 1.625;
}

.book-report-key-points-table th,
.book-report-recommended-readers-table th {
	padding-top: 8px;
	padding-bottom: 8px;
}

.book-report-recommended-readers-table {
	margin-top: 36px;
	margin-bottom: 0px;
}

.recent-ball-reviews-widget {
	min-height: 1300px;
}

.recent-articles-widget {
	min-height: 1500px;
}

#book-ad-desktop{
	display:block;
}

#book-ad-mobile{
	display:none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1188px) {
	.site-header {
		max-width: 980px;
	}

	#megaMenu.megaMenuHorizontal ul.megaMenu {
		max-width: 980px;
	}

	.site-inner {
		max-width: 980px;
	}

	.breadcrumb,
	.archive-description {
		margin-left: 0px;
		margin-right: 30px;
	}

	.author-box {
		margin-left: 0px;
		margin-right: 30px;
	}

	#featured-image-credit {
		margin-left: 0px;
		margin-right: 30px;
	}

	.full-width-content .breadcrumb {
		margin-left: 30px;
	}

	.footer-widgets .wrap {
		max-width: 980px;
	}

	.site-footer .wrap {
		max-width: 980px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 658px;
	}

	.site-header .widget-area {
		width: 640px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.sidebar .widget {
		padding-left: 0px;
		padding-right: 0px;
	}

	.home-middle-left {
		padding-left: 0px;
		padding-right: 30px;
	}

	.home-middle-right {
		padding-left: 10px;
	}

	.entry {
		padding-left: 0px;
		padding-right: 30px;
	}

	.single-article .entry-header,
	.single-bowling-ball-review .entry-header,
	.single-quick-tip .entry-header,
	.single-bowling-night-post .entry-header {
		margin-left: 0px;
		margin-right: 0px;
	}

	.right_links {
		padding-right: 0px;
	}

	.right_links .search-form {
		right: 0px;
	}

	.logo-area {
		padding-left: 0px;
	}

	.full-width-content .entry {
		padding-left: 30px;
	}

	.site-title {
		margin-top: 0;
	}

	h1.product_title {
		font-size: 34px;
	}

	.my_account_subscriptions td {
		font-size: 12px;
	}

	.facebook-like-box-wrapper iframe {
		height: 416px !important;
	}

	.ball-review-bowler-ratings,
	.ball-review-ball-info {
		width: 240px;
	}

	.ball-review-non-subscriber-right-column {
		padding-left: 260px;
	}

	.hero-unit .entry-title {
		font-size: 48px;
	}

	.hero-unit h2 {
		font-size: 28px;
	}

	a.button.cta-button {
		font-size: 28px;
	}

	#instant-access {
		display: none;
	}

	.subscribe-page-cta p {
		font-size: 17px;
	}

	.subscribe-page-cta p.sale {
		font-size: 20px;
	}

	.home .featured-box {
		max-width: 1020px;
	}

	.book-report-book-info-box {
		width: 240px;
	}

	.related-balls {
		min-height: 890px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-container {
		width: 100%;
	}

	.breadcrumb,
	.archive-description {
		margin-left: 30px !important;
		margin-right: 30px;
	}

	.author-box {
		margin-left: 30px;
		margin-right: 30px;
	}

	#featured-image-credit {
		margin-left: 30px;
		margin-right: 30px;
	}

	.featured-box h3,
	.home_page_not_log_title h3,
	.callout-box h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.ad .secure .secure_icon {
		width: 185px;
		float: none;
		display: block;
		margin: 10px auto 5px;
	}

	.ad .secure .payment_icons {
		float: none;
		display: block;
		margin: 10px auto 0;
	}

	.featured-box .widget-wrap {
		padding: 0;
	}

	.featured-box .widget_text .widget-wrap .textwidget .two-thirds.first p {
		padding: 0 0.4em;
	}

	.ball-manufacturer-archive-widget .wp-post-image,
	.issue-archive-widget .wp-post-image {
		padding-right: 10px;
	}

	.issue-archive-featured-article img {
		padding-right: 0px !important;
	}

	.wp-post-image,
	.post-image {
		width: 100%;
	}

	.featuredpost
		.bowling-ball-review.type-bowling-ball-review.has-post-thumbnail.entry,
	.bowling-ball-review-preview,
	.featuredpost .article.type-article.has-post-thumbnail.entry {
		display: inline-block !important;
	}

	.entry {
		padding: 30px;
		padding-top: 20px;
	}

	.single-article .entry-header,
	.single-bowling-ball-review .entry-header,
	.single-quick-tip .entry-header,
	.single-bowling-night-post .entry-header {
		margin-left: 30px;
		margin-right: 30px;
	}

	.related-balls img {
		width: 122px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px;
		padding-left: 30px;
	}

	.site-header .search-form {
		float: none;
	}

	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-container,
	.site-header .search-form {
		margin: 16px auto;
	}

	.header_left_column p:first-of-type,
	.header_left_column p:last-of-type {
		margin-left: 5px;
	}

	.right_links .search-form {
		right: 30px;
		bottom: 30px;
		margin: 0;
	}

	.site-container {
		margin: 0px auto;
		border: none;
	}

	.home-middle-left {
		padding: 16px 16px;
		padding-top: 0px;
	}

	.home-middle-right {
		padding: 16px 16px;
		padding-top: 0px;
	}

	.sidebar .widget {
		padding: 16px;
	}

	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
	}

	.home-top .widget.ui-tabs .entry {
		background-color: #000;
		padding-bottom: 20px;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
	}

	.site-header .widget-area {
		width: 70%;
	}

	.logo-area {
		width: 240px;
		padding-left: 0px;
	}

	.ball-review-bowler-ratings,
	.ball-review-ball-info {
		width: 240px;
	}

	.ball-review-non-subscriber-right-column {
		padding-left: 260px;
	}

	.subscribe-content-container.header-content-teaser {
		margin-left: 20px;
		margin-right: 20px;
	}

	.subscribe-content-container h2 {
		font-size: 28px;
	}

	.hero-unit .first {
		padding-left: 20px;
	}

	.hero-unit h1 {
		font-size: 40px;
		padding-right: 20px;
	}

	.hero-unit h2 {
		font-size: 26px;
	}

	a.button.cta-button {
		font-size: 24px;
		padding: 10px 15px;
	}

	.value-prop p {
		font-size: 20px;
	}

	.subscribe-page-cta p {
		font-size: 15px;
	}

	.subscribe-page-cta p.sale {
		font-size: 20px;
	}

	.at-a-glance h3 {
		font-size: 22px;
	}

	.at-a-glance p {
		font-size: 14px;
	}

	.guarantee p {
		font-size: 16px;
	}

	.offer {
		margin-top: 14px;
		margin-left: -14px;
	}

	.offer img {
		width: 245px;
	}

	.right_links {
		padding-right: 30px;
	}

	.first_row_links a .fa-life-ring,
	.first_row_links a .fa-question-circle,
	.first_row_links a .fa-sign-in {
		right: 0px;
		margin-right: 2px;
	}

	aside .has-post-thumbnail {
		display: inline-block;
		width: 45%;
		margin: 0 2%;
		vertical-align: top;
	}

	.site-footer .footer_block {
		width: 50%;
		margin: 0;
	}

	.site-footer .footer_block:first-of-type {
		margin-bottom: 30px;
	}

	.site-footer .footer_block:nth-of-type(3) {
		clear: both;
	}

	.site-footer .footer_block h3,
	.site-footer .footer_block li,
	.site-footer .footer_block p {
		text-align: center;
	}

	.hero-unit .subscribe-content-container {
		margin-top: 0;
	}

	.subscribe-content-container.at-a-glance .one-third p {
		min-height: 220px;
	}

	.header_subscription nav {
		margin-right: 20px;
	}

	.recent-ball-reviews-widget {
		min-height: 600px;
	}

	.recent-articles-widget {
		min-height: 800px;
	}
}

@media only screen and (max-width: 830px) {
	.hero-unit {
		padding-top: 10px;
	}

	.hero-unit h1 {
		padding-right: 0px;
	}

	.hero-unit h2 {
		padding: 0;
		font-size: 26px;
	}

	.hero-unit .top-image .sale {
		margin-top: 10px;
	}

	.hero-unit .first {
		padding-left: 10px;
	}

	.first_row_links a {
		margin-left: 12px;
		font-size: 15px;
	}

	.ad {
		padding-left: 30px;
	}

	.hero-unit h1 {
		text-align: center;
	}

	.hero-unit .subtitle {
		text-align: center;
	}

	.top-image .one-half.first {
		width: 76%;
		margin-left: 12%;
		margin-bottom: 15px;
	}

	.top-image .one-half {
		width: 100%;
		margin-left: 0;
	}

	.top-image .one-half img {
		margin-top: 24px;
		margin-left: -24px;
	}

	.wrap-cta.features {
		max-width: 94%;
	}

	.first_row_links a .fa-basket {
		font-size: 16px;
		margin-right: 2px;
		right: 3px;
	}

	.ball-manufacturer-archive-widget-block {
		width: 100%;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.entry-title {
		font-size: 36px;
	}

	.subtitle {
		font-size: 28px;
	}

	.breadcrumb,
	.archive-description {
		margin-left: 20px !important;
		margin-right: 20px;
	}

	.author-box {
		margin-left: 20px;
		margin-right: 20px;
	}

	#featured-image-credit {
		margin-left: 20px;
		margin-right: 20px;
	}

	.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: left;
		width: 48%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: right;
		width: 48%;
	}

	.login {
		padding: inherit;
	}

	.login h2,
	.ad h2 {
		font-size: 35px;
	}

	.site-header .wrap {
		padding: 10px;
	}

	.logo-area {
		padding-top: 10px;
		margin: 0;
	}

	.right_links {
		top: 15px;
		right: 0;
		width: 280px;
		padding-right: 10px;
	}

	.first_row_links a {
		font-size: 15px;
		margin-left: 12px;
	}

	.second_row_links {
		top: -6px;
	}

	.second_row_links a {
		font-size: 12px;
	}

	#user_login,
	#username,
	#user_pass,
	#password {
		width: 90%;
		max-width: 300px;
	}

	.header_left_column {
		display: none;
		top: 5px;
		right: 10px;
		left: inherit;
	}

	.simple-social-icons.header_icons ul li a,
	.simple-social-icons.header_icons ul li a:hover {
		font-size: 15px;
	}

	.offer {
		display: none;
	}

	.right_links .search-form {
		margin-top: 1px;
	}

	.right_links .search-form input {
		height: 31px;
	}

	.search-form button {
		height: 31px;
	}

	.entry {
		padding: 20px;
	}

	.single-article .entry-header,
	.single-bowling-ball-review .entry-header,
	.single-quick-tip .entry-header,
	.single-bowling-night-post .entry-header {
		margin-left: 20px;
		margin-right: 20px;
	}

	.right_links .search-form {
		right: 10px;
	}

	.full-width-content .entry {
		padding-left: 20px;
	}

	div.col-2 {
		margin-top: 20px;
	}

	div.terms-conditions {
		float: none;
		width: 100%;
	}

	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		text-align: center;
	}

	.woocommerce #payment div.form-row {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#testimonials,
	#faqs {
		padding-top: 50px;
	}

	.home_page_not_log_title .one-third,
	.home_page_not_log_title .two-thirds,
	.callout-box .one-third,
	.callout-box .two-thirds {
		width: 100%;
		margin: 0;
	}

	.home_page_not_log_title .button.cta-button,
	.callout-box .button.cta-button {
		margin-top: 10px;
	}

	.ball-review-bowler-ratings,
	.ball-review-ball-info {
		width: 230px;
	}

	.subscribe-content-container.header-content-teaser {
		margin-top: 44px;
	}

	.subscribe-content-container .coverstock-image {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 160px;
		padding: 12px;
	}
	.subscribe-content-container .coverstock-and-core-image {
		display: none;
	}

	.header-content-teaser p.image-caption {
		font-size: 13px;
	}

	.subscribe-content-container {
		padding: 24px;
	}

	.checkout-content-container {
		padding-top: 40px;
	}

	.ball-review-non-subscriber-right-column {
		padding-left: 250px;
	}

	.related-article .subtitle {
		font-size: 18px;
	}

	.related-article h2 {
		font-size: 22px;
	}

	.profile {
		padding: 10px 40px;
	}

	#your-profile .form-table {
		width: 100%;
	}

	#your-profile .form-table th {
		width: 180px;
	}

	#your-profile .form-table td {
		width: calc(100% - 180px);
	}

	#your-profile .form-table input,
	#your-profile .form-table:first-of-type a {
		width: 90%;
	}

	#your-profile .button {
		padding: 14px 20px;
	}

	#your-profile #wpua-preview {
		margin: 0 8px;
	}

	#your-profile #wpua-preview img,
	#your-profile #wpua-thumbnail img {
		max-height: 90px;
	}

	.header_subscription .logo img {
		width: 80px;
	}

	div.email-newsletter-signup-page-header-right,
	div.checkout-page-header-right {
		padding-top: 7px;
		font-size: 16px;
	}

	.header_subscription .trigger {
		display: block;
		position: absolute;
		right: 12px;
		top: 12px;
		cursor: pointer;
	}

	.header_subscription.active .logo {
		position: absolute;
		left: 0;
	}

	.header_subscription.active .trigger .icon-bar {
		background-color: #dad5d5;
	}

	.header_subscription nav {
		display: none;
	}

	.header_subscription.active nav {
		display: block;
		float: none;
	}

	.header_subscription.active nav ul {
		margin: 50px 0 5px 0;
	}

	.header_subscription.active nav li {
		float: left;
		width: 50%;
		margin-left: 0;
		text-align: center;
	}

	.header_subscription.active nav li:last-of-type {
		margin-bottom: 10px;
	}

	.hero-unit a.button.cta-button {
		font-size: 24px;
		padding: 6px;
	}

	.login {
		width: 100%;
	}

	.ad {
		display: none;
	}

	.ball-manufacturer-archive-widget-block {
		width: 100%;
		margin-left: 0px;
	}

	.featured-box .inline-email-opt-in-form,
	.callout-box .inline-email-opt-in-form,
	.single-article .inline-email-opt-in-form {
		width: 66%;
	}

	.ball-comparison-table .inline-email-opt-in-form {
		width: 75%;
	}
}

@media only screen and (max-width: 567px) {
	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-middle-left {
		border: none;
	}

	.header-image .site-header .site-title a {
		background-size: contain !important;
	}

	.entry-title {
		font-size: 28px;
	}

	h2.issue-archive-featured-title,
	h2.ball-manufacturer-archive-featured-title {
		font-size: 26px;
	}

	.subtitle {
		font-size: 20px;
	}

	.entry {
		padding: 16px;
	}

	.single-article .entry-header,
	.single-bowling-ball-review .entry-header,
	.single-quick-tip .entry-header,
	.single-bowling-night-post .entry-header {
		margin-left: 16px;
		margin-right: 16px;
	}

	.single-article .breadcrumb,
	.single-bowling-ball-review .breadcrumb,
	.single-quick-tip .breadcrumb,
	.single-bowling-night-post .breadcrumb {
		margin-left: -16px !important;
		margin-right: -16px;
	}

	.full-width-content .entry {
		padding: 16px;
	}

	body {
		font-size: 14px;
	}

	.ad .wrap-cta.features ul {
		padding-left: 30px;
	}

	.ball-review-non-subscriber-left-column {
		width: 100%;
		margin-right: 0px;
		z-index: 1;
		position: relative;
	}

	.ball-review-bowler-ratings,
	.ball-review-ball-info {
		width: 100%;
	}

	.ball-review-non-subscriber-right-column {
		padding-left: 0px;
	}

	.dataTables_length {
		width: 100%;
		text-align: center;
	}

	.dataTables_filter {
		float: left;
		text-align: center;
		width: 100%;
	}

	.ball-comparison-table-date-filter {
		text-align: center;
	}

	.site-header .wrap {
		padding: 20px;
	}

	.testimonials .testimonial {
		margin: 0 10px 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.testimonials .testimonial h3 {
		font-size: 20px;
	}

	.wrap-cta.features ul {
		padding-right: 10px;
		margin-left: 0;
	}

	.secure .secure_icon {
		width: 185px;
		float: none;
		display: block;
		margin: 10px auto 5px;
	}

	.ad {
		padding: 0;
	}

	.secure .payment_icons {
		float: none;
		display: block;
		margin: 10px auto 0;
	}

	.top-image .one-half.first {
		width: 90%;
		margin-left: 5%;
	}

	.subscribe-page-body-class footer p {
		padding: 0 10px;
	}

	.subscribe-page-cta p.sale {
		font-size: 16px;
	}

	.woocommerce .checkout h3 {
		font-size: 18px;
	}

	.woocommerce .checkout h4 {
		font-size: 16px;
	}

	.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 #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}

	.woocommerce form .form-row input.input-text.card-number {
		width: 180px;
	}

	#checkout-trust-assurance {
		text-align: center;
	}

	#checkout-trust-assurance .secure-payment-processing {
		padding-top: 24px;
	}

	.bowling-ball-review-quick-links,
	.article-category-links {
		float: none;
		width: 100%;
		margin-left: 0px;
	}

	.site-header .wrap {
		padding: 0;
	}

	.logo-area {
		margin: 60px auto 0;
		padding-bottom: 0;
		max-width: 180px;
	}

	.logged-out .logo-area {
		margin: 36px auto 0;
	}

	.right_links {
		position: static;
		width: 100%;
		padding: 0;
	}

	.right_links .search-form {
		margin-bottom: 0px !important;
	}

	.right_links .search-form input {
		margin-bottom: 12px;
	}

	.first_row_links,
	.second_row_links {
		text-align: center;
	}

	.first_row_links {
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #696969;
		color: #fff;
		height: 32px;
		padding-top: 4px;
	}

	.first_row_links a {
		margin-left: 10px;
		margin-right: 10px;
		color: #fff;
		font-size: 13px;
	}

	.first_row_links a:first-of-type {
		display: inline;
	}

	.first_row_links a:last-of-type {
		margin-right: 0px;
	}

	.first_row_links a:hover {
		text-decoration: underline !important;
	}

	.second_row_links {
		position: absolute;
		top: 30px;
		width: 100%;
		background-color: #bbb;
		height: 25px;
		padding-top: 1px;
	}

	.second_row_links a {
		margin-left: 10px;
		margin-right: 10px;
		color: #fff;
	}

	.right_links .search-form {
		position: relative;
		bottom: 0;
		right: 0;
		width: 70%;
		margin: 12px auto;
		float: none;
	}

	aside .has-post-thumbnail {
		display: block;
		width: 98%;
		margin: 0 1% 10px;
	}

	.site-footer .footer_block {
		width: 100%;
		margin-bottom: 20px;
	}

	.site-footer .footer_block:last-of-type {
		margin-bottom: 0;
	}

	.site-footer .simple-social-icons ul li a,
	.site-footer .simple-social-icons ul li a:hover {
		font-size: 18px;
	}

	.profile {
		padding: 10px;
	}

	#your-profile .form-table td {
		width: calc(100% - 90px);
	}

	#your-profile .form-table th {
		width: 90px;
		text-align: left;
		padding: 10px 10px 10px 0;
	}

	#your-profile .form-table input,
	#your-profile .form-table:first-of-type a {
		width: 100%;
	}

	#your-profile .form-table label > .description {
		margin-left: 0;
	}

	#user_login,
	#username,
	#user_pass,
	#password {
		width: 85%;
	}

	#pass-strength-result {
		width: auto;
	}

	#your-profile #wpua-add-button {
		margin-left: 0;
	}

	#your-profile .button {
		padding: 14px 7px;
	}

	#wpua-preview,
	#wpua-thumbnail {
		margin: 0 8px;
	}

	#your-profile .custom-user-settings td {
		font-size: 12px;
		line-height: 2;
	}

	.site-footer .wrap_footer_blocks {
		padding-top: 0;
	}

	.header_subscription.active nav ul {
		margin-top: 60px;
	}

	.header_subscription.active nav li {
		float: none;
		width: 100%;
	}

	.header_subscription.active nav li:first-of-type {
		margin-top: 55px;
	}

	.hero-unit .subscribe-content-container {
		margin-top: -10px;
	}

	.hero-unit h2 {
		padding: 0 20px;
	}

	.value-prop.subscribe-content-container {
		padding: 25px 20px 15px;
	}

	.subscribe-content-container.at-a-glance .one-third {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 10px;
	}

	.subscribe-content-container.at-a-glance .one-third p {
		min-height: inherit;
	}

	.subscribe-page-post-class
		.at-a-glance
		.subscribe-content-container
		.one-third {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 15px;
	}

	.subscribe-page-post-class
		.at-a-glance
		.subscribe-content-container
		.one-third
		p {
		min-height: inherit;
		padding: 0 5px;
	}

	.subscribe-page-post-class .features-image {
		display: none;
	}

	.dataTables_info {
		padding-bottom: 15px;
	}

	.dataTables_info,
	.dataTables_paginate {
		width: 100%;
		text-align: center;
	}

	#toc_container {
		width: 100%;
	}

	.breadcrumb {
		line-height: 1.5;
		padding: 8px;
		padding-left: 16px;
		margin-left: 0px !important;
		margin-right: 0px;
	}

	.archive-description {
		margin-left: 0px !important;
		margin-right: 0px;
	}

	.author-box {
		margin-left: 16px;
		margin-right: 16px;
	}

	#featured-image-credit {
		margin-left: 16px;
		margin-right: 16px;
	}

	.subscribe-page-post-class {
		padding: 0px;
	}

	.subscribe-content-container .entry-title {
		margin-top: 20px;
	}

	.subscribe-content-container {
		padding: 16px;
	}

	.subscribe-content-container.header-content-teaser h1 {
		font-size: 24px;
	}

	.subscribe-content-container .coverstock-image {
		display: none;
	}
	.subscribe-content-container .coverstock-and-core-image {
		display: block;
	}

	.subscribe-content-container .header-content-teaser-ball-image-container {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.subscribe-content-container.header-content-teaser .two-thirds {
		margin-top: 20px;
	}

	.subscribe-content-container h2 {
		font-size: 26px;
		padding: 0;
	}

	.hero-unit {
		text-align: center;
	}

	.subscribe-page-body-class footer ul li {
		margin: 5px 20px;
	}

	#about-us,
	#guarantee {
		padding-top: 45px;
	}

	#buy-now {
		padding-top: 25px;
	}

	#testimonials,
	#faqs {
		padding-top: 50px;
	}

	.hero-unit a.button.cta-button {
		font-size: 24px;
		padding: 6px;
	}

	.hero-unit .top-image .sale {
		font-size: 16px;
	}

	.hero-unit .entry-title {
		font-size: 30px;
	}

	.hero-unit p {
		margin-bottom: 16px;
	}

	.value-prop p {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 16px;
	}

	.features .features-image p {
		text-align: center;
	}

	.features .features-image img {
		width: 60%;
	}

	.mobile-features-images {
		display: block;
	}

	.mobile-features-images p {
		text-align: center;
	}

	.guarantee img {
		width: 100px;
	}

	.guarantee span {
		text-align: center;
	}

	.guarantee p {
		text-align: center;
	}

	.testimonials blockquote {
		margin: 24px 0px 16px;
		font-size: 14px;
	}

	.subscribe-page-faqs .faq h3 {
		font-size: 18px;
	}

	#article_toc_container {
		width: 100%;
		float: none;
		margin-left: 0px;
		font-size: 13px;
	}

	#article_toc_container p#toc_title {
		font-size: 14px;
	}

	.wrap-cta.features h2 {
		font-size: 26px;
	}

	table#ball-comparison {
		font-size: 13px;
	}

	div.social-share a {
		padding-left: 24px;
		padding-right: 24px;
	}

	div.social-share a span {
		display: none;
	}

	.subscribe-page-article-preview,
	.subscribe-page-bowling-ball-review-preview {
		display: none;
	}

	.featured-box .grid-image.main-image {
		width: 100%;
		float: none;
	}

	.featured-box .grid-image.secondary-image {
		width: 50%;
		float: left;
	}

	.featured-box .grid-image.secondary-image:last-of-type {
		display: none;
	}

	.featured-box h3,
	.home_page_not_log_title h3,
	.callout-box h3 {
		font-size: 24px;
	}

	.featured-box .inline-email-opt-in-form,
	.callout-box .inline-email-opt-in-form,
	.single-article .inline-email-opt-in-form,
	.ball-comparison-table .inline-email-opt-in-form {
		width: 100%;
	}

	div.email-newsletter-signup-page-header-right {
		display: none;
	}

	#article_toc_container {
		display: none;
	}

	a.button.cta-button-medium {
		font-size: 18px;
	}

	.book-report-book-info-box {
		width: 100%;
		float: none;
	}

	.book-report-book-info-box img {
		max-width: 200px;
	}

	.recent-ball-reviews-widget {
		min-height: 1000px;
	}

	.recent-articles-widget {
		min-height: 1100px;
	}

	.ball-manufacturer-archive-widget #main {
		min-height: 250px;
	}

	#book-ad-desktop{
		display:none;
	}
	
	#book-ad-mobile{
		display:block;
	}
}

@media only screen and (max-width: 320px) {
	.related-balls {
		min-height: 2000px;
	}

	.recent-ball-reviews-widget {
		min-height: 1250px;
	}

	.recent-articles-widget {
		min-height: 1400px;
	}

	.ball-manufacturer-archive-widget #main {
		min-height: 165px;
	}

	.ball-manufacturer-archive-widget #issue-chart,
	.ball-manufacturer-archive-widget #torque-chart,
	.ball-manufacturer-archive-widget #backend-chart {
		min-height: 113px;
	}

	.ball-manufacturer-archive-widget #legend-circle,
	.ball-manufacturer-archive-widget #legend-color {
		min-height: 103px;
	}
}
