/*
Theme Name:Great Glen Paddle Challenge
Author: unavoided
Version: 1.1
Text Domain: ggpc
*/

* {margin:0; padding:0; color:082c51;font-family: "early-sans-variable", sans-serif;  font-weight: 400; font-style: normal;  }
html {background:#fff; height:100%; overflow-x: hidden;}
body {height:100%;}


h1, .h1 {margin-bottom:6%;  font-family: "early-sans-variable", sans-serif; font-style: normal; font-size: 60px;}
h2, .h2 {margin-bottom:3%;  font-family: "early-sans-variable", sans-serif; font-style: normal; font-size: 45px; }
h3, .h3 {margin-bottom:1%;font-family: "early-sans-variable", sans-serif; font-style: normal; font-size: 30px; }
h4, .h4 {margin-bottom:1%;   font-family: "early-sans-variable", sans-serif;font-style: normal;  font-size: 24px;}
p  {margin-bottom:1%; font-size:16px; line-height:1.50em; font-weight: 300;}
ul, ol {margin-bottom:1%; padding-left:3%; }
li {font-size:16px; font-weight: 300; }

strong {font-weight: 400;}
i, em {font-family: azo-sans-web, sans-serif; font-style: italic;}
hr {border: 0; color:#000; height:1px; background:#999999; clear:both; margin:2% 0;}
.uppercase {text-transform: uppercase;}

a { text-decoration:none; color:#01abc4; font-weight: 400;}
a:hover {color:#999;}
.gform_button, .enquiry, .morelink, .gform_next_button, .gform_prev_button { background: #f0b76d;  padding:1% 3%;  color:#082c51; font-size:1em; line-height:2em; display:inline-block;  text-transform:uppercase; font-style: normal; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease; border-radius: 8px;}
.morelink:hover, .gform_button:hover, .enquiry:hover, .fooevents_seating_chart:hover { background: #082c51; color: #2674a2}

.wc-block-components-button {background: #f0b76d !important;  padding:1% 3%;  color:#082c51 !important; font-size:1em; line-height:2em; display:inline-block;  text-transform:uppercase; font-style: normal; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease; border-radius: 8px; display: block}

/*images*/
.attachment-medium {}
.alignright {float:right; margin-left:3%;  width: auto !important;}
.alignleft {float:left; margin-right:3%;  width: auto !important;}
.halfwidth img   {width: 100%; height: auto;}
.size-large  {width: 100%; height: auto; margin-bottom: 3%; }
.size-full {width: 100%; height: auto;}
section.content .size-large img  {width: 100% !important; height: auto;}
section.content {padding: 3% 20%;}

#clock {margin-bottom: 3%;}
.timebox {display: inline-block; background: #f0b76d; border: 1px solid #e4dac1; border-radius: 10px; text-align: centered; margin: 0 1%;  font-family: "obviously-narrow", sans-serif;	font-weight: 500; width: 100px; height: 80px; padding-top: 20px; color: #082c51}
.timenumber { font-size: 30px;  font-family: "alphabet-soup-pro", sans-serif; font-style: normal;}


/*video*/
.js-video {height: 0; padding-top: 25px; padding-bottom: 51%; margin-bottom: 10px; position: relative; overflow: hidden; margin:0;}
.js-video.widescreen {padding-bottom: 56.34%;}
.js-video.vimeo {padding-top: 0;}
.js-video embed, .js-video iframe, .js-video object, .js-video video {top: 0; left: 0; width: 100%; height: 100%; position: absolute;}
.onethird iframe, .halfwidth iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
.squarevid {padding:40% 0 0 0;position:relative; width: 40%; display: inline-block;}
.squarevid iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

/*layout*/
.pagewidth { margin:0 auto; overflow:auto; overflow-x: hidden;}
section {margin:0 ; padding:2% 12% !important; overflow:auto; position: relative;}
.page-id-94 section.paddingadjust {padding: 0 12% 1% 12% !important;}
.topdiv {padding-top: 120px;}
.withpadding {padding: 3% 12%;}
.extrapadding {padding: 3% 25%;}
.margbum {margin-bottom: 6%;}
.nomargbum {margin-bottom: 0;}
.zeromargbum {margin-bottom: 0;}
.tallpadding {padding: 10% 25%}
.sidepadding {padding: 0 10%; max-width: 80% !important}

.banner {

  position: relative;
  height: 25%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;

}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}


.pagebanner {height: 35%; position: relative; background-size: cover; background-position: center center; background-color: #2674a2; }

.middle { top: 50%; transform: translateY(-50%); position:absolute; max-width: 100%; width: 100%; padding: 0 !important; }
.middlecenter { top: 50%; transform: translateY(-50%); position:absolute; max-width: 100%; margin: auto; left: 0; right: 0;}
.middlealign {vertical-align: middle !important;}
.centered {text-align: center;}

.halfwidth {width:44%; margin-right: 4%; padding: 2%; display:inline-block; vertical-align: top;  overflow: auto; }
.halfwidth:nth-of-type(2n) {margin-right: 0;}
.quarter {width:25%; display:inline-block; vertical-align: top; position: relative}
.quarter:nth-of-type(4n) {margin-right: 0;}
.quarter img {width: 100%; height: auto; display: block;}
.threequarters {width: 71%; display: inline-block; padding: 2%;}

.onethird {width:30.3% !important; padding: 1.5%; position: relative; display:inline-block; vertical-align: top; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;}
.onethird:hover {opacity: 0.8;}
.onethird img {display: block; margin: 0;}
.onethird h4 {padding: 2% 0;}
.twothird {width:60%; margin-right: 6%;   display:inline-block; position: relative; vertical-align: top;}
.twothird img {display: block; width: 100%; height: auto;}

.fifth {width: 20%; display: inline-block;}
.eighth img {width: auto; height: auto; display: inline-block; vertical-align: middle; margin-bottom: 10px; max-height: 80px; max-width: 15%; padding:0 0.75% }


.flex {display: flex}
.quote  { padding: 4%; margin: 0 4% 6% 0; font-family: miller-banner, serif;  break-inside: avoid-column; filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1)); background: #fff;} 
.quote p {margin-bottom: 0; font-family: miller-banner, serif;}

.twocolumns {-webkit-column-count: 2;  -moz-column-count: 2;  column-count: 2; -webkit-column-gap: 60px;  -moz-column-gap: 60px;  column-gap: 30px;}
.threecolumns {-webkit-column-count: 3;  -moz-column-count: 3;  column-count: 3; -webkit-column-gap: 2%;  -moz-column-gap: 2%;  column-gap: 2%;  position: relative;}
.fourcolumns {-webkit-column-count: 4;  -moz-column-count: 4;  column-count: 4; -webkit-column-gap: 2%;  -moz-column-gap: 2%;  column-gap: 2%;  position: relative;}
.threecolumns img, .fourcolumns img {width: 100%; height: auto; display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease; }
.page-template-page-mainpages .threecolumns img, .fourcolumns img {margin-bottom: 6%; }
.threecolumns a:nth-of-type(2), .threecolumns a:nth-of-type(5)  {position: absolute;  bottom: 0;  width: 32%;}
.threecolumns a:nth-of-type(5) {right: 0;}
.threecolumns .pink {background: rgba(100,103,82,1);}
.home .threecolumns img:hover {opacity: 0.6;}
.threecolumns .pink:hover h2  {color: #000 !important;}

/*googlemaps*/
.google_map { position: relative;  padding-bottom:45%; height: 0; overflow: hidden; margin-bottom:0; width: 100%; display: inline-block; vertical-align: top; margin-right: 2%;}
.google_map iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

/*colours*/
.blackgradient { background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;}
.grey {background: #082c51; position: relative}
.whitetext p, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4,  .whitetext label,  .whitetext .gfield_label, .whitetext li, .whitetext span, .whitetext strong, .whitetext {color: #fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;}

.darkblue {background: #438688}
.lightgrey {background: #ddeaf1;}

/*header*/
header { text-align: left;position: fixed; z-index: 1001; height: 84px; width: 94%; padding:0 3% ; top: 0; background: rgba(255,255,255,0);  -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;}
header.smaller, header.black {background: #fff; height: 84px; }
header .menu-btn { display: none;}
header .menu-icon {display: none;}

header .logolink {display: inline-block; width: 218px;  }
header .logolink img { padding: 15px 0; height: 57px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;}

header .main-menu {  display: inline-block;  vertical-align: top; text-align: right; width: 70%; position: absolute; top: 0; right: 3%;}
header .main-menu ul { margin-bottom:0;}
header .main-menu li {list-style: none; display: inline-block; padding: 0 5px; line-height: 84px; }
header .main-menu li a {color: #082c51; font-size: 16px; text-transform: uppercase; }
header .main-menu .dashicons {color: #082c51 !important; vertical-align: middle;}
header .register a{background: #082c51;
  padding: 10px;
  border-radius: 8px;
  color: #fff !important;}
  
.wpmenucart-contents, .wpmenucart-contents span, .wpmenucart-contents i  {color: #082c51;}

#front {position: relative; height: 80%}
.rslides {  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0; height: 100%  }
.rslides li {  -webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0; bottom: 0;   height: 100%; background-position: center center;		background-size: cover; }
/*.rslides li:nth-of-type(1) { animation: myAnim 6s ease 0s 1 normal forwards; }
.rslides li:nth-of-type(2) { animation: myAnim 6s ease 7s 1 normal forwards; }
.rslides li:nth-of-type(3) { animation: myAnim 6s ease 14s 1 normal forwards; }*/
.rslides img {  display: block;  width: auto;  float: left;  height: 100%;  border: 0;   }
@keyframes myAnim {
0% {		background-position: center center;		background-size: auto 100%;	}
100% {		background-position: center center;		background-size: auto 120%;	}
}

.title {margin-bottom: 0;}
.shoptitle {margin-bottom: 0; font-size: 45px;}

.frontbanner {height: 280px; background-size: cover; background-position: center center; position: relative;}

.workslide {position: relative;}
.workslide img {width: 94%; height: auto; margin: auto;}
.workgradient {background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); position: absolute; top: 0; left: 3%; width: 94%; height: 100%; z-index: 1000;}
.workgradient h3 {position: absolute; bottom: 3%; left: 6%; width: 87%}

.repeaterrow {overflow: auto; clear: both; position: relative; padding: 3% 0}
.image img {width: 100%; height: auto;}
.repeaterrow:nth-of-type(odd) .image {width: 30%; float: left; }
.repeaterrow:nth-of-type(odd) .content {width: 65%; float: right; position: absolute;top: 50%;transform: translateY(-50%);left: 35%;}

.repeaterrow:nth-of-type(even) .image {width: 30%; float: right }
.repeaterrow:nth-of-type(even) .content {width: 65%; position: absolute;top: 50%;transform: translateY(-50%);left: 0;}

.event-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.event-item {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

.event-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* dark overlay to make text readable */
}

.event-item-inner {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.event-title {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
}


.worktile {width: 27%; margin: 0 3% 6%; position: relative; display: inline-block;}
.worktile img {width: 100%; height: auto; display: block;}
.worktilegradient {background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); position: absolute; top: 0; left:0; width: 100%; height: 100%; z-index: 1000;}
.worktilegradient h3 {position: absolute; bottom: 3%; left: 6%; width: 87%}

/*gallery*/
.gallery {margin-bottom:2% !important;}
.gallery-item, .gallery-item img {border:none !important; }
.gallery-item {width:15.6% !important; height:auto; margin-right:1% !important; margin-bottom:1% !important; margin-top:0 !important; display:inline-block !important; float:none !important;}
.gallery-item:nth-of-type(6n) {margin-right: 0}
.gallery-item img {width:100%; height:auto; display:block;}
.gallery-item a {display:block;}
#cboxOverlay { background: rgba(0,0,0,0.6) !important; opacity:1}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { background: none !important;}
#cboxLoadedContent {margin-bottom:40px !important;}
#cboxPrevious, #cboxNext {bottom:8px !important ;}
#cboxPrevious {left:5px !important ;}
#cboxNext {left:32px !important ;} 
#cboxClose { background: url(images/close.png) no-repeat !important; top:1% !important; height: 53px !important;  position: absolute; right: 1% !important ;  text-indent: -9999px; width: 53px !important;}
#cboxPrevious {background:url(images/prev.png) no-repeat !important; top: 50%;  transform: translateY(-50%); height: 35px !important;  left: 0 !important;  position: absolute;    text-indent: -9999px;    width: 25px;}
#cboxNext { background:url(images/next.png)!important;    top: 50%;  transform: translateY(-50%); left:auto !important;   height: 35px !important;    right:0 !important;    position: absolute;    text-indent: -9999px;    width: 25px;}
#cboxCurrent {bottom: 10px !important; color: #646464 !important; left: 2% !important;}
#cboxTitle, #tooltip {display:none !important; }

.has-scroll-reveal { opacity: 0; animation-play-state: paused; }
.animated {  -webkit-animation-duration: 2.5s;  animation-duration: 2.5s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;    animation-play-state: running;}
.fadeInUp {  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}
@keyframes fadeInUp {  from {    opacity: 0;      }  to {    opacity: 1;      }}

/*info*/
/*faqs*/
.faqs {margin: 0 10%;}
.bookinfo {margin-bottom: 2%;}
.book_name {margin: 0px; padding:1%;  display:block; margin-bottom:0; border-radius: 0; cursor: pointer; background: #154955; color: #e4dac1; page-break-inside: avoid; /* For Firefox. */
  -webkit-column-break-inside: avoid; /* For Chrome & friends. */
  break-inside: avoid; /* For standard browsers like IE. :-) */ }
.book_name:hover {color: #e4dac1; background: #f0b76d; }
.book_container {    height: 0px;    overflow: hidden;    padding: 0px; }
.book_info {padding:2%; background:#fff; display:block; border-bottom:8px solid rgba(0,0,0,0); }
.book_info p {color: #000;}
.book_info p:last-of-type {margin-bottom: 0}

/*footer*/
footer { background: #56aaca;}
.foot-menu ul {padding-left: 0;}
.foot-menu li {list-style: none;}
.foot-menu li a {color: #e4dac1;}
footer .quarter {vertical-align: middle; }
footer .centered img {padding: 0 10px}
footer .halfwidth img {width: 100%; height: auto;}

@media only screen and (min-width:0px) and (max-width:767px) {
.quarter {width: 50%;}
.halfwidth {width: 100%; margin-right: 0;}
.twothird {width: 100%;}
.onethird {width: 100%; padding: 0;}

.halfblack {background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(255,255,255,1) 80%); }

header .logolink { width: 240px; position: relative; z-index: 1000000; top: 0;}
header .logolink img {width: 240px !important; position: relative; height: auto !important; padding: 20px 0; }
.top-menu {text-align: left;}
.menu-item a img {width: 50px !important; height: auto;}
.shop-menu {  top: 20px;}
.homesearch {width: 94%; margin-right: 3%}


header .main-menu { background: #16171d;  clear: both;  height:0; opacity: 0; transform: none; position: fixed !important; z-index: 10000; top:0px; left: 0; width: 100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease; margin-left: 0;}
.main-menu ul {margin:0 auto !important; left:0; right: 0; padding:0; height: 0; display:block;  top: 0; width: 100%;  transform: none; position:absolute; max-width: 100%; text-align: center; border-top: none !important}
.main-menu li { padding:0 40px; text-align:left;  height:40px;  display: none;   -webkit-transition: background-position 0.5s;    -moz-transition: background-position 0.5s;    transition: background-position 0.5s;}
.main-menu li a {text-decoration:none; line-height:50px; color:#fff !important; padding: 0; font-size: 1.1em; font-weight: 200; display:none;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease;}
.main-menu li a:hover, .main-menu li a:hover span {color: #00afda;}

.main-menu li a:active {color:#fad775 !important;}
.menu-item-443 {display: block;}

header .menu-icon {  cursor: pointer;  display: inline-block;  float: right;  padding:38px 0px 38px ;  position: fixed;  right: 21px;  z-index: 10010;  user-select: none; }
.menu-icon .navicon {  background:#fff; display: block;  height: 3px;  position: relative;  transition: background .2s ease-out;  width: 28px;}
.menu-icon .navicon:before,header .menu-icon .navicon:after {  background:#fff;  content: '';  display: block;  height: 100%;  position: absolute;  transition: all .2s ease-out;  width: 100%;}
.menu-icon .navicon:before {  top: 8px;}
.menu-icon .navicon:after {  top: -8px;}
.menu-btn:checked ~ .main-menu ul li.logomenu {display: none !important;}

.menu-btn:checked ~ .main-menu {  bottom: 0; height: 100% !important; width: 100%; opacity: 1; background:#16171d;}
.menu-btn:checked ~ .main-menu ul {  position: absolute; height: auto; top: 160px !important; }
.menu-btn:checked ~ .main-menu ul li {  display:block !important; opacity: 1; width: 100%; text-align: center; padding: 0;}
.menu-btn:checked ~ .main-menu ul li.buytickets {display: none; visibility: hidden; z-index: -300;}
.menu-btn:checked ~ .main-menu ul li.paymonth {display: none; visibility: hidden; z-index: -300;}
.menu-btn:checked ~ .main-menu ul li a{  display:block !important; opacity: 1;}
.menu-btn:checked ~ .main-menu ul .menu-item-243 {display: none !important;  opacity: 1;}
.menu-btn:checked ~ .menu-icon .navicon {  background: transparent; }
.menu-btn:checked ~ .menu-icon .navicon:before {  transform: rotate(-45deg); background: #fff;}
.menu-btn:checked ~ .menu-icon .navicon:after {  transform: rotate(45deg); background: #fff;}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {  top: 0;}
.menu-btn:checked ~ .cart-menu {visibility: hidden;}

.title {  font-size: 50px;  margin-bottom: 0;}

.tallpadding {  padding: 10% 15%;}
.twocolumns {-webkit-column-count: 1;  -moz-column-count: 1;  column-count: 1; -webkit-column-gap: 60px;  -moz-column-gap: 60px;  column-gap: 30px;}
.threecolumns {-webkit-column-count: 1;  -moz-column-count: 1;  column-count: 1; -webkit-column-gap: 90px;  -moz-column-gap: 90px;  column-gap: 30px;  padding: 3% 0}
.quote {  margin: 0 0% 6% 0;}
.worktile {  width: 94%;}

.repeaterrow {overflow: auto; clear: both; position: relative; padding: 3% 0}
.image img {width: 100%; height: auto;}
.repeaterrow:nth-of-type(odd) .image {width: 100%; float: none; }
.repeaterrow:nth-of-type(odd) .content {width: 100%; float: none; position: relative;top: 0;transform: none;left: 0;}

.repeaterrow:nth-of-type(even) .image {width: 100%; float: none; }
.repeaterrow:nth-of-type(even) .content {width: 100%; float: none; position: relative;top: 0;transform: none;left: 0;}
	
	.threecolumns {-webkit-column-count: 1;  -moz-column-count: 1;  column-count: 1; -webkit-column-gap: 2%;  -moz-column-gap: 2%;  column-gap: 2%;  position: relative;}
.fourcolumns {-webkit-column-count: 2;  -moz-column-count: 2;  column-count: 2; -webkit-column-gap: 2%;  -moz-column-gap: 2%;  column-gap: 2%;  position: relative;}
.threecolumns a:nth-of-type(2), .threecolumns a:nth-of-type(5)  {position: relative;  bottom: 0;  width: 32%;}
	.threecolumns img {margin-bottom: 6%;}	

	section.content {padding: 3% 10%;}

	
footer .quarter {width: 100%;}
}

/*WOoooooo*/
.product-type-grouped .price, .post-type-archive-product .price {display: none !important;}
.woocommerce-grouped-product-list tr {padding: 3%; border: 1px solid #fff; border-radius: 10px;}

.stock {display: none !important}

.group_table {width: 100%; margin-bottom: 3%;  }
.woocommerce-grouped-product-list-item {padding: 15px; border-radius: 5px; border: 1px solid  #082c51; margin-bottom: 20px !important; position: relative; background: rgba(255,255,255,0.25);}
.woocommerce-grouped-product-list-item__quantity, .relationship .quantity {position: absolute; right: 3%; top:50%; transform: translateY(-50%);}
.woocommerce-grouped-product-list-item__label, .woocommerce-grouped-product-list-item__price, .relationship label, .relationship .price {display: inline-block; width: 42%; vertical-align: middle; }
.woocommerce-grouped-product-list-item__label label {}

.woocommerce-grouped-product-list-item__label label, .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount, .woocommerce-grouped-product-list-item__quantity, .bolton {font-size: 1.5em;}
.woocommerce-grouped-product-list-item__price {text-align: right;}
.woocommerce-grouped-product-list-item__price span { }
.woocommerce .qty {  width: 100%; color: #000; font-size: 19px;}
#barcode-scan-form select {  color: #000; font-size: 19px;}
.woocommerce mark {background: #c21c4c; padding: 5px;}


.woocommerce .quantity input:before {content: 'How Many?'; font-weight: bold; width: 220px !important; display: inline-block; }

.woocommerce table.shop_table {    border: 1px solid #fff !important; background: rgba(255,255,255,0.1)}
.woocommerce table.shop_table td {  }

.subscription-details {color:#e3dfd3 !important;}

.outofstock .woocommerce-grouped-product-list-item__quantity a {display: none !important}
.outofstock .woocommerce-grouped-product-list-item__quantity:before {content: 'SOLD OUT!'; font-family: "ITC Avant Garde Gothic W01 Bol"; color:#e3dfd3;}

.summary, .woocommerce-product-gallery  {width: 48%; display: inline-block; vertical-align: top;}
.addon .cart {border: 1px solid #e3dfd3; padding: 3%; border-radius: 25px;}
.addon #fooevents_bookings_method_field {display: none}
.addon .price {font-size: 24px !important;}

.addon #fooevents_bookings_date_val__trans {padding: 2%;
font-size: 16px;}


/*booking*/
.wc-bookings-booking-form {  border: none !important;  padding: 0 !important;}
.wc-bookings-date-picker {  padding:0 !important;}
.wc-bookings-booking-form fieldset .picker.hasDatepicker {  margin-bottom: 0 !important;}
.hasDatepicker .ui-datepicker:not(.gform-legacy-datepicker) {padding: 0  !important;}
.ui-corner-all {border-radius: 0px !important;}
.wc-bookings-date-picker .ui-datepicker-header {
  padding: 0;  border-bottom: none;  overflow: hidden;  text-transform: uppercase;
  border-radius: 0 !important;   -webkit-border-radius: 0 !important;  -moz-border-radius:0 !important;
  background: rgba(100,103,82,1) !important;
  border: 0 !important;
  color: #fff;
	margin-top: -1px; margin-left: -1px;
}
.ui-datepicker-title span {color: #fff;}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background: rgb(100, 103, 82) !important;
  background-image: none !important;
  border-color: rgba(0,0,0,0.1) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background:rgb(217,151,139) !important;
  color: #fff;
}
.postid-10547 .woocommerce .price:before {content: 'From - '; font-weight: bold; width: 80px !important; display: inline-block;  }

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {  background: rgb(100, 103, 82) !important;}
.hasDatepicker .wc-bookings-date-picker .ui-datepicker td.bookable a { background: rgb(100, 103, 82) !important;}
.hasDatepicker .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {  background: rgb(217,151,139) !important;}
#input_3_4 .gchoice, #input_4_4 .gchoice, #input_5_4 .gchoice, #input_6_4 .gchoice {padding: 10px 4px 7px;  border: 1px solid #bfbfbf;  margin-bottom: 10px;}
#gform_wrapper_3 .gform_footer {display: none;}
.product_totals {margin-top: 10px;}
.product_totals .gfield {background: rgba(100, 103, 82,0.4); padding: 10px 7px 7px;  border: 1px solid #bfbfbf;  margin-bottom: 10px;}
.product_totals .gfield label, .product_totals .gfield span {font-weight: 700;}

/*myaccount*/
.woocommerce-MyAccount-navigation-link--fooevents-tickets { padding: 3% 2% 2% 2%; list-style: none; margin-bottom: 3%; animation-name:blinkingBackground;
animation-duration:1s;
animation-iteration-count:infinite;
animation-play-state:running;}
.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation-link--subscriptions, .woocommerce-MyAccount-navigation-link--edit-address, .woocommerce-MyAccount-navigation-link--edit-account, .woocommerce-MyAccount-navigation-link--customer-logout {padding: 3% 2% 2% 2%; list-style: none; margin-bottom: 3%; background: #fff;}
.woocommerce-MyAccount-navigation-link--payment-methods, .woocommerce-MyAccount-navigation-link--downloads {display: none !important;}
.woocommerce-MyAccount-content table { width: 100%; border-collapse: collapse;}
.woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th {  border: 1px solid #FFFFFF;  padding: 20px;}


@keyframes blinkingBackground{0% { background: #fff;} 100% { background: rgba(255,255,255,0.25)}	}

/****************CHECKOUT***************/
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;    padding: 8px;}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {    width: 100%;    height: 30px;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {    padding: .6180469716em;    background-color: #fff;    color: #000;    outline: 0;   -webkit-appearance: none;    border-radius: 2px;    box-sizing: border-box;    font-weight: 400;   border:solid 2px #e4e4e4; font-size: 1.1em;}
/*.woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {float: right !important; margin-bottom:0 !important; }*/
.woocommerce-checkout-review-order-table, .woocommerce table.shop_table { border: 1px solid rgba(0,0,0,.7) }
.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot th {border-top:1px solid rgba(0,0,0,.7) ;}

#stripe-payment-data p, #stripe-payment-data label {color: #000 !important; }
.woocommerce-order-details, .woocommerce-customer-details {margin: 0;}
.woocommerce .actions button { background: rgba(114,78,94,1) !important;  color: #e3dfd3 !important; }
.woocommerce .actions button:hover { color:  rgba(114,78,94,1) !important; background: #e3dfd3 !important; }
.payment_box .woocommerce-checkout #payment div.form-row {padding: 0 !important;}
.woocommerce-checkout #payment ul.payment_methods li img {width: 50px;}

.woocommerce-error li,.woocommerce-error li strong {color: #000;}


.page-template-page-woocommerce .woocommerce a.remove {    color: #4dd1ab !important;}

/* 2 column layout */
@media (min-width: 981px) {
.woocommerce-checkout .woocommerce { overflow: hidden;}
.woocommerce-checkout .woocommerce:after { clear: both; }
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .woocommerce .col2-set .col-2 { width: 100%; }
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout 
.woocommerce-page .col2-set .col-2 {  margin-top: 6%;border-top: 1px solid #d3ced2;padding: 6% 0 0;}
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set { float:left; width: 48%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review {     float: left;     width:48%;     margin-left: 4%;   }
  #wc_checkout_add_ons {float: right;  width:48%;     margin-left: 4%;   }
  }
  

  

  /* Heading before the checkout add-on field */
  #bac767f_field::before {
      content: "\e88f  Paddler Information";  /* same icon as Billing Details */
      display: block;
      margin-bottom: 3%;
      line-height: 30px;
      /* match the billing heading style */
      font-family: "Material Icons", "alphabet-soup-pro", sans-serif !important;
      font-size: 30px !important;
      font-weight: 700 !important;
      text-transform: uppercase;
  
      /* colours */
      color: 082c51 !important; /* text colour */
  
      /* icon colour trick */
      -webkit-text-stroke: 0; 
  }
  
  /* recolour ONLY the icon to orange */
  #bac767f_field::before {
      /* first character (icon) gets the Material Icons colour */
      /* Firefox + Chrome friendly */
      background: linear-gradient(90deg, #ffa000 0 1ch, 082c51 0);
      -webkit-background-clip: text;
      color: transparent !important;
  }
 
  
#wc_checkout_add_ons span.description {font-size: 12px; }  
#wc_checkout_add_ons label {}
.ticketPlanLogo {float: left; margin-right: 10px; margin-bottom: 10px; width: 202px !important; height: auto;}
/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }
/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }
/*end of checkout */
/* Add Icons to Headers & Notifications */
.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before {
 font-family: "Material Icons";
 font-size: 30px;
 content: '\E88F'; /* sets default icon to a circled "i" */
 color: #ffa000 ;
 padding-right: 10px;
 vertical-align: middle;
}
.mailchimp-newsletter {margin-top: 6% !important; }
.mailchimp-newsletter:before {content: '\E0E1' !important; color: #4dd1ab; display: inline-block !important; vertical-align: middle; font-size: 35px;  font-family: "Material Icons"; width: 40px; }

h3#order_review_heading:before { content: '\E8CC'; } /* changes the icon set above to a shopping cart for the order */

.woocommerce-customer-details, .woocommerce-customer-details address {  overflow: hidden;}
.woocommerce .button {background: #f0b76d !important;  color: 082c51 !important;   border: none; font-size:1em; line-height:2em; display:inline-block; margin-top:3%; text-transform:uppercase; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;  transition: all 0.3s ease; padding: 2% 2% !important; }
.woocommerce .button:hover {background:  082c51 !important;  color: #f0b76d !important; }
li.pewc-group {margin: 3% 0}
.pewc-group-wrap {margin-bottom: 3%;}
.pewc-field-label {display: block; margin-bottom: 3%;}
.pewc-form-field {width: 100%;}
.ui-datepicker-calendar {width: 100% !important;}
.pewc-form-field {padding: .6180469716em;    background-color: #fff;    color: #000;    outline: 0;   -webkit-appearance: none;    border-radius: 2px;    box-sizing: border-box;    font-weight: 400;   border:solid 2px #e4e4e4; font-size: 1.1em;}
.woocommerce-cart table.cart td.actions .coupon .input-text  {padding: 11px 4px !important; margin-right: 12px !important; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th {padding: 15px !important;}


.woocommerce .quantity .qty {padding: 10px 8px !important; margin-right: 12px !important; font-size: 14px;}
.woocommerce .quantity {margin-bottom: 3%;}
.woocommerce .quantity input:before {content: 'How Many?'; font-weight: bold; width: 220px !important; display: inline-block; }
.woocommerce .price {color: #5d5c61 !important;}
/*.woocommerce .price:before {content: 'Cost - '; font-weight: bold; width: 80px !important; display: inline-block; font-family: cormorant-garamond, serif;   }
*/.woocommerce div.product form.cart .group_table td {vertical-align: middle !important;}
.woocommerce #customer_details {margin-bottom: 3%;}

.variations .label {width: 120px !important;}
.variations .label label {top: 11px; position: relative;} 
.variations .value {position: relative;}
.variations .value:after {content: ''; background-image: url(images/down.jpg); background-repeat: no-repeat; background-position: center center; width: 51px;  right: 18px;    top: 6px;    height: 50px;   position: absolute;    pointer-events: none; cursor: pointer;}
.woocommerce div.product form.cart .variations select {-webkit-appearance: none;  -moz-appearance: none;  appearance: none;  /* Add some styling */ 
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #010b13;
  -ms-word-break: normal;
  word-break: normal;}
  
.woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {float: right;}
.woocommerce div.product form.cart .button {float: right !important;}
.product_meta {display: none;}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 21% !important;
  display: inline-block;
  margin: 4% 2%;}

 /* Style the tab */
.tab {  overflow: hidden;  border: 1px solid #ccc; text-align: center; font-weight: 300;}
.tab button {  background-color: inherit;  border: none;  outline: none;  cursor: pointer;  padding: 14px 16px;  transition: 0.3s;}
.tab button:hover {  background-color: rgba(101,94,98,0.4);}
.tab button.active {  background-color: rgba(101,94,98,0.4);}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

