/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/**---------------- Expand Content Icons ----------------**/

.fa-plus {
	background: #FF8D42;
	border-radius: 3px;
	color: #2D6AA3;
	margin: 0px 10px 6px 0px;
	padding: 4px 8px;
}

.fa-minus {
	background: #FF8D42;
	border-radius: 3px;
	color: #2D6AA3;
	margin: 0px 10px 6px 0px;
	padding: 4px 8px;
}

.fa-plus:hover, .fa-minus:hover {
	background: #2D6AA3;
	color: #FF8D42;
}

/**---------------- Button ----------------**/

.call-back-button, .bdh-button {
	cursor: pointer;
}

/**---------------- Main Banner ----------------**/

.above-form {
	font-size: 24px;
	line-height: 34px;
	margin: 0px;
	text-align: center;
}
.sub-form {
	font-size: 22px;
	margin: 0 0 40px;
	text-align: center;
}
.below-form {
	font-size: 17px;
	text-align: center;	
}
#trustpilot {
	margin-left: 17px;
}

/**---------------- Mobile Benefits Content ----------------**/

.benefits-top {
    color: #f29b16;
    font-size: 20px;
	font-weight: 600;
	margin: 0px;
}
.benefits-para {
    color: #0e3954;
    font-style: italic;
    font-size: 18px;
	font-weight: 700;
	margin: 0 0 13px;
}
.benefits-bullets {
	color: #0e3954;
	font-style: italic;
	font-size: 18px;
	font-weight: 700;
}
.fa-circle-check {
	color: #f29b16;
	font-size: 18px;
	font-weight: 700;
	margin-left:20px;
	margin-right: 10px;
}
.fa-arrow-circle-down {
	color: #f29b16;
	font-weight: 700;
	margin-left: 10px;
}

@media (max-width: 360px) {
  .fa-check-circle {
		margin-left: 0px;
	}
}

/**---------------- WP Forms Spam Filter ----------------**/

.wpforms-container .you-wont-win {
	display: none !important;
}

/**---------------- Banner Form ----------------**/

#wpforms-13370.wpforms-container-full.inline-fields .wpforms-form {
  display: block;
}
#wpforms-13370 {
	overflow: visible !important;
}
#wpforms-13370 .wpforms-field-container {
	display: flex;
	flex-direction: row;
    width: 100%;
}
#wpforms-13370-field_0-container {
	padding: 0px 10px;
	width: 300px;
}
#wpforms-13370-field_1-container {
	padding: 0px 10px;
	width: 300px;
}
#wpforms-13370-field_3-container {
	padding: 0px 10px;
	width: 300px;
}
#wpforms-13370-field_6-container {
	padding: 0px 10px;
	width: 300px;
}
#wpforms-13370-field_5-container {
	padding: 0px;
}
#wpforms-13370 .wpforms-form .choices__placeholder {
    opacity: 1;
}
#wpforms-13370 .wpforms-field.wpforms-field-select-style-classic select {
   -webkit-appearance: menulist;
}
#wpforms-13370 .wpforms-form .wpforms-required-label, #wpforms-13370  .wpforms-form label.wpforms-error {
  color: #ffee9b;
}

#wpforms-13370 .wpforms-submit-container {
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0px auto;
	padding-bottom: 5px;
	text-align: center;
    width: 300px;
    clear: both;
}

#wpforms-13370 .wpforms-form .wpforms-submit {
	color: #fff;
    background: #f29b16;
    border-radius: 20px;
    font-size: 22px;
    margin: 35px auto 0px;
}
#wpforms-13370 .wpforms-form button[type="submit"] {
	border: 0px;
}
#wpforms-13370 .wpforms-form button[type=submit]:hover {
    background-color: #efa537;
}


/**---------------- POP UP Form ----------------**/

#wpforms-14475.wpforms-container-full {
  margin: 10px auto !important;
}

#wpforms-14475 .wpforms-form .wpforms-submit {
	color: #fff;
    background: #f29b16;
    margin: 10px auto;
}
#wpforms-14475 .wpforms-field.wpforms-field-select-style-classic select {
   -webkit-appearance: menulist;
}
#wpforms-14475 .wpforms-form button[type=submit] {
    border: 0px;
}
#wpforms-14475 .wpforms-form button[type=submit]:hover {
    background-color: #efa537;
}


@media only screen and (max-width: 736px) {
#wpforms-14475.wpforms-container-full {
  margin: 0px auto !important;
}
#wpforms-14475 textarea.wpforms-field-small {
display: none;
}
#wpforms-14475 .wpforms-submit-container {
  padding: 0px;
}
#wpforms-14475 .wpforms-form .wpforms-submit {
  margin: 0px auto 10px;
}
}

/**---------------- Sidebar Contact Form ----------------**/


