/*
Theme Name: Virginia Zoo Custom Theme
Theme URI: https://studiocenter.com
Author: Studio Center
Author URI: https://studiocenter.com
Description: WordPress custom content management theme for the Virginia Zoo
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vazoo
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  font-family: 'Avenir-Medium', Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

/* Typography */
h1,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir-Black', Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

h2 {
  font-family: 'Avenir-Medium', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 300;
}

/* Color of all links that are not in the main navigation */
a:not(nav),
a:active {
  color: var(--vazoo-green-dark);
  /* font-weight:bold; */
}

a:hover:not(nav),
a:visited,
a:focus {
  color: orange;
}

a.btn {
  color: var(--vazoo-contrast-color);
}

/** 
*lighten outline that appears when clicking.
* Need to keep this outline for ADA Compliance
*/
btn:focus,
a:focus {
  outline-color: #eee;
}

.btn-success {
  background-color: var(--vazoo-green);
  border-color: var(--vazoo-green);
  font-weight: bold;
}

.btn-success:hover {
  background-color: #759447;
  border-color: var(--vazoo-green);
}

#front-page-main h1,
#front-page-main h2 {
  margin: 0;
}

main {
  margin-bottom: 200px;
}

#main {
  background-image: url('assets/src/img/backgrounds/white-grass-topcut.png');
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: left top;
  position: relative;
  top: -100px;
  z-index: 2;
  padding: 100px;
  margin-top: -80px !important;
}

/* Fix the admin bar covering the header when logged in */
.admin-bar header.site-header {
  top: 32px;
}

/* Site header (Logo and Nav) */
header.site-header {
  background-color: transparent !important;
  background-repeat: none !important;
  background-size: cover !important;
  background-position: left top;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 200px;
  /* padding-left:60px;
  padding-right:60px; */
  margin: 0;
}

.header-logo {
  position: relative;
  top: -15px;
}

/* Main nav (top of page) */
nav a,
.secondary-nav a {
  color: #4a4a4a !important;
  text-transform: uppercase;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

nav a {
  font-weight: 300;
  font-size: 16px !important;
}

nav.navbar {
  height: 100%;
}

ul.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  padding-top: 10px;
  margin-top: 60px;
}

li.nav-item {
  padding-right: 0;
}

/* Secondary Nav (icons at top of page) */
.secondary-nav {
  position: absolute;
  z-index: 10;
  top: 36px;
  right: 30px;
}

.secondary-nav ul {
  align-items: center;
  list-style-type: none;
  text-align: center;
  justify-content: center;
}

@media(min-width:768px) {
  .secondary-nav ul {
    display: flex;
    flex-direction: row;
  }
}

@media(min-width:900px) {
  .secondary-nav ul {
    justify-content: flex-end;
  }
}

.secondary-nav ul li {
  padding-left: 20px;
  padding-right: 10px;
}

.secondary-nav ul img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35px;
}

.secondary-nav ul a {
  display: block;
  font-size: 14px;
}

/**
* Dropdown sub-menu for main nav
*/
.dropdown-menu {
  left: 25px;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid #efefef;
}

.dropdown-item:last-of-type {
  border-bottom: none;
}

/* Search Results Page */
#search-results-page article {
  background-color: rgba(250, 250, 250, 0.7);
  max-width: 380px;
  height: 500px;
  padding: 10px;
  border-radius: 3px;
  position: relative;
}

span.highlighted {
  font-weight: bold;
  background: #ffff00;
  padding: 0;
}

/* Private events page */
.private-events-column,
.birthday-parties-column {
  background: rgba(250, 250, 250, 0.7);
  padding: 40px;
}

.private-events-column div.wp-block-column:first-of-type p,
.birthday-parties-column div.wp-block-column:first-of-type p {
  padding-right: 40px;
}

.private-events-column h3,
.birthday-parties-column h3 {
  text-transform: uppercase;
}

/**
* Fix Gutenberg verse block text 
* wrapping in the middle of a word 
*/
.wp-block-verse {
  font-size: 16px;
  font-style: italic;
  padding: 40px;
  word-break: normal;
}

/** 
* Birthday Parties page
* Gutenberg verse block text padding
*/
.birthday-parties-column .wp-block-verse {
  margin-right: 40px;
}

