/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


@media (max-width: 768px) {
    .fl-node-9ab5kcn281p0 .fl-row-content {
        max-width: 100% !important;
    }
}

/* Recolour Header & Footer Sections - Archive term-symphony + product-brand-symphony + single product pages with product-brand-symphony + page-id-202 */
body.archive.tax-product_brand.term-symphony,
body.archive.tax-product_brand.product-brand-symphony,
body.product-brand-symphony,
body.page-id-202,
body.fl-theme-builder-part-kitchens-bathrooms-inner-category,
body.fl-theme-builder-part-kitchens-bathrooms-parent-category {
  /* Background recolour */
  .TopBar .fl-row-content-wrap,
  .MenuBar .fl-row-content-wrap .pp-advanced-menu .sub-menu > li > a:hover,
  .MenuBar .fl-row-content-wrap .pp-advanced-menu .sub-menu > li.current-menu-item > a,
  footer .fl-row-content-wrap {
    background-color: #1D1D1D !important;
  }

  /* Text colour inside hovered/current submenu items */
  .MenuBar .fl-row-content-wrap .pp-advanced-menu .sub-menu > li > a:hover .menu-item-text,
  .MenuBar .fl-row-content-wrap .pp-advanced-menu .sub-menu > li.current-menu-item > a {
    color: white !important;
  }

  /* Button text and main menu hover links */
  .MenuBar .fl-row-content-wrap .fl-button-text,
  .MenuBar .fl-row-content-wrap ul#menu-main-menu li a:hover {
    color: #1D1D1D !important;
  }

  /* Button borders and menu toggles */
  .MenuBar .fl-row-content-wrap a.fl-button,
  .MenuBar .fl-row-content-wrap .pp-advanced-menu .pp-menu-toggle:before,
  .MenuBar .fl-row-content-wrap .pp-advanced-menu .pp-menu-toggle:after {
    border-color: #1D1D1D !important;
  }

  /* Mobile hamburger menu recolour */
  .MenuBar .pp-advanced-menu-mobile-toggle .pp-hamburger-inner::before,
  .MenuBar .pp-advanced-menu-mobile-toggle .pp-hamburger-inner::after,
  .MenuBar .pp-advanced-menu-mobile-toggle .pp-hamburger-inner {
    background-color: #1D1D1D !important;
  }

  /* Trade Badge Link/Button */
  .trade-badge {
    background-color: #1D1D1D !important;
    color: white !important;
    text-decoration: none;
    display: inline-block;
  }

  /* Optional: close button style */
  .trade-badge .close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
  }
}




	.sub-menu > li:first-child a {
	  border-top-left-radius: 8px;
	  border-top-right-radius: 8px;
	}

	.sub-menu > li:last-child a {
	  border-bottom-left-radius: 8px;
	  border-bottom-right-radius: 8px;
	}

	ul#menu-main-menu .sub-menu li a:hover{
		color: white !important;
	}
	ul#menu-main-menu li a:hover{
		color: #D91616 !important;
	}

	/* Global Typography Reset / Base */	
	body.woocommerce.fl-full-width .container {
        width: 1700px !important;
		padding-right: 20px;
		padding-left: 20px;
	}
	.container{
		max-width: 100% !important;
	}

	h1, h2, h3, h4{
		letter-spacing: -2px;
	}
	.woocommerce h1, 
	.woocommerce h2, 
	.woocommerce h3, 
	.woocommerce h4{
		letter-spacing: initial !important;
		font-family: "Instrument Sans", sans-serif !important;
	}
	body {
	  font-family: "Instrument Sans", sans-serif !important;
	}
	.fl-builder-content .fl-button i{
		font-size: inherit;
	}

	/* Main Menu */
	.pp-advanced-menu .pp-menu-toggle:before{
		width: 10px !important;
		border-top: 1px solid !important;
		border-color: #D91616 !important;
	}
	.pp-advanced-menu .pp-menu-toggle:after{
		height: 10px !important;
		border-left: 1px solid !important;
		border-color: #D91616 !important;
	}
	/* Ensure parent is positioned relatively */
	.fl-node-q8jayoln6zpw .pp-advanced-menu .pp-menu-toggle {
		/*position: relative;*/
		padding-left: 24px; /* add spacing for arrows */
	}
	/* Arrow Before (horizontal line) */
	.fl-node-q8jayoln6zpw .pp-advanced-menu .pp-menu-toggle:before {
		content: '';
		position: absolute;
		left: 15px;
		top: 50%;
		width: 12px;
		border-top: 3px solid #333;
		transform: translateY(-50%);
		z-index: 1;
	}

	/* Arrow After (vertical line) */
	.fl-node-q8jayoln6zpw .pp-advanced-menu .pp-menu-toggle:after {
		content: '';
		position: absolute;
		left: 20px;
		top: 50%;
		height: 12px;
		border-left: 3px solid #333;
		transform: translateY(-50%);
		z-index: 1;
	}


	/* Smart Slider*/
	div#n2-ss-2 .n-uc-14e32e8671f9b-inner{
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	/* Apply background to container div using :has() */
	.n2-style-0a2799aeae697194440dd65ff1a9a040-heading-active:has(img[alt="next arrow"]) {
	  background-color: #F2EFE9 !important;
	}

	.n2-style-0a2799aeae697194440dd65ff1a9a040-heading-active:has(img[alt="previous arrow"]) {
	  background-color: #D91616 !important;
	}


	/* =========[ Responsive Layout for Widgets for Google Reviews ]========= */

	/* Review cards — let plugin layout handle desktop */
	.LightReviews .wp-gr,
	.DarkReviews .wp-gr {
	  /*width: auto !important;*/
	  max-width: none !important;
	  display: inline-block !important;
	  vertical-align: top;
	  margin: 0 1% 20px 1% !important;
	  box-sizing: border-box;
	}

	/* Tablet: 2 columns */
	@media (max-width: 1024px) {
	  .LightReviews .wp-gr,
	  .DarkReviews .wp-gr {
		width: 48% !important;
		display: inline-block !important;
	  }
	}

	/* Mobile: 1 column */
	@media (max-width: 768px) {
	  .LightReviews .wp-gr,
	  .DarkReviews .wp-gr {
		width: 100% !important;
		display: block !important;
		margin: 0 0 20px 0 !important;
	  }
		.BannerArrow{
			display: none;
		}
		.RMCHidden,
		.SeperatorRMC{
			display: none;
		}
	}


		/* =========[ Common Styling for Light & Dark Themes ]========= */

		/* Inner card styling */
		.wp-gr .grw-review-inner.grw-round {
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		  position: relative;
		  height: auto !important;
		  padding: 20px !important;
		  border-radius: 25px !important;
		  margin: auto !important;
		  text-align: left !important;
		  overflow: hidden;
		  box-sizing: border-box;
		  width: 100% !important;
		}

		/* Typography */
		.wp-google-feedback,
		.wp-gr .wp-google-text,
		.wp-gr.wpac a.wp-google-name {
		  font-family: "Instrument Sans", sans-serif !important;
		  color: #000000 !important;
		  font-weight: 500 !important;
		}

		/* Hide time and avatar */
		div.wp-google-time,
		img.grw-review-avatar,
		.wp-gr .grw-review-inner > svg {
		  display: none !important;
		}

		/* Stars to bottom */
		.wp-google-stars {
		  order: 99;
		  margin-top: auto;
		  align-self: center;
		  text-align: center;
		}


		/* =========[ Light Theme Background ]========= */
		.LightReviews .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
		  background: #FFFFFF !important;
		}


		/* =========[ Dark Theme Styling ]========= */
		.DarkReviews .wp-gr .wp-google-text, 
		.DarkReviews .wp-gr.wpac a.wp-google-name {
		  color: #F2EFE9 !important;
		}

		.DarkReviews .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
		  background: #2A2A2A !important;
		}


		/* =========[ Dot Indicator Styling (if applicable) ]========= */
		.rpi-dot.active.s1 {
		  background-color: #D91616 !important;
		}


	/* Dark - Contact Us */
	.DarkContactUs div.wpforms-container-full .wpforms-field-label-inline, 
	.DarkContactUs .wp-core-ui div.wpforms-container-full .wpforms-field-label-inline{
		color: #FFFFFF;
	}

	/* Get in touch form - Contact us */
	.ContactUs #wpforms-form-109 .choices.wpforms-field-row.wpforms-field-large .choices__inner{
		background-color: #F2EFE9;
	}
	.ContactUs #wpforms-form-109 .choices .choices__list--dropdown{
		background-color: #F2EFE9 !important;
	}

	/* Get in touch form - Homepage */
	input#wpforms-109-field_6_1::before{
		border-color: #D91616 !important;
		box-shadow: none;
	}
	input#wpforms-109-field_6_1.wpforms-valid::after{
		border-color: #D91616 !important;
		box-shadow: none;
	}
	#wpforms-form-109 .wpforms-field{
    	padding-bottom: 0 !important;
	}
	#wpforms-form-109 .choices.wpforms-field-row.wpforms-field-large{
		border-radius: 17px;
		border: none;
		height: 70px;
	}
	#wpforms-form-109 .choices.wpforms-field-row.wpforms-field-large .choices__inner{
		border-radius: 17px;
		height: 70px;
		border: none;
		box-shadow: none !important;
	}
	#wpforms-form-109 .choices .choices__list--dropdown{
		border-radius: 17px;
		box-shadow: none !important;
		border: none;
	}
	#wpforms-form-109 .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
		background-color: #D91616 !important;
	}
	#wpforms-form-109 .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder{
		color: #BDBDBD;
		font-weight: 700;
    	font-size: 14px;
	}
	#wpforms-form-109 .wpforms-container .wpforms-field.wpforms-one-third{
    	margin-left: 10px;
	}


	/* Calculator - Table Styling */
	#standard {
		background: #F2EFE9;
		border-radius: 30px;
		width: 100%;
		margin: auto;
		border-collapse: separate;
		border-spacing: 0;
		padding: 35px;
	}

	/* Table Row Styling */
	#standard tr {
	  border-bottom: 1px solid #eee;
	}

	#standard td {
	  padding: 10px;
	}

	/* Align Labels */
	#standard td:first-child {
		text-align: left;
		font-weight: 700;
		color: black;
		width: 20%;
		font-size: 24px;
		text-transform: capitalize;
	}

	/* Inputs and Selects */
	.custom-select {
	  appearance: none; /* Remove default arrow (cross-browser) */
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background-image: url("https://build.whitbywebsitedesign.co.uk/wp-content/uploads/2025/04/RedArrowCalculator.png");
	  background-repeat: no-repeat;
	  background-position: right 15px center;
	  background-size: 13px;
	}

	#standard select:focus-visible{
		border: none !important;
	}
	#standard input[type="text"],
	#standard select {
		width: 100%;
		padding: 8px;
		font-size: 24px;
		border-radius: 10px;
		box-sizing: border-box;
		background-color: #ffffff;
		color: #C0C0C0;
		font-weight: 700;
		border: none;
	}

	/* Button */
	#standard input[type="button"] {
		background-color: #D91616;
		color: white;
		border: none;
		padding: 14px;
		font-size: 16px;
		font-weight: 700;
		border-radius: 100px;
		cursor: pointer;
		transition: background 0.3s ease;
		width: 100%;
	}

	#standard input[type="button"]:hover {
		background-color: #D91616;
	}

	/* Results Box */
	#coutputslab {
		margin-top: 20px;
		background: #d9161630;
		border-left: 5px solid #D91616;
		padding: 15px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 6px;
		font-size: 14px;
		line-height: 1.6;
		color: #1D1D1D;
		font-weight: 500;
	}

	/* Woocommerce Shop */

	/* WooCommerce Shop - Category */
	header.woocommerce-products-header,
	nav.woocommerce-breadcrumb{
		display: none;
	}
	h2.woocommerce-loop-category__title{
		text-align: left;
		color: #000000;
		font-weight: bold;
		font-size: 16px !important;
	}
	
	/* WooCommerce Shop - Inner Products */
	.logo-image-wrapper {
	  width: 200px; /* or whatever size you want */
	  height: 100px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  overflow: hidden;
	}

	.logo-image {
	  max-width: 100%;
	  max-height: 100%;
	  object-fit: contain;
	}
	p.woocommerce-result-count{
    	color: #1D1D1D;
		font-weight: 500;
    	font-size: 14px;
	}
	h2.woocommerce-loop-product__title{
		text-align: left;
		color: #000000;
		font-weight: bold;
		font-size: 20px !important;
	}
	.woocommerce span.price{
		font-weight: 500 !important;
    	font-size: 14px !important;
		color: #1D1D1D !important;
		text-align: left;
	}
	.woocommerce ul.products li.product .button{
		color: #1D1D1D !important;
		border: 4px solid #1D1D1D !important;
		background: transparent !important; 
		border-radius: 100px !important; 
		padding-top: 13px;
		padding-bottom: 13px;
		padding-right: 35px;
		padding-left: 35px;
		font-weight: bold !important;
		width: 100%;
	}
	.woocommerce nav.woocommerce-pagination ul li a:hover, 
	.woocommerce-page nav.woocommerce-pagination ul li a:hover, 
	.woocommerce nav.woocommerce-pagination ul li span.current, 
	.woocommerce-page nav.woocommerce-pagination ul li span.current{
    	background: #1d1d1d;
	}
	.woocommerce nav.woocommerce-pagination ul li a, 
	.woocommerce nav.woocommerce-pagination ul li span{
		color: #1d1d1d;
	}

	/* Single Product Page */
	.wp-singular h1.product_title.entry-title{
		font-weight: bold !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	section.related.products h2{
		color: #1D1D1D;
		font-weight: bold;
		font-size: 40px;
	}
	section.related.products ul.products.columns-4{
		padding-top: 0 !important; 
	}
	.fl-module-fl-woo-product-description{
    	font-weight: 400;
    	font-size: 14px;
		color: #1D1D1D;
	}
	/* Container - ensure it's wide and flexible */
	.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
		flex-wrap: wrap;
		gap: 2px; /* Optional spacing between thumbs */
		margin: 0;
		padding: 0;
		list-style: none;
	}
	/* Each thumbnail item */
	.woocommerce div.product div.images .flex-control-thumbs li {
		flex: 0 0 120px;    /* Fixed width */
		height: 120px;
		overflow: hidden;
	}
	/* Thumbnail image styling */
	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	




    @media only screen and (min-width: 768px) and (max-width: 1370px){
	.fl-node-q8jayoln6zpw .pp-advanced-menu .menu > li {
        margin-left: 15px;
        margin-right: 15px;
    }
}		
    
    /* Portrait and Landscape */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
		
    	/* Inner Pages */
		span.RespContact{
			display: none !important;
		}
	}

    /* Portrait */
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
    }
    
    /* Landscape */
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    }

    @media only screen and (min-width: 375px) and (max-width: 767px) { 
	  /* Make the button layer full width */
	  #n2-ss-2 .n-uc-1d99943d37fc9 {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	  }


	  /* Override Smart Slider's inner container */
	  #n2-ss-2 .n-uc-1d99943d37fc9 .n2-ss-button-container {
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
	  }

	  /* Make the <a> tag fill the width */
	  #n2-ss-2 .n-uc-1d99943d37fc9 .n2-ss-button-container a {
		width: 100% !important;
		text-align: center !important;
		display: block !important;
	  }
		
		/* Inner Pages */
		span.RespContact{
			display: none !important;
		}		
	
    }
    @media (min-width: 1100px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        width: 1920px !important;
    }
}

