body {
  height: 100%;
  padding-left: 0px;
  background-color: #99aadf;
  background-image: url('../images/background-image.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Bitter, serif;
  font-size: 35px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 3px;
  margin-bottom: 4px;
  font-family: 'PT Sans', sans-serif;
  color: #a8a8a8;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #2b2b2b;
}

.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px 8px;
  background-color: #3b3e47;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #5a5f6e;
}

.button.cta-button {
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #3b3e47;
}

.button.cta-button:hover {
  background-color: #000;
}

.button.cta-button.home {
  margin-top: 25px;
}

.button.green {
  margin-bottom: 15px;
  background-color: #153a00;
  font-family: 'PT Serif', serif;
  text-align: center;
}

.button.green:hover {
  background-color: rgba(40, 96, 215, .8);
  font-family: 'PT Serif', serif;
}

.button.green.menu {
  border: 2px solid #000;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.button.green.menu:hover {
  background-color: rgba(0, 0, 0, .9);
  opacity: 1;
  color: #fff;
}

.button.slider-button {
  background-color: #000;
}

.button.slider-button:hover {
  background-color: #464a57;
}

.button.sign-up {
  margin-top: 0px;
  margin-right: 40px;
  float: right;
  font-family: 'PT Sans', sans-serif;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e8eefb;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'PT Sans', sans-serif;
}

.navbar.scroll {
  top: 0px;
  display: none;
}