/* Feature sections on page templates */
.feature-section {
  margin-bottom: 40px;
  max-width: 1200px;
  background-color: rgba(250, 250, 250, 0.7);
  border-radius: 3px;
  padding: 20px 0 20px 30px;
}

.feature-section-ptext {
  padding: 40px 20px;
  max-width: 710px;
}

.featured-image {
  text-align: center;
}

/* Pagination - bottom of single posts */
.pagination-links {
  width: 100%;
}

.pagination-links span {
  display: inline-block;
}

.pagination-links .prev-link {
  margin-left: 40px;
}

.pagination-links .next-link {
  float: right;
  margin-right: 60px;
}

/* Exhibits - Single post */
.exhibits-page-animals {
  margin-top: 80px;
}

.exhibits-page-animals article {
  padding: 0 !important;
}

/**
* Animals & Gardens: Filters
*/
#filters form.search-form label {
  width: 50%;
  display: inline;
  margin-left: 20px;
}

#filters form.search-form input.search-field {
  margin-bottom: 3px;
}

#filters form.search-form input.search-submit {
  border: none;
  background-color: #eee;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-color: #4a4a4a;
  outline: transparent;
  width: 120px;
  border-radius: 5px;
  padding: 5px 10px;
}

/* Front page */
.home {
  /* background-color:#759447; */
}

#front-page a {
  color: var(--vazoo-contrast-color);
}

#front-page main {
  margin-bottom: -413px;
}

/* Front page sections */
#front-page section {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Front page sections - background images */
.section-one,
.section-three,
.section-five,
.section-seven {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 68vh !important;
  position: relative;
  margin: 0;
}

.section-three,
.section-five,
.section-seven {
  background-color: black;
}

.section-one {
  top: 130px;
  margin-top: -55px;
}

.section-two {
  top: 35px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 695px !important;
  position: relative;
  margin: 0;
  z-index: 2;
}

.section-four {
  top: -80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 695px !important;
  position: relative;
  margin: 0;
  z-index: 2;
}

.section-five {
  top: -140px;
}

.section-six {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 695px !important;
  position: relative;
  margin: 0;
  top: -60px;
  z-index: 2;
}

.section-seven {
  top: -250px;
}


.section-three {
  margin-top: -55px !important;
}

.section-two-inner {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding: 20px;

}

.section-four {
  text-align: left;
}

.section-four h1 {
  padding-left: 60px;
  font-size: 2em !important;
}

#animals-gardens-page .container {
  max-width: 100%;
}

/* Front page sections - positioning */
@media(min-width:1441px) {
  #front-page {
    max-height: 6050px;
  }

  .section-one,
  .section-two,
  .section-three,
  .section-four,
  .section-five,
  .section-six,
  .section-seven {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    margin: 0;
  }

  .section-one {
    top: 120px;
  }

  .section-two {
    z-index: 2;
  }
}

@media(max-width:1440px) {
  #front-page {
    max-height: 5650px;
  }
}

@media(max-width:1366px) {
  #front-page {
    max-height: 5580px;
  }

  .section-one {
    top: 130px;
  }

  /* .section-seven{ 
     background-color:#759447; 
    } */
  .section-six h1 {
    margin-top: 100px;
  }
}

.section-one .row {
  display: grid !important;
  grid-template-columns: 1fr 55%;
}

.section-one .section-one-inner {
  grid-column-start: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  padding: 20px;
}

.section-one .section-one-inner h1 {
  font-size: 2.5em;
}

.section-one .section-one-inner h2 {
  font-size: 21.5px !important;
}

.section-one .section-one-inner .section-paragraph-text p {
  padding-right: 0;
}

.section-one .section-paragraph-text p {
  padding-right: 70px;
}

.section-two .row {
  display: grid !important;
  grid-template-columns: 65% 1fr;
}

.section-two .section-two-inner {
  grid-column-start: 2;
  padding-left: 0;
}

.section-two .section-header-text h1 {
  transform: rotate(180deg);
  text-align: right;
}

.section-two .section-sub-text {
  clear: right;
}

.section-two .section-cta .btn {
  background-color: #A6753C;
}

section.section-three {
  background-position: left center !important;
}

