@charset "UTF-8";

/*
Theme Name: Tractor Mike 2024
Theme URI: https://riotactstudios.com/
Author: Matt Harris
Author URI: https://riotactstudios.com/
Description: Custom theme built for Ask Tractor Mike.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --body-textcolor: #777777;
  --body-headingcolor: #222529;
  --body-bordercolor: #ebebeb;
  --body-accentcolor: #CC0000;
  --body-backgroundcolor: #ffffff;
  --body-backgroundoffset: #f9f9f9;
  --body-lightgray: #8f9bad;
  --body-product-gallery: #f5f5f5;
  --footer-backgroundcolor: #222529;
  --footer-textcolor: #a8a8a8;
  --footer-hovercolor: #ffffff;
  --font-family-text: 'Roboto', sans-serif;
  --font-family-heading: 'Poppins', sans-serif;
}

body {
  background-color: var(--body-backgroundcolor);
  color: var(--body-textcolor);
  font-family: var(--font-family-text);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.content-area {
  padding: 20px 0;
}

a {
  color: var(--body-accentcolor);
  text-decoration: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-block-image.align-left { float:left; margin:0 1em 1em 0 }
.wp-block-image.align-right { float:right; margin:0 0 1em 1em }
.wp-block-image.align-center { display: block; margin-left: auto; margin-right: auto }

.wp-block-media-text__media img {
  border-radius: 8px;
}

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

h1, h2, h3, h4, h5 {
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--body-headingcolor);
  text-transform: none;
  margin: 0 0 20px 0;
}

h1 { font-size: 30px; }

h2 { font-size: 30px; }

h3 { font-size: 28px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

.product-title, .entry-title {
  font-size: 26px;
  text-transform: none;
  margin-bottom: 0;
}

.entry-title a, .catalog-title a {
  color: var(--body-headingcolor);
  transition: all 0.3s ease;
}

.entry-title a:hover, .catalog-title a:hover {
  color: var(--body-accentcolor);
}

.woocommerce-breadcrumb, 
.breadcrumbs {
  margin-bottom: 20px;
  color: var(--body-lightgray);
}

.woocommerce-breadcrumb a, 
.breadcrumbs a {
  color: var(--body-lightgray);
  transition: all 0.3s ease;
}

.woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover {
  color: var(--body-accentcolor);
}


/*-------------------------------*/
/*- Buttons ---------------------*/
/*-------------------------------*/

.wp-element-button, .wp-block-button__link,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  display: inline-block;
  line-height: 48px;
  text-transform: uppercase;
  height: 48px;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 0 32px;
  margin: 0;
  background-color: var(--body-accentcolor);
}

.wp-element-button:hover, .wp-block-button__link:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: var(--body-headingcolor);
}

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

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px;
}

.break {
  border-bottom: 1px solid var(--body-bordercolor);
  padding-bottom: 20px;
}

ul {
  list-style: circle outside;
  margin-left: 20px;
}

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

#header-banner {
  background-color: var(--body-accentcolor);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.325px;
  padding: 10px 0;
}

#header-top {
  padding: 10px 0;
  border-bottom: 1px solid var(--body-bordercolor);
  letter-spacing: .275px;
  color: var(--body-headingcolor);
  font-weight: 600;
  font-size: 14px;
}

#header-main {
  padding: 20px 0;
}

#header-navigation {
  background-color: var(--footer-backgroundcolor);
}

/*-------------------------------*/
/*- Header Menu -----------------*/
/*-------------------------------*/

#header-menu {
  display: none;
}

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.header-menu > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
} 

.header-menu > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  height: 60px;
  color: #fff;
  margin: 0 20px;
  transition: all 0.2s ease;
}

.header-menu > li > a:hover {
  color: var(--body-accentcolor);
}

.header-menu > li:first-child > a {
  margin-left: 0;
} 


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

#footer {
  background-color: var(--footer-backgroundcolor);
  color: var(--footer-textcolor);
  padding: 50px 0;
}