@media (max-width: 768px) {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product{
		max-width: initial !important;
	}
	.woocommerce .related h2, .woocommerce-page .related h2, 
	.woocommerce .upsells.products h2, .woocommerce-page .upsells.products h2{
		margin: initial;
    	max-width: initial;
    	margin-bottom: 20px;
	}
  	/* Make the parent container stack children vertically */
	#wpforms-form-913 .wpforms-field-row,
  	#wpforms-form-109 .wpforms-field-row{
    	display: block !important;
  	}		

  	/* Force each field container to full width and block display */
	#wpforms-form-913 .wpforms-one-third,
  	#wpforms-form-109 .wpforms-one-third{
    	width: 100% !important;
    	float: none !important;
    	display: block !important;
    	margin-left: 0 !important;
  	}

  	/* Remove left margin on first fields to avoid offset */
	#wpforms-form-913 .wpforms-one-third.wpforms-first,
  	#wpforms-form-109 .wpforms-one-third.wpforms-first{
    	margin-left: 0 !important;
  	}

  	/* Make inputs full width inside */
	#wpforms-form-913 input[type="text"],
  	#wpforms-form-913 input[type="email"],
  	#wpforms-form-913 input[type="number"],
  	#wpforms-form-109 input[type="text"],
  	#wpforms-form-109 input[type="email"],
  	#wpforms-form-109 input[type="number"] {
    	width: 100% !important;
    	box-sizing: border-box;
  	}

	}
@media (max-width: 768px) {
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
    }
}

.contact-container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
  .contact-item {
    display: flex;
    flex-direction: column;
    min-width: 150px; /* ensures they don’t get too narrow */
  }
  .label {
    font-size: 10px;
  }
  .phone {
    font-size: 16px;
    text-decoration: underline;
  }
  @media (max-width: 600px) {
    .contact-container {
      flex-direction: column;
    }
    .contact-item {
      min-width: auto;
    }
  }








    
    
    
    
    
    
    
    
    
    
    
    
    