:root {
  --red: #E02B20;
  --grey: #3b3b3b;
}

.bg-red {
    background-color: var(--red);
}

.bg-grey {
    background-color: var(--grey);
}

@media(min-width: 1024px){
    .home-slider .et_pb_slide_description {
        width: 50%;
        margin-left: 0;
    }
}


#page-container .et_builder_inner_content .top-bar a.et_pb_button {
	color: #fff !important;
}

.realestate-box {
    padding: 10px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.realestate-box-inner {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
}

.realestate-box-inner .image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.realestate-box-inner .image {
    position: relative;
}

.d3-tour {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-content: center;
    padding: 4px;
    background-color: var(--red);
    border-radius: 4px;
}

.d3-tour svg {
    fill: #fff;
    width: 16px;
    margin-right: 4px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-prev::before, .slick-next::before {
    color: #000;
}

.realestate-details .title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 0;
}

.realestate-details .title a {
    color: #000 !important;
}

.realestate-details .title a:hover {
    color: var(--red) !important;
}

.realestate-details {
    padding: 16px;
}

.price-size {
    text-align: center;
}

.price-size span {
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.price-size span.price {
    background-color: var(--red);
}

.rest {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.rest-item {
    width: 33.3%;
    padding: 5px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}

.rest-item .icon svg {
    width: 24px;
    height: 24px;
    margin: auto;
}

.rest-item .label {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.location {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #000;
}

.location svg {
    margin-right: 8px;
}

.single-property-wrapper {
    padding-bottom: 50px;
}

.single-property-header {
    background: #fafafa;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin: 15px 0;
}

.single-property-header h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.meta-box {
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
    font-weight: 700;
    border-radius: 4px;
}

.single-propery-content {
    display: flex;
    column-gap: 15px;
}

.single-propery-main {
    width: 66.6%;
}

.single-propery-sidebar {
    flex: 1;
    
}

.property-specification {
    /* color: #fff; */
    border-radius: 4px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}

.property-specification li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--grey);
    font-size: 14px;
    padding: 10px 0;
}

.property-specification li:last-child {
    border-bottom: 0;
}

.property-specification li .value {
    font-weight: 700;
    color: var(--grey);
    padding-left: 10px;
}

.property-virtual-tour {
    margin-bottom: 30px;
}

.property-virtual-tour #master-container {
    max-width: 100% !important;
    width: 100%;
}

.property-gallery .gallery-wrapper {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
    margin-bottom: 30px;
}

.property-gallery .gallery-wrapper .box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.property-section-title {
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: #fff;
    display: flex;
    align-items: center;
}

.property-section-title h3 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.property-section-title svg {
    fill: #fff;
    width: 24px;
    margin-right: 10px;
}
.kredit-kalkulator,
.property-description {
    margin-bottom: 40px;
}

.property-description .property-section-title svg {
    width: 16px;
}

.realestate-archive-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.realestate-archive-inner .realestate-box {
    width: calc(33.3% - 10px);
}

.realestate-archive {
    width: 100%;
    max-width: 1120px;
    padding: 50px 20px;
    margin: auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.col.col-6 {
    width: calc(50% - 10px);
}

.wpcf7-form .wpcf7-form-control {
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #000;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color:var(--red);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    height: 60px;
    border-color:var(--red);
}

.wpcf7-form-control.wpcf7-textarea {
    min-height: 180px;
    resize: none;
}
.post-type-archive-nekretnine.post-type-archive #et-boc header.et-l .et_pb_row {
    max-width: 100%;
    width: 100%;
}
.post-type-archive-nekretnine.post-type-archive  #et-boc .et-l .et_pb_section {
    padding: 0 !important;
}
body.post-type-archive-nekretnine.post-type-archive #page-container #et-boc .et-l .et_pb_section .et_pb_button_2_tb_header,
body.post-type-archive-nekretnine.post-type-archive #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_header,
body.post-type-archive-nekretnine.post-type-archive #page-container #et-boc .et-l .et_pb_section .et_pb_button_1_tb_header,
body.post-type-archive-nekretnine.post-type-archive #page-container #et-boc .et-l .et_pb_section .et_pb_button_3_tb_header,
body.post-type-archive-nekretnine.post-type-archive #page-container #et-boc .et-l .et_pb_section .et_pb_button_4_tb_header,
.post-type-archive-nekretnine .et-db #et-boc .et-l .et_pb_row .et_pb_button {
	color: #fff !important;
    font-size: 14px !important;
}

.nav-links .page-numbers {
	color: #000 !important;
	display: inline-block;
	padding: 10px;
}

.nav-links .page-numbers.current {
    color: var(--red) !important;
}

.nav-links {
	text-align: center;
}

.archive-wrapper {
    padding: 50px 0;
    text-align: center;
}

.archive-wrapper h1 {
    font-weight: 700;
    color: #000;
    font-size: 48px;
}

.search-form-wrapper {
    width: 100%;
    max-width: 1120px;
    padding: 50px 20px;
    margin: auto;
}
.search-form-wrapper .wpc-filters-widget-wrapper {
    display: flex;
    gap: 10px;
}
.search-form-wrapper .wpc-filters-widget-wrapper > * {
    flex: 1;
}
.search-form-wrapper .wpc-filters-reset-button,
.search-form-wrapper .wpc-edit-filter-set {
    display: none !important;
}
.search-form-wrapper .wpc-filters-submit-button {
    background-color: var(--red) !important;
    padding: 20px 10px;
    width: 100% !important;
    max-height: 50px;
    margin-top: 32px;
}

.search-form-wrapper .wpc-filters-widget-select {
    padding: 10px;
    border-radius: 4px;
}

.search-form-wrapper .wpc-instead-of-posts-found {
    display: none !important;
}
.et_right_sidebar #sidebar {
    float: none;
    padding: 20px 0;
    width: 100%;
}
@media(max-width: 991px){
    .single-propery-content {
        flex-wrap: wrap;
    }

    .single-propery-sidebar,
    .single-propery-main {
        width: 100%;
    }

    .property-description {
        margin-bottom: 50px;
    }

    .meta-box {
        margin-bottom: 10px;
    }

    .property-gallery .gallery-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}

@media(max-width: 768px){
    .realestate-archive-inner .realestate-box {
        width: calc(50% - 10px);
    }

    .search-form-wrapper .wpc-filters-widget-wrapper {
        flex-wrap: wrap;
    }

    .search-form-wrapper .wpc-filters-widget-wrapper > * {
        width: 100%;
        flex: auto;
    }
}

@media(max-width: 560px){
    .realestate-archive-inner .realestate-box {
        width: 100%;
    }
}


