/* 
 Theme Name:   DanGrieve
 Theme URI:    
 Description:  
 Author:       web@thedesignbank.co.uk
 Author URI:   http://dangrieve.thedb.uk
 Template:     wp-bootstrap-4
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* GLOBAL */
:root {
  --main-colour: #002c34;

  --large-padding: 120px;

  --v-spacing: 10vh;
  --h-gutter: 6.6vw;

  --easing: cubic-bezier(0.5, 0.7, 0.4, 1);
}
*,
::before,
::after {
  box-sizing: border-box;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
button:focus {
  outline: none;
}
::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
div#page {
  overflow-x: hidden;
}

@font-face {
  font-family: "Bebas Neue", sans-serif;
  src: url(/fonts/KnockoutHTF48-FeatherweightRegular.otf);
  font-weight: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
ul {
  list-style: none;
}
h1 {
  font-size: 100px;
  line-height: 100px;
}
h2 {
  font-size: 60px;
  color: #002c34;
  line-height: 60px;
}
h3 {
  color: #002c34;
}
h4 {
  color: #002c34;
  font-size: 24px;
}
p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 30px;
}
.large_heading h2 {
  font-size: 100px;
  line-height: 100px;
}
ul {
  font-family: "Inter";
}
.arrow_list ul {
  padding: 0;
}
.arrow_list li {
  display: block;
  position: relative;
}
.arrow_list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #db6f77;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.italic {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
}
.bold {
  font-weight: bold;
}
.container {
  max-width: 1400px !important;
}
.section_full {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section__header {
  text-transform: uppercase;
  color: #002c34;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.card-slider .section__header {
  color: white;
}
/* Colours */
.white h2,
.white p {
  color: white;
}
/* Button */
.btn-posnawr {
  text-align: center;
  text-decoration: none !important;
  line-height: 53px;
  color: var(--main-colour);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  height: 54px;
  max-width: fit-content;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  border: 1px solid var(--main-colour);
  margin-top: 20px;
  z-index: 4;
  font-size: 12px;
  letter-spacing: 2px;
}
.btn-posnawr .fa-arrow-right-long,
.btn-posnawr .fa-play {
  transition: transform 0.3s ease;
}
.btn-posnawr:hover .fa-arrow-right-long,
.btn-posnawr:hover .fa-play {
  transform: translateX(10px);
}
.btn-posnawr i.fa-solid.fa-arrow-right-long,
.btn-posnawr .fa-play {
  padding-left: 10px;
}
.btn-posnawr span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--main-colour);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-posnawr:hover {
  color: #eee;
}
.btn-posnawr:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-posnawr:active {
  background-color: var(--main-colour);
}

/* Padding */
.p_top {
  padding-top: var(--large-padding);
}
.p_btm {
  padding-bottom: var(--large-padding);
}
.p_top_md {
  padding-top: 90px;
}
.p_btm_md {
  padding-bottom: 90px;
}
.p_top_sm {
  padding-top: 45px;
}
.p_btm_sm {
  padding-bottom: 45px;
}
.center_flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* Menu Styles */
.booked_bar {
  background: #db6f77;
  padding-top: 10px;
  padding-bottom: 10px;
}
.booked_bar h2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.booked_bar span {
  color: #fff;
}
.booked_bar .text {
  padding-left: 20px;
  padding-right: 20px;
}
.booked_bar .btn-posnawr {
  margin-top: 0;
  color: #fff;
  border: 1px solid #fff;
  min-width: max-content;
}
.booked_bar .inline_bar {
  flex-wrap: row;
  display: flex;
  place-items: center;
  justify-content: space-evenly;
}
nav#site-navigation {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding-top: 30px;
  transition: 0.3s ease;
}
nav#site-navigation.scrolled {
  background: white;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  top: 0.01px;
}
.site-header {
  border-bottom: none;
}
.scrolled .inline_header .btn-posnawr {
  border: 1px solid #012c34;
  color: #012c34;
}
.scrolled .inline_header .btn-posnawr:hover {
  border: 1px solid #fff;
  color: #fff;
}
.scrolled #hamburger span {
  background: #000;
}
.flex__navigation {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  /* z-index: 1000; */
  /* pointer-events: none; */
}
.navigation__row {
  display: flex;
  width: 100%;
}
.image__wrap .background__menu {
  height: 100vh;
  max-width: 100%;
  object-fit: cover;
  min-width: 100%;
}
img.wrap__logo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
}
.menu__column,
.image__column {
  flex: 1;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  place-content: center;
  visibility: hidden;
}
.menu__column {
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #002c34;
  color: #fff;
}
.image__wrap {
  flex: 1;
  position: relative;
}
.menu__wrap a {
  text-decoration: none;
}
.menu__wrap h3 {
  color: #fff;
  transition: 0.5s;
}
.menu__wrap {
  pointer-events: all;
  overflow: auto;
}
.menu__wrap ul {
  list-style: none;
  padding-left: 0;
}
.menu__wrap .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__wrap .arrow-icon {
  padding-left: 5px;
  padding-right: 5px;
  transition: 0.5s;
}
.menu__wrap .arrow-icon.active {
  rotate: 180deg;
}
.menu__wrap .submenu.active {
  display: block;
  padding-left: 30px;
}
.page-transition-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 15;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
}
.page-transition {
  transform: scaleX(0);
  background: #2c2c2c;
  height: 50%;
}
ul.submenu li p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 25px;
  color: #a6afb1;
  transition: 1s;
}
#hamburger:hover .middle {
  width: 100% !important;
}
ul.submenu li p:hover {
  color: #fc835f;
}
.menu__wrap h3 {
  font-size: 40px;
  text-transform: uppercase;
  opacity: 0;
  cursor: pointer;
}
.menu__wrap h3:hover {
  color: #fc835f;
}
#hamburger {
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 10001;
}
.open #hamburger {
  z-index: 0;
}
span.middle {
  width: 50% !important;
  margin: 0 auto;
}
#hamburger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.4s;
}
#hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#hamburger.active span:nth-child(2) {
  opacity: 0;
}
#hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
#hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.right__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 30px;
}
.inline_header .btn-posnawr {
  margin-top: 0;
  color: white;
  border: 1px solid white;
  margin-left: 45px;
}
.inline_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* Footer */
.footer_newsletter {
  background: #e6eaeb;
  padding-top: 45px;
}
.footer_newsletter img {
  max-height: 370px;
}
.footer__socials ul {
  padding-left: 0;
  display: flex;
  list-style: none;
  padding-top: 25px;
}
.footer__socials ul li img {
  width: 40px;
}
.footer_border {
  border-bottom: 1px solid #ddd;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer__socials li {
  padding-right: 5px;
}
.footer_border ul a {
  color: #002c34;
  text-decoration: none;
  transition: 1s;
}
.footer_border ul a:hover {
  color: #fc835f;
}
footer#colophon ul {
  font-family: "Bebas Neue", sans-serif;
  list-style: none;
  font-size: 24px;
  margin-bottom: 0;
  padding-left: 0;
}
footer#colophon span {
  padding-left: 10px;
  padding-right: 10px;
}
footer#colophon .db {
  padding-left: 0px;
  padding-right: 0px;
}
footer#colophon .db a {
  color: #002c34;
  padding-left: 4px;
}
footer#colophon ul > li {
  text-transform: uppercase;
}
section.partners_section {
  background: #fafafa;
}
.newsletter_form p {
  font-size: 8px;
  padding-top: 5px;
}
.footer_reveal {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
}
.footer_reveal img {
  position: absolute;
  width: 500px;
  height: 300px;
  object-fit: cover;
  object-position: top;
  transform: translateX(-50%) translateY(-100%);
  top: 0%;
  left: 0%;
  z-index: 10;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
}
#emailForm {
  display: flex;
}
#emailForm button {
  background: #ec2119;
  border: none;
  width: 55px;
  margin-left: 6px;
  cursor: pointer;
}
#emailForm input#email {
  min-height: 50px;
  border-radius: 0;
  border: 1px solid #00340c;
  font-family: "Inter";
}
.partners_section {
  padding-top: 45px;
  padding-bottom: 45px;
  flex-direction: column;
  justify-content: center;
}
.partners_section .logo {
  place-self: center;
}
.partners_section .col-4 {
  display: flex;
  align-items: center;
  place-content: center;
}
/* Homepage */
.header .roundal {
  position: absolute;
  bottom: 40px;
  right: 200px;
}
.home_header .italic {
  font-size: 24px;
}
.home_newsletter .wpforms-container-full {
  margin: inherit;
}
.home_newsletter
  .wpforms-container.inline-fields
  .wpforms-field-container
  .wpforms-field:last-of-type {
  padding-right: 0;
  width: 100%;
  padding-top: 0 !important;
}
.home_newsletter
  .wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  margin-top: 0;
}
.home_newsletter #wpforms-submit-1092 {
  background: red;
  background-image: url(/wp-content/uploads/2024/01/right_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 105px center !important;
  border-radius: 0;
  max-width: 140px;
  min-height: 55px;
}
.home_newsletter #wpforms-submit-1092:hover {
  background: #002c34 !important;
  background-image: url(/wp-content/uploads/2024/01/right_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 105px center !important;
}
.home_newsletter #wpforms-1092-field_1-container {
  padding-top: 0 !important;
}
.home_newsletter input#wpforms-1092-field_8_1 {
  max-width: 10px;
}
.home_newsletter .wpforms-field-label-inline {
  font-family: inter, sans-serif;
  font-size: 14px !important;
}
.home_newsletter .wpforms-container.inline-fields .wpforms-field-container {
  flex-direction: column;
}
.home_newsletter .wpforms-container.inline-fields .wpforms-submit-container {
  align-self: flex-start;
}
.home_newsletter ul#wpforms-1092-field_8 {
  margin-top: 10px;
}
.home_newsletter #wpforms-1092 {
  margin: 0;
}
.home_newsletter .wpforms-required-label {
  display: none;
}
.home_newsletter input#wpforms-1092-field_1 {
  border-radius: 0;
  font-family: "Inter";
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #a6afb1;
  min-height: 55px;
  color: #00340c;
}
.home_newsletter .wpforms-container-full,
div.wpforms-container-full * {
  width: calc(100% - 10px) !important;
}
.home_newsletter .wpforms-container.inline-fields .wpforms-submit-container {
  width: auto;
}
.header_logo {
  position: relative;
  z-index: 100;
  padding-left: 30px;
}
.header-icons ul li img {
  width: 49px;
}
.header .img_caption img {
  padding-bottom: 20px;
}
video.fullscreen__video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0.4;
}
.video_container {
  position: relative;
}
.video_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.video__wrapper {
  width: 100%;
  background: var(--main-colour);
  height: 100vh;
}
.video_caption .section__header {
  color: #fff;
}
.button {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.open span {
  background: white !important;
}
.open {
  position: relative;
  z-index: 100;
}
.header-icons {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  list-style: none;
}
.home_app .title_line {
  width: 170px;
}
.home_app ul {
  font-family: "Inter";
  font-size: 14px;
  padding: 15px;
  list-style: disc;
}
.header-icons li {
  padding-bottom: 15px;
}
.header-icons li > img {
  width: 49px;
  height: 49px;
}
.flex__about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex__col-1 {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.flex__col-2 {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 10%;
}
.flex__img-container {
  position: relative;
}
.rg__text--heading .coming_soon {
  position: absolute;
  right: 40px;
  top: -60px;
}
.rg__image {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.rg__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
}
.flex__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.flex__row {
  display: flex;
  width: 100%;
}
.flex__col {
  flex: 1;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  place-content: center;
  flex-direction: column !important;
}
.bg__text {
  position: absolute;
  left: 0;
  font-size: 120px;
  color: #d15f68;
  bottom: 0;
  line-height: 100px;
  rotate: -90deg;
  left: 0;
  top: 180px;
  white-space: nowrap;
}
.image__text-wrap {
  position: relative;
}
.img__infront {
  position: relative;
  z-index: 1;
}
.vip_game ul {
  color: white;
  list-style: disc;
  padding-left: 15px;
  line-height: 25px;
  font-size: 14px;
}
.title_line {
  padding-bottom: 25px;
  width: 120px;
  padding-top: 8px;
}
.vip_learn li {
  padding-left: 30px;
}
.vip_game {
  position: relative;
  min-height: 100vh;
  object-fit: cover;
  overflow: hidden;
}
.vip_game .center_flex {
  flex-wrap: wrap;
}
.vip_game .bg {
  width: 100%;
  transition: 1s;
  min-height: 100vh;
  object-fit: cover;
}
.vip_game .button:hover .bg {
  transform: scale(1.2);
}
.vip_game .position {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vip_game p {
  color: #fff;
  padding-top: 20px;
}
.vip_game a {
  color: #fff;
  text-decoration: underline;
}
.home_golfhol {
  background: url(/wp-content/uploads/2025/02/holidays_home-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
}
.home_golfhol h2 {
  color: white;
  font-size: 90px;
  line-height: 90px;
}
.home_golfhol .button {
  align-items: center;
}
.home_golfhol .width {
  max-width: 50%;
  margin: 0 auto;
}
@keyframes slideDown {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50vh;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    top: 50vh
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
#popupModal {
  display: block;
  width: 50%;
  margin: 0 auto;
}
#popupModal .underline {
}
#popupModal p {
  font-size: 16px;
}
#popupModal .wpforms-field-container {
  width: 100% !important;
  display: block;
}
#popupModal input[type="checkbox"] {
  width: 55px !important;
}
#popupModal .wpforms-required-label {
  display: none;
}
#popupModal .wpforms-submit-container {
  top: -42px;
}
.modal__content.modal__content-animate-up {
  animation: slideUp 0.5s ease forwards;
}
.modal__content.modal__content-animate-down {
  animation: slideDown 0.5s ease forwards;
}
@keyframes slideDownBackground {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUpBackground {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100vh);
  }
}

