/**
Theme Name: BattMech 2023
Theme URI: https://adeptplus.com/
Description: 
Author: AdeptPlus
Author URI: https://adeptplus.com/

Version: 1.0.0

Tags: 

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: battmech2023
Requires at least: 5.4
Requires PHP: 5.6
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

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

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

/* Typographical Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	color: #212121;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

.small {
	font-size: 15px;
	line-height: 1.5;
}

.xsmall {
	font-size: 14px;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

a {
	color: #3794CC;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #009DFF;
	text-decoration: none;
}

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

p:last-child {
	margin-bottom: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #EEEEEE;
	margin: 1.65em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #DDDDDD;
	color: #000000;
}

blockquote {
	margin: 35px;
	position: relative;
}

blockquote::before {
	color: #ccc;
	content: "\201C";
	display: block;
	font-size: 80px;
	height: 0;
	left: -0.75em;
	position: absolute;
	top: -0.5em;
}

blockquote cite {
	color: #707070;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-top: 24px;
	text-transform: uppercase;
}

@media screen and (min-width:1200px) {
	body {
		font-size: 18px;
		line-height: 1.6;
	}

	blockquote {
		font-size: 18px;
		line-height: 1.75;
	}

	.small {
		font-size: 16px;
	}
}

@media only screen and (max-width:800px) {
	blockquote {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 0;
	}

	blockquote::before {
		position: relative;
		left: -8px;
		height: 80px;
		top: auto;
	}
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h6 {
	color: #3794CC;
}

h1,
h2 {
	line-height: 1.25;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
	letter-spacing: -0.01em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
	line-height: 1.25;
}

h4,
h5,
h6 {
	line-height: 1.5;
}

h4 {
	font-size: 18px;
}

h5 {
	color: #212121;
	/*font-size: 12px;*/
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
	margin-top: 0;
}

@media screen and (min-width:781px) {
	h1 {
		font-size: 40px;
		letter-spacing: -0.02em;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 25px;
		line-height: 1.4;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		/*font-size: 14px;*/
		font-size: 16px;
		letter-spacing: 0.9px;
	}
}

@media screen and (min-width:1200px) {
	h1 {
		font-size: 48px;
		letter-spacing: -0.03em;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 30px;
		line-height: 1.5;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		/*font-size: 16px;*/
		font-size: 18px;
		letter-spacing: 0.05em;
	}

	h6 {
		font-size: 18px;
	}
}

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

img {
	height: auto;
}

img.image-border {
	border: 10px solid #FFFFFF;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #EEEEEE;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */
::-webkit-input-placeholder {
	color: #212121;
	opacity: 0.7;
}

::-moz-placeholder {
	color: #212121;
	opacity: 0.7;
}

:-ms-input-placeholder {
	color: #212121;
	opacity: 0.7;
}

::-ms-input-placeholder {
	color: #212121;
	opacity: 0.7;
}

::placeholder {
	color: #212121;
	opacity: 0.7;
}

input,
select,
textarea,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form .gfield textarea {
	color: #212121;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

input:focus,
textarea:focus {
	/*border: 2px solid #999;*/
	outline: none;
}

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

.gform_wrapper.gravity-theme form select {
	height: 38px;
	padding: 0 10px;
}

.gform_wrapper p.gform_required_legend {
	display: none;
}

.gform_wrapper form .gfield_required {
	color: #246185;
}

.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 24px;
	grid-column-gap: 24px;
}

.gform_wrapper form .gform_body .gfield_label {
	color: #246185;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
	line-height: 1.5;
}

/*.gravity-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 6px 11px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
.gravity-form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), 
.gravity-form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: -4px 0 0 0 !important;
}*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	background-color: #009DFF;
	border: 1px solid #009DFF;
	border-radius: 0px 7px;
	/*box-shadow: 0 0 0 rgba(0, 0, 0, 0.24);*/
	cursor: pointer;
	display: inline-block;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
}

.button {
	display: inline-block;
}

.button:not(:last-child) {
	margin-right: 10px;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary {
	background-color: #246185;
	border-color: #246185;
	color: #FFFFFF;
}

button.hollow,
input[type="button"].hollow,
input[type="reset"].hollow,
input[type="submit"].hollow,
.button.hollow,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.hollow {
	color: #212121;
	border-color: #BDBDBD;
	background-color: transparent;
}

button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white,
.button.white,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #3794CC;
}