#footer h5 {
  color: #fff;
}

#footer a {
  color: var(--footer-textcolor);
}

/*-------------------------------*/
/*- Shop ------------------------*/
/*-------------------------------*/

.shop-sidebar {
  width: calc(100% / 4);
}

.shop-primary {
  width: calc((100% / 4) * 3);
}

.shop-sidebar ul {
  margin: 0;
}

.searchandfilter ul li.sf-field-taxonomy-model {
  display: none;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 10px;
}

.catalog-item {
  width: calc((100% / 3) - (20px / 3));
  border: 1px solid var(--body-bordercolor);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.catalog-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 8px;
}

.catalog-thumb {
  display: block;
  padding: 20px;
  background-color: var(--body-product-gallery);
  transition: all 0.3s ease;
}

.catalog-thumb img {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
}

.catalog-item:hover .catalog-thumb {
  background-color: #eee;
}

.catalog-content {
  padding: 1rem;
}

.catalog-title {
  min-height: 80px;
}

.catalog-title h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2;
}

.catalog-title a {
  color: var(--body-headingcolor);
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
}

.catalog-sku {
  font-size: 12px;
  color: var(--body-textcolor);
}

.catalog-rating {
  text-align: right;
  font-size: 12px;
}

.catalog-price {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
}

.catalog-action a.button {
  display: block;
  background-color: var(--body-accentcolor);
  border: 1px solid var(--body-accentcolor);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.catalog-action a.button:hover {
  background-color: #fff;
  color: var(--body-accentcolor);
}

/*-------------------------------*/
/*- Product Details -------------*/
/*-------------------------------*/

.product-rating {
  font-size: 14px;
  margin-bottom: 20px;
}

#product-form {
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

/*-------------------------------*/
/*- Product Gallery -------------*/
/*-------------------------------*/

.product-gallery-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-gallery-image img {
  display: block;
}

.product-gallery-image.featured {
  padding: 40px;
  background-color: var(--body-product-gallery);
}

.product-gallery-image.featured img {
  width: 80%;
  height: auto;
  margin: auto;
}

.product-gallery-image.video {
  aspect-ratio: 18 / 7;
  object-fit: cover;
  object-position: 50% 50%;
}

.product-gallery-image.grid-item {
  padding: 20px;
  background-color: var(--body-product-gallery);
}

.product-gallery-image.grid-item img {
  width: 80%;
  height: auto;
  margin: auto;
}

.gallery-full-screen {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid var(--body-headingcolor);
  background-color: #fff;
}

.gallery-full-screen i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: var(--body-textcolor);
}

.gallery-video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 50px;
}

.fancybox__backdrop {
  background: #fff;
}

/*-------------------------------*/
/*- Product Price ---------------*/
/*-------------------------------*/

.product-make {
  font-size: 14px;
  text-decoration: underline;
  color: var(--body-textcolor);
}

.product-price {
  font-weight: 700;
  line-height: 1;
  font-size: 32px;
  color: var(--body-headingcolor);
}

/*-------------------------------*/
/*- Product Option --------------*/
/*-------------------------------*/

.product-option {
  position: relative;
  border: 2px solid var(--body-bordercolor);
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.product-option:hover,
.product-option.product-option-active {
  border: 2px solid var(--body-accentcolor);
}

.product-option:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-option.product-option-active:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-color: var(--body-accentcolor) var(--body-accentcolor) #0000 #0000;
  border-style: solid;
  border-width: 40px 0 0 40px;
}

.product-option.product-option-active:after {
  content: '\f00c';
  font: var(--fa-font-sharp-solid);
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}

@media (min-width: 750px) {
  .product-gallery-nav {
    display: block;
  }
}

/*-------------------------------*/
/*- Product Cart ----------------*/
/*-------------------------------*/

.product-cart {
  background-color: var(--body-backgroundcolor);
  border-radius: 8px;
  padding: 20px;
}