.section-five .row {
  display: grid;
  grid-template-columns: 15% 35% 25% 25%;
}

.section-five::after {
  content: '';
  background-image: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.section-five-inner {
  grid-column-start: 2;
}

.section-six h2 {
  font-size: 2em !important;
  color: black;
  margin-left: 15px !important;
}

.section-seven .section-cta .btn {
  /* background-color: #89357B; */
  background-color: #BA4FA5;

}

.section-four figure {
  border-radius: 50%;
  position: relative;
  background-color: black;
}

.section-four figure img {
  border-style: none;
  padding: 4px;
}

figcaption {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 2;
  text-align: center;

}

figcaption a {
  color: white !important;
  font-weight: 900;
  text-transform: uppercase;
  background-color: unset;
}

.post-template-default figcaption {
  position: relative;
  bottom: unset;
  font-size: 1rem;
}

.section-four p {
  padding-left: 60px;
  padding-right: 60px;
}

.section-four .section-four-inner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;

}

.section-four .section-four-inner-grid img {
  width: 250px;
  height: 250px;
}

.section-six-inner {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  /* min-height:460px; */
  height: 100%;
  overflow: hidden;
  padding: 15px;
}

.blog main {
  margin-top: 100px;
}

.section-six-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blog-grid-item,
.section-six-blog-grid-item {
  background-color: #fff;
  height: 300px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.blog-grid-item {
  height: 520px;
  border-radius: 5px;
  margin-bottom: 40px;
}

a.vazoo-read-more button.section-cta-btn {
  color: var(--vazoo-contrast-color);
}

.blog-content {
  padding: 40px 20px;
}

.blog-img-wrapper,
.section-six-blog-img-wrapper {
  height: 220px;
  overflow: hidden;
}

.featured-posts .blog-img-wrapper {
  height: 500px;
}

.featured-posts .blog-grid-item {
  height: auto;
}

.featured-posts a.vazoo-read-more button {
  position: static;
}

.blog-date,
.section-six-blog-date {
  background-color: #F26723;
  color: var(--vazoo-contrast-color);
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.blog-date {
  border-top-left-radius: 0;
}

/* #0584B5*/
.section-six div.section-six-title {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.blog-title,
.section-six-blog-title {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 15px;
}

.blog-title h3 a,
#front-page .section-six-blog-title h3 a {
  text-decoration: none;
  color: #000;
}

.blog-title h3 a:hover,
#front-page .section-six-blog-title>h3 a:hover {
  text-decoration: none;
  color: #0584B5;
}

.section-seven .row {
  display: grid !important;
  grid-template-columns: 65% 1fr;
}

.section-seven-inner {
  padding-top: 100px;
  padding-right: 200px;
  padding-left: 30px;
  margin-left: 40px;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  min-width: 600px !important;
  width: 100%;
  height: 380px;
  text-align: left;
  grid-column-start: 2;

}

.section-seven-inner .section-header-text h1,
.section-seven-inner .section-header-text h2,
.section-seven-inner .section-sub-text h2,
.section-seven-inner .section-paragraph-text p {
  color: #fff !important;
  margin-left: 15px !important;
}

.section-seven-inner .section-cta-btn {
  color: var(--vazoo-contrast-color);
  margin-left: 15px !important;
}


.section-seven-inner .section-paragraph-text p {
  padding-bottom: 10px;
}

.section-seven-inner .section-sub-text h2 {
  font-size: 2.4rem;
}

.section-seven-inner .section-paragraph-text p {
  font-size: 1em;
}

.section-header-text,
.section-sub-text,
.section-paragraph-text,
.section-cta {
  width: 100%;
}

.section-cta {
  padding-left: 15px;
}

.section-header-text h1 {
  font-size: 3em;
  /* font-size: 82px; */
  color: #000 !important;
  text-transform: uppercase;
}

.section-sub-text h2 {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 31pt;
}

.section-paragraph-text p {
  color: #000 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}

.btn.section-cta-btn {
  background-color: rgb(140, 198, 63);
  border-top-left-radius: 15px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  padding: 4px 32px 4px 16px;
  text-align: left !important;
}

.btn.section-cta-btn a {
  text-transform: uppercase;
  color: var(--vazoo-contrast-color);
}

.section-five .section-header-text h1,
.section-five .section-sub-text h2,
.section-five .section-paragraph-text p {
  color: #fff !important;
}

.section-five .section-cta {
  color: var(--vazoo-contrast-color);
}

/* Events Manager - full calendar plugin*/
#events-page main {
  padding-top: 200px;
  margin-bottom: 120px;
}

.fc table {
  min-width: 100%;
}

.fc-center h2 {
  font-family: 'Avenir-Medium', Helvetica, Arial, sans-serif !important;
  font-size: 26px !important;
  color: var(--vazoo-green);
}

.events-page-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

/* Custom Page Template Styles */
.page,
.blog,
.search-results,
.single {
  background-image: url('assets/src/img/backgrounds/page-foliage-bg.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: cover cover;
  margin-top: -45px;
}

.home.page {
  background-image: none;
}

h1.page-title {
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 40px;
}

h1.template-page-title {
  text-transform: uppercase;
  font-size: 82px;
  text-align: center;
}

h3.page-title {
  margin-bottom: 20px;
}

article {
  background-color: rgba(250, 250, 250, 0.7);
  border-radius: 3px;
  padding: 40px;
}

/* Page headers - hero image */
header.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  /* background-size: 100% auto; */
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.page-header::after {
  content: '';
  background-image: linear-gradient(#000, #222);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
}

header.page-header h1 {
  color: #fff;
  padding-top: 8%;
  position: relative;
  z-index: 2
}

div.foliage-overlay {
  background-image: url('assets/src/img/header/foliage_overlay_bottom_white.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  height: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.page main,
.search-results {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}

/* Animal & Gardens - Filters */
div.filters {
  width: 100%;
  max-height: 75px;
  height: 75px;
  /*background: #f8f6f3;*/
  background: transparent;
  /* box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);*/
  border-radius: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
}

div#filters.filters h2 {
  margin-left: 10px;
  margin-right: 20px;
}

div.filters select {
  margin-top: 10px;
  margin-right: 10px;
}

div.filters button {
  border: none;
  background-color: #eee;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-color: #4a4a4a;
  outline: transparent;
  width: 120px;
  border-radius: 5px;
  padding: 5px 10px;
}

/* Animal & Gardens - Image Grid */
section.animals-image-grid-container {
  width: 100%;
}

ul.animals-image-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(20%, 1fr));
  grid-auto-rows: auto;
  list-style-type: none;
  gap: 10px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  /*background-color: #e8ebef;*/
  /* box-shadow: 0 5px 10px 0 rgba(0,0,0,.1); */
}

.entry-image,
/* entry image looks like grid img */
li.animals-image-grid-item {
  position: relative;
  height: 240px;
  overflow: hidden;
}

#search-results-page .entry-image a img,
.entry-image img,
li.animals-image-grid-item img,
.blog-img-wrapper img,
.section-six-blog-grid-item img {
  position: relative;
  vertical-align: middle;
  max-width: auto !important;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all ease .5s;
}

/*.featured-posts .blog-img-wrapper::after{
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, #000 95%, #000 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, #000 95%, #000 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, #000 95%, #000 100%);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%,#000 95%, #000 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%, #000 95%, #000 100%);
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  opacity: .2;
}*/
.entry-image:hover img,
li.animals-image-grid-item:hover img,
.blog-img-wrapper:hover img,
.section-six-blog-grid-item:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}

/*.featured-posts .blog-title h3 a,
li.animals-image-grid-item a.title{
  margin:0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  padding:1em;
  z-index:2;
  text-align:center;
  text-decoration: none;
  padding:10px 5px;
}*/
li.animals-image-grid-item a {
  background: rgba(0, 0, 0, .7);
}

.blog-title h3 a {
  background: transparent;
}

/* Default Post entry styles */
.blog article {
  margin-top: 10px;
  padding: 10px;
  height: 480px;
  position: relative;
}

.entry-header {
  width: 100%;
}

/* set max height of post excerpt on blog page*/
/*.blog .entry-content{
  max-height:380px;
}*/
a.vazoo-read-more button {
  position: absolute;
  bottom: 10px;
  background-color: var(--vazoo-green);
  border-color: var(--vazoo-green);
  font-weight: bold;
}

a.vazoo-read-more:hover button {
  background-color: #759447;
  border-color: var(--vazoo-green);
}

/* Side bar */
@media(min-width:992px) {
  aside {
    margin-top: 140px;
  }
}

/* Single page events widget & Events pages */
@media(min-width:768px) {
  .post-wrap {
    margin-right: 20px;
  }

  .widget-sidebar form.search-form label,
  .widget-sidebar form.search-form input.search-submit {
    max-width: 50%;
    display: inline-block;
  }
}

.single-event article img {
  width: 100%;
  margin-bottom: 40px;
}

.widget-sidebar {
  margin-top: 50px;
}

.widget-sidebar form.search-form {
  margin-bottom: 40px;
}

.widget-sidebar form.search-form input.search-field {
  margin-bottom: 3px;
}

.widget-sidebar table.em-calendar {
  width: 100% !important;
  max-width: 100vw;
  background-color: #fff;
}

.widget-sidebar .em-calendar a,
.post-wrap a,
.prev-link a,
.next-link a {
  color: rgb(140, 198, 63) !important;
}

.widget-sidebar .em-calendar td {
  border: 1px solid #eee;
}

.widget-sidebar td.eventful {
  background-color: #FD7E29;
}

.widget-sidebar td.eventful a {
  color: var(--vazoo-contrast-color) !important;
}

.single-event h1.page-title {
  line-height: 1;
}

@media(min-width:1367px) {
  li.nav-item {
    padding-left: 20px;
  }

  li.animals-image-grid-item a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
  }
}

