/*
Theme Name: Aretha Property 
Theme URI: dhimasrobbi.com
Description: Theme for Aretha Property
Version: 1.0
Author: dhimasrobbi  
Author URI: http://dhimasrobbi.com
Version: 1.0
License: GNU General Public License v2.0
License URL: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simple, minimal, tumblr, readibility, responsive
Text Domain: read
*/
/* Show it is fixed to the top */
* {
    max-width: 100vw;
}
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
a.navbar-brand {
    color: #c9be8f;
}
.navbar-brand img {
    max-width: 100%;
    max-width: 50px;
}
a img {
    max-width: 100%;
    width: 100%;
}
.navbar.fixed-top,
footer {
    background-color: #1B3B4E;
    color: #fff;
}

 .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
    z-index: 1500;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .bd-mode-toggle {
        margin-bottom: 20px;
    }
}

.bd-mode-toggle .bi {
    width: 1em;
    height: 1em
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important
}
/* Color */
.orange {
    color:rgb(255, 151, 5) !important;
}
.bg-orange {
    background-color:rgb(255, 151, 5) !important;
}
/* Homepage */
#loading-animation {
    background-image: url("assets/img/Circles-menu-3.gif");
    background-position: center center;
    height: 50px;
    margin: auto;
    width: 100%;
    background-repeat: no-repeat;
}

/* Card */
.card {
    overflow: hidden;
    position: relative;
}
.card.shadow-sm:hover {
    box-shadow: 0px 0px 7px rgba(255, 151, 5,0.5) !important;
    transition: all 0.3s;
    border-color: rgb(255, 151, 5);
}
.card.shadow-sm:hover .btn-view {
    border-color: rgb(255, 151, 5);
    background-color: rgb(255, 151, 5);
    color: #fff;
}
a.card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.card-header {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.card-header img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.card-tag {
    position: absolute;
    top: 0;
    padding: 10px;
}
.card-tag .tag {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    margin-right: 4px;
}
.card-title {
    font-size: 16px;
    min-height: 40px;
}
.card-price {
    font-size: 20px;
    font-weight: 600;
}
.property-meta {
    font-size: 14px;
    position: relative;
    z-index: 3;
}

/* Single */
.single-heading a {
    border-radius: 4px;
    overflow: hidden;
}
.single-body {
    position: relative;
}
.single-body .card-tag {
    margin-left: -10px;
}
.single-body p.single-price {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}
.single-body p.single-price small {
    font-size: 14px;
    padding-right: 10px;
    padding-top: 15px;
    position: absolute;
    right: 0;
}
.single-body .property-meta {
    width: 40%;
    display: inline-flex;
}
@media (max-width: 768px) {
    .single-body p.single-price small {
        padding-right: 10px;
        padding-top: 15px;
        position: static;        
        float: left;
        margin-bottom: 10px;
    }   
    .single-body .property-meta {
        width: 40%;
    }
    .acf-gallery img {
        height: auto;
    }
    .acf-thumbnail-gallery {
        width: 100%;
        overflow-x: scroll;
    }
    .acf-thumbnail-gallery a {
        width: 90px;
        margin-right: 5px;
    }
}
.single-body .title {
    font-size: 18px;
    font-weight: 700;
}
.single-body .single-description.collapse:not(.show) {
    display: block;
    max-height: 300px !important;
    overflow: hidden;
    position: relative;
}
.single-body .single-description.collapsing:not(.show) {
    max-height: 300px !important;
}
.single-body .single-description:not(.show)::after {
    background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0) 40%);
    bottom: 0;
    content: "";
    height: 100%;
    max-height: auto;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
[data-bs-theme=dark] .single-body .single-description:not(.show)::after {
    background: linear-gradient(0deg,#212529,hsla(0,0%,100%,0) 40%);
}

.single-body a.more.collapsed:after  {
    content: '+ Tampilkan Semua';
}
.single-body a.more:not(.collapsed):after {
    content: '- Tampilkan Sedikit';
}
.single-overview h4 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
}
.single-meta {
    margin: 15px 0;
}
.icon-wrap {
    display: inline-block;
    padding: 10px 12px;
    background-color: #eee;
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    color: rgb(255, 151, 5);
    width: 44px;
    text-align: center;
}
.meta-wrap {
    font-size: 15px;
    font-weight: 600;
}
.meta-wrap .label {
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
}
@media (max-width: 768px) {
    .single-body .property-meta {
        width: 100%;
    }
    .icon-wrap {
        margin-right: auto;
        float: none;
        text-align: center;
    }
    .single-meta {
        text-align: center;
    }
    .meta-wrap {
        font-size: 13px;
        line-height: 1.3;
    }
    .meta-wrap .label {
        font-size: 13px;
        height: 40px;
        margin-top: 10px;
    }
}
input#salinurl {
    display: inline-block;
    width: 300px;
}
p.label.kliktautan {
    cursor: pointer;
}
p.label.kliktautan:hover {
    color: #000;
}
.profile-wrap {
    text-align: center;
}
.contact-wrap {
    padding: 20px 0;
}

.contact-wrap img {
    max-width: 200px;
    max-height: 200px;
}
.contact-info {
    margin: 20px;
}
.contact-info .bi {
    width: 1em;
    height: 1em;
}

h4.menu-title {
    font-size: 20px;
    border-bottom: 1px solid #dbcb96;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 0.04em;
}
.menu ul {
    padding: 0;
    list-style: none;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}
.footer-logo {
    max-width: 180px;
    margin-bottom: 30px;
}
.float {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 75px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
footer .bi {
    width: 1em;
    height: 1.23em;
}
.footer-bottom {
    padding-bottom: 80px;
}
@media (max-width: 720px) {
    .bd-mode-toggle {
        z-index: 1500;
        margin-bottom: 140px;
    }
}