.woocommerce div.product form.cart {
  margin: 0;
}

.woocommerce div.product form.cart .button {
  flex: 1;
}

.filter-item-list, .single-product form.cart:not(.variations_form), .single_variation_wrap .variations_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*.quantity {
  display: flex;
  align-items: center;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity button {
  position: relative;
  width: 30px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  outline: none;
  background-color: #fff;
  font-size: 0;
  border: 1px solid var(--body-bordercolor);
  cursor: pointer;
}

.quantity button:hover {
  background-color: var(--body-backgroundoffset);
}

.quantity button.minus,
.wooco-minus {
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.quantity button.plus,
.wooco-plus {
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.quantity button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font: var(--fa-font-sharp-light);
  font-size: 12px;
}

.quantity button.minus:before {
  content: '\f068';
}

.quantity button.plus:before {
  content: '\2b';
}

.quantity .qty {
  width: 44px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-weight: 700;
  border: 1px solid var(--body-bordercolor);
}

.sold-individually .quantity,
.sold-individually .cart:before,
.sold-individually .cart:after {
  display: none;
}

.wooco-qty-label {
  margin-right: 4px;
}

.quantity .wooco_component_product_qty_input.qty {
  width: 44px;
  height: 40px;
}*/

.wc-pao-addon-container {
  display: flex;
}

.wooco_component_product_selection_list .wooco_component_product_selection_list_item {
  border-radius: 8px;
}

.wooco-summary {
  font-weight: 700;
  font-size: 20px;
}

.wooco-alert {
  position: relative;
  border-radius: 8px;
  border-left: 0;
  padding: 6px 18px;
  overflow: hidden;
}

.wooco-alert:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #222;
}

/*-------------------------------*/
/*- Product Lists ---------------*/
/*-------------------------------*/

/*.product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product li {
  display: flex;
  line-height: 1.6;
  padding: 5px 0;

}

.product li:before {
  content: '\f058';
  font: var(--fa-font-sharp-solid);
  margin-right: 10px;
  line-height: 1.6;
}*/

/*-------------------------------*/
/*- Product Tabs ----------------*/
/*-------------------------------*/

#product-tabs {
  margin-bottom: 40px;
}

h2.resp-accordion {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid var(--body-bordercolor);
}

h2.resp-accordion:before {
  content: '\f078';
  font: var(--fa-font-sharp-regular);
  margin-right: 10px;
}

h2.resp-tab-active {
  border-bottom: 1px solid var(--body-accentcolor);
}

h2.resp-tab-active:before {
  content: '\f077';
}

ul.resp-tabs-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: none;
  flex: 1;
  flex-wrap: wrap;
}

.resp-tabs-list li {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 20px 10px 0;
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,0);
  color: var(--body-headingcolor);
  transition: all 0.3s ease;
}

.resp-tabs-list li:before {
  content: none;
}

.resp-tabs-list li.resp-tab-active {
  border-bottom: 1px solid var(--body-accentcolor);
}

.resp-tab-content {
  padding: 20px 0;
  display: none;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

@media (min-width: 750px) {
  #product-tabs { margin-bottom: 0; }
  ul.resp-tabs-list { display: flex; }
  h2.resp-accordion { display: none; }
}

.product-spec {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--body-bordercolor);
  border-left: 1px solid var(--body-bordercolor);
  border-right: 1px solid var(--body-bordercolor);
  padding: 10px;
}

.product-spec:first-child {
  border-top: 1px solid var(--body-bordercolor);
}

.product-spec:nth-child(odd) {
  background-color: var(--body-backgroundoffset);
}

.product-spec-title {
  margin-right: 10px;
}

/*-------------------------------*/
/*- Blog ------------------------*/
/*-------------------------------*/

.blog-primary {
  width: calc(((100% / 4) * 3) - 20px);
}

.blog-sidebar {
  width: calc(100% / 4);
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 20px;
}

/*-------------------------------*/
/*- Blog - Featured Post --------*/
/*-------------------------------*/

