/*
	Theme Name: Dance Camp Wales - Custom Styles
	Theme URI: http://www.dancecampwales.org.uk/
	Description: This is the Dace Camp Wales theme created for the Genesis Framework.
	Author: JamesBates
	Author URI: http://www.jamesbat.es

	Version: 1.0

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

/* # Fonts
---------------------------------------------------------------------------------------------------- */

@import url("fonts/calligraphic_421_bt/stylesheet.css");


/* # Yearly Color Updates
---------------------------------------------------------------------------------------------------- */

/* background-color: #b2a4d9; */ /* 2016: Soft Purple */
/* background-color: #6CA0C3; */ /* 2017: Sky Blue */
/* background-color: #e49535; */ /* 2018: Pumpkin Orange */
/* background-color: #68d4c9; */ /* 2019: Turquoise */
/* background-color: #d8639c; */ /* 2020: Raspberry */
/* background-color: #4CAEAA; */ /* 2023: Teal */
/* background-color: #e45353; */ /* 2024: Vivid Coral Red */
/* background-color: #ffbb00; */ /* 2025: Grass Green */

.site-header,
.site-footer {
		background-color: #ffbb00;
}

.nav-secondary,
.footer-widgets  {
	/* background-color: #333; */
	background-color: #222222;
}

a {
	color: #886400;
}

a:hover,
a:focus {
	color: #886400;
}

.nav-primary .genesis-nav-menu a {
	background-color: rgba(0,0,0,.2);
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover,	
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: rgba(0,0,0,.4);
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #222222;
}

.footer-widgets a {
	color: #cbbc94; 	
}

/* Complementary: Blue */
.nav-primary .genesis-nav-menu .wpmenucartli a {
	/* background-color: #3e7e8a; */
	background-color: #222;
}

.nav-primary .genesis-nav-menu .wpmenucartli a:hover,
.nav-primary .genesis-nav-menu .wpmenucartli a:focus {
	background-color: #397b86;
}

@media only screen and (max-width: 1023px) {
	
	.js .nav-primary {
    background-color: #ffbb00;
    color: inherit;
	}

	.menu-toggle {
		background-color: #222;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-secondary {
		background-color: #ffbb00;
		color: #fff;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #ffbb00;
		color: #98e99c;
		outline: 0;
	}
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

/* ## Box Sizing
--------------------------------------------- */

/* ## Float Clearing
--------------------------------------------- */

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
}

a {
/* 	color: #1d7dc2; */
	text-decoration: none;
}

/* ## Headings
--------------------------------------------- */

.site-title,
.second-line-title {
	font-weight: normal;
  font-family: 'calligraph421_btroman';
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}


.second-line-title a,
.second-line-title a:hover,
.second-line-title a:focus {
	color: inherit;
}


.site-title {
	margin-bottom: 0;
	line-height: 1;
}

.second-line-title {
	color: #000;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 0;
	letter-spacing: 2.4px;
}

.entry-title {
	font-size: 3.6rem;
/*
	font-weight: normal;
  font-family: 'calligraph421_btroman';
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
*/
}

/* ## Objects
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */

/* ## Forms
--------------------------------------------- */

/*
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	vertical-align: sub;
}

input[type=checkbox]:active,
input[type=checkbox]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

input[type=checkbox]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #666666;
  line-height: normal;
}
*/

fieldset {
	margin-bottom: 20px;
}

/* ## Tables
--------------------------------------------- */

/* ## Screen Reader Text
--------------------------------------------- */

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-inner,
.wrap {
	max-width: 1200px;
}

.wrap {
	padding-left: 40px;
	padding-right: 40px;
}

.edge-to-edge-content .site-inner {
	max-width: none;
}

/* ## Site Containers
--------------------------------------------- */

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* ### Content */

/* ### Primary Sidebar */

/* ### Secondary Sidebar */

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ## Avatar
--------------------------------------------- */

/* ## Genesis
--------------------------------------------- */

/* ## Search Form
--------------------------------------------- */

/* ## Titles
--------------------------------------------- */

/* ## WordPress
--------------------------------------------- */

/* # Widgets
---------------------------------------------------------------------------------------------------- */

/* ## Featured Content
--------------------------------------------- */

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header > .wrap {
  padding: 50px 40px;
}

/* ## Title Area
--------------------------------------------- */


.title-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 700px;
}

.site-logo {
	background: url(images/logo.png) no-repeat center center;
	vertical-align: middle;
	width: 108px;
	height: 108px;
	/* margin-left: -13px; */
}

.title-desc-wrap {
	vertical-align: middle;
	padding-left: 24px;
}

.site-title {
	color: #000;
	font-size: 49px;
	font-size: 4.9rem;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
}

.site-description {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
	display: block;
	/* vertical-align: middle; */
	/* background-color: #222; */
	background-color: rgba(0,0,0,0.2);
	padding: 0 10px;
	margin-top: 8px;
	text-align: center;
}

.site-description a,
.site-description a:hover,
.site-description a:focus {
	color: inherit;
}

/* ## Widget Area
--------------------------------------------- */

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu a {
	color: #000;
	padding: 20px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}


/* ## Accessible Menu
--------------------------------------------- */

/* ## Site Header Navigation
--------------------------------------------- */

.nav-primary {
  border-top: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  width: 100%;
}

.nav-primary .wrap .menu-primary {
  width: auto;
  float: right; 
}

.nav-primary .genesis-nav-menu a {
	/* background-color: #f2f2f2; */
	/* color: #fff; */
	margin-left: 10px;
	padding: 16px 20px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	text-decoration: none;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-secondary {
	color: #fff;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
}

.nav-secondary .working-membership-menu-item {
	display: none;
}


/* ## Footer Navigation
--------------------------------------------- */

.nav-third {
	background-color: #333333;
	display: none;
}

.nav-third .genesis-nav-menu a {
	color: #fff;
}


.nav-third .genesis-nav-menu a:hover,
.nav-third .genesis-nav-menu a:focus,
.nav-third .genesis-nav-menu .current-menu-item > a,
.nav-third .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-third .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #333;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0;
}

/* ## Entry Meta
--------------------------------------------- */

/* ## Pagination
--------------------------------------------- */

/* ## Comments
--------------------------------------------- */

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 40px 0;
}

.footer-widgets p {
	margin-bottom: 10px;
	line-height: 1.2;
}

.footer-widgets ul {
	margin-bottom: 10px;
}

.footer-widgets ul li {
	margin-bottom: 0;
	padding-bottom: 7px;
}


.footer-widgets a:hover,
.footer-widgets a:focus  {
	color: #fff;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 40px 0;
	border-top: 0;
	color: #fff;
}

/* # Download CSV
---------------------------------------------------------------------------------------------------- */

#csv-download-form label {
	font-size: 16px;
  font-weight: 600;
}


#csv-download-form select {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 10px;
}

#csv-download-form .col-wrap {
	background-color: #eeeeee;
	padding: 13px 20px 20px;
}

#csv-download-form .col-wrap{
	margin: 0 0 30px 0;
}

#csv-download-form  ul.column-list {
	margin: 0;
}

#csv-download-form  ul.column-list li {
	list-style-type: none;
	font-size: 16px;
	margin-bottom: 0;
	/*cursor: pointer;*/
}

#csv-download-form  input {
	margin-right: 4px;
}

#columns-checkboxes {
	margin-bottom: 30px;
	background-color: #dddddd;
	padding: 13px 20px 20px;
}

#columns-checkboxes .col-wrap {
	background-color: #eeeeee;
	padding: 13px 20px 12px;
	margin-bottom: 0;
}

/* # Product Page
---------------------------------------------------------------------------------------------------- */

.dcw-booking-archive-item .fl-col-content {
	overflow: hidden;
	border-radius: 5px;
}

