/* CSS-file with custom styles - don't delete this file and this rule!!! */
.custom_rule { color: inherit; }

.uranus.tparrows{
    display: none;
}
.property_price_box a{
    color: #fff;
}
.property_price_box a:hover{
    color: #fff;
}
.mt-20{
    margin-top: 20px;
}
.post_info_wrap{
    display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.sc_parallax{
    position: relative;
}
.sc_parallax::before{
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.pt-0{
    padding-top: 0px !important;
}
.left-image{
    width: 100% !important;
}
.border-bottom{
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important
}
.pb-0{
    padding-bottom: 0px;
}
.text-center{
    text-align: center;
}
.mb-5{
    margin-bottom: 100px;
}
.margin_top_small ul li{
    font-size: 20px;
}
.open{
    display: none;
}
.sc_property_image img{
    width: 368px;
    height: 246px;
    object-fit: cover;
}
.mb-2{
    margin-bottom: 20px;
}
.box-column ul{
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}
.box-column li{
    padding-left: 3px;
    padding-right: 3px;
    color:  #e44328;
}
.mt-0{
    margin-top: 0px ;
}
.mb-0{
    margin-bottom: 0px;
}
h1{
    color: #e44328;
    font-size: 30px !important;
    font-weight: 700 !important;
}
ul{
    padding-left: 0px;
}
.mb-3{
    margin-bottom: 30px !important;
}
.comment_container img{
    height: fit-content;
}
#comment-50, #comment-49, #comment-48, #comment-47 {
    display: flex;
}
.comment-text ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}
.comment-text{
    padding-left: 25px;
}
.meta{
    margin-bottom: 10px;
}
.pt-2{
    padding-top: 20px;
}
#review_form_wrapper{
    width: 100%;
    padding-left: 0;
}
#review_form{
    border: 1px solid var(--ast-border-color);
    padding: 1.67em;
}
#review_form #respond{
    padding: 20px;
    zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    background: transparent none;
    border: 1px solid #000;
}
#review_form #respond::before, #review_form #respond::after{
    content: ' ';
    display: table;
}
.comment-reply-title{
    font-size: 1.34rem;
    line-height: 1.3;
    font-weight: 500
}
#reviews #review_form #respond p {
    margin: 2px 0 6px;
}
#reviews .comment-form-rating{
    display: flex;
    vertical-align: middle;
    margin: 15px 0;
}
#reviews .comment-form-rating label{
    font-size: 1.2em;
    font-weight: 500;
    padding-right: .5em;
}
#reviews #review_form #respond .stars{
    margin: 0;
}
#reviews #review_form #respond p{
    margin: 2px 0 6px;
}
#reviews #review_form #respond #comment{
    height: 90px;
}
#review_form #respond textarea{
    box-sizing: border-box;
    width: 100%;
}   
#reviews #review_form #respond p.comment-form-author{
    margin-bottom: 1em;
}
#reviews #review_form #respond p.comment-form-email{
    margin-bottom: 1em;
}
#reviews .comment-form-cookies-consent{
    clear: both;
}
#reviews #review_form input{
    max-width: 100%;
}
#review_form #respond .form-submit input{
    left: auto;
}