/* GeneratePress Site CSS */ /* Header */
.main-navigation:not(.is-open) .main-nav > ul {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 769px) {
    .main-navigation:not(.slideout-navigation)  {
      padding-left: 20px;
			padding-right: 20px;
    }
}

/* Slideout menu */
.main-navigation.slideout-navigation .inside-navigation.grid-container {
	padding: 0 10px;
}
.slideout-navigation .main-nav {
	margin-bottom: 14px;
}

/* Reset one container blog bottom padding */
.one-container.archive .post:not(:last-child):not(.is-loop-template-item), .one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
	padding-bottom: initial;
}

/* Right sidebar*/
.inside-right-sidebar .wp-block-categories-list {
	list-style: none;
	margin: 0;
}
.inside-right-sidebar .wp-block-categories-list li:not(:last-child) {
	margin-bottom: 0.6em;
}
.latest-posts .gb-query-loop-item:last-child .gb-container {
	margin-bottom: 0;
	border-bottom: 0;
}
@media (max-width: 768px) {
	.sidebar.is-right-sidebar {
		margin-top: 60px;
	}
}

/* Box shadow */
.box-shadow {
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.3);
} /* End GeneratePress Site CSS */

.wpforms-confirmation-container-full {
    color: inherit !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Disable Product Image Zoom */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}

nav#site-navigation {
    position: relative;
}

@media (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
  }
  td:before {
    content: "";
  }
}

/* Hide all prices on combined registration form */

/* Hide price in product summary */
.postid-3623 .summary .price,
.postid-3623 .product_meta .price,
.postid-3623 p.price {
    display: none !important;
}

/* Hide price in cart/review area */
/* .postid-3623 .cart .price,
.postid-3623 .woocommerce-Price-amount,
.postid-3623 .amount,
.postid-3623 bdi {
    display: none !important;
} */
.postid-3623 .wc-pao-addon-price {
	display: none !important;
}