#wpforms-12672 .wpforms-field {
    text-align: left;
}
#wpforms-12672 .wpforms-field-label {
    color: #555;
}
#wpforms-12672 .wpforms-submit-container {
    padding-top: 20px;
    width: 100%;
}
#wpforms-submit-12672 {
    color: #fff;
    background: #f29b16;
    border-radius: 5px;
    font-size: 16px;
    width: 70%;
}
#wpforms-12672 .wpforms-form button[type=submit] {
    border: 0px;
}

/**---------------- Contact Page Form ----------------**/


#wpforms-12604 .wpforms-field-label {
	color: #363636;
	font-weight: 500;
}
#wpforms-submit-12604 {
    color: #FFF;
    background: #f29b16;
}

/**---------------- BDH Start My Claim Form ----------------**/


#wpforms-15181 .wpforms-page-indicator.progress {
  margin: 0  0 10px;
}

#wpforms-15181 .wpforms-page-indicator-page-progress-wrap {
  background-color: #fff;
}

#wpforms-15181-field_12-container .wpforms-field-label, #wpforms-15181-field_15-container .wpforms-field-label, #wpforms-15181-field_13-container .wpforms-field-label, #wpforms-15181-field_17-container .wpforms-field-label, #wpforms-15181-field_19-container .wpforms-field-label {
	color: #363636;
	font-weight: 500;
	margin: 0 0 20px !important;
}

#wpforms-15181 .wpforms-field-label {
	color: #363636;
	font-weight: 500;
	margin: 0 0 6px;
}

#wpforms-15181 .wpforms-form input[type="radio"] {
	margin: 0 15px 0 3px;
  width: 20px;
  height: 20px;
}

#wpforms-15181 .wpforms-field-label-inline {
	color: #363636;
}

#wpforms-15181 .wpforms-page-prev {
  background-color: #2670a4;
  border: none;
	border-radius: 30px 0 0 30px;
  color: #fff;
}

#wpforms-15181.wpforms-container-full {
	border: 1px solid #c1c1c1;
	padding: 20px;
}

#wpforms-15181 .wpforms-page-prev:hover {
  background-color: #32a9ff;
}

#wpforms-15181 .wpforms-page-next {
  background-color: #f29b16;
  border: none;
	border-radius: 0 30px 30px 0;
  color: #fff;
}
#wpforms-15181 .wpforms-page-next:hover {
  background-color: #efa537;
}

#wpforms-15181 .wpforms-submit-container {
    margin-top: 0px;
	  padding: 0 20px 10px 0;
    text-align: center;
    width: 50%;
}
#wpforms-submit-15181 {
    color: #fff;
    background: #f29b16;
    border-radius: 5px;
    width: 100%;
}
#wpforms-15181 .wpforms-form button[type=submit]:hover {
    background-color: #efa537;
}


@media only screen and (max-width: 736px) { 
#wpforms-15181 .wpforms-submit-container {
  padding: 0px;
}
#wpforms-15181 .wpforms-form .wpforms-submit {
  margin: 0px auto 10px;
	width: 100%;
}
}

/**---------------- Mobile Banner Form ----------------**/

#trustpilot-mobile {
	margin-left: 15px;
}

#wpforms-11473 .wpforms-field {
    padding: 5px 0;
}
#wpforms-11473 .wpforms-field-label {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
}
#wpforms-11473 .wpforms-form .choices__placeholder {
    opacity: 1;
}
#wpforms-11473 .wpforms-field.wpforms-field-select-style-classic select {
   -webkit-appearance: menulist;
}
#wpforms-11473 .wpforms-form .wpforms-required-label, #wpforms-11473  .wpforms-form label.wpforms-error {
    color: #ffee9b;
}

#wpforms-11473 .wpforms-submit-container {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#wpforms-submit-11473 {
    color: #FFF;
    background: #f29b16;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}
#wpforms-11473 .wpforms-form button[type=submit] {
    border: 0px;
}


@media only screen and (max-width: 478px) {
  #wpforms-11473 .wpforms-submit-container {
    margin: 20px auto 0;
  }
}

/**---------------- Mobile POP UP Form ----------------**/


#wpforms-14480 .wpforms-field {
    padding: 10px 0;
}
#wpforms-14480 .wpforms-field-label {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
}
#wpforms-14480 .wpforms-form .choices__placeholder {
    opacity: 1;
}
#wpforms-14480 .wpforms-field.wpforms-field-select-style-classic select {
     -webkit-appearance: menulist;
}
#wpforms-14480 .wpforms-form .wpforms-required-label, #wpforms-14480  .wpforms-form label.wpforms-error {
    color: #ffee9b;
}

#wpforms-14480 .wpforms-submit-container {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#wpforms-submit-14480 {
    color: #FFF;
    background: #f29b16;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}
#wpforms-14480 .wpforms-form button[type=submit] {
    border: 0px;
}


/**---------------- Temp Fix For Sticky Header Overflow ----------------**/

