/*
Theme Name:   SNN-BRX - Bricks Builder Child Theme
Theme URI:    https://github.com/sinanisler/snn-brx-child-theme
Description:  SNN-BRX Child Theme is a purpose-built essential building suite for agencies and professionals, streamlining your Bricks Builder projects with one powerful child theme.
Author:       sinanisler
Author URI:   https://github.com/sinanisler
Text Domain:  snn
Template:     bricks
Requires at least: 6.9
Version: 0.287
*/

.property-image-manager {
    display: flex;
    gap: 10px;
}
.property-image-item {
    display: flex;
    flex-direction: column;
}

.rs-property-gallery-grid {
    display:flex;
    gap: 10px;
}




.rs-property-gallery-grid button {
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}
.rs-property-gallery-grid button:hover {
 background-color: #c8bc00;
}

.rs-property-gallery-upload-form__button{
    background-color: #f2d215 !important;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 20px;
} 
p.rs-upload-note {
    color: #ddd333;
    font-weight: 300;
    font-size: 14px;
}

.rs-property-gallery-item {
    margin-bottom: 150px;
}
.rs-property-carousel {
    width: 100%;
}

.rs-property-carousel-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.rs-property-carousel-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.rs-property-carousel-slide {
    flex: 0 0 33.3333%;
    padding: 0 8px;
    box-sizing: border-box;
}

.rs-property-carousel-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.rs-carousel-prev,
.rs-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.rs-carousel-prev {
    left: 16px;
}

.rs-carousel-next {
    right: 16px;
}

.rs-property-carousel-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.rs-carousel-thumb {
    width: 86px;
    height: 64px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
    opacity: 0.65;
}

.rs-carousel-thumb.is-active {
    border-color: #111;
    opacity: 1;
}

.rs-carousel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .rs-property-carousel-slide {
        flex-basis: 50%;
    }

    .rs-property-carousel-slide img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .rs-property-carousel-slide {
        flex-basis: 100%;
        padding: 0;
    }

    .rs-property-carousel-slide img {
        height: 300px;
    }

    .rs-carousel-prev {
        left: 10px;
    }

    .rs-carousel-next {
        right: 10px;
    }
}

.rs-property-gallery-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.rs-property-gallery-preview-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 8px;
}

.rs-property-gallery-preview-item img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.rs-property-gallery-preview-item span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
    word-break: break-word;
}

.rs-result-count {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 500;
}

.rs-dashboard-radius-filter {
  margin-bottom: 20px;
}

.rs-radius-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.rs-radius-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rs-radius-field label {
  font-size: 14px;
  font-weight: 600;
}

#rs_location_picker_wrap {
  min-width: 280px;
}

.rs-radius-field select,
.rs-radius-button-wrap button {
  min-height: 44px;
  padding: 8px 46px;
}

.rs-radius-button-wrap button {
  background: #222;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.rs-radius-clear-wrap a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: #fff;
  color: #222;
  border: 1px solid #222;
  text-decoration: none;
}
button.rs-carousel-prev:after {
    content: "<";
    position: absolute;
    left: 12px;
    bottom: 5px
}
button.rs-carousel-next:after {
    content: ">";
    position: absolute;
    left: 12px;
    bottom: 5px
}

.brxe-sziqsj {
	 aspect-ratio: 4/3 !important;
	@media screen and (max-width:768px){
    aspect-ratio: unset !important;
}
} 

#brxe-543221 form.brxe-mdfias.brxe-brf-pro-forms.form-loading {
    opacity: 1 !important;
}