[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white:not(:hover):not(:focus):not(.hollow) {
	color: #3794CC !important;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.small {
	font-size: 13px;
	line-height: 1;
	padding: 7px 12px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.large {
	font-size: 18px;
	line-height: 1;
	padding: 12px 18px;
}

.gform_wrapper.gravity-theme form .gform_footer input[type="submit"] {
	margin-right: 0;
	text-transform: none;
	padding: 14px 15px;
	border-radius: 0;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a:focus,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-button-hover:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-button-hover:focus {
	background: #3794CC;
	border-color: #3794CC;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.gb-block-post-grid a.gb-block-post-grid-more-link {
	color: #3794CC;
	display: inline;
}

.gb-block-post-grid a.gb-block-post-grid-more-link:hover {
	color: #212121;
}

.gb-block-post-grid-more-link::after {
	content: "\2192";
}

.gb-block-post-grid a.gb-block-post-grid-more-link,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover,
.more-link-wrap a:not(.more-link) {
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #EEEEEE;
	box-shadow: none;
	border-width: 0;
	color: #9E9E9E;
	cursor: not-allowed;
	transform: none;
}

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

@media screen and (min-width:1200px) {
	.button:not(:last-child) {
		margin-right: 20px;
	}

	.gform_wrapper form .gform_body .gfield_label {
		font-size: 18px;
	}

	input,
	select,
	textarea,
	.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form .gfield textarea {
		padding: 15px;
	}

	.gform_wrapper.gravity-theme form select {
		padding: 0 15px;
		height: 48px;
	}
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 35px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #EEEEEE;
	padding: 10px 15px;
}

th {
	font-weight: 700;
	padding: 10px;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #f4f4f4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #212121;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

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

/* Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1240px;
}

.single.has-featured-image .site-inner {
	padding-top: 20px;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

/* Content & Primary Sidebar */
.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.sidebar-content .content {
	max-width: 680px;
}

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

.battmech2023-grid .content,
.full-width-content .content {
	width: 100%;
}

.full-width-content.single .content,
.full-width-content.page .content {
	float: none;
}

.full-width-content.page .content {
	margin-top: 0;
}

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

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

@media only screen and (max-width:1360px) {
	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}
}

@media only screen and (max-width:1250px) {
	.content {
		width: 620px;
	}
}

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

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.sidebar-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width:800px) {
	.full-width-content.single .content {
		margin-top: 20px;
	}
}

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

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

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

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

/* Avatar
--------------------------------------------- */
.avatar {
	float: left;
	position: relative;
	z-index: 2;
}

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

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

.comment .avatar {
	margin-right: 20px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 1px solid #EEEEEE;
	font-size: 14px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.author-box {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 1.87;
	margin-bottom: 70px;
	padding: 35px 70px;
}

.after-entry {
	margin-bottom: 70px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description {
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 0 0 35px 0;
	margin-bottom: 70px;
}

.full-width-content .archive-description {
	margin-bottom: 40px;
}

.author-box .avatar {
	border: 7px solid #FFFFFF;
	border-radius: 0;
	box-shadow: 0 9px 45px rgba(0, 0, 0, 0.14);
	transform: translate3d(-35px, 0, 0);
	margin: 0 15px 35px -70px;
}

@media only screen and (max-width:1250px) {
	.author-box .avatar {
		margin-left: -60px;
	}
}

@media only screen and (max-width:1075px) {
	.archive-description {
		margin: 0 auto 35px;
		padding-bottom: 20px;
		max-width: 680px;
	}
}

@media only screen and (max-width:860px) {
	.author-box .avatar {
		margin-left: 35px;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.archive-description {
		text-align: center;
	}
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

/* Titles
--------------------------------------------- */
.battmech2023-subtitle {
	color: #3794CC;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a,
.entry-title a,
.sidebar .widget-title a {
	/*color: #212121;*/
	text-decoration: none;
}

.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:focus,
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	/*color: #3794CC;*/
	text-decoration: none;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.battmech2023-grid.archive:not(.woocommerce-page) .entry-title {
	font-size: 26px;
	letter-spacing: -0.01em;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	color: #212121;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 24px;
}

/* Widgets
---------------------------------------------------------------------------- */
.sidebar .widget {
	padding: 50px;
}

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

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

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

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

.sidebar .widget:first-of-type {
	background-color: #FFFFFF;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}

.single .sidebar .widget:first-of-type {
	margin-top: -60px;
}

@media only screen and (max-width:1075px) {
	.single .sidebar .widget:first-of-type {
		margin-top: 0;
	}
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	margin-bottom: 35px;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.content .featuredpage .entry-image {
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	border: 10px solid #FFFFFF;
	vertical-align: middle;
}

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

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */
.site-container .wpforms-container {
	margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 16px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .entry-content .wpforms-form textarea {
	border: 2px solid #ccc;
	font-size: 18px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input:focus,
.site-container .entry-content .wpforms-form textarea:focus {
	border: 2px solid #999;
	outline: none;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	/*color: #212121;
		outline: #ccc solid 1px;*/
	outline: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(45, 45, 45, 0.6)), to(rgba(45, 45, 45, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#009DFF), to(#112C3E));
	background: linear-gradient(0deg, rgba(45, 45, 45, 0.6), rgba(45, 45, 45, 0.6)), linear-gradient(180deg, #009DFF 0%, #112C3E 100%);
	padding: 18px 20px;
}

.site-header>.wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header>.wrap::before,
.site-header>.wrap::after {
	display: none;
}

@media screen and (max-width:1075px) {
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
}

.wp-custom-logo .title-area {
	margin: 0 20px 0 0;
	max-width: 160px;
	padding: 0;
	width: 160px;
}

.site-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-header .custom-logo-link {
	display: block;
}

.site-header .custom-logo-link .custom-logo {
	max-height: 84px;
	height: auto;
	max-width: 140px;
	width: auto;
	display: block;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1.75;
	/*	letter-spacing: -0.01em;*/
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	position: relative;
}

.genesis-nav-menu a {
	color: #212121;
	text-decoration: none;
	display: block;
	padding: 10px 16px;
}

.genesis-nav-menu>li>a {
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item-has-children>a {
	padding-right: 20px;
}

.genesis-nav-menu>li:not(.highlight)>a:hover,
.genesis-nav-menu>li:not(.highlight)>a:focus,
.genesis-nav-menu>li.current-menu-item>a {
	color: #009DFF;
}

.genesis-nav-menu .highlight {
	margin-left: 16px;
}

.genesis-nav-menu .highlight.current-menu-item>a {
	color: #FFFFFF;
}

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

.genesis-nav-menu .sub-menu {
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

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

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

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

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

.genesis-nav-menu>.right {
	float: right;
}

@media screen and (max-width:1199px) and (min-width:1076px) {
	.genesis-nav-menu {
		font-size: 15px;
	}

	.genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:1075px) {
	.genesis-nav-menu {
		line-height: 1.6;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		float: none;
		max-width: 100%;
		width: 100%;
	}

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

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.genesis-responsive-menu .highlight a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background: transparent;
		box-shadow: none;
		/*color: #212121;*/
		transform: none;
	}

	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #3794CC;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #3794CC;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 10px 20px 10px 0;
		text-align: left;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		color: #FFFFFF;
		background-color: transparent;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu,
	.genesis-nav-menu .highlight {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
}

/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle {
	color: #FFFFFF;
	border: 1px solid #009DFF;
	background-color: #009DFF;
	display: block;
	margin: 0 0 0 auto;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	float: right;
	line-height: 20px;
	position: relative;
	z-index: 1000;
}

.menu-toggle:focus,
.menu-toggle:hover {
	background: #3794CC;
	color: #FFFFFF;
}

.menu-toggle::before {
	font-size: 1.5em;
	margin-right: 10px;
	text-rendering: auto;
	vertical-align: top;
}

.sub-menu-toggle {
	color: #9E9E9E;
	float: right;
	padding: 0;
	display: block;
	margin: 0 auto;
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 3px;
	top: 16px;
	z-index: 100;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.sub-menu-toggle::before {
	font-size: 14px;
	width: 12px;
	height: unset;
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background: transparent;
	color: #009DFF;
	box-shadow: none;
	outline: none;
	transform: none;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

@media screen and (min-width:1076px) {
	.menu-toggle {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width:1075px) {
	.sub-menu-toggle {
		color: #FFFFFF;
		border: 1px solid #009DFF;
		background-color: #009DFF;
		padding: 7px 8px;
		visibility: visible;
		right: 0;
		top: 7px;
		width: 30px;
		height: 30px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: #3794CC;
		border-color: #3794CC;
		color: #FFFFFF;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
		width: unset;
		height: unset;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .nav-primary {
	float: right;
	max-width: 940px;
}

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

@media only screen and (max-width:1075px) {
	.site-header .nav-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.site-header .genesis-responsive-menu {
		position: absolute;
		top: 94px;
		left: -20px;
		right: -20px;
		z-index: 9999;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(45, 45, 45, 0.6)), to(rgba(45, 45, 45, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#009DFF), to(#112C3E));
		background: linear-gradient(0deg, rgba(45, 45, 45, 0.6), rgba(45, 45, 45, 0.6)), linear-gradient(180deg, #009DFF 0%, #112C3E 100%);
		padding: 20px;
		box-shadow: 0 6px 24px rgb(0, 0, 0, 0.14);
		max-width: calc(100% + 40px);
		width: calc(100% + 40px);
	}

	.site-header ul.genesis-nav-menu {
		float: none;
	}
}

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

/* Featured Images
--------------------------------------------- */
.battmech2023-featured-image {
	margin: 0 0 24px;
	padding: 0;
}

.gb-block-post-grid-image a {
	display: inline-block;
}

.gb-block-post-grid-image a,
.battmech2023-featured-image,
.featuredpost .has-post-thumbnail>a {
	position: relative;
	z-index: 1;
}

.gb-block-post-grid-image a::before,
.battmech2023-featured-image::before,
.featuredpost .has-post-thumbnail>a::before {
	/*background: #f4f4f4;
		content: "";
		left: -30px;
		height: calc(100% + 20px);
		position: absolute;
		top: 30px;
		width: calc(100% + 60px);
		z-index: -1;*/
}

.single .battmech2023-featured-image::before {
	/*height: calc(100% + 45px);*/
}

.gb-block-post-grid-image a::before,
.battmech2023-grid.archive:not(.woocommerce-page) .battmech2023-featured-image::before,
.featuredpost .has-post-thumbnail>a::before {
	/*height: calc(100% + 10px);*/
}

.sidebar-content.single .battmech2023-featured-image::before {
	/*left: auto;
			right: 0;*/
}

.featuredpost .alignnone {
	margin-bottom: 24px;
}

.battmech2023-featured-image.battmech2023-image-alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.battmech2023-featured-image.battmech2023-image-alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.battmech2023-featured-image.battmech2023-image-alignleft img,
.battmech2023-featured-image.battmech2023-image-alignright img {
	margin: 0;
	min-height: 250px;
	object-fit: cover;
}

.gb-block-post-grid-image img,
.battmech2023-featured-image img,
.featuredpost .has-post-thumbnail img {
	box-shadow: 0 16px 65px rgba(0, 0, 0, 0.18);
	vertical-align: middle;
}

.gb-block-post-grid-image img,
.battmech2023-featured-image img,
.featuredpost .has-post-thumbnail img {
	transition: transform 0.5s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
	transform: translate3d(0, 0, 0);
}

.gb-block-post-grid-image a:focus img,
.gb-block-post-grid-image a:hover img,
.battmech2023-featured-image a:focus img,
.battmech2023-featured-image a:hover img,
.featuredpost .has-post-thumbnail>a:focus img,
.featuredpost .has-post-thumbnail>a:hover img {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	transform: translate3d(0, 10px, 0);
}

.has-featured-image .content {
	margin-top: 24px;
}

.gb-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}

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

	.battmech2023-featured-image::before,
	.featuredpost .has-post-thumbnail>a::before {
		left: -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (max-width:860px) {
	.battmech2023-featured-image {
		padding: 0;
	}

	.battmech2023-featured-image::before,
	.featuredpost .has-post-thumbnail>a::before {
		left: -15px;
		width: calc(100% + 30px);
	}

	.battmech2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 0 20px;
	}

	.battmech2023-grid.archive:not(.woocommerce-page) .entry-title {
		font-size: 22px;
	}
}

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

	.gb-block-post-grid div[class*="columns"].is-grid,
	.gb-block-post-grid .is-list .entry {
		grid-template-columns: 1fr;
	}

	.gb-block-post-grid .gb-post-grid-items .entry,
	.gb-block-post-grid .gb-post-grid-items.is-grid .entry,
	.battmech2023-grid.archive:not(.woocommerce-page) .content .entry {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	.battmech2023-featured-image::before,
	.featuredpost .has-post-thumbnail>a::before {
		display: none;
	}
}

/* Entries
		--------------------------------------------- */
.entry {
	/*margin-bottom: 70px;*/
}

.entry-header {
	margin-bottom: 20px;
}

.entry-content .intro {
	color: #212121;
	font-size: 20px;
	font-style: italic;
	line-height: 1.7;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 35px;
}

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

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

.entry-content ol ul>li,
.entry-content ul ul>li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #212121;
	color: #EEEEEE;
}

p.center {
	text-align: center;
}

@media only screen and (max-width:860px) {
	.entry {
		padding: 0;
	}
}

/* Entry Messages
		--------------------------------------------- */
.message {
	background-color: #212121;
	padding: 25px 30px;
}

.message,
.message a {
	color: #FFFFFF;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

/* Grid Entries
		--------------------------------------------- */
.battmech2023-grid.archive:not(.woocommerce-page) .content .entry {
	float: left;
	padding: 0 35px;
	width: 33.3%;
}

.battmech2023-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
	clear: left;
}

.gb-block-post-grid-header,
.featuredpost .entry-header,
.battmech2023-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}

.featuredpost .entry-content p,
.battmech2023-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}

@media only screen and (max-width:1075px) {
	.battmech2023-grid .archive-description {
		max-width: none;
	}

	.battmech2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 0 25px;
	}
}

@media only screen and (max-width:800px) {
	.battmech2023-grid.archive:not(.woocommerce-page) .content .entry {
		clear: both;
		float: none;
		position: static;
		text-align: center;
		max-width: none;
		padding: 20px 0;
		width: 100%;
	}
}

/* Entry Meta
		--------------------------------------------- */
.entry-meta {
	color: #707070;
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 10px;
}

.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-byline,
.entry-meta>* {
	color: #555;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.entry-meta>.entry-author {
	margin-left: 5px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-footer {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width:860px) {
	.entry-footer {
		margin-left: 0;
	}
}

/* Pagination
		--------------------------------------------- */
.pagination {
	clear: both;
	margin: 35px 0 70px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #212121;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	text-decoration: none;
}

.archive-pagination .pagination-next>a,
.archive-pagination .pagination-previous>a {
	border: 2px solid #3794CC;
	color: #3794CC;
	padding: 6px 20px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #3794CC;
	color: #FFFFFF;
}

@media only screen and (max-width:860px) {
	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
}

/* Comments
		--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.85;
	margin-bottom: 70px;
}

.comment-list li {
	border-left: 2px solid #EEEEEE;
	margin: 35px 0 0 15px;
	padding: 0 0 0 35px;
}

.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}

.comment-header {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-header a {
	color: #555;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-header p {
	margin-bottom: 0;
}

.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 15px;
}

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

.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-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-reply {
	color: #3794CC;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

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

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

	.entry,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 0;
	}
}

/* Sidebar
		---------------------------------------------------------------------------- */
.sidebar {
	font-size: 15px;
	margin-bottom: 35px;
}

@media only screen and (max-width:860px) {
	.sidebar {
		margin-bottom: 5%;
	}
}

/* Top Banner
		---------------------------------------------------------------------------- */
.battmech2023-top-banner {
	background: #3794CC;
	display: none;
	padding: 24px 80px 24px 24px;
	position: relative;
	text-align: center;
}

.battmech2023-top-banner,
.battmech2023-top-banner a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.55;
}

.battmech2023-top-banner,
.battmech2023-top-banner a,
.battmech2023-top-banner a:focus,
.battmech2023-top-banner a:hover {
	color: #FFFFFF;
}

#battmech2023-top-banner-close,
#battmech2023-top-banner-close:focus,
#battmech2023-top-banner-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #FFFFFF;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}

#battmech2023-top-banner-close {
	padding-left: 35px;
	padding-right: 35px;
}

@media only screen and (max-width:860px) {
	#battmech2023-top-banner-close {
		padding-left: 20px;
		padding-right: 20px;
	}

	.battmech2023-top-banner {
		padding-left: 18px;
		padding-right: 60px;
	}
}

/* Site Footer
		---------------------------------------------------------------------------- */
#footer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(180deg, #009DFF 0%, #112C3E 100%);
	padding-left: 20px;
	padding-right: 20px;
}

#footer a {
	text-decoration: none;
}

#main-footer {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6;
}

#footer .footer-logo-wrapper {
	max-width: 180px;
}

#footer-socmed .sow-social-media-button {
	width: 32px;
	height: 32px;
	border-radius: 5px;
}

#main-footer a:not(:hover):not(:focus) {
	color: #FFFFFF;
}

#main-footer .widget-title {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 8px;
}

#main-footer .footer-contact-info a {
	margin: 0;
}

#main-footer .footer-contact-info a:not(.button) {
	display: block;
	margin: 8px 0;
}

#main-footer .footer-menu-items ul>li:not(:last-child) {
	margin-bottom: 8px;
}

#footer-copyright .sep {
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (min-width:1200px) {
	#main-footer .widget-title {
		font-size: 18px;
	}

	#footer-copyright .sep {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:780px) {
	#footer .footer-logo-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Print Styles
		---------------------------------------------------------------------------- */
@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		clear: both;
		padding: 20px;
	}

	.battmech2023-grid.archive .content .entry,
	.content,
	.content-sidebar,
	.wp-custom-logo .title-area,
	.title-area,
	.woocommerce.archive .content .entry {
		max-width: 100% !important;
		width: 100% !important;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.pagination,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

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

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.more-link {
		border-width: 0;
		display: block;
		margin-bottom: 20px;
		position: static;
	}

	.more-link-wrap {
		border-width: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/** Back to Top 
		-------------------------------------------------------------------------- */
#back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #FFFFFF;
	display: block;
	z-index: -1;
	background: #009DFF url(images/icon-back-to-top.png) no-repeat center center / 18px;
	line-height: 1;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 35px;
	height: 35px;
	border: 1px solid #FFFFFF;
}

#back-to-top.show {
	opacity: 1;
	z-index: 9050;
}

#back-to-top:hover,
#back-to-top:focus {
	background-color: #3794CC;
}

@media screen and (min-width:1200px) {
	#back-to-top {
		bottom: 2em;
		right: 2em;
	}
}

/* 404 
		-------------------------------------------------------------------------- */
body.error404 .site-inner {
	padding-top: 70px;
	padding-bottom: 150px;
}

body.error404 .search-form input[type="submit"] {
	margin: 0;
}

@media screen and (min-width:768px) {
	body.error404 .entry-content .search-form {
		display: flex;
		width: 100%;
		gap: 10px;
	}
}

@media screen and (min-width:1280px) {
	body.error404 .site-inner {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}

/* Search
		-------------------------------------------------------------------------- */
body.search .site-inner {
	padding-top: 70px;
	padding-bottom: 70px;
}

body.search .content>.entry {
	margin-bottom: 70px;
}

body.search .entry .entry-title {
	/*font-size: 21px;*/
}

@media screen and (min-width:781px) {
	body.search .entry .entry-title {
		/*font-size: 25px;*/
	}
}

@media screen and (min-width:1200px) {
	body.search .entry .entry-title {
		/*font-size: 30px;*/
	}
}

/** Accordions
		-------------------------------------------------------------------------------------------- **/
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	font-family: 'Viga', sans-serif;
}

.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
	outline: none;
}

@media screen and (min-width:1200px) {
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
		padding: 24px;
	}

	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/** Features
		-------------------------------------------------------------------------------------------- **/
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget {
	margin: 0;
	width: 100%;
}

/** Hero section
		-------------------------------------------------------------------------------------------- **/
.hero-section {
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.hero-section>div {
	position: relative;
}

.hero-section::before {
	content: '';
	display: block;
	background: linear-gradient(180deg, #0069ab 0%, #112C3E 100%);
	opacity: 0.8;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.has-no-overlay:before {
	display: none;
}

.hero-section .hero-inner-cell {
	max-width: 795px;
}

.hero-section .hero-features-cell {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 0 20px;
}

.hero-section .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container {
	position: relative;
	top: -2px;
}

.hero-section .so-widget-sow-features .sow-features-list .sow-features-feature {
	padding: 0;
	align-items: center;
}

.hero-section .so-widget-sow-features .sow-features-list .sow-features-feature:not(:last-child) {
	margin-bottom: 10px;
}

@media screen and (min-width:1075px) {
	.hero-section .hero-features-cell {
		max-width: 555px;
		margin: 0 auto;
	}
}

@media screen and (min-width:1200px) {
	.hero-section .hero-features-cell {
		padding: 24px 38px;
		margin-right: 0;
	}
}

/* image rounded radius
		-------------------------------------------------------------------------------------------- **/
.image-theme-rounded-corner img {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

/** Popular Hybrid Brands logos
		--------------------------------------------------------------------------------------------- **/
#popular-hybrid-brands-logos .so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image img {
	max-width: 138px;
	width: auto;
	max-height: 96px;
	height: auto;
}

@media screen and (min-width:1024px) {
	#popular-hybrid-brands-logos .so-widget-sow-image-grid .sow-image-grid-wrapper {
		justify-content: space-between;
	}
}

/** Getting Car Up steps
		--------------------------------------------------------------------------------------------- **/
.car-up-step-cell {
	text-align: center;
}

.car-up-step-cell .step-count {
	color: #3794CC;
	font-size: 103px;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
	line-height: 1.25;
	text-shadow: 5px 5px #212121;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.car-up-step-cell .step-desc h3.widget-title {
	text-transform: uppercase;
	margin-bottom: 14px;
}

@media screen and (max-width:780px) {
	.car-up-step-cell {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

/** Why Choose us boxes
		------------------------------------------------------------------------------------------- **/
.choose-us-feat-cell {
	color: #FFFFFF;
	text-align: center;
	background-color: #3794CC;
	padding: 15px 20px 20px;
	border: 0 20px;
	border-top: 20px solid #004F80;
}

.choose-us-feat-cell .icon-wrapper {
	min-height: 70px;
}

.choose-us-feat-cell .icon-wrapper>.so-widget-sow-image,
.choose-us-feat-cell .icon-wrapper .sow-image-container {
	height: 100%;
}

.choose-us-feat-cell .icon-wrapper .sow-image-container {
	align-items: center;
}

.choose-us-feat-cell .icon-wrapper .so-widget-sow-image .sow-image-container .so-widget-image {
	max-height: 75px;
	height: auto;
	max-width: 75px;
	width: auto;
}

.choose-us-feat-cell .feat-desc-wrap {
	font-family: 'Inter', sans-serif;
	max-width: 270px;
	margin: 0 auto;
}

@media screen and (max-width:780px) {
	.choose-us-feat-cell {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Reviews cell
		-------------------------------------------------------------------------------------------- **/
.review-cell {
	color: #FFFFFF;
	background-color: #3794CC;
	padding: 20px;
	border-radius: 0px 20px;
}

.review-cell .review-content {
	font-style: italic;
}

.review-cell .review-photo img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 100%;
}

.review-cell .reviewer-wrap {
	justify-content: flex-start !important;
}

.review-cell .reviewer-wrap .panel-grid-cell {
	width: auto !important;
}

.review-cell .reviewer-wrap .panel-grid-cell:not(:last-child) {
	margin-right: 20px !important;
}

.review-cell .reviewer-info {
	color: #E0E0E0;
	font-size: 12px;
}

@media screen and (min-width:781px) {
	.review-cell .reviewer-info {
		font-size: 14px;
	}
}

@media screen and (min-width:1024px) {
	.review-cell {
		padding: 30px 20px;
	}
}

@media screen and (min-width:1200px) {
	.review-cell {
		padding: 40px;
	}
}

/** CTA section
		------------------------------------------------------------------------------------------ **/
.cta-section {
	color: #FFFFFF;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cta-section::before {
	content: '';
	display: block;
	background-color: rgba(36, 36, 36, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.cta-section>div {
	position: relative;
}

/** Contact Us page
		------------------------------------------------------------------------------------------ **/
#contact-info-features .sow-features-list .sow-features-feature {
	padding: 0;
}

#contact-info-features .sow-features-list .sow-features-feature:not(:last-child) {
	margin-bottom: 30px;
}

#contact-info-features .sow-features-list .sow-features-feature h6 {
	margin: 0;
}

#contact-info-features .sow-features-list .sow-features-feature .textwidget a:not(:hover):not(:focus) {
	color: inherit;
	text-decoration: none;
}

.contact-form-wrapper {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 30px 20px;
}

.contact-form-wrapper .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-form-wrapper .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-form-wrapper .gform_wrapper.gravity-theme form select,
.contact-form-wrapper .gform_wrapper.gravity-theme form textarea {
	border: 0;
}

.contact-form-wrapper .gform_wrapper.gravity-theme form .gfield textarea.medium {
	height: 168px;
	display: block;
}

.contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin-top: 24px;
}

@media screen and (min-width:1024px) {
	.contact-form-wrapper {
		padding: 50px 30px;
	}

	#contact-info-features .sow-features-list .sow-features-feature:not(:last-child) {
		margin-bottom: 50px;
	}
}

@media screen and (min-width:1200px) {
	#contact-info-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
		margin-right: 40px;
	}

	.contact-form-wrapper {
		padding: 80px;
	}
}

/* Terma of Purchase and Limited Warranty Custom Code */
.terms-purchase ol>li {
	padding-bottom: 0px;
}


/* WooCommerce css */
.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #004F80;
}

