/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/
Description:  Child theme for Hello Elementor
Author:       Your Name
Author URI:   https://nbrc.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/


/*-------------------------------
            TYPOGRAPHY 
--------------------------------*/

body p, 
.entry-content p, 
.entry-content ul li,  
.entry-content ul,  
.entry-content a, 
.pp-sub-heading p {

}


/*--------------------------------
            HEADER 
---------------------------------*/

/*---
  ANIMATED-TOP GREEN BANNER
  Seamless infinite scroll - always visible on screen
---*/

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
  color: white;
  font-size: 14px;
  background-color: #009F6D;
  position: relative;
}

.marquee-content {
  display: inline-block;
  animation: scroll-left 80s linear infinite;
  will-change: transform;
}

.marquee-content span {
  display: inline-block;
  padding: 0 10px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Hover pause */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-container {
    font-size: 12px;
    padding: 6px 0;
  }
  .marquee-content {
    animation-duration: 60s;
  }
}



/*-------------------------------
            NAVIGATION
--------------------------------*/
/*---
  Media queries? Y/N
---*/
.elementor-field-group input#form-field-field_ef3a4fe,
input#form-field-field_ef3a4fe {
    max-width: 345px !important;
  	border:2px solid white !important;
    font-size: 14px;
}
a.elementor-item {
    text-align: center!important;
}



/*--------------------------------
            BUTTONS
----------------------------------*/
/*---
  Media queries? Y/N
---*/
/* Buttons NCF-page */
.wp-block-buttons .wp-block-button__width-75 .wp-block-button__link {
    background-color: #ffffff !important;
    color: #009F6D !important;
    border-radius: 7px;
    border: 2px solid #009F6D !important;
    transition: all 0.3s ease;
}

.wp-block-buttons .wp-block-button__width-75 .wp-block-button__link:hover {
    background-color: #009F6D !important;
    color: #ffffff !important;
    border: 2px solid #009F6D !important;
}
/*align to center - view cart button shop page*/
a.added_to_cart.wc-forward {
    justify-content: center;
    text-align: center;
    margin: auto !important;
		color: #5F4BB6 !important;
}

body.elementor-kit-34 input[type="submit"]
 {
    padding: 15px 40px 15px 40px!important;
    border: 2px solid white !important;
}
body.elementor-kit-34 input[type="submit"]:hover
 {
    padding: 15px 40px 15px 40px!important;
  
}

/*----------------------------------
            FOOTER
---------------------------------*/
/*---
  Media queries? Y/N
---*/
/*footer-menu-animation*/
.menu-item-22792 a.elementor-item {
  position: relative;
  color: #5F4BB6;
  font-weight: bold;
  background: linear-gradient(120deg, #009F6D 0%, #009F6D 50%, #5F4BB6 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease infinite;
}

@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/*------------------------------
            BB MODULES
---------------------------------*/


/*HOMEPAGE TABLES CUSTOMIZATION*/
/*separator after column 3*/
#tablepress-68 .column-3,
#tablepress-66 .column-3 {
    border-right: 1px solid #eee !important;
    padding-right: 30px !important;
}

/*padding for column 4*/
#tablepress-68 .column-4,
#tablepress-66 .column-4 {
    padding-left: 30px !important;
}

/*white background for even rows*/
#tablepress-68 tbody tr:nth-child(even) td{
    background-color: #ffffff !important;
}

#tablepress-66 tbody tr:nth-child(even) td {
    background-color: #ffffff !important;
}

/*remove borders*/
#tablepress-68 tr, #tablepress-68 td, #tablepress-68 tbody, #tablepress-68 thead, #tablepress-68 tfoot,
#tablepress-66 tr, #tablepress-66 td, #tablepress-66 tbody, #tablepress-66 thead, #tablepress-66 tfoot {
    border: none !important;
}

