/*
Theme Name: Ramsgate Music Hall 2025
Template: kadence
Author: Gemma LP Design
Author URI: https://gemmalpdesign.co.uk/
Description: This is a child theme for WordPress based on Kadence.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
Breakpoints : Mobile <768px, Tablet 768 - 1024px, Desktop >1024px; woocommerce Mobile or small tablet <719px,

Contents
1.General Styling (reset, body,h1,ul,quote,fonts)
2.Utilities (preset style classes)
3.Sitewide (header, main nav, footer)
4.Pages
5.Events
6.Media Queries
*/


/*---1.General Styles---*/

/*---2.Utilities---*/
.hidden-text {
	display: none;
}

/*---3.SiteWide---*/
img.custom-logo {
	margin-bottom: 0px
}

.site-branding {
	padding: 5px 10px 5px 10px;
}

.site-main-header-inner-wrap {
	padding: 10px 0px 10px 0px
}

/*mobile nav*/
#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner {
	opacity: 0.9;
}

div#mobile-header {
	height: 70px!important;
}

div#mobile-header .site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container {
	padding: 0px 10px;
}


.popup-drawer .drawer-header{
	margin-bottom: 25px;
}

/*footer*/ 
.widget-area .widget-title {
	font-size: 18px;
}

.site-bottom-footer-inner-wrap .widget {
	margin: 0;
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
	margin: 0;
}

a.cky-banner-element:hover {
	text-decoration:none;
	color:#E6E6E6;
}

a.cky-banner-element:active {
	color:#303030;
}

.site-footer-focus-item {
	display: flex;
	justify-content: center;
}


a.cky-banner-element {
    padding-left: calc(1.2em / 2);
    padding-right: calc(1.2em / 2);
    padding-top: calc(0em / 2);
    padding-bottom: calc(0em / 2);
	color: #FCFCFC;
}


/*---4.Pages---*/

/*Home page*/

/*slider*/
.nivoSlider {
	max-height: 80vh;
	margin: 0 auto;
}


.nivo-controlNav {
	height: 18px;
	width: 95%;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	background-color: transparent;
	position: absolute;
	bottom: 0%;
	opacity: 0.8;
	z-index: 12;
}


.nivo-directionNav a {
	-webkit-tap-highlight-color: transparent;
	opacity:0;
	top: 0;
	height: 100%;
	width: 20%;
}

.nivoSlider img {
	min-height: 120px;
}

.slider-wrapper {
	display: flex;
	flex-direction: column;
	justify-content:center; 
	position: relative;
}

.slider-wrapper .nivo-controlNav .nivo-control {
    font-size: 0;
    background: #0F0F0F;
	margin: 0 auto;
	border: #f7f7f7 1px solid;
	width: 12px;
	height: 12px;
}

.slider-wrapper .nivo-controlNav .nivo-control.active {
    background: #852E2E;
}

.nivo-caption {
	display: none !important;
}

.nivo-main-image {
	margin-bottom: 0;
}





/*venue hire*/
.hire-page-list li{
	padding: 10px;
}

/*---5.Events---*/
.events {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0px;
}

.events .box {
    display: flex;
    min-width: 250px;
    max-width: 300px;
    flex-direction: column;
    justify-content: space-between;
}

.gig-event {
	margin: 0 18px 30px 18px;
    background-color: #303030;
    padding: 20px;
}

.box .gig-event, img{
	margin-bottom: 10px;
}

.gig-event a:hover > img {
	opacity: 0.8;
	transition: all 0.35s ease-in-out;
}

.gig-event a:hover {
	color: #E6E6E6;
}

.box .gig-event, img:hover{
	opacity: 0.8;
	transition: all 0.35s ease-in-out;
}

.gig-event .display-headline {
	font-size: 1.18rem;
	font-weight: 600;
	color: #FCFCFC;
}

.gig-event a {
	color:#FCFCFC;
}

.events a {
	text-decoration: none;
}

.gig-event .display-buy-now {
	border: 3px solid #FCFCFC;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
}

.gig-event a.ticket-button {
    font-weight: 900 !important;
    transition: all 0.35s ease-in-out;
}

.gig-event .display-buy-now:hover {
	background-color: #636363;
}

.tc_warning_ticket_types_needed{
	display: none;
}

/*single event */
.tc_the_content_pre {
	display: none;
}

.rmh-event-single article .post-header .box.right {
	padding-top: 10px;
}

.rmh-event-single article .post-header .box.right h2 {
	margin: 10px 0px;
}