@media(max-width:1366px) {
  .container {
    min-width: 90%;
  }

  .section-six-inner {
    grid-template-columns: 1fr 50%;
  }

  .section-six-inner-textarea {
    min-height: 420px;
  }

  section-seven .row {
    display: grid !important;
    grid-template-columns: 30% 1fr !important;
  }

  li.animals-image-grid-item a {
    font-size: 16px;
  }
}

/* grass effect */
div.footer-extra {
  position: relative;
  background-color: transparent;
  background-position: top left;
  background-repeat: repeat-x;
  height: 200px;
  z-index: 2;
  margin-top: 50px;
}

footer {
  background-color: #759447;
  height: 300px;
  padding-left: 60px;
  padding-right: 60px;
}

footer.footer-grid .row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 15% 25% 20% 25% 15%);
  gap: 5px;
  justify-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.footer-links .footer-nav ul {
  list-style-type: none;
}

.footer-links .footer-nav ul li {
  padding-top: 10px;
}

.footer-links .footer-nav ul li a {
  color: var(--vazoo-contrast-color);
}

.footer-links ul.footer-social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-links ul.footer-social-links li {
  margin: 0 10px;
}

footer i.fa,
footer svg {
  background-color: #fff;
  font-size: 1.2em;
  color: #759447 !important;
  border: 2px solid #eee !important;
  border-radius: 50%;
  padding: 0.5em;
  width: 45px;
  height: 45px;
  transition: all .5s ease;
}

