/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Footer TOP Margin */
.site-footer.footer-bar-active.footer-bar-align-center {
margin-top: 20px;
}

/* Header smaller */

.inside-header {
    padding: 5px 20px;
}

/* REDUCE MENU ITEM HEIGHT */

/* reduce menu item height */
.main-navigation .main-nav ul li a {
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Header transparent */

.site-header,
.site-header .inside-header {
    background: transparent !important;
}

.site-header {
    position: absolute;
    width: 100%;
    background: transparent !important;
    z-index: 10;
}

/* Header not transparent for burger */

/* Only the dropdown menu items get the solid background */
.main-navigation.toggled .main-nav {
    background: #22201E !important;
}

/* CTA button keeps its own background no matter what state the nav is in */
.main-navigation .your-cta-button-class {
    background: #EBA616 !important;
}

/* No space after Header */

.one-container .site-content {
    padding: 0px 20px;
}

/* Titles Bold */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}


/* BUTTON IN MENU — normal state */
.menu-button a {
  background-color: #EBA616 !important;
  color: white !important;
  border-radius: 4px;
  font-weight: 600;
}

/* hover */
.main-navigation .menu-button a:hover {
  background-color: #EBA616 !important;
  color: white !important;
  opacity: 1;
}

/* active/current page — now matches instead of overriding with a different color */
.main-navigation .menu-button.current-menu-item > a,
.main-navigation .menu-button.current_page_item > a {
  background-color: #EBA616 !important;
  color: white !important;
  opacity: 1;
}




/* MOBILE CTA !!! */

/* hide on desktop */
.mobile-cta {
  display: none;
}

/* show beside hamburger on mobile */
@media (max-width: 768px) {
  .mobile-cta {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
    order: 2;
  }

  .main-navigation .menu-toggle {
    order: 3;
  }

.mobile-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #eba616;
    color: #fff !important;
    padding: 10px 10px;       /* controls height */
    font-size: 14px;
    line-height: 1 !important;  /* 🔑 prevents stretching */
    height: auto !important;

    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-cta-link:hover,
  .mobile-cta-link:focus {
    background: #eba616;
    color: #fff !important;
    opacity: 1;
  }
}


/* Footer TOP Margin */


/* Menu non-clicable footer - added css class in menus */

.non-clickable > a {
  pointer-events: none;
  cursor: default;
  color: inherit;
	text-decoration: none;
}

/* Individuial Tour pages CSS */

/* ============================================ */
/* GhostToursPrague — Tour Page CSS (simplified) */
/* No forced width-matching. Everything follows  */
/* the theme's own content width naturally.      */
/* ============================================ */

/* --- Info card --- */
.gtp-info-card {
  background: #F5F5F3;
  border: 1px solid #E5E3DD;
  border-radius: 14px;
  padding: 20px;
  margin: 20px 0 28px;
  font-family: 'Inter', system-ui, sans-serif;
  box-shadow: 0 4px 14px rgba(34,32,30,0.06);
}

.gtp-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.gtp-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.gtp-tag .gtp-icon {
  font-size: 12px;
  line-height: 1;
}

.gtp-tag--bestseller {
  background: #EBA616;
  color: #22201E;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gtp-tag--rating {
  background: #FCF0D9;
  color: #22201E;
  font-weight: 700;
	border: 1px solid #EBA616;
	    font-size: 14px !important;
}

.gtp-tag--rating .gtp-icon {
  color: #EBA616;
}

.gtp-tag--rating .gtp-muted {
  font-weight: 400;
  color: #8A8680;
}

.gtp-facts-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: #5A564F;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E3DD;
}

.gtp-btn-group-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.gtp-btn-primary {
  display: inline-block;
  background: #EBA616;
  color: #22201E;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.gtp-price-inline {
  font-size: 15px;
  color: #5A564F;
}

.gtp-price-inline strong {
  font-size: 18px;
  color: #22201E;
}

/* --- Map --- */
.gtp-map-wrap {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E5E3DD;
  margin-bottom: 20px;
}

/* --- Review summary box --- */
.gtp-review-summary {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F5F5F3;
  border: 1px solid #E5E3DD;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 12px 0 16px;
  flex-wrap: wrap;
  font-family: 'Inter', system-ui, sans-serif;
}

.gtp-review-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
}

.gtp-review-number {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.gtp-review-stars {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.gtp-star-filled {
  color: #EBA616;
  text-shadow: 0 0 6px rgba(235,166,22,0.6);
}

.gtp-star-empty {
  color: #E5E3DD;
}

.gtp-review-big {
  font-size: 36px;
  font-weight: 800;
  color: #22201E;
  line-height: 1;
}

.gtp-review-score .gtp-muted {
  font-size: 15px;
}

.gtp-review-breakdown {
  font-size: 13.5px;
  color: #4A473F;
  line-height: 1.7;
}

.gtp-review-breakdown .gtp-muted {
  color: #8A8680;
  font-size: 12px;
  display: block;
  margin-top: 2px;
}

.gtp-muted {
  color: #8A8680;
}

/* --- Review quote (scoped, not affecting other quotes site-wide) --- */
blockquote.gtp-review-quote {
  border-left: 4px solid #EBA616;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 4px 0 4px 18px;
  margin: 0 0 20px;
  background: transparent;
}

blockquote.gtp-review-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
  color: #22201E;
  margin: 0;
}

/* --- CTA button (native block) --- */
.gtp-cta-btn .wp-block-button__link {
  background: #EBA616 !important;
  color: #22201E !important;
  font-weight: 700;
  border-radius: 8px;
}

/* --- Mobile --- */
@media (max-width: 600px) {
  .gtp-info-card {
    padding: 16px;
  }
  .gtp-facts-row {
    flex-direction: column;
    gap: 8px;
  }
  .gtp-btn-group-inline {
    flex-direction: column;
    align-items: stretch;
  }
  .gtp-btn-primary {
    text-align: center;
    order: 2;
  }
  .gtp-price-inline {
    order: 1;
    text-align: center;
  }
  .gtp-review-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