.rmh-event-single article .post-header .box.right a {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: 0.4em 1em;
    border: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
}

.rmh-event-single article .post-header .box.right a:hover {
	background-color: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover);
	box-shadow: 0px 15px 25px -7px rgba(0,0,0,0.1);	
}



div.single-event {
	margin: 20px 10px;
}

.rmh-event-single .post-content {
	margin: 20px 0 0 0;
	border-radius: 0;
}

.rmh-event-single article {
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
}

.single-event {
    display: flex;
    flex-direction: column;
}

.single-event .post-header .right h1 {
    color: #0F0F0F;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.single-event img {
    max-width: 100%;
    height: auto;
	border: 2px solid #303030;
}

.rmh-event-single .post-content {
    max-width: 1024px;
    margin: 20px 0px;
    padding: 20px;
    text-align: center;
    background-color: #303030;
	color: #FCFCFC;
    }
    
.ticket-notice {
    font-size: 0.8rem;
	color: #636363;
}

select {
	color: #636363;
}

.rmh-event-single .post-content span, .rmh-event-single .post-content b {
	color: #fcfcfc !important;
}

.rmh-event-single article .post-header .box {
	min-width: 250px;
	padding: 0 10px;
}

.rmh-event-single .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

div.box.right h2:nth-of-type(2){
	font-size:1.4rem;
	margin-top: 15px;
}

.rmh-event-single .wp-block-embed {
	margin-top: 40px;
}


/*---6.WooCommerce---*/

/*WooCommerce Shop*/
.product .nyp-disabled {
	opacity: 0.5;
}

option.attached.enabled {
	color: #636363;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 5px solid #303030;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	padding-left: 0;
}

.product .single_variation_wrap .suggested-text, .wcopc .product-item .single_variation_wrap .suggested-text {
	margin-bottom: 1em;
}


/*WooCommerce products*/
.woocommerce ul.products li.product a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
  }

.woocommerce div.product .woocommerce-tabs .panel p {
padding: 0px 20px;
}

li.entry.content-bg.loop-entry.product {
	border: 2px solid #303030;
	border-radius: 5px;
	background-color: #303030;
}

.woocommerce .products.align-buttons-bottom li.product .product-action-wrap {
	padding-top: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 1rem;
	top: 1rem;
}

.woocommerce ul.products li.product .product-details.content-bg.entry-content-wrap {
	padding: 10px !important;
	margin: 0px;
}

.woocommerce ul.products li.product .price .from {
	color: #fcfcfc;
}

.woocommerce-tabs.wc-tabs-wrapper {
	background-color: #E6E6E6;
}

.woocommerce .products.align-buttons-bottom li.product .product-action-wrap a {
	padding: 6px;
}



/*WooCommerce order*/

.woocommerce-order {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.order-details.widefat.shadow-table, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details, .woocommerce .woocommerce-customer-details address {
	padding:10px;
}

.order-details.widefat.shadow-table, table.order-details tr{
	margin-bottom: 0;
}

.order-details.widefat.shadow-table td {
	padding: 5px;
}

.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details{
	display: flex;
	flex-direction: column;
}

.woocommerce ul.order_details li {
	margin:0;
	padding:0.5em;
	border: none;
}

 .order-details.widefat.shadow-table a, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
    color: #FE0E0E;
 }

.woocommerce table.shop_table {
	width: 100%;
}





/*WoocCommerce donation*/
.wdpgk_donation_content {
	padding: 10px 20px;
	border: 1px solid lightgrey;
	margin-top: 0;
	margin-bottom: 10px;
}

.wdpgk_donation_content .wdpgk_display_option {
	height: 40px;
	width: 140px;
}

.wdpgk_donation_content .button.wdpgk_add_donation{
	width: 160px;
	font-size: 1rem;
}

.wdpgk_display_option.wdpgk_campaign_option{
	display: none;
} 

.wdpgk_donation_content .wdpgk_display_option span {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px;
}

.wdpgk_donation_content .button.wdpgk_add_donation {
	margin-top: 10px;
}