.single-product .entry-header {
	display: none;
}

.woocommerce-page .site-inner {
	padding-top: 80px;
}

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	background-color: #009DFF;
	border: 1px solid #009DFF;
	border-radius: 0px 7px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
}

.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover {
	background: #3794CC;
	border-color: #3794CC;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.woocommerce .quantity .qty {
	padding: 6px 5px 6px;
	width: 60px;
}

.related {
	clear: both;
}

.single-product .entry-summary .price {
	border-bottom: 1px solid #004f8050;
	padding-bottom: 15px;
}

.woocommerce-shop .woocommerce-LoopProduct-link {
	margin-bottom: 5px;
	text-align: center;
}

.woocommerce ul.products li.product .button,
.woocommerce-shop ul.products li.product .button {
	width: 100%;
}

.woocommerce ul.products li.product .price {
	text-align: center;
	margin: 0px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
	border-radius: 0px 7px;
	color: #009DFF;
	border: 1px solid #009DFF;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #FFFFFF;
	background-color: #009DFF;
	cursor: pointer;
	border: 1px solid #009DFF;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart button.button {
	padding: 17px 20px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100%;
	max-width: 220px;
}

ul.woocommerce-error,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #3794CC;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: #3794CC;
}

.select2-container .select2-selection--single {
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	width: 39px;
}

