/*
 Theme Name: DamSam Child
 Author: SCS
 Author URI: https://scsgrandrapids.com
 Template: damsam-theme
 Description: Child theme
 Version: 0.5
 */
#primary-menu li {
	padding: 15px;
}

.site-header {
	position: static;
}

.site-header {
	flex-direction: column;
}

.site-header a {
	text-decoration: none;
}

.site-header ul,
.site-header .widget,
.site-header p {
	margin: 0;
}

.sticky-header {
	background: #0e1c2c;
}

.site-branding {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background: #ffffff;
}

.top-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	flex-direction: row;
	color: #fffff;
}

.top-bar .menu {
	display: flex;
	list-style: none;
	justify-content: space-evenly;
	width: 500px;
	max-width: 50vw;
	color: #ffffff;
	padding: 0;
}

.top-bar a {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.top-bar .menu a:hover {
	color: #383838;
}

.top-bar .widget {
	width: 500px;
	max-width: 50vw;
	color: #ffffff;
	text-align: center;
}

.menu-row {
	background: #383838;
	width: 100%;
}

#primary-menu a {
	color: #ffffff;
	padding: 0 12px;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: -0.5px;
}

#primary-menu a:hover {
	color: #a60813;
	text-decoration: none;
}

.site-footer {
	background: #232323;
	color: #888889;
}

.site-footer h3 {
	color: #ffffff;
}

.site-footer a {
	color: #888889;
	text-decoration: none;
}

.site-footer ul {
	margin: 0;
	padding: 0;
}

.site-footer li {
	list-style: none;
}

.site-footer h3 :after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #fff;
}

.site-footer .fa {
	margin-right: 10px;
}

a {
	color: #6a6a6a;
}

a[href^="tel:"] {
	text-decoration: none;
}

.sub-menu {
	background: #ffffff;
}

#primary-menu .sub-menu a {
	color: #000000;
}

#primary-menu .sub-menu a:hover {
	color: #a60813;
}

html {
	font-size: 13px;
}

.wp-block-group {
	padding: 20px 0;
}

.wp-block-group p {
	margin: 1em;
}

.wp-block-separator {
	margin-bottom: 2em;
}

.wp-block-group__inner-container > h2,
.wp-block-group__inner-container > h3 {
	margin: 1em 0;
}

html,
html p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1,
h2,
h3,
h4,
#primary-menu a {
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

html {
	overflow-x: hidden;
}

.top-bar {
	background: #a60813;
}

ul.rightmbottom {
	margin: 0;
}

.container {
	width: 1320px;
	margin: 0 auto;
	max-width: 100vw;
}

.logo-div {
	max-width: 250px;
}

.custom-logo {
	padding: 10px 0;
}

.site-branding .container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.menu-row .container {
	justify-content: right;
}

.site-branding .widget {
	color: #000000;
}

.site-branding .widget a {
	color: #000000;
}

.page-area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 8px;
	justify-content: center;
}

.breadcrumb {
	width: 100%;
	margin-top: 150px;
	background: rgba(35, 35, 35, 0.1);
	order: 0;
}

.breadcrumb p.breadcrumbs {
	margin: 22px 0;
}

.site-main {
	width: 100%;
}

#secondary {
	width: 100%;
	max-width: 435px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#secondary .widget {
	width: 100%;
	max-width: 300px;
}

.full .site-main {
	width: 100%;
	margin-left: 25px;
}

.page-content,
.site-main .page {
	padding: 0;
}

#secondary .widget-title {
	display: block;
	margin: 5px 0 0;
	position: relative;
	border-bottom: 3px solid #e6e8e9;
	background: #a60813;
	color: #fff;
	padding: 15px 0 15px 20px;
	font-size: 20px;
}

.menu-new-machinery-categories-container,
.menu-used-machinery-categories-container {
	background: #e8e8e8;
	padding: 0 10px;
}

#menu-new-machinery-categories,
#menu-used-machinery-categories {
	list-style: none;
}

.menu-new-machinery-categories-container ul,
.menu-used-machinery-categories-container ul {
	margin: 0;
}

#menu-new-machinery-categories li .sub-menu,
#menu-used-machinery-categories li .sub-menu {
	list-style: none;
	background: #e8e8e8;
}

#secondary .menu-new-machinery-categories-container a:hover,
#secondary .menu-used-machinery-categories-container a:hover {
	color: #a60813;
}

#secondary li.menu-item-has-children > a::after {
	content: none;
}

li.menu-item-has-children > a::after {
	content: none;
}

#secondary .menu a {
	color: #232323;
	text-decoration: none;
}

.home #text-6,
.single #text-6 {
	display: none;
}

.home .site-branding i.fa-phone {
	transform: scaleX(-1);
}

.home .site-branding .fa-phone {
	transform: scaleX(-1);
}

.site-branding .fa {
	margin-right: 5px;
}

#secondary .widget-title {
	font-size: 20px;
}

#block-3 {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#secondary {
	order: 1;
}