.wdpgk_donation_content h2 {
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.wdpgk_donation_content p{
	font-size:0.8rem;
	margin-bottom: 10px;
}

table.wdpgk_donation_meta {
    display: none;
}

/*WooCommerce Cart*/
a.added_to_cart.wc-forward {
	margin-left: 20px;
}

.kadence-woo-cart-form-wrap {
    margin: 20px auto;
    border: 2px solid #303030;
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #FCFCFC;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
	margin-bottom:0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th, #add_payment_method .cart-collaterals .cart_totals table th {
	width: 100%;
}

.kadence-woo-cart-form-wrap,.kadence-woo-cart-form-wrap h2, .kadence-woo-cart-form-wrap td {
		color:#0f0f0f;
}

.woocommerce-cart table.cart .product-name a, .woocommerce table.shop_table td small{
	color:#0f0f0f;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	margin-bottom: 0;
}

input#coupon_code {
	margin-bottom: 10px;
	background-color:#F7F7F7;
	color: #0f0f0f;
}

.woocommerce table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text {
width: 100%;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    margin-left: 5px;
}

.woocommerce .quantity .qty {
	width:3.5em;
	height: 30px;
}

td.product-quantity {
	min-height: 40px;
}

.woocommerce-cart table.cart .product-name a:hover, .woocommerce-checkout table.cart .product-name a:hover, #add_payment_method table.cart .product-name a:hover {
	color:#f25252;
}

.woocommerce table.cart .product-remove .remove, .woocommerce #content table.cart .product-remove .remove, .woocommerce-page table.cart .product-remove .remove, .woocommerce-page #content table.cart .product-remove .remove {
    height: 24px !important;
		transform: translateY(25px) !important;
}

 .woocommerce table.cart .product-thumbnail img, .woocommerce #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img {
	margin-left:40px;
}

/*woocommerce checkout*/
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	margin: 20px;
}

.woocommerce .woocommerce-checkout .shop_table{
	border: 2px solid #303030;
	background-color:#F7F7F7;
	color:#0F0F0F;
}

form.checkout.woocommerce-checkout {
	padding:20px 20px;
	background-color:#FCFCFC;
}

form.checkout.woocommerce-checkout h3, .woocommerce form .form-row label  {
	color:#0F0F0F;
}

textarea#order_comments {
	min-height: 100px;
}

form.checkout.woocommerce-checkout input, .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	background-color:#F7F7F7;
	color:#0F0F0F;
	font-size:1rem;
}

input[type="text"]::placeholder, textarea::placeholder {
	color: #636363;
}

h3#ship-to-different-address {
	font-size: 1rem;
	padding: 5px;
}

p#mailjet_woo_subscribe_ok_field {
	background-color: #E6E6E6;
    padding: 10px;
    border: 1px solid #303030;
    border-radius: 5px;
}

p#mailjet_woo_subscribe_ok_field label.checkbox {
	line-height: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#F0F0F0;
}

.payment_box.payment_method_ppcp-gateway p {
	background-color:#FCFCFC;
	color: #0F0F0F;
	font-weight: 600;
	font-size: 1rem;
}

 .woocommerce-privacy-policy-text, div#payment a {
	background-color:#FCFCFC;
    color:#303030;
	font-size: 0.8rem;
 }

.buttons-container {
	display:flex;
	justify-content: center;
}

#payment ul.wc_payment_methods li.wc_payment_method>label {
	background-color: #E6E6E6;
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
	background-color: #0079C1;
	border-left: 5px solid #E6E6E6;
}


#payment ul.wc_payment_methods li.wc_payment_method>label:hover {
	opacity:0.8;
}


.Input:-webkit-autofill:not(.p-Input--delayAutofillStyles){
    color: #0F0F0F;
    -webkit-text-fill-color: #0F0F0F !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px,0 0 0 100px rgb(237, 242, 247) inset !important;
}

.Input:-webkit-autofill:hover:not(.p-Input--delayAutofillStyles) {
    color: #0F0F0F;
    -webkit-text-fill-color:#0F0F0F 0 !important;
    box-shadow: #0F0F0F 0px 0px 0px -7px, 0 0 0 100px rgb(237, 242, 247) inset !important;
}

.drawer-toggle .toggle-close-bar {
	background-color: #f7f7f7
}

/*mjwc plugin discount and subscribe*/
p#mjwc_discount_consent_field label.checkbox {
	margin: 0 !important;
	line-height: 1rem !important;
}

.member-discount-notice td::before {
    content: none !important;
    font-weight: 700;
}

div#mjwc-feedback {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

#mailjet_subscribe_checkbox label {
    font-weight: normal !important;
	line-height: 1rem;
}





/*---6.Media Queries---*/

/*Header media query*/
@media screen and (min-width:1025px){
	img.custom-logo{
		margin-top: 10px;
		margin-bottom: 10px
	}
	.site-branding {
		padding: 5px 50px 5px 10px;
	}
}

