/*
Theme Name: Burnett Design Ltd Child Theme
Theme URI: https://www.neilburnett.co.uk
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
template: bb-theme
*/

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

/* Move Google Captcha badge to left... */ 
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}

.pp-category .pp-category__description_wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fa-brands{
    float:right!important; 
    text-align: right!important;
    margin-left:3px;
}


.headergold h1{
    display:inline-block;
    background:#9f8338;
    text-transform:uppercase;
}

.headergold h1 span{
    padding:10px 15px!important;
}

.nogold h1{
    display:block!important;
    background:none!important;
    text-transform:none!important;
}

.nogold h1 span{
    padding:0px!important;
}

h4, h4, h6{
    text-transform:uppercase;
    color:#fff!important;
}

/* Search Styles */
.searchandfilter ul {
    display: flex!important;
    align-items: center;
    padding: 10px;
    border: none; /* Remove red border */
    width: 100%!important;
    box-sizing: border-box;
}

.searchandfilter li {
    flex-grow: 1;
    padding: 0;
    border: none; /* Remove blue border */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.searchandfilter li label {
    width: 100%;
    color: #fff!important; /* Make label text white */
}

.searchandfilter input[type="text"], .searchandfilter select {
    width: calc(100% - 20px)!important;
    padding: 10px!important;
    box-sizing: border-box;
    border: 1px solid #9f8338!important;
    height: 40px!important;
    background-color: #757783!important;
    color: #fff!important; /* Make input and select text white */
    font-size: 14px!important; /* Set font size to 14px */
    font-family: 'YourDefaultFont', sans-serif!important; /* Set to your default font */
}

.searchandfilter select {
    padding-right: 30px!important; /* Add extra padding to prevent text cropping */
}

.searchandfilter input[type="text"]::placeholder {
    color: #fff!important; /* Make placeholder text white */
}

.searchandfilter input[type="text"]::-webkit-input-placeholder {
    color: #fff!important; /* WebKit browsers */
}

.searchandfilter input[type="text"]::-moz-placeholder {
    color: #fff!important; /* Mozilla Firefox 19+ */
}

.searchandfilter input[type="text"]:-ms-input-placeholder {
    color: #fff!important; /* Internet Explorer 10+ */
}

.searchandfilter input[type="text"]:-moz-placeholder {
    color: #fff!important; /* Mozilla Firefox 18- */
}

.searchandfilter input[type="submit"] {
    width: calc(100% - 20px)!important;
    padding: 10px!important;
    box-sizing: border-box;
    border: 1px solid #9f8338!important;
    background-color: #9f8338!important; /* Set background color for the Filter button */
    cursor: pointer;
    height: 40px!important;
    color: #dadada!important; /* Make Filter button text white */
    font-size: 14px!important; /* Set font size to 14px */
    font-family: 'YourDefaultFont', sans-serif!important; /* Set to your default font */
}

.searchandfilter input:hover, .searchandfilter select:hover{
    background-color:#dadada!important;
}

.searchandfilter input[type="submit"]:hover{
    background-color:#303236!important;
}

/*End of Search Styles*/

/*Button Styles*/
.fl-button {
    background-color: rgba(0, 0, 0, 0.3)!important;

}

.grecaptcha-badge:hover {
width: 256px !important;
}

.fl-page-content {
    background-color:rgba(37, 39, 43, 0)!important
}

.fl-page {
    background: url('/wp-content/themes/bb-theme-child/images/gold.png') repeat-y;  /* Repeat the pixel image vertically */
    background-position: 97% center;
}


/* Slideshow font style*/
.slideshowheadline span{
    background-color: #9f8338; /* Set your background color */
    line-height: 1.65!important; /* Adjust line-height as needed */
    box-decoration-break: clone; /* This ensures the background color extends across lines */
    -webkit-box-decoration-break: clone; /* For Safari and older browsers */
    padding: 5px 8px; /* Adjust padding as needed */
}

.breadcrumb{
    background-color:rgba(0, 0, 0, 0);
}

/* Product Attributes */
.repeater-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.repeater-item {
  flex: 0 0 48%; /* Adjusts the width to slightly less than 50% to account for gaps */
  border-bottom: 1px solid #9f8338;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}

.repeater-item img {
  margin-right: 20px;
}

.repeater-text {
  display: flex;
  flex-direction: column;
}

/* For mobile devices */
@media (max-width: 768px) {
    .repeater-item {
  flex: 0 0 100%; /* Adjusts the width to slightly less than 50% to account for gaps */
  border-bottom: 1px solid #9f8338;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}

  .repeater-item img {
    width: 50%; /* Sets the width to 50% of the container */
    height: 60%; /* Sets the height to be the same as the width, making it square */
  }

  .repeater-text {
    width: 50%; /* Sets the text block width to 50% of the container */
  }
}

/* End Product Attributes */


.homecategories h4{
    min-height:50px;
}

/*---------------------------Contact 7 styles----------------------------------*/

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea{
    border-radius:0px!important;
} 
.cf-container  label{width:100%}
.fl-page input[type=submit]{padding:10px 25px;}*/

/*End Contact form Layout*/



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	/*.fl-menu {
    background-color:#35495e;*/
}
	
}