body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ca2128 !important;
}
.bg-success {
  background-color: #e9ddc9 !important;
}
.bg-info {
  background-color: #0c783c !important;
}
.bg-warning {
  background-color: #f6f1e9 !important;
}
.bg-danger {
  background-color: #262626 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ca2128 !important;
  border-color: #ca2128 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7f1519 !important;
  border-color: #7f1519 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7f1519 !important;
  border-color: #7f1519 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #0c783c !important;
  border-color: #0c783c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #042915 !important;
  border-color: #042915 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #042915 !important;
  border-color: #042915 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e9ddc9 !important;
  border-color: #e9ddc9 !important;
  color: #7f6334 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d0b68b !important;
  border-color: #d0b68b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7f6334 !important;
  background-color: #d0b68b !important;
  border-color: #d0b68b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f6f1e9 !important;
  border-color: #f6f1e9 !important;
  color: #9f7b41 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614b28 !important;
  background-color: #ddcaab !important;
  border-color: #ddcaab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9f7b41 !important;
  background-color: #ddcaab !important;
  border-color: #ddcaab !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #262626 !important;
  border-color: #262626 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca2128;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7f1519 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca2128 !important;
  border-color: #ca2128 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0c783c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #042915 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c783c !important;
  border-color: #0c783c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e9ddc9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d0b68b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7f6334 !important;
  background-color: #e9ddc9 !important;
  border-color: #e9ddc9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f1e9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ddcaab !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9f7b41 !important;
  background-color: #f6f1e9 !important;
  border-color: #f6f1e9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #262626;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ca2128 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #e9ddc9 !important;
}
.text-info {
  color: #0c783c !important;
}
.text-warning {
  color: #f6f1e9 !important;
}
.text-danger {
  color: #262626 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #721317 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cbaf81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #031b0e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d8c3a1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ca2128;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0c783c;
}
.alert-warning {
  background-color: #f6f1e9;
}
.alert-danger {
  background-color: #262626;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ca2128;
  border-color: #ca2128;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ca2128;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5c2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1be876;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ca2128 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ca2128;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ca2128;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ca2128;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ca2128;
  border-bottom-color: #ca2128;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ca2128 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ca2128' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tEwVaK6Cnl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tEwVaK6Cnl nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 10px solid #ca2128;
}
.cid-tEwVaK6Cnl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEwVaK6Cnl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEwVaK6Cnl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEwVaK6Cnl .dropdown-item:hover,
.cid-tEwVaK6Cnl .dropdown-item:focus {
  background: #ca2128 !important;
  color: white !important;
}
.cid-tEwVaK6Cnl .dropdown-item:hover span {
  color: white;
}
.cid-tEwVaK6Cnl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEwVaK6Cnl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEwVaK6Cnl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEwVaK6Cnl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEwVaK6Cnl .nav-link {
  position: relative;
}
.cid-tEwVaK6Cnl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tEwVaK6Cnl .container {
    flex-wrap: wrap;
  }
}
.cid-tEwVaK6Cnl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tEwVaK6Cnl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tEwVaK6Cnl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEwVaK6Cnl .dropdown-menu,
.cid-tEwVaK6Cnl .navbar.opened {
  background: #f6f1e9 !important;
}
.cid-tEwVaK6Cnl .nav-item:focus,
.cid-tEwVaK6Cnl .nav-link:focus {
  outline: none;
}
.cid-tEwVaK6Cnl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEwVaK6Cnl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEwVaK6Cnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEwVaK6Cnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEwVaK6Cnl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEwVaK6Cnl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEwVaK6Cnl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tEwVaK6Cnl .navbar.opened {
  transition: all 0.3s;
}
.cid-tEwVaK6Cnl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEwVaK6Cnl .navbar .navbar-logo img {
  width: auto;
}
.cid-tEwVaK6Cnl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEwVaK6Cnl .navbar.collapsed {
  justify-content: center;
}
.cid-tEwVaK6Cnl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEwVaK6Cnl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEwVaK6Cnl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tEwVaK6Cnl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEwVaK6Cnl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEwVaK6Cnl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tEwVaK6Cnl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEwVaK6Cnl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEwVaK6Cnl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEwVaK6Cnl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEwVaK6Cnl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEwVaK6Cnl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEwVaK6Cnl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEwVaK6Cnl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tEwVaK6Cnl .navbar .navbar-logo img {
    height: 8rem !important;
  }
  .cid-tEwVaK6Cnl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEwVaK6Cnl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEwVaK6Cnl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEwVaK6Cnl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEwVaK6Cnl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEwVaK6Cnl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEwVaK6Cnl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEwVaK6Cnl .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tEwVaK6Cnl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEwVaK6Cnl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEwVaK6Cnl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEwVaK6Cnl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEwVaK6Cnl .dropdown-item.active,