.modal__background.modal__background-animate-up {
  animation: slideDownBackground 0.5s ease forwards;
}

.modal__background.modal__background-animate-down {
  animation: slideUpBackground 0.5s ease forwards;
}

/* Fullscreen Vimeo */
.cont-video {
  height: calc(100vh - 0px);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.dan_instagram {
  background: url(/wp-content/uploads/2024/01/insta_bg.jpg);
  background-repeat: no-repeat;
  color: white;
  background-size: cover;
}
.dan_instagram .ig_text p {
  text-align: center;
}
section.dan_instagram .section__header {
  color: white;
}
.dan_instagram h2 {
  font-size: 100px;
  line-height: 100px;
  padding-bottom: 15px;
}
.dan_instagram .ig_text {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Video Homepage */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
  background: #002c34;
}
.video_subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}
.video_caption h1 {
  font-size: 145px;
  line-height: 145px;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
}
.accredited_coach .image_area {
  position: relative;
}
.accredited_coach .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: start;
}
.accredited_coach .coming_soon {
  position: absolute;
  top: -20px;
  left: -10px;
}
/* =Reveal Gallery */
.reveal-gallery {
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}
.rg__column {
  flex-grow: 1; /* equivalent to 33.33% */
  padding: 0 var(--h-gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}
.rg__text--heading h3 {
  font-size: 3.6vw;
  line-height: 1;
}
.rg__text--heading span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.rg__text--heading h3,
.chapter {
  font-family: "Bebas Neue", sans-serif;
}
.rg__text {
  z-index: 1;
  position: relative;
}
.rg__text--copy p {
  margin: 0;
}
.rg__text--copy {
  font-weight: 300;
  letter-spacing: 0.03vw;
}
.rg__column::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 20vh;
  transform: translateY(-50%);
  background-color: var(--text-color);
  opacity: 0.4;
}
.rg__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rg__image--mask {
  height: 100%;
  overflow: hidden;
}
.rg__text--mask {
  overflow: hidden;
}
/* Home Slider */
.home_slider {
  background: url("/wp-content/uploads/2024/03/Quotes-Background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_slider .center {
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  flex-direction: column;
}
#home_testimonials .item img {
  max-width: 50%;
}
#home_testimonials .boldp {
  font-size: 80px;
  text-align: center;
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  font-family: "Bebas Neue", sans-serif;
  margin-top: -100px;
  text-transform: uppercase;
  font-weight: 400;
}
#home_testimonials .section__header {
  text-align: center;
  color: #fff;
}
/* About Page */
.header {
  position: relative;
}
.img_header {
  width: 100%;
}
.img_header.blank {
  height: 500px;
  margin-top: 100px;
}
.img_caption {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
.black .img_caption * {
  color: var(--main-colour);
}
.about .move_img {
  margin-top: -100px;
}
.img_caption h1,
.img_caption p {
  color: white;
}

.img_caption p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  text-transform: none;
}
section.grey {
  background: #f2f5f5;
}
.about_position .img_header {
  object-position: left;
}
.about_golf {
  text-align: center;
}
.about_golf h2 {
  padding-bottom: 25px;
}
.stats {
  max-width: 50%;
  margin-top: -100px !important;
  margin: 0 auto;
  background: #012c34;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  color: white;
  padding-top: 45px;
  padding-bottom: 45px;
}
.digit {
  display: inline-block;
  transform: translateY(
    1em
  ); /* Initially move digits down for the fade-up effect */
}
.stats .section__header {
  color: #db6f77;
  margin-bottom: 0;
}
.stats #counter,
.stats #counter1,
.stats #counter2 {
  font-size: 50px;
}
.about_logos .logo {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}
.about_feature .bottom {
  display: flex;
  place-items: flex-end;
}
.about_magazine {
  background: url(/wp-content/uploads/2024/03/magazine.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.about_feature h2 {
  font-size: 80px;
  line-height: 70px;
}
.about_partner .arrow_list {
  padding: 0;
  color: #fff;
}
.about_partner .arrow_list li {
  padding-left: 24px;
  line-height: 30px;
  font-size: 14px;
}
.about_partner .arrow_list li:before {
  color: #fff;
}
.about_partner {
  background: #db6f77;
}
.about_partner .btn-posnawr {
  border: 1px solid #fff;
  color: #fff;
}
.about_partner h2 {
  font-size: 90px;
  padding-bottom: 20px;
}
.about_partner h2,
.about_partner p {
  color: #fff;
}
.about_slider {
  background: #bbc4c6;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about_slider .image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 670px;
  z-index: -1;
}
.about_slider .caption {
  max-width: 80%;
  padding-top: 200px;
}
.about_slider .italic {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 20px;
}
.about_slider h3 {
  color: #fff;
  font-size: 70px;
}
.about_slider p {
  color: #fff;
}
.about_slider .owl-next {
  margin-left: 15px;
}
.about_slider .owl-next,
.about_slider .owl-prev {
  max-width: 60px;
}
.home_slider .owl-dots,
.about_slider .owl-dots {
  text-align: left !important;
}
.home_slider .owl-nav,
.about_slider .owl-nav {
  text-align: right !important;
  top: 25px;
  position: relative;
  width: max-content;
  display: flex;
  float: right;
}
.home_slider .owl-theme .owl-dots .owl-dot span,
.about_slider .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.home_slider .owl-dot.active,
.about_slider .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50%;
  transition: none;
}
.home_slider .owl-theme .owl-dots .owl-dot span,
.about_slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 17px 17px;
}
.home_slider .owl-dots,
.about_slider .owl-dots {
  text-align: left !important;
  max-width: fit-content;
  top: 45px;

  position: relative;
}