.woocommerce-checkout .site-inner,
.woocommerce-account .site-inner {
	max-width: 900px;
	padding-bottom: 60px;
}

.single-product .product_title {
	font-size: 34px;
	margin: 0 0 6px;
}

.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .col2-set .col-1 {
	float: none;
	width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields {
	padding-top: 30px;
}

.woocommerce-page ul.products .woocommerce.columns-3 {
	width: 100%;
}

.woocommerce-page .sidebar.sidebar-primary {
	display: none !important;
}

.woocommerce-page .products.columns-3 .woocommerce-result-count,
.woocommerce-page .products.columns-3 .woocommerce-ordering {
	display: none;
}

.woocommerce-page .woocommerce ul.products {
	padding-top: 20px;
}

.woocommerce ul.products {
	align-items: flex-start;
	text-align: center;
}

.woocommerce .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a img,
.woocommerce-shop .woocommerce-LoopProduct-link {
	margin-bottom: 0;
}

.woocommerce ul.products li .so-panel {
	margin-bottom: 0px !important;
}

.woocommerce ul.products li .woocommerce-loop-product__title {
	padding: 0px !important;
}

.woocommerce ul.products li .widget_so-wc-template-loop-product-thumbnail {
	margin-bottom: 20px !important
}

.woocommerce ul.products li .widget_so-wc-template-loop-product-title,
.woocommerce ul.products li .price {
	margin-bottom: 10px !important
}

.page-id-509 .site-inner,
.woocommerce-page .site-inner {
	padding-bottom: 40px;
}

.page-id-403 .woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.shop-list .fwpl-item.el-6cmm08 {
	line-height: 1.25;
	margin: 0 0 15px;
}

.shop-list .fwpl-item.el-6cmm08 a {
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
}

.shop-list .fwpl-item.el-j0f67d8 {
	color: #004F80;
	text-align: center;
	margin: 0 0 15px;
}

.shop-list .fwpl-item.button {
	padding: 0;
	width: 100%;
	background: transparent;
	border: 0px;
}

.shop-list .fwpl-item.button a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	background-color: #009DFF;
	border: 1px solid #009DFF;
	border-radius: 0px 7px;
	cursor: pointer;
	display: block;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: 100%;
}