.cid-tEwVaK6Cnl .dropdown-item:active {
  background-color: transparent;
}
.cid-tEwVaK6Cnl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEwVaK6Cnl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEwVaK6Cnl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEwVaK6Cnl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEwVaK6Cnl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEwVaK6Cnl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEwVaK6Cnl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEwVaK6Cnl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEwVaK6Cnl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEwVaK6Cnl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tEwVaK6Cnl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEwVaK6Cnl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEwVaK6Cnl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEwVaK6Cnl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEwVaK6Cnl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEwVaK6Cnl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEwVaK6Cnl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEwVaK6Cnl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEwVaK6Cnl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEwVaK6Cnl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEwVaK6Cnl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEwVaK6Cnl .navbar {
    height: 70px;
  }
  .cid-tEwVaK6Cnl .navbar.opened {
    height: auto;
  }
  .cid-tEwVaK6Cnl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEwVaK6Cnl a.nav-link:hover {
  color: #ca2128 !important;
}
.cid-tEwVaK6Cnl .text-primary:hover {
  color: #ffffff !important;
}
@media (max-width: 520px) {
  .cid-tEwVaK6Cnl img {
    height: 2rem !important;
  }
}
.cid-tGjJsSr9fl {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tGjJsSr9fl .carousel {
  width: 100%;
}
.cid-tGjJsSr9fl .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tGjJsSr9fl .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tGjJsSr9fl .carousel-caption {
  bottom: 250px;
}
.cid-tGjJsSr9fl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tGjJsSr9fl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tGjJsSr9fl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tGjJsSr9fl .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tGjJsSr9fl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGjJsSr9fl .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tGjJsSr9fl .carousel-caption {
    bottom: 50px;
  }
  .cid-tGjJsSr9fl h1 {
    font-size: 35px !important;
    line-height: 3rem;
    font-weight: 600;
  }
  .cid-tGjJsSr9fl h5 {
    font-size: 32px !important;
    line-height: 3rem;
    font-weight: 600;
  }
  .cid-tGjJsSr9fl h2 {
    font-size: 33px !important;
    line-height: 2.5rem;
  }
  .cid-tGjJsSr9fl p {
    font-size: 18px !important;
  }
}
.cid-tGjJsSr9fl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGjJsSr9fl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGjJsSr9fl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGjJsSr9fl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGjJsSr9fl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGjJsSr9fl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGjJsSr9fl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGjJsSr9fl .carousel-indicators li.active,
.cid-tGjJsSr9fl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGjJsSr9fl .carousel-indicators li::after,
.cid-tGjJsSr9fl .carousel-indicators li::before {
  content: none;
}
.cid-tGjJsSr9fl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGjJsSr9fl .carousel-indicators {
    display: none !important;
  }
}
.cid-tGjJsSr9fl hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-tGjJsSr9fl h1 {
  font-size: 4rem;
  color: #d90000;
  -webkit-text-fill-color: #d90000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGjJsSr9fl h2 {
  font-size: 3.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGjJsSr9fl h5 {
  font-size: 3.5rem;
  color: #d90000;
  -webkit-text-fill-color: #d90000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000000;
  font-weigt: 600;
}
.cid-tGjJsSr9fl p {
  font-size: 1.8rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGjJsSr9fl b,
.cid-tGjJsSr9fl strong {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-tGjJsSr9fl {
    background-color: #fafafa;
  }
  .cid-tGjJsSr9fl .carousel-caption {
    bottom: 140px;
  }
  .cid-tGjJsSr9fl h1 {
    font-size: 35px !important;
    line-height: 3rem;
    font-weight: 600;
  }
  .cid-tGjJsSr9fl h5 {
    font-size: 32px !important;
    line-height: 3rem;
    font-weight: 600;
  }
  .cid-tGjJsSr9fl h2 {
    font-size: 33px !important;
    line-height: 2.5rem;
  }
  .cid-tGjJsSr9fl p {
    font-size: 18px !important;
  }
}
.cid-tEy3vPVp8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f1e9;
}
.cid-tEy3vPVp8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy3vPVp8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEy3vPVp8J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEy3vPVp8J .row {
  flex-direction: row-reverse;
}
.cid-tEy3vPVp8J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEy3vPVp8J .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEy3vPVp8J h3 {
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-tEy3vPVp8J span {
  font-size: 3.5rem;
  font-weight: 600;
  color: #000000;
}
.cid-tEy3vPVp8J hr {
  margin: 1rem 0;
  color: #ca2128;
  opacity: .80;
}
.cid-tEy3vPVp8J .mbr-section-title {
  color: #ca2128;
}
@media (max-width: 520px) {
  .cid-tEy3vPVp8J {
    padding-top: 50px;
  }
  .cid-tEy3vPVp8J span {
    font-size: 2.6rem;
    font-weight: 600;
    color: #000000;
    top-padding: 20px;
  }
}
.cid-tEyefDLWyE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #262626;
}
.cid-tEyefDLWyE .mbr-text,
.cid-tEyefDLWyE blockquote {
  color: #767676;
}
.cid-tEyefDLWyE .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tEyefDLWyE .mbr-text B {
  color: #efefef;
}
.cid-tEyefDLWyE .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tEyefDLWyE .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tEyefDLWyE .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tEy7PZc6PC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #262626;
}
.cid-tEy7PZc6PC .row {
  justify-content: flex-start;
}
.cid-tEy7PZc6PC .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tEy7PZc6PC .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tEy7PZc6PC .mbr-section-title {
  color: #45494E;
}
.cid-tEy7PZc6PC .mbr-section-subtitle {
  color: #45494E;
}
.cid-tEy7PZc6PC .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tEy7PZc6PC .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tEy7PZc6PC .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tEy7PZc6PC .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tEy7PZc6PC .item-content {
    padding-bottom: 10%;
  }
}
.cid-tEy7PZc6PC .item-title {
  color: #ffffff;
}
.cid-tEy7PZc6PC .mbr-text {
  color: #ffffff;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tEy7PZc6PC .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-tEy7PZc6PC .mbr-section-btn {
  margin-top: auto;
}
.cid-tEy7PZc6PC .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-tEy7PZc6PC .item-img {
    margin-bottom: 24px;
  }
}
.cid-tEy7PZc6PC .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tEy7PZc6PC .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tEy7PZc6PC .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tEy7PZc6PC hr {
  margin: 1rem 0;
  color: #ca2128;
  opacity: .80;
}
.cid-tEyfhStMvz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/roma-ristorante-test-bg-1.jpg");
}
.cid-tEyfhStMvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyfhStMvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tEyfhStMvz .title {
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tEyfhStMvz .container {
    padding: 0;
  }
}
.cid-tEyfhStMvz .name {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tEyfhStMvz .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tEyfhStMvz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
  border-radius: 2rem;
  padding: 3rem;
  background: white;
}
@media (max-width: 1200px) {
  .cid-tEyfhStMvz .embla__slide {
    min-width: 470px;
  }
}
@media (max-width: 992px) {
  .cid-tEyfhStMvz .embla__slide {
    min-width: 570px;
  }
}
@media (max-width: 768px) {
  .cid-tEyfhStMvz .embla__slide {
    min-width: 100%;
    padding: 2rem 1rem;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tEyfhStMvz .embla__button--next,
.cid-tEyfhStMvz .embla__button--prev {
  display: flex;
}
.cid-tEyfhStMvz .embla__button {
  bottom: 5%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: black;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEyfhStMvz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEyfhStMvz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 6rem;
}
.cid-tEyfhStMvz .embla__button.embla__button--next {
  right: 0;
  margin-right: 6rem;
}
@media (max-width: 768px) {
  .cid-tEyfhStMvz .embla__button {
    top: auto;
  }
}
.cid-tEyfhStMvz .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tEyfhStMvz .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tEyfhStMvz .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tEyfhStMvz .embla {
  position: relative;
  width: 100%;
}
.cid-tEyfhStMvz .embla__viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 2rem;
}
.cid-tEyfhStMvz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEyfhStMvz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEyfhStMvz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEyfhStMvz H3 {
  color: #ffffff;
  font-size: 3.5em;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tEyfhStMvz .user_name {
  color: #bbbbbb;
}
.cid-tEyfhStMvz .user_desk {
  color: #bbbbbb;
}
.cid-tEyfhStMvz .user_text {
  color: #353535;
}
@media (max-width: 520px) {
  .cid-tEyfhStMvz h3,
  .cid-tEyfhStMvz b,
  .cid-tEyfhStMvz strong {
    color: #ffffff;
    font-size: 3.0rem;
    text-shadow: 2px 2px 2px #000000;
    line-height: 3rem;
  }
}
.cid-tEy4kft96j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tEy4kft96j .content {
    text-align: center;
  }
  .cid-tEy4kft96j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tEy4kft96j .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tEy4kft96j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEy4kft96j .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tEy4kft96j .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEy4kft96j .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEy4kft96j .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEy4kft96j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEy4kft96j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEy4kft96j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tEy4kft96j .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tEy4kft96j .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEy4kft96j .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEy4kft96j .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEy4kft96j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tEy4kft96j .list {
  list-style-type: none;
  padding: 0;
}
.cid-tEy4xMRZ1t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca2128;
}
.cid-tEy4xMRZ1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy4xMRZ1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEy4xMRZ1t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGl8mnDFuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGl8mnDFuk nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 10px solid #ca2128;
}
.cid-tGl8mnDFuk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGl8mnDFuk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGl8mnDFuk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGl8mnDFuk .dropdown-item:hover,
.cid-tGl8mnDFuk .dropdown-item:focus {
  background: #ca2128 !important;
  color: white !important;
}
.cid-tGl8mnDFuk .dropdown-item:hover span {
  color: white;
}
.cid-tGl8mnDFuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGl8mnDFuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGl8mnDFuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGl8mnDFuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGl8mnDFuk .nav-link {
  position: relative;
}
.cid-tGl8mnDFuk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGl8mnDFuk .container {
    flex-wrap: wrap;
  }
}
.cid-tGl8mnDFuk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGl8mnDFuk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGl8mnDFuk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGl8mnDFuk .dropdown-menu,
.cid-tGl8mnDFuk .navbar.opened {
  background: #f6f1e9 !important;
}
.cid-tGl8mnDFuk .nav-item:focus,
.cid-tGl8mnDFuk .nav-link:focus {
  outline: none;
}
.cid-tGl8mnDFuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGl8mnDFuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGl8mnDFuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGl8mnDFuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGl8mnDFuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGl8mnDFuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGl8mnDFuk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGl8mnDFuk .navbar.opened {
  transition: all 0.3s;
}
.cid-tGl8mnDFuk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGl8mnDFuk .navbar .navbar-logo img {
  width: auto;
}
.cid-tGl8mnDFuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGl8mnDFuk .navbar.collapsed {
  justify-content: center;
}
.cid-tGl8mnDFuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGl8mnDFuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGl8mnDFuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGl8mnDFuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGl8mnDFuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGl8mnDFuk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGl8mnDFuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGl8mnDFuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGl8mnDFuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGl8mnDFuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGl8mnDFuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGl8mnDFuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGl8mnDFuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGl8mnDFuk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGl8mnDFuk .navbar .navbar-logo img {
    height: 8rem !important;
  }
  .cid-tGl8mnDFuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGl8mnDFuk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGl8mnDFuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGl8mnDFuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGl8mnDFuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGl8mnDFuk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGl8mnDFuk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGl8mnDFuk .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tGl8mnDFuk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGl8mnDFuk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGl8mnDFuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGl8mnDFuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGl8mnDFuk .dropdown-item.active,