/* Marquee Infinite */
#textCarousel {
  text-align: center;
  font-size: 80px;
}
/* Youtube Slider */
div#slider .item p {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 10px;
}
.recent_videos {
  position: absolute;
  bottom: 0;
}
.caption_featured {
  position: absolute;
  z-index: 8;
  color: white;
  top: 50%;
  transform: translate(0%, -50%);
  left: 10%;
  max-width: 50%;
}

.top_content {
  position: absolute;
  z-index: 8;
  color: white;
  top: 10%;
  transform: translate(0%, -50%);
  left: 10%;
  width: 80%;
}
.top_content .subscribe {
  right: 0;
  position: absolute;
  top: 0;
}
.caption_featured p {
  line-height: 30px;
}
div#extra-videos {
  position: absolute;
  bottom: 50px;
  z-index: 8;
  padding-left: 10%;
}
div#extra-videos h3 {
  color: #fff;
  padding-top: 15px;
  text-decoration: underline;
}
#extra-videos.owl-theme .owl-nav {
  position: absolute;
  right: 45px;
  top: -90px;
}
#extra-videos .owl-prev img,
#extra-videos .owl-next img {
  width: 50px;
}
/* Short Game School */
#quinta_images .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 17px 17px;
}
#quinta_images .owl-dot.active {
  border: 1px solid #012c34;
  border-radius: 50%;
  transition: none;
}
#quinta_images.owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0;
}
#quinta_images.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #012c34;
}
#quinta_images.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
div#quinta_images {
  margin-top: -50px;
}
#quinta_images .owl-stage-outer {
  padding-bottom: 90px;
}
.sg_intro .bottom {
  padding: 40px;
}
.sg_top a.btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
  place-self: center;
}
.sg_header {
  margin-top: 50px;
  background: #f2f5f5;
  padding-bottom: 90px;
}
.sg_header.gf_intro .bottom h2 {
  font-size: 36px;
  line-height: 36px;
}
.sg_header .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sg_header h3 {
  padding-top: 15px;
}
.sg_learn ul {
  padding-left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #002c34;
}
.sg_learn .fa-check {
  color: #db6f77;
  padding-right: 15px;
}
.sg_learn .bottom {
  padding-top: 25px;
}
.sg_learn .italic {
  font-size: 40px;
  line-height: 45px;
}
.sg_improve .grey {
  background: #eee;
  margin-top: -6px;
  padding: 30px;
}
.sg_improve .grey p {
  min-height: 90px;
  margin-bottom: 0;
}
.sg_improve video {
  max-width: 100%;
}
.sg_improve h3 {
  font-size: 50px;
}
.sg_quote h3 {
  font-family: "Playfair Display";
  font-size: 50px;
  line-height: 50px;
  text-transform: none;
  font-style: italic;
  font-weight: 100;
}
.video_group {
  position: relative;
  margin-top: 50px;
}
.video_group .play {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 86px;
  transform: translate(-50%, -50%);
}
.app_features .video_group {
  margin-top: 0;
}
.sg_priority {
  background: #012c34;
  margin-top: -170px;
  margin-left: 8%;
  margin-right: 8%;
}
.sg_priority h2 {
  max-width: 80%;
}
.sg_priority h2,
.sg_priority p {
  color: #fff;
  margin-bottom: 0;
}
.sg_priority .btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
}
.sg_priority .inline_apps {
  display: flex;
}
.sg_priority .inline_apps img {
  margin-left: 25px;
}
.sg_booking p {
  margin: 0;
}
.sg_booking {
  margin-left: 8%;
  margin-right: 8%;
}
.sg_booking .center_flex {
  flex-wrap: wrap;
}
.sg_groups {
  background: #002c34;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 90px;
}
.sg_groups h2,
.sg_groups p {
  color: #fff;
}
.sg_groups .btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
}
/* Image Reveal */
.imageFrame {
  position: relative;
  overflow: hidden;
}
.imageFrame:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
}
.imageFrame img {
}
/* App Section */
.app__bg {
  background: #002932;
}
.app__bg .title_line {
  width: 170px;
}
.inline_apps {
  margin-top: 30px;
}
/* Pre Loader */
/* .preloader {
  background: var(--main-colour);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 21;
  pointer-events: none;
}
.preloader__img {
  opacity: 1;
} */
.dg_preload_logo {
  opacity: 0;
  position: absolute;
}
.img__background {
  position: absolute;
  opacity: 0;
}
.prl-logo {
  font-family: "Abril Fatface", cursive;
  font-size: 1.3rem;
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hide {
  opacity: 0;
  color: white;
  font-weight: lighter;
  font-size: 90px;
  position: fixed;
  top: 45%;
  left: 57%;
  width: max-content;
}
/* Bespoke Online Coaching */
.boc_top .btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
  place-self: center;
}
.boc_coaching {
  background: #012c34;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: -200px;
}
.boc_coaching h2 {
  color: #fff;
}
.boc_coaching span {
  align-self: flex-end;
  text-align: -webkit-center;
}
.boc_coaching .download {
  width: 120px;
  height: 40px;
  display: inline-flex;
}
.boc_coaching .skillest {
  padding-bottom: 20px;
  display: flex;
}
.boc_coaching .step {
  display: flex;
  padding-top: 15px;
}
.boc_coaching .step h3 {
  padding-left: 15px;
  margin: 0;
  color: #fff;
}
.boc_coaching .row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.boc_lessons li {
  padding-left: 25px;
}
.boc_coaching .arrow {
  align-self: center;
}
.boc_golf {
  padding-top: 90px;
  padding-bottom: 90px;
}
.boc_golf h2 {
  padding-bottom: 25px;
}
.boc_golf .title_line {
  padding-bottom: 20px;
}
.boc_lessons .line_break {
  width: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.boc_lessons .sides {
  padding-left: 10%;
  padding-right: 10%;
}
.boc_videos {
  padding-left: 10%;
  padding-right: 10%;
  background: url(/wp-content/uploads/2024/01/skillest.svg);
  background-repeat: no-repeat;
  background-position-x: 23%;
  background-position-y: 15%;
  background-color: #f2f5f5;
}
.boc_videos .video_group {
  margin-top: 0;
}
.boc_videos .container {
  padding-left: 10%;
  padding-right: 10%;
}
.boc_lessons ul {
  padding-left: 0;
  line-height: 30px;
}
.boc_lessons .fa-check {
  color: #db6f77;
  padding-right: 15px;
}
.boc_lessons h3 {
  font-size: 35px;
  margin-bottom: 0;
}
.boc_lessons .grey {
  color: #acacac;
  margin-bottom: 0;
}
.five_stars .bold {
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.five_stars p {
  margin-bottom: 0;
}
.five_stars .single {
  padding-top: 20px;
}
.boc_videos h3 {
  padding-top: 15px;
}
.boc_header {
  padding-bottom: 100px;
}
.boc_header .moveup {
  margin-top: -200px;
}
/* One to One Lessons */
.oto_intro .bottom {
  padding: 80px;
}
.oto_woburn h2 {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}
.oto_woburn {
  position: relative;
  margin-bottom: -6px;
}
.oto_woburn .column {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.oto_woburn video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.oto_learn .arrow_list {
  padding-left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
.oto_learn .arrow_list li {
  padding-left: 30px;
}
.oto_learn {
  background: #f2f5f5;
  padding-bottom: 180px;
}
.oto_learn .pga {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.box {
  background: #fff;
  padding: 90px;
  margin-top: -120px;
}
.oto_priority {
  background: #012c34;
  margin-top: 0;
  max-width: 55% !important;
  margin-top: -175px;
}
.oto_priority h2,
.oto_priority p {
  color: #fff;
}
.oto_priority .section__header {
  color: #db6f77;
}
.oto_videos .video_group {
  margin-top: 0;
}
.oto_videos h3 {
  font-size: 24px;
  padding-top: 10px;
}
.oto_quotes h3 {
  font-family: "Playfair Display";
  font-style: italic;
  text-transform: none;
  font-size: 30px;
  font-weight: 100;
}
/* Online Short Game School */
.osg_intro .bottom {
  padding: 50px;
}
.osg_intro .inline_buttons {
  display: flex;
  gap: 30px;
  padding-top: 15px;
}
.osg_intro .button .btn-posnawr {
  margin: 0;
}
.osg_intro h4 {
  padding-top: 10px;
  text-align: left;
}
.osg_intro .button {
  padding: 0;
}
.osg_benefits {
  background: #f2f5f5;
}
.osg_top video {
  margin-bottom: -6px;
}
.osg_benefits h3 {
  font-size: 40px;
  line-height: 40px;
  min-height: 2em;
}
.osg_benefits h2 {
  padding-bottom: 20px;
}
.osg_cost {
  background: url(/wp-content/uploads/2024/04/online-sg-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px;
  margin-top: -170px;
}
.osg_cost h2,
.osg_cost p {
  color: #fff;
}
.osg_quote h2 {
  font-size: 100px;
  line-height: 100px;
  padding: 0px 10%;
  color: #9cabaf !important;
}
.osg_quote .italic {
  font-size: 60px;
  line-height: 60px;
}
.osg_accordion .arrow_list {
  padding-left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.osg_accordion .arrow_list li {
  padding-left: 25px;
}
.osg_accordion.faq_main .accordion {
  background: #fff;
  border-top: 1px solid #dddddd !important;
  display: flex;
  place-items: center;
  margin-top: 0;
}
.osg_accordion.faq_main .accordion .plus {
  position: absolute;
  right: 20px;
}
.osg_accordion.faq_main .panel {
  background: transparent;
  padding-bottom: 20px;
}
.osg_accordion .button_accordion {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  place-items: flex-end;
}
.osg_accordion.faq_main .accordion:last-of-type {
  border-bottom: 1px solid #dddddd !important;
}
.osg_accordion video {
  max-width: 100%;
}
/* News */
.news_bg {
  background: #002c34;
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  color: white;
  padding: 90px;
}
.news_bg p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_bg h3 {
  color: #fff;
}
.news_bg .section__header {
  color: #fc835f;
}
.news_bg h3 {
  font-size: 60px;
}
.white_news {
  color: #fff;
  border: 1px solid #fff;
}
.news_pagination {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.news_pagination .page-numbers.dots {
  padding-left: 10px;
}
.current .page_pagination_number {
  background: #fff;
  border: 1px solid #002c34;
  color: #002c34;
}
.page_pagination_number {
  background: #002c34;
  margin-left: 10px;
  color: #fff;
  transition: 1s;
  padding: 15px 20px;
  text-decoration: none;
}
a.page-numbers {
  text-decoration: none;
}
/* Press & Contact */
.pac_map iframe {
  height: 500px;
}
.pac_info .caption {
  padding: 45px 15px;
}
.pac_info {
  padding-right: 45px;
}
.pac_info p {
  margin: 0;
}
#woburn_images .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 17px 17px;
}
#woburn_images.owl-theme .owl-dots .owl-dot span {
  background: #a6afb1;
}
#woburn_images.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #012c34;
}
#woburn_images .owl-dot.active {
  border: 1px solid #012c34;
  border-radius: 50%;
  transition: none;
}
#woburn_images h3 {
  padding-top: 10px;
  padding-bottom: 90px;
}
#woburn_images.owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0;
}
#woburn_images.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
div#woburn_images {
  margin-top: -50px;
}
.pac_woburn {
  position: relative;
  text-align: center;
}
.pac_woburn .bg {
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}
.pac_woburn .italic {
  color: #fff;
  font-size: 24px;
  padding-top: 20px;
}
.pac_woburn .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.pac_form .testimonial {
  text-align: center;
  padding-top: 20px;
}
.pac_form .italic {
  font-size: 30px;
  line-height: 35px;
}
.pac_form .section__header {
  line-height: 15px;
}
.pac_form {
  background: #f3f5f5;
}
.pac_form input[type="text"],
.pac_form input[type="email"],
.pac_form select#enquiry,
.pac_form textarea#message {
  min-height: 55px;
  border-radius: 0 !important;
  background: #fff;
  border: 1px solid #707070;
}
.pac_form label span {
  font-size: 20px;
  padding-left: 5px;
}
.pac_form input#firstname {
  margin-right: 15px;
}
.pac_form ::placeholder {
  font-family: "Inter";
  font-size: 15px;
  color: #012c34;
}
.pac_form button {
  background: transparent;
  padding: 10px 40px;
  margin-top: 20px;
  border: 1px solid #707070;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: #707070;
}
.pac_form .wpforms-container .wpforms-required-label {
  color: #000 !important;
  font-size: 18px !important;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0px !important;
}
.pac_form .wpforms-container .wpforms-field-label {
  font-weight: 400 !important;
}
.pac_form select#wpforms-1287-field_3 {
  min-height: 55px;
  border-radius: 0;
}
.pac_form .wpforms-one-half {
  width: calc(50% - 0px) !important;
}
.pac_form .wpforms-container .wpforms-field-label {
  font-size: 26px !important;
  font-family: "Bebas Neue", sans-serif;
}
.pac_form .submit_btn {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #012c34 !important;
  font-family: "Inter" !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border: 1px solid #012c34 !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
}
.pac_form .wpforms-field {
  padding-top: 20px !important;
}
.pac_form .wpforms-field:first-of-type {
  padding-top: 0px !important;
}
.pac_form .wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  border-radius: 0 !important;
}
.pac_form .inline_form {
  display: flex;
}
.pac_form label {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 10px;
}
.pac_map ul {
  padding: 0;
  line-height: 30px;
}
/* Golf Holidays */
.gf_intro .bottom {
  padding: 50px;
}
.gf_top .btn-posnawr {
  color: #fff;
  border: 2px solid #fff;
  place-self: center;
}
.gf_partnership {
  padding: 90px;
  margin-top: -170px;
  max-width: 55% !important;
  position: relative;
}
.gf_partnership h2,
.gf_partnership p {
  color: #fff;
}
.gf_partnership p {
  font-weight: 700;
}
.gf_partnership .btn-posnawr {
  color: white;
  border: 1px solid #fff;
}
.gf_partnership .badgeOne,
.gf_partnership .badgeTwo {
  max-width: 170px;
}
.gf_partnership .badgeTwo {
  position: absolute;
  right: 2rem;
  top: 3rem;
}
.gf_partnership .badgeOne {
  position: absolute;
  right: 12rem;
  top: 3rem;
}
#package_deals h3 {
  padding-top: 15px;
  font-size: 40px;
}
#package_deals .owl-stage::before {
  content: "";
  position: absolute;
  top: 0;
  left: -420px;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2024/04/package.svg);
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
  background-repeat: no-repeat;
}
#package_deals .inline {
  display: flex;
  align-items: center;
}
#package_deals .location {
  margin-bottom: 0;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  padding-left: 10px;
}
#package_deals ul {
  padding: 0;
  padding-top: 10px;
  font-size: 15px;
}
#package_deals .fa-check {
  padding-right: 10px;
  color: #db6f77;
}
#package_deals .button {
  margin-top: 20px;
}
#package_deals .owl-nav {
  float: right;
  max-width: fit-content;
  padding-right: calc((100% - 1380px) / 2);
}
#package_deals .owl-dots {
  max-width: fit-content;
  padding-top: 40px;
  padding-left: calc((100% - 1380px) / 2);
}
.holiday_destinations {
  padding-top: 25px;
}
.holiday_destinations .accreditations {
  width: auto !important;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.holiday_destinations .green_bg {
  background: #002c34;
  color: #fff;
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 45px;
  margin-left: inherit;
}
.holiday_destinations .green_bg h3 {
  font-size: 45px;
  color: #fff;
}
.holiday_destinations .green_bg p {
  margin-bottom: 0px;
}
.holiday_destinations .green_bg .location {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
}
.holiday_destinations .location_img {
  min-width: 110%;
}
.holiday_destinations .owl-nav {
  width: fit-content;
  position: relative;
  float: right;
}
.holiday_destinations .owl-dots {
  width: fit-content;
  padding-top: 40px;
}
.holiday_destinations a {
  color: #fff;
}
.flex_end {
  display: flex;
  justify-content: flex-end;
}
.cameo {
  background: #002c34;
}
.cameo p {
  margin: 0;
  padding: 0;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.cameo img {
  min-width: 240px;
}
.cameo .btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 0;
  width: max-content;
}
.cameo .inline {
  padding-right: 5%;
  padding-left: 5%;
  display: inline-flex;
  place-items: center;
}
.cameo .inline span {
  display: inline-block;
}
.cameo .span_right {
  float: right;
}
/* FAQ Page */
.faq_main .accordion {
  background: #f4f4f4;
  color: #002c34;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  min-height: 80px;
  font-family: "Bebas Neue", sans-serif;
  border: none;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 5px;
}
.faq_main .active,
.accordion:hover,
button:focus {
  border: none;
}
.faq_main .accordion h3 {
  margin: 0;
  display: inline-flex;
  width: calc(100% - 30px);
}
.faq_main .panel {
  padding: 0 18px;
  background-color: #f4f4f4;
  display: none;
  overflow: hidden;
  padding-top: 10px;
}
.faq_main i.fa-solid.fa-arrow-down {
  font-size: 20px;
  position: absolute;
  right: 40px;
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  border: 2px solid;
  border-radius: 50%;
  transition: 0.5s;
  padding: 8px;
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
.fa-arrow-down:before {
  content: "\f063";
  margin: 3px;
}
.faq_main button:focus {
  outline: none !important;
}
button.active .fa-arrow-down {
  rotate: 180deg;
}
/* DG Academy App */
.app_header h1 {
  font-size: 90px;
  line-height: 90px;
  color: #002c34;
}
.app_top video {
  margin-bottom: -6px;
}
.app_top .img_header {
  min-height: 400px;
}
.app_header {
  background: #f2f5f5;
  padding-bottom: 100px;
}
.app_header .apps {
  display: grid;
  place-items: flex-end;
}
.app_header .apps img {
  padding-top: 20px;
}
.app_priority {
  background: #012c34;
  margin-top: -170px;
  margin-left: 8%;
  margin-right: 8%;
  padding: 45px;
}
.app_priority h2 {
  padding-bottom: 20px;
}
.app_priority h2,
.app_priority p {
  color: #fff;
  margin-bottom: 0;
}
.app_features h3 {
  font-size: 35px;
  padding-top: 15px;
}
.app_inline {
  display: flex;
}
.app_content video {
  max-width: 100%;
}
.app_inline p {
  padding-left: 45px;
}
.app_inline .button {
  min-width: max-content;
}
.app_content .text {
  max-width: 75%;
}
.app_content {
  background: url(/wp-content/uploads/2024/02/app.svg);
  background-repeat: no-repeat;
  background-position-y: 30%;
}
.app_reviews .review img {
  padding-bottom: 15px;
}
.app_reviews .review p {
  margin-bottom: 0px;
}
.app_reviews .review .from {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #bbc4c6;
  padding-top: 5px;
}
.app_reviews .review {
  margin-top: 20px;
}
.app_quote .italic {
  font-size: 40px;
  line-height: 50px;
  padding: 0% 10%;
}
/* VIP Game Day */
.vip_top .btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
  place-self: center;
}
.whats_included ul {
  padding-left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
.whats_included li {
  padding-left: 30px;
}
.vip_details .vip_row {
  background: #012c34;
  margin-top: -80px;
  margin-left: 8%;
  margin-right: 8%;
  padding: 45px;
}
.vip_details .vip_row h3,
.vip_details .vip_row p {
  color: #fff;
  text-align: center;
}
.vip_details .vip_row h3 {
  font-size: 40px;
}
.vip_timeline .swiper {
  width: 100vw;
  height: 85vh;
}
.vip_learn .pga {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.vip_timeline .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.vip_timeline .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vip_timeline .timeline_container {
  transform: translate(0%, -50%);
  position: absolute;
  right: 15%;
  top: 50%;
  display: flex;
  justify-content: flex-end;
  max-width: 30%;
}
.vip_timeline .timeline_caption {
  text-align: right;
  padding-right: 45px;
}
.vip_timeline .timeline_caption h3,
.vip_timeline .timeline_caption p {
  color: #fff;
}
.vip_timeline .timeline_caption h3 {
  font-size: 40px;
}
.vip_timeline .swiper-pagination-bullet {
  background: #012c34;
  opacity: 1;
  border: 1px solid #fff;
  font-family: "Bebas Neue", sans-serif;
  color: #81817f;
  font-size: 20px;
  margin-bottom: 60px !important;
}
.vip_timeline .swiper-pagination-bullet-active {
  background: #fff;
  color: #fff;
  font-size: 30px;
}
.vip_timeline .swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 14%;
  top: 50%;
  white-space: nowrap;
  color: white;
  background: white;
  width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vip_timeline .time-bullet {
  padding-left: 12px;
  margin-top: -10px;
  position: absolute;
}
.vip_timeline
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-top: 0;
}
.vip_timeline .swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}
.vip_timeline .swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: calc(0% + 10vh) !important;
  right: 13% !important;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff;
  rotate: 90deg;
  top: auto !important;
}
.vip_timeline .swiper-button-prev {
  left: auto;
  top: calc(0% + 10vh) !important;
}
.vip_timeline .swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 6px 10px;
  color: #fff;
}
.vip_timeline .swiper-button-prev:hover:after,
.vip_timeline .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.5); /* Adjust background color as needed */
}
.vip_quote h2 {
  text-transform: none;
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 20px;
  margin-left: 8%;
  margin-right: 8%;
  font-weight: 100;
}
.vip_text_bg {
  background: url(/wp-content/uploads/2024/03/vip-short-game.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* Golf Book Page */
.gb_header {
  background: #db6f77;
  padding-top: 100px;
}
.gb_header .italic {
  margin-bottom: 0;
}
.gb_header h1,
.gb_header p {
  color: #fff;
}
.gb_header span {
  display: block;
}
.gb_header .smaller {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
.gb_header .button {
  place-items: center;
}
.gb_header .btn-posnawr {
  color: #fff;
  border: 1px solid #fff;
}
.gb_available .center_logo {
  display: grid;
  place-items: center;
}
.gb_testimonial {
  background: #f0f3f4;
}
.gb_testimonial h3 {
  text-transform: none;
  font-size: 30px;
  font-weight: 100;
}
.gb_covers ul {
  padding-left: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  padding-top: 20px;
}
.gb_covers ul li {
  padding-left: 30px;
}
.gb_covers .move_up {
  margin-top: -80px;
}
.gb_covers figcaption {
  font-family: "Bebas Neue", sans-serif;
  color: #002c34;
  font-size: 24px;
  text-transform: uppercase;
}
.gb_bespoke_coaching {
  background: #f8f9f9;
}
.gb_bespoke_coaching h3 {
  font-size: 50px;
  line-height: 50px;
}
.gb_skillest {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.gb_skillest .step {
  display: flex;
  padding-top: 15px;
}
.gb_skillest span {
  align-self: flex-end;
  text-align: -webkit-center;
}
.gb_skillest .step h4 {
  padding-left: 15px;
  margin: 0;
  place-self: flex-end;
}
.gb_skillest .arrow {
  align-self: center;
}
.gb_bespoke ul {
  padding: 0;
}
.gb_bespoke li {
  display: block;
  padding-left: 20px;
  position: relative;
  line-height: 30px;
}
.gb_bespoke li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #db6f77;
  position: absolute;
  left: 0;
  top: 0;
}
.gb_testimonial h3 {
  text-transform: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
}
.gb_testimonial p {
  margin: 0;
  padding-top: 10px;
}
.gb_testimonial .from {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #bbc4c6;
  padding-top: 0;
}
.gb_testimonial .title {
  font-weight: bold;
  font-size: 18px;
}
.gb_testimonial .caption {
  padding-top: 20px;
}
.gb_bespoke h4 {
  font-size: 30px;
}
.gb_mid .arrows {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: inline-end;
}
.gb_mid .arrows svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Blog Page */
.blog_content .section__header {
  color: #fc835f;
  padding-top: 45px;
}
.blog_content h1 {
  color: #002c34;
  font-size: 60px;
  line-height: 65px;
}
.blog_content h2 {
  padding-top: 30px;
  font-size: 40px;
}
.blog_content .back_news {
  color: #002c34;
  text-decoration: underline;
}
.blog_content .title-recent {
  font-family: "Bebas Neue";
  color: #002c34;
  font-size: 24px;
  border-top: 1px solid #eee;
  padding: 10px 0px;
}
.blog_content > .title-recent:last-child {
  border-bottom: 1px solid #eee;
}

/* Thankyou Page */
.ty_top .img_caption .section__header {
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  margin: 0;
}
.ty_links .area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
}
.ty_links .end {
  display: flex;
  align-items: flex-end;
}
.ty_links .logo {
  padding-bottom: 20px;
}
.ty_links .button {
  margin-top: auto;
}

.firstKind {
  margin-top: 40px !important;
}
.firstKind span {
  line-height: 1.5;
}
.openEnquiry:hover {
  cursor: pointer;
  text-decoration: underline;
}
.destinationsHoliday {
  padding-top: 50px;
}
/* Responsive Styles (min queries) */
@media (min-width: 768px) {
  .hide_desk {
    display: none;
  }
}
@media (min-width: 769px) {
  .pr-0 {
    padding-right: 0;
  }
  .pl-0 {
    padding-left: 0;
  }
  .news_top {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .hide_info_desk {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  img.location_img {
    max-height: 400px;
    object-fit: cover;
  }
  .holiday_destinations .green_bg {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .reveal-gallery {
    flex-direction: row;
  }
  .rg__column {
    min-height: 100vh;
    width: 33.3%;
  }
  .sg_intro .bottom {
    padding-bottom: 0;
  }
  .gf_partnership .badgeOne,
  .gf_partnership .badgeTwo {
    max-width: 150px;
  }
  .gf_partnership .badgeTwo {
    right: 4rem;
    top: 1rem;
  }
  .gf_partnership .badgeOne {
    right: 13rem;
    top: 1rem;
  }
}
@media (min-width: 1081px) {
  /* =Reveal Gallery */
  .reveal-gallery {
    flex-direction: row !important;
    height: 100vh;
  }
  .rg__column {
    min-height: auto !important;
  }
  .rg__text--copy {
    position: absolute;
    overflow: hidden;
  }
  .rg__text {
    max-width: 17vw;
  }
}

@media (min-width: 2100px) {
  .flex__container {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1800px) {
  .oto_priority {
    max-width: 75% !important;
  }
  .caption_featured h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .caption_featured {
    top: 40%;
  }
}
@media (max-width: 1440px) {
  div#extra-videos {
    bottom: 20px;
  }
  .news_bg h3 {
    font-size: 30px;
  }
  .card .card-bg {
    left: -10%;
    height: 80%;
  }
  #home_testimonials .boldp {
    font-size: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .home_slider .owl-nav img {
    width: 50px;
  }
  .inline_header {
    padding-right: 45px;
  }
  .card-slider .item .title {
    font-size: 60px;
    line-height: normal;
    width: 90%;
  }
  .sg_priority h2 {
    max-width: 100%;
  }
  .gf_partnership {
    max-width: 85% !important;
  }
  .row {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header_logo {
    padding-left: 20px;
  }
  .img_header {
    min-height: 700px;
    object-fit: cover;
    object-position: center;
  }
  .video_responsive {
    min-height: auto !important;
  }
  .menu__wrap h3 {
    font-size: 24px;
  }
  ul.submenu li p {
    font-size: 20px;
    margin: 0;
  }
  .menu__wrap .submenu.active {
    margin-bottom: 10px;
  }
  .menu__wrap .arrow-icon {
    width: 24px;
  }
}
@media (max-width: 1310px) {
  .video_group {
    margin-top: 45px;
  }
}
@media (max-width: 1200px) {
  .oto_priority h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .header .roundal {
    right: 45px;
  }
  #home_testimonials .boldp {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  .video-container {
    height: 100vh;
  }
  .bg-video {
    scale: 2;
  }
  .caption_featured {
    max-width: 80%;
  }
  .oto_woburn h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1080px) {
  .rg__text--heading h3 {
    font-size: 60px;
    color: white;
  }
  .gb_covers figcaption {
    font-size: 18px;
    padding-top: 5px;
  }
  .osg_benefits h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .gb_bespoke_coaching h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .large_heading h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .gb_covers ul {
    font-size: 24px;
    line-height: 30px;
  }
  .news_bg {
    padding: 45px;
  }
  .boc_lessons .sides {
    padding-left: 15px;
    padding-right: 15px;
  }
  .boc_videos .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .boc_golf {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .osg_cost {
    padding-left: 15px;
  }
  .osg_quote .italic {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px;
  }
  .holiday_destinations .green_bg {
    margin: 0;
  }
  .home_header .video_caption h1 {
    font-size: 110px;
    line-height: 110px;
  }
  #package_deals h3 {
    font-size: 30px;
  }
  .app_content {
    background: none;
  }
  .oto_learn .arrow_list {
    font-size: 20px;
    line-height: 28px;
  }
  .app_inline p {
    padding-left: 0;
  }
  .app_inline {
    flex-wrap: wrap-reverse;
  }
  img.rg__short__info {
    display: none;
  }
  .rg__text--heading h3 {
    font-size: 40px;
  }
  .section__header {
    font-size: 10px;
  }
  .app_features h3 {
    font-size: 24px;
  }
  #woburn_images .owl-dots .owl-dot span {
    margin: 12px 12px;
  }
  .sg_improve h3 {
    font-size: 30px;
  }
  .gb_covers {
    padding-top: 45px;
  }
  .sg_quote h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .home_golfhol .width {
    max-width: 90%;
  }
  .sg_header h3 {
    font-size: 18px;
    padding-top: 5px;
  }
  .oto_intro .bottom {
    padding: 40px;
  }
  .oto_woburn video {
    min-height: 450px;
  }
  .img_caption h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .home_app ul {
    padding-bottom: 0;
  }
  p {
    line-height: 24px;
  }
  .video_caption h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .video_subtitle {
    font-size: 12px;
  }
  .news_bg h3 {
    font-size: 40px;
  }
  .news_top img {
    height: 100%;
    object-fit: cover;
  }
  .osg_top .img_header {
    min-height: 400px;
  }
  .inline_header {
    padding-right: 0;
  }
  .boc_coaching {
    margin-top: 0;
  }
  .vip_timeline .timeline_container {
    max-width: 60%;
  }
  .boc_header {
    padding-bottom: 0;
  }
  .app_content {
    background-size: contain;
  }
  .rg__text--heading .section__header {
    color: white;
  }
  .gf_partnership {
    padding: 45px;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 0;
    max-width: 100% !important;
  }
  .rg__image {
    transform: none !important;
  }
  .rg__image--mask {
    transform: none !important;
  }
  .rg__text--copy p {
    transform: none !important;
    color: white !important;
  }
  .rg__text--mask {
    transform: none !important;
  }
  .rg__column.center,
  .rg__column.right {
    border-top: 1px solid #fff;
  }
  .sg_priority .inline_apps {
    display: inline-block;
    place-self: flex-start;
  }
  .sg_priority .inline_apps img {
    margin-left: 0px;
  }
  .sg_priority .btn-posnawr {
    margin-bottom: 25px;
  }
  .sg_priority h2 {
    padding-top: 25px;
  }
  .sg_header .bottom {
    justify-content: center;
  }
  .osg_cost {
    margin-top: 0;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .p_top {
    padding-top: 45px;
  }
  .p_btm {
    padding-bottom: 45px;
  }
  .app_priority {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }
  .app_priority_container {
    padding: 0;
  }
  .app_header {
    padding-bottom: 0;
  }
  .app_header h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .p_top_md {
    padding-top: 45px;
  }
  .p_btm_md {
    padding-bottom: 45px;
  }
  .menu__wrap h3 {
    font-size: 30px;
  }
  ul.submenu li p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #textCarousel {
    font-size: 40px;
    line-height: 40px;
  }
  .flex__col-2 {
    padding: 0;
    padding-left: 45px;
  }
  .sg_learn ul {
    font-size: 24px;
    line-height: 34px;
  }
  .sg_learn .italic {
    font-size: 24px;
    line-height: 30px;
  }
  #quinta_images .owl-dots .owl-dot span {
    margin: 12px 12px;
  }
  .sg_header {
    padding-bottom: 45px;
  }
  .sg_priority {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sg_booking {
    margin-left: 0%;
    margin-right: 0%;
  }
  .vip_details .vip_row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .vip_slider .large_heading h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .whats_included ul {
    font-size: 24px;
    line-height: 30px;
  }
  .vip_quote h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px;
  }
  .vip_text_bg {
    background: none;
  }
  .header-icons {
    display: none;
  }
  .box {
    background: #fff;
    padding: 45px;
    margin-top: -50px;
  }
  .boc_videos {
    padding-left: 0%;
    padding-right: 0%;
    background-image: none;
  }
  .boc_lessons .large_heading h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .boc_header .moveup {
    margin-top: -120px;
  }
  .boc_coaching .step h3 {
    font-size: 24px;
  }
  .boc_coaching .row {
    flex-wrap: nowrap;
  }
  .boc_lessons li {
    line-height: 25px;
  }
  .holiday_destinations .green_bg h3 {
    font-size: 30px;
  }
  .holiday_destinations .green_bg .location {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .holiday_destinations .green_bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .boc_header h3 {
    font-size: 18px;
    padding-top: 5px;
  }
  .holiday_destinations .location_img {
    min-width: 100%;
  }
  img.location_img {
    max-height: 300px;
  }
  .stats {
    max-width: 100%;
    margin-top: 0 !important;
    margin: 0 auto;
  }
  .about_feature h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about_partner h2 {
    font-size: 40px;
    padding-bottom: 0;
    line-height: 40px;
  }
  .about_slider h3 {
    font-size: 50px;
  }
  .about_slider .italic {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0px;
  }
  .about_magazine {
    background: none;
  }
  .about.about_header {
    padding-bottom: 0;
    padding-top: 45px;
  }
  .app_quote .italic {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }
  .oto_priority {
    max-width: 100% !important;
  }
  .oto_learn {
    padding-bottom: 45px;
  }
  .oto_priority {
    margin-top: 0;
  }
  .gf_partnership {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .cameo .inline {
    place-items: center;
    flex-direction: column;
  }
  .cameo .inline span {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .hide_info_mob {
    display: none;
  }
  .home_newsletter .wpforms-container.inline-fields .wpforms-submit-container {
    width: 100px !important;
  }
}
@media (max-width: 992px) {
  .header .img_caption img {
    margin-top: 30px;
  }
  .video__wrapper {
    width: 100%;
  }
  .blog_content .back_news p {
    padding-top: 15px;
  }
  .menu__wrap ul {
    padding-left: 35px;
  }
  .sg_intro .bottom {
    padding: 15px;
  }
  .oto_intro .bottom {
    padding: 15px;
  }
  .oto_intro .p_top_sm {
    padding-top: 0;
  }
  .osg_intro .bottom {
    padding: 15px;
  }
  .osg_intro .p_top_sm {
    padding-top: 0;
  }
  .gf_intro .bottom {
    padding: 15px;
  }
  section.sg_header.gf_intro {
    padding-bottom: 0;
  }
  .gf_intro .p_top_sm {
    padding-top: 0;
  }
  .sg_intro .p_top_sm {
    padding-top: 0;
  }
  div#woburn_images {
    margin-top: 0px;
  }
  .about_slider .image {
    position: relative;
  }
  .about_slider .caption {
    max-width: 100%;
    padding-top: 20px;
  }
  .about_slider h3 {
    font-size: 50px;
  }
  .about_slider {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .about_slider .italic {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0;
  }
  .img_caption {
    width: 80%;
  }
  .news_bg {
    padding: 30px;
  }
  .news_bg h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .news_top img {
    height: 100%;
    object-fit: cover;
  }
  .video_caption {
    width: 100%;
  }
  #hamburger span {
    background-color: #fff;
  }
  .scrolled #hamburger span {
    background-color: #002c34;
  }
  .oto_priority {
    max-width: 100% !important;
    margin-top: 0;
  }
  .oto_learn {
    padding-bottom: 45px;
  }
  .caption_featured {
    top: 50%;
  }
  .image__column {
    display: none;
  }
  .menu__column {
    align-items: start;
    width: 100%;
  }
  div#quinta_images {
    margin-top: 0;
  }
  .sg_priority {
    margin-top: 0;
    max-width: 100% !important;
    padding-bottom: 45px;
  }
  .boc_header .moveup {
    margin-top: 0;
  }
  .gb_skillest span {
    align-self: center;
  }
  .gb_skillest {
    flex-direction: column;
  }
  .gb_skillest .arrow {
    rotate: 90deg;
  }
  .gb_skillest {
    width: auto;
  }
  .gb_header {
    padding-bottom: 45px;
  }
}
/* Responsive Styles (max queries) */
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .osg_intro .inline_buttons {
    flex-direction: column;
  }
  .pb_mob {
    padding-bottom: 45px;
  }
  .preloader {
    display: none;
  }
  .booked_bar .text {
    display: none;
  }
  .modal__content img {
    display: none;
  }
  .osg_benefits h3 {
    min-height: 1em;
  }
  .modal__content {
    min-width: 100%;
  }
  .dan_instagram img {
    padding-top: 20px;
  }
  .gb_available .center_logo {
    padding-top: 25px;
  }
  .gb_available .center_logo:first-child {
    padding-top: 0;
  }
  #package_deals h3 {
    font-size: 30px;
  }
  .gb_covers .move_up {
    margin-top: 0px;
  }
  .about_partner h2 {
    padding-top: 20px;
  }
  .pac_map h2 {
    padding-top: 20px;
  }
  .news_top img {
    height: auto;
    width: 100%;
    object-position: center;
  }

  .home_newsletter .wpforms-container.inline-fields,
  .home_newsletter #wpforms-form-1092.wpforms-form {
    width: 100% !important;
  }

  .home_newsletter .wpforms-container.inline-fields .wpforms-submit-container {
    width: 120px !important;
  }

  .home_newsletter #wpforms-submit-1092 {
    width: 100% !important;
  }

  .holiday_destinations .green_bg {
    margin-left: auto;
    padding: 30px;
  }
  .holiday_destinations .owl-nav {
    margin-top: -20px;
    padding-right: 10px;
  }
  .osg_accordion .button_accordion {
    display: block;
  }
  .osg_accordion .button_accordion .btn-posnawr {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .osg_accordion .title_line {
    display: none;
  }
  .app_reviews.p_top_md {
    padding-top: 0;
  }
  .vip_game .position {
    position: relative;
    top: auto;
    margin: auto;
    width: 100%;
    display: block;
    left: auto;
    transform: initial;
  }
  .vip_game .bg {
    display: none;
  }
  .vip_game {
    background: url(/wp-content/uploads/2024/02/vip_bg.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    place-items: center;
  }
  .vip_game img {
    max-height: 270px;
    padding-bottom: 20px;
  }
  .holiday_destinations .accreditations {
    bottom: 10px;
    left: 20px;
  }
  .about_partner .arrow_list {
    margin: 0;
  }
  .vip_top .box {
    padding: 0;
  }
  .oto_learn .pga {
    left: 15px;
  }
  .vip_learn .pga {
    left: 15px;
  }
  .news_top img {
    padding-top: 20px;
  }
  .video_subtitle {
    font-size: 10px;
  }
  .news_content .pl-0 {
    padding-left: 15px !important;
  }
  .news_content .pr-0 {
    padding-right: 15px !important;
  }
  .partners_section .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  div#quinta_images {
    margin-top: 0;
  }
  #quinta_images .owl-dots .owl-dot span {
    margin: 7px 7px;
  }
  .pac_woburn .col-12 {
    padding: 0;
  }
  .vip_quote h2 {
    font-size: 30px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  ul.submenu li p {
    font-size: 25px;
    line-height: 20px;
  }
  .pac_info .caption {
    padding: 25px 15px;
  }
  .pac_info {
    padding-right: 15px;
  }
  .gf_intro .bottom {
    padding: 15px;
  }
  .sg_intro .bottom {
    padding: 15px;
  }
  .sg_header .bottom {
    padding: 15px;
  }
  .osg_cost {
    padding: 70px 30px;
    background-position: right;
  }
  .osg_quote .italic {
    font-size: 30px;
    line-height: 40px;
  }
  .oto_intro .bottom {
    padding: 15px;
  }
  .video_group h3 {
    font-size: 16px;
  }
  .osg_benefits h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .title_line {
    padding-bottom: 15px;
  }
  section.vip_text_bg .section__header {
    padding-top: 20px;
  }
  .vip_text_bg {
    background: none;
  }
  .large_heading h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .flex__col-2 {
    padding-left: 0px;
    padding-top: 20px;
  }
  .app_header .apps {
    place-items: center;
  }
  .sg_header.oto_intro {
    padding-bottom: 45px;
    margin-top: 0;
  }
  .gh_deals .flex_end {
    justify-content: flex-start;
    margin-top: 20px;
  }
  #package_deals .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #package_deals .owl-dots {
    max-width: max-content;
    float: left;
    top: 0px;
    position: relative;
    left: 20px;
  }
  #package_deals .owl-nav {
    max-width: max-content;
    float: right;
    position: relative;
    right: 20px;
  }
  .holiday_destinations {
    background: #002c34;
    padding-top: 0px;
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .holiday_destinations .owl-dots {
    width: fit-content;
    padding-top: 0px;
    padding-left: 10px;
  }
  .header .roundal {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
  }
  .hide_mob {
    display: none;
  }
  .about_partner .reveal_container {
    max-width: 100%;
  }
  .stats {
    max-width: 100%;
    margin-top: 45px !important;
  }
  .about_header h2 {
    padding-top: 25px;
  }
  .about_feature .pga {
    position: relative;
    right: 0;
    top: 0;
    padding-bottom: 25px;
  }
  .about_feature h2 {
    font-size: 50px;
    line-height: 50px;
    margin-left: 0;
    padding-top: 20px;
  }
  .dan_instagram .top_mob {
    padding-top: 30px;
  }
  .bg-video {
    scale: 3;
  }
  .vip_bg ul {
    padding-left: 15px;
    padding-top: 20px;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .right__menu {
    right: 0;
  }
  .footer__socials ul {
    justify-content: space-evenly;
  }
  .footer_border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .oto_quotes .quote:first-child {
    padding-top: 0px;
  }
  .five_stars .single:first-child {
    padding-top: 0px;
  }
  .img_caption p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
  }
  .sg_priority h2 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sg_priority .btn-posnawr {
    margin: 0px 0px 20px 0px;
  }
  .sg_learn .bottom {
    padding-top: 0;
    text-align: center;
  }
  .oto_learn .pga {
    left: 15px;
  }
  .flex__about {
    display: block;
  }
  .flex__col-1 {
    width: 100%;
  }
  .flex__col-2 {
    width: 100%;
  }
  .btn-posnawr {
    margin: 20px auto 0px auto;
  }
  ul.footer__socials {
    justify-content: space-evenly;
  }
  .pt_mob ul {
    padding-left: 15px;
  }
  footer#colophon span {
    display: block;
    font-size: 12px;
    padding-left: 15px;
  }
  .monte_footer {
    align-items: center;
    padding-top: 30px;
  }
  .pt_mob.first {
    margin-top: 25px;
  }
  .partners_section .col-md-3 {
    padding: 45px;
  }
  .hide__mob {
    display: none;
  }
  .header_logo {
    padding-left: 0;
  }
  .sg_improve video {
    margin-top: 25px;
  }
  .sg_header .video_group {
    margin-top: 30px;
  }
  .sg_priority {
    margin-left: 0;
    margin-right: 0;
  }
  .sg_learn .section__header {
    padding-top: 25px;
  }
  .sg_booking .mob {
    text-align: center;
    padding-bottom: 25px;
  }
  .sg_booking {
    max-width: 100% !important;
  }
  .sg_header .p_top_sm {
    padding-top: 0;
  }
  .sg_header {
    padding-bottom: 0;
  }
  .about_slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vip-video ul {
    padding-top: 25px;
  }
  #home_testimonials .boldp {
    font-size: 30px;
  }
  .boc_coaching .arrow {
    rotate: 90deg;
  }
  .boc_coaching .row {
    display: inline-grid;
    justify-content: center;
    min-width: 100%;
    margin: 0;
  }
  .boc_coaching .arrow {
    rotate: 90deg;
    width: max-content;
    place-self: center;
    padding: 10px;
  }
  #colophon .line {
    display: none;
  }
  .boc_coaching {
    margin-top: 0px;
  }
  .about_top.about_header h2 {
    padding-top: 0;
  }
  .boc_header {
    padding-bottom: 0;
  }
  .oto_learn .box {
    padding: 0px 0px 0px 0px;
  }
  .oto_priority .center_flex {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .holiday_destinations .green_bg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about .move_img {
    margin-top: 0px;
  }
  .stats {
    margin-top: 0px !important;
    flex-direction: column;
  }
  .about_partner h2 {
    font-size: 50px;
  }
  .p_top_md {
    padding-top: 45px;
  }
  .about.p_btm_md {
    padding-bottom: 0px;
  }
  .img_caption {
    width: 95%;
  }
  .header .img_header {
    min-height: 500px;
    object-fit: cover;
  }
  #home_testimonials .item img {
    max-width: 90%;
  }
  .home_slider .center {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home_testimonials .boldp {
    margin-top: -20px;
  }
  .cameo .span_right {
    float: none;
  }
  .cameo .inline span {
    display: flow;
  }
  .home_golfhol .width {
    max-width: 100%;
  }
  .dan_instagram h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .p_btm_md {
    padding-bottom: 45px;
  }
  .app_inline p {
    padding: 0px;
    padding-top: 20px;
  }
  .app_inline {
    display: block;
  }
  .app_header .p_top_sm {
    padding-top: 0px;
  }
  .app_content .text {
    max-width: 100%;
  }
  .app_content h2 {
    padding-top: 20px;
  }
  .app_screen h2 {
    padding-top: 20px;
  }
  .vip_timeline .timeline_container {
    max-width: 80%;
  }
  .vip_details .vip_row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .accredited_coach h2 {
    padding-top: 20px;
  }
  .home_golfhol {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .oto_quotes .quote {
    padding-top: 20px;
  }
  #woburn_images h3 {
    font-size: 20px;
  }
  .box {
    padding: 45px 0px 0px 0px;
    margin-top: 0;
    background: #f2f5f5;
  }
  footer#colophon .pr-0 {
    display: inline-flex;
  }
  .gf_partnership .badgeOne,
  .gf_partnership .badgeTwo {
    display: none;
  }
}
@media (max-width: 575px) {
  .dan_instagram h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .booked_bar .inline_bar {
    flex-wrap: wrap;
  }
  .booked_bar span {
    text-align: center;
    width: 100%;
  }
  .booked_bar h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .about_slider h3 {
    font-size: 40px;
  }
  .booked_bar .button {
    width: auto;
    margin-top: 10px;
  }
  #woburn_images .owl-dots .owl-dot span {
    margin: 7px 7px;
  }
  .rg__column {
    min-height: 100vh;
  }
  .boc_lessons .sides {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video_caption h1 {
    font-size: 80px;
    line-height: 80px;
  }
  #textCarousel {
    font-size: 30px;
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .caption_featured {
    max-width: 100%;
    left: 0;
  }
  .video-container {
    padding-bottom: 0;
    height: 100vh;
  }
  div#extra-videos {
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_content .subscribe {
    position: relative;
  }
  .top_content {
    left: 0;
    width: 100%;
  }
  .top_content,
  .caption_featured,
  .extra-videos {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bg-video {
    scale: 4;
  }
  .row {
    padding-left: 0;
    padding-right: 0;
  }
  .oto_woburn .column {
    height: auto;
  }
  .oto_woburn {
    min-height: auto;
  }
  .oto_woburn h2 {
    font-size: 50px;
    line-height: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .btn-posnawr {
    min-width: 100%;
  }
  #home_testimonials .section__header {
    text-align: left;
  }
  #home_testimonials .boldp {
    text-align: left;
    color: #fff;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 40px;
  }
  .owl-prev,
  .owl-next {
    width: 50px;
  }
  .home_slider .owl-theme .owl-dots .owl-dot span,
  .about_slider .owl-theme .owl-dots .owl-dot span {
    margin: 7px 7px;
  }
  .gh_deals .flex_end {
    display: inline-block;
  }
  .gf_partnership {
    padding: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sg_priority .inline_apps {
    place-self: auto;
  }
  div#extra-videos {
    display: none;
  }
  .button {
    width: 100%;
  }
  .accredited_coach .center {
    place-items: normal;
  }
  .cameo .inline {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
  #home_testimonials .item img {
    max-width: 100%;
  }
  .cameo p {
    padding-left: 0;
    padding-right: 0;
  }
  .vip_game ul {
    line-height: 23px;
  }
  .osg_intro .button {
    min-width: 100%;
  }
}