footer svg path {
  fill: #759447 !important;
}

footer i.fa:hover {
  color: #eee;
  border: 2px solid #fff;
  cursor: pointer;
}

.footer-email {
  text-transform: uppercase;
  color: var(--vazoo-contrast-color);
  text-align: center;
}

.footer-email input {
  width: 100%;
}

.footer-email .btn.btn-success {
  color: var(--vazoo-contrast-color);
  background-color: var(--vazoo-green);
  border-color: var(--vazoo-green);
  text-transform: uppercase;
  width: 140px;
}

.footer-info {
  color: var(--vazoo-contrast-color);
}

.footer-images .footer-image-one,
.footer-images .footer-images-two {
  padding-top: 0;
  padding-bottom: 20px;
}

footer .copyright {
  margin-top: 80px;
  text-align: center;
  color: var(--vazoo-contrast-color);
}

#footer-legal {
  background-color: var(--vazoo-contrast-color);
  width: 100%;
  height: 100%;
}

.footer-legal-sc-logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

/* Large screen - 1200px and above*/
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 80%;
  }
}

/* Large screen - 1367px and above */
@media(min-width:1367px) {
  section {
    /* margin-top:-55px; */
    /* min-height:930px; */
  }
}

/* Laptop - no larger than 1366px */
@media(max-width:1366px) {
  .section-header-text h1 {
    /* font-size: 76px; */
    font-size: 3em;
  }

  .section-one,
  .section-three {
    margin-top: -55px;
  }

  .section-two .row {
    display: grid !important;
    grid-template-columns: 60% 1fr;
  }

  .section-five .row {
    grid-template-columns: 50% 50%;
  }

  .section-five-inner {
    grid-column-start: 1;
    padding: 080x 0 20px;
  }

  .section-seven .row {
    margin-right: 200px;
  }

  footer {
    padding-left: 0;
    padding-right: 0;
    height: 300px;
  }

  li.animals-image-grid-item a {
    font-size: 16px;
  }
}