@media screen and (min-width: 768px) {
	div#mobile-header {
	height: 90px!important;
}
}

@media screen and (min-width: 1025px) {
	.main-navigation .primary-menu-container > ul li.menu-item > a {
		font-size: 1.4rem;
	}
}


/*Slider media query*/
@media only screen and (min-width: 768px) {
	.slider-wrapper .nivo-controlNav .nivo-control {
	display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
	}
}

@media screen and (max-width: 420px) {
	.nivo-control {
		display: none;
	}
}

/*footer media query*/ 
@media only screen and (min-width:1024px) {
	.widget-area .widget-title {
		font-size:20px;
	}
}

/*Venue hire media query*/
@media only screen and (min-width:1024px) {
p.hire-list-category{
	font-size: 1.5rem !important;
}
.hire-page-contact a, .hire-page-contact p{
		font-size: 1.2rem !important;
	}
}


/*Events media query*/
@media screen and (min-width:768px) {
	div.box.right h2:nth-of-type(2){
	font-size:1.4rem;
	}
	.single-event {
		flex-direction: row;
	}
	.rmh-event-single {
		margin: 40px 20px 0 20px;
	}
	.rmh-event-single .post-content {
		padding: 10px 30px
	}
}


/*WooCommerce cart media query*/
@media  screen and (min-width: 719px) {
	.woocommerce table.cart .product-remove .remove, .woocommerce #content table.cart .product-remove .remove, .woocommerce-page table.cart .product-remove .remove, .woocommerce-page #content table.cart .product-remove .remove {
	transform: translateY(0px) !important;
	}	
	.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th, #add_payment_method .cart-collaterals .cart_totals table th {
	width: 35%;
	}
	.woocommerce ul.products li.product a img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: top;
	}
	.kadence-woo-cart-form-wrap {
	margin: 40px auto;
	border: 2px solid #303030;
	border-radius: 5px;
	padding: 20px 40px;
	background-color: #FCFCFC;
	}
	.woocommerce table.cart .product-thumbnail img, .woocommerce #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img {
		margin-left: 0px;
	}
	.wdpgk_donation_content {
		width: 50% !important;
	}
    .kadence-woo-cart-form-wrap .cart-collaterals{
		float:none;
		display:inline-block;
		width:100%;
		font-size:1.1rem;
	}
	.order-details.widefat.shadow-table, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details, .woocommerce .woocommerce-customer-details address {
		margin-bottom: 10px;
		border: 2px solid #303030;
		padding: 20px 20px;
		background-color: #F7F7F7;
		color: #0F0F0F;
		text-align: left;
	}
}

@media screen and (max-width: 719px) {
    .woocommerce table.shop_table .cart-subtotal th, .woocommerce table.shop_table .woocommerce-shipping-totals th, .woocommerce table.shop_table .order-total th {
        display: block;
    }
	.cart_totals th{
		display: none !important;
    }
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th { 
		display: flex;
	}
	.wdpgk_donation_content {
		margin-bottom: 30px !important;
	}
	.woocommerce table.shop_table .cart-subtotal th, .woocommerce table.shop_table .woocommerce-shipping-totals th, .woocommerce table.shop_table .order-total th {
		display: none;
	}
}

@media screen and (min-width: 768px) {
    .woocommerce-cart table.cart th.product-name, .woocommerce-checkout table.cart th.product-name, #add_payment_method table.cart th.product-name {
      position: relative;
	}
	
}

@media screen and (min-width:1024px) {
	.kadence-woo-cart-form-wrap>form {
	padding:0;
	float:none;
	width:100%;
	}
	.woocommerce-cart .button {
		font-size:1.2rem;
	}
		.cart_totals{
		float: right;
    }
}


/*WooCommerce checkout media query*/
@media screen and (min-width:1024px) {
	form.checkout .woocommerce-checkout-review-order{
		width:100%;
		padding:0;
	}
	form.checkout #order_review_heading {
		float: left;
		padding:0;
	}
	form.checkout.woocommerce-checkout {
		padding: 40px 40px;
	}

}

@media screen and (min-width: 720px) {
	h3#ship-to-different-address{
	font-size: 1.2rem;
	}
}

/*mjwc discount and subscribe plugin media query*/
@media screen and (min-width: 719px) {
	.member-discount-notice th{
		font-size: 1rem;
	}
	p#mailjet_subscribe_field {
		font-size: 1rem;
	}
}



