/* Theme Name: Roma */
.gform_wrapper.gravity-theme legend.gfield_label {
	color: #000;
}
#contact-page-hours h2 {
	margin-bottom: 10px;
}
.business-info h3 {
	font-size: 25px;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.business-info .fa {
	font-size: 17px;
}
.business-info {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}
.business-info p {
	margin: 0;
}
.business-info .fa {
	font-size: 24px;
}
.business-info .phone {
	font-size: 28px;
}
.business-info .social {
	margin-top: 10px;
}
.map iframe {
	width: 100%;
	height: 595px;
	border: 3px solid #000 !important;
}
#contact-page-form label {
	display: none;
}
#contact-page-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
#contact-page-form textarea, #contact-page-form input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#contact-page-form textarea, #contact-page-form textarea {
	height: 88px;
}
#contact-page-form .gform_button {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#contact-page-form .gform_wrapper .gform_footer {
	margin: 0;
}
#contact-page-form input.gform_button:hover, #contact-page-form input.gform_button:active {
	background: #000;
	color: #fff;
}
#contact-page-form .gfield_label {
	display: none !important;
}
#contact-page-form .gform_wrapper textarea.large {
	height: 100px !important;
}
#contact-page-form .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	display: inline-block;
}
#contact-page-form .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	margin: 5px 15px 0 2px;
}
#contact-page-form .gform_wrapper ul li.gfield {
	margin-top: 0px;
}
.contact-information .business-info {
	margin-top: 40px;
}
#contact-page-form {
	background-color: #fff !important;
}
#contact-page-form h3 {
	font-size: 32px;
	margin-bottom: 20px;
}
body.page-id-387 main form legend, body.page-id-387 main form {
	text-align: left;
}
/*Testimonials*/
.testimonials-inner h2 {
	margin-bottom: 10px;
}
.testimonials-inner {
	padding: 50px 15px;
	text-align: center;
}
.testimonials-inner .fas.fa-star {
	padding-right: 5px;
}
.testimonials-inner .carousel-inner {
	height: 100%;
}
.menu-row .images {
	align-self: stretch;
	position: relative;
}
.menu-row .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.menu-row .image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.description .desc-price:not(:last-child) {
	margin-right: 10px;
}
.menu-items.columns {
	justify-content: center;
}
.menu-items.columns > .col {
	flex: 0 1 auto;
	max-width: min(450px, 50%);
	min-width: 270px;
}

.mobile-links {
	display: none;
}
@media screen and (max-width: 991px) {
	.mobile-links {
		display: flex;
		justify-content: center;
		column-gap: 30px;
	}
	#contact-section .location {
		margin: 100px 0;
	}
}
@media screen and (max-width: 570px) {
	.menu-items.columns {
		justify-content: left;
	}
}