@media(max-width:1300px) {
  div.filters {
    flex-wrap: wrap;
  }

  #animals-gardens-page select {
    max-width: 200px;
    width: 100%;
  }

  #animals-gardens-page .search-field {
    max-width: 100px;
    width: 100%;
  }

  #animals-gardens-page .btn {
    margin-left: 10px;
  }
}

/* Larger devices (less than 1200px) */
@media (max-width: 1199.98px) {
  .section-header-text h1 {
    line-height: 0.9;
    /* font-size:62px; */
    font-size: 3em;

  }

  .section-sub-text h2 {
    font-size: 32px;
  }

  div.filters {
    max-height: 100%;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    margin-bottom: 40px;
  }

  #animals-gardens-page select {
    min-width: 300px;
    margin: 10px 0 0;
  }

  div.filters button {
    width: 300px;
    margin: 10px 0;
    margin-left: 0 !important;
  }

  .search-field {
    min-width: 170px;
    margin: 10px 0 0;
  }
}

/* iPad Landscape - less than 1024px */
@media(max-width:1024px) {
  nav a {
    font-size: 14px !important;
  }

  li.animals-image-grid-item a {
    font-size: 14px;
  }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .secondary-nav {
    top: 30px;
    right: 30%;
  }

  #front-page {
    max-height: 5960px;
  }

  .section-five .row {
    grid-template-columns: 1fr;
  }

  .section-five-inner {
    padding-right: 150px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    /* max-width: 90%; */
  }

  .page-template-animals-gardens-template .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90%;
  }

  .section-header-text h1 {
    /* font-size: 52px; */
    font-size: 3em;

  }

  .secondary-nav ul li:last-of-type {
    padding-right: 15px;
  }

  .navbar {
    padding: 0;
  }

  .navbar-toggler {
    margin-top: 20px;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline-color: #eee;
    box-shadow: none;
  }

  .navbar-toggler-icon i.fa {
    vertical-align: middle;
  }

  .navbar-collapse {
    background-color: #fff;
    position: relative;
    padding-left: 15px;
    margin-top: 20px;
  }

  ul.navbar-nav {
    margin-top: 0px;
  }

  .menu-search-form .form-group {
    float: left !important;
  }

  .dropdown {
    max-width: 90%;
  }

  .dropdown-menu {
    border: 0;
  }

  .dropdown-item {
    border-bottom: none;

  }

  .section-three div.container.section-content {
    max-width: 100%;
  }

  #front-page section {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-four {
    margin-top: -90px;
    padding-top: 110px;
  }

  .section-four-inner-grid {
    width: 80vw !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .eventcards {
    grid-template-columns: 1fr !important;
  }

  .fc-center h2 {
    font-size: 19px !important;
  }

  ul.animals-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(20%, 1fr));
  }
}