/* ------ July 1st Changes -------- */

.grecaptcha-badge {
  display: none;
}

.open .flex__navigation {
  display: flex;
  z-index: 1000;
}

#MobCross {
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 10001;
  position: absolute;
  top: 35px;
  right: 35px;
}
span.middle {
  width: 50% !important;
  margin: 0 auto;
}
#MobCross span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.4s;
}
#MobCross.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#MobCross.active span:nth-child(2) {
  opacity: 0;
}
#MobCross.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
#MobCross span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#MobCross span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#MobCross span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#MobCross.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#MobCross.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#MobCross.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.Gallery {
  display: block;
  padding: 15px 0;
  color: #000;
}

.Gallery:hover {
  text-decoration: none;
  color: #000;
}

.Gallery .img_container {
  position: relative;
  width: 100%;
  height: 285px;
}

.Gallery .img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Gallery .img_container .Overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000075;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.Gallery:hover .img_container .Overlay {
  opacity: 1;
}

.Gallery .img_container .Overlay span {
  margin-top: 10px;
}

.Gallery .h4,
.Gallery p {
  text-transform: uppercase;
  margin: 0;
}

.Gallery .h4 {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  margin-top: 10px;
}

.Gallery p {
  line-height: 11px;
  font-size: 10px;
  font-weight: 500;
}