.shop-list .fwpl-item.button a:hover {
	background: #3794CC;
	border-color: #3794CC;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.shop-list .fwpl-item.el-dxyho {
	margin: 0px 0px 15px;
}

.shop-list .fwpl-item.el-dxyho img {
	border: 1px solid #f2f2f2;
	width: 100%;
}

.shop-list .fwpl-row.el-qs704 {
	padding: 10px;
}

.page-id-509 .hero-section {
	padding-top: 40px;
	padding-bottom: 40px;
}


/*.woocommerce-shop.woocommerce-page .woocommerce.columns-3{display:none !important;}*/

.shop-sidebar .widget-title {
	margin: 0px 0px 10px;
	font-size: 20px;
	line-height: 1;
}

.shop-sidebar .facetwp-facet {
	margin-bottom: 0 !important;
}

.shop-sidebar .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: rgb(0 157 255) !important;
}

.shop-sidebar .fs-label-wrap .fs-label {
	padding: 8px 24px 8px 10px !important;
}

.shop-sidebar .fs-option,
.shop-sidebar .fs-search,
.shop-sidebar .fs-optgroup-label {
	padding: 6px 10px !important;
}

.shop-sidebar .fs-wrap {
	width: 100%;
}

.shop-sidebar {
	padding: 15px;
}