.cid-tGl8mnDFuk .dropdown-item:active {
  background-color: transparent;
}
.cid-tGl8mnDFuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGl8mnDFuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGl8mnDFuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGl8mnDFuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGl8mnDFuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGl8mnDFuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGl8mnDFuk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGl8mnDFuk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGl8mnDFuk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGl8mnDFuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGl8mnDFuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGl8mnDFuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGl8mnDFuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGl8mnDFuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGl8mnDFuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGl8mnDFuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGl8mnDFuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGl8mnDFuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGl8mnDFuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGl8mnDFuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGl8mnDFuk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGl8mnDFuk .navbar {
    height: 70px;
  }
  .cid-tGl8mnDFuk .navbar.opened {
    height: auto;
  }
  .cid-tGl8mnDFuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGl8mnDFuk a.nav-link:hover {
  color: #ca2128 !important;
}
.cid-tGl8mnDFuk .text-primary:hover {
  color: #ffffff !important;
}
@media (max-width: 520px) {
  .cid-tGl8mnDFuk img {
    height: 2rem !important;
  }
}
.cid-tGl8OfY45L {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/roma-ristorante-haverhill-function-rooms-banner-1.jpg");
}
.cid-tGl8OfY45L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGl8OfY45L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGl8OfY45L .spacr {
  margin-top: 60px;
}
.cid-tGl8OfY45L hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
  width: 80%;
}
.cid-tGl8OfY45L h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGl8OfY45L h2 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGl8OfY45L h5 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGl8OfY45L a.btn-primary,
.cid-tGl8OfY45L a.btn-info {
  font-size: 1.1rem;
}
@media (max-width: 520px) {
  .cid-tGl8OfY45L {
    padding-top: 100px;
  }
  .cid-tGl8OfY45L h1 {
    font-size: 35px !important;
    line-height: 3rem;
  }
  .cid-tGl8OfY45L h5 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-tGl8OfY45L h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-tGl8OfY45L p {
    font-size: 15px !important;
  }
}
.cid-tGldqrMso8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1e9;
}
.cid-tGldqrMso8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGldqrMso8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGldqrMso8 hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tGldqrMso8 .mbr-section-title {
  color: #ca2128;
  text-align: left;
}
.cid-tGldqrMso8 .mbr-section-subtitle {
  text-align: left;
}
.cid-tGldqrMso8 span {
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 520px) {
  .cid-tGldqrMso8 h3.mbr-section-title {
    font-size: 45px !important;
    font-weight: 600;
  }
}
.cid-tGv9NfIlRL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e9ddc9;
}
.cid-tGv9NfIlRL .mbr-text,
.cid-tGv9NfIlRL blockquote {
  color: #767676;
}
.cid-tGv9NfIlRL .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGv9NfIlRL .mbr-text B {
  color: #efefef;
}
.cid-tGv9NfIlRL .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGv9NfIlRL .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGv9NfIlRL .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tGleuT0sfu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9ddc9;
}
.cid-tGleuT0sfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGleuT0sfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGleuT0sfu .row {
    padding: 0;
  }
  .cid-tGleuT0sfu .container-fluid {
    padding: 0;
  }
}
.cid-tGleuT0sfu .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1400px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tGleuT0sfu .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-tGleuT0sfu .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-tGleuT0sfu .items-card {
    padding-top: 100px;
  }
}
.cid-tGleuT0sfu .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-tGleuT0sfu .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-tGleuT0sfu .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-tGleuT0sfu .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-tGleuT0sfu .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGleuT0sfu .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-tGCdRzjG9y {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGCdRzjG9y .showAlerts {
  display: block !important;
}
.cid-tGCdRzjG9y .rowflexrev {
  display: -webkit-flex;
}
.cid-tGCdRzjG9y .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tGCdRzjG9y .title {
  margin-bottom: 2rem;
}
.cid-tGCdRzjG9y .mbr-section-subtitle {
  color: #ca2128;
}
.cid-tGCdRzjG9y textarea.form-control {
  min-height: 188px;
}
.cid-tGCdRzjG9y LABEL {
  color: #232323;
  display: initial;
}
.cid-tGCdRzjG9y .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGCdRzjG9y .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tGCdRzjG9y .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGCdRzjG9y .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGCdRzjG9y .alert {
  margin-bottom: 0;
}
.cid-tGCdRzjG9y .alert-success {
  background-color: #70c770;
}
.cid-tGCdRzjG9y .alert-danger {
  background-color: #ff4a52;
}
.cid-tGCdRzjG9y .btn {
  display: inline-flex;
}
.cid-tGCdRzjG9y .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tGCdRzjG9y .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tGCdRzjG9y .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tGCdRzjG9y input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGCdRzjG9y input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGCdRzjG9y input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGCdRzjG9y h2 {
  font-size: 3.5rem;
}
.cid-tGCdRzjG9y h3 {
  font-size: 2rem;
  font-weight: 600;
}
.cid-tGCdRzjG9y hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-tGCdRzjG9y h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .cid-tGCdRzjG9y h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.cid-tGl8mp5rlQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tGl8mp5rlQ .mbr-text,
.cid-tGl8mp5rlQ blockquote {
  color: #767676;
}
.cid-tGl8mp5rlQ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGl8mp5rlQ .mbr-text B {
  color: #efefef;
}
.cid-tGl8mp5rlQ .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGl8mp5rlQ .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGl8mp5rlQ .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-tGl8mq22IZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tGl8mq22IZ .content {
    text-align: center;
  }
  .cid-tGl8mq22IZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGl8mq22IZ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGl8mq22IZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGl8mq22IZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGl8mq22IZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGl8mq22IZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGl8mq22IZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGl8mq22IZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGl8mq22IZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGl8mq22IZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGl8mq22IZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGl8mq22IZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGl8mq22IZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGl8mq22IZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGl8mq22IZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGl8mq22IZ .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGB0BxHpKO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca2128;
}
.cid-tGB0BxHpKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGB0BxHpKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGB0BxHpKO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGvSbCxGwu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGvSbCxGwu nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 10px solid #ca2128;
}
.cid-tGvSbCxGwu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGvSbCxGwu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGvSbCxGwu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGvSbCxGwu .dropdown-item:hover,
.cid-tGvSbCxGwu .dropdown-item:focus {
  background: #ca2128 !important;
  color: white !important;
}
.cid-tGvSbCxGwu .dropdown-item:hover span {
  color: white;
}
.cid-tGvSbCxGwu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGvSbCxGwu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGvSbCxGwu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGvSbCxGwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGvSbCxGwu .nav-link {
  position: relative;
}
.cid-tGvSbCxGwu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGvSbCxGwu .container {
    flex-wrap: wrap;
  }
}
.cid-tGvSbCxGwu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGvSbCxGwu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGvSbCxGwu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGvSbCxGwu .dropdown-menu,
.cid-tGvSbCxGwu .navbar.opened {
  background: #f6f1e9 !important;
}
.cid-tGvSbCxGwu .nav-item:focus,
.cid-tGvSbCxGwu .nav-link:focus {
  outline: none;
}
.cid-tGvSbCxGwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGvSbCxGwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvSbCxGwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGvSbCxGwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGvSbCxGwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGvSbCxGwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGvSbCxGwu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGvSbCxGwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tGvSbCxGwu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGvSbCxGwu .navbar .navbar-logo img {
  width: auto;
}
.cid-tGvSbCxGwu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGvSbCxGwu .navbar.collapsed {
  justify-content: center;
}
.cid-tGvSbCxGwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGvSbCxGwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGvSbCxGwu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGvSbCxGwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGvSbCxGwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGvSbCxGwu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGvSbCxGwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGvSbCxGwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGvSbCxGwu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGvSbCxGwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGvSbCxGwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGvSbCxGwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGvSbCxGwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGvSbCxGwu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGvSbCxGwu .navbar .navbar-logo img {
    height: 8rem !important;
  }
  .cid-tGvSbCxGwu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGvSbCxGwu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGvSbCxGwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGvSbCxGwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGvSbCxGwu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGvSbCxGwu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGvSbCxGwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGvSbCxGwu .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tGvSbCxGwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGvSbCxGwu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGvSbCxGwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGvSbCxGwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGvSbCxGwu .dropdown-item.active,
