/*
 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
*/

.site-header{
	border-bottom: 1px solid var(--global-color-8);
}

.whatsapp {
  position: fixed;
  z-index: 999999;
  left: 15px;
  bottom: 15px;
}

.whatsapp img {
  width: 60px;
}

.r-book-form {
  height: 100%;
}

.r-book-form > div {
  position: sticky;
  top:36px;
}

.tour-grids > div > div {
  box-shadow: 0px 0px 6px 2px gray;
  min-height: 457px;
  position: relative;
}

.tour-grids > div > div a.gb-button {
  position: absolute;
  bottom: 24px;
}

@media (max-width: 768px){
  .top-hed-grid > div:nth-child(2) {
    display: none;
  }

  .top-hed-grid > div {
    width: 50% !important;
  }

  .tour-grids > div > div {
    box-shadow: 0px 0px 6px 2px gray;
    min-height: auto !important;
    position: relative;
  }

  .tour-grids > div > div a.gb-button {
    position: initial !important;
    bottom: 24px;
  }
}