.dcw-booking-archive-item img {
	display: block;
}

.dcw-booking-archive-item a:hover {
	opacity: .7;
}

.dcw-booking-archive-item h3 {
	width: 100%;
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 20px;
	margin: 0;
}

.dcw-booking-archive-item.dcw-archive-super-early-bird h3 {
	background-color: #8567a1;
}

.dcw-booking-archive-item.dcw-archive-early-bird h3 {
	background-color: #67a1a1;
}

.dcw-booking-archive-item.dcw-archive-standard h3 {
	background-color: #5586a7;
}

.dcw-booking-archive-item.dcw-archive-family h3 {
	background-color: #74a159;
}

.dcw-booking-archive-info  {
	display: flex;
}

.dcw-booking-archive-info .fl-module-content {
	position: relative;
}

.dcw-booking-sold-out-message {
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	left: 0;
	text-transform: uppercase;
	z-index: 2;
	background-color: rgba(22, 22, 22, 0.6);
}

.dcw-booking-sold-out {
	opacity: .4;
}

.dcw-booking-half {
	width: 50%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.dcw-booking-half.dcw-no-deposits {
	background-color: #b15050;
}

.dcw-booking-half.dcw-full-price {
	background-color: #729cb9;
}


.dcw-booking-half.dcw-deposits {
	background-color: #7eb972;
}

.dcw-booking-half.dcw-discount {
	background-color: #b972a1;

}

/* # Woocommerce
---------------------------------------------------------------------------------------------------- */

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  left: 1em;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: disc !important;
}

/* ## Buttons
--------------------------------------------- */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #515151;
  background-color: #e8e9eb;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #748cac;
  /* background-color: #647fa3; */
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #537494;
  color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #6489a3;
  color: #fff;
}

/* ## Single
--------------------------------------------- */

/* .woocommerce.single div.product form.cart div.quantity {
	display: none !important;
} */

/* .product_cat_working-booking.woocommerce div.product p.price {
	display: none;
} */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.5em;
  font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock {
	padding: 15px 20px;
	margin: 0 !important;
	border-bottom: 1px solid #fff;
	background-color: #c2d4b9;
	text-align: right;
	color: #7d9b76;
	/* color: #fff; */
	font-size: 2.3rem;
}

.woocommerce div.product p.price .amount {
	font-size: 2.8rem;
	color: #3e5c38;
}

.woocommerce div.product .woocommerce-variation-price {
	margin-left: 20px;
	margin-right: 20px;
}

