/* Header */
/* .header {
    background-image: url(imgs/headerbg.jpg);
} */
.header {
    padding: 15px;
    height: 140px;
    z-index: initial!important;
}
.header-orch .desktop-logo{
    width: 82%;
    position: absolute;
    top: -11px;
}
.header-orch .mobile-logo {
    display: none;
}
/* .phone p i:before {
    margin-right: 11px;
} */
.header-orch {
    z-index: 99;
}
.between-container {
    z-index: initial!important;
}
.header-right {
    text-align: end;
}
.media-contact {
    display: inline-flex;
}
.orch-media {
    margin-top: 12px;
    margin-right: 10px;
}
.contact-info {
    margin-top: -10px;
}
.contact-btn .btn-primary {
    background-color: #2d7731;
    color: #fff;
    border: 1px solid #2d7731;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}
.contact-btn .btn-primary:hover {
    background-color: #fff;
    color: #18391a;
    border: 1px solid#2d7731;
}
.contact-btn .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #2d7731;
    border: 1px solid#2d7731;
}
.contact-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.phone {
    font-size: 16px;
    color: #000;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.phone p, .contact-btn {
    margin-right: 0px;
    color: #000;
    margin-top: 9px;
    margin-bottom: 3px;
}
.phone p {
    font-size: 23px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.orch-media .fa-facebook-square, .orch-media .fa-instagram-square {
    color: #2d7731;
    font-size: 31px;
}
/* .fa-instagram-square {
    font-size: 31px;
} */
/* end header */

/* Navbar */
.navbar-orch li a{
    font-size: 15px;
    color: #fff!important;
    padding: 0.4rem 1.3rem!important;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-orch {
    background-color: #690a0f;
    /* background-color: #2d7731; */
}
.navbar-orch .navbar-collapse {
    justify-content: center;
}
.navbar-orch .nav-item {
    cursor: pointer;
}
.navbar-orch .dropdown-menu {
    background-color: #690a0f;
}
.navbar-orch .dropdown-menu a:hover {
    background-color: #690a0f;
}
/* end navbar */

/* Slideshow */
.carousel-caption {
    background-color: #00000080;
    right: 0%;
    left: 0%;
    bottom: 0px;
}
.carousel-caption h2 {
    margin-bottom: 0px;
    height: 30px;
    font-size: 31px;
    line-height: 1.1;
}
/* end slideshow */

/* focus area */
.focus-area {
    background-image: url(imgs/focusbg.jpg);
    background-size: cover;
    /* background-color: #ffffe48; */
}
.ch-item {
    width: 342px;
    height: 342px;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 400px;
    color: white;
    font-weight: bold;
    display: table;
    margin: 20px auto;
}
.circle-item a:hover {
    text-decoration: none;
}
.ch-grid::after, .ch-item::before {
    content: '';
    display: table;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #690a0f url(../images/noise.png);
    box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 60px;
    padding: 22px 0 0 0;
    height: 85px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px#fff, 0 1px 2px rgba(0,0,0,0.3);
}
.ch-info i::before {
    font-size: 134px;
    margin-left: 30%;
    position: absolute;
    top: 16%;
    color: #fff;
}

.ch-img-1 {
    background-image: url(images/market.jpg);
    z-index: 12;
}
.ch-img-2 {
    background-image: url(images/Deli2.jpg);
    z-index: 11;
}
.ch-img-3 {
    background-image: url(images/seasonal.jpg);
    z-index: 10;
}
.ch-thumb {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 0 9px rgba(255,255,255, 0.5);
    -webkit-transform-origin: 95% 40%;
    -moz-transform-origin: 95% 40%;
    -o-transform-origin: 95% 40%;
    -ms-transform-origin: 95% 40%;
    transform-origin: 95% 40%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ch-item:hover .ch-thumb {
    box-shadow: inset 0 0 0 9px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-110deg);
    -moz-transform: rotate(-110deg);
    -o-transform: rotate(-110deg);
    -ms-transform: rotate(-110deg);
    transform: rotate(-110deg);
}
.ch-thumb::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgb(14,14,14);
    background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
    box-shadow: 0 0 1px rgba(255,255,255,0.9);
}
.focus-area h3 {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-family: 'Baloo Bhaina 2', cursive;
    font-size: 33px;
}

/* end focus area

/* Welcome text */
.parallax {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),url("imgs/welcomeparallax2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px;
    min-height: 426px;
  }
  .about-us-text h3, .about-us-text p {
      text-align: center;
      color: #fff;
  }
  .about-us-info {
      padding-top: 3%;
  }
  .about-us-text h3 {
      font-size: 41px;
      font-family: 'Baloo Bhaina 2', cursive;
  }
  .about-us-text p {
      font-size: 22px;
      text-shadow: 0 0 3px #000;
  }
  .about-btn .btn-primary{
      background-color: #690a0f;
      border: 1px solid #fff;
      padding: 5px 14px;
      font-size: 15px;
      font-family: 'Baloo Bhaina 2', cursive;
  }
  .about-btn .btn-primary:hover {
      background-color: #000;
      border: 1px solid #fff;
  }
  .about-btn .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #690a0f;
    border: 1px solid #690a0f;
  }
  .about-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: none;
  }