/* Small devices (iPad in portrait mode) - less than 768px */
@media (max-width: 767.98px) {
  html #wpadminbar {
    position: fixed;
  }

  #front-page {
    max-height: 6700px;
  }

  .site-content {
    min-height: 100%;
  }

  header.site-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-nav {
    padding-top: 10px;
  }

  .secondary-nav ul li {
    padding-left: 5px;
    padding-right: 10px;
  }

  .secondary-nav ul li:last-of-type {
    padding-right: 0;
  }

  .secondary-nav ul li:first-of-type {
    padding-left: 0;
  }

  .secondary-nav a {
    font-size: 12px !important;
  }

  .secondary-nav ul img {
    min-width: 29px;
  }

  .navbar-toggler {
    padding: 0;
    padding-top: 3px;
  }

  .header-logo {
    padding-top: 10px;
  }

  .header-logo img {
    max-width: 70%;
  }

  .section-one .row,
  .section-two .row,
  .section-six-inner,
  .section-seven .row {
    grid-template-columns: 1fr;
  }

  .section-one {
    top: 120px;
  }

  .section-two {
    top: 45px;
  }

  .section-three {
    top: 30px;
  }

  .section-three .section-content {
    margin-top: -150px;
  }

  .section-four {
    top: -80px;
  }

  .section-one .row,
  .section-two .row {
    justify-content: center;

  }

  .section-four {
    padding-left: 0;
    padding-right: 0;
  }

  .section-four .section-header-text {
    margin-top: 80px;
  }

  .section-four-inner-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto;
    column-gap: 10px !important;
    row-gap: 10px !important;
  }

  .section-four-inner-grid .col-sm-12.col-md-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .section-four .section-four-inner-grid img {
    width: 200px;
    height: 200px;
  }

  .section-four p {
    padding-left: 0;
    padding-right: 0;
  }

  .section-six-blog-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .section-seven .row {
    grid-template-columns: 1fr !important;
    max-width: 100%;
    margin-right: 0 !important;
  }

  .section-seven .container-fluid {
    background-color: black;
  }

  .section-seven {
    top: -400px;
  }

  div.footer-extra {
    height: 140px;
    bottom: 160px;
  }

  body:not(.home) div.footer-extra {
    bottom: 87px;
  }

  footer {
    margin-top: -164px;
  }

  body:not(.home) footer {
    margin-top: -90px;
  }


  .section-seven-inner {
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-align: left;
    grid-column-start: 1;
    padding-top: 100px;
  }

  .section-seven-inner .section-header-text h1,
  .section-seven-inner .section-sub-text h2,
  .section-seven-inner .section-paragraph-text p {
    margin-left: 20px !important;
  }

  .section-seven-inner .section-header-text h1 {
    font-size: 52px !important;
  }

  .section-seven-inner .section-sub-text h2 {
    font-size: 28px;
  }

  footer {
    height: 100%;
  }

  footer.footer-grid .row {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(5, 1fr);
    /* margin-top:40px !important; */
  }

  footer .copyright {
    margin-top: 20px;
  }

  .footer-logo {
    grid-row: 1/2;
    margin-bottom: 20px;
  }

  .footer-links {
    grid-row: 2/3;
    margin-bottom: 20px;
  }

  .footer-email {
    grid-row: 3/4;
    margin-bottom: 20px;
  }

  .footer-info {
    grid-row: 4/5;
    margin-bottom: 20px;
  }

  .footer-images {
    grid-row: 5;
  }

  #footer-legal {
    position: relative;
    bottom: 0;
  }

  .footer-legal-sc-logo {
    padding: 20px;
  }

  header.page-header {
    background-size: cover;
    margin-top: -35px;
    height: 30vh;
  }

  #education-page .site-content {
    margin-top: 0;
  }

  h1.template-page-title {
    font-size: 62px;
  }

  div.filters {
    max-height: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }

  div.filters button {
    width: 100%;
  }

  ul.animals-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(20%, 1fr)) !important;
  }

  grid-item img {
    min-height: 170px !important;
  }

  .section-header-text h1 {
    /* font-size: 62px; */
    font-size: 3em;

  }
}

/* Small devices (landscape phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-two {
    min-height: 600px;
  }

  .section-three,
  .section-four,
  .section-five {
    min-height: 800px;
  }

  .section-four {
    padding-top: 20px;
  }

  .section-six {
    min-height: 1400px;
    top: -80px;
  }



  .section-four .section-header-text h1 {
    padding-left: 0;
  }

  .section-five-inner {
    padding-right: 0;
  }

}

.zoo-events-info {
  background: #FFFFE0;
  border: 1px solid #E6DB55;
  padding: 8px;
}

.zoo-events-info a:link,
.zoo-events-info a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.zoo-events-info a:hover,
.zoo-events-info a:active {
  text-decoration: underline;
}