@charset "UTF-8";

/* Theme Information
-------------------------------------------------- */
/*
  Theme Name: Website by Giant Media
  Description: Custom responsive theme
  Version: 1.0
  Author: GiantMedia.com.au
*/

/* Fonts

 font-family: "Montserrat", sans-serif;

font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;

  font-family: "Oswald", sans-serif;

  font-family: "stevie-sans", sans-serif;
font-family: "dunkel-sans-medium", sans-serif;
font-family: "arboria", sans-serif;
-------------------------------------------------- */

@font-face {
  font-family: 'Julietta Messie';
  src: url('fonts/JuliettaMessie.woff2') format('woff2'),
      url('fonts/JuliettaMessie.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




/* Base Styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

body {
    color: #141414;
    font-family: "stevie-sans", sans-serif;
    font-weight: 100;
}

a {
    text-decoration: none; /* Ensures all links do not have underlines unless specified */
}

a:hover {
    text-decoration: underline;
}
img  {max-width:100% !important; height:auto; }
/* Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "dunkel-sans-medium", sans-serif;
  color: #101010;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 1.75rem;
}

h2 {
   font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}
h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1rem;
}

/* Links
-------------------------------------------------- */
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

/* Navigation & Header
-------------------------------------------------- */
p {
  margin-bottom: 1.5rem;
}

/* Buttons
-------------------------------------------------- */
.btn {
  font-family: "arboria", sans-serif;
  font-size: 0.9rem; /* Assuming all buttons will have this font size by default */
  font-weight: 700; /* Assuming all buttons will have this font weight by default */
  padding: 13px 25px; /* Default padding */
  border-radius: 0px; /* Assuming all buttons will not have border radius by default */
  transition: all 500ms; /* Smooth transition for hover effects */
  cursor: pointer; /* Cursor pointer to indicate clickable */
  border: none; /* No borders by default unless specifically required */
  color: #000000; /* Default text color for buttons */
  text-decoration: none!important;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 50px;
  letter-spacing: 1px;
  min-width: 200px;
}

/* Primary Button Styles */
.btn-primary {
  background-color: #fff; /* Bright blue background */
}

.btn-primary:hover {
  background-color: #000000; /* Darker shade of blue on hover */
  border-color: #000000; /* Consistent border color with background on hover */
  color: #ffffff;
}

/* Secondary Button Styles */
.btn-secondary {
  background-color: #000000; /* Teal background */
  color: #fff;
}

.btn-secondary:hover {
  background-color: #ffffff; /* Darker teal on hover */
  border-color: #000000; /* Consistent border color with background on hover */
  color: #000;
}

.btn-thirdly {
  font-family: "Inter", sans-serif;
  font-size: 1rem; /* Assuming all buttons will have this font size by default */
  font-weight: 700; /* Assuming all buttons will have this font weight by default */
  color: #000944;
  border-bottom: 1px solid #000944;
  padding-bottom: 10px;
  text-decoration: none!important;
  text-transform: uppercase;
}



.nav-link {
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    padding: 0.25rem 0rem!important;
    text-decoration: none!important;
    /* font-family: "Inter", sans-serif; */
    margin: 0 0rem;
    transition: none;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-family: "dunkel-sans-medium", sans-serif;
    text-align: left;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
  opacity: 0.8;
}

.navbar .nav-item:last-child a {
  text-transform: uppercase;
  background-color: transparent;
  padding: 7px 18px!Important;
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: none;
  border-color: #a79993!important;
  border: 2px solid #a79993;
  border-radius: 50px;
} 

.navbar .nav-item:last-child a:hover {
  background-color: #a79993;
  color: #ffffff !important;
  border: 2px solid #a79993;
}

.nav .menu-item {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.rightmenu .nav .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.mobilenav .menu-item a {
  color: #000000;
}
.mobilenav {
  background: #fff;
  z-index: 99999;
  border: 0px!important;
  width: 100%!Important;
}

.navbar .nav-item:nth-last-child(2) a { margin-right: 12px; }
.navbar .nav-item.current-menu-item a, .navbar .nav-item a:hover {/* border-bottom: 1px solid #fdb813; */}

.grayscale {
  filter: grayscale(1);
}



#copy-foot {
  font-size: 0.8rem;
  text-align: center;
}

#footer .nav-link {
  /* color: #fff; */
  /* padding: 0px 0px 0.5rem 0px!important; */
  /* font-weight: 400; */
  margin: 0px 15px;
}