.logo-container {
  width: 250px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.logo-container:hover {
  opacity: 0.7;
}

.logo-container.w--current {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: left;
}

.nav-link {
  display: inline-block;
  padding: 10px;
  float: none;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: 'PT Serif', serif;
  color: #153a00;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .72), rgba(26, 71, 0, .68));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .72), rgba(26, 71, 0, .68));
  color: #c92a2a;
}

.nav-link:active {
  background-color: #ba9d3d;
  color: #fff;
}

.nav-link.w--current {
  color: #737373;
}

.nav-menu {
  display: block;
  overflow: visible;
  height: 40px;
  padding-top: 0px;
  float: none;
  clear: none;
  font-family: 'Artbrush medium', sans-serif;
  text-align: center;
}

.slider {
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  clear: both;
  background-color: #000;
  text-align: center;
}

.slide {
  background-image: url('../images/dr3.jpg');
  background-position: 50% 15%;
  background-size: cover;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/11_1.jpg');
}

.slide._3 {
  background-image: url('../images/Header-image-3-bw.jpg');
}

.slide._5 {
  background-image: url('../images/5_1.jpg');
  background-position: 50% 72%;
}

.slide._6 {
  background-image: url('../images/6_1.jpg');
}

.slide.menu {
  background-image: url('../images/stock4.jpg');
  background-position: 50% 46%;
}

.slide.events {
  background-image: url('../images/stock7.jpg');
  background-position: 50% 54%;
}

.slide.events.patient {
  background-image: url('../images/stock6.jpg');
  background-position: 50% 74%;
}

.slide.events.patient.orth {
  background-image: url('../images/orth.jpg');
  background-position: 50% 82%;
}

.slide.events.patient.philly {
  background-image: url('../images/phily.jpg');
}

.slide.gallery {
  background-image: url('../images/16.jpg');
}

.slide-container {
  position: relative;
  left: 0px;
  top: 27%;
  right: 0px;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 400;
  text-align: center;
}

.slide-title {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 51px;
  text-transform: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.slide-title._2 {
  color: #e38232;
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

.slide-title.top-title {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #153a00;
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
  text-shadow: none;
}

.slide-title.top-title.headdd {
  text-shadow: none;
}

.page-content {
  padding: 50px 0px 30px;
  background-color: transparent;
  text-align: center;
}

.container {
  padding-left: 0px;
  text-align: left;
}

.container.foot {
  padding-left: 3%;
}

.container.padded {
  padding: 30px 25px 20px;
  background-color: #e8eefb;
  background-image: none;
}

.container.padded.menu {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .14) 7%, hsla(0, 0%, 100%, 0) 25%), url('../images/dark_wood_textures_wood_panels_wood_texture_1680x1050_wallpaper_Wallpaper_1920x1200_www.wallpaperswa.com.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .14) 7%, hsla(0, 0%, 100%, 0) 25%), url('../images/dark_wood_textures_wood_panels_wood_texture_1680x1050_wallpaper_Wallpaper_1920x1200_www.wallpaperswa.com.jpg');
}

.portfolio-column {
  padding-right: 0px;
  padding-left: 0px;
}

.lightbox {
  position: relative;
  width: 100%;
}

.lightbox-thumb {
  width: 100%;
}

.image-section {
  padding: 50px 35px;
  background-image: -webkit-linear-gradient(0deg, #e0e0e0 60%, hsla(0, 0%, 88%, 0)), url('../images/contact.jpg');
  background-image: linear-gradient(90deg, #e0e0e0 60%, hsla(0, 0%, 88%, 0)), url('../images/contact.jpg');
  background-position: 0% 0%, 90% 42%;
  background-size: auto, cover;
  text-align: center;
}

.page-header {
  height: 400px;
  background-color: #575757;
  background-image: url('../images/Foto-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header._404 {
  height: 100%;
  background-image: url('../images/Foto-9.jpg');
}

.page-header.about {
  height: 330px;
  background-image: url('../images/53e109662c60de6924048c3f_wine.jpg');
}

.page-header.about.dessert {
  background-image: url('../images/original-dessert.jpg');
}

.page-header.about.dinner {
  height: 330px;
  background-image: url('../images/6_1.jpg');
  background-position: 111% 39%;
}

.page-header.about.dinner._2 {
  background-image: url('../images/5_1.jpg');
  background-position: 111% 64%;
}

.page-header.about.dinner._2._3 {
  background-image: url('../images/7.jpg');
  background-position: 111% 68%;
}

.page-header.about.vegan {
  background-image: url('../images/6.jpg');
}

.page-header.about.lunch {
  background-image: url('../images/dog3.jpg');
  background-position: 50% 46%;
}

.page-header.about.services {
  background-image: url('../images/pixburgh.jpg');
  background-position: 50% 35%;
}

.page-header.about.policies {
  background-image: url('../images/policies.jpg');
  background-position: 50% 31%;
}

.page-header.portfolio {
  background-image: url('../images/Foto-3.jpg');
}

.page-header.specials {
  height: 300px;
  background-image: url('../images/1.jpg');
}

.page-header.reservations {
  height: 330px;
  background-image: url('../images/north-shore.jpg');
  background-position: 50% 54%;
}

.page-header.aboutus {
  height: 330px;
  margin-top: 60px;
  background-image: url('../images/menu23.jpg');
  background-position: 50% 64%;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 220px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: rgba(0, 0, 0, .38);
}

.page-header-overlay._404-page {
  padding-top: 268px;
}

.page-header-overlay.portfolio {
  text-align: center;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 1px;
  padding-left: 15px;
  font-family: 'Artbrush medium', sans-serif;
  color: #681e11;
  font-size: 55px;
  line-height: 47px;
  letter-spacing: 3px;
  text-transform: none;
}

.page-header-title.description {
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
}

.logo {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.navbar-some-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.some-block {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #4d535c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-block:hover {
  background-color: #4ac2a4;
}

.team-member-block {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.team-member-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 300px;
  margin-left: 0px;
  float: right;
}

.team-member-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #153a00;
  font-size: 26px;
  text-transform: none;
}

.team-member-title._2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #9c7f59;
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
}

.team-member-title._2.hom {
  color: #9c7f59;
  font-size: 20px;
  line-height: 22px;
}

.team-member-title._2.header {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #000;
}

.team-member-title.white {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-member-title.quote {
  color: #4ac2a4;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.team-member-title.wanted {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px 3px;
  background-color: #3b3e47;
  color: #fff;
}

.team-member-title.quotes {
  color: #c4a87f;
  font-size: 21px;
  line-height: 23px;
}

.team-member-title.menu {
  margin-top: 25px;
  font-size: 25px;
}

.team-member-title.home {
  font-family: 'PT Serif', serif;
  color: #7a1315;
  font-size: 44px;
}

.team-member-title._4 {
  margin-top: 10px;
  font-size: 21px;
}

.team-member-text {
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  list-style-type: disc;
}

.team-member-text.white {
  opacity: 0.7;
  color: #fff;
}

.team-member-text.bullets {
  padding-left: 20px;
}

.team-member-text.jess {
  margin-bottom: 0px;
  padding-left: 52px;
}

.team-member-text.quotes {
  margin-bottom: 0px;
}

.team-member-text.gro {
  color: #153a00;
  text-align: center;
}

.percentage-bar {
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin-bottom: 8px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .09);
}

.percentage-fill {
  overflow: hidden;
  width: 55%;
  height: 20px;
  padding-left: 10px;
  background-color: #4ac2a4;
}

.percentage-fill._82 {
  width: 82%;
}

.percentage-fill._93 {
  width: 93%;
}

.percentage-fill._66 {
  width: 66%;
}

.percentage-title {
  display: inline-block;
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}

.percentage-title.percentage {
  float: right;
  opacity: 0.5;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.percentage-wrapper {
  margin-bottom: 5px;
}

.section-descripton {
  margin-bottom: 30px;
  font-family: Bitter, serif;
  font-size: 19px;
}

.section-descripton.white {
  margin-bottom: 0px;
  padding-left: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.image-section-content-block {
  width: 600px;
}

.overall-list {
  margin-top: 50px;
}

.overall-list-item {
  padding-bottom: 25px;
}

.overall-list-item.last {
  padding-bottom: 0px;
}

.icon-wrapper {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-radius: 2px;
  background-color: #4ac2a4;
}

.icon-wrapper.list {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: #3b3e47;
}

.footer {
  padding: 50px 35px;
  background-color: #000;
}

.all-paragraphs-white {
  color: #fff;
  font-size: 13px;
}

.all-paragraphs-white.hours-special {
  margin-left: -50px;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 13px;
  text-align: center;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 40%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  text-align: center;
}

.lightbox-overlay:hover {
  background-color: rgba(0, 0, 0, .34);
}

.lightbox-overlay.special {
  padding-top: 80%;
}

.lightbox-title {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: rgba(0, 0, 0, .59);
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 1px;
}

.intro-column {
  padding: 20px;
  text-align: center;
}

.divider-line {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, .2);
}

.divider-line.small-centered {
  display: block;
  width: 15%;
  margin: 15px auto;
}

.cta-section {
  width: auto;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #153a00;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.cta-section:hover {
  background-color: rgba(0, 0, 0, .72);
}

.cta-section.above {
  background-color: #25bbd9;
}

.cta-section.above:hover {
  background-color: #000;
}

.nav-link-dropdown {
  display: block;
  width: 100%;
  padding: 0px;
  font-family: Exo, sans-serif;
  color: #153a00;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.nav-link-dropdown:hover {
  background-color: #ededed;
}

.dropdown-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.dropdown-toggle {
  display: block;
  padding: 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.dropdown-icon {
  margin-right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
}

.dropdown-list {
  height: auto;
}

.dropdown-list.w--open {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.dropdown-link {
  padding: 7px 10px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #3d3d3d;
}

.dropdown-link.w--current {
  color: #fff;
}

.cta-description {
  margin-top: 7px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.cta-col-left {
  padding-top: 10px;
}

.pricing-row {
  margin-bottom: 50px;
}

.pricing-block {
  background-color: #3b3e47;
  text-align: center;
}

.pricing-block.green {
  background-color: #4ac2a4;
}

.pricing-title {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
}

.pricing-title.plan-name {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .09);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.pricing-block-list-item {
  padding: 20px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}

.pricing-block-list-item:hover {
  background-color: #f5f5f5;
}

.pricing-block-list-item.last {
  padding-bottom: 40px;
}

.pricing-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.slider-arrow {
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease, background-color 500ms ease;
  transition: opacity 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow:active {
  background-color: rgba(0, 0, 0, .2);
}

.slide-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.lightbox-category {
  display: inline-block;
  margin-top: 14px;
  padding: 9px 7px 6px;
  border-radius: 2px;
  background-color: #d13838;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.lightbox-category.red {
  background-color: #153a00;
  font-family: 'PT Serif', serif;
  font-size: 17px;
  line-height: 19px;
  text-transform: none;
}

.lightbox-category.blue {
  background-color: #d13838;
}

.header-image {
  position: absolute;
  top: -45px;
  right: -6px;
  bottom: 0px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.header-image.team {
  right: -147px;
}

.column-left {
  padding-right: 40px;
}

.intro-link-block {
  width: 100%;
  padding: 20px 15px;
  border-radius: 2px;
  -webkit-transition: border 500ms ease, background-color 1200ms ease;
  transition: border 500ms ease, background-color 1200ms ease;
  text-decoration: none;
}

.intro-link-block:hover {
  background-color: #fff;
}

.intro-link-block:active {
  background-color: #fff;
}

.team-member-intro {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3b3e47;
  background-image: -webkit-linear-gradient(270deg, rgba(59, 62, 71, .9), rgba(59, 62, 71, .9)), url('../images/Team-member.png');
  background-image: linear-gradient(180deg, rgba(59, 62, 71, .9), rgba(59, 62, 71, .9)), url('../images/Team-member.png');
  background-position: 0% 0%, 100% -189px;
  background-size: auto, auto 1500px;
  background-repeat: repeat, no-repeat;
}

.more-work-section {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #153a00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.more-work-section:hover {
  background-color: rgba(21, 58, 0, .65);
}

.section-title.white {
  padding-left: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-transform: none;
}

.more-work-button {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 15px 12px;
  float: right;
  background-color: #3b3e47;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 15px;
  text-transform: uppercase;
}

.more-work-button:hover {
  background-color: #000;
}

.full-team-image {
  position: absolute;
  right: 116px;
  bottom: 0px;
  height: 430px;
  float: right;
}

.intro-team-block {
  width: 600px;
}

.some-button {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding-top: 1px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #4ac2a4;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-button:hover {
  background-color: #3b3e47;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #153a00;
  font-size: 18px;
}

.footer-title.special {
  padding-top: 20px;
  padding-left: 10px;
}

.footer-icon {
  width: 60px;
  margin-right: 10px;
  margin-bottom: 13px;
  padding: 5px;
  float: left;
  opacity: 0.15;
}

.footer-col {
  padding-left: 0px;
}

.link {
  color: #b8b8b8;
  text-decoration: none;
}

.link:hover {
  color: hsla(0, 0%, 72%, .6);
}

.link.footer-link:hover {
  color: #4ac2a4;
}

.link.div {
  padding: 5px;
  background-color: hsla(0, 0%, 100%, .29);
  text-align: center;
}

.link.div:hover {
  background-color: hsla(0, 0%, 100%, .43);
}

.contact-map {
  height: 500px;
  background-color: #3b3e47;
}

.field {
  width: 80%;
  height: 70px;
  margin-bottom: 5px;
  padding-left: 23px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 93%, .84);
  font-family: Bitter, serif;
  color: #a36d08;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, .7);
}

.field:focus {
  border-left-width: 7px;
  border-left-color: #4ac2a4;
}

.field.area {
  height: 180px;
  margin-bottom: 15px;
  padding-top: 23px;
}

.form-plans-wrapper {
  margin-bottom: 15px;
  padding: 30px;
  background-color: #3b3e47;
}

.radio-button-field {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #9e9e9e;
}

.radio-button-field:hover {
  color: #fff;
}

.radio-button-label {
  font-family: 'PT Sans', sans-serif;
}

.form-title {
  display: inline-block;
  margin-right: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #4ac2a4;
  font-size: 15px;
  font-weight: 700;
}

.success-message-wrapper {
  padding-top: 15px;
  padding-left: 20px;
}

.error-bg {
  padding-top: 15px;
  padding-left: 20px;
}

.icon-wrapper-left {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-radius: 2px;
  background-color: #3b3e47;
}

.icon-wrapper-left.green {
  background-color: #4ac2a4;
}

.more-work-col {
  padding-right: 0px;
  padding-left: 0px;
}

.more-work-col.media {
  text-align: center;
}

.more-work-col._3 {
  padding-top: 10px;
}

.map-link {
  color: #fff;
  text-decoration: none;
}

.link-bock-footer {
  float: left;
  text-decoration: none;
}

.map {
  margin-top: 0px;
  padding-top: 0px;
}

.div-block {
  height: auto;
  padding-top: 43.5%;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/3.jpg');
  background-size: 432px;
}

.review-image {
  width: 55%;
  margin-top: 0px;
}

.review-image.urb {
  margin-top: 17px;
  margin-bottom: 15px;
}

.review-image.mag {
  margin-top: 25px;
  margin-bottom: 16px;
}

.newsday {
  padding-top: 17px;
}

.zagat {
  padding-top: 12px;
}

.nytimes {
  padding-top: 20px;
}

.food {
  padding-top: 15px;
}

.slide1 {
  background-image: url('../images/11_1.jpg');
  background-size: cover;
}

.hours {
  color: #d13838;
  font-size: 16px;
  font-weight: 800;
}

.list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.image-div {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.image-div.jess {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-div.bus {
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-div.dog {
  margin-top: -96px;
  padding-top: 0px;
}

.social-media {
  text-align: center;
}

.link-social {
  padding-right: 10px;
  padding-left: 10px;
}

.link-social:hover {
  background-color: #404040;
}

.link-social._2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns {
  margin-bottom: 5px;
}

.jessimage {
  margin-bottom: 25px;
}

.button-block {
  padding-left: 52px;
  float: left;
  text-align: center;
}

.linkk {
  color: #153a00;
}

.heading-div {
  padding: 0px 0px 10px;
  text-align: center;
}

.star {
  margin-left: 30%;
  padding-left: 0px;
  float: left;
}

.star._2 {
  margin-right: 30%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.contact {
  font-family: 'PT Sans', sans-serif;
  color: #153a00;
  font-size: 32px;
  text-transform: none;
}

.contact._2 {
  color: #000;
  font-size: 27px;
  line-height: 25px;
}

.email-field {
  width: 60%;
}

.sign-up-form {
  padding-top: 0px;
}

.home-image {
  margin-right: 5px;
  margin-left: 5px;
}

.heading-image {
  margin-left: -55px;
  padding-top: 5px;
}

.heading-image.lunch {
  margin-left: 0px;
  padding-left: 33px;
}

.heading-image.lunch.dinner {
  padding-left: 46px;
}

.heading-image.lunch.dinner.features {
  padding-left: 57px;
}

.heading-image.catering {
  margin-left: -9px;
  padding-top: 16px;
}

.heading-image.catering.coon {
  margin-left: -20px;
}

.bold {
  color: #c7bcab;
}

.nav {
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.badge {
  float: right;
}

.logo-head {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 200px;
  margin-top: 0px;
  background-color: transparent;
  text-align: center;
}

.slide-div {
  margin-top: 15px;
  padding-left: 0px;
  text-align: center;
}

.vegan {
  color: #17c20e;
  font-weight: 700;
}

.vegetarian {
  color: #d49b00;
  font-weight: 700;
}

.lightbox-image {
  float: none;
  text-align: center;
}

.image-containter {
  margin-top: 15px;
}

.navcontainer {
  margin-top: 215px;
  background-color: transparent;
}

.gallery {
  padding: 5px;
}

.bottom-image {
  margin-bottom: 5px;
}

.number-link {
  color: #fff;
  text-decoration: none;
}

.iconn {
  font-size: 15px;
}

.image-in-page {
  margin-bottom: 10px;
}

.call-object {
  margin-bottom: 10px;
  text-align: center;
}

.phone-big {
  font-size: 23px;
}

.bold-text {
  text-align: center;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="slider-element"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slider-element-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-element-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="slider-element-4"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="scroll-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="display-none-lightbox-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="lightbox-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="move-header-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-work-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="display-none-some-block"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="page-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="percentage-82"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-66"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-93"] {
  width: 0%;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

@media (max-width: 991px) {
  body {
    padding-left: 0px;
  }
  h2 {
    margin-bottom: 2px;
    font-size: 27px;
    line-height: 27px;
  }
  h4 {
    margin-top: 7px;
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 17px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .button {
    margin-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .button.cta-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .button.sign-up {
    margin-right: 15px;
  }
  .navbar {
    width: 100%;
  }
  .logo-container {
    width: 100%;
  }
  .logo-container.w--current {
    width: 180px;
    padding-right: 21px;
  }
  .nav-link {
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
  }
  .nav-menu {
    padding-top: 0px;
  }
  .slider {
    height: 500px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .slide {
    background-image: url('../images/dr3.jpg');
    background-position: 33% 1%;
  }
  .slide.menu {
    background-image: url('../images/stock4.jpg');
  }
  .slide-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-title {
    margin-bottom: 15px;
    font-size: 49px;
    line-height: 33px;
  }
  .slide-title._2 {
    font-size: 22px;
    line-height: 21px;
  }
  .slide-title.top-title {
    margin-bottom: 15px;
    padding: 0px 10px;
    font-size: 27px;
    line-height: 39px;
    text-shadow: none;
  }
  .page-content {
    padding: 40px;
  }
  .container.foot {
    padding-left: 0%;
  }
  .container.padded.menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-section {
    padding: 50px 40px;
    background-image: -webkit-linear-gradient(0deg, #e0e0e0 29%, hsla(0, 0%, 88%, 0)), url('../images/dogwalking.jpg');
    background-image: linear-gradient(90deg, #e0e0e0 29%, hsla(0, 0%, 88%, 0)), url('../images/dogwalking.jpg');
    background-position: 0% 0%, -318% 30%;
  }
  .page-header {
    height: 250px;
  }
  .page-header-overlay {
    padding-top: 180px;
    padding-left: 40px;
  }
  .page-header-title {
    font-size: 35px;
    line-height: 29px;
  }
  .page-header-title.description {
    font-size: 21px;
    line-height: 23px;
  }
  .navbar-some-wrapper {
    width: 100%;
  }
  .team-member-block {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .team-member-block.object {
    margin-bottom: 0px;
  }
  .team-member-title {
    font-size: 25px;
    text-align: left;
  }
  .team-member-title._2 {
    font-size: 22px;
  }
  .team-member-title._2.hom {
    font-size: 17px;
  }
  .team-member-title.white {
    font-size: 28px;
  }
  .team-member-title.quote {
    font-size: 20px;
    line-height: 21px;
  }
  .team-member-title.quotes {
    margin-bottom: 0px;
  }
  .team-member-title._4 {
    line-height: 24px;
  }
  .team-member-text.jess {
    padding-left: 0px;
  }
  .percentage-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .section-descripton {
    font-size: 16px;
  }
  .image-section-content-block {
    width: auto;
  }
  .overall-list {
    margin-top: 30px;
  }
  .overall-list-item {
    padding-bottom: 10px;
  }
  .icon-wrapper {
    margin-bottom: 12px;
  }
  .footer {
    padding: 40px 30px;
  }
  .all-paragraphs-white {
    padding-left: 33px;
    font-size: 11px;
    text-align: left;
  }
  .all-paragraphs-white.hours-special {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .lightbox-overlay {
    padding-top: 20%;
  }
  .lightbox-overlay.special {
    padding-top: 60%;
  }
  .lightbox-title {
    font-size: 17px;
    line-height: 15px;
  }
  .intro-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-section {
    padding: 13px 30px;
  }
  .dropdown-toggle.w--open {
    padding-right: 40px;
  }
  .dropdown-link {
    padding-right: 10px;
    font-size: 9px;
  }
  .cta-description {
    font-size: 18px;
  }
  .pricing-title {
    font-size: 24px;
  }
  .pricing-title.plan-name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
  }
  .slider-arrow {
    width: 55px;
  }
  .slide-overlay {
    padding-top: 250px;
  }
  .lightbox-category {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 11px;
  }
  .lightbox-category.red {
    font-size: 10px;
    line-height: 10px;
  }
  .header-image {
    right: -40px;
    width: 400px;
  }
  .header-image.team {
    right: -40px;
  }
  .intro-link-block {
    padding: 10px;
  }
  .team-member-intro {
    padding: 40px 190px 40px 30px;
    background-position: 0% 0%, -10px 25%;
  }
  .more-work-section {
    padding: 30px 50px;
  }
  .section-title.white {
    font-size: 26px;
  }
  .more-work-button {
    margin-top: 15px;
  }
  .full-team-image {
    right: 0px;
    height: 250px;
  }
  .intro-team-block {
    width: auto;
  }
  .footer-title {
    display: block;
    margin-bottom: 13px;
    margin-left: 0px;
    padding-left: 32px;
    text-align: left;
  }
  .footer-icon {
    display: block;
    width: 30px;
    margin: 0px auto 15px;
    padding: 0px 10px 0px 0px;
    float: left;
  }
  .footer-col {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .contact-map {
    height: 250px;
  }
  .field {
    width: 100%;
  }
  .form-title {
    display: block;
  }
  .icon-wrapper-left {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
  }
  .overall-column {
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .overall-column.last {
    padding-bottom: 0px;
  }
  .map-link {
    font-size: 11px;
  }
  .review-image.urb {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .review-image.mag {
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .newsday {
    padding-top: 14px;
  }
  .zagat {
    padding-top: 12px;
    font-size: 16px;
  }
  .nytimes {
    padding-top: 18px;
  }
  .list {
    text-align: left;
  }
  .image-div.jess {
    text-align: left;
  }
  .image-div.dog {
    margin-top: 0px;
  }
  .jessimage {
    margin-bottom: 0px;
  }
  .button-block {
    padding-left: 0px;
  }
  .star {
    margin-left: 15%;
  }
  .star._2 {
    margin-right: 15%;
    margin-left: 0%;
  }
  .email-field {
    font-size: 13px;
  }
  .heading-image {
    width: 40%;
    margin-left: -21px;
  }
  .heading-image.lunch {
    margin-left: -15px;
    padding-left: 0px;
  }
  .heading-image.lunch.dinner {
    margin-left: 41px;
    padding-left: 0px;
  }
  .heading-image.lunch.dinner.features {
    width: 60%;
    margin-left: -21px;
  }
  .heading-image.catering {
    margin-left: 9px;
    padding-top: 10px;
  }
  .heading-image.catering.coon {
    margin-left: -5px;
  }
  .slide-div {
    padding-left: 0px;
  }
  .lightbox-image {
    margin-left: -10px;
  }
  .navcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bottom-image {
    text-align: center;
  }
  .call-object {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body {
    padding-left: 0px;
  }
  .button.sign-up {
    margin-right: 100px;
    float: right;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #153a00;
    background-image: none;
  }
  .logo-container {
    width: 61%;
    height: 60px;
    padding-top: 2px;
    padding-right: 28px;
    padding-left: 40px;
    text-align: left;
  }
  .logo-container.w--current {
    width: 50%;
    height: 60px;
    margin-top: 0px;
    padding-top: 2px;
    padding-right: 28px;
    padding-left: 40px;
    float: left;
    text-align: left;
  }
  .nav-link {
    display: block;
    background-color: #153a00;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .nav-link.w--current {
    color: #f07f7f;
  }
  .nav-menu {
    height: auto;
  }
  .slider {
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide.menu {
    background-position: 1% 1%;
  }
  .slide-container {
    padding-right: 0px;
    padding-left: 20px;
    text-align: left;
  }
  .slide-title {
    font-size: 50px;
    line-height: 41px;
  }
  .slide-title.top-title {
    font-size: 20px;
    line-height: 28px;
    text-shadow: none;
  }
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-content.top {
    margin-top: 60px;
  }
  .container.foot {
    padding-left: 10%;
    text-align: left;
  }
  .container.padded {
    padding-top: 15px;
  }
  .image-section {
    background-image: -webkit-linear-gradient(0deg, #e0e0e0 54%, hsla(0, 0%, 88%, .5)), url('../images/north.jpg');
    background-image: linear-gradient(90deg, #e0e0e0 54%, hsla(0, 0%, 88%, .5)), url('../images/north.jpg');
    background-position: 0% 0%, -372% 30%;
  }
  .page-header {
    height: 175px;
  }
  .page-header._404 {
    height: 400px;
  }
  .page-header.about.dinner {
    background-position: 46% -33%;
  }
  .page-header.about.lunch {
    background-position: 50% 0%;
  }
  .page-header.about.services {
    background-position: 50% 1%;
  }
  .page-header.about.policies {
    background-position: 50% -3%;
  }
  .page-header.reservations {
    background-position: 50% 6%;
  }
  .page-header-overlay {
    padding-top: 220px;
    padding-right: 40px;
  }
  .page-header-overlay._404-page {
    padding-top: 150px;
  }
  .page-header-title {
    padding-left: 15px;
    font-size: 28px;
    line-height: 25px;
  }
  .page-header-title.description {
    font-size: 20px;
    line-height: 22px;
  }
  .logo {
    font-size: 24px;
    line-height: 36px;
  }
  .navbar-some-wrapper {
    position: static;
    right: 20px;
    bottom: 17px;
    display: inline-block;
    width: auto;
    margin-top: 15px;
    float: left;
    text-align: right;
  }
  .team-member-block {
    margin-bottom: 0px;
    text-align: center;
  }
  .team-member-title {
    text-align: left;
  }
  .team-member-title._2 {
    font-size: 23px;
    line-height: 23px;
  }
  .team-member-title.quotes {
    text-align: left;
  }
  .team-member-title.menu {
    font-size: 22px;
  }
  .team-member-text {
    margin-bottom: 10px;
  }
  .section-descripton.white {
    margin-bottom: 15px;
    text-align: center;
  }
  .all-paragraphs-white {
    padding-left: 45px;
  }
  .lightbox-overlay {
    padding-top: 34%;
  }
  .lightbox-overlay.special {
    padding-top: 65%;
  }
  .lightbox-title {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 21px;
  }
  .cta-section {
    text-align: center;
  }
  .dropdown-title {
    font-size: 14px;
  }
  .dropdown-toggle {
    background-color: #3b3e47;
    color: #fff;
    text-align: left;
  }
  .dropdown-link {
    text-align: center;
  }
  .pricing-block {
    margin-bottom: 15px;
  }
  .slide-overlay {
    padding-top: 100px;
  }
  .lightbox-category {
    font-size: 12px;
  }
  .lightbox-category.red {
    font-size: 21px;
    line-height: 22px;
  }
  .intro-link-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .more-work-section {
    padding-bottom: 30px;
    padding-left: 40px;
    text-align: center;
  }
  .section-title.white {
    text-align: center;
  }
  .more-work-button {
    margin-top: 0px;
    float: none;
  }
  .footer-title {
    margin-bottom: 0px;
    padding-left: 45px;
  }
  .footer-col {
    padding-bottom: 10px;
  }
  .menu-button {
    margin-top: -1px;
    color: #fff;
  }
  .menu-button:hover {
    background-color: #2d7a00;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #2d7a00;
    color: #fff;
  }
  .menu-button.w--open:hover {
    background-color: #2d7a00;
  }
  .more-work-col {
    padding-left: 0px;
  }
  .more-work-col.media {
    padding-left: 15px;
  }
  .newsday {
    padding-top: 18px;
  }
  .nytimes {
    padding-top: 27px;
    padding-bottom: 0px;
  }
  .food {
    padding-top: 0px;
  }
  .list {
    padding-left: 20px;
  }
  .columns {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns.video {
    margin-bottom: 5px;
  }
  .image-div-block {
    width: 20%;
    margin-right: 0px;
    margin-left: 130px;
    padding-right: 0px;
    float: none;
    clear: none;
  }
  .image {
    float: left;
  }
  .contact._2 {
    font-size: 25px;
  }
  .heading-image {
    margin-left: -30px;
  }
  .heading-image.lunch {
    margin-left: -35px;
  }
  .heading-image.lunch.dinner {
    margin-left: 21px;
  }
  .heading-image.lunch.dinner.features {
    margin-left: -40px;
  }
  .heading-image.catering {
    margin-left: -7px;
  }
  .heading-image.catering.coon {
    margin-left: -10px;
  }
  .badge {
    margin-bottom: 10px;
    float: none;
  }
  .slide-div {
    margin-top: 0px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .badge2 {
    width: 20%;
    margin-top: -141px;
    float: right;
  }
  .image-containter {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .navcontainer {
    margin-top: 0px;
  }
  .nav-image {
    width: 30%;
  }
  .bottom-image {
    margin-bottom: 5px;
    text-align: center;
  }
  .number-link {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
  }
  .iconn {
    color: #fff;
  }
  .nav-container {
    padding-left: 8%;
    text-align: center;
  }
  .image-in-page {
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  h4 {
    margin-top: 0px;
    font-size: 16px;
  }
  .button {
    margin-top: 2px;
  }
  .button.cta-button {
    margin-top: 5px;
  }
  .button.sign-up {
    margin-right: 0px;
  }
  .logo-container {
    width: 80%;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 20px;
  }
  .logo-container.w--current {
    width: 80%;
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 20px;
  }
  .nav-menu {
    width: 320px;
  }
  .slider {
    height: 300px;
    margin-top: 0px;
  }
  .slide {
    background-image: url('../images/dr1.jpg');
    background-position: 2% 31%;
  }
  .slide.events.patient.orth {
    background-position: 55% 1%;
  }
  .slide-container {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .slide-title {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 1px;
  }
  .slide-title._2 {
    font-size: 16px;
    line-height: 17px;
  }
  .slide-title.top-title {
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-shadow: none;
  }
  .page-content {
    padding: 20px 10px;
  }
  .container.foot {
    padding-left: 0%;
  }
  .container.padded {
    padding-top: 15px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .image-section {
    background-image: -webkit-linear-gradient(0deg, #e0e0e0 54%, hsla(0, 0%, 88%, .8)), url('../images/dogwalking.jpg');
    background-image: linear-gradient(90deg, #e0e0e0 54%, hsla(0, 0%, 88%, .8)), url('../images/dogwalking.jpg');
  }
  .page-header.about.dinner {
    margin-top: 0px;
    background-position: 60% 93%;
  }
  .page-header.about.services {
    background-position: 50% -301%;
  }
  .page-header.about.policies {
    background-image: url('../images/policies.jpg');
    background-position: 50% -7%;
  }
  .page-header-overlay {
    padding-top: 250px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-header-title {
    margin-left: -5px;
    padding-left: 0px;
    font-family: Bitter, serif;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .page-header-title.description {
    font-size: 14px;
    line-height: 16px;
  }
  .navbar-some-wrapper {
    margin-top: 17px;
  }
  .some-block {
    width: 25px;
    height: 25px;
    margin-right: 2px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .team-member-block {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .team-member-image {
    position: static;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .team-member-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 19px;
    text-align: left;
  }
  .team-member-title._2 {
    margin-left: 0px;
    font-size: 19px;
    line-height: 18px;
    text-align: left;
  }
  .team-member-title._2.hom {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
  }
  .team-member-title.white {
    margin-bottom: 5px;
    line-height: 23px;
  }
  .team-member-title.quote {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 18px;
  }
  .team-member-title.quotes {
    font-size: 14px;
    line-height: 17px;
  }
  .team-member-title.menu {
    font-size: 15px;
    line-height: 18px;
  }
  .team-member-title.home {
    font-size: 32px;
    text-align: center;
  }
  .team-member-text {
    padding-right: 0px;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
  .team-member-text.contact {
    font-size: 13px;
  }
  .team-member-text.service {
    margin-bottom: 0px;
  }
  .section-descripton {
    margin-bottom: 20px;
  }
  .overall-list {
    margin-top: 15px;
  }
  .icon-wrapper.list {
    margin-bottom: 25px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .all-paragraphs-white.hours-special {
    font-size: 9px;
  }
  .lightbox-overlay {
    padding-top: 28%;
  }
  .lightbox-overlay.special {
    padding-top: 55%;
  }
  .lightbox-title {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 22px;
  }
  .intro-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cta-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown-title {
    font-size: 14px;
  }
  .dropdown-toggle {
    font-size: 14px;
  }
  .cta-description {
    font-size: 19px;
    line-height: 21px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-arrow {
    width: 40px;
  }
  .slide-overlay {
    padding-top: 100px;
  }
  .lightbox-category.red {
    font-size: 15px;
    line-height: 19px;
  }
  .header-image {
    top: -28px;
    right: -98px;
  }
  .intro-link-block {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .team-member-intro {
    padding-right: 115px;
    background-size: auto, cover;
  }
  .more-work-section {
    padding-right: 20px;
    padding-left: 10px;
  }
  .section-title.white {
    font-size: 22px;
    line-height: 24px;
  }
  .footer-title {
    margin-bottom: 5px;
  }
  .link {
    padding-left: 0px;
  }
  .contact-map {
    height: 200px;
  }
  .radio-button-field {
    display: block;
    margin-bottom: 3px;
  }
  .icon-wrapper-left {
    margin-right: 13px;
    margin-bottom: 5px;
    float: left;
  }
  .overall-column {
    text-align: left;
  }
  .menu-button {
    display: block;
    margin-top: 0px;
  }
  .more-work-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsday {
    padding-top: 21px;
  }
  .zagat {
    margin-bottom: -3px;
    padding-top: 14px;
  }
  .nytimes {
    padding-top: 11px;
  }
  .food {
    padding-top: 25px;
  }
  .list {
    padding-left: 20px;
  }
  .columns.video {
    margin-bottom: 10px;
  }
  .heading-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-div-block {
    margin-left: 106px;
    padding-left: 0px;
    float: none;
  }
  .image {
    float: left;
  }
  .star {
    margin-right: 5px;
    margin-left: 2%;
  }
  .star._2 {
    margin-right: 3%;
    margin-left: 0%;
  }
  .contact._2 {
    font-size: 16px;
    line-height: 20px;
  }
  .span {
    padding-left: 0px;
  }
  .email-field {
    width: 72%;
  }
  .heading-image {
    width: 35%;
    margin-left: -11px;
    padding-top: 0px;
  }
  .heading-image.lunch {
    width: 80%;
  }
  .heading-image.lunch.dinner {
    width: 60%;
    margin-left: 2px;
  }
  .heading-image.lunch.dinner.features {
    width: 90%;
    margin-left: -58px;
  }
  .heading-image.catering {
    margin-left: 0px;
  }
  .heading-image.catering.coon {
    margin-left: -5px;
  }
  .badge {
    float: none;
    text-align: center;
  }
  .slide-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lightbox-image {
    margin-left: 0px;
  }
  .badge2 {
    width: 28%;
  }
  .image-containter {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-container {
    padding-left: 0%;
  }
  .logo-image {
    display: block;
    width: 80%;
    margin-top: 0%;
    padding-top: 15px;
    float: left;
  }
}

@font-face {
  font-family: 'Artbrush medium';
  src: url('../fonts/ArtBrush-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Artbrush mediumm';
  src: url('../fonts/ArtBrush-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}