/* Hide page title */
.entry-title { display: none; }

/* Force full width */
.entry-content,
.entry-content .wp-block-html,
.singular .wp-block-post-content,
.wp-site-blocks,
.is-root-container,
.post-content,
.page-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hello-elementor-page-title { display: none; }

body.page .content-area {
  width: 100% !important;
  max-width: 100% !important;
}

.site-content {
  padding: 0 !important;
}
/* Fix header logo size and centre */
.site-branding {
  text-align: left;
  padding: 10px 20px;
}

.site-branding img {
  max-width: 200px !important;
  height: auto;
}

/* Fix navigation colour and alignment */
.site-navigation a {
  color: #2C1810 !important;
  font-family: Georgia, serif !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85em;
}

.site-navigation a:hover {
  color: #C5A455 !important;
}

/* Centre navigation */
.site-navigation ul {
  justify-content: flex-end !important;
  display: flex !important;
}

/* Fix tagline under logo */
.site-description {
  display: none;
}

/* Fix footer logo size */
.site-footer img {
  max-width: 150px !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}
.elementor-widget-wrap {
  padding: 0 !important;
}
.page-id-5910 .entry-title { display: none !important; }
/* Button - dark brown with cream text */
.single_add_to_cart_button {
    background-color: #2C1810 !important;
    color: #F5F0E8 !important;
    border-color: #2C1810 !important;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.single_add_to_cart_button:hover {
    background-color: #C5A455 !important;
    border-color: #C5A455 !important;
}

/* Hide SKU and Reviews tab */
.sku_wrapper,
.reviews_tab,
.woocommerce-tabs {
    display: none !important;
}

/* Price colour - gold */
.woocommerce-variation-price .price,
.summary .price {
    color: #C5A455 !important;
}
.related.products {
    display: none !important;
}

.posted_in {
    display: none !important;
}
/* Category page button */
.woocommerce ul.products li.product .button {
    background-color: #2C1810 !important;
    color: #F5F0E8 !important;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

/* Product name and price colour */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #2C1810 !important;
}

/* Hide sorting and results count */
.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}
/* Hide Contact page title */
.page-id-5838 .entry-title {
    display: none !important;
}

/* Style the WPForms submit button */
.wpforms-submit {
    background-color: #2C1810 !important;
    color: #F5F0E8 !important;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: none !important;
}

.wpforms-submit:hover {
    background-color: #C5A455 !important;
}
/* Hide Contact page title */
.page-id-5838 .entry-title {
    display: none !important;
}

/* Style WPForms submit button */
.wpforms-submit {
    background-color: #2C1810 !important;
    color: #F5F0E8 !important;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: none !important;
}

.wpforms-submit:hover {
    background-color: #C5A455 !important;
}
.posted_in {
    display: none !important;
}