.headerbg.inner {
  background-color: #f2f2f2;
  background-image: url(images/header.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

hr {
  border-color: #000944!Important;
  opacity: 1;
  margin: 0;
}

.abbox {
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
}

.abbox img { margin-bottom: 1.5rem; }


.contactdetails i {
  font-size: 2rem;
}

.hourstable td {
  padding: 3px 0px 3px 0px;
}

.googlemap * {
  margin-bottom: 0px;
 
}
.googlemap p {
   max-height: 450px;
}
.googlemap iframe {
  width: 100%;
  
}
.gform_footer.top_label {
    padding-bottom: 0px!Important;
    margin-top: 0px!Important;
    justify-content: center;
}

img#logomain {
  width: 150px;
  position: absolute;
  bottom: -57px;
}

.blueoverlay {
  background: rgb(0,9,68);
  background: linear-gradient(0deg, rgba(0,9,68,0.8) 0%, rgba(0,9,68,0.8) 38%, rgba(0,9,65,0.45) 38%, rgba(0,9,68,0.45) 100%);
}


.letterbg {
  background-image: url(images/ocmmob.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.clientlogo img {
  width: 75%;
}

img.footerlogo {
  max-width: 150px !important;
}

.abbox img {
  max-width: 50%!Important;
}


.hero video {
  position: absolute;
  width: 100%;
  height: calc(100dvh - 45px);
  object-fit: cover;
  object-position: center;
}

.header {
  position: relative;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}


.tourbtn {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

.parallax-container {
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

/* Parallax image */
.parallax {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.topbtn {
  background-image: url(images/topshape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 55px;
  width: 205px;
  font-family: "arboria", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: absolute;
  top: -2px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  border: 0px;
  background-color: transparent;
  display: none;
}

.rightmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightmenu a.nav-link {
  color: #fff;
  font-family: "arboria", sans-serif;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 13px 23px!important;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  flex-grow: 1;
  min-width: 260px;
}


.sectionindicator {
  position: absolute;
  bottom: 0;
  height: 589px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-repeat: no-repeat;
  width: 146px;
  z-index: -1;
}

.leftindicator {
  background-image: url(images/rightsidetitle.png);
  background-position: right bottom;
  right: 0;
}
.leftindicator .sectionindicatortext {
    right: 12px;
    bottom: 53%;
}
.rightindicator {
  background-image: url(images/rightsidetitle.png);
  background-position: right bottom;
  right: 0;
}
.sectionindicatortext {
    color: #fff;
    position: absolute;
    bottom: 46%;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg) translateY(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "arboria", sans-serif;
    letter-spacing: 1px;
    font-size: 0.6rem;
}

.rightindicator .sectionindicatortext {
    right: 11px;
    bottom: 54%;
}

  

.subtitle {
  font-weight: 300;
  font-family: "stevie-sans", sans-serif;
  color: #474137;
  font-size: 0.9rem;
}
span.wprs_rd_more {
  color: rgb(85,85,85)!important;
  font-weight: 500;
}
ul.slickwprev-dots {
  display: none!important;
}

button.slickwprev-next.slickwprev-arrow {
  display: none!important;
}



button.slickwprev-prev.slickwprev-arrow {
  display: none!important;
}
span.wprevpro_star_imgs_T1 {
  display: block;
  margin-bottom: 13px;
  margin-top: 0px;
}

.wptripadvisor_t1_DIV_2.wprev_preview_bg1_T1.wprev_preview_bradius_T1 {
  min-height: 300px;
}

p.wptripadvisor_t1_P_3.wprev_preview_tcolor1_T1 {
  font-size: 1rem;
}

#wprev-slider-1 .wprev_preview_bg1_T1 {
  background-color: #fbfdfb;
  box-shadow: unset;
  padding: 34px;
}
.wprevpro_t1_DIV_2:before {
  display: none!important;
}
#wprev-slider-1 .wprev_preview_bg1_T1::after {
  display: none;
}

footer ul#menu-right-menu-1 {
  flex-grow: 1;
  gap: 15px;
}

table.hourstable * {
  color: #fff;
  background-color: transparent!important;
  text-align: center;
}

table.hourstable tr {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.contactpopout table.hourstable tr {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
}

.contactpopout {
  margin: 0;
  height: auto!important;
  background-color: #101010;
  border-radius: 10px;
  box-shadow: 0px 0px 16px #ffffff33;
  min-width: unset;
}

  /* the slides */
  .newscarousel .slick-slide {
    margin: 0 20px;
}

/* the parent */
.newscarousel .slick-list {
    margin: 0 -20px!important; 
    padding:0 0% 0 0 !important;
}

.stevie {
  font-family: "stevie-sans", sans-serif;
}

.eventindex {
  border: 1px solid #949392;
  
}

.datebox {
  text-transform: uppercase;
  font-family: "stevie-sans", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
}

.ticketicon {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 100px;
}

.datesep {
  height: 10px;
  width: 1px;
  background-color: #000;
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}
ul.dropdown-menu {
    display: flex;
    border: 0px;
    padding: 0px!Important;
    flex-direction: column;
    width: auto!important;
}

.dropdown-item {
    padding-left: 0px;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: "arboria", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    display: inline-block;
    padding-right: 0px;
}

.dropdown-item:hover {
  background-color: #fff;
  opacity: 0.8;
}

.dropdown-toggle::after {
    display: none;
}

.cantclick .dropdown-toggle {
  pointer-events: none;
}
button.topbtn.topbuttonleft {
  right: unset;
  top: 0;
}



button.btn-close.btn-close-white {
  background-image: url(images/x1.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 1;
  filter: unset;
}


.contactpopout a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}


.pricecont {
  border: 1px solid #000;
  padding: 8px;
  border-radius: 50px;
  font-size: 1.15rem;
  font-family: "arboria", sans-serif;
  font-weight: 700;
  display: flex;
  min-width: 70px;
  justify-content: center;
  align-items: center;
}


.eventimgbox {
  border: 1px solid #4e4d4b;
}

.bandsocials a {
  margin-right: 13px;
}

.signupcopy .c2 {
  display: none;
}

.hidethis {
  display: none!important;
}

.signupcopy .c2.showthis {
  display: block!important;
}


.rewardsbox {
  background-color: #101010;
  display: block;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 23px;
}

.rewardsbox * {
  color: #ffffff !important;
}

.rewardsid {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
}


.rewardsbutton {
  display: inline-block;
  clear: both;
  margin-top: 23px;
}

.wc-block-components-product-metadata {
  font-size: 1em; }

.wc-block-components-checkout-step__description {
  font-size: 1em; }

.wc-block-components-button__text {
font-weight: normal }

.wc-block-components-button {
background-color: #000000!important;
color: #fff;
text-decoration: none;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1.25rem!important;
  
  padding-bottom: 0px!important;
  padding-top: 0px!important;
  font-weight: 500;
  text-transform: unset;
}

.woocommerce ul.products li.product .price {
  color: #000!important;
  /* font-family: "proxima-nova", sans-serif!important; */
  font-weight: 500!important;
  font-size: 1.1rem!important;
}

.woocommerce ul.products li.product a {
  text-align: center;
}

.single_add_to_cart_button {
  width: 100%;
  padding: 23px!important;
  border-radius: 0px!important;
  background-color: #202020 !important;
  text-transform: uppercase;
  /* font-family: "proxima-nova", sans-serif; */
  /* margin-top: 13px!important; */
}

span.woocommerce-Price-amount.amount {
  color: #000;
  font-weight: bold;
}

.woocommerce ul.products li.product .onsale {
  background-color: #000;
}

section.related.products {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  border: 1px solid #000;
  color: #000!important;
  padding: 13px;
}
.woocommerce div.product form.cart .variations select::placeholder {
color: #000!important
}
.woocommerce div.product form.cart .variations select option {
  color: #000!important;
}
table.variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
}


.table.variations tr:last-child {
  margin-bottom: 0px!important;
}


.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}


.woocommerce .woocommerce-variation-add-to-cart .quantity .qty {
    height: 62px!important;
    border: 1px solid #000;
}


a.reset_variations {
    display: none!important;
}

.woocommerce div.product {

  display: block;
  height: 100%;
}

.addtoany_list {
  line-height: 1 !important;
  display: flex !important;
}

.a2a_kit a {
  display: flex;
}

.gform_drop_area {
  background-color: #e8e8e8!important;
  border-color: #000!important;
  border-radius: 20px!important;
}


.topbtn.contactfooter {
  background-image: url(images/bottomshape.png);
  color: #000;
  display: block!important;
  right: 50%;
  transform: translateX(50%);
}

.blackbgmob {
  background-color: #000;
}

.rightmenunav {
  width: 100%;
}

.sectionindicator {
    height: 237px;
    width: 58px;
    background-size: cover;
    bottom: unset;
    top: 50px;
}
.swiper-pagination-bullet-active {
  background-color: #000;
}

.googlemapcont iframe {
  width: 100%;
  min-height: unset;
}

.extrainfocontact * {
  color: #fff;
}



/* Jacob */



/* Utility Classes
-------------------------------------------------- */


.hero {
  height: calc(100dvh - 45px);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.hero h1 {
  color: #fff;
  text-shadow: 0px 0px 8px #000;
  margin-bottom: 0px;
}
.main-content li {
  margin-bottom: 0.5rem;
}

.greybg {
  background-color: #f2f2f2;
}

.nomarg p:last-child {
  margin-bottom: 0;
}

.excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Adjust this value to the number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Footer Styles
-------------------------------------------------- */
footer {
    background-color: #101010;
    color: #ffffff;
}

footer a {
    color: inherit;
}

footer a:hover {
    color: #0dbad2;
}

/* Specific Component Styles
-------------------------------------------------- */


/* Top bar  
------------------------------------------------- */
/* 
.topbar {background-color: #0f7393; position: relative; display: none;}
.topbar p, .topbar a {color: #fff;margin-bottom: 0px;} */
 

/* Lenis Scroll */

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


/* Mobile icon
------------------------------------------------- */
.tel-mob {position: fixed;bottom: 10px;left: 14px;height: 49px;background-color: #afafaf;width: 49px;border-radius: 50%;background-size: 16px;z-index: 99999;align-items: center;justify-content: center;display: flex;box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}
i.bi.bi-telephone-fill {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Gravity forms */
.contactpopout .gform_fields input {border-radius: 50px!important;border: 1px solid rgb(118 118 118);height: 50px;background-color: rgb(28 28 28);padding: 23px!important;color: #fff;font-size: 0.9rem!important;border: 0px!Important;}
.gform_fields .ginput_container_consent input { height: auto; padding: auto!important;}
.gform_fields .gfield_radio input, .gform_fields  .gfield_checkbox input {height: auto;}
.gform_fields select {border-radius: 3px!important;border: 1px solid #bababa;height: 50px;padding: 13px!important;}
/* Gravity forms end */
.contactpopout .gform_fields input::placeholder, .contactpopout textarea::placeholder {
  color: #fff!important;
}
.contactpopout .gform_fields textarea {background-color: rgb(28 28 28)!important;color: #fff;border: 0px!important;height: 76px;}
.contactpopout .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 76px;
}
 .gform_fields input {border-radius: 50px!important;border: 1px solid rgb(118 118 118)!important;height: 40px!important;background-color: rgb(201 201 201 / 43%);padding: 13px!important;color: #fff;font-size: 0.9rem!important;}
.gform_fields textarea {
   border: 1px solid rgb(118 118 118) !important;
   background-color: rgb(201 201 201 / 43%);
   border-radius: 20px;
   padding: 23px!important;
}

.gform_fields input::placeholder , .gform_fields textarea::placeholder {
  color: #000;
  
}

/* Accordion Styles
-------------------------------------------------- */
.accordion * {
  font-family: "stevie-sans", sans-serif;
}

.accordion .card {
  background-color: transparent; /* Replaces .accordion-item { background-color: unset; } */
  border: 0;
  margin-bottom: 23px;
}

.accordion .card-header {
  cursor: pointer;
  background-color: #1f293e;
  border-radius: 3px !important; /* Note: Using !important should be avoided unless necessary */
  background-repeat: no-repeat;
  background-position: right;
}

.accordion .card-header h5 {
  color: #f2ffff;
  /* background-image: url(images/minus.png); */
}

.accordion .card-header h5.collapsed {
  /* background-image: url(images/plus.png); */
}

.accordion .card-body {
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: 23px;
  padding: 30px 23px;
}

.accordion-button {
  font-weight: 700;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 16px 0px;
  border-radius: 0px !important;
  border: 0;
  font-size: 1.5rem;
  background-image: url(images/caret.png);
  background-repeat: no-repeat;
  background-position: right;
}

.accordion-button::after {
  content: ""; /* Ensures the pseudo-element is properly generated */
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/plus.png);
  background-size: auto;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.png);
}

.accordion-button:focus {
  box-shadow: none;
}

/* Accordion End
-------------------------------------------------- */


.su-spoiler-title {font-size: 16px!important; display: inline-block; color: #0c216f;  padding-bottom: 2px!important;}
span.su-spoiler-icon {font-size: 13px;font-weight: 100;}





/* Hamburger Menu Styles
-------------------------------------------------- */
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    width: 22px!important; /* Default width, adjust for specific states below */
    background-color: #000000; /* Consistent color for all states */
    border-radius: 5px;
}

.hamburger .hamburger-inner {
    background-color: #000000; /* Specific to inner background */
    width: 30px!Important;
}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
    display: block; /* Ensures these are always displayed, adjust if necessary */
    animation: none; /* Stops any animation */
    right: 5px;
}

.hamburger-inner::before {
    top: -10px!important;
}
.hamburger-inner::after {
    bottom: -10px!important;
}
button.hamburger.is-active .hamburger-inner,
button.hamburger.is-active .hamburger-inner::before,
button.hamburger.is-active .hamburger-inner::after {
    width: 50px; /* Increased width when active */
    background-color: #fff; /* White background for active state */
}

button:focus {
    outline: none; /* Removes outline on focus for buttons */
}

.hamburger {
    position: relative!important;
    padding: 0!important;
    display: block!Important;
    left: unset!Important;
    height: 24px!Important;
    padding: 15px 0px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}


/* WooCommerce Styles
-------------------------------------------------- */
/* .woocommerce-additional-fields {
  padding-top: 23px;
}

.woocommerce-additional-fields h3 {
  margin-bottom: 0px;
}

textarea#order_comments,
.woocommerce form .form-row input {
  border: 1px solid #d4d1ca;
  border-radius: 4px;
  padding: 13px;
  height: 50px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 48%!important;
  float: left;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  max-width: unset!Important;
  padding: 0px!Important;
  width: 100%!important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woochecks label {
  font-size: 20px;
  margin-top: 23px;
  color: #212529;
  margin-bottom: 0px;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0px;
}

h3#order_review_heading {
  width: 50%;
  float: right;
  color: #131210;
}

div#order_review {
  width: 50%;
  float: right;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(28, 25, 25, 0.1);
}

.select2-selection__rendered,
span.select2-selection.select2-selection--single {
  line-height: 50px!important;
  height: 50px;
  font-size: 16px;
  padding: 0px 13px!Important;
  color: #163a4f!important;
  border-color: #d4d1ca;
}

span.select2-selection__arrow {
  height: 50px!important;
}

.woocommerce form .form-row input::placeholder {
  font-size: 14px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff;
}

.woocommerce-privacy-policy-text p {
  color: #000!important;
} */



/* GOOGLE REVIEWS ==================================================================================*/
/* .review .rplg-slider .rplg-box .rplg-box-content:before { display: none!important; }
.review .rplg-slider .rplg-stars {display: block!Important;margin-bottom: 15px;}
.review .rplg .rplg-stars svg  {width: 30px!important;height: 30px!Important;margin-right: 13px!Important;}
.review .rplg .rplg-stars svg use {fill: #313f3f!important;}
.review .rplg .rplg-review-badge {bottom: 15px!Important;top: unset!important;}
.review .rplgsw-pagination.rplgsw-pagination-clickable.rplgsw-pagination-bullets { }
.review .rplg-slider .rplg-box:before {background-color: #f5f1eb!important;border-color: #f5f1eb!Important;}
.review .rplg-slider .rplg-row {
    padding-left: 0px!Important;
    margin-top: 15px!Important;
}

.review .rplg .rplg-more-toggle {
    color: #000000!important;
    cursor: pointer!important;
    text-decoration: unset!important;
    text-transform: uppercase;
    display: block;
    font-size: 12px!important;
    margin-top: 8px;
    font-family: 'Conv_Sainte Colombe Light'!important;
    font-weight: 700!Important;
}

.review .rplg .rplg-review-avatar { margin-right: 15px!important;}
.review .rplg-row .rplg-row-right {flex-grow: unset!important;}
.review .rplg .rplg-review-text {color: #000000!important;font-size: 18px!Important;font-weight: 100!important;line-height: 1.7!important;}
.review .rplg-slider .rplg-box .rplg-box-content {height: 300px!Important;margin: 0px 0px 0px 0px!important;padding: 30px!important;}
.review .rplg .rplg-review-name {color: #000000!Important;font-weight: 100!important;}
.review .rplg .rplg-review-time {color: #000000!important;font-weight: 100!important;text-shadow: none!important;}
.review .rplgsw-pagination-bullet-active {opacity: 1;background: #f78427!important;}
.review .rplgsw-pagination-bullet {background: rgb(247 132 39 / 0.2);opacity: 1;}
.review .rplg .rplg-box{
  background-color: #f5f1eb!important;
  border-color: #f5f1eb!Important;
} */

/* GOOGLE REVIEWS ==================================================================================*/

/* Reusable things */


/* social */
.social a {font-size: 1.5rem;margin-left: 5px;color: #0e0e0e;transition: all 500ms;}
.social a:hover i { opacity: 0.8; }




select {height: 50px!Important; /* margin-bottom: 36px; *//* color: #000000!important; */}
textarea.form-control {height: 150px!important;}



/*footer*/ 
footer .current-menu-item a.nav-link {color: rgb(253 184 19) !important;}





  /* Input Styles
-------------------------------------------------- */
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
textarea,
select {
    height: 40px; /* Consistent height */
    padding: 23px; /* Consistent padding */
    border-radius: 3px; /* Smoothed corners */
    border: 0px solid #ccc; /* Subtle border */
    width: 100%; /* Ensures full-width inputs */
    box-sizing: border-box; /* Border and padding included in width */
}

/* Specific Style for Textarea */
textarea {
    height: auto; /* Height auto to adjust based on content */
}

/* Submit Button Styles to Match .btn-primary
-------------------------------------------------- */
input[type="submit"] {
   font-family: "arboria", sans-serif;
  font-size: 0.9rem; /* Assuming all buttons will have this font size by default */
  font-weight: 700; /* Assuming all buttons will have this font weight by default */
  padding: 13px 25px; /* Default padding */
  border-radius: 0px; /* Assuming all buttons will not have border radius by default */
  transition: all 500ms; /* Smooth transition for hover effects */
  cursor: pointer; /* Cursor pointer to indicate clickable */
  border: none; /* No borders by default unless specifically required */
  color: #ffffff; /* Default text color for buttons */
  text-decoration: none!important;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 50px;
  letter-spacing: 1px;
  min-width: 300px;
  background-color: #000;
}

input[type="submit"]:hover {
       background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

.contactpopout input[type="submit"] {
  border: 1px solid #fff;
  background-color: #101010;
  width: 100%;
}

/* Base Navbar Styles
-------------------------------------------------- */
.navbar {
  width: 100%; /* Ensure navbar is full width by default */
  max-width: 540px; /* Start with the smallest max-width */
}





/* Responsive Adjustments
-------------------------------------------------- */
@media (min-width: 576px) { 
  .navbar {
      max-width: 540px; /* Same as the base, could potentially omit this rule */
  }
}

@media (min-width: 768px) {
  .navbar {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
.topbtn {
display: block;
}

.googlemapcont iframe {

  min-height: 909px;
}
  .hero {
      height: calc(100dvh - 80px)!important;
  }

.contactpopout {
    margin: 1.5rem;
}
  
  .ticketicon {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: auto;
}
  .rightindicator .sectionindicatortext {
    right: 30px;
    bottom: 54%;
}
.topbtn.contactfooter {
 top: -1px;
 right: 25%;
}
  .btn {
     min-width: 260px;
  }

.sectionindicator {
    height: 589px;
    width: 146px;
}
  
  .summary.entry-summary {
    width: 27%!important;
  }

.subtitle {
  font-size: 1rem;
}
  
.leftindicator {
    background-image: url(images/leftsidetitle.png);
    background-position: left bottom;
    left: 0;
    top: unset;
    bottom: 0;
}

  .sectionindicatortext {
   font-size: 1rem;
}

  .leftindicator .sectionindicatortext {
         bottom: 46%;
         left: 30px;
         right: unset;
}
  
  .product-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 65%;
  }
  .rightmenunav {
    width: auto;
  }

  .mobilenav {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

  .hamburger {

    padding: 40px 0px!important;

}
  
  .contactpopout {

  min-width: 500px;
}
  html {
    font-size: 16px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}
h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1rem;
}

img#logomain {
  width: auto;
  bottom: -107px;
}

.tel-mob {
  display: none;
}
  .navbar {
      max-width: 960px;
      padding: 0px 0px;
  }
  #desktopmenu {
      display: flex !important; /* Ensure desktop menu is flex at larger screens */
  }
  .hamburger {
    /* display: none!important; */
  }


  img.footerlogo {
    max-width: 100% !important;
  }
  .letterbg {
    background-image: url(images/ocm.png);
  }
  
  .btn {
    font-size: 0.8rem; /* Assuming all buttons will have this font size by default */
    padding: 12px 30px; /* Default padding */
  }
  .abbox img {
    max-width: 100%!Important;
  }
 

  

}

@media (min-width: 1200px) {
  .navbar {
      max-width: 1140px; /* Align to common container max-widths for consistency */
  }
}

@media (min-width: 1400px) {
  .navbar {
      max-width: 1320px;
  }

.abbox {
  background-color: #f2f2f2;
  padding: 100px;
  text-align: center;
}
  
}

@media (min-width: 1600px) {
  .container {
      max-width: 1600px; /* Set container max-width at very large screens */
  }
  .navbar {
      max-width: 1600px; /* Match navbar max-width to the container at this breakpoint */
  }
}


