@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sidrarestaurant.ca/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.0") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(220,47,47);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(95,110,30);
	--btn-accented-bgcolor-hover: rgb(76,86,8);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://sidrarestaurant.ca/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://sidrarestaurant.ca/wp-content/uploads/2021/10/food-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(17,17,17);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.header-banner-section{
	width: 100%;
}

.header-banner-section p{
	color: #000;
}

.header-banner-section a{
	color: #000;
	text-decoration: underline;
}

.header-banner-section .glf-button.reservation{
	font-family: "Lato", Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	background: transparent !important;
	padding: 0 !important;
	text-decoration: underline !important;
	box-shadow: none !important;
	margin: 0 !important;
	vertical-align: inherit !important;
}

	.whb-sticked .whb-main-header{
		transform: none !important;
	}

	.order-popup{
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
	}

.order-popup-inner{
	position: absolute;
	width: 350px;
		background-color: rgba(255,255,255,0.8);
		padding: 20px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
}

	.order-popup.order-popup-show{
		visibility: visible;
		opacity: 1;
	}

	.order-popup-delivery-btn{
		background-color: #000;
		text-align: center;
		display: none;
	}

.order-popup.order-popup-show .order-popup-delivery-btn{
	display: block;
}

	.order-popup-delivery-btn img{
		height: 60px;
	}

	.order-popup-delivery-btn+.order-popup-delivery-btn{
		margin-top: 20px;
	}

	.order-popup h2{
		text-align: center;
		font-size: 40px;
		letter-spacing: 1.8px;
	}

	.order-popup h3{
		font-size: 25px;
	}

	.order-popup .glf-button-default.glf-button {
		font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif !important;
	    font-size: 40px !important;
	    height: 60px;
	    margin: 0 0 20px 0;
	    width: 100%;
	    line-height: 60px;
	    letter-spacing: 1.5px;
	    background: #000 !important;
	}

	.order-popup-close-btn{
		position: absolute;
		top: 15px;
		right: 15px;
		width: 25px;
		height: 25px;
		cursor: pointer;
	}

	.order-popup-close-btn:before, .order-popup-close-btn:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 28px;
		background-color: #000;
		transform: rotate(45deg) translate(-50%, -50%);
		transform-origin: top left;
		content: '';
	}
	
	.order-popup-close-btn:after {
	    transform: rotate(-45deg) translate(-50%, -50%);
	}

.header-banner-section .ekit-wid-con i{
	text-decoration: underline;
}@media (min-width: 1025px) {
	.header-banner-section p{
	font-size: 18px;
}
}

@media (max-width: 576px) {
	.header-banner-section p{
	font-size: 11px;
}

.header-banner-section .glf-button.reservation{
	font-size: 11px !important;
}

.header-banner-section .ekit-wid-con .fasicon.icon-phone-handset{
	font-size : 9px;
	letter-spacing: 0.4px;
}
}

