/*
Theme Name: The 100 Club
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Xava Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1725014631
Updated: 2024-08-30 10:43:51

*/
/*
.page-id-441 .page-content,
.page-id-468 .page-content,
.page-id-467 .page-content,
.page-id-282 .page-content,
.page-id-56 .page-content,
{
    margin-bottom: 150px!important;
}

*/
.post-56,
.page-id-56 .page-content,
.post-1119,
.page-id-1119 .page-content
{
    margin-bottom: 150px!important;
	margin-top: 150px!important;
}
.postid-923 h1.product_title.entry-title.elementor-heading-title.elementor-size-default br,
.postid-943 h1.product_title.entry-title.elementor-heading-title.elementor-size-default br{
	display: none
}
/*WC Notice return to shop banner and button button*/
.wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
a.button.return-to-shop{
	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: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

/*** Other styles ***/
h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display';
	line-height: 1.2
}
.page-id-444 #content h1{font-size: 55px}
.page-id-444 #content h2{font-size: 45px}
.page-id-444 #content h3{font-size: 35px}
.page-id-444 #content h4,
.page-id-444 #content h5,
.page-id-444 #content h6{font-size: 25px}
.page-id-444 #content,
.page-id-439 #content,
.page-id-456 #content{
    padding: 0 0 150px;
}
/*
.page-id-444 #content h1,
.page-id-444 #content h2,
.page-id-444 #content h3,
.page-id-444 #content h4,
.page-id-444 #content h5,
.page-id-444 #content h6,
.page-id-444 #content p,
.page-id-444 #content a{
	color: #fefae0
}*/

.pmagic .pm-group-view .pm-section .pm-section-content,
.pmagic .pm-group-view .pm-section,
.pmagic .pm-group-view #pg-profile-tabs .pg-profile-tab-content{
	min-height: unset
}

/*@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1620px;
    }
}*/
.pm-group-view{
	max-width: 100%
}
.pm-group-view .pm-cover-image img{
	clip: unset!important
}
#pm_result_pane .pg-search-result-wrapper{
	justify-content: unset!important
}
.pm-radio-option a {
    color: white;
    font-size: 120%;
    font-weight: 700;
}
/* Age popup code*/
/* Overlay for the popup */
#dob-popup {
    display: none; /* Hidden by default, shown via JavaScript */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000; /* Ensure it sits above other content */
    justify-content: center;
    align-items: center;
}

/* Popup content box */
.popup {
    /*background-color: #fff;*/
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    width: 90%; /* Responsive width */
    /*display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 20px;*/
    background-image: url(https://the100club.ie/wp-content/uploads/2024/08/100club-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.popup-left{
    background-image: url(https://the100club.ie/wp-content/uploads/2024/08/100club-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
.popup-content{
    background: rgba(255,255,255,0.5);
    padding: 30px;
}
/* Input field styling */
#dob-input {
    width: calc(100% - 20px); /* Full width minus padding */
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

/* Button styling */
#submit-dob {
    background-color: #0073aa; /* WordPress blue */
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#submit-dob:hover {
    background-color: #005177; /* Darker blue on hover */
}