/*
Theme Name: Walking Tour
Author: Seth Broder
Version: 1.0
*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
}
/* Header Section */
.site-header {
  background: #ffdcdc;
  height: 76px;
  width: 100%;
}
.site-header__container {
  width: 90%;
  height: 76px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.site-header a {
  color: white;
}
.site-header__title {
  margin: 0;
  padding: 0;
}
.site-header__title h1 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.site-header__title h2 {
  font-family: "Limelight", cursive;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.site-header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
  column-gap: 0.5rem;
}

.site-header__building-img {
  margin: auto;
  height: 55px;
  padding-right: 6px;
}
.site-header__menu-img {
  height: 35px;
  display: none;
  cursor: pointer;
}
.site-header__search-img {
  height: 35px;
  padding-right: 0.5rem;
  cursor: pointer;
}
.site-header__nav {
  font-size: 1.2rem;
}
.site-header__nav,
.current-menu-item a,
.site-header__nav a:hover {
  color: #002e4c;
}
.site-header__nav li,
a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  padding: 6px;
  float: left;
  font-size: 1.2rem;
}

.page-banner {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-banner__title h1,
.page-banner__title a,
.page-banner__title span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  text-align: center;
}
.page-banner__title {
  margin: 0 auto;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-banner__subtitle {
  display: none;
}
.page-banner .btn {
  display: none;
}
.below-banner {
  background: #ffdcdc;
  height: 30vh;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.below-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.below-banner__content h2 {
  font-family: "Limelight", cursive;
  color: black;
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 2rem;
  text-decoration: none;
}
.btn {
  text-align: center;
  background: #002e4c;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: white;
  padding: 0 1rem;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}
.btn-small {
  text-align: center;
  background: #002e4c;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: white;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  padding: 0.2rem 1rem;
  margin-top: 2rem;
}
.below-banner hr {
  flex: 1;
  margin: 0 2rem;
}

.front-page__content {
  background: #a0dade;
}
.carousel-tours {
  background: #a0dade;
  height: 80vh;
}
.carousel__title h1 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  color: black;
  padding: 2rem 2rem;
  text-align: center;
  text-decoration: underline;
  background: #a0dade;
}
.carousel {
  position: relative;
  height: 65vh;
  width: 40%;
  margin: 0 auto;

  background: #a0dade;
}

.carousel__card-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.carousel__container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #a0dade;
}

.carousel__cards {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;

  transition: transform 250ms ease-in;
}
.carousel__card {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.carousel__card h1 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  color: black;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.carousel__button--left {
  left: -50px;
}
.carousel__button--right {
  right: -50px;
}

.carousel__button img {
  width: 50px;
}
.carousel__nav {
  display: flex;
  justify-content: center;
}
.carousel__indicator {
  border: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 12px;
  cursor: pointer;
}
.carousel__indicator.current-card {
  background: rgba(0, 0, 0, 0.75);
}

.is-hidden {
  display: none;
}

.site-footer {
  background: #ffdcdc;
  height: 100%;
  width: 100%;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.site-footer__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.site-footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  gap: 6rem;
}
.site-footer__bottom li {
  font-size: 1.2rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.site-footer__building-img {
  margin: auto;
  height: 55px;
  padding: 0 0.5rem;
}
.copyright {
  margin: 1rem;
  text-align: center;
}
.copyright h1 {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
}
.site-footer a {
  color: white;
}
.site-footer__title h1 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.site-footer__title h2 {
  font-family: "Limelight", cursive;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.site-footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.site-footer__social h2 {
  font-family: "Limelight", cursive;
  font-size: 1.5rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  color: white;
}
.site-footer__social nav {
  padding-top: 1rem;
}
.min-list {
  padding: 0;
  margin: 0;
}
.min-list li {
  list-style: none;
}

.social-icons-list {
  display: flex;
  margin: 0 -8px;
}
.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}
.social-icons-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}
.social-icons-list li a:hover {
  opacity: 0.75;
}
.social-color-facebook {
  background-color: #4862a3;
}
.social-color-twitter {
  background-color: #55acee;
}
.social-color-youtube {
  background-color: #cc1e1f;
}
.social-color-linkedin {
  background-color: #0077b5;
}
.social-color-instagram {
  background-color: #d8226b;
}
.fa {
  width: 25px;
  height: 25px;
  padding-top: 2px;
}

.blogs-banner__title {
  margin: 0 auto;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blogs-banner__title h1,
.blogs-banner__title a,
.blogs-banner__title span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  text-align: center;
}
.blogs-banner__title h2,
.blogs-banner__title p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  text-align: center;
}

.blog-section {
  width: 60%;
  margin: 0 auto;
  padding-top: 2rem;
}

.blog-info {
  background: #a0dade;
  padding: 1rem;
  margin: 1rem;
  width: 100%;
  display: flex;
  margin: 0 auto;
}
.blog-info p {
  font-size: 1rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.blog-info a {
  font-size: 1rem;
  padding: 0;
  margin: 0 0.5rem;
}

.post-container {
  width: 60%;
  display: flex;
  flex-direction: row;
}
.post-content {
  width: 65%;
}
.post-image {
  box-sizing: border-box;
  width: 35%;
}
.post-item a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  text-decoration: underline;
  text-align: center;
  padding: 0 1rem;
  margin-top: 2rem;
  color: #002e4c;
}