.shop-sidebar .choose-year .fs-option {
	padding: 6px 10px 6px 30px !important
}

.gfield--type-address label {
	color: #246185;
}

/* Hide Woocommerce Shop Page */

.page-id-509 .woocommerce {
	display: none;
}


/* Hide Woocommerce Shop Page */

@media only screen and (max-width:980px) {
	.shop-list .fwpl-layout.el-2vjbll {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width:479px) {
	.shop-list .fwpl-layout.el-2vjbll {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* New Shop Page */
.shop-page-cover {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.shop-page-item {
	width: calc(33.33% - 36px);
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 18px;
	padding: 15px;
	position: relative;
	padding-bottom: 55px;
}

.shop-page-top {
	display: flex;
}

.shop-page-left {
	width: 150px;
	height: 120px;
}

.shop-page-right ul {
	margin: 0;
	padding: 0;
}

.shop-page-bottom h4 a {
	text-decoration: none;
}

.shop-page-right li {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px 3px 26px !important;
	margin-bottom: 3px;
}

.top-free-shipping {
	position: relative;
	top: -3px;
}

.shop-page-right li:nth-child(1) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-1.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.shop-page-right li:nth-child(2) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-2.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.shop-page-right li:nth-child(3) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-3.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.shop-page-right li:nth-child(4) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-4.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.shop-page-right {
	width: calc(100% - 150px);
	padding-left: 0;
}

.shop-page-left img {
	max-width: 90%;
	max-height: 90%;
}

.shop-page-bottom h4 {
	font-size: 16px;
	font-family: 'Viga', sans-serif;
}

.shop-page-bottom {
	margin-bottom: 8px;
}

.s-price {
	font-size: 24px;
	font-family: 'Viga', sans-serif;
}

.shop-page-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 12px;
	left: 17px;
	right: 17px;
}

.s-btn a {
	padding: 6px 14px 6px 14px;
	border-radius: 0px 6px;
	background: #3794CC;
	color: #fff;
	text-decoration: none;
	font-family: Poppins;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
}

.s-btn a:hover {
	background: #009DFF;
}

.descrip-cover {
	background: rgba(0, 0, 0, 0.50);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99998;
	width: 0;
	height: 100%;
	transition: 0.4s ease;
	overflow: hidden;
}

.shop-page-item.active .descrip-cover {
	display: block;
	width: 100%;
}

.descrip {
	width: 480px;
	padding: 40px;
	background: #fff;
	margin: 0 0 0 auto;
	height: 100%;
	overflow-y: auto;
	position: relative;
	right: -480px;
	transition: 0.7s ease;
}

.shop-page-item.active .descrip {
	right: 0px;
}

body.is-scroll-hide {
	overflow: hidden;
}


.descrip .descrip-main-img {
	float: left;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(0, 0, 0, 0.50);
}

.descrip .product_title {
	float: right;
	width: calc(100% - 180px);
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 30px;
	text-transform: none;
	line-height: 1.5;
}

.descrip .price {
	float: right;
	width: calc(100% - 180px);
	padding-left: 30px;
	margin-bottom: 6px;
}

/* .descrip > .price .woocommerce-Price-amount.amount:before {
    content: "From ";
} */
.descrip div {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.descrip .woocommerce-Price-amount.amount {
	color: #0C002E;
	font-family: 'Viga', sans-serif;
	font-size: 24px;
}

.descrip-close-button {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	font-family: 'Viga', sans-serif;
}

.descrip .woocommerce-product-details__short-description {
	margin-top: 20px;
	font-size: 14px;
}

.descrip .woocommerce-product-details__short-description ul {
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 10px;
}

.descrip .woocommerce-product-details__short-description p {
	margin-bottom: 10px;
}

.short-descr-in-sidebar {
	margin-top: 10px;
	margin-bottom: 10px;
}

.short-descr-in-sidebar ul {
	margin: 0;
	padding: 0 !important;
}

.short-descr-in-sidebar ul li {
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 5px 3px 26px !important;
	margin-bottom: 3px;
}

.short-descr-in-sidebar ul li:nth-child(1) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-1.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.short-descr-in-sidebar ul li:nth-child(2) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-2.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.short-descr-in-sidebar ul li:nth-child(3) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-3.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.short-descr-in-sidebar ul li:nth-child(4) {
	background-image: url(../../../wp-content/uploads/2023/08/icon-4.svg);
	background-repeat: no-repeat;
	background-position: top 2px left 5px;
}

.descrip .wc-pao-addons-container {
	border-top: 1px solid #9E9E9E;
	margin: 20px 0 0;
	padding: 20px 0 0;
}

.descrip .wc-pao-addons-container .wc-pao-addon-id-1691744878 .wc-pao-addon-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px !important;
	display: block;
}

.descrip .wc-pao-addon-heading {
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	margin-bottom: 5px;
	text-transform: none;
	font-family: Poppins;
}

.descrip .wc-pao-addon-container {
	padding-bottom: 15px;
}

.descrip .wc-pao-addon-description p {
	font-size: 14px;
	color: #000;
}


.descrip .wc-pao-addon-price,
.wc-pao-addon-price * {
	font-size: 18px !important;
	font-family: 'Viga', sans-serif;
	line-height: 1;
}

.descrip .wc-pao-addon-price {
	float: right;
}

.descrip-cover [type="radio"]:checked,
.descrip-cover [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.descrip .wc-pao-addon-wrap>div {
	margin-bottom: 5px;
}

.descrip-cover [type="radio"]:checked+label,
.descrip-cover [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 34px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 1.5;
	font-size: 14px;
	color: #000;
}

.descrip-cover [type="radio"]:checked+label:before,
.descrip-cover [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 22px;
	height: 22px;
	border: 2px solid #757575;
	background: #fff;
}

.descrip-cover [type="radio"]:checked+label:after,
.descrip-cover [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #3794CC;
	position: absolute;
	top: 3px;
	left: 4px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.descrip-cover [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.descrip-cover [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.descrip-cover .woocommerce-info {
	display: none !important;
}

.descrip-cover .wc-pao-validation-notice {
	color: #f00;
}

body:not(.single-product) .product-addon-totals li:not(.wc-pao-subtotal-line) {
	display: none;
}

.descrip-cover .quantity {
	display: none !important;
}

#product-addons-total ul {
	padding: 0;
	margin-bottom: 0;
}

.descrip-cover .wc-pao-subtotal-line .price {
	padding: 0;
	font-size: 0;
	font-family: 'Viga', sans-serif;
}

.descrip-cover .wc-pao-subtotal-line {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.descrip-cover .wc-pao-subtotal-line .price .amount {
	font-size: 24px;
}

.descrip-item-price:before {
	content: "total";
	font-family: Poppins;
	font-size: 14px;
	margin-right: 5px;
}

.descrip-cover .product_meta {
	display: none !important;
}

.descrip form {
	position: relative;
}

.descrip .wc-pao-addon-description {
	margin-bottom: 25px;
}

.descrip .single_add_to_cart_button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	margin-right: 0 !important;
}

.descrip-item-price {
	width: 100%;
	padding-right: 145px;
	text-align: right;
	font-size: 24px;
	font-family: 'Viga', sans-serif;
}

.variation-TermsandConditions {
	display: none !important;
}

#product-addons-total {
	min-height: 38px;
}

.term-bottom-cover {
	border-top: 1px solid #9E9E9E;
	margin-top: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
}

.term-bottom-cover p {
	font-size: 12px;
}

.term-bottom-cover p strong {
	font-size: 14px;
}

.product-top-filter .facetwp-type-fselect {
	margin-bottom: 0;
}

.has-filter-option .widget-title {
	font-size: 20px;
	margin-bottom: 9px;
}

.product-top-filter h3 {
	margin-bottom: 0;
}

.has-filter-option .fs-wrap {
	width: 100% !important;
}

.product-top-filter .fs-label-wrap .fs-label {
	padding-top: 12px;
	padding-bottom: 12px;
}

.descrip-bg-ct {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body:not(.single-product) .product-addon-totals {
	display: none !important;
}

.term-bottom-cover p:first-child {
	margin-bottom: 0;
}

.store-locator-cover:before {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #009DFF 0%, #0771B4 39.06%, #0771B4 39.07%, #112C3E 100%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 1;
}

.store-locator-cover {
	position: relative;
}

.store-locator-cover>div {
	z-index: 2;
}

#wpsl-wrap {
	background: #F9FCFD;
	padding: 15px;
	border-radius: 0 20px 0 20px;
}

#wpsl-wrap .wpsl-search {
	background: transparent;
}

#wpsl-search-wrap form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#wpsl-search-wrap form label {
	white-space: nowrap;
	width: auto;
	line-height: 33px;
}

#wpsl-wrap form .wpsl-selected-item {
	padding: 6px 12px !important;
	color: #9E9E9E;
	font-size: 14px;
}

#wpsl-wrap form input {
	padding: 6px 20px !important;
	font-weight: 600;
}

#wpsl-wrap .wpsl-search-btn-wrap input {
	background: #3794CC !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 6px !important;
	font-size: 13px;
	height: 33px;
	margin-right: 0 !important;
}