.cid-tGvSbCxGwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tGvSbCxGwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGvSbCxGwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGvSbCxGwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGvSbCxGwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGvSbCxGwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGvSbCxGwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvSbCxGwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGvSbCxGwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGvSbCxGwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGvSbCxGwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGvSbCxGwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGvSbCxGwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGvSbCxGwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGvSbCxGwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGvSbCxGwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGvSbCxGwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGvSbCxGwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGvSbCxGwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGvSbCxGwu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGvSbCxGwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGvSbCxGwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGvSbCxGwu .navbar {
    height: 70px;
  }
  .cid-tGvSbCxGwu .navbar.opened {
    height: auto;
  }
  .cid-tGvSbCxGwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvSbCxGwu a.nav-link:hover {
  color: #ca2128 !important;
}
.cid-tGvSbCxGwu .text-primary:hover {
  color: #ffffff !important;
}
@media (max-width: 520px) {
  .cid-tGvSbCxGwu img {
    height: 2rem !important;
  }
}
.cid-tGvSbD2RH1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/roma-ristorante-haverhill-catering-banner-2.jpg");
}
.cid-tGvSbD2RH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvSbD2RH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvSbD2RH1 .spacr {
  margin-top: 60px;
}
.cid-tGvSbD2RH1 hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
  width: 80%;
}
.cid-tGvSbD2RH1 h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGvSbD2RH1 h2 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGvSbD2RH1 h5 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGvSbD2RH1 a.btn-primary,
.cid-tGvSbD2RH1 a.btn-info {
  font-size: 1.1rem;
}
@media (max-width: 520px) {
  .cid-tGvSbD2RH1 {
    padding-top: 100px;
  }
  .cid-tGvSbD2RH1 h1 {
    font-size: 35px !important;
    line-height: 3rem;
  }
  .cid-tGvSbD2RH1 h5 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-tGvSbD2RH1 h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-tGvSbD2RH1 p {
    font-size: 15px !important;
  }
}
.cid-tGvSbDo1Fs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f6f1e9;
}
.cid-tGvSbDo1Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvSbDo1Fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvSbDo1Fs hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tGvSbDo1Fs .mbr-section-title {
  color: #ca2128;
  text-align: left;
}
.cid-tGvSbDo1Fs .mbr-section-subtitle {
  text-align: left;
}
.cid-tGvSbDo1Fs span {
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 520px) {
  .cid-tGvSbDo1Fs h3.mbr-section-title {
    font-size: 45px !important;
    font-weight: 600;
  }
}
.cid-tGvSbEc4iR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e9ddc9;
}
.cid-tGvSbEc4iR .mbr-text,
.cid-tGvSbEc4iR blockquote {
  color: #767676;
}
.cid-tGvSbEc4iR .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGvSbEc4iR .mbr-text B {
  color: #efefef;
}
.cid-tGvSbEc4iR .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGvSbEc4iR .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGvSbEc4iR .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tGwmDl32Td {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9ddc9;
}
.cid-tGwmDl32Td .mbr-text {
  color: #491414;
}
@media (min-width: 767px) {
  .cid-tGwmDl32Td .list {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.cid-tGwmDl32Td .mbr-list {
  color: #1d5356;
}
.cid-tGwmDl32Td .mbr-section-subtitle {
  color: #262626;
  text-align: center;
}
.cid-tGwmDl32Td .mbr-section-title {
  color: #ca2128;
  text-align: center;
}
.cid-tGwmDl32Td ul,
.cid-tGwmDl32Td li {
  color: #000000;
}
.cid-tGwmDl32Td h5 {
  font-size: 4rem;
}
.cid-tGwmDl32Td h6 {
  font-size: 1.5rem;
}
.cid-tGwmDl32Td hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-tGwmDl32Td h5 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .cid-tGwmDl32Td h6 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.cid-tGwqU6GuyH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f6f1e9;
}
.cid-tGwqU6GuyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGwqU6GuyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGwqU6GuyH hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tGwqU6GuyH .mbr-section-title {
  color: #ca2128;
  text-align: left;
}
.cid-tGwqU6GuyH .mbr-section-subtitle {
  text-align: left;
}
.cid-tGwqU6GuyH span {
  font-size: 2rem;
  font-weight: 800;
}
.cid-tGCafCmJKw {
  padding-top: 60px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-tGCafCmJKw .showAlerts {
  display: block !important;
}
.cid-tGCafCmJKw .rowflexrev {
  display: -webkit-flex;
}
.cid-tGCafCmJKw .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tGCafCmJKw .title {
  margin-bottom: 2rem;
}
.cid-tGCafCmJKw .mbr-section-subtitle {
  color: #ca2128;
}
.cid-tGCafCmJKw textarea.form-control {
  min-height: 188px;
}
.cid-tGCafCmJKw LABEL {
  color: #232323;
  display: initial;
}
.cid-tGCafCmJKw .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGCafCmJKw .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tGCafCmJKw .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGCafCmJKw .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGCafCmJKw .alert {
  margin-bottom: 0;
}
.cid-tGCafCmJKw .alert-success {
  background-color: #70c770;
}
.cid-tGCafCmJKw .alert-danger {
  background-color: #ff4a52;
}
.cid-tGCafCmJKw .btn {
  display: inline-flex;
}
.cid-tGCafCmJKw .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tGCafCmJKw .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tGCafCmJKw .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tGCafCmJKw input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGCafCmJKw input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGCafCmJKw input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGCafCmJKw h2 {
  font-size: 4.5rem;
}
.cid-tGCafCmJKw h3 {
  font-size: 2rem;
  font-weight: 600;
}
.cid-tGCafCmJKw hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-tGCafCmJKw h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .cid-tGCafCmJKw h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.cid-tGwpCMg995 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tGwpCMg995 .mbr-text,
.cid-tGwpCMg995 blockquote {
  color: #767676;
}
.cid-tGwpCMg995 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGwpCMg995 .mbr-text B {
  color: #efefef;
}
.cid-tGwpCMg995 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGwpCMg995 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGwpCMg995 .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tGvSbEpenj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tGvSbEpenj .content {
    text-align: center;
  }
  .cid-tGvSbEpenj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGvSbEpenj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGvSbEpenj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGvSbEpenj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGvSbEpenj .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGvSbEpenj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGvSbEpenj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGvSbEpenj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGvSbEpenj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGvSbEpenj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGvSbEpenj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGvSbEpenj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGvSbEpenj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGvSbEpenj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGvSbEpenj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGvSbEpenj .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGB0EIETFa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca2128;
}
.cid-tGB0EIETFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGB0EIETFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGB0EIETFa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGB1Mpnq63 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGB1Mpnq63 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 10px solid #ca2128;
}
.cid-tGB1Mpnq63 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGB1Mpnq63 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGB1Mpnq63 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGB1Mpnq63 .dropdown-item:hover,
.cid-tGB1Mpnq63 .dropdown-item:focus {
  background: #ca2128 !important;
  color: white !important;
}
.cid-tGB1Mpnq63 .dropdown-item:hover span {
  color: white;
}
.cid-tGB1Mpnq63 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGB1Mpnq63 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGB1Mpnq63 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGB1Mpnq63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGB1Mpnq63 .nav-link {
  position: relative;
}
.cid-tGB1Mpnq63 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGB1Mpnq63 .container {
    flex-wrap: wrap;
  }
}
.cid-tGB1Mpnq63 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGB1Mpnq63 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGB1Mpnq63 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGB1Mpnq63 .dropdown-menu,
.cid-tGB1Mpnq63 .navbar.opened {
  background: #f6f1e9 !important;
}
.cid-tGB1Mpnq63 .nav-item:focus,
.cid-tGB1Mpnq63 .nav-link:focus {
  outline: none;
}
.cid-tGB1Mpnq63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGB1Mpnq63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGB1Mpnq63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGB1Mpnq63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGB1Mpnq63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGB1Mpnq63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGB1Mpnq63 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGB1Mpnq63 .navbar.opened {
  transition: all 0.3s;
}
.cid-tGB1Mpnq63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGB1Mpnq63 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGB1Mpnq63 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGB1Mpnq63 .navbar.collapsed {
  justify-content: center;
}
.cid-tGB1Mpnq63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGB1Mpnq63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGB1Mpnq63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGB1Mpnq63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGB1Mpnq63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGB1Mpnq63 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGB1Mpnq63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGB1Mpnq63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGB1Mpnq63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGB1Mpnq63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGB1Mpnq63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGB1Mpnq63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGB1Mpnq63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGB1Mpnq63 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGB1Mpnq63 .navbar .navbar-logo img {
    height: 8rem !important;
  }
  .cid-tGB1Mpnq63 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGB1Mpnq63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGB1Mpnq63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGB1Mpnq63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGB1Mpnq63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGB1Mpnq63 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGB1Mpnq63 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGB1Mpnq63 .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tGB1Mpnq63 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGB1Mpnq63 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGB1Mpnq63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGB1Mpnq63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGB1Mpnq63 .dropdown-item.active,