/*whitebackground on hover*/
#tablepress-68 tr:hover, #tablepress-68 td:hover,
#tablepress-68 tbody:hover, #tablepress-68 thead:hover, #tablepress-68 tfoot:hover {
    background-color: #fff;
}
#tablepress-66 tr:hover, #tablepress-66 td:hover,
#tablepress-66 tbody:hover, #tablepress-68 thead:hover, #tablepress-66 tfoot:hover {
    background-color: #fff;
}
/*National Championship Fly Resultstable*/
.dt-container .dt-layout-cell.dt-layout-start {
    justify-content: space-between;
    gap: 13em;
}

@media (max-width: 1070px) {
    .dt-container .dt-layout-cell.dt-layout-start {
        gap: 1em;
    }
}

div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button {
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
  	font-weight: 400;
}
div.dt-length-0{
background-color: red!important;
}
div#tablepress-42_info {
    color: #555;
}
.dt-length label {
    text-transform: capitalize;
}
.dt-container .dt-paging .dt-paging-button {
  	font-weight: 300;
}


/*------------------------------
            PAGE SPECIFIC 
---------------------------------*/

/*---
  PAGE NAME
  Description of section
  Media queries? Y/N
---*/
/*pricing page*/
.pms-pt-button-column-2 .wp-block-button__link strong{
	color:#009F6D;
  text-transform: uppercase!important;
	font-size:16px;
}
.pms-pt-button-column-2 .wp-block-button__link strong:hover{
	color: #fff!important;
}
a.wp-block-button__link.has-text-align-center.wp-element-button {
    border-radius: 7px !important;
}
.pms-pt-button-column-1 .wp-block-button__link strong {
	text-transform: uppercase!important;
	color:#009F6D;
	font-size:16px;
}
.wp-block-column.pms-pt-card-1,
.wp-block-column.pms-pt-card-2,
.wp-block-column.pms-pt-card-3 {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}
.pms-pt-list li::before{
background-color: white;
}
.pms-pt-list-extra li::before{
  background-color: #DFDBF0!important;
}
/* === CARD 1 - Annual USA Membership === */
.pms-pt-card-1 {
  border: none!important;
}
/* === CARD 2 - US Membership 2 Years (Featured) === */
.pms-pt-card-2 {
  border: none;
  border-radius: 25px!important;
  margin: 20px!important;
  background-color: #DFDBF0!important;
}
/* === CARD 3 - Members-online bulletin === */
.pms-pt-card-3 {
  border: none!important;
  border-radius: 25px!important;
}
.pms-pt-list li::before{
background-color: white;
}
.pms-pt-list-extra li::before{
  background-color: #DFDBF0!important;
}

/*membership page*/

form.pms-form-design-wrapper--sidebar-showing:not(#pms-abandon-subscription-form, #pms-cancel-subscription-form) {
    display: block !important;
}


#pms_new_subscription-form.pms-form-design-wrapper--sidebar-showing {
    display: block !important;
}
.pms-form-design-wrapper--sidebar-showing .pms-paygates-holder input[type="submit"]{
  margin-left: 0!important;
}
.elementor-kit-34 input[type="submit"]{
	padding: 15px 40px 35px 40px!important;
	border: 2px solid white!important;
}
.elementor-kit-34 input[type="submit"]:hover{
	padding: 15px 40px 35px 40px!important;
	border: 2px solid #009F6D!important;
	color:#009F6D!important;
	background-color: white;
}
.pms-form-design-wrapper .pms-subscription-plan label{
	border: none;
}
/*hall of fame*/
.hof-wrapper {
    max-width: 100%;
    margin: 40px auto;
    background: white;
    border-radius: 30px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.4);
    overflow: hidden;
}

.hof-header {
    background: #5F4BB6;
    color: white;
    text-align: center;
    padding: 20px 20px;
}

.hof-header h1 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
  	color: white;
}

.hof-header p {
    font-size: 1.2em;
    margin: 0;
    opacity: 0.9;
}

.hof-content {
    padding: 40px;
    column-count: 2;
    column-gap: 40px;
}