#wpsl-search-wrap form>div {
	margin-bottom: 0;
}

.wpsl-search-btn-wrap {
	margin-right: 0 !important;
}

.wpsl-store-location strong {
	font-family: "Viga";
	color: #3794CC;
	font-weight: 400;
	font-size: 18px;
}

.wpsl-store-location p {
	font-size: 14px;
}


.wpsl-direction-wrap .wpsl-directions {
	display: inline-block;
	vertical-align: top;
	margin-left: 60px;
}

#wpsl-wrap #wpsl-result-list li {
	border-bottom: 1px solid #9E9E9E;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#wpsl-search-input {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10) !important;
	background: #fff;
	border-color: #E0E0E0;
	border-radius: 4px;
}

.wpsl-search {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.wc-pao-addon-id-1695255701 label {
	font-size: 14px;
	line-height: 1.5 !important;
	display: block;
}

.wc-pao-addon-id-1695255701 .wc-pao-addon-name {
	font-weight: 700;
	margin-bottom: 7px;
}

.wc-pao-addon-id-1695255701 .form-row>div {
	display: flex !important;
	align-items: flex-start;
	margin-top: 10px;
}

.wc-pao-addon-id-1695255701 {
	overflow: hidden;
}


.wc-pao-addon-id-1695255701 .form-row label {
	position: relative;
	cursor: pointer;
	padding-left: 34px;
	font-size: 0;
}

.wc-pao-addon-id-1695255701 .form-row label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #757575;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	top: 0;
	left: 0;
}

.wc-pao-addon-id-1695255701 .form-row input+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 8px;
	width: 7px;
	height: 14px;
	border: solid #3794cc;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	transition: 0.2s ease;
}

.wc-pao-addon-id-1695255701 .form-row input:checked+label:after {
	transform: rotate(45deg) scale(1);
}

.wc-pao-addon-id-1695255701 .form-row input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}



.wc-pao-addon-id-1695255701 .form-row {
	position: absolute;
	top: 19px;
	left: 0;
	height: 100%;
	z-index: 1;
	width: 20px;
}

.wc-pao-addon-id-1695255701 {
	position: relative;
}

.wc-pao-addon-id-1695255701 small#\37 49-2-0-validation-notice {
	position: absolute;
	width: 1300px;
	bottom: 20px;
	left: 0;
}

.descrip .wc-pao-addon-name .required {
	display: none;
}

.battmech2023-top-banner ul li {
	vertical-align: middle;
}

.hide-on-tab-desk {
	display: none !important;
}

#popular-hybrid-brands-logos img {
	padding: 10px;
}

/* Shop Detail page */
.woocommerce-product-gallery .flex-control-thumbs {
	margin: 0 -5px !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	border: 1px solid #f1f1f1;
	margin: 5px 5px !important;
	padding: 10px;
	clear: none !important;
	width: calc(25% - 10px) !important;
}

.woocommerce-product-gallery .flex-viewport {
	border: 1px solid #f1f1f1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	max-width: 95%;
	margin: 0 auto;
}

.product_meta>span {
	display: block;
}

h2.wc-pao-addon-name {
	font-size: 28px;
}

.woocommerce form .wc-pao-addon-wrap {
	margin-bottom: 12px;
}

.wc-pao-addon-description p {
	font-size: 16px;
}

.wc-pao-addon-description p {
	font-size: 16px;
}

.wc-pao-addon-wrap label {
	font-size: 16px;
}

.product-addon-totals .price {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.archive-desc-cover {
	font-size: 14px;
	line-height: 1.2;
}

.shop-archive-search .facetwp-facet-search {
	margin: 0 0 10px 0;
	text-align: right;
}

.shop-archive-search .facetwp-input-wrap input {
	padding: 11px;
	box-shadow: none;
}

.wc-tabs {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 10;
}

.woocommerce-Tabs-panel {
	border: 1px solid #eeeeee;
	padding: 20px !important;
	margin-top: -1px !important;
}

.wc-tabs .active a {
	color: inherit !important;
}

.wc-pao-subtotal-line .price {
	font-weight: 500;
	color: #212121 !important;
	font-size: 26px !important;
}

/* CSS for star ratings */
.commentratingbox {
	display: inline-block;
}

.commentratingbox .star {
	color: #ccc;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
}

.commentratingbox .filled {
	color: #ffcc00;
	/* Color for filled stars */
}

#commentform input {
	width: 100%;
}

#comments .comment-list li {
	border: 1px solid #e1dde7 !important;
	border-radius: 4px;
	padding: 20px !important;
}

#comments .comment-author>img {
	display: none;
}

#comments .comment-author {
	display: inline;
	vertical-align: top;
}

#comments .comment-metadata {
	display: inline;
	font-size: 14px;
}

