.bg-color-fff {
	background-color: #fff;
}

.row-gap-30 {
	row-gap: 30px !important;
}

.w-100 {
	width: 100% !important;
}

.h-200px {
	height: 200px !important;
}

.minh-200 {
	min-height: 200px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-50 {
	padding-bottom: 50px !important
}

.p-last-0 p:last-child {
	margin-bottom: 0;
}

.gform_heading .gform_required_legend {
	display: none;
}

.newsletter-form form {
	position: relative;
}

.newsletter-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
	background: #a9e8e080;
	border-radius: 50rem;
	padding: 0 24px;
	border: none;
	font-size: 1rem;
	height: 62px;
	box-shadow: none;
}

.newsletter-form .gform_wrapper input[type=submit] {
	position: absolute;
    top: 9px;
    right: 9px;
    padding: 13px 25px !important;
    font-size: 18px !important;
    background-color: var(--cnvs-btn-color) !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 9999px !important;
    z-index: 1;
}

.contact-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.contact-form .gform_wrapper textarea {
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.6);
	font-size: 16px;
	height: 55px;
	background: transparent;
	padding: 0;
	border-radius: 0;
	color: rgba(255,255,255,.6);
}

.contact-form .gform_wrapper textarea {
	padding-top: 10px;
	min-block-size: initial !important;
	height: 90px;
}

div.gform_wrapper .gform_fields {
	grid-row-gap: 25px;
    row-gap: 25px;
}

.contact-form .gform_wrapper input[type=submit] {
	border: none !important;
	border-radius: 8px !important;
	color: #212529 !important;
	background: #e9ecef !important;
	padding: 15px 25px !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	display: inline-block !important;
	height: auto !important;
	margin-top: 10px !important
}

.contact-info-block {

    position: relative;

    display: flex;

    padding: 0px;

    flex-flow: row;

    align-self: stretch;

    margin: 30px auto 0px;

}


.contact-info-content-box {

    position: relative;

    display: table;

    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 10px;

    background: #ffffff;

    table-layout: fixed;

}

.contact-info-block h4 {
	color: #292929;
	font-size: 23px;
	margin-bottom: 15px
}


.contact-map-wrapper {

    position: relative;

    height: 100%;

    display: table-cell;

    vertical-align: middle;

}


.contact-map-container {

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

    background: #d5d5d5;

    margin: 0px auto 0px;

}


.contact-map-container iframe {

    position: relative;

    width: 100%;

    height: 100%;

    border: none;

    overflow: hidden;

}

.contact-map-container img {
	width: 100%;
	height: auto;
}

.contact-map-container .map-link {
	color: #f68d30;
	text-align: center;
	padding: 15px;
}


.contact-info-box {

    position: relative;

    height: 100%;

    display: table-cell;

    vertical-align: middle;

}


.contact-info-box-inner {

    position: relative;

    display: block;

    padding: 30px;

    overflow: hidden;

}


.contact-info-item {

    position: relative;

    display: block;

    color: #292929;

    font-size: 15px;

    font-weight: 400;

    line-height: 24px;

    margin: 0px auto 15px;

    padding: 2px 0px 2px 30px;

    word-wrap: break-word;
    background-position: 0px 6px;
    background-repeat: no-repeat;
}

.contact-info-item:last-child {
	margin-bottom: 0;
}


.contact-info-box-inner a {

    position: relative;

    color: #292929;

}


.contact-info-box-inner a:hover {

    color: #f68d30;

}


.contact-info-box p {

    margin: 0px;

}

.food-items img {
	width: 100%;
	height: auto;
}

.food-items .inner {
	position: relative;
}

.food-items .overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	color: #fff;
	font-size: 16px;
}

.food-items .inner:hover .overlay-text {
	opacity: 1;
	visibility: initial;
}

.food-items a {
	color: #fff;
}

.brand-slider .slick-track {
	display: flex;
}

.brand-slider .item {
	padding: 0 10px;
	height: inherit;
}

.brand-slider .item .inner {
	border: 1px solid #aaa;
	padding: 5px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.md-h-120px {
		height: 120px !important;
	}
}

@media (max-width: 767px) {
	.contact-info-box,
	.contact-map-wrapper {
		float: none;
		width: 100%;
		display: block;
	}
}