#menu-item-651 {
	display: none;
}
.wcgs-slider-image-tag:hover {
	cursor: pointer;
}
#menu-mainmenu .sub-menu > li a {
	padding: 10px 15px;
}
header {
	position: sticky;  
	top: 0;  
	z-index: 10;
}
.header-section {
	background-color: rgba(2, 19, 45, 0.6);
	will-change: background-color;
	transition: background-color 0.2s ease-in-out;
}
.header-section.scroll {
	background-color: rgba(2, 19, 45, 1);
}
.header-title {
	min-height: 160px;
}
.header-title div {
	vertical-align: middle;
}
.header-title h1 {
	font-size: 40px;
	vertical-align: middle;
}
.wp-block-separator {
	border-bottom: 1px solid #cccccc;
}
.guten-post-content {
	width: 100%;
}
.pgcsimplygalleryblock-albums-title {
	padding: 15px;
	text-align: center;
}
.guten-post-content p, .wp-block-gallery, .wp-block-buttons, hr, .guten-post-content > figure, .guten-post-content .wp-block-pgcsimplygalleryblock-masonry {
	padding-bottom: 25px;
}
.guten-post-content blockquote {
	padding: 15px 15px 0 20px;
	border-color: #1E70EA;
}
.wp-block-list {
	padding-bottom: 20px;
}
.wp-block-list > li {
	padding-bottom: 10px;
}
.video-iframe {
	width: 100%;
	height: 643px;
}
.video-iframe-twice iframe {
	width: 100%;
	height: 313px;
}
.woocommerce table.shop_attributes th {
	width: 60%;
	text-align: left;
	font-weight: 600;
}
.woocommerce table.shop_attributes td p {
	padding: 0 10px;
}
.pum-theme-563 .pum-container, .pum-theme-enterprise-blue .pum-container {
	width: 650px;
}
.form-comment a {
	color: #838383;
	text-decoration: underline;
}
.gallery {
	padding: 25px 0 0 0;
}
.gallery img {
	border: 5px solid #dce0e8;
}
.gallery-columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

@media screen and (max-width:1024px) {
	#menu-item-651 {
		display: flex;
	}
	.guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children>a i {
		margin-top: -6px;
	}
	.gallery-columns-3 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
	}
}

@media screen and (max-width:768px) {
	.video-iframe, .video-iframe-twice iframe {
		height: 210px;
	}
	.header-title h1 {
		font-size: 30px;
	}
	.woocommerce table.shop_attributes th {
		width: 60%;
	}
	html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
		display: inline-block;
	}
	html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
		border-left-width: 0;
		border-bottom-width: 2px;
	}
	.pum-theme-563 .pum-container, .pum-theme-enterprise-blue .pum-container {
		width: 95%;
	}
}