.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  height: 100%;
  font-family: 'Droid Serif', serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  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-bottom: 5px;
  color: #818181;
  font-size: 13px;
  line-height: 26px;
}

a {
  color: #323232;
}

.button {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 17px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #c0a756;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #fff;
  color: #fff;
}

.button.button-color {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #c0a756;
  color: #fff;
}

.button.button-color:hover {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #c0a756;
  color: #c0a756;
}

.button.button-color.float-right {
  float: right;
}

.header {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.navigation-link {
  margin-top: 32px;
  margin-left: 10px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Droid Serif', serif;
}

.navigation-link:hover {
  color: #c0a756;
}

.navigation-link.w--current {
  color: #c0a756;
}

.brand {
  padding-top: 17px;
  padding-bottom: 17px;
}

.banner {
  position: relative;
  height: 500px;
  background-color: #474747;
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.section {
  margin-bottom: 58px;
  padding: 0px 10px;
}

.section.parallax {
  background-image: url('../images/backg4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-text {
  margin-top: 20px;
  margin-bottom: 29px;
  padding-top: 0px;
  text-align: center;
}

.space {
  margin-top: 100px;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #c3e2b2;
}

.left-big-image2 {
  overflow: hidden;
  height: 650px;
  max-height: 650px;
  background-image: url('../images/CurlyCook-5258.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-service {
  overflow: hidden;
  max-height: 650px;
  padding: 0px 20px;
  background-color: transparent;
  text-align: left;
}

.small-left-services {
  margin-top: 30px;
}

.left-icon-services {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  float: left;
  border-radius: 100%;
  background-color: #c0a756;
}

.left-icon-services.icon-1 {
  background-image: url('../images/car_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.left-icon-services.icon-2 {
  background-image: url('../images/map-marker_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.left-icon-services.icon-3 {
  background-image: url('../images/home_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.left-service-wrapper {
  overflow: hidden;
  padding: 0px;
}

.no-space {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-ttile {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 28px;
}

.team-wrapper {
  position: relative;
  overflow: hidden;
}

.team-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 167, 86, .8);
  opacity: 0;
}

.social-icon-team {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.social-icon {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.social-icon:hover {
  opacity: 1;
}

.clients {
  padding: 0px;
  background-color: #fff;
  color: #fff;
  font-size: 19px;
  line-height: 48px;
}

.column-align-right {
  text-align: right;
}

.space-in-left {
  overflow: hidden;
  width: 50%;
  height: 300px;
  max-height: 300px;
  padding-top: 30px;
  padding-right: 39px;
  padding-left: 39px;
  float: left;
  background-color: #f4f4f4;
}

.space-in-left.photo {
  background-image: url('../images/1.jpg');
  background-size: cover;
}

.space-in-left.photo.photo-2 {
  background-image: url('../images/2.jpg');
}

.space-in-left.photo.photo-3 {
  background-image: url('../images/7.jpg');
}

.navigation-dot {
  position: relative;
  padding-top: 20px;
  opacity: 0.55;
  font-size: 10px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.small-space {
  margin-top: 20px;
}

.small-space.more-space {
  margin-top: 40px;
}

.footer {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #323232;
}

.features-title {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.paragraph-lighter {
  color: #fff;
}

.image-in-footer {
  overflow: hidden;
  height: 140px;
  max-height: 300px;
}

.text-field {
  height: 50px;
  color: #919191;
}

.form-message {
  background-color: #c0a756;
  color: #fff;
}

.error-message {
  background-color: #ff6e6e;
}

.social-footer {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #c0a756;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.social-footer:hover {
  background-color: #1a1a1a;
}

.social-footer.twiter {
  background-image: url('../images/twitter.svg');
}

.social-footer.rss {
  background-image: url('../images/rss.svg');
}

.small-bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #2e2e2e;
}

.center {
  text-align: center;
}

.inner-banner {
  position: relative;
  height: 500px;
  background-color: #707070;
  background-image: url('../images/back1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-banner.inner-banner-2 {
  height: auto;
  padding: 10px 20px 0px;
  background-color: transparent;
  background-image: none;
}

.inner-banner.inner-banner-3 {
  height: 300px;
  background-image: url('../images/backg3.jpg');
}

.inner-banner.inner-banner-4 {
  height: 300px;
  background-image: url('../images/backg5.jpg');
}

.arrow-pattern {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 23px;
  background-image: url('../images/triangle.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.center-sub-text {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.sub-title {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 2px;
  background-color: #c0a756;
  color: #fff;
}

.white {
  color: #fff;
}

.testimonials-wrapper {
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
}

.testimonials-paragraph {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.testimonials-name {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.contact-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  border-bottom: 0px solid #c0a756;
  background-image: url('../images/cart.png');
  background-position: 50% 50%;
  background-size: 93px;
  background-repeat: no-repeat;
}

.contact-icon.icon-2 {
  background-image: url('../images/email.png');
  background-size: 91px;
}

.contact-icon.icon-3 {
  background-image: url('../images/phone.png');
  background-size: 90px;
}

.contact-icon.icon-4 {
  background-image: url('../images/instagram.png');
  background-size: 90px;
}

.text-area {
  padding-bottom: 104px;
}

.center-container {
  position: relative;
  top: 45%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.big-title-banner {
  font-family: Playball;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.color {
  color: #c0a756;
}

.sub-text-title {
  margin-top: 47px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 22px;
  line-height: 50px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
}

.email {
  color: hsla(0, 0%, 100%, .85);
  text-decoration: none;
}

.email:hover {
  color: #c0a756;
}

.aboutus_font {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Playball;
  font-size: 30px;
  text-align: center;
  text-transform: none;
}

.about_text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px;
  border: 2px solid #8f8f8f;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  box-shadow: 4px 7px 18px 0 #000;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}

.farmers_image {
  display: block;
  height: 650px;
  background-image: url('../images/SER_1817.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 22px;
}

.services_row_top {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services_row_bottom {
  margin-bottom: 30px;
}

.services_text {
  display: block;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  font-family: Playball;
  font-size: 50px;
  text-align: center;
}

.services_div {
  margin: 10px;
  padding: 0px;
}

.services_title {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.services2 {
  text-align: justify;
}

.column_1_2 {
  background-color: #e8e1e9;
}

.column_1_3 {
  background-color: #e6cad3;
}

.column_2_1 {
  background-color: #d2ecd6;
}

.column_2_2 {
  background-color: #cce6b5;
}

.column_2_3 {
  background-color: #b97b41;
}

.farmers_market_spacer {
  padding: 0px 28px;
}

.baking_div {
  margin: 30px;
  text-align: center;
}

.baking_image {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 32px 0 #020202;
}

.baking_title {
  margin-bottom: 9px;
  padding: 26px 26px 12px;
  font-family: Bitter, serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.baking_text {
  margin-bottom: 27px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom-style: none;
  border-bottom-color: #fff;
  color: #030303;
  text-align: justify;
}

.clients_column {
  padding: 0px;
  text-align: center;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
}

.image {
  width: 150px;
  height: 150px;
}

.client_image {
  width: 150px;
  height: 150px;
  border: 3px solid #e4e4e4;
  border-radius: 50%;
  box-shadow: 1px 1px 14px 0 #000;
}

.row {
  margin-bottom: 38px;
}

.container {
  text-align: center;
}

.silverware {
  margin-bottom: 33px;
}

.hero_text {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.hero_text.local {
  font-size: 21px;
  line-height: 36px;
}

.row-2 {
  margin-bottom: 32px;
}

.about_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c4c9da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .18)), to(hsla(0, 0%, 100%, .18))), url('../images/food_bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .18), hsla(0, 0%, 100%, .18)), url('../images/food_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.clients {
  border-bottom: 1px solid #000;
}

.paragraph {
  font-size: 15px;
}

.paragraph-2 {
  font-size: 15px;
}

.paragraph-3 {
  font-size: 15px;
}

.section-3 {
  margin-top: 36px;
  margin-bottom: 120px;
}

.body {
  box-shadow: 0 0 6px 0 #fff;
}

.container-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.generic_button {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #8a8a8a;
  border-radius: 20px;
  background-color: #dfdfdf;
  box-shadow: 3px 4px 8px -2px #000;
  font-family: Bitter, serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.generic_button.top {
  border-width: 4px;
  border-color: red;
  background-color: #3acc57;
  color: #fff;
}

.farmers_market_section {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  background-color: #cae4c1;
}

.client_section {
  border-bottom: 1px solid #000;
}

.farmers_row {
  background-color: #c3e2b2;
}

.farmers_column {
  text-align: center;
}

.farmers_title {
  margin-top: 20px;
  margin-bottom: 33px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.farmers_mage {
  margin-bottom: 36px;
  border: 2px solid #838282;
  box-shadow: 4px 4px 17px -4px #000;
}

.about_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.famous_section {
  padding: 0px 30px 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.famous_subtitle {
  margin-bottom: 19px;
  font-family: Bitter, serif;
  color: #23b417;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.famous_photo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  box-shadow: 0 0 6px 0 #fff;
}

.container-3 {
  text-align: center;
}

.gigs {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gig_image {
  border: 1px solid #36da36;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 #000;
}

.gig_title {
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.text-block {
  padding: 30px 30px 0px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
}

.container-4 {
  text-align: center;
}

.media_section {
  margin-bottom: 70px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.left_media {
  height: 400px;
  border-right: 1px solid #000;
  background-image: url('../images/media_bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.media_title {
  margin-bottom: 18px;
  padding: 20px;
  font-family: Bitter, serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.media_text {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Bitter, serif;
  color: #2a2a2a;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}

.text-span {
  color: #1e6827;
}

.media_quote {
  margin: 25px 39px;
  font-family: Bitter, serif;
  color: #126e1d;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  font-family: Bitter, serif;
  color: #267e16;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.column {
  padding: 26px;
}

.contact_text {
  font-family: Bitter, serif;
  color: #000;
  font-weight: 400;
}

.bake_cell {
  text-align: center;
}

.section-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.baking_menus {
  margin-top: 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #eee;
}

.baking_left_menu {
  padding-right: 30px;
  text-align: center;
}

.baking_right_menu {
  padding-left: 30px;
}

.service_listing {
  margin-top: 0px;
  margin-bottom: 66px;
  padding-top: 29px;
  background-color: #e1e5f8;
}

.div-block {
  text-align: center;
}

.image-2 {
  border: 3px solid #fff;
  border-radius: 50%;
}

.section-5 {
  margin-top: 45px;
}

.container-5 {
  height: 1000px;
  padding: 20px;
  border-radius: 10px;
  background-image: url('../images/SER_7111---Copy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.text-block-3 {
  font-family: Bitter, serif;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.holidayblock {
  margin-top: 47px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-family: Bitter, serif;
  font-size: 34px;
  font-weight: 700;
}

.holidaysale {
  display: block;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding: 27px;
  border: 5px solid red;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, .7)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  text-align: center;
}

.text-block-4 {
  border-color: #ff0505;
  font-family: Bitter, serif;
  color: #49b255;
  font-size: 32px;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-big-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -79px) scale(0.5, 0.5);
  -ms-transform: translate(0px, -79px) scale(0.5, 0.5);
  transform: translate(0px, -79px) scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-in-sub-text-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 79px) scale(0.5, 0.5);
  -ms-transform: translate(0px, 79px) scale(0.5, 0.5);
  transform: translate(0px, 79px) scale(0.5, 0.5);
}

@media (max-width: 991px) {
  .navigation-link {
    max-width: 100%;
    margin-left: 0px;
    color: #fff;
  }
  .navigation-link.w--current {
    background-color: #c0a756;
    color: #fff;
  }
  .banner {
    height: 500px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .left-service {
    height: 600px;
    max-height: 600px;
    padding-top: 54px;
    padding-left: 45px;
  }
  .clients {
    text-align: center;
  }
  .column-align-right {
    text-align: center;
  }
  .footer {
    padding-top: 29px;
    padding-bottom: 120px;
  }
  .inner-banner {
    height: 300px;
  }
  .center-container {
    top: 40%;
  }
  .big-title-banner {
    font-size: 58px;
  }
  .navigation-menu {
    background-color: rgba(0, 0, 0, .86);
  }
  .hamburger.w--open {
    border-radius: 100%;
    background-color: #c0a756;
  }
  .media_section {
    margin-bottom: 0px;
  }
  .media_quote {
    margin: 0px 0px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .service_listing {
    margin-bottom: 0px;
  }
  .container-5 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .service-wrapper {
    margin-bottom: 10px;
  }
  .left-service {
    height: 650px;
    max-height: 650px;
    padding-top: 30px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .paragraph-ttile {
    font-size: 13px;
  }
  .team-overlay {
    display: block;
  }
  .space-in-left {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .space-in-left.photo {
    width: 100%;
    height: 300px;
  }
  .big-title-banner {
    padding-right: 19px;
    padding-left: 19px;
    line-height: 65px;
  }
  .sub-text-title {
    font-size: 15px;
    line-height: 34px;
  }
  .ipad-space {
    margin-bottom: 30px;
  }
  .client_image {
    width: 150px;
    height: 150px;
    margin-bottom: 17px;
  }
  .row {
    margin-bottom: 0px;
  }
  .hero_text {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 25px;
  }
  .farmers_title {
    font-size: 24px;
  }
  .farmers_mage {
    margin-top: 51px;
  }
  .gig_image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .media_quote {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 30px;
  }
  .baking_left_menu {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .baking_right_menu {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .left-service {
    height: auto;
    max-height: 766px;
    padding-bottom: 30px;
  }
  .clients {
    line-height: 30px;
  }
  .column-align-right {
    margin-top: 15px;
  }
  .testimonials-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .big-title-banner {
    font-size: 31px;
  }
  .sub-text-title {
    display: none;
  }
  .baking_title {
    margin-bottom: 18px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  .hero_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .paragraph {
    margin-bottom: 0px;
  }
  .farmers_column {
    margin-bottom: 32px;
  }
  .farmers_title {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .famous_subtitle {
    margin-bottom: 0px;
  }
  .famous_photo {
    margin-bottom: 0px;
  }
  .text-block {
    font-size: 15px;
  }
  .logo_image {
    width: auto;
  }
  .container-5 {
    height: 300px;
  }
  .holidaysale {
    margin-top: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .text-block-4 {
    font-size: 23px;
    line-height: 33px;
  }
}