#primary {
	order: 2;
}
/*Buttons*/
.custom-button {
	display: inline-block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.custom-button,
.add-to-links .button,
.add-to-links .add_to_wishlist {
	border: 1px solid #71020a;
	border-radius: 3px;
	background-color: #a60813;
	color: #fff;
	font-weight: 100;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	text-transform: capitalize;
}

.custom-button:focus,
.add-to-links .button:focus,
.add-to-links .add_to_wishlist:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,.custom-button:hover,
.add-to-links .button:hover,
.add-to-links .add_to_wishlist:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #71020a;
	background-color: #cb0a17;
	color: #fff;
}
/*Catalog Pages*/
.woocommerce-category-description {
	margin: 25px 0 0;
}

ul.products {
	list-style: none;
}

.catalog-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #f5f5f5;
	margin: 5px 0;
}

.catalog-image {
	margin-right: 50px;
}

.catalog-text {
	margin-bottom: 50px;
}

.catalog-image img {
	width: 300px;
	height: auto;
	max-width: none;
}
.columns-3 a h2.woocommerce-loop-category__title {
	margin: 0;
}

.product-category a {
	color: #6a6a6a;
}

.product-category a:hover {
	color: #000000;
}

.woocommerce-product-gallery--columns-4 {
	max-width: 300px;
}

.woocommerce-product-gallery--columns-4 .emoji {
	display: none !important;
}

.catalog-text .woocommerce-loop-product__link {
	text-transform: uppercase;
	color: #232323;
	font-size: 16px;
}

ul.products {
	list-style: none;
}

ul.products a {
	text-decoration: none;
}

ul.products h2.woocommerce-loop-product__title {
	font-size: 16px;
	color: #232323;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 1px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	padding: 0px;
	font-weight: bold;
	line-height: 35px;
	font-weight: 500;
	margin: 0 15px;
}

.woocommerce-pagination li .current {
	background: #a60813;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #ffffff;
	display: block;
	text-align: center;
}

.woocommerce-pagination li a {
	color: #232323;
}

.woocommerce-info {
	background: none !important;
	border: 1px solid #eee;
	border-top: 5px solid #000;
	padding: 10px;
}

.woocommerce-info .btn {
	background: #a60813;
	color: #ffffff;
	display: block;
	padding: 3px;
}

.woocommerce-info .btn:hover {
	background: #232323;
	color: #a60813;
	display: block;
	padding: 3px;
}

.products-per-page {
	display: none;
}

.custom-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-pagination {
	margin-bottom: 50px;
}

.woocommerce-result-count {
	margin: 23px 0 40px;
}

.woocommerce-category-description {
	margin: 50px 0 0;
}

.button,
.custom-button {
	cursor: pointer;
}