.post-list .featured-post {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.post-list .featured-post-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-list .featured-post:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  z-index: 2;
}

.post-list .featured-post-details {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}

.post-list .featured-post-details h3 {
  color: #fff;
  text-transform: none;
}

.post-list .featured-post-details .post-meta {
  color: #fff;
}

/*-------------------------------*/
/*- Blog - Post Grid ------------*/
/*-------------------------------*/

.post-list .post-grid {
  width: calc((100% / 3) - calc(40px / 3));
  border: 1px solid var(--body-bordercolor);
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.post-list .post-grid:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 8px;
}

.post-grid .post-thumb {
  position: relative;
}

.post-grid .post-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.post-grid .category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}

.post-grid .category-badge a {
  display: block;
  border-radius: 25px;
  font-size: 13px;
  padding: 6px 20px;
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

.post-grid .post-content {
  padding: 20px;
}

/*-------------------------------*/
/*- Blog - Post Meta ------------*/
/*-------------------------------*/

h5.entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 40px;
  margin-bottom: 20px;
}

.post-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: var(--body-lightgray);
}

.post-meta a {
  color: var(--body-lightgray);
  transition: all 0.3s ease;
}

.post-meta a:hover {
  color: var(--body-accentcolor);
}

.post-meta .list-inline-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.post-meta .list-inline-item:not(:first-child) {
  padding-left: 20px;
}

.post-meta .list-inline-item:not(:first-child):before {
  content: '\25CF';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 8px;
  color: var(--body-accentcolor);
}

.author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  vertical-align: middle;
}

/*-------------------------------*/
/*- Blog - Page Navigation ------*/
/*-------------------------------*/

.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.pagenavi a, .pagenavi .current {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: var(--body-lightgray);
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  margin: 0 3px;
}

.pagenavi .current {
  background-color: var(--body-accentcolor);
  color: #fff;
}

/*-------------------------------*/
/*- Sidebar Widget --------------*/
/*-------------------------------*/

.sidebar-widget {
  border: 1px solid var(--body-bordercolor);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.widget-title {
  font-size: 20px;
  text-align: center;
}

/*-------------------------------*/
/*- Popular Posts ---------------*/
/*-------------------------------*/

.sidebar-widget .popular-post {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--body-bordercolor);
}

.popular-post-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.popular-post-thumb img {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.popular-post-details {
  width: calc(100% - 70px);
}

.popular-post-details h6 {
  font-size: 15px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.sidebar-widget .popular-post:first-of-type {
  padding: 0 0 20px 0;
}

.sidebar-widget .popular-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/*-------------------------------*/
/*- Category List ---------------*/
/*-------------------------------*/

.sidebar-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-category-list li {
  border-bottom: 1px solid var(--body-bordercolor);
  padding: 10px;
}

.sidebar-category-list li:before {
  content: '\f105';
  font: var(--fa-font-sharp-solid);
  margin-right: 20px;
}

/*-------------------------------*/
/*- Blog - Post Body ------------*/
/*-------------------------------*/

.post-body {
  margin-bottom: 40px;
}

.featured-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.wp-block-embed__wrapper {
  border-radius: 8px;
  overflow: hidden;
}

/*-------------------------------*/
/*- Blog - Author Card ----------*/
/*-------------------------------*/

.author-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f8ff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.author-card-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.author-card-avatar img {
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.author-card-info {
  width: calc(100% - 120px);
}

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

#comments {
  width: 100%;
  max-width: 1350px;
  margin: 0 0 50px 0;
}

#wpdcom {
  width: 100%;
  max-width: 1350px;
}

#wpdcom .wpd-blog-guest .wpd-comment-author {
  color: var(--body-headingcolor);
}

/*-------------------------------*/
/*- Mobile First Media Queries --*/
/*-------------------------------*/

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {

}

/* Larger than tablet */
@media (min-width: 750px) {
  #header-menu { display: block; }
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1350px) {
}