.cid-tGB1Mpnq63 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGB1Mpnq63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGB1Mpnq63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGB1Mpnq63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGB1Mpnq63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGB1Mpnq63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGB1Mpnq63 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGB1Mpnq63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGB1Mpnq63 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGB1Mpnq63 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGB1Mpnq63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGB1Mpnq63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGB1Mpnq63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGB1Mpnq63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGB1Mpnq63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGB1Mpnq63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGB1Mpnq63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGB1Mpnq63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGB1Mpnq63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGB1Mpnq63 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGB1Mpnq63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGB1Mpnq63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGB1Mpnq63 .navbar {
    height: 70px;
  }
  .cid-tGB1Mpnq63 .navbar.opened {
    height: auto;
  }
  .cid-tGB1Mpnq63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGB1Mpnq63 a.nav-link:hover {
  color: #ca2128 !important;
}
.cid-tGB1Mpnq63 .text-primary:hover {
  color: #ffffff !important;
}
@media (max-width: 520px) {
  .cid-tGB1Mpnq63 img {
    height: 2rem !important;
  }
}
.cid-tGB1MpQaCw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/roma-ristorante-contact-banner.jpg");
}
.cid-tGB1MpQaCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGB1MpQaCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGB1MpQaCw .spacr {
  margin-top: 60px;
}
.cid-tGB1MpQaCw hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
  width: 80%;
}
.cid-tGB1MpQaCw h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGB1MpQaCw h2 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGB1MpQaCw h5 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGB1MpQaCw a.btn-primary,
.cid-tGB1MpQaCw a.btn-info {
  font-size: 1.1rem;
}
@media (max-width: 520px) {
  .cid-tGB1MpQaCw {
    padding-top: 100px;
  }
  .cid-tGB1MpQaCw h1 {
    font-size: 35px !important;
    line-height: 3rem;
  }
  .cid-tGB1MpQaCw h5 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-tGB1MpQaCw h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-tGB1MpQaCw p {
    font-size: 15px !important;
  }
}
.cid-tGB1MqhHM7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f6f1e9;
}
.cid-tGB1MqhHM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGB1MqhHM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGB1MqhHM7 hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tGB1MqhHM7 .mbr-section-title {
  color: #ca2128;
  text-align: left;
}
.cid-tGB1MqhHM7 .mbr-section-subtitle {
  text-align: left;
}
.cid-tGB1MqhHM7 span {
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 520px) {
  .cid-tGB1MqhHM7 h3.mbr-section-title {
    font-size: 45px !important;
    font-weight: 600;
  }
}
.cid-tGB1MqxjBa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e9ddc9;
}
.cid-tGB1MqxjBa .mbr-text,
.cid-tGB1MqxjBa blockquote {
  color: #767676;
}
.cid-tGB1MqxjBa .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGB1MqxjBa .mbr-text B {
  color: #efefef;
}
.cid-tGB1MqxjBa .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGB1MqxjBa .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGB1MqxjBa .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tGB3ZuBHNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ddc9;
}
.cid-tGB3ZuBHNx .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tGB3ZuBHNx .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cid-tGB3ZuBHNx .google-map {
    margin-left: 17%;
  }
}
.cid-tGB3ZuBHNx .google-map {
  height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tGB3ZuBHNx .google-map {
    margin-bottom: 70px;
  }
}
.cid-tGB3ZuBHNx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGB3ZuBHNx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGB3ZuBHNx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGB3ZuBHNx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGB3ZuBHNx .header_box {
  margin-bottom: 40px;
}
.cid-tGB3ZuBHNx .contact_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.cid-tGB3ZuBHNx .card_text {
  display: inline-block;
}
.cid-tGB3ZuBHNx .iconfont-wrapper {
  margin-right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #ca2128;
}
@media (max-width: 767px) {
  .cid-tGB3ZuBHNx .column_wrap {
    margin-bottom: 29px;
  }
}
.cid-tGB3ZuBHNx hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
}
.cid-tGB3ZuBHNx span {
  color: #ca2128;
  font-size: 2.2rem;
  line-height: 4rem;
}
.cid-tGB3ZuBHNx H2 {
  color: #ca2128;
}
.cid-tGB3ZuBHNx h4 {
  color: #000000;
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-tGB3ZuBHNx h4 {
    font-size: 2.2rem !important;
    font-weight: 600;
  }
  .cid-tGB3ZuBHNx h2 {
    font-size: 2rem !important;
    font-weight: 600;
  }
}
.cid-tGBgFEty7B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tGBgFEty7B .mbr-text,
.cid-tGBgFEty7B blockquote {
  color: #767676;
}
.cid-tGBgFEty7B .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGBgFEty7B .mbr-text B {
  color: #efefef;
}
.cid-tGBgFEty7B .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGBgFEty7B .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGBgFEty7B .custom-shape-divider .shape-fill {
  fill: #e9ddc9;
}
.cid-tGB3KuCfTS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGB3KuCfTS .showAlerts {
  display: block !important;
}
.cid-tGB3KuCfTS .rowflexrev {
  display: -webkit-flex;
}
.cid-tGB3KuCfTS .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tGB3KuCfTS .title {
  margin-bottom: 2rem;
}
.cid-tGB3KuCfTS .mbr-section-subtitle {
  color: #ca2128;
}
.cid-tGB3KuCfTS textarea.form-control {
  min-height: 188px;
}
.cid-tGB3KuCfTS LABEL {
  color: #232323;
  display: initial;
}
.cid-tGB3KuCfTS .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGB3KuCfTS .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tGB3KuCfTS .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGB3KuCfTS .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tGB3KuCfTS .alert {
  margin-bottom: 0;
}
.cid-tGB3KuCfTS .alert-success {
  background-color: #70c770;
}
.cid-tGB3KuCfTS .alert-danger {
  background-color: #ff4a52;
}
.cid-tGB3KuCfTS .btn {
  display: inline-flex;
}
.cid-tGB3KuCfTS .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tGB3KuCfTS .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tGB3KuCfTS .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tGB3KuCfTS input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGB3KuCfTS input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGB3KuCfTS input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tGB3KuCfTS h2 {
  font-size: 4.5rem;
}
.cid-tGB3KuCfTS h3 {
  font-size: 2rem;
  font-weight: 600;
}
.cid-tGB3KuCfTS hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-tGB3KuCfTS h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .cid-tGB3KuCfTS h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.cid-tGB1Mrd9vz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tGB1Mrd9vz .mbr-text,
.cid-tGB1Mrd9vz blockquote {
  color: #767676;
}
.cid-tGB1Mrd9vz .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGB1Mrd9vz .mbr-text B {
  color: #efefef;
}
.cid-tGB1Mrd9vz .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGB1Mrd9vz .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGB1Mrd9vz .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-tGB1Mrp33b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tGB1Mrp33b .content {
    text-align: center;
  }
  .cid-tGB1Mrp33b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGB1Mrp33b .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGB1Mrp33b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGB1Mrp33b .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGB1Mrp33b .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGB1Mrp33b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGB1Mrp33b .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGB1Mrp33b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGB1Mrp33b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGB1Mrp33b .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGB1Mrp33b .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGB1Mrp33b .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGB1Mrp33b .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGB1Mrp33b .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGB1Mrp33b .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGB1Mrp33b .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGB1MrTCq1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca2128;
}
.cid-tGB1MrTCq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGB1MrTCq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGB1MrTCq1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGCnnnzEK4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGCnnnzEK4 nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 10px solid #ca2128;
}
.cid-tGCnnnzEK4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGCnnnzEK4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGCnnnzEK4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGCnnnzEK4 .dropdown-item:hover,
.cid-tGCnnnzEK4 .dropdown-item:focus {
  background: #ca2128 !important;
  color: white !important;
}
.cid-tGCnnnzEK4 .dropdown-item:hover span {
  color: white;
}
.cid-tGCnnnzEK4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGCnnnzEK4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGCnnnzEK4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGCnnnzEK4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGCnnnzEK4 .nav-link {
  position: relative;
}
.cid-tGCnnnzEK4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGCnnnzEK4 .container {
    flex-wrap: wrap;
  }
}
.cid-tGCnnnzEK4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGCnnnzEK4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGCnnnzEK4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGCnnnzEK4 .dropdown-menu,
.cid-tGCnnnzEK4 .navbar.opened {
  background: #f6f1e9 !important;
}
.cid-tGCnnnzEK4 .nav-item:focus,
.cid-tGCnnnzEK4 .nav-link:focus {
  outline: none;
}
.cid-tGCnnnzEK4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGCnnnzEK4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGCnnnzEK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGCnnnzEK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGCnnnzEK4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGCnnnzEK4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGCnnnzEK4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGCnnnzEK4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tGCnnnzEK4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGCnnnzEK4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGCnnnzEK4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGCnnnzEK4 .navbar.collapsed {
  justify-content: center;
}
.cid-tGCnnnzEK4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGCnnnzEK4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGCnnnzEK4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGCnnnzEK4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGCnnnzEK4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGCnnnzEK4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGCnnnzEK4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGCnnnzEK4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGCnnnzEK4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGCnnnzEK4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGCnnnzEK4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGCnnnzEK4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGCnnnzEK4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGCnnnzEK4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGCnnnzEK4 .navbar .navbar-logo img {
    height: 8rem !important;
  }
  .cid-tGCnnnzEK4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGCnnnzEK4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGCnnnzEK4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGCnnnzEK4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGCnnnzEK4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGCnnnzEK4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGCnnnzEK4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGCnnnzEK4 .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tGCnnnzEK4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGCnnnzEK4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGCnnnzEK4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGCnnnzEK4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGCnnnzEK4 .dropdown-item.active,
