/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
.bv-woo-blocks 
{
	min-height: calc(100vh - 510px) !important;
}
*/


/* 2023_10_15 - QForm button fix */
.BV-Qform-Submit {
    padding-top: 17px !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}
[type=submit], button {
    display: inline-block;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

/* 2023_12_08 - QForm button colours */
.quform-button-submit button, 
.quform-element-submit.quform-button-style-theme .quform-button-submit button 
{
    background-color: #202020 !important;
	border-color: #202020 !important;

}
.quform-button-submit button:hover, 
.quform-element-submit.quform-button-style-theme .quform-button-submit button:hover 
{
    background-color: #228D00 !important;    
	border-color: #228D00 !important;
}


/* =====  [BrainVox CS-0001]  COPYRIGHTER  ===============  Start  ===== */

/* Basic shared text attributes */
.bv-client,
.bv-brainvox {
	font-family: "Open Sans", Roboto, Sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Colours (not usually shared ) */
.bv-client {
	color: #202020;
}
.bv-client:hover {
	color: #202020;
}

.bv-brainvox {
	color: #3f2000;
}
.bv-brainvox:hover {
	color: #ff8000;
}

/* Text alignments (only used on occasional designs) */
/* We usually display the client on the left ... */
.bv-client {
	float: left;
	text-align: left;
}
/* ... and ourselves on the right ... */
.bv-brainvox {
	float: right;
	text-align: right;
}
/* ... and on 'phones, everyone is stacked in the middle. */
@media screen and (max-width: 767px) {
	.bv-client,
	.bv-brainvox 
	{
		float: unset !important;
		text-align: center !important;
	}
}

/* =====  [BrainVox CS-0001]  COPYRIGHTER  =================  End  ===== */



/* 2025_01_20 - Membership Completion - hide sections from URL parameters */
.adult-section, 
.junior-section, 
.cash-section, 
.cheque-section, 
.deposit-section, 
.paypal-section {
    display: none;
}

.adult-section.adult {
    display: flex;
}
.junior-section.junior {
    display: flex;
}

.cash-section.cash {
    display: flex;
}
.cheque-section.cheque {
    display: flex;
}
.deposit-section.deposit {
    display: flex;
}
.paypal-section.paypal {
    display: flex;
}
/* 2025_01_20 - Membership Completion - hide sections from URL parameters */



/* ##########  [BrainVox CS-nnnn]  UNMAGNIFIER  ##########  START  ################################################## */
/*
 *  Kill the WooCommerce image magifier - Part 2 of 2 (see functions.php for Part 1)
 * 
 */

.woocommerce-product-gallery__image {
    pointer-events: none;
} 

/* ##########  [BrainVox CS-nnnn]  UNMAGNIFIER  ##########  FINISH  ################################################# */

.tg
{
	border-collapse: collapse;
	border-spacing: 0;
}

.tg td
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg th
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg .tg-q6zc
{
	background-color: #f2fff2;
	font-size: 16px;
	text-align: left;
	vertical-align: top
}

.tg .tg-n6rf
{
	background-color: #f2fff2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: top
}

.tg .tg-ll6f
{
	background-color: #f2fff2;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: top
}

.tg .tg-2v06
{
	background-color: #e6fff2;
	font-size: 16px;
	text-align: center;
	vertical-align: top
}


@media screen and (max-width: 767px)
{
	.tg
	{
		width: auto !important;
	}

	.tg col
	{
		width: auto !important;
	}

	.tg-wrap
	{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

