.featured-slide .the-cafe-is-open--the {
  font-size: 2rem;
}

.featured-slide .the-cafe-is-open--large {
  font-size: 5rem;
  line-height: 0.8;
  margin-top: -1rem;
}

.featured-slide .offers {
  font-size: 4rem;
  line-height: 0.8;
}

@media (min-width: 768px) {
  .featured-slide .the-cafe-is-open--the {
    font-size: 3rem;
  }
  .featured-slide .the-cafe-is-open--large {
    font-size: 8rem;
    margin-top: -2rem;
  }
  .featured-slide .offers {
    font-size: 8rem;
  }
}

body, html {
  overflow-x: hidden;
}

body, p {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

button:focus, button:active, button:focus:active, a:focus, a:active, a:focus:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.site-header {
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.nav-wrapper {
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/header-texture-mob.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
}

.nav-container {
  padding: 1rem 0rem;
}

.nav-container .logo {
  padding-bottom: 0.5rem;
}

.nav-container .logo svg {
  max-width: 100%;
  height: auto;
}

.nav-container .nav a {
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
}

.nav-container .nav a:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.nav-container .nav li.current_page_item > a {
  color: #e5f77d;
}

.nav-container .nav li.current_page_item > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.nav-container .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-container .nav-social a {
  color: #6a9768;
  font-size: 1.25rem;
}

.nav-container .nav-social a.nav-social__facebook {
  margin-right: 0.5rem;
}

.nav-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

.nav-container-mobile {
  display: none;
  opacity: 0;
  right: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #091E05;
  padding: 2rem 2.5rem 1rem;
  margin-top: -1rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.nav-container-mobile li {
  margin-bottom: 1rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-container-mobile.ani-in {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#hamburger {
  width: 2rem;
  height: 2rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  pointer-events: all !important;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 11px;
}

#hamburger span:nth-child(4) {
  top: 22px;
}

#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-notice-bar-wrapper {
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/notice-bar-texture.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-notice-bar {
  color: #fff;
}

.top-notice-bar a {
  color: #091E05;
}

.top-notice-bar-message, .top-bar-message {
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5rem;
}

.top-notice-bar-message {
  position: relative;
  z-index: 10;
}

.top-bar-message {
  padding: 0.5rem 3rem;
}

.featured-slider .slick-track, .featured-slider .slick-slide {
  min-height: 39.5rem;
  height: 39.5rem;
}

.featured-slider {
  opacity: 0;
}

.featured-slider.initialized {
  opacity: 1;
  min-height: 37.5rem;
  background: black;
  margin-top: -1rem;
  z-index: 0;
  position: relative;
  overflow: hidden;
  word-break: break-word;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}

.featured-slide__background-img--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-slide__background-img--desktop {
  display: none;
}

.featured-slide__background-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  background-position: center;
}

.featured-slide__content {
  position: relative;
}

.featured-slide__content .featured-slider__title {
  font-size: 5rem;
  line-height: 0.8;
  color: #fff;
}

.featured-slide__content .featured-slider__message {
  font-size: 1rem;
  color: #fff;
  margin-top: 3rem;
  width: 100%;
}

.flowers {
  position: absolute;
}

.flowers svg {
  height: 100%;
  width: auto;
}

.flowers svg path {
  fill: #091E05;
}

.flower-top-right {
  height: 4.25rem;
  top: -3.75rem;
  right: -1.3rem;
}

footer .flower-top-right {
  height: 4.50rem;
  top: -4rem;
  right: -1.3rem;
}

.flower-bottom-middle-right {
  height: 4.50rem;
  top: -4rem;
  right: 6rem;
}

.flower-top-left {
  height: 4.50rem;
  top: -4rem;
  left: -2.75rem;
}

.btn-custom {
  cursor: pointer;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
}

.btn-custom:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-limegreen-bg {
  display: inline-block;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/lime-green-button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 500;
  color: #091E05 !important;
}

.btn-limegreen-bg-wider {
  background-size: cover;
}

.btn-white-outline {
  display: inline-block;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/white-outline-button.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1rem 2rem;
  font-weight: 500;
  color: #fff !important;
}

.featured-slider .slick-slide {
  position: relative;
  outline: none !important;
}

.slick-arrow {
  border: none !important;
  z-index: 10;
}

.featured-slider--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0rem;
  top: 41%;
  height: 1.5rem;
  width: auto;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/featured-slider-next.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.featured-slider--prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0rem;
  top: 41%;
  height: 1.5rem;
  width: auto;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/featured-slider-prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.homepage-intro {
  padding-bottom: 5rem;
}

.homepage-intro__image {
  min-height: 25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.secondary-ctas-wrapper {
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/green-fence-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 4rem 0rem 3rem;
  margin-bottom: 5rem;
  margin-top: -6rem;
}

.secondary-cta__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 17rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-decoration: none;
}

.secondary-cta__image:hover {
  text-decoration: none;
}

.secondary-cta__message {
  background: #00000093;
  padding: 1rem;
}

.secondary-cta-link, .blog-post-link {
  font-weight: 700;
  font-size: 0.875rem;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
}

.blog-post-header-image {
  min-height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

.blog-posts-container {
  margin-top: 3rem;
}

.blog-post-preview-image {
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-post-preview-text {
  padding: 1rem;
}

.latest-news-story-image {
  min-height: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.latest-news--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -0.6rem;
  top: 41%;
  height: 1rem;
  width: auto;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/latest-news-next.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.latest-news--prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -0.6rem;
  top: 41%;
  height: 1rem;
  width: auto;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/latest-news-prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.facebook--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -1rem;
  top: 41%;
  height: 1rem;
  width: auto;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/facebook-next.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.facebook--prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -1rem;
  top: 41%;
  height: 1rem;
  width: auto;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/facebook-prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.view-all-news-button-wrapper {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.center-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social-icons a {
  color: #6a9768 !important;
  font-size: 1.5rem;
}

.footer-wrapper {
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/footer-texture.svg");
  background-position: top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  margin-top: 9rem;
}

footer {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
}

footer ul {
  list-style: none;
  padding-left: 0rem;
}

footer li, footer a, footer p {
  font-size: 0.875rem;
  color: white !important;
  font-weight: 500;
}

footer h4 {
  color: #e5f77d;
}

.copyright-footer {
  background: #6a9768;
  font-size: 0.75rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin-top: -2rem;
  text-align: center;
}

.copyright-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.copyright-footer-inner p {
  margin: 0;
}

.mail-signup-btn {
  border-radius: 0rem 0.25rem 0.25rem 0rem !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.pg-standard-hero-wrapper {
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1rem;
  background: #000;
  position: relative;
  margin-bottom: 3rem;
}

.pg-standard-hero-bg-img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.pg-standard-hero-title {
  font-size: 3rem;
  color: #fff;
  position: relative;
}

.job-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/footer-texture.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  padding: 1rem 0rem 1.5rem;
  align-items: center;
  color: #fff;
}

.no-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-jobs h5 {
  margin: 0;
  text-align: center;
}

input[type=text], input[type=email], textarea {
  width: 100%;
}

#map {
  height: 20rem;
  margin-bottom: 3rem;
}

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

.fourohfour-container {
  text-align: center;
  padding: 5rem 0rem 7rem;
}

.dropdown-toggle {
  color: #e5f77d;
  cursor: pointer;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}

.sub-menu .menu-item {
  background: #091E05;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.sub-menu.dropdown-menu.show {
  margin-left: -30%;
  background: #091E05;
}

.facebook-footer-icon {
  color: #6a9768;
  font-size: 1.7rem;
}

#cff .cff-item {
  clear: initial !important;
}

#cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child {
  margin: 0.5rem !important;
}

.facebook-footer-container {
  margin-top: 7rem;
}

/* Super Small Weirdness (360px and UP) */
@media (min-width: 360px) {
  .flower-top-right {
    height: 5.25rem;
    top: -4.25rem;
    right: -1rem;
  }
  footer .flower-top-right {
    height: 5.25rem;
    top: -4.25rem;
    right: -1.3rem;
  }
  .flower-bottom-middle-right {
    height: 5.25rem;
    top: -4.25rem;
    right: 5rem;
  }
  .flower-top-left {
    height: 5.25rem;
    top: -4.25rem;
    left: -2.5rem;
  }
}

.flower-top-left-2 {
	left: 14em !important;
    right: initial !important;
}
.flower-top-left-2 svg {
	transform: scaleX(-1);
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 575px) {
  .featured-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .btn-custom {
    min-width: 9rem;
  }
  .btn-limegreen-bg {
    padding: 0.75rem 1rem;
  }
	
	.flower-top-left-2 {
    left: 4em !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .btn-limegreen-bg {
    padding: 1rem 1rem;
  }
  .btn-custom {
    min-width: 10rem;
  }
  .featured-slide {
    padding-left: 2.0625rem;
    padding-right: 2.0625rem;
  }
  .job-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 2.5rem 1rem 1rem;
  }
  .job-apply-btn {
    margin-left: auto;
    margin-right: 1rem;
  }
  .featured-slider--next {
    height: 2rem;
    width: 2rem;
  }
  .featured-slider--prev {
    height: 2rem;
    width: 2rem;
  }
  .latest-news--next {
    right: -0.5rem;
    top: 41%;
    height: 2rem;
  }
  .latest-news--prev {
    left: -0.5rem;
    top: 41%;
    height: 2rem;
  }
  .featured-slide__content .featured-slider__message {
    width: 80%;
  }
  .facebook--next {
    right: -1rem;
    top: 41%;
    height: 2rem;
  }
  .facebook--prev {
    left: -1rem;
    top: 41%;
    height: 2rem;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .secondary-ctas-wrapper {
    margin-top: -11rem;
  }
  .featured-slide {
    padding-top: 5rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-bottom: 11rem;
  }
  footer {
    text-align: initial;
  }
  .copyright-footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .featured-slide__background-img--mobile {
    display: none;
  }
  .featured-slide__background-img--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .featured-slider, .featured-slider .slick-track, .featured-slider .slick-slide {
    min-height: 49.5rem;
    height: 49.5rem;
  }
  .featured-slide__content .featured-slider__message {
    width: 60%;
  }
  .flower-top-right {
    height: 4.5rem;
    top: -3.5rem;
    right: 2rem;
  }
  footer .flower-top-right {
    height: 4.75rem;
    top: -3.75rem;
    right: -1.3rem;
  }
  .flower-bottom-middle-right {
    height: 4.75rem;
    top: -3.75rem;
    right: 12rem;
  }
  .flower-top-left {
    height: 4.75rem;
    top: -3.75rem;
    left: 2rem;
  }
  .nav-container .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-container .nav-social a {
    font-size: 1.5rem;
  }
  .nav-container .nav-social a.nav-social__facebook {
    margin-right: 1rem;
  }
  .featured-slider--next {
    right: 1rem;
  }
  .featured-slider--prev {
    left: 1rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav-wrapper {
    background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/header-texture.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-size: cover;
  }
  .secondary-ctas-wrapper {
    background: url("https://www.theoldwell.co.uk/wp-content/themes/the-old-well/assets/green-fence.svg");
    background-size: cover;
  }
  .sub-menu.dropdown-menu.show {
    margin-left: -100%;
  }
  .featured-slider--next {
    right: 0rem;
    height: 3rem;
    width: 3rem;
  }
  .featured-slider--prev {
    left: 0rem;
    height: 3rem;
    width: 3rem;
  }
  .nav-social {
    padding: 0;
  }
  .top-notice-bar-message, .top-bar-message {
    font-size: 0.875rem;
    padding: 1rem;
  }
  .nav-container {
    position: relative;
  }
  .flower-top-right {
    height: 5rem;
    top: -4.5rem;
    right: 3rem;
  }
  footer .flower-top-right {
    height: 6rem;
    top: -5.3rem;
    right: -1.3rem;
  }
  .flower-bottom-middle-right {
    height: 6rem;
    top: -5.3rem;
    right: 17rem;
  }
  .flower-top-left {
    height: 6rem;
    top: -5rem;
    left: 3rem;
  }
  .homepage-intro__text {
    padding-left: 3rem !important;
  }
  .pg-standard-hero-title {
    font-size: 5rem;
  }
}

/* Between Large and Extra large devices*/
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-desktop {
    padding-right: 0px;
    font-size: 0.75rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .nav-wrapper {
    background-size: cover;
  }
  .featured-slide__content {
    width: 75%;
  }
  .featured-slide__content .featured-slider__title {
    font-size: 8rem;
    color: #fff;
    width: 75%;
  }
  .featured-slide__content .featured-slider__message {
    font-size: 1.125rem;
    color: #fff;
    width: 50%;
  }
  .flower-top-left {
    left: 4rem;
  }
  .featured-slider--next {
    height: 3rem;
    width: 3rem;
  }
  .featured-slider--prev {
    height: 3rem;
    width: 3rem;
  }
}

@media (min-width: 1300px) {
  .featured-slider--next {
    right: 2rem;
  }
  .featured-slider--prev {
    left: 2rem;
  }
}
/*# sourceMappingURL=custom.css.map */