/* end welcome text */

/* News/video */

.news-vid {
    background-image: url(imgs/news_vidbg.jpg);
}
.news h3 {
    color: #000;
}
.news .btn-primary, .vid .btn-primary {
    background-color: #690a0f;
    border: 1px solid #690a0f;
    padding: 5px 14px;
}
.news .btn-primary:hover, .vid .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.news .btn-primary:not(:disabled):not(.disabled):active, .vid .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #690a0f;
    border: 1px solid #690a0f;
}
.news .btn-primary:not(:disabled):not(.disabled):active:focus, .vid.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.news-name h4{
    color: #690a0f;
    font-weight: bold;
    font-size: 1.25rem;
}
.news-name:hover {
    text-decoration-color: #690a0f;
}
.news-area {
    color: rgb(66, 65, 65);
    margin-bottom: 16px;
}
.vid .pos-relative {
    padding: 120px 0px;
}
.vid-btn {
    margin-top: 14px;
}
.vid iframe {
    width: 87%;
}
/* end news/video */

/* Petting zoo */
.parallax2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)),url("imgs/PettingZoo.JPG");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px;
    min-height: 426px;
  }

.petzoo-text h3, .petzoo-text p {
      color: #fff;
      text-align: center;
  }
.petzoo-info {
    padding-top: 7%;
}
.petzoo-text h3 {
    font-size: 41px;
    font-family: 'Baloo Bhaina 2', cursive;
    text-shadow: 0 0 5px #000;
}
.petzoo-text p {
    font-size: 22px;
    text-shadow: 0 0 3px #000;
}
.petzoo-btn {
    text-align: center;
}
.petzoo-btn .btn-primary{
    background-color: #690a0f;
    border: 1px solid #fff;
    padding: 5px 14px;
    font-size: 15px;
    font-family: 'Baloo Bhaina 2', cursive;
}
.petzoo-btn .btn-primary:hover {
    background-color: #000;
    border: 1px solid #fff;
}
.petzoo-btn .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #690a0f;
  border: 1px solid #690a0f;
}
.petzoo-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
/* end petting zoo */

/* Email signup */
:root {
	--blue: #690a0f;
	--dark-blue: #fff;
	--font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;

	--site-max-width: 1200px;
}
* {
	box-sizing: border-box;
}
.signup-field {
    z-index: 1;
}