#comments .comment-author .says {
	display: none;
}

#comments .comment-metadata a {
	text-decoration: none;
}

#comments .comment-body>.reply {
	font-size: 14px;
	text-decoration: none !important;
}

#comments .comment-body>.reply a {
	text-decoration: none;
}

#comments .children li {
	padding: 0 !important;
	border: 0 !important;
}

#respond {
	margin-top: 40px;
}

.comment-content .comment-rating {
	display: none;
}

.author-next-rating {
	font-size: 14px;
}

.author-next-rating {
	font-size: 14px;
}

.comment-author .fn {
	font-weight: 500;
}

.ywtm_content_tab p:empty {
	display: none;
}

.archive-desc-single-cover {
	margin-bottom: 15px;
}

.product-addon-totals .amount {
	font-weight: 700;
}

.shop_table .wc-item-meta li {
	margin-bottom: 0;
}

.single-product .product_meta {
	font-size: 16px;
}

.tab-product-metas {
	margin-top: 20px;
	font-size: 18px !important;
	font-weight: 500;
}

.tab-product-metas a {
	font-weight: 400;
}

.card-block-custom .panel-grid-cell {
	background-color: #004F80;
	padding: 15px 20px 20px;
	border-top: 20px solid #3794CC;
}

.card-block-custom .panel-grid {
	align-items: inherit !important;
}

.card-block-custom .widget-title {
	color: #fff;
	font-size: 22px;
}

.card-block-custom .textwidget {
	color: #fff;
}

.cell-justify-left .panel-grid-cell-empty {
	opacity: 0;
}

#label_3_20_1 {
	vertical-align: top;
	color: #246185 !important;
}

#choice_3_20_1 {
	vertical-align: top;
	margin-top: 5px;
}

.ol-is-checkmark li {
	background: url(https://battmech.com/wp-content/uploads/2024/01/check-mark.svg);
	background-position: top 4px left;
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: block;
}

.ol-is-checkmark ul {
	padding: 0;
}

@media (max-width: 1199px) {
	.shop-page-item {
		width: calc(33.33% - 20px);
		margin: 10px;
	}

	.shop-page-cover {
		margin: 0 -10px;
	}
}

@media (max-width: 800px) {
	.shop-page-item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 767px) {
	.card-block-custom .panel-grid-cell {
		padding-bottom: 30px !important;
	}
}

@media (max-width: 640px) {
	.shop-page-item {
		width: calc(100% - 20px);
	}

	.s-price {
		font-size: 22px;
	}

	.has-filter-option .widget-title {
		font-size: 17px;
	}

	.has-filter-option .panel-grid-cell {
		margin-bottom: 10px !important;
	}

	.descrip {
		width: 90vw;
		padding: 30px 20px;
	}

	.descrip .descrip-main-img {
		width: 120px;
		height: 120px;
	}

	.descrip .product_title {
		width: calc(100% - 120px);
		font-size: 20px;
		padding-left: 16px;
	}

	.descrip .price {
		width: calc(100% - 120px);
		padding-left: 16px;
	}

	.descrip .woocommerce-Price-amount.amount {
		font-size: 20px;
	}

	.descrip-close-button {
		right: 20px;
		top: 10px;
		font-size: 18px;
	}

	.hide-in-mobile {
		display: none !important;
	}

	.hide-on-tab-desk {
		display: block !important;
	}

	body .battmech2023-top-banner {
		padding-left: 5px;
		padding-right: 5px;
	}

	.top-free-shipping img {
		max-width: 122px;
	}
}

@media (max-width: 860px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		content: "\f347";
	}
}

@media (max-width: 825px) {
	#wpsl-search-wrap .wpsl-input {
		width: 40%;
	}
}

@media (max-width: 640px) {
	#wpsl-search-wrap form {
		display: flex;
		justify-content: inherit;
		flex-wrap: wrap;
	}

	.hero-section .siteorigin-widget-tinymce .button:not(:first-child) {
		margin-top: 12px;
	}

	.ywtm_content_tab p {
		font-size: 15px;
	}

	.single-product .product_title {
		font-size: 28px;
	}

	.wc-pao-subtotal-line .price {
		font-size: 24px !important;
	}

	h2.wc-pao-addon-name {
		font-size: 24px;
	}

	.product_meta {
		font-size: 14px;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		font-size: 24px;
	}

	.woocommerce-page .site-inner {
		padding-top: 30px;
	}

	.woocommerce-product-gallery .flex-control-thumbs li {
		padding: 5px;
	}
}

@media (max-width: 480px) {
	.descrip {
		width: 95vw;
	}

	#wpsl-search-wrap .wpsl-input {
		width: 100%;
	}

	#popular-hybrid-brands-logos img {
		padding: 3px;
		max-width: 70px !important;
		max-height: 47px !important;
	}

	.single-product .content {
		padding: 0;
	}
}


/* Warranty CSS Code */

.warranty-css ol {
	margin-bottom: 0 !important;
}

.warranty-css ol>li {
	padding-bottom: 15px !important;
}
.ol-title-center .widget-title {
    text-align: center;
}
/* END Warranty CSS Code */

.installer-feature-cover .sow-features-list {
	gap: 0 !important;
}
ol ul li {
    list-style-type: disc !important;
    margin-left: 0 !important;
}
#thank-you-message {
	background: linear-gradient(0deg, rgba(45, 45, 45, .6), rgba(45, 45, 45, .6)), linear-gradient(180deg, #009DFF 0%, #112C3E 100%);
	padding: 10px 20px;
	color: #fff;
	margin-bottom: 20px;
}
.custom-call-to-action li {
    margin-bottom: 12px;
}

.custom-call-to-action ol {
    padding-left: 0;
}
.textwidget ol li {
    margin-bottom: 5px;
}

.textwidget ol ul {
    margin-bottom: 10px;
}
.sow-features-feature .textwidget p {
    font-family: 'Viga';
}
.card-block-in-single .panel-grid-cell {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.card-block-in-single .panel-grid {
    flex-wrap: wrap;
}
.card-block-in-single .panel-grid-cell-empty {
    display: none;
}
.post-password-form {
    padding: 100px 0;
    max-width: 500px;
    margin: 0 auto;
}
.top-free-shipping.summer-sale-banner {
    margin-left: 0;
}
@media (max-width: 780px){
	body #pgc-w65aa64f2320ff-0-0, body #pgc-w65aa64f2320ff-0-1, body #pgc-w65aa64f2320ff-1-0, body #pgc-w65aa64f2320ff-1-1 {
		margin-bottom: 40px;
	}
}
@media (max-width: 560px){
	.card-block-custom .car-up-step-cell {
		padding: 15px 20px 0;
	}
}


.video-page .shop-page-item{
	padding-bottom: 15px;
}
.video-page .shop-page-left{
	width: 100%;
	height: auto;
}
.video-page .shop-page-left img{
	max-width: 100%;
	max-height: 100%;
}
.video-page .shop-page-bottom{
	margin: 10px 0 0 0;
}
.video-page .shop-page-bottom h4{
	text-align: center;
}