

/* Change background color of the content area and its container */
#primary.featured-content.content-area {
    background-color: #FFFAE6; /* Replace with your desired color */

}


/* Optionally, target other elements within the primary content area */
#primary .posts-entry,
#primary .entry-header,
#primary .entry-content,
#primary .entry-footer {
    background-color: #FFFAE6; /* Ensure consistency within the content */
}

/*Removing title from pages */
article#post-1023 .entry-header, 
article#post-2245 .entry-header
{
display: none;
}

/*removing hero image banner*/
.bottom-header-wrapper 
{
	display: none;
}

/*removing right side bar */
.featured-content {
	width: 100%;
}

.site-main {
    border-right: none;
    width: 100%;
}
#secondary {
    display: none;
}

/*font to merriweather */
/* Apply Merriweather font to the body */
body {
    font-family: 'Merriweather', serif;
}

/* Apply Merriweather font to specific elements 
h1, h2, h3, h4, h5, h6, p, .entry-content {
    font-family: 'Merriweather', serif;
}
*/ 

.chair-left {
	margin-left: -50px;
}

.centered-section {
    margin: 0 auto;
}

.testhead img
{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  margin-bottom: 15px;
}

.tour-details {
  font-family: 'Josefin Sans';
  font-size: 20px;
  line-height: 1.6;
  color: #222;
	  text-align: center;
}

.tour-details .stop {
  margin-bottom: 35px;
}

.tour-details .city {
  font-family: 'Josefin Sans';
  font-size: 26px;
  font-weight: bold;
  color: #007C59;
  margin-bottom: 8px;
	  text-align: center;
}

.tour-details a {
  color: #264996;
  font-weight: bold;
  text-decoration: underline;
}

#sp-x9rdebrbid {
    width: 0px;
}

#sp-zx0d9luyp4 {
	width: 0px;
}

/* Make sure the parent section has position: relative 
.seedprod-section,
.your-custom-wrapper-class {
  position: relative;
  overflow: hidden;
} */

#sp-ydqck6 {
	position: relative;
/*  overflow: hidden; */
}

/* Tansy (left) */
.character-left {
  position: absolute;
  bottom: 0px;
  left: -150px;
  z-index: 2;
  width: 300px;
  pointer-events: none;
}

.character-left img {
  width: 100%;
  height: auto;
}

/* Jack (right) */
.character-right {
  position: absolute;
  bottom: 0px;
  right: -100px;
  z-index: 2;
  width: 300px;
  pointer-events: none;
}

.character-right img {
  width: 100%;
  height: auto;
}

/*

.tour-wrap {
  background: linear-gradient(to right, #264996 50%, #fbe471 50%);
  border-radius: 12px;
  padding: 40px 0;
  position: relative;
  font-family: 'Georgia', serif;
}

.tour-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.left-side {
  width: 50%;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.tour-heading {
  margin-bottom: 20px;
}

.tour-sub {
  font-size: 20px;
  margin: 5px 0;
  color: #9ed2d0;
}

.tour-name {
  font-size: 36px;
  color: #FFDC5B;
  margin: 0;
}

.headshot {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px 0;
  border: 4px solid white;
}

.book-cover {
  max-width: 180px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  margin-top: 10px;
}

.right-side {
  width: 50%;
  padding: 0 20px;
  color: #222;
}

.tour-stop {
  margin-bottom: 30px;
}

.tour-stop h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

.houston {
  color: #007C59;
}

.austin {
  color: #FF8300;
}

.woodlands {
  color: #008060;
}

.tour-stop a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
}

.info-link {
  font-size: 16px;
  margin-top: 30px;
}

.info-link a {
  font-weight: bold;
  color: #264996;
  text-decoration: none;
}

.characters {
  position: absolute;
  bottom: -20px;
  right: 40px;
  max-width: 160px;
}

@media (max-width: 768px) {
  .tour-inner {
    flex-direction: column;
    align-items: center;
  }

  .left-side, .right-side {
    width: 100%;
    text-align: center;
    padding: 20px 20px 0;
  }

  .characters {
    position: static;
    margin-top: 30px;
  }
}
*/