/*
Theme Name: PWD Custom Impreza Child
Template: Impreza
Version: 1.0
Author:	PWD
Theme URI: https://pwd.com.au/
Author URI: https://pwd.com.au/
*/

/*Add your own styles here:*/

.w-filter-item.type_checkbox .w-filter-item-title,
.w-filter-item.has_value .w-filter-item-reset {
  display: none !important;
}
.category_filter_wrapper label {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.category_filter_wrapper input[type="checkbox"] {
  background-color: transparent;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  position: relative;
}
.category_filter_wrapper label .w-filter-item-value-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
.category_filter_wrapper input[type="checkbox"]:checked {
  background-color: #0092d0;
  color: #fff;
}
.category_filter_wrapper input[type="checkbox"]:checked::before {
  /* content: "✔";  */
  content: "";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-result-count {
  text-align: right;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.search-control-wrapper input {
  background-color: #f2f2f2;
  height: 32px !important;
  font-size: 15px;
  font-weight: 300px;
  line-height: 26%;
}

.search-control-wrapper.w-search.layout_simple .w-btn {
  background: #003768 !important;
  color: #fff;
  right: 0;
  height: 100%;
}

.search-control-wrapper.w-search.layout_simple .w-btn:hover,
.search-control-wrapper.w-search.layout_simple .w-btn:active,
.search-control-wrapper.w-search.layout_simple .w-btn:focus {
  background: #0092d0 !important;
}

.pagination .nav-links {
  gap: 15px;
}

.pagination .page-numbers.dots {
  width: 0;
  min-width: 0 !important;
  padding: 0;
  align-items: end;
  font-size: 36px;
  color: #999999 !important;
}
.pagination .page-numbers {
  width: 57.59px;
  height: 58px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  border-color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.current {
  font-weight: 600;
  border-color: #000000;
}

.us_custom_d017584e {
  width: 100% !important;
  padding: 1rem !important;
  background: var(--color-header-middle-text-hover) !important;
}
.us_custom_ccd7264d {
  color: #ffffff !important;
  font-size: 1rem !important;
  letter-spacing: 0.4rem !important;
  font-family: var(--h1-font-family) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.woocommerce > .woocommerce-MyAccount-navigation {
  width: 18%;
}
.woocommerce > .woocommerce-MyAccount-content {
  width: 80%;
}

.wpb_text_column .wpb_wrapper ul {
  padding-left: 20px;
  padding-top: 8px;
}
.woocommerce-MyAccount-navigation-link {
  font-family: "Epilogue";
  font-weight: 500;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: -0.5%;
  margin-bottom: 25px;
}
.custom-form-heading {
  font-family: "Epilogue";
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.5%;
  margin-bottom: 48px;
}
.woocommerce .form-row-email {
  float: left;
  width: 48%;
}
.woocommerce .form-row-mobile {
  float: left;
  width: 48%;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-row {
  width: 100%;
  margin-bottom: 10px;
}

.form-row-first,
.form-row-last {
  width: 48%;
}

.form-section label {
  display: block;
  margin-bottom: 5px;
}

.form-section input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button.woocommerce-Button {
  background: #002e5d;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

button.woocommerce-Button:hover {
  background: #004080;
}

label[for="billing_state"].loading:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: 10px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 10px;
  /* justify-content: end; */
}
.woocommerce .shop_table thead th {
  text-align: left;
}

.form-container {
  max-width: 100%;
  margin: 20px auto;
}
.form-container .form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-container .form-group div {
  width: 48%;
}
.form-container label {
  font-weight: bold;
  color: #002d5a;
  display: block;
  margin-bottom: 5px;
}
.form-container input,
.form-container select {
  width: 100%;
  padding: 10px;
  height: 32px;
  border: none;
  background: #f4f4f4;
  border-radius: 5px;
}
.form-container input:focus,
.form-container input:active,
.form-container select {
  background: #f4f4f4;
}
.form-container .submit-btn {
  background-color: #002d5a;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.loading-spinner {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #0092d0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wp-core-ui .button,
.wp-core-ui .button-secondary,
.button.insert-media.add_media {
  color: #2271b1 !important;
}

.form-group.mb-4 {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin: 0 0 3px;
  padding: 0;
}

.acf-fields > .acf-field {
  border: none !important;
}

.form-group {
  max-width: 1008px;
}

.pagination-container-search,
.pagination-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination-container-search .page-numbers,
.pagination-container-search .next.page-numbers,
.pagination-container .page-numbers,
.pagination-container .next.page-numbers {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
  color: #336699;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 16px;
  border-radius: 4px;
}

.pagination-container .page-numbers:hover,
.pagination-container .next.page-numbers:hover {
  border-color: #000;
  color: #000;
}

.pagination-container-search .page-numbers:hover,
.pagination-container-search .next.page-numbers:hover {
  border-color: #000;
  color: #000;
}

.pagination-container .page-numbers.current,
.pagination-container-search .page-numbers.current {
  font-weight: bold;
  border-color: #000;
  background-color: transparent;
}

div[data-name="posted_by"] {
  display: none;
}

.test {
  padding: 300px 20px 200px 20px;
  text-align: center;
  max-width: 1024px;
  margin: auto !important;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.set_new_passwd_form_wrapper {
  max-width: 500px;
  margin: 0 auto;
}

/* Events List Page CSS */
.content-container {
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-heading-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: linear-gradient(
    90deg,
    rgba(0, 58, 109, 1) 0%,
    rgba(0, 146, 208, 1) 100%
  ) !important;
}
.page-heading-section .content-container {
  min-height: 12.5rem !important;
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.page-heading-section h1 {
  font-family: "Epilogue", sans-serif;
  font-weight: 500;
  line-height: 0.85;
  position: relative;
  top: 150px;
}

.events-section {
  padding-top: 81px;
  padding-bottom: 80px;
}

.events-section .events-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(to right, #005baa, #0077c0);
  color: #fff;
  padding: 20px;
}

.events-section .event-month {
  margin: 30px 0 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  padding-left: 52px;
  height: 44px;
}
.events-section .event-month h3 {
  font-weight: 600;
  color: #003768;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
}
.events-section .event-card {
  display: flex;
  background: #fff;
  margin-bottom: 25px;
  padding-top: 54px;
  padding-bottom: 56px;
  border-bottom: 1px solid #858585;
}
.events-section .event-date {
  background: #0077c0;
  color: white;
  padding: 20px;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 118px;
  height: 118px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
}
.events-section .event-day {
  font-weight: 300;
}
/* .events-section .event-number {

}  
.events-section .event-month-small {

} */
.events-section .event-info {
  flex: 1;
  padding: 0px 20px 20px 20px;
}
.events-section .event-info h2 {
  margin: 0 0 5px;
  font-size: 36px;
  font-weight: 400;
}
.events-section .event-desc {
  margin: 5px 0;
  font-size: 18px;
  color: #1d1d1d;
  max-width: 668px;
  font-weight: 300;
}
.events-section .event-location {
  margin: 5px 0;
  font-size: 18px;
  color: #003768;
  font-weight: 600;
}
.events-section .event-time {
  margin: 5px 0;
  font-size: 18px;
  color: #003768;
  font-weight: 600;
}
.events-section .view-btn {
  margin-top: 20px;
}
.events-section .event-image img {
  width: 783px;
  height: 100%;
  object-fit: cover;
}

.events-section .pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.events-section .page {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0056b3;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
}

.events-section .page:hover {
  background-color: #f0f0f0;
  border-color: #aaa;
}

.events-section .page.active {
  font-weight: 600;
}

/* MISC CSS */
.single.single-product .woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  margin: 1.5rem 0 1.5rem !important;
}

/*
.single-product.logged-in .nonlogged-user{
	display: none !important;
}

body:not(.logged-in) #logged-user {
    display: none !important;
}
*/

/* Account Detail Page */
.member-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.info-block,
.address-block {
  flex: 1 1 300px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.info-block label,
.address-block label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.account-details a {
  color: #007bff;
  text-decoration: none;
}

.account-details .services {
  margin-bottom: 30px;
}

.member-info .services table {
  width: 100%;
  border-collapse: collapse;
}

.account-details .services th,
.services td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.account-details iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .woocommerce > .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce > .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.at_center .button-right .w-text {
  position: absolute;
  z-index: -1;
  left: 10px;
  width: fit-content;
  font-family: var(--h1-font-family);
  font-size: 1rem;
  line-height: 1 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0.3em;
  padding: 0.8em 3em;
  background: var(--color-header-top-bg);
  color: var(--color-header-middle-bg) !important;
  top: 7px;
  transition: 0.3s;
}

.page-id-4755 .gform_wrapper input[type="text"],
.page-id-4755 .gform_wrapper input[type="email"],
.page-id-4755 .gform_wrapper input[type="tel"],
.page-id-4755 .gform_wrapper select,
.page-id-4755 .gform_wrapper textarea {
  padding: 0px 10px !important;
}

@media only screen and (max-width: 600px) {
  section#userregistartion {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

/* ajax search result html layout css */

/* Search Results Grid */
#search-results {
  margin-top: 20px;
}

/* Grid Layout */
.inf-search-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card Style */
.inf-search-card {
  background: #0192d0; /* blue like screenshot */
  text-align: center;
  padding: 60px 20px;
  border-radius: 4px;
  transition: background 0.25s ease, transform 0.25s ease;
}

/* Hover effect */
.inf-search-card:hover {
  background: #003768 !important;
  /* transform: translateY(-4px); */
}

/* Card Link */
.inf-card-link {
  display: block;
  text-decoration: none;
}

.inf-card-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

/* No Result */
.no-results {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  font-style: italic;
}

/* tablet optimization */
@media (max-width: 1024px) {
  .inf-search-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Mobile optimization */
@media (max-width: 520px) {
  .inf-search-card {
    padding: 40px 20px;
  }
  .inf-card-title {
    font-size: 18px;
  }
  .inf-search-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.hide-element {
  display: none !important;
}

.custom-search-container.w-hwrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.custom-search-container.w-hwrapper .w-html {
  width: 100%;
}
.custom-search-container input#site-search {
  background: #f2f2f2;
  width: -webkit-fill-available;
  height: 44px;
  border-radius: 0 !important;
}

#search-results .inf-search-card {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

#search-results .inf-search-card .w-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}

#search-results .inf-search-card:hover .w-btn-wrapper {
  opacity: 1;
}


.acf-form .acf-field-6926ccf317d53 {
    display: none !important;
}

.single-job #custom-posted-by-job-template {
    display: none !important;
}