/* 2021.07.30 - New post template - Listings Post */
.listings-post__listings-featured {
    border-bottom: 4px solid #E9E9E9;
}

.listings-post__listing,
.listings-post__listing--featured {
    margin-top: 16px;
}

.listings-post__sort {
    margin-top: 32px;
}

.listings-post__listing,
.listings-post__listing--featured {
    margin-bottom: 0;
}

.listings-post__title {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.listings-post__suburb {
    color: #231F20;
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-top: 4px;
    text-transform: uppercase;
}

.author p {
    font-size: 17px !important;
}

.listings-post__featured {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: -16px;
}

.listings-post__description p, 
.listings-content {
    color: #333333;
    margin-bottom: 16px;
}

.listings-post__description p {
    padding-right: 24px;
}

.listings-post__media iframe,
.listings-post__media img {
    /*height: 530px !important;
    object-fit: cover;
    width: 324px !important;*/
}

.listings-post__button {
    text-align: center;
    width: 100%;
}

.listings-post__disclaimer {
    color: #231F20;
    font-family: 'Graphik';
    font-size: 14px;
    line-height: 21px;
}

.listings-post__sort {
    color: #000000;
    font-size: 14px;
    margin-bottom: 64px;
}

.listings-post__sort span {
    font-weight: 700;
}

.listings-post__dropdown--checkbox {
    display: inline-block;
    position: relative;
}

.listings-post__dropdown--checkbox.filter,
.listings-post__dropdown--checkbox.sort {
    width: 100%
}
  
.listings-post__dropdown--checkbox .anchor {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0 8px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
  
.listings-post__dropdown--checkbox .anchor:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    content: '';
    padding: 5px;
    position: absolute;
    right: 26px;
    top: 10px;
    transform: rotate(-135deg);
}
  
.listings-post__dropdown--checkbox.visible .anchor:after {
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    right: 26px;
    top: 16px;
    transform: rotate(-315deg);
}
  
.listings-post__dropdown--checkbox ul.items {
    
    display: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 2px 0;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 1px);
    z-index: 110;
}
  
.listings-post__dropdown--checkbox ul.items li {
    list-style: none;
}

.listings-post__dropdown--checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: space-between;
    padding: 6px 0px;
    position: relative;
    user-select: none;
}

.listings-post__dropdown--checkbox label input {
    cursor: pointer;
    opacity: 0;
}

.listings-post__dropdown--checkbox label .checkmark {
    background-color: #FFFFFF;
    height: 25px;
    position: relative;
    width: 25px;
}

.listings-post__dropdown--checkbox label:hover input ~ .checkmark {
    
}

.listings-post__dropdown--checkbox label input:checked ~ .checkmark {
    background-color: #FFFFFF;
}

.listings-post__dropdown--checkbox label .checkmark:after {
    content: '';
    display: none;
    position: absolute;
}

.listings-post__dropdown--checkbox label input:checked ~ .checkmark:after {
    display: block;
}

.listings-post__dropdown--checkbox.filter label .checkmark:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: solid #808080;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 9px;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
}

.listings-post__dropdown--checkbox.sort label .checkmark:after {
    background-color: #808080;
    height: 15px;
    left: 5px;
    top: 5px;
    width: 15px;
}
  
.listings-post__dropdown--checkbox.visible .items { 
    display: block;
}

.listings-post__sort--closer {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.mr-5 {
    margin-right: 2rem;
}

.listings-post__sort--closer.open {
    display: block;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.flex-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto;
}

.mr-3 {
    margin-right: 16px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mt-2 {
    margin-top: 8px;
}

.listings-content {
    margin-top: 16px;
}
  
.listings-post__button {
    color: #000000;
    cursor: pointer;
    font-size: medium;
    font-weight: 700;
    text-decoration: underline;
}
  
.listings-post__links {
    display: flex;
    font-size: 15px;
    font-weight: normal;
    margin-top: 16px;
    text-transform: uppercase;
}

.listings-post__links a, .listings-content a, .listings-post__description a {
    color: #000; text-decoration: none; font-family: 'Graphik';
}

.listings-post__listings .grid-block {margin-bottom: 40px;}
.listings-post__listings .grid-block:last-child {margin-bottom: 0; font-weight: normal !important;}

.listings-post__links span {
    margin-left: 8px;
    margin-right: 8px;
}
  
.text-center {
    text-align: center;
}

.listings-post__featured {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}


.listings-post__miss a {
    
}

.listings-post--border {
    height: 2px;
    
    margin-bottom: 16px;
    margin-top: 16px;
    width: 48px;
}