#UnlockGallery {
}

#UnlockGallery .modal__content {
  height: 500px;
  padding: 80px;
  width: 900px;
  transform: translateY(-50%) !important;
}

#UnlockGallery .modal__content .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 45px;
  color: #000;
}

#UnlockGallery .modal__content img {
  max-height: fit-content;
  margin-bottom: 25px;
}

#UnlockGallery .modal__content .UnlockForm input[type="text"] {
  border: 1px solid #012c34;
  border-radius: 0;
  margin-bottom: 15px;
}

#UnlockGallery .modal__content .UnlockForm p.Error {
  color: red;
  margin-bottom: 15px;
  text-transform: none;
}

#UnlockGallery .modal__content .UnlockForm .btn {
  color: #012c34;
  border: 1px solid #012c34;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-gallery .Gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 100px;
}

.single-gallery .Gallery .GalleryIMG {
  height: 450px;
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.single-gallery .Gallery .GalleryIMG .GalleryThumbnail {
  display: block;
  margin: 0 auto;
}

.single-gallery .Gallery .GalleryIMG .GalleryThumbnail {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.single-gallery .Gallery .PlayBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#GalleryDownload {
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 5px;
  right: 30px;
  z-index: 10000;
  cursor: pointer;
  background: url(./assets/Download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .single-gallery .Gallery .GalleryIMG.col-6 {
    order: 1;
  }

  .single-gallery .Gallery .GalleryIMG.col-12 {
    order: 0;
  }
}

@media only screen and (max-width: 767px) {
  .Gallery:first-child {
    padding-top: 0;
  }
  #UnlockGallery .modal__content {
    padding: 50px 30px;
    width: 100%;
    align-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .single-gallery .Gallery .GalleryIMG {
    padding-top: 0;
  }
  #MobCross {
    right: 10px;
  }
}