.signup-field input[type="text"] {
	width: 100%;
	font-size: 1.2em;
	padding: 8px 16px;
	background: var(--blue);
	border: 4px solid var(--dark-blue);
    color: white;
}
.signup-field .form-control:focus {
    background-color: #690a0f!important;
}
button {
	cursor: pointer;
}
.inputs {
	position: relative;
	min-height: 53px;
}
.form-next {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	height: 48px;
	width: 60px;
	background: var(--dark-blue);
	border: none;
	z-index: 10;
	border-bottom-left-radius: 50%;
}
.step {
	transition: opacity 100ms linear, transform 100ms linear;
	border-radius: 4px;
	padding-right: 48px;
}
.hidden {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(100%);
}
.icon {
	fill: var(--blue);
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.banner {
	font-family: var(--font-family);
    background: var(--blue);
    background-color: #690a0f;
	color: white;
	padding: 56px 48px;
}
.banner__header {
    font-size: 36px;
    font-family: 'Baloo Bhaina 2', cursive;
}
.banner--inner {
	display: block;
	justify-content: space-between;
	align-items: center;
	flex-flow: column nowrap;
}
.banner__form {
	display: flex;
	flex-flow: column nowrap;
	max-width: 420px;
	width: 100%;
	/* margin-left: 12px; */
}
.helper-text {
    color: #fff;
    font-weight: bold;
    z-index: 1;
}
@media (min-width: 800px) {
	.banner--inner {
		flex-flow: row nowrap;
	}
}
.banner::after {
    content: '';
    position: absolute;
    left: -39px;
    top: 78.1%;
    height: 319px;
    width: 45%;
    background: url(images/apple.png) center top no-repeat;
}

@media (min-width:1905px) {
    .banner::after {
        left: -13px!important;
        top: 78.3%!important;
    }
    .banner {
        padding: 69px 48px!important;
    }
}
.map iframe {
    width: 100%;
    height: 300px;
    border-radius: 5px;
}
/* end email signup */

/* Footer */
.footer {
    background-color: #000;
}
.footer-left img {
    margin-bottom: 15px;
    margin-top: -9px;
    width: 100%;
}
.footer-contact-info {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-left: 7px;
}
.footer-middle {
    margin-top: 44px;
}
.sitemap li a {
    color: #fff;
    font-size: 18px;
}
.sitemap-items {
    margin-left: 10px;
}
.hours {
    text-align: center;
}
.hours h2, .hours .hour-text{
    color: #fff;
    text-align: center;
}
.hours h2 {
    font-size: 1.25rem;
}
.footer-phone {
    color: #fff;
}
.spon-logo {
    margin-top: 16px;
}
.spon-logo img {
    width: 65%;
    display: block;
    margin: 0 auto;
}
.footer-bottom a, .footer-bottom .copyright {
    color: #979797;
    font-size: 14px;
    margin-top: 40px;
}
/* end footer */

.container .dropdown a, .container .dropdown-menu a {
    pointer-events: auto !important;
}
/* .container {
    z-index: 0;
} */

.img-banner {
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),  url(images/imgbanner.jpg);
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .img-banner .container {
    z-index: 0 !important;
  }
  .img-banner h1 {
    color: #fff;
    font-size: 41px;
    text-align: left;
    margin-bottom: 0px;
  }

  /* About page */
  .about-page-text p{
      color: #000;
      font-size: 17px;
  }
  .about-page-text .card {
      background-color: #f0f7e3;
      border: none;
  }

  /* FAQ page */
.faqs {
margin-bottom: 17px;
}
.faq-cat h2{
    margin-bottom: 21px;
    font-size: 36px;
}
.faqs .card {
    background-color: #690a0f;
    border: none;
}
.faq-question h3 {
    color: #fff;
    font-size: 28px;
}
.faqs a:hover {
    text-decoration-color: #fff;
}
.answer .q-a {
    font-size: 19px;
    color: #000;
}
.answer {
    background-color: #f0f7e3;
    /* padding: 10px 0px; */
}
.answer .panel-body {
    padding: 15px 25px;
}
.submit-question .btn-primary{
    background-color: #f0f7e3;
    border: 1px solid #000;
    padding: 5px 14px;
    font-size: 15px;
    color: #000;
}
.submit-question .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.submit-question .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f0f7e3;
  border: 1px solid #f0f7e3;
}
.submit-question .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.form-box {
    display: block;
    margin: 0 auto;
}
.ask-question-form .card {
    background-color: #f0f7e3;
    border: none;
}
.btn-submit .btn-primary, .question-submitted .btn-primary{
    background-color: #236c30;
    border: 1px solid #236c30;
    padding: 5px 14px;
    font-size: 14px;
}
.btn-submit .btn-primary:hover, .question-submitted .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.btn-submit .btn-primary:not(:disabled):not(.disabled):active, .question-submitted .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #236c30;
  border: 1px solid #236c30;
}
.btn-submit .btn-primary:not(:disabled):not(.disabled):active:focus, .question-submitted .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.btn-submit {
    display: block;
}
.question-submitted {
    padding-top: 9%;
    color: #000;
}
.question-submitted h4 {
    margin-bottom: 50px;
}
.faq-comingsoon {
    padding-top: 8%;
}