.hof-year-section {
    break-inside: avoid;
    margin-bottom: 30px;
    background: #F7F7FF;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #5F4BB6;
}

.hof-year-section h2 {
    color: #000;
    font-size: 1.8em;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #5F4BB6;
    padding-bottom: 10px;
}

.hof-inductee {
    padding: 8px 0;
    font-size: 1.1em;
    color: #333;
    transition: all 0.3s ease;
}

.hof-inductee:before {
    content: "⭐ ";
    color: ##5F4BB6;
    margin-right: 5px;
}

.hof-inductee:hover {
    color: #5F4BB6;
    transform: translateX(5px);
}

.hof-footer {
    background: #5F4BB6;
    color: white;
    text-align: center;
    padding: 30px;
    font-size: 1.1em;
    margin: 0;
}

@media (max-width: 768px) {
    .hof-content {
        column-count: 1;
        padding: 20px;
    }
    
    .hof-header h1 {
        font-size: 2em;
    }
    
    .hof-year-section h2 {
        font-size: 1.5em;
    }
}
/*AUICTION PAGE*/
/* winner section grid */
.products.elementor-grid li.product > div[style*="color:red"] {
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  	color: #222222!important;
}

/* price auction grid */
.products.elementor-grid li.product > div[style*="color:red"] .woocommerce-Price-amount {
	color: #222222;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.uwa_auction_product_countdown {
	border-radius: 10px;
}
/*USER LISTING PAGE*/
body .userlisting_pagination .selected {
    background-color: #009F6D !important;
    color: #009F6D !important;
    border-color: green !important;
  	border-radius: 5px!important;
}

body .userlisting_pagination .selected {
    color: white !important;
  	border-radius: 5px!important;
  	
}
/*-------------------------------
        LARGE SCREENS ONLY
---------------------------------*/
/*single product page description*/
@media screen and (min-width: 769px){ 
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px 40px;
}

}


/*-------------------------------
        LAPTOP SCREEN - 1366
---------------------------------*/

@media screen and (max-width: 1366px){ 


}


/*-------------------------------
      IPAD PRO SCREENS - 1024
---------------------------------*/
/*navigation off-canvas sectio*/
@media screen and (max-width: 1024px){ 

.elementor-field-group input#form-field-field_ef3a4fe,
input#form-field-field_ef3a4fe {
    max-width: 320px !important;
  	border:2px solid white !important;
    font-size: 14px;
}

}


/*--------------------------------
    TABLET SCREENS AND SMALLER
--------------------------------*/

@media screen and (max-width: 768px){ 
/* 1 product per row*/
@media (max-width: 768px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both !important;
    }
}
/*off-canvas menu align center*/ 
.elementor-nav-menu--dropdown .elementor-nav-menu > li,
.elementor-nav-menu--dropdown .sub-menu > li {
  text-align: center;
}


.elementor-nav-menu--dropdown .elementor-item,
.elementor-nav-menu--dropdown .elementor-sub-item {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.elementor-nav-menu--dropdown .elementor-item.has-submenu,
.elementor-nav-menu--dropdown .elementor-sub-item.has-submenu {
  justify-content: center;
}
}


/*-------------------------------
        MOBILE SCREENS ONLY
---------------------------------*/

@media screen and (max-width: 480px){ 
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both !important;
    }
/*navigation off-canvas sectio*/
.elementor-field-group input#form-field-field_ef3a4fe,
input#form-field-field_ef3a4fe {
    max-width: 300px !important;
  	border:2px solid white !important;
    font-size: 14px;
}
/*National Birmingham Roller Club Championship Fly buttons*/
.buttton {
  width: 80%;
  font-size: 14px;
}
.buttton a{
  width: 80%!important;
  font-size: 14px!important;
  text-align: center!important;
}
.wp-block-buttons.is-content-justification-center .wp-block-button {
  display: flex;
  justify-content: center;
}
}

}