.cid-tGCnnnzEK4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGCnnnzEK4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGCnnnzEK4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGCnnnzEK4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGCnnnzEK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGCnnnzEK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGCnnnzEK4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGCnnnzEK4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGCnnnzEK4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGCnnnzEK4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGCnnnzEK4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGCnnnzEK4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGCnnnzEK4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGCnnnzEK4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGCnnnzEK4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGCnnnzEK4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGCnnnzEK4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGCnnnzEK4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGCnnnzEK4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGCnnnzEK4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGCnnnzEK4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGCnnnzEK4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGCnnnzEK4 .navbar {
    height: 70px;
  }
  .cid-tGCnnnzEK4 .navbar.opened {
    height: auto;
  }
  .cid-tGCnnnzEK4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGCnnnzEK4 a.nav-link:hover {
  color: #ca2128 !important;
}
.cid-tGCnnnzEK4 .text-primary:hover {
  color: #ffffff !important;
}
@media (max-width: 520px) {
  .cid-tGCnnnzEK4 img {
    height: 2rem !important;
  }
}
.cid-tGCnno0b1h {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/roma-ristorante-contact-banner.jpg");
}
.cid-tGCnno0b1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCnno0b1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCnno0b1h .spacr {
  margin-top: 60px;
}
.cid-tGCnno0b1h hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
  width: 80%;
}
.cid-tGCnno0b1h h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGCnno0b1h h2 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGCnno0b1h h5 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGCnno0b1h a.btn-primary,
.cid-tGCnno0b1h a.btn-info {
  font-size: 1.1rem;
}
@media (max-width: 520px) {
  .cid-tGCnno0b1h {
    padding-top: 100px;
  }
  .cid-tGCnno0b1h h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-tGCnno0b1h h5 {
    font-size: 35px !important;
    line-height: 3rem;
  }
  .cid-tGCnno0b1h h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-tGCnno0b1h p {
    font-size: 15px !important;
  }
}
.cid-tGCnnonZYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f1e9;
}
.cid-tGCnnonZYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCnnonZYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCnnonZYz hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-tGCnnonZYz .mbr-section-title {
  color: #ca2128;
  text-align: left;
}
.cid-tGCnnonZYz .mbr-section-subtitle {
  text-align: left;
}
.cid-tGCnnonZYz span {
  font-size: 2rem;
  font-weight: 800;
}
.cid-tGCnnonZYz p.privacy {
  font-size: 1.4rem;
  color: #000000;
  font-family: libre baskerville;
  line-height: 2rem;
}
@media (max-width: 520px) {
  .cid-tGCnnonZYz p.privacy {
    font-size: 1.2rem;
    color: #000000;
    font-family: libre baskerville;
    line-height: 1.8rem;
  }
}
.cid-tGCnnpZMxT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tGCnnpZMxT .mbr-text,
.cid-tGCnnpZMxT blockquote {
  color: #767676;
}
.cid-tGCnnpZMxT .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGCnnpZMxT .mbr-text B {
  color: #efefef;
}
.cid-tGCnnpZMxT .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGCnnpZMxT .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGCnnpZMxT .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tGCnnqdyn9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tGCnnqdyn9 .content {
    text-align: center;
  }
  .cid-tGCnnqdyn9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGCnnqdyn9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGCnnqdyn9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGCnnqdyn9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGCnnqdyn9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGCnnqdyn9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGCnnqdyn9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGCnnqdyn9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGCnnqdyn9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGCnnqdyn9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGCnnqdyn9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGCnnqdyn9 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGCnnqdyn9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGCnnqdyn9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGCnnqdyn9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGCnnqdyn9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGCnnqHygs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca2128;
}
.cid-tGCnnqHygs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCnnqHygs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCnnqHygs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGCrL5zFaP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGCrL5zFaP nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  border-top: 10px solid #ca2128;
}
.cid-tGCrL5zFaP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGCrL5zFaP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGCrL5zFaP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGCrL5zFaP .dropdown-item:hover,
.cid-tGCrL5zFaP .dropdown-item:focus {
  background: #ca2128 !important;
  color: white !important;
}
.cid-tGCrL5zFaP .dropdown-item:hover span {
  color: white;
}
.cid-tGCrL5zFaP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGCrL5zFaP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGCrL5zFaP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGCrL5zFaP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGCrL5zFaP .nav-link {
  position: relative;
}
.cid-tGCrL5zFaP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGCrL5zFaP .container {
    flex-wrap: wrap;
  }
}
.cid-tGCrL5zFaP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGCrL5zFaP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGCrL5zFaP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGCrL5zFaP .dropdown-menu,
.cid-tGCrL5zFaP .navbar.opened {
  background: #f6f1e9 !important;
}
.cid-tGCrL5zFaP .nav-item:focus,
.cid-tGCrL5zFaP .nav-link:focus {
  outline: none;
}
.cid-tGCrL5zFaP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGCrL5zFaP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGCrL5zFaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGCrL5zFaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGCrL5zFaP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGCrL5zFaP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGCrL5zFaP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGCrL5zFaP .navbar.opened {
  transition: all 0.3s;
}
.cid-tGCrL5zFaP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGCrL5zFaP .navbar .navbar-logo img {
  width: auto;
}
.cid-tGCrL5zFaP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGCrL5zFaP .navbar.collapsed {
  justify-content: center;
}
.cid-tGCrL5zFaP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGCrL5zFaP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGCrL5zFaP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGCrL5zFaP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGCrL5zFaP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGCrL5zFaP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGCrL5zFaP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGCrL5zFaP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGCrL5zFaP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGCrL5zFaP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGCrL5zFaP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGCrL5zFaP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGCrL5zFaP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGCrL5zFaP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGCrL5zFaP .navbar .navbar-logo img {
    height: 8rem !important;
  }
  .cid-tGCrL5zFaP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGCrL5zFaP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGCrL5zFaP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGCrL5zFaP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGCrL5zFaP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGCrL5zFaP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGCrL5zFaP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGCrL5zFaP .navbar.navbar-short .navbar-logo img {
  height: 8rem !important;
}
.cid-tGCrL5zFaP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGCrL5zFaP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGCrL5zFaP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGCrL5zFaP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGCrL5zFaP .dropdown-item.active,
.cid-tGCrL5zFaP .dropdown-item:active {
  background-color: transparent;
}
.cid-tGCrL5zFaP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGCrL5zFaP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGCrL5zFaP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGCrL5zFaP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGCrL5zFaP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGCrL5zFaP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGCrL5zFaP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGCrL5zFaP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGCrL5zFaP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGCrL5zFaP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGCrL5zFaP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGCrL5zFaP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGCrL5zFaP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGCrL5zFaP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGCrL5zFaP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGCrL5zFaP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGCrL5zFaP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGCrL5zFaP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGCrL5zFaP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGCrL5zFaP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGCrL5zFaP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGCrL5zFaP .navbar {
    height: 70px;
  }
  .cid-tGCrL5zFaP .navbar.opened {
    height: auto;
  }
  .cid-tGCrL5zFaP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGCrL5zFaP a.nav-link:hover {
  color: #ca2128 !important;
}
.cid-tGCrL5zFaP .text-primary:hover {
  color: #ffffff !important;
}
@media (max-width: 520px) {
  .cid-tGCrL5zFaP img {
    height: 2rem !important;
  }
}
.cid-tGCrL64hrn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/roma-ristorante-contact-banner.jpg");
}
.cid-tGCrL64hrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCrL64hrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCrL64hrn .spacr {
  margin-top: 60px;
}
.cid-tGCrL64hrn hr {
  margin: 1rem 0;
  color: #d90000;
  opacity: .80;
  width: 80%;
}
.cid-tGCrL64hrn h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGCrL64hrn h2 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGCrL64hrn h5 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tGCrL64hrn a.btn-primary,
.cid-tGCrL64hrn a.btn-info {
  font-size: 1.1rem;
}
@media (max-width: 520px) {
  .cid-tGCrL64hrn {
    padding-top: 100px;
  }
  .cid-tGCrL64hrn h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-tGCrL64hrn h5 {
    font-size: 35px !important;
    line-height: 3rem;
  }
  .cid-tGCrL64hrn h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-tGCrL64hrn p {
    font-size: 15px !important;
  }
}
.cid-tGCsCPHxpp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f1e9;
}
.cid-tGCsCPHxpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCsCPHxpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGCsCPHxpp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGCsCPHxpp .row {
  flex-direction: row-reverse;
}
.cid-tGCsCPHxpp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGCsCPHxpp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGCsCPHxpp h3 {
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-tGCsCPHxpp span {
  font-size: 3.5rem;
  font-weight: 600;
  color: #000000;
}
.cid-tGCsCPHxpp hr {
  margin: 1rem 0;
  color: #ca2128;
  opacity: .80;
}
.cid-tGCsCPHxpp .mbr-section-title {
  color: #ca2128;
}
@media (max-width: 520px) {
  .cid-tGCsCPHxpp {
    padding-top: 50px;
  }
  .cid-tGCsCPHxpp span {
    font-size: 3.0rem;
    font-weight: 600;
    color: #000000;
  }
}
.cid-tGCrL6xZX7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tGCrL6xZX7 .mbr-text,
.cid-tGCrL6xZX7 blockquote {
  color: #767676;
}
.cid-tGCrL6xZX7 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-tGCrL6xZX7 .mbr-text B {
  color: #efefef;
}
.cid-tGCrL6xZX7 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-tGCrL6xZX7 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-tGCrL6xZX7 .custom-shape-divider .shape-fill {
  fill: #f6f1e9;
}
.cid-tGCrL6HDHZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tGCrL6HDHZ .content {
    text-align: center;
  }
  .cid-tGCrL6HDHZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGCrL6HDHZ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGCrL6HDHZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGCrL6HDHZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGCrL6HDHZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGCrL6HDHZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGCrL6HDHZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGCrL6HDHZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGCrL6HDHZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGCrL6HDHZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGCrL6HDHZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGCrL6HDHZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGCrL6HDHZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGCrL6HDHZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGCrL6HDHZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGCrL6HDHZ .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGCrL77m7y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ca2128;
}
.cid-tGCrL77m7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCrL77m7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCrL77m7y .mbr-section-subtitle {
  color: #ffffff;
}