html {
overflow-x: hidden;
}

/**---------------- Headings ----------------**/

body h2::after {
  background: #d3d3d3;
	content: "";
  display: block;
  height: 2px;
  margin: 20px auto 10px;
  width: 100%;
}

/**---------------- Table Of Contents New ----------------**/

/* Style the Table Of Contents */
.table-of-contents-new {
  position: relative;
  background-color: #f9f9f9;
  color: inherit;
  cursor: pointer;
  padding: 2px 18px 4px 10px;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color 0.4s, padding 0.4s;
}

/* Text styling */
.table-of-contents-new p {
    color: #363636;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 3px;
    margin-bottom: 0px;
    position: relative;
}

/* Add a background color to the button if it's clicked on (active state) */
.table-of-contents-new.active {
  background-color: #f5f5f5; /* Keep the background color consistent or change to your preference */
  border-bottom: 1px solid #d8d8d8;
}

/* Hover effect */
.table-of-contents-new:hover {
  background-color: #e0e0e0; /* Optional: Slightly darker shade on hover */
}

/* Plus icon */
.table-of-contents-new p::after {
    content: '\25BE'; /* Unicode character for "down-pointing small triangle" */
    position: absolute;
    right: 10px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #363636;
}

/* Minus icon when active */
.table-of-contents-new.active p::after {
    content: '\25B4'; /* Unicode character for "up-pointing small triangle" */
    color: #363636; /* Ensure the color is set to the correct value */
}

/* Style the TOC panel. Note: hidden by default */
.toc-panel {
    background-color: #fafafa;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0; /* Default collapsed state */
}

/* Expanded state */
.toc-panel.expanded {
    /* No fixed height needed; dynamically set by JavaScript */
}

/**---------------- Custom Accordion ----------------**/

/* Style the accordion */
.custom-accordion {
  position: relative; /* Add position: relative */
  background-color: #EFEFEF;
  color: inherit;
  cursor: pointer;
  padding: 15px 18px 10px 18px;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.custom-accordion h2 {
    font-size: 24px;
	margin-top: 3px;
    margin-bottom: 10px;
}
/* Add a background color to the button if it's clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .custom-accordion:hover {
  background-color: #f29b16;
}
.custom-accordion h2::after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    display: inline; /* Override display: block */
    position: absolute; /* Add position: absolute */
    right: 0; /* Align to right */
    top: 50%; /* Center element vertically */
    transform: translateY(-50%); /* Move element up by 50% of its height */
    font-size: 16px;
    color: #444;
    margin: 0 10px 0 5px;
    background: transparent; /* Reset background */
    height: auto; /* Reset height */
    width: auto; /* Reset width */
}

.active h2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    transition: max-height 0.4s ease-out; /* Smooth transition */
    max-height: 0; /* Default collapsed state */
}

/* Expanded state */
.panel.expanded {
    /* No fixed height needed; dynamically set by JavaScript */
}

@media (max-width: 600px) {
	.custom-accordion h2 {
		font-size: 22px;}
	.custom-accordion h2::after {
		font-size: 12px;
  }
}

/*
FAQ Page Links
*/

.faq-pagelinks {
	border-bottom: 2px solid #efefef;
	margin-bottom: 10px;
	padding: 5px 0px;
}

.faq-pagelinks .fa-arrow-circle-right {
	color: #f29b16;
	padding-right: 10px;
}

/*
BDH Compensation Calculator
*/

#bdh-parent {
	background-color: #e5e5e5;
	border: 1px dashed #afafaf;
	border-radius: 10px;
	margin: 30px auto 30px;
}

.bdhform {
	margin: 0 auto;
}


/*
Compensation Amounts
*/

.compensation-amounts {
	background-color: #e5e5e5;
	border: 1px dashed #afafaf;
	border-radius: 10px;
	margin: 30px auto 30px;
}


/*
Table of Contents
*/

#table-of-contents {
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	padding: 30px 15px 20px 18px;
	margin-top: 30px;
}
#table-of-contents p {
	font-size: 17px;
}
#table-of-contents a {
	text-decoration: none;
}
#table-of-contents ul {
  margin-left: 0px;
}


/*
Page Columns
*/

.two-columns {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.two-columns .left-column {
	float: left;
	padding-right: 5px;
	width: 50%;
}
.two-columns .right-column {
	float: right;
	width: 50%;
}


@media (max-width: 478px) {
	#table-of-contents {	
	padding: 30px 15px 20px 15px;
	}
	#table-of-contents ul {
  margin-left: 0px;
	}
	.two-columns .left-column {
	float: none;
	width: 100%;
	}
  .two-columns .right-column {
	float: none;
	width: 100%;
   }
}

/*
Cookie Law 
*/
#cookie-law-info-bar {
padding: 10px 0;
}

#cookie-law-info-bar span {
    font-size: 14px;
}


/*
Placeholder Colours
*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
}