.button-col {
	width: 105px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.button-col .custom-button {
	width: 100%;
	line-height: 22px;
	color: #ffffff;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

.main-container .page-content .entry-content .woocommerce form label {
	margin: 0 0 5px;
}

.woocommerce form .form-row label {
	line-height: 2;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
}

.entry-content .form-row .input-text {
	background: #fff;
	border: 1px solid #e6e8e9;
	border-radius: 0;
	height: 32px;
	width: 100%;
	padding: 0 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #fff;
	border: 1px solid #383838;
	font-size: 1.2em;
	line-height: 2.2em;
	color: #383838;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

li.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	color: #383838;
}

li.woocommerce-MyAccount-navigation-link.is-active,
li.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link:hover {
	background: #383838;
	color: #fff;
}

li.woocommerce-MyAccount-navigation-link a:hover,
li.woocommerce-MyAccount-navigation-link:hover a {
	color: #fff;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}
/*Product Pages*/
.sku_wrapper {
	display: block;
}

.quantity {
	float: left;
	font-size: 14px;
	height: 40px;
	margin-right: 10px;
	width: auto;
}

.quantity.hidden {
	display: none;
}

.quantity .input-text,
.quantity input[type="text"],
.quantity .form-row .input-text {
	background: none !important;
	border: 1px solid #d5d5d5 !important;
	border-right: 0;
	border-left: 0;
	border-radius: 0 !important;
	box-shadow: none;
	font-weight: normal;
	height: 40px !important;
	margin: 0;
	width: 40px !important;
	padding: 0 !important;
	float: left;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
}

.quantity .minus,
.quantity .plus {
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	color: #999;
	float: left;
	height: 40px;
	position: static;
	text-shadow: none;
	width: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	cursor: pointer;
	border: 1px solid #d5d5d5;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.summary .cart {
	display: flex;
	align-items: center;
}

.add-to-links div {
	display: inline;
}

.yith-wcwl-add-button .add_to_wishlist,
.compare-button .button {
	display: inline-block;
}

.woocommerce-tabs .tabs .active {
  /*background: #e6e6e6;*/
	text-decoration: none;
}

.woocommerce-tabs .tabs .active a {
	color: #a60813;
	text-decoration: none;
}

.product .summary .left {
	width: 100%;
}

.product .summary .right {
	width: 100%;
}

.site-main .woocommerce-message,
.site-main .woocommerce-info {
	background: #fff;
	border-bottom: 1px solid #e6e8e9;
	border-left: 1px solid #e6e8e9;
	border-radius: 0;
	border-right: 1px solid #e6e8e9;
	border-top: 3px solid #383838;
	box-shadow: none;
	margin: 0 0 20px !important;
	width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
}

.right .actions {
	margin-top: 20px;
}

.woocommerce-Tabs-panel--additional_information {
	margin-top: 24px;
}

.product_meta {
	display: none;
}
/*Table from Additional Information*/
table {
	border-collapse: separate;
	border-color: #e5e5e5;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px;
}

.shop_attributes td {
	padding-left: 10px;
	padding-right: 10px;
}

.shop_attributes p {
	margin: 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(0, 0, 0, 0.025);
}
/*Quote Now Pop Up*/
.page-id-73016 .site-header,
.page-id-73016 #secondary,
.page-id-73016 .site-footer,
.page-id-73016 .mobmenu,
.page-id-73016 .breadcrumb {
	display: none;
}

.page-id-73016 .site-main {
	width: 100% !important;
}
/*Ajax Login*/
.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
	background: #a60813;
	color: #fff;
}

@media screen and (min-width: 1100px) {
	.product .summary {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 100px;
	}

	.product .summary .left {
		width: 350px;
	}

	.product .summary .right {
		width: 50%;
	}

	.woocommerce-tabs .tabs {
		display: flex;
		justify-content: flex-start;
		border-bottom: 3px solid;
	}

	.product .woocommerce-tabs ul.tabs li {
		margin: 0 20px;
	}

	.woocommerce-tabs .tabs .active {
		border-left: 3px solid;
		border-top: 3px solid;
		border-right: 3px solid;
    /*background: #e6e6e6;*/
		width: 250px;
		text-align: center;
	}

	.woocommerce-tabs .tabs .active::after {
		content: " ";
		width: 244px;
		border-bottom: 3px solid white;
		position: absolute;
		bottom: -3px;
		left: 0;
	}

	.woocommerce-tabs .tabs a {
		color: #000000;
	}

	.woocommerce-tabs .tabs .active a {
		color: #a60813;
		text-decoration: none;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	#secondary {
		order: 1;
		width: 30%;
		align-items: flex-end;
		padding-right: 30px;
	}

	#primary {
		order: 2;
		width: 70%;
	}

	.menu-row .container {
		justify-content: center;
	}

	.site-header {
		position: fixed;
	}

	.site-branding .container {
		flex-direction: row;
	}

	.breadcrumb {
		margin-top: 215px;
	}

	#block-3 {
		flex-direction: row;
		width: 600px;
	}

	li.menu-item-has-children > a::after {
		content: " ᐁ";
		font-size: 0.9em;
	}

	.page-area {
		padding: 0;
	}

	.catalog-list {
		flex-direction: row;
	}

	.catalog-text {
		margin-bottom: 0;
	}
  /*Accordion Test*/
	.new-open-shut,
  .used-open-shut {
		display: none;
	}
}
/*Mobile*/
/*Usually the theme breaks down to mobile menu at 999px, but I want to use 1099px for this site*/
@media screen and (max-width: 1099px) {
	.home #secondary {
		order: 2;
	}

	.home #primary {
		order: 1;
	}
  /*Accordion Test*/
	.new-open-shut,
  .used-open-shut {
		display: inline;
	}

	.new-machinery-closed #menu-new-machinery-categories li {
		display: none !important;
	}

	.used-machinery-closed #menu-used-machinery-categories li {
		display: none;
	}

	.new-machinery-open #menu-new-machinery-categories li {
		display: list-item;
	}

	.used-machinery-open #menu-used-machinery-categories li {
		display: list-item;
	}

	.used-machinery-open #nav_menu-20 h2::after {
		content: " -";
	}

	.used-machinery-closed #nav_menu-20 h2::after, .used-machinery-closed #nav_menu-3 h2::after{
		content: " +";
	}

	.used-machinery-open #nav_menu-20 h2::after, .used-machinery-open #nav_menu-3 h2::after {
		content: " -";
	}

	.new-machinery-closed #nav_menu-19 h2::after, .new-machinery-closed #nav_menu-2 h2::after {
		content: " +";
	}

	.new-machinery-open #nav_menu-19 h2::after, .new-machinery-open #nav_menu-2 h2::after {
		content: " -";
	}

	.wc-tabs li {
		border-top: thin solid;
		text-align: center;
	}

	.wc-tabs li:first-child {
		border-top: none;
	}

	.page-id-69110 .wpb_wrapper .custom-button {
		margin-right: 0;
		min-width: 100%;
		text-align: center;
		display: inline-block;
	}

	#secondary > * {
		width: 200px;
	}

	.single-product .summary {
		display: flex;
		flex-direction: column;
	}
}