.woocommerce.single div.product form.cart .variations
.woocommerce.single div.product .previous_orders {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description {
  line-height: 1.3;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 0;
	font-size: 1.5em;
}

.woocommerce.single div.product .woocommerce-variation-description ul li {
	list-style-type: disc;
	margin-left: 5%;
}

.woocommerce div.product .product_title {
  padding: 20px;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.woocommerce.single div.product div[itemprop="description"] {
  padding-top: 10px;
	border-bottom: 1px solid #fff;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 58%;
  background-color: #e9e9e9;
	padding-bottom: 20px;
/*   padding: 20px; */
}

.woocommerce #content div.product div.summary p,
.woocommerce div.product div.summary p,
.woocommerce-page #content div.product div.summary p,
.woocommerce-page div.product div.summary p {
	margin-left: 20px;
	margin-right: 20px;
}

.woocommerce #content div.product div.summary p.stock,
.woocommerce div.product div.summary p.stock,
.woocommerce-page #content div.product div.summary p.stock,
.woocommerce-page div.product div.summary p.stock {
	margin-bottom: 0;
}

.woocommerce #content div.product div.summary .dcw-select-membership,
.woocommerce div.product div.summary .dcw-select-membership,
.woocommerce-page #content div.product div.summary .dcw-select-membership,
.woocommerce-page div.product div.summary .dcw-select-membership {
  background-color: #f0f0f0;
  margin: 0;
  padding: 20px 20px 10px;
	display: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 38%;
}

.woocommerce div.product .dcwf-previous-order-select-wrap {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.woocommerce div.product .previous_order_note {
	padding: 20px 0 0;
	margin: 0 20px 10px;
}

.woocommerce div.product .previous_orders  {
	margin-bottom: 10px;
}

.woocommerce div.product .previous_orders tbody {
	border-bottom: 0;
}

.woocommerce div.product .previous_orders tbody tr td.label {
	padding-left: 20px;
	padding-bottom: 10px;
}

.woocommerce div.product .previous_orders tbody tr td.value {
	padding-right: 20px;
}

.woocommerce div.product .previous_orders tbody tr td.value #previous_order_select {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
	background-color: #f0f0f0;
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product .previous_orders td.label {
  width: 160px;
  padding-left: 20px;
}

.woocommerce div.product form.cart .variations td.value {
  padding-right: 20px;
}

.woocommerce div.product .previous_orders td.label {
	font-weight: 700;
	border: 0;
  vertical-align: top;
  line-height: 2em;
}

.woocommerce div.product .previous_orders td.value {
	border: 0;
	padding-left: 0;
}

.woocommerce div.product form.cart {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart tbody {
	border-bottom: 1px solid #fff;
}

.woocommerce div.product form.cart .variations select,
.woocommerce div.product .previous_orders select {
  padding: 2px 4px;
}

.woocommerce .summary div > p:last-child {
	margin-bottom: 10px;
}

.woocommerce .summary .variations_form p:last-child {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart .reset_variations {
  display: block;
  line-height: 1.75em;
  width: auto;
  float: left;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 0;
}

.woocommerce .single_variation_wrap {
	margin: 1em 0 0;
}



.woocommerce .single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
}

.woocommerce div.product .woocommerce-variation-add-to-cart.variations_button {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce div.product div.images {
	margin-bottom: 60px
}

/* .woocommerce div.product div.images.woocommerce-product-gallery {
	display: none;
} */

.woocommerce div.product div.summary {
	border-radius: 5px;
	overflow: hidden;
}

.woocommerce.full-width-content .sidebar-primary {
	display: none;
}


/* More info styles */
.dcw-info-flex-container {
  display: flex;
  flex-direction: column;
}

.dcw-info-row {
  display: flex;
  margin-bottom: 10px;
}

.dcw-info-title {
	font-size: 16px;
  flex: 0 0 150px; /* Fixed width for the left column */
  font-weight: bold;
	padding: 0 0 0 20px;
}

.dcw-info-content {
  flex-grow: 1; /* Right column takes the remaining space */
	font-size: 16px;
	padding: 0 20px 0;
}

.dcw-info-content p {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.dcw-info-content h3 {
	font-size: 16px;
	font-weight: bold;
}

.dcw-info-content ul li {
	font-size: 16px;
	list-style-type: disc;
}

.dcw-info-content ul {
	margin-bottom: 10px;
	margin-left: 30px;
}

.dcw-more-details-content {
	padding: 20px 0 0;
	border-bottom: 1px solid #fff;
}

.product_cat_standard-booking .product .more-details-btn {
	background-color: #5f83a0;
}
.product_cat_family-booking .product .more-details-btn {
	background-color: #7cac66;
}
.product_cat_early-bird-booking .product .more-details-btn {
	background-color: #66aca3;
}
.product_cat_super-early-bird-booking .product .more-details-btn {
	background-color: #a26daf;
}

.woocommerce .more-details-btn {
	border-radius: 5px;
	color: #fff;
	padding: 10px 17px 10px 20px;
  margin-left: auto;
	margin-right: 20px;
}

.woocommerce .more-details-btn .dashicons {
	vertical-align: sub;
	padding-left: 5px;
}


.dcw-info-title {
	font-size: 16px;
	flex: 0 0 150px;
	font-weight: bold;
	padding: 0 0 0 20px;
}


@media only screen and (max-width: 1023px) {

	.dcw-info-title {
		padding: 0 0 0 2.5%;
		flex: 0 0 90px;
		line-height: 1.2;
		font-size: 14px;
	}

	.dcw-info-content {
		line-height: 1.2;
		padding-right: 2.5%;
	}

}

/* Quantity disabled force border */
.woocommerce .quantity .qty:disabled {
	border-width: 1px !important;
}

/* Hide defualt item quantity for relocation */
.woocommerce .summary .cart .quantity{
	display: none;
}

.flex-container {
	display: flex;
	align-items: center; 
	justify-content: left;
}

.dcw-qty-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dcw-buttons-details-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


@media only screen and (max-width: 768px) {
  .flex-container {
      flex-direction: row;
  }
}

@media only screen and (max-width: 460px) {
  .flex-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .dcw-qty-container {
    width: 100%;
  }
	
	.dcw-buttons-details-container {
		padding: 0 2.5%;
	}

	.woocommerce .more-details-btn {
		margin-left: 0;
		margin-right: 0;
		min-width: 155px;
	}

  .dcw-quantity-text {
    margin-bottom: 10px;
  }

}

.woocommerce .dcw-quantity-container.active .qty {
	background-color: #fff;
}

.woocommerce .dcw-quantity-container .qty {
	padding: 7px 10px 7px 10px !important;
  height: 44px !important;
	border: 0	;
	border-top: 1px solid #d0d0d0 !important;
	border-bottom: 1px solid #d0d0d0 !important;
	text-align: center; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin: 0; 
	width: 50px;
	background-color: #eee;
} 

/* Hide the increment and decrement arrows on number inputs */
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .dcw-quantity-container .quantity .qty {
    -moz-appearance: textfield; 
    text-align: center; 
		pointer-events: none; 
}

.woocommerce .dcw-quantity-container.active .increase-qty,
.woocommerce .dcw-quantity-container.active .decrease-qty {	
	background-color: #c1d7e4;
	border: 1px solid #a3bece;
}

.woocommerce .dcw-quantity-container .increase-qty,
.woocommerce .dcw-quantity-container .decrease-qty {	
	background-color: #dfdfdf;
	border: 1px solid #c4c4c4;
	cursor: pointer;
	font-size: 20px;
	padding: 5px 10px;
	color: #405a6b;
	height: 32px;
	box-sizing: content-box;
	width: 20px;
	line-height: 32px;
	text-shadow: 0px 1px rgba(255,255,255,.33);
	-webkit-user-select: none;
}

.woocommerce .dcw-quantity-container .increase-qty:hover,
.woocommerce .dcw-quantity-container .decrease-qty:hover {
	background-color: #adc8d8;
	border: 1px solid #89a7b8;
}

.woocommerce .dcw-quantity-container .increase-qty:focus,
.woocommerce .dcw-quantity-container .decrease-qty:focus {
  outline: none;
}


.woocommerce .dcw-quantity-container .increase-qty {
	border-radius: 0 6px 6px 0;
}

.woocommerce .dcw-quantity-container .decrease-qty {
	border-radius: 6px 0 0 6px;
}

.woocommerce .dcw-quantity-text {
	width: 150px;
	/* display: inline-block; */
	padding-left: 20px;
}
/* 
.woocommerce .dcw-quantity-container .quantity {
	display: inline-block;
} */

.woocommerce div.product p.stock {
	display: none;
}

.dcw-quantity-container {
	padding: 15px 0;
}


/* ## Cart
--------------------------------------------- */

/*
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
*/

.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity
 {
	display: none;
}

.woocommerce-cart table.cart .actions > .button {
	display: none;
}

.woocommerce-cart .shop_table thead {
	background-color: #4f7ca0;
	color: #fff;
	border-radius: 0 4px 4px 0;
}

.woocommerce table.shop_table {
	border-radius: 5px;
	overflow: hidden;
	border: 0;
}

.woocommerce table.shop_table td {
	border-top: 1px solid #fff;
}

.woocommerce table.shop_table .cart_item:nth-child(odd) {
	background-color: #F0F0F0; /* Replace with the color for odd elements */
}

.woocommerce table.shop_table .cart_item:nth-child(even) {
	background-color: #e9e9e9; /* Replace with the color for even elements */
}


.woocommerce-cart td.product-name dl.variation dt,
.woocommerce-cart td.product-name dl.variation dd {
	line-height: 21px;
	font-size: 16px;
}

.woocommerce table.shop_table td.product-name a {
	font-weight: bold;
	color: #4f7ca0;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	margin-top: 5px;
}

.woocommerce table.shop_table .product-remove {
	width: 100px;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	background-color: #9ba8be;
}

.woocommerce-cart td.product-name dl.variation dt {
	width: 100%;
	max-width: 130px;
	margin: 0;
  padding-bottom: 0;
} 

.woocommerce-cart td.product-name dl.variation dd {
	display: table-cell;
	width: auto;
  margin: 0;
  padding-bottom: 0;
  padding-left: 15px;
  vertical-align: middle;
	text-align: left;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
  width: 16%;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100%;
  max-width: 129px;
  padding: 10px;
  display: block;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	min-width: 140px;
  padding: 8px 6px 6px;
}

.toggle-item-meta {
	color: #60b038;
	cursor: pointer;
}

.woocommerce-checkout .wpgdprc-checkbox {
	float: left;
}

.edit_price_in_cart_text {
	display: none;
}


.woocommerce a.remove {
	background-color: #ee3b3b;
	color: white!important;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus {
	color: #d53535!important;
	background-color: white;
}

.dcw-wc-cart-notice a button {
	border-radius: 4px;
	padding: 10px 20px;
	margin-left: 20px;
	background-color: rgb(68, 122, 51);
	float: right;
	line-height: 1.6;
}


.dcw-wc-cart-notice a:hover button,
.dcw-wc-cart-notice a:focus button {
	background-color: rgb(57, 106, 42);
	/* background-color: rgb(255, 255, 255);
	color: rgb(79, 140, 61); */
}

.dcw-wc-cart-notice::before {
	color: rgb(57, 106, 42);
}

.dcw-wc-cart-notice {
	line-height: 2.5;
	font-weight: 700;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	/* background-color: #84c767; */
	background-color: #78b95c;
	color: #ffffff;
	border-top: 3px solid rgb(57, 106, 42);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-cart td.product-name dl.variation dt:last-of-type,
.woocommerce-cart td.product-name dl.variation dd:last-of-type {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	background-color: #f0f0f0;
}

/* ## Checkout
--------------------------------------------- */

.woocommerce-checkout.full-width-content .content {
	padding-left: 30px;
	padding-right: 30px;
}

.woocommerce-checkout form .form-row label {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 2px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	background-color: #F0F0F0;
	padding: 20px 2.5%;
	width: 100%;
	border-radius: 5px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	margin-bottom: 20px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	/* display: none; */
	float: left;
}


.woocommerce h3#order_review_heading,
.woocommerce div#order_review {
	width: 50%;
	float: left;
	padding-left: 20px;
}
.woocommerce-checkout input, 
.woocommerce-checkout select, 
.woocommerce-checkout textarea {
	padding: 10px 15px;
	border-radius: 5px;
}

.woocommerce-checkout td.product-name dl.variation dt {
	width: 40%;
	padding: 0;
	margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
} 

.woocommerce-checkout td.product-name dl.variation dd {
	width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style-type: none;
}

.woocommerce-checkout .checkout_coupon .button {
	padding: 19px 38px;
}


.woocommerce-checkout .wc-terms-and-conditions,
.woocommerce-checkout .wc-terms-and-conditions label,
.woocommerce-checkout .wc-terms-and-conditions input,
.woocommerce-checkout .wc-terms-and-conditions a {
	cursor: pointer;
}

.woocommerce-checkout .wc-terms-and-conditions a {
	color: #333;
}

.woocommerce-checkout .terms-page-content {
	display: none;
}

.woocommerce-checkout  .dcwf-terms-overlay {
	background-color: rgba(62, 62, 62, 0.3);
	width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}

.woocommerce-checkout.admin-bar .dcwf-terms-overlay {
  margin-top: -32px;
}

.woocommerce-checkout  .dcwf-terms-popup-wrap {
	position: absolute;	
	width: auto;
	height: inherit;
  max-width: 750px;
  height: 60%;
  top: 50%;
	transform: translateY(-50%);
  left: 0;
  right: 0;
	margin: 0 auto;
/* 	padding: 20px 5%; */
}

.woocommerce-checkout  .dcwf-terms-popup-inner {
	background-color: #fff;
  overflow-y: scroll;
  padding: 30px 30px 20px;
  margin: 20px 5%;
  max-height: 100%;
  max-width: 100%;
  box-shadow: 0px 2px 18px rgba(0,0,0,.4);
	cursor: default;
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.woocommerce-checkout .dcwf-terms-overlay .dcwf-terms-exit {
	display: block;
  font-size: 24px;
  font-size: 2.4rem;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  position: fixed;
  right: 5%;
  top: 20px;
  box-shadow: 0 0px 8px 0px rgba(0,0,0,.4);
  background: white;
  margin: -9px -7px 0 0;
}

.woocommerce-checkout .dcwf-terms-overlay .dcwf-terms-exit:hover,
.woocommerce-checkout .dcwf-terms-overlay .dcwf-terms-exit:focus {
  color: #fff!important;
  background: red;
}

.woocommerce-checkout .dcwf-terms-overlay ul {
	margin: 0 0 20px 28px;
}

.woocommerce-checkout .dcwf-terms-overlay ul li {
	list-style-type: disc;
}

.woocommerce-checkout .dcwf-terms-overlay .button {
	font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

.woocommerce-checkout .dcwf-terms-overlay .terms-buttons {
	float: right;
	width: auto;
	margin-bottom: 10px;
}

.woocommerce-checkout .dcwf-terms-overlay .button.agree-terms {
  color: #fff;
  background-color: #88bd5c;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 20px;
}

.woocommerce-checkout .dcwf-terms-overlay .button.disagree-terms {
  color: #fff;
  background-color: #b64c4c;
  font-size: 18px;
  font-size: 1.8rem;
}

.woocommerce-checkout .dcwf-terms-overlay ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.woocommerce-checkout .dcwf-terms-overlay ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.woocommerce-checkout .order-again {
	display: none;
}



.woocommerce-checkout table.shop_table th {
	background-color: rgb(92, 141, 172);
	color: #fff;		
}

.woocommerce-checkout .shop_table .cart-subtotal th,
.woocommerce-checkout .shop_table .order-total th {
	color: rgb(50, 74, 88);
	background-color: rgb(178, 198, 211);	
}

.woocommerce-checkout .shop_table .cart-subtotal,
.woocommerce-checkout .shop_table .order-total {
	color: rgb(37, 68, 39);
	background-color: rgb(179, 211, 181);	

}

.woocommerce-checkout td.product-name dl.variation dt:last-of-type,
.woocommerce-checkout td.product-name dl.variation dd:last-of-type {
    display: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 48px;
}

@media only screen and (max-width: 768px) {

	.dcw-terms-popup-button-col.fl-col,
	.dcw-terms-popup-title-col.fl-col{
		width: 100% !important;
		max-width: none !important;
	}

}

/* ## Order Recieved
--------------------------------------------- */

.woocommerce-order-received table.shop_table td {
	border-top: 1px solid #fff;
}

.woocommerce-order-received table.shop_table td:nth-child(odd) {
	background-color: #F0F0F0; /* Replace with the color for odd elements */
}

.woocommerce-order-received table.shop_table td:nth-child(even) {
	background-color: #e9e9e9; /* Replace with the color for even elements */
}


/* ## My Account
--------------------------------------------- */

.woocommerce form.login {
	max-width: 400px;
}

.woocommerce-account .order-again {
	display: none;
}

.woocommerce-account .woocommerce-order-details ul {
	margin-left: 0;
}


.woocommerce-account .woocommerce-order-details ul > li {
	list-style-type: none;
}

/* ## Order Successful 
--------------------------------------------- */

.woocommerce-order-received .order_item ul.wc-item-meta {
	margin-left: 0;
}

.woocommerce-order-received .order_item ul.wc-item-meta > li {
	list-style-type: none;
}

/* ## Order Successful 
--------------------------------------------- */

.woocommerce-order-pay .order_item ul.wc-item-meta {
	margin-left: 0;
}

.woocommerce-order-pay .order_item ul.wc-item-meta > li {
	list-style-type: none;
}

/* ## Password Page for Working Booking  
--------------------------------------------- */

.password-protected-page-form .site-inner,
.woocommerce-product-password-form .site-inner {
	max-width: 600px;
}

#dcw-form-password {
	margin-bottom: 26px;
}


/* # WC Decposits
---------------------------------------------------------------------------------------------------- */

.wc-deposits-wrapper .wc-deposits-option li {
	background-color: #fff;
}

.wc-deposits-wrapper {
  margin: 1em 20px 0;
}

.wc-deposits-wrapper .wc-deposits-payment-description {
  margin: 1em 0 0;
}

/* # WC Field Factory
---------------------------------------------------------------------------------------------------- */

.woocommerce .variations_form .single_variation_clone_wrap {
	padding: 20px 0;
	margin-top: 0;
  color: #fff;
}

.woocommerce div.product .product_title {
	/*   background-color: #8bb5cf; */
	/*   background-color: #70a5c5; */
		background-color: #505050;
	}
	
.product_cat_standard-booking div.product .product_title {
  background-color: #5989a7;
}

.product_cat_early-bird-booking div.product .product_title {
  background-color: #66aca3;
}

.product_cat_super-early-bird-booking div.product .product_title {
  background-color: #a26daf;
}

.product_cat_family-booking div.product .product_title {
  background-color: #7cac66;
}

.product_cat_working-booking div.product .product_title {
  background-color: #b13c3c;
}

.wccpf-validation-message {
	font-size: 16px;
}

.wcff_pricing_rules_title_container {
	display: none !important;
}

.cart .wccpf-group-title-h4 {
	color: #555;
}

/* .dcw-membership-adult .wccpf-group-title-h4,
.dcw-membership-young_adult .wccpf-group-title-h4,
.dcw-membership-teen .wccpf-group-title-h4,
.dcw-membership-child .wccpf-group-title-h4,
.dcw-membership-infant .wccpf-group-title-h4 {
	color: #fff;
} */




/* ## Adult */

.cart .wccpf-fields-group-clone-container.dcw-membership-adult {
	background-color: #a2bccc !important;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-adult .wccpf-group-title-h4 {
	color: #3c5564;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-adult .wcff-fields-group {
	border: 1px solid #91acbd; 
	background-color: #e2edf5;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-adult .wccpf_value select,
.cart .wccpf-fields-group-clone-container.dcw-membership-adult .wccpf_value input[type=text],
.cart .wccpf-fields-group-clone-container.dcw-membership-adult .wccpf_value input[type=email] {
	border: 1px solid #afc1cc !important; 
}

/* ## Young Adult */

.cart .wccpf-fields-group-clone-container.dcw-membership-young_adult {
	background-color: #a3c7c7 !important;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-young_adult .wccpf-group-title-h4 {
	color: #3a6161;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-young_adult .wcff-fields-group {
	border: 1px solid #83b3b3 ; 
	background-color: #def0f0;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-young_adult .wccpf_value select,
.cart .wccpf-fields-group-clone-container.dcw-membership-young_adult .wccpf_value input[type=text],
.cart .wccpf-fields-group-clone-container.dcw-membership-young_adult .wccpf_value input[type=email] {
	border: 1px solid #a7c5c5 !important; 
}


/* ## Teen */

.cart .wccpf-fields-group-clone-container.dcw-membership-teen {
	background-color: #adc29a !important;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-teen .wccpf-group-title-h4 {
	color: #475738
}

.cart .wccpf-fields-group-clone-container.dcw-membership-teen .wcff-fields-group {
	border: 1px solid #9fb48c; 
	background-color: #e5eedd;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-teen .wccpf_value select,
.cart .wccpf-fields-group-clone-container.dcw-membership-teen .wccpf_value input[type=text],
.cart .wccpf-fields-group-clone-container.dcw-membership-teen .wccpf_value input[type=email] {
	border: 1px solid #b6c4a8 !important; 
}


/* ## Child */

.cart .wccpf-fields-group-clone-container.dcw-membership-child {
	background-color: #cdaace !important;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-child .wccpf-group-title-h4 {
	color: #674868;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-child .wcff-fields-group {
	border: 1px solid #b695bb; 
	background-color: #f6e8f8;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-child .wccpf_value select,
.cart .wccpf-fields-group-clone-container.dcw-membership-child .wccpf_value input[type=text],
.cart .wccpf-fields-group-clone-container.dcw-membership-child .wccpf_value input[type=email] {
	border: 1px solid #c6afc9 !important; 
}

/* ## Infant */

.cart .wccpf-fields-group-clone-container.dcw-membership-infant {
	background-color: #bca6ce !important;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-infant .wccpf-group-title-h4 {
	color: #574666;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-infant .wcff-fields-group {
	border: 1px solid #a58ab4; 
	background-color: #efe3f5;
}

.cart .wccpf-fields-group-clone-container.dcw-membership-infant .wccpf_value select,
.cart .wccpf-fields-group-clone-container.dcw-membership-infant .wccpf_value input[type=text] ,
.cart .wccpf-fields-group-clone-container.dcw-membership-infant .wccpf_value input[type=email] {
	border: 1px solid #c1aeca !important; 
}

.woocommerce .variations_form .single_variation_clone_wrap,
.woocommerce div.product.membership_adult .product_title,
.woocommerce div.product.membership_adult .nyp,
.woocommerce .product.membership_adult .variations_form .single_variation_clone_wrap {
  background-color: #73abcd;
}

.woocommerce div.product.membership_young_adult .product_title,
.woocommerce div.product.membership_young_adult .nyp,
.woocommerce .product.membership_young_adult .variations_form .single_variation_clone_wrap {
  background-color: #73b8b8;
}

.woocommerce div.product.membership_teen .product_title,
.woocommerce div.product.membership_teen .nyp,
.woocommerce .product.membership_teen .variations_form .single_variation_clone_wrap {
  background-color: #92b772;
}

.woocommerce div.product.membership_child .product_title,
.woocommerce div.product.membership_child .nyp,
.woocommerce .product.membership_child .variations_form .single_variation_clone_wrap {
  background-color: #ba86c0;
}

.woocommerce div.product.membership_infant .product_title,
.woocommerce div.product.membership_infant .nyp,
.woocommerce .product.membership_infant .variations_form .single_variation_clone_wrap {
  background-color: #ab89bf;
}

.woocommerce.product_cat_working-booking div.product .product_title,
.woocommerce.product_cat_working-booking .variations_form .single_variation_clone_wrap,
.woocommerce div.product.membership_working_adult .product_title,
.woocommerce div.product.membership_working_adult .nyp,
.woocommerce .product.membership_working_adult .variations_form .single_variation_clone_wrap {
/* 	color: #af4e4e; */
	color: #fff;
  background-color: #af4e4e;
}

.woocommerce div.product.membership_working_young_adult .product_title,
.woocommerce div.product.membership_working_young_adult .nyp,
.woocommerce .product.membership_working_young_adult .variations_form .single_variation_clone_wrap {
/*   color: ; */
	color: #fff;
  background-color: #bf8839;
}

.woocommerce div.product.membership_working_teen .product_title,
.woocommerce div.product.membership_working_teen .nyp,
.woocommerce .product.membership_working_teen .variations_form .single_variation_clone_wrap {
  background-color: #b7a929;
	color: #fff;
}


.woocommerce div.product.membership_working_child .product_title,
.woocommerce div.product.membership_working_child .nyp,
.woocommerce .product.membership_working_child .variations_form .single_variation_clone_wrap {
  background-color: #81ba3b;
	color: #fff;
}


.woocommerce div.product.membership_working_infant .product_title,
.woocommerce div.product.membership_working_infant .nyp,
.woocommerce .product.membership_working_infant .variations_form .single_variation_clone_wrap {
  background-color: #3eb98d;
	color: #fff;
}



.woocommerce .variations_form .single_variation_clone_wrap .woocommerce-variation-availability .stock {
	margin-bottom: 15px;
}

.woocommerce .variations_form table.wccpf_fields_table {
	margin-bottom: 0;
}

.woocommerce .variations_form table.wccpf_fields_table td {
  border-top: 0;
  padding: 10px;
}

.woocommerce div.product form.cart table td {
	/* line-height: 24px; */
	/* font-weight: bold; */
}

.woocommerce div.product table.wccpf_fields_table tbody {
  border: 0;
}

.woocommerce .cart table.wccpf_fields_table td.wccpf_label {
  width: 150px;
  padding-left: 20px;
}

/* .woocommerce .cart table.wccpf_fields_table td.wccpf_label label {
  width: 150px;
} */

/* .woocommerce .summary table.wccpf_fields_table td.wccpf_label,
.woocommerce .summary table.wccpf_fields_table td.wccpf_label label {
  width: 200px;
}

.woocommerce .summary table.wccpf_fields_table td.wccpf_label label {
  padding-left: 20px;
} */

.woocommerce table.wccpf_fields_table td.wccpf_value{
  padding-right: 20px;
}

.woocommerce table.wccpf_fields_table td.wccpf_value label {
	display: contents;
}

.woocommerce .wccpf_value input[type="checkbox"] {
  margin-right: 5px;
}

.woocommerce .wcff-label {
	font-size: 16px;
	line-height: 22px;
  padding: 5px 10px;
  margin: -1px 20px 10px;
  border: none;
  border-radius: 0;
}

.woocommerce .wccpf-fields-group-1 {
	padding-top: 10px;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: none;
}

table.wccpf_fields_table td.wccpf_value input[type=text],
table.wccpf_fields_table td.wccpf_value input[type=number],
table.wccpf_fields_table td.wccpf_value input[type=email],
table.wccpf_fields_table td.wccpf_value input[type=password],
table.wccpf_fields_table td.wccpf_value textarea,
table.wccpf_fields_table td.wccpf_value select {
	padding: 7px 14px !important;
	height: 45px !important;
	border-radius: 4px !important;
  border: 1px solid #d0d0d0 !important;
}

/* .wccpf-fields-container .wcff-fields-group {
	margin: 0;
	padding: 0;
} */

.cart .wccpf-fields-container .wcff-fields-group {
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	padding: 10px 0;
	margin: 0 20px;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
}

.wccpf-group-title-h4 {
	padding: 0 20px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
	/* display: none; */
}

/* Hide first group number in title */
/* .wccpf-fields-group-container .wccpf-fields-group-title-index {
	display: none;
}
.wccpf-fields-group-container .cloned .wccpf-fields-group-title-index {
	display: inline;
} */

/* Hide empty WCFF elements - bugfix */
.woocommerce .wcff-layout-form-col:empty {
	display: none;
}

.dcw-last-name-wrapper .wccpf_label,
.dcw-phone-wrapper .wccpf_label {
	display: none;
}

.wccpf-fields-group-container {
	border-bottom: 1px solid #FFFFFF;
}

.wccpf-fields-group-clone-container.cloned.processed {
	display: block;
}

.wccpf-fields-group-clone-container.cloned {
	display: none;
}


/* Default background color for all elements */
.wccpf-fields-group-clone-container {
	background-color: #FFFFFF; /* Replace with your default background color */
	margin: 0;
	padding: 15px 0 15px;
	border-top: 1px solid #FFFFFF;
}	

/* Different background color for every other element */
.wccpf-fields-group-clone-container:nth-child(odd) {
	background-color: #F0F0F0; /* Replace with the color for odd elements */
}

.wccpf-fields-group-clone-container:nth-child(even) {
	background-color: #e9e9e9; /* Replace with the color for even elements */
}

.woocommerce .wcff-label-info {
	color: #ffffff !important;
  background-color: #73abcd !important;
}

.wcff-label-info a {
	color: #ffdd00;
}

.wcff-label-warning {
	color: #ffffff !important;
  background-color: #8dbc58 !important;
}

.woocommerce .wcff-label-danger {
    color: #ffffff !important;
    background-color: #e66c6c !important;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: right;
	margin: 1em 20px 0;
	padding: 15px 25px;
}

/* # WC Name Your Price
---------------------------------------------------------------------------------------------------- */

.woocommerce .nyp {
/*
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	background-color: #7eac5b;
*/
	padding: 10px 20px;
	background-color: #73abcd;
	margin-top: -20px;
	margin-bottom: 0;
	color: #fff;
	display: none;
}

.woocommerce-page .product .nyp label {
	padding-right: 20px;
	font-size: 1.2em;
	display: inline-block;
}

.woocommerce-page .product .nyp .minimum-price {
	margin-left: 0;
}

.product .nyp input.nyp-input {
  text-align: left;
  display: inline-block;
  width: 100px;
  padding: 9px 14px;
	font-size: 1.2em;
}

.product .minimum-price {
  margin-top: -9px;
}

.product .nyp label,
.product .minimum-price .minimum-text,
.product .minimum-price .amount {
	color: #fff;
/* 	color: #6a9256; */
  /* #77a464 */;
}

.product .nyp input.nyp-input {
	color: #4680a6;
	border: 1px solid #578db2;
}

/* # WC Custom Product Fields
---------------------------------------------------------------------------------------------------- */

.woocommerce .variations_form .field-name-county {
	display: inline-block;
	width: 55%
}

.woocommerce .variations_form .field-name-postcode {
	display: inline-block;
	width: 45%
}

.woocommerce .field-name-postcode table.wccpf_fields_table td.wccpf_label,
.woocommerce .field-name-postcode table.wccpf_fields_table td.wccpf_label label {
	width: 110px;
	padding: 0;
}

	/*
	.woocommerce .field-name-postcode table.wccpf_fields_table td.wccpf_value {
		width: 60%;
	}
	*/

.woocommerce .variations_form .field-name-notes .wccpf_label {
	vertical-align: top;
  padding-top: 20px;
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.dcw-home-call-to-action .fl-cta-title {
	padding: 0;
}

@media (max-width: 860px) {
	.dcw-home-call-to-action  .fl-cta-inline .fl-cta-button {
			padding-top: 10px;
			padding-bottom: 5px;
	}
}

body.styled-checkboxes.woocommerce-checkout input[type=checkbox]:nth-child(1n) {
    visibility: visible;
}

.site-inner {
	position: relative;
}

.site-inner .logout-button {
	position: absolute;
  top: 61px;
  right: 22px;
  z-index: 1000;
}

.site-inner .logout-button input.button.logout {
	background-color: #fff;
}

.woocommerce .entry-content input.button.logout {
	display: none;
}

/* # Table Press
---------------------------------------------------------------------------------------------------- */

 /* .tablepress {
		
} */

.tablepress .odd td {
    background-color: #f9f9f9;
}

.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #ddd;
}

.fl-module.dcw-programme-table .tablepress tfoot th,
.fl-module.dcw-programme-table .tablepress thead th {
  background-color: #73abcd;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}


.fl-module.dcw-programme-table .tablepress thead tr th {
  border-bottom: 0;
  line-height: 1.05;
}

.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-3,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-4,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-5,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-7,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-8,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-9,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-10,
.fl-module.dcw-programme-table .tablepress thead tr.odd th.column-11 {
  background-color: #5e8fad;
}

.fl-module.dcw-programme-table .tablepress tbody tr td {
  border-top: 0;
  line-height: 1.05;
}

.fl-module.dcw-programme-table .tablepress tbody tr.odd td,
.fl-module.dcw-programme-table .tablepress tbody tr.even td {
	background-color: #fff;
}

.fl-module.dcw-programme-table .tablepress tbody tr td.column-1,
.fl-module.dcw-programme-table .tablepress tbody tr td.column-2,
.fl-module.dcw-programme-table .tablepress tbody tr td.column-6,
.fl-module.dcw-programme-table .tablepress tbody tr td.column-12 {
	text-align: center;
}

.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-3,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-4,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-5,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-7,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-8,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-9,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-10,
.fl-module.dcw-programme-table .tablepress tbody tr.odd td.column-11 {
  background-color: #5e8fad;
  border-top: 0;
  color: #fff;
}

.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-3,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-4,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-5,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-7,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-8,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-9,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-10,
.fl-module.dcw-programme-table .tablepress tbody tr.even td.column-11 {
  background-color: #699bb9;
  border-top: 0;
  color: #fff;
}

.dataTables_filter,
.dataTables_length {
	margin-bottom: 20px;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
	margin: 0;
	height: 58px;
}

/* # Contact Form 7
---------------------------------------------------------------------------------------------------- */

.wpcf7-form-control-wrap {
	margin-bottom: 30px;
}


.dcw-home-notice {
	background-color: #e24f4f;
	color: #fff;
	text-align: center;
	padding: 40px 40px 34px;
	display: block;
}

.dcw-home-notice:hover,
.dcw-home-notice:focus {
	background-color: #d64040;
	color: #ffcdcd;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/* @media only screen and (max-width: 1340px) { */

	.site-inner,
	.wrap {
		max-width: 1200px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content {
		width: 800px;
	}

	.site-header .widget-area {
		width: auto;
    margin-top: 95px;
	}

	.site-header .widget-area .simple-social-icons ul li {
		margin-bottom: 0 !important;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

/* } */


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: auto;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.genesis-nav-menu a {
    padding: 20px 10px;
	}
	
	.tablepress.tablepress-id-1 {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
		padding-top: 28px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
		position: relative;
	}

	.site-header .widget-area {
		position: absolute;
		top: 50%;
		right: 2.5%;
		margin-top: 0;
		width: 42px;
		vertical-align: middle;
		margin-top: -75px;
	}

	.site-header .widget-area .simple-social-icons ul li {
		margin-bottom: 14px !important;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.site-description {
		text-align: left;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary {
		display: inherit;
	}

	.js nav.nav-secondary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 0;
		color: #fff;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-secondary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}
	
	.js .nav-primary .genesis-nav-menu .menu-item {
		display: inherit;
		float: left;
		margin: inherit;
		position: inherit;
		text-align: inherit;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-secondary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 5%;
		width: 100%;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a {
		border: inherit;
		padding: 10px 18px;
		width: inherit;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		outline: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
	}
	
	.woocommerce div.product div.images img {
    max-width: 570px;
    margin: 0 auto;
	}

}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.6rem;
	}

	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	textarea {
		line-height: 1.3;
	}

	.site-inner {
		padding: 28px 0 0;
		max-width: none;
	}

	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-content ol,
	.entry-content ul {
    margin-left: 7%;
	}
	
	.site-title {
    font-size: 42px;
    font-size: 4.2rem;
		text-align: left;
	}
	.second-line-title {
    font-size: 29.5px;
    font-size: 2.95rem;
		text-align: left;
	}
	
	.site-description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  .site-logo {
    width: 93px;
    height: 93px;
    background-size: 93px;
    margin-left: -5px;
  }
	
	.js nav.nav-primary {
		padding: 0 2.5%;
	}

	.footer-widgets {
    padding: 40px 5%;
	}
	
	.woocommerce .variations_form .field-name-county,
	.woocommerce .variations_form .field-name-postcode {
    width: 100%;
	}
	
	.woocommerce .field-name-postcode table.wccpf_fields_table td.wccpf_label {
		padding-right: 10px;
	}
	
	.woocommerce .field-name-postcode table.wccpf_fields_table td.wccpf_label label {
		width: 150px;
		padding-left: 20px;
	}
	
	.woocommerce.single-product .site-inner {
    padding: 0;
	}
	
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	.product_cat_standard-booking div.product .product_title {
		font-size: 28px;
	}
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
    margin: 0 0 40px;
	}
	
	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tab,
	.woocommerce-page div.product .woocommerce-tabs {
		margin: 0 5%;
	}
	
	.woocommerce #content div.product div.summary p,
	.woocommerce div.product div.summary p,
	.woocommerce-page #content div.product div.summary p,
	.woocommerce-page div.product div.summary p {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.woocommerce #content div.product div.summary .dcw-select-membership,
	.woocommerce div.product div.summary .dcw-select-membership,
	.woocommerce-page #content div.product div.summary .dcw-select-membership,
	.woocommerce-page div.product div.summary .dcw-select-membership {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.woocommerce div.product form.cart .variations td.label,
	.woocommerce div.product .previous_orders td.label {
    width: 33.3%;
    padding-left: 5%;
	}
	
	.woocommerce div.product form.cart .variations td.value {
    padding-right: 5%;
	}
	
	.woocommerce div.product .previous_orders tbody tr td.label {
		padding-left: 5%;
	}
	
	.woocommerce div.product .previous_orders tbody tr td.value {
    padding-right: 5%;
	}
	
	.woocommerce #content div.product div.summary .dcw-select-membership,
	.woocommerce div.product div.summary .dcw-select-membership,
	.woocommerce-page #content div.product div.summary .dcw-select-membership,
	.woocommerce-page div.product div.summary .dcw-select-membership {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.woocommerce table.wccpf_fields_table td.wccpf_label {
    vertical-align: text-top;
		width: auto;
		padding-left: 10px!important;
		min-width: 100px;
	}

 	.woocommerce table.wccpf_fields_table td.wccpf_label label {
		width: 100%;
		padding: 16px 0px;
    line-height: 16px;
 	}

	.woocommerce .cart table.wccpf_fields_table td.wccpf_label {
		padding: 2.5px 0 2.5px 10px;
	}
	
	.woocommerce table.wccpf_fields_table td.wccpf_value {
		width: 72%;
		padding: 2.5px 10px 2.5px 0;
	}

	.woocommerce .wcff-label,
	.wc-deposits-wrapper,
	.woocommerce div.product .woocommerce-variation-price {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.product .nyp label {
		padding-left: 5%;
	}
	
	.woocommerce div.product .woocommerce-variation-add-to-cart.variations_button {
		padding: 0 5%;
	}

	.woocommerce .product .dcwf-product-info.dcwf-pricing-structure,
	.woocommerce .product .single_variation_clone_wrap .dcwf-product-info.dcwf-nyp-info {
		margin-right: 5%;
	}
	
	.woocommerce .product .dcwf-product-info.dcwf-guardian-info,
	.woocommerce .product .dcwf-product-info.dcwf-nsl-info,
	.woocommerce .product .dcwf-product-info.dcwf-cl-info {
		right: 5%;
	}
	
	.wc-deposits-wrapper .wc-deposits-option li input {
    margin: -2px 4px 0 0;
	}
	
	.wc-deposits-wrapper .wc-deposits-option li {
    padding: .5em .75em;
  }
  
  .woocommerce .dcwf-product-overlay,
  .woocommerce-checkout  .dcwf-terms-overlay {
	  font-size: 15px;
	  font-size: 1.5rem;
  }
  
  .woocommerce .dcwf-popup-wrap,
  .woocommerce-checkout  .dcwf-terms-popup-wrap {
  	height: 75%;
	}
	
	.woocommerce .dcwf-popup-inner,
	.woocommerce-checkout  .dcwf-terms-popup-inner {
		padding: 20px 5%;
	}

	.woocommerce .dcw-quantity-text,
	.wccpf-group-title-h4 {
    padding-left: 2.5%;
	}

	.cart .wccpf-fields-container .wcff-fields-group {
		margin: 0 2.5%;
	}

	.dcw-last-name-wrapper .wccpf_label{
		line-height: 45px;
	}

	.dcw-last-name-wrapper .wccpf_label,
	.dcw-phone-wrapper .wccpf_label {
    display: table-cell;
	}
	
	.wcff-fields-group .wcff-layout-form-col {
		flex-basis: 100% !important;
		width: 100%;
	}
	
	div.wcff-fields-group > div.wcff-layout-form-row {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    flex-flow: row nowrap;
	}

	div.wcff-fields-group > div.wcff-layout-form-row > div.wcff-layout-form-col {
    flex: none !important;
    min-height: 40px !important;
    position: relative!important;
	}

	div.wcff-fields-group > div.wcff-layout-form-row {
    flex-wrap: wrap !important;
	}

	table.wccpf_fields_table td.wccpf_value input[type=text],
	table.wccpf_fields_table td.wccpf_value input[type=number],
	table.wccpf_fields_table td.wccpf_value input[type=email],
	table.wccpf_fields_table td.wccpf_value input[type=password], 
	table.wccpf_fields_table td.wccpf_value textarea,
	table.wccpf_fields_table td.wccpf_value select {
    padding: 7px 10px !important;
    height: 45px !important;
	}

	.woocommerce div.product div.summary {
    border-radius: 0px;
	}

	.wccpf-validation-message {
		font-size: 14px;
	}

	.woocommerce .dcw-quantity-text {
    width: 110px;
	}

	.woocommerce-cart .entry-header {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.woocommerce table.shop_table {
		border-radius: 0;
	}
	
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		padding: 0 2.5%;
	}
	
	.woocommerce-checkout .entry-title,
	.woocommerce-checkout .woocommerce-notices-wrapper,
	.woocommerce-checkout .woocommerce-form-login-toggle,
	.woocommerce-checkout .woocommerce-form-coupon-toggle {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		border-radius: 0;
	}

	.woocommerce .col2-set, 
	.woocommerce-page .col2-set {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.woocommerce h3#order_review_heading {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.woocommerce div#order_review {
		width: 100%;
		padding: 0;
	}

	.woocommerce-checkout.full-width-content .content {
		padding-left: 0;
		padding-right: 0;
	}

	#add_payment_method #payment,
	.woocommerce-cart #payment,
	.woocommerce-checkout #payment {
		border-radius: 0;
	}

	
	.woocommerce-order-received .entry-content {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.footer-widgets ul li {
    margin-bottom: 0;
    padding-bottom: 0;
	}

	.footer-widgets p {
    margin-bottom: 5px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
    margin: 0 auto 20px;
	}

	.footer-widgets ul {
		margin-bottom: 0;
	}

	.dcw-home-notice {
		padding: 25px 2.5% 24px;
	}

	.dcw-home-notice h1,
	.dcw-home-notice h2 {
		font-size: 20px;
	}

	.dcw-home-notice h3, 
	.dcw-home-notice h4 {
		font-size: 20px;
	}

  .dcw-no-collapse .fl-col {
    width: 100% !important;
    float: left !important;
		clear: none !important;
		max-width: none !important;
  }

  .dcw-no-collapse .fl-col > .fl-col {
    width: 50% !important;
    float: left !important;
		clear: none !important;
		max-width: none !important;
  }

}


@media only screen and (max-width: 782px) {
	
	.woocommerce.admin-bar .dcwf-product-overlay,
	.woocommerce-checkout.admin-bar .dcwf-terms-overlay {
	  margin-top: -46px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.woocommerce table.shop_table_responsive tr.cart_item,
	.woocommerce-page table.shop_table_responsive tr.cart_item {
		position: relative;
	}
	
	.woocommerce table.shop_table_responsive tr td.product-remove,
	.woocommerce-page table.shop_table_responsive tr td.product-remove {
    width: 100%;
    display: inline-block;
	}
	
	.woocommerce table.shop_table_responsive tr td.product-edit,
	.woocommerce-page table.shop_table_responsive tr td.product-edit {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 25px;
    border-top: 0;
	}
	
	.woocommerce table.shop_table_responsive tr td.product-edit:before,
	.woocommerce-page table.shop_table_responsive tr td.product-edit:before {
    display: none;
	}


	.woocommerce-page.woocommerce-checkout table.shop_table, 
	.woocommerce-page.woocommerce-checkout table.shop_table tbody, 
	.woocommerce-page.woocommerce-checkout table.shop_table td, 
	.woocommerce-page.woocommerce-checkout table.shop_table tr,
	.woocommerce-page.woocommerce-checkout table.shop_table th,
	.woocommerce-page.woocommerce-checkout table.shop_table tfoot { 
		display: block; 
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table tfoot,
	.woocommerce-page.woocommerce-checkout table.shop_table tfoot tr {
		width: 100%;
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table tbody tr:first-child td.product-name,
	.woocommerce-page.woocommerce-checkout table.shop_table tfoot tr:first-child th {
		border-top: 0;
	}

	.dataTables_filter,
	.dataTables_length {
		margin-bottom: 10px;
		float: left !important;
	}

	.dataTables_wrapper label input,
	.dataTables_wrapper label select {
		margin: 0;
		height: 40px;
		padding: 5px;
	}
	
	
	/*
	.woocommerce-page.woocommerce-checkout table.shop_table td { 
		border: 1px solid #d2d3d3; 
		position: relative;
		padding-left: 30% !important; 
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table {
		border: none;
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-spacer {
		border-color: #FFF;
		height: 10px;
	}
	*/
	
	/*
	.woocommerce-page.woocommerce-checkout table.shop_table td:before { 
		width: 100%;
	}
	*/
	
	
	/*
	Label the data
	*/
	/*
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-remove:before {
		content: "DELETE";
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-thumbnail:before {
		content: "IMAGE";
	}*/
	
	/*
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-name:before {
		content: "Membership ";
	}
	*/
	/*
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-price:before {
		content: "PRICE";
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-quantity:before {
		content: "QUANTITY";
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-subtotal:before {
		content: "SUBTOTAL";
	}
	
	.woocommerce-page.woocommerce-checkout table.shop_table td.product-total:before {
		content: "TOTAL";
	}
	*/
	
	/*
	.woocommerce .quantity, 
	.woocommerce #content .quantity, 
	.woocommerce-page .quantity, 
	.woocommerce-page #content .quantity {
		margin: 0;
	}
	
	.woocommerce-page table.cart td.actions, 
	.woocommerce-page #content table.cart td.actions {
		text-align: left;
		border:0;
		padding-left: 6px !important;
	}
	
	.woocommerce-page table.cart td.actions .button.alt, 
	.woocommerce-page #content table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}
	
	.woocommerce-page table.cart td.actions div, 
	.woocommerce-page #content table.cart td.actions div,
	.woocommerce-page table.cart td.actions input, 
	.woocommerce-page #content table.cart td.actions input {
		margin-bottom: 10px;
	}
	
	.woocommerce-page .cart-collaterals .cart_totals {
		float: left;
		width: 100%;
		text-align: left;
	}
	
	.woocommerce-page .cart-collaterals .cart_totals th, 
	.woocommerce-page .cart-collaterals .cart_totals td {
		border:0 !important;
	}
	
	.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
		padding-left: 6px !important;
	}
	
	.woocommerce-page table.shop_table tr.cart-subtotal td,
	.woocommerce-page table.shop_table tr.shipping td,
	.woocommerce-page table.shop_table tr.total td,
	.woocommerce-page table.shop_table.order_details tfoot th,
	.woocommerce-page table.shop_table.order_details tfoot td {
		padding-left: 6px !important;
		border:0 !important;
	}
	
	.woocommerce-page table.shop_table tbody {
		padding-top: 10px;
	}
	
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}
	
	.woocommerce .order_details ul, 
	.woocommerce-page .order_details ul,
	.woocommerce .order_details, 
	.woocommerce-page .order_details {
		padding:0;
	}
	
	.woocommerce .order_details li, 
	.woocommerce-page .order_details li {
		clear: left;
		margin-bottom: 10px;
		border:0;
	}
	*/

}


@media only screen and (max-width: 580px) {
	
	.site-header .wrap {
    padding: 20px 2.5%;
	}

	.site-header .widget-area {
		position: absolute;
		top: -35px;
		right: inherit;
		left: 2.5%;
		margin-top: 0;
		width: auto;
		vertical-align: middle;
		margin-top: 0;
	}

	.site-header .widget-area .simple-social-icons ul li {
		margin-bottom: 14px !important;
	}

	#simple-social-icons-2 ul li a,
	#simple-social-icons-2 ul li a:hover,
	#simple-social-icons-2 ul li a:focus {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.site-logo {
    margin-left: 0;
    margin-bottom: 8px;
    height: 85px;
    width: 85px;
    background-size: 100% 100% !important;
  }
  
  .site-title {
	  width: 100%;
	  /* text-align: center; */
    font-size: 36px;
    font-size: 3.6rem;
	}

	.second-line-title {
    font-size: 24px;
    font-size: 2.4rem;
	}
	
	.site-description {
    font-size: 14px;
    font-size: 1.4rem;
	  /* text-align: center; */
	}

  .title-desc-wrap {
	  padding-left: 2.5%;
    width: auto;
  }
	
	.entry-content ol,
	.entry-content ul {
    margin-left: 10%;
	}
	
	.nav-primary .genesis-nav-menu {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.js .nav-primary .genesis-nav-menu .menu-item a {
    padding: 10px 8px;
	}
  
  .woocommerce .dcwf-popup-wrap,
  .woocommerce-checkout  .dcwf-terms-popup-wrap {
  	height: 95%;
	}
	
	.woocommerce-checkout .dcwf-terms-overlay .button.agree-terms {
		margin-left: 10px;
	}
	
	.woocommerce-checkout .dcwf-terms-overlay .button.agree-terms,
	.woocommerce-checkout .dcwf-terms-overlay .button.disagree-terms {
		font-size: 16px;
		font-size: 1.6rem;
	}

	
}


@media only screen and (max-width: 460px) {
  
  .site-title {
    font-size: 28px;
    font-size: 2.8rem;
	}

	.site-logo {
    height: 60px;
    width: 60px;
  }
	
	.second-line-title {
    font-size: 18px;
    font-size: 1.8rem;
	}

	.site-description {
    font-size: 11px;
    font-size: 1.1rem;
		/* font-weight: normal; */
	}
	
	.entry-content ol,
	.entry-content ul {
    margin-left: 10%;
	}

	/* .woocommerce .flex-container{
    flex-direction: column;
    align-items: flex-start;
	} */
	
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	
	.nav-primary {
		display: block !important;
	}
	
	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
