/*
 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
*/

header .header-nav ul li a[aria-current="page"] {
  font-weight: 700 !important;
}

@media (max-width: 478px) {
  header nav ul.brx-nav-nested-items {
    opacity: 1 !important;
    visibility: visible !important;
    left: -100%;
    transition: all 0.3s ease-in-out;
  }
  header nav ul.brx-nav-nested-items li.menu-item {
    min-width: 100%;
  }
}


header nav.brx-open ul.brx-nav-nested-items {
  left: 0;
   opacity: 1 !important;
  visibility: visible !important;
}



header nav ul.brx-nav-nested-items li.menu-item a {
  justify-content: flex-start;
  min-width: fit-content;
}

.brxe-form .form-group.file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brxe-form .form-group.file input {
  position: absolute;
}

.brxe-form .form-group.file .file-result {
  order: 2;
}

.brxe-form .form-group.file .file-result.show {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  padding: 16px 24px;
  color: #161616;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.brxe-form .form-group.file .file-result.show button {
  visibility: hidden;
}

.brxe-form .form-group.file .file-result.show button.bricks-button.remove:after {
    content: "X";
    visibility: visible;
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    font-family: sans-serif;
}


.brxe-form .form-group.file .choose-files {
  line-height: normal;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  order: 1;
  margin-bottom: 16px;
  width: 100%;
	text-align: left;
}

.brxe-form .form-group.file .choose-files .file-count {
	position: absolute;
	right: 0;
}

@media (max-width: 767px) {
	.brxe-form .form-group.file .choose-files .file-count {
		font-size: 12px;
	}
}

.brxe-form .form-group.file .choose-files::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("/wp-content/uploads/2025/10/attach-pin.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}