.post-link {
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}

.post-item__image {
  width: 150px;
}

.large-cards {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  flex-wrap: wrap;
  width: 100%;
  background: #a0dade;
}

.large-card {
  background: #ffdcdc;
  position: relative;
  height: 100%;
  width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  border-radius: 15px;
  padding: 2rem;
}
.large-card p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 auto;
  text-align: center;
}
.large-card__image {
  height: 300px;
  justify-content: center;
  padding: 1rem;
}

.large-card__title a,
.large-card__title h2 {
  font-family: "Limelight", cursive;
  font-size: 1.6rem;
  text-decoration: underline;
  text-align: center;
  color: #002e4c;
  height: 100px;
}

.small-card__title {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  color: black;
  text-align: center;
  padding: 2rem;
  margin-top: 2rem;
  text-decoration: underline;
}

.small-card__container {
  background: #a0dade;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}
.small-cards {
  background: #a0dade;
  padding-bottom: 3rem;
}
.small-cards h1 {
  padding-top: 3rem;
}
.small-card {
  background: #ffdcdc;
  width: 30%;
  height: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 15px;
  padding: 2rem;
}
.small-card__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-card__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.small-card__content {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0.5rem 1rem;
  font-size: 1rem;
}
.small-card__sub-content {
  font-family: "Limelight", cursive;
  margin: 0.5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
}
.small-card__image {
  height: 125px;
}
.about {
  width: 100%;
  background: #a0dade;
  margin: 0 auto;
  height: 100%;
}
.about-container {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.about-container h1 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  color: black;
  text-align: center;
  padding: 2rem;
  text-decoration: underline;
}
.about-container p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
}
.contact-container {
  background: #a0dade;
}
.contact {
  margin: 0 auto;
  padding: 4rem;
  width: 700px;
}
.wpforms-container {
     margin: 0 auto !important;
}

div.wpforms-container-full .wpforms-form 
.wpforms-field.wpforms-field-textarea textarea {
  width: 60%;
}
.privacy {
  background: #a0dade;
  width: 100%;
}
.privacy-container {
  width: 60%;
  margin: 0 auto;
  padding: 2rem 0;
}
.privacy-container h2 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  color: black;
  text-align: center;
  margin: 1rem 0;
  text-decoration: underline;
}
.privacy-container p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
}

.tour {
  background: #a0dade;
}
.tour-container {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tour h2 {
  font-family: "Limelight", cursive;
  font-size: 2.2rem;
  color: black;
  text-align: center;

  margin-bottom: 2rem;
  text-decoration: underline;
}
.tour-left {
  margin: 0 3rem;
}
.tour-left p {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
}
.tour-left a {
  align-self: center;
  font-size: 1rem;
}

.tour-image {
  width: 100%;
  padding-top: 3rem;
}

/***********************************************************************************************/
@media only screen and (max-width: 1090px) {
  /* Header Sections */
  .below-banner {
    display: none;
  }

  .site-header__nav {
    position: absolute;
    background: #ffdcdc;
    top: 74px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out,
      transform 0.3s ease-out;
    z-index: 5;
  }
  .site-header__nav ul {
    display: flex;
    flex-direction: column;
  }

  .site-header__nav li {
    padding-left: 30px;
  }
  .site-header__nav h2 {
    font-size: 1.5rem;
  }
  .active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header__menu-img {
    display: block;
  }

  /* Banner Section */

  .page-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
  }
  .page-banner__title h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    text-align: center;
    margin: 0 1rem;
  }
  .page-banner__subtitle {
    display: inline;
  }
  .page-banner__subtitle h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    text-align: center;
    text-decoration: none;
  }
  .page-banner .btn {
    display: inline;
    text-align: center;
    background: #002e4c;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: white;
    border-radius: 15px;
  }

  /* Tours Section */
  .carousel-tours {
    height: 100vh;
  }
  .carousel {
    height: 80vh;
    width: 95%;
  }
  .carousel__container {
    height: 100%;
  }
  .carousel__card-image {
    height: 400px;
  }
  .carousel__nav {
    margin-bottom: 1rem;
    background: #a0dade;
  }
  .small-card {
    width: 90%;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin-bottom: 2rem;
  }
  .small-cards h1{
      margin-top: 5rem;
  }
  .large-card {
    width: 95%;
  }
  .large-card__title h2 {
    margin-bottom: 1rem;
  }

  .tour-container {
    display: flex;
    flex-direction: column;
    width: 95%;
  }

  .tour-image {
    width: 75%;
  }
  .about-content {
    background: #a0dade;
  }
}
@media only screen and (max-width: 500px) {
  .site-header__title h1 {
    font-family: "Limelight", cursive;
    font-size: 2rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  }
  .site-header__title h2 {
    font-family: "Limelight", cursive;
    font-size: 1.25rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  }
  .large-card__image {
    width: 325px;
    height: auto;
  }
  .privacy-container {
    width: 95%;
    margin: 0 auto;
    padding: 1rem 1rem 3rem 1rem;
  }
  .about-container {
    width: 95%;
    padding: 0 1rem 3rem 1rem;
  }
  .blogs-banner__title {
    padding: 0 1rem;
  }
}
