/*for spacing around the logo slider */

.lgx-logo-wrapper.nav-position-b-center.hover-default {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding: 2px;
}

.owl-dots {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*Remove Related Items background color and bold product titles*/

.td-related-title .td-cur-simple-item,
.woocommerce .product .products h2,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

.woocommerce-loop-product__title {
  font-weight: bold;
  line-height: 18px;
}

.td-footer-wrapper {
  padding: 5px;
  padding-top: 20px;
}

.td_block_related_posts .td-related-right {
  display: none;
}

/*Remove Description Header from Product Page*/

.single-product .woocommerce-Tabs-panel h2 {
  display: none;
}

.single-product .product ul.tabs {
  margin-bottom: 30px!important;
}

/*subscribe button*/

#menu-item-777.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-first.td-menu-item.td-normal-menu.menu-item-777 {
  background-color: #aa894c;
  padding-right: 10px;
  padding-left: 25px;
  margin-right: 10px;
  color: #ffffff;
}

#menu-item-777.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-first.td-menu-item.td-normal-menu.menu-item-777 a {
  color: #ffffff;
}

/*Forum Styling*/

.dwqa-current {
  display: none;
}

.dwqa-breadcrumbs {
  display: none;
}

span.dwqa-votes-count {
  display: none !important;
}

.dwqa-question-filter,
.dwqa-question-vote,
.dwqa-answer-vote {
  display: none;
}

/* Forum Status Icons and Text styles*/

.dwqa-question-item .dwqa-status {
  width: 50px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dwqa-question-item .dwqa-status:after {
  color: #fff;
}

.dwqa-question-item .dwqa-status-answered:after {
  content: "answered";
}

.dwqa-question-item .dwqa-status-open:after {
  content: "open";
}

.dwqa-question-item .dwqa-status-closed:after {
  content: "closed";
}

.dwqa-search input {
  display: none;
}

.dwqa-questions-list .dwqa-question-item {
  border-width: 0px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
  border-width: 0px;
}

.single-dwqa-question .dwqa-question-item {
  height: 70px;
}

.akismet_comment_form_privacy_notice {
  display: none;
}

.dwqa-questions-footer .dwqa-ask-question a {
  display: none;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta {
  display: none;
}

/* WPForms Confirmation Message style */

.wpforms-confirmation-container-full {
  color: #333;
  margin: 0 0 24px 0;
  background: #fff;
  border: 1px solid #aa894c;
  padding: 15px 15px;
}

/* Hide Forum Admin */

#post-3.post-wrap.wpfn-1.wpfp-first {
  display: none;
}

/* Hide Forum Add Topic Button
#wpforo-wrap .wpf-head-bar-right {
  display: none;
} */

/* Hide Pay Deposit Button on Shop Page */

.woocommerce ul.products li.product .button {
  display: none;
}

/* Removed fields from Event Calendar form */

#wpforms-36495-field_6.wpforms-field-address-address1 {
  display: none;
}

#wpforms-36495-field_6-city.wpforms-field-address-city {
  display: none;
}

/* WPForm Labels and input fields */

div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field .wpforms-field-label {
  color: #000000;
  font-size: 15px;
}

div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field input {
  border-width: 2px;
}

div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field textarea {
  border-width: 2px;
}

/* Media Captions closer to image */

.wpb_text_column :last-child {
  margin-top: -5px;
  padding-bottom: 10px;
}

.single-product .product .upsells h2 {
  color: #ffffff;
}

#wpforms-submit-68170.wpforms-submit {
  background-color: #a58a55;
}