/* Testimonial page */
.testimonials .card-columns{
    column-count: 2;
}
.testimonials .card {
    background-color: #f0f7e3;
    border: none;
}
.testimonials h2 {
    font-size: 26px;
    color: #000;
}
.testimonials p {
    color: #535353;
}
.testimonials h3 {
    font-size: 20px;
    color: #000;
}
.test-photo-btn .btn-primary{
    background-color: #690a0f;
    border: 1px solid #690a0f;
    padding: 5px 14px;
    font-size: 13px;
    color: #fff;
}
.test-photo-btn .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.test-photo-btn .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #236c30;
  border: 1px solid #236c30;
}
.test-photo-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.test-soon {
    display: block;
    margin: 0 auto;
}
.testimonial-comingsoon {
    padding-top: 27%;
}
.testimonial-field textarea{
    height: 150px;
}
.thankyou-page .btn-primary{
    background-color: #236c30;
    border: 1px solid #236c30;
    padding: 5px 14px;
    font-size: 13px;
    color: #fff;
}
.thankyou-page .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.thankyou-page .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #236c30;
  border: 1px solid #236c30;
}
.thankyou-page .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.return-test-btn {
    margin-top: 39px;
}
.test-disclaimer {
    font-size: 15px;
    padding: 0px 5px;
}

/* All photo gallerys */
.photos {
    background-color: #f0f7e3;
    padding: 15px;
}
.photo-img {
    overflow: hidden;
    height: 151px;
    border: 3px solid #690a0f;
}
.photos-g {
    margin-bottom: 13px;
}

/* Petting Zoo page */
.pet-page-text {
    color: #000;
    font-size: 18px;
    padding-bottom: 23px;
}
.pet-cat-select, .pet-one-cat {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.pet-cat-select select {
    font-size: 17px;
}
.pet-photog {
    margin-bottom: 18px;
}
.pet-photo-comingsoon {
    padding-top: 14%;
}

/* Seasonal page */
.seasonal-gal-text {
    color: #000;
    font-size: 18px;
    padding-bottom: 23px;
}
.seasonal-cat-select {
    color: #000;
    margin-bottom: 10px;
}
.seasonal-cat-select select {
    font-size: 17px;
}
.seasonal-photo-comingsoon {
    padding-top: 8%;
}

/* Pavilion page */
.pav-cat-select, .pav-one-cat {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.pav-cat-select select {
    font-size: 17px;
}
.pavilion-text {
    color: #000;
    font-size: 18px;
    padding-bottom: 23px;
}
.pav-photo-comingsoon {
    padding-top: 8%;
}

/* Market page */
.market-text {
    color: #000;
    font-size: 18px;
    padding-bottom: 23px;
}
.market-cat-select {
    color: #000;
    margin-bottom: 10px;
}
.market-cat-select select {
    font-size: 17px;
}
.market-photo-comingsoon {
    padding-top: 8%;
}
.parallax3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url("images/market_placeholder.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px;
    min-height: 426px;
  }

/* Deli page */
.deli-text {
    color: #000;
}
.deli-pdf .btn-primary{
    background-color: #690a0f;
    border: 1px solid #690a0f;
    padding: 7px 14px;
    font-size: 13px;
    color: #fff;
}
.deli-pdf .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.deli-pdf .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #236c30;
  border: 1px solid #236c30;
}
.deli-pdf .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.deli-pdf {
    padding-top: 28px;
}

/* Recipes page */
.recipes {
    margin-bottom: 15px;
}
.recipes .card {
    background-color: #690a0f;
    border: none;
}
.recipe-title {
    color: #fff;
    font-weight: bold;
}
.recipes a:hover {
    text-decoration-color: #fff;
}
.recipe-item {
    background-color: #f0f7e3;
    padding: 8px 15px;
}
.recipe-cat {
    padding-top: 32px;
}
.recipe-info {
    display: flex;
}
.recipe-info p{
    color: #000;
    font-weight: 500;
}
.recipe-detail {
    margin-bottom: 12px;
    color: #1f1f1f;
}
.recipe-comingsoon {
    padding-top: 10%;
}
.recipe-wide-photo {
    margin-top: 4.5%;
}
.recipe-photo {
    float: right;
    width: 51%;
}

/* News page */
.news .card {
    background-color: #f0f7e3;
    border: none;
    height: auto;
    margin-bottom: 15px;
}
.news-title h1 {
    font-size: 31px;
    color: #000;
    margin-bottom: 15px;
}
.news-text {
    color:#393939;
    margin-bottom: 15px;
}
.news-txt-img img {
    width: 20%;
    float: right;
    margin-left: 10px;
}
.news-link .btn-primary, .news-pdf .btn-primary{
    background-color: #690a0f;
    border: 1px solid #690a0f;
    padding: 7px 14px;
    font-size: 13px;
    color: #fff;
}
.news-link .btn-primary:hover, .news-pdf .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.news-link .btn-primary:not(:disabled):not(.disabled):active, .news-pdf .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border: 1px solid #fff;
}
.news-link .btn-primary:not(:disabled):not(.disabled):active:focus, .news-pdf .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.news-link-pdf {
    display: flex;
}
.news-link {
    margin-right: 10px;
}
.news-comingsoon {
    padding-top: 10%;
}

