@font-face {
  font-family: "ETmodules";
  src: url(https://budgetselfstorage.co/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.eot);
  src: url(https://budgetselfstorage.co/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.eot?#iefix)
      format("embedded-opentype"),
    url(https://budgetselfstorage.co/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.woff)
      format("woff"),
    url(https://budgetselfstorage.co/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.ttf)
      format("truetype"),
    url(https://budgetselfstorage.co/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.svg#ETmodules)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.header {
  display: flex;
  margin-bottom: 2rem;
  padding: 1rem 0;
  box-shadow: 0 4px 24px 0 rgba(103, 151, 255, 0.1),
    0 12px 64px 0 rgba(103, 151, 255, 0.1);
}
.header-col {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header-col {
    justify-content: flex-end;
  }
}
.slider-label {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .btn-filter {
    display: none;
  }
}
.unit-card {
  border: none;
  padding: 0.5rem 0;
}
.label {
  color: #8c8c8c;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.unit-size {
  font-weight: bold;
  font-size: 24px;
}
.square-footage {
  font-weight: bold;
  font-size: 18px;
  color: #ec6120;
}
.unit-price {
  font-size: 18px;
}
.filter-wrap {
  background: #fff;
}
.sticky-top {
  background: #fff;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; /* Adjust the size of the thumb */
  height: 20px;
  border-radius: 50%;
  background: #ec6120; /* Your custom color */
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ec6120; /* Your custom color */
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ec6120; /* Your custom color */
  cursor: pointer;
}
.buttons {
  display: flex;
}
.btn {
  margin-right: 1rem;
  font-weight: bold;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background: #ec6120;
  border-color: #ec6120;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #d25c02;
  border-color: #d25c02;
}
/* .btn-success,
.btn-success:link,
.btn-success:visited {
  background: #2ecc71;
  border-color: #2ecc71;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #2ecc71;
  border-color: #2ecc71;
} */

#main-footer {
  background-color: #222222;
  margin-top: 4rem;
}
#main-footer .container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
#main-footer #footer-info {
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}
.et-social-icons {
  float: right;
}
@media (max-width: 980px) {
  .et-social-icons {
    float: none;
    text-align: center;
  }
}
.et-social-icon a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  color: #666;
  text-decoration: none;
}
.et-social-facebook a.icon:before,
.et-social-instagram a.icon:before {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

.et-social-facebook a.icon:before {
  content: "\e093";
}
.et-social-instagram a.icon:before {
  content: "\e09a";
}


/* ===== Blog Grid: 2-column layout override ===== */
.et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    float: none !important;
    width: 100% !important;
    overflow: visible !important;
}
.et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column {
    display: contents !important;
    float: none !important;
    width: auto !important;
}
.et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .et_pb_post {
    margin: 0 0 20px !important;
    width: 100% !important;
    float: none !important;
}
