/* Header */
#custom_html-2 {
	margin: 0;
}

.ajax_add_to_cart, .add_to_cart_button {
	display: none;
}

.hueshop-banner {
	display: flex;
	justify-items: space-between;
	align-items: center;
}

.hueshop-banner > div {
	padding: 10px;
}

.hueshop-banner > .hueshop-banner-cta {
	width: 300px;
}

.site-header {
	background-repeat: no-repeat;
	background-size: 590px;
	background-position: 66% top;
}

.site-branding .custom-logo {
	width: 75%;	
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	content: none;
}

/* Product page */
.event_datetime {
	font-size: 16px !important;
    color: #87c200;
    font-weight: bold;
}

/* cart */
.site-header-cart .widget_shopping_cart, .site-header-cart .widget_shopping_cart a, .site-header-cart .widget_shopping_cart li .quantity {
	color: #6f6f6f;
}

.wc-nested-category-layout-category-image {
	display: none;
}

/* Videos */

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
}

.ratio4-3 .embed-youtube {
	padding-bottom: 75%;
}

.youtube-player {
	position: absolute;
	left: 0;
	height: 100%;
}

select, input[type="number"] {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

#inline_calendar {
	margin-bottom: 10px;
}

#bkap-booking-form > p:first-child {
	display:none;
}

@media screen and (min-width: 768px) {
	
	.site-header {
		padding: 0;
	}
	
	.site-header .col-full {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.site-header .sp-header-row:nth-child(1) {
		padding: 25px 50px;
	}
	
	.site-header .site-search {
		padding: 5px 0;
	}
	
	.site-header .sp-header-row:nth-child(2) {
		background: #8b572a;
    padding: 0px 50px;
	}

	.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    border: 1px solid #e4e4e4;
    border-top: none;
}
	
	.site-header .storefront-primary-navigation {
		background-color: #8b572a;
	}
	
	.main-navigation ul.menu>li>a, .secondary-navigation ul.menu>li>a {
    padding: 1.618em 1em;
		font-size: 18px;
		line-height: 1.618;
}
	.site-header 
	.cart-contents {
		line-height: 1.618;
		padding: 2em 0;
	}
}

.otw-sidebar-1 .widget {
	margin: 0;
	text-align: center;
}
.otw-sidebar-1 .widget a {
	margin-top: 10px	
}
.otw-sidebar-1 .widgettitle {
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	
	.site-header {
		background-size: 300px;
		background-position: 70% bottom;
	}
	
	.site-header .sp-header-row:nth-child(2) {
    padding: 0px 25px;
	}
	
	.main-navigation ul li a {
		color: #f5a623;
	}
	
	.main-navigation ul li a:hover {
		text-decoration: underline;
		color: #e49a1f;
	}
	
button.menu-toggle, button.menu-toggle:hover , .storefront-primary-navigation .menu ul {
	background-color: #87c200;
}
	.storefront-primary-navigation {
		position: absolute;
    right: 0;
	}
	
	.storefront-primary-navigation .menu {
		background: #fff;	
	}
	
	.storefront-primary-navigation .toggled ul {
		padding: 0 20px;
		border: 2px solid #87c200;
    box-sizing: border-box;
	}
	
	.storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar {
		background: #87c200;
	}
	
	.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
		padding-top: 0;
	}
}

@media screen and (max-width: 500px) {
	
	.site-header {
		background: none;
	}
}

@media screen and (max-width: 375px) {
	.site-header {
		background-image: none !important;
	}
	
	.sp-header-row {
    max-width: 60%;
    display: inline-block;
		padding: 0 !important; 
		vertical-align: top;
}
	.site-branding {
    width: 100%;
		float: none
}
	
	li.product img{
		max-width: 200px;
	}
	
	.page-template-template-homepage .entry-header h1 {
    font-size: 2.706326em;
	}
}