/* Video page */
.video-list {
    margin-bottom: 23px;
}
.video-text {
    margin-top: 12px;
}
.video-list iframe {
    width: 100%;
    border-radius: 7px;
}
.video-comingsoon {
    display: block;
    margin: 0 auto;
    padding-top: 13%;
}

/* Calendar page */
.calendar-list {
    margin-bottom: 14px;
    border: 1px solid #2d7731;
}
.calendar-list .calendar-title {
    background: #2d7731;
    padding: 5px 24px;
    color: #fff
}
.calendar-text {
    
    padding: 15px 24px;
}
.calendar-title h2 {
    margin-bottom: 0px;
}
.calendar-text h3 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
}
.calendar-date {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.calendar-location {
    color: #000;
    font-size: 17px;
    margin-bottom: 7px;
}
.calendar-descript {
    color: #414141;
}
.calendar-pdf-link {
    margin-top: 12px;
}
.calendar-pdf-link .btn-primary{
    background-color: #f0f7e3;
    border: 1px solid #000;
    padding: 7px 14px;
    font-size: 13px;
    color: #000;
}
.calendar-pdf-link .btn-primary:hover {
    background-color: #690a0f;
    border: 1px solid #000;
    color: #fff;
}
.calendar-pdf-link .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f0f7e3;
  border: 1px solid #f0f7e3;
}
.calendar-pdf-link .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.calendar-comingsoon {
    padding-top: 11%;
}

/* Coupon page */
#divToPrint, #divToPrint2 {
    border: 3px dashed ;
}

.print, .print-two {
    float: right;
    text-align: center;
    position: relative;
    top: -124px;
    z-index: 9;
    right: 50px;
}
.print svg, .print-two svg {
    display: block;
    margin: 0 auto;
    font-size: 32px;
}
.print a, .print-two a {
    color: #690a0f;
    font-size: 20px;
}
.logo-coupon img {
    float: left;
    padding-right: 15px;
    width: 25%;
}
.coupon1t, .coupon2 {
    /* background-image: url("images/coupon_placeholder.png"); */
    background-color: #f0f7e3;
    width:100%;
    max-width: 100%;
    /* height: 74px; */
    padding: 14px 5px;
    text-align: center;
    position: relative;
    z-index: -1;
}
.couponText {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
    color: #000;
}
#mobile1, #mobile2 {
    position:absolute;
    z-index:1;
    top:0; 
    left:0;
    box-shadow: 1px 1px 3px black;
}

/* Contact us Page */
.contact-us-map iframe {
    width: 100%;
}
.contact-us-info {
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.contact-us-form .card {
    background-color: #f0f7e3;
    border: none;
}
.contact-title h2 {
    color: #000;
}
.contact-us-thankyou {
    padding-top: 10%;
}

/* Email signup page */
.signup-page .card {
    background-color: #f0f7e3;
    border: none;
}
.signup-page-title {
    font-weight: 500;
    color: #000;
}
.signup-page-title h2 {
    font-size: 25px;
}
.signup-page-form .col-lg-6, .signup-page-form .email-field{
    margin-top: 12px;
}
.signup-recap {
    margin-top: 18px;
}
.signup-page-form .hint {
    font-size: 11px;
}
.signup-page-btn .btn-primary{
    background-color: #690a0f;
    border: 1px solid #000;
    padding: 7px 14px;
    font-size: 15px;
    color: #fff;
}
.signup-page-btn .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.signup-page-btn .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #690a0f;
  border: 1px solid #690a0f;
}
.signup-page-btn .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.signup-thankyou {
    padding-top: 10%;
}

.iframe-home {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    padding-top: 25px;
    height: 0;
}
.iframe-home iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .banner {
        background-color: #690a0f;
    }
    .signup-field input[type="text"] {
        padding: 11px;
        background-color: #690a0f;
        border: 4px solid #fff;
    }
    .signup-field svg {
        color: #690a0f;
    }
    .faqs a:hover {
            text-decoration: underline;
            color: #fff;
    }
    .recipes a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .contact-us-map iframe {
        height: 435px;
    }
    .header-right {
        text-align: right;
    }
    .form-box {
        width: 100%;
    }
}