:root {
    --color-accent: #FCCE00;
    --color-accent-secondary: #354255;
    --color-heading: #223148;
    --color-2: #6d707d;
    --color-3: #9ea0a8;
    --color-4: #cecfd4;
    --color-5: #ffffff;
    --color-bg: #ffffff;
    --color-bg-4: #F1F4F9;
    --container-width: 1170px
}

:root {
    --color-1: var(--color-accent-secondary);
    --color-link: var(--color-accent-secondary);
    --color-bg-2: var(--color-accent-secondary);
    --color-link-hover: var(--color-accent);
    --color-link-visited: var(--color-3);
    --color-bg-3: var(--color-accent);
    --color-btn: var(--color-5);
    --color-btn-bg: var(--color-bg-3);
    --color-btn-bg-2: var(--color-bg-2);
}

.property-template-default .post.property {
    margin-bottom: 30px;
    position: relative;
}
.property-template-default .post.property > .featured-image-wrapper{
    position: relative;
}
.property-template-default .post.property .entry-header {
    padding-top: 0;
    margin: 0 0 15px;
}
.property-template-default .post.property .entry-meta {
    margin: 0 -7px;
    padding: 0;
    padding-left: 7px;
}
.property-template-default .post.property .entry-header {
    padding: 10px 0 0px;
    position: static;
}
.property-template-default .post.property .entry-title::before,
.post-wrapper .post .entry-title:before {
    display: none;
}
.post.property .entry-content p {
    margin-top: 0;
    margin-bottom: 20px
}
.property-template-default .post.property .entry-header {
    padding-top: 0;
    margin-top: 0;
}
.property-template-default .post.property .entry-meta {
    margin: 0 -5px;
}
.property-template-default .post.property .entry-meta > div {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.property-template-default .post.property .cat-links {
    display: block;
    position: relative;
}
.property-template-default .post.property .post-cat-list a:not(.related-post-section .post .post-cat-list a) {
    background: var(--color-accent);
    color: var(--color-5);
    padding: 8px 15px;
    margin: 0 1px 4px 0;
}
.property-template-default .post.property .cat-links a:first-child {
    margin-left: 0;
}
.property-template-default .post.property .entry-title {
    font-size: 26px;
}
.property-template-default .post.property .property-location {
    margin-bottom: 15px;
}
.property-template-default .post.property .posted-on {
    display: inline-block;
}
.property-template-default .post.property .posted-on {
    background: var(--color-accent);
    line-height: 1;
    display: inline-block;
    width: auto;
    padding: 9px 7px;
    color: var(--color-5);
    margin: 0;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: -5px;
    font-weight: 700;
    z-index: 9;
}
.property-template-default .post.property .posted-on::before {
    position: absolute;
    display: block;
    content: "";
    border-left: 5px solid var(--color-accent);
    border-top: 5px solid rgba(0, 0, 0, 0);
    top: 0;
    right: -5px;
}
.property-template-default .post.property .posted-on a {
    display: inline-block;
    top: -1px;
    position: relative;
}
.property-template-default .post.property .posted-on a {
    color: var(--color-5);
    font-weight: 600;
}
.property a,
.agent-detail-section a {
    text-decoration: none;
}
.cre-blog-post ins.property-current-price {
    text-decoration: none;
    background: none;
}
.property li,
.agent-detail-section li{
    list-style: none;
}
.property-template-default .post.property .entry-content,
.property-template-default .post.property .property-address-wrap,
.property-template-default .post.property .property-meta,
.property-template-default .property-gallery,
.property-template-default .property-feature-detail,
.property-template-default .floor-plan-section,
.property-template-default .post.property .property-meta.entry-meta {
    margin-bottom: 20px;
}
.property-template-default .post.property .entry-content {
    padding-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.property-template-default .post.property h4,
.property-template-default .related-post-section h4 {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
}

.property-template-default .post.property h4::before,
.property-template-default .related-post-section h4:before {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 22px;
    background: var(--color-accent);
    left: 0;
    top: 3px;
}
.property-template-default .post.property .property-address-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F3F3F3;
    padding: 15px 0 0;
}
.property-template-default .post.property .property-address-wrap ul li {
    width: 33.3333%;
    padding: 0 15px;
    margin: 0 0 20px;
}
.property-template-default .post.property .property-address-wrap .property-address-heading {
    font-weight: 600;
    text-transform: capitalize;
}
.property-template-default .post.property .property-address-wrap ul li a,
.property-template-default .post.property .property-address-wrap ul li span {
    text-transform: capitalize;
}
.property-template-default .post.property  .property-meta .meta-wrapper {
    width: 19.5% !important;
    border-bottom: none;
    margin: 10px 0 10px;
    padding-left: 0;
    text-align: center;
    background: #F3F3F3;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.property-template-default .post.property .property-meta .meta-wrapper .meta-icon {
    position: static;
    display: block;
    margin-bottom: 8px;
}
.property-template-default .post.property .entry-meta > div {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.property-template-default .post.property .entry-meta > * {
    display: inline-block;
    line-height: 1;
}
.property-template-default .post.property .entry-meta h4 {
    display: block;
}
.post.property .featured-image {
    margin-bottom: 15px;
}
.post.property  > .featured-image-wrapper span {
    position: absolute;
    top: 8px;
    right: -5px;
    z-index: 99;
    padding: 4px 5px;
    color: var(--color-bg);
    background: var(--color-accent);
    font-size: 16px;
}
.post.property  > .featured-image-wrapper span::before {
    position: absolute;
    display: block;
    content: "";
    border-top: 5px solid rgba(0,0,0,0.5);
    border-right: 5px solid rgba(0, 0, 0, 0);
    bottom: -5px;
    right: 0;
}
.cre-blog-post .container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%
}
.cre-blog-post .post.property h4,
.cre-blog-post .entry-content p,
.cre-blog-post .post.property ul ,
.cre-blog-post .post.property .slick-slider,
.cre-blog-post .post.property .energy-performance,
.cre-blog-post .post.property .accordion-item-wrap,
.cre-blog-post .post.property .row,
.cre-blog-post .agent-detail-section .author-name,
.video-container{
    max-width: 100% !important;
}
.cre-blog-post .post.property .row{
    margin: 0 -15px;
    width: 100%;
}
.cre-blog-post .post.property ul,
.cre-blog-post .agent-detail-section ul{
    padding: 0
}
.cre-blog-post .post.property a:hover{
    -webkit-text-decoration-style: none;
            text-decoration-style: none;
}
.property-template-default .post.property .property-other-detail ul,
.property-template-default .post.property .property-feature-detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F3F3F3;
    padding: 5px 0;
}
.property-template-default .post.property .property-other-detail ul li,
.property-template-default .post.property .property-feature-detail ul li {
    width: 33.3333%;
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.property-template-default .post.property .property-other-detail .other-detail-heading {
    font-weight: 600;
    text-transform: capitalize;
}
.property-template-default .post.property .property-feature-detail ul li {
    font-weight: 600;
    list-style: inside disc;
}
.property-template-default .energy-performance-wrap ul.energy-details {
    border: 2px solid #00845A;
    background-color: var(--color-bg);
}
.property-template-default .energy-performance-wrap ul.energy-details li {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    list-style: none;
    font-size: 18px;
}
.property-template-default .energy-performance-wrap ul.energy-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px 0 0;
}
.property-template-default .energy-performance-wrap ul.energy-class li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: var(--color-5);
    padding: 8px 10px;
    position: relative;
}
.property-template-default .energy-performance-wrap ul.energy-class li.current span {
    position: absolute;
    bottom: 29px;
    height: 0;
    width: 0;
    left: calc(50% - 12px);
    border: 12px solid transparent;
    content: "";
    border-top-color: #00845A;
}
.property-template-default .accordion-item {
    margin-bottom: 5px;
    position: relative;
}
.property-template-default .accordion-icon {
    height: 30px;
    width: 30px;
    background: var(--color-link-hover);
    position: absolute;
    border-radius: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    right: 7px;
    top: 11px;
}
.property-template-default .accordion-item-wrap .accordion-item .accordion-icon::before {
    height: 12px;
    width: 12px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    display: block;
    content: "";
    position: absolute;
    z-index: 99;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.property-template-default .accordion-item-wrap .accordion-item.current .accordion-icon::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 8px;
}
.property-template-default .accordion-item-wrap a.toggle {
    width: 100%;
    display: block;
    background: #F3F3F3;
    padding: 15px 35px 15px 15px;
    font-size: 17px;
    min-height: 58px;
}
.property-template-default .accordion-item-wrap a.toggle:hover,
.property-template-default .accordion-item-wrap .accordion-item.current a.toggle {
    background: rgba(0,0,0,0.86) !important;
    color: var(--color-5);
}
.property-template-default .accordion-content {
    display: none;
    margin-top: 5px;
}
.property-template-default .floor-plan-item-detail-wrap {
    background: #F3F3F3;
    padding: 12px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-template-default .floor-plan-item-detail-wrap ul {
    width: 82%;
    width: calc(100% - 215px);
    width: -webkit-calc(100% - 215px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property-template-default .floor-plan-item-detail-wrap ul li {
    width: 20%;
    padding-right: 7px;
    margin: 0;
}
.property-template-default .floor-plan-heading {
    font-weight: 600;
}
.property-template-default .video-heading {
    display: block;
}
iframe {
    width: 100%;
}
.property-template-default .contact-agent-info-wrap,
.agent-template-default .contact-agent-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property-template-default .contact-agent-info-wrap > div,
.agent-template-default .contact-agent-info-wrap > div {
    position: relative;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.property-template-default .contact-agent-info,
.agent-template-default .contact-agent-info {
    min-width: 73%;
    min-width: calc(100% - 300px);
    min-width: -webkit-calc(100% - 300px);
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-agent-form {
    min-width: 300px;
    padding-left: 15px;
}
.property-template-default .contact-agent-info .author-image {
    width: 200px;
}
.property-template-default .contact-agent-info-content {
    width: 76%;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    padding-left: 20px;
}
.property-template-default .author-name {
    text-transform: capitalize;
    font-size: 20px;
}
.property-template-default .post.property .contact-agent-info-content ul {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.property-template-default .contact-agent-info-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property-template-default .contact-agent-heading {
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 7px;
}
.property-template-default .contact-agent-text {
    padding-left: 7px;
}
.property-template-default .box-button {
    background: var(--color-btn-bg);
    color: var(--color-btn);
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    padding: 9px 23px 9px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    border: 1px solid var(--color-btn-bg);
    font-weight: 400;
}
.property-template-default .box-button:hover {
    background: #28303D;
}
form label {
    text-transform: capitalize;
    font-weight: 600;
}
.contact-agent-form .wpcf7-form input,
.contact-agent-form .wpcf7-form textarea {
    padding: 10px 18px;
    background: var(--color-bg);
    border: 1px solid var(--color-4);
    margin: 0;
    border-radius: 0;
}
.contact-agent-form .wpcf7-form input {
    height: 41px;
    width: 100%;
}
.contact-agent-form .wpcf7-form input[type="submit"] {
    font-size: 16px;
    padding: 7px 10px;
    color: var(--color-4);
    border-radius: 100px;
}
.contact-agent-form .wpcf7-form input[type="submit"]:hover {
    color: #fff ;
    background: #333;
}
.contact-agent-info .author-image img {
    height: auto !important;
}
.property-template-default .slick-prev:hover,
.property-template-default .slick-prev:focus,
.property-template-default .slick-next:hover,
.property-template-default .slick-next:focus{
    background: #FFD200
}
.property-template-default .slick-arrow {
    background: var(--color-accent);
    height: 30px;
    width: 35px;
    top: -36px;
    color: var(--color-5);
}
.property-template-default .property-gallery-slider .slick-arrow {
    top: 15px;
    z-index: 9;
}
.property-template-default .slick-prev {
    left: auto;
    right: 50px;
}
.property-template-default .slick-prev::before,
.property-template-default .slick-next::before {
    opacity: 1;
    color: #BFBEC3;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
}
.property-template-default .slick-prev::before {
    /*content: "\f104";*/
    height: 12px;
    width: 12px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    display: block;
    content: "";
    position: absolute;
    z-index: 99;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.property-template-default .slick-next {
    right: 15px;
}
.property-template-default .slick-next::before {
    /*content: "\f105";*/
    height: 12px;
    width: 12px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    display: block;
    content: "";
    position: absolute;
    z-index: 99;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.property-template-default .related-post-section .post .post-detail-wrap,
.post-wrapper .post .post-detail-wrap {
    position: relative;
    padding: 30px 14px 0;
}
.property-template-default .related-post-section .post .entry-title ,
.post-wrapper .post .entry-title {
    font-size: 20px;
}
.property-template-default .related-post-section .post.property .entry-content {
    padding-bottom: 5px;
    margin: 0
}
.property-template-default .related-post-section .post .property-meta.entry-meta,
.post-wrapper .post .property-meta.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -1px;
    padding-left: 0;
}
.property-template-default .related-post-section .post .property-meta .meta-wrapper,
.post-wrapper .post .property-meta .meta-wrapper {
    width: 40% !important;
    width: calc(50% - 30px) !important;
    width: -webkit-calc(50% - 30px);
    padding: 20px 0;
    border-bottom: 1px solid var(--color-4) !important;
    margin: 0 15px;
    padding-left: 33px;
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    background: none;
    text-align: left;
}
.property-template-default .related-post-section .post.property .property-meta .meta-wrapper .meta-icon,
.post-wrapper .post.property .property-meta .meta-wrapper .meta-icon {
    position: absolute;
    left: 0;
    top: 9px;
}
.property-template-default .related-post-section .post.property .featured-image {
    margin-bottom: 0;
}
.property-template-default .related-post-section .post-tags-wrap,
.post-wrapper .post-tags-wrap {
    position: absolute;
    top: -5px;
    line-height: 0
}
.property-template-default .related-post-section .post-tags,
.post-wrapper .post-tags {
    background: var(--color-accent);
    line-height: 1;
    display: inline-block;
    width: auto;
    padding: 9px 7px;
    color: var(--color-5);
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    margin-right: 12px;
    font-weight: 600;
    z-index: 9;
}
.property-template-default .related-post-section .post .property-meta.entry-meta > div {
    margin-bottom: 0;
}
.property-template-default .related-post-section .post-tags::before,
.post-wrapper .post-tags::before {
    position: absolute;
    display: block;
    content: "";
    border-left: 5px solid var(--color-accent);
    border-top: 5px solid rgba(0, 0, 0, 0);
    top: 0;
    right: -5px;
}
.property-meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    margin: 0 -15px;
    padding-left: 30px;
    background: var(--color-bg-4);
    border: 1px solid var(--color-4);
    margin-bottom: 5px;
    margin-top: -2px;
    position: relative;
}
.property-meta-info {
    line-height: 1.2;
}
.property-meta-info::before {
    position: absolute;
    display: block;
    content: "";
    background: var(--color-accent);
    height: 5px;
    width: 100%;
    bottom: -1px;
    left: -1px;
    border-left: 1px solid var(--color-4);
    border-right: 1px solid var(--color-4);
}
.property-meta-info > div {
    border-right: 1px solid var(--color-4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    color: var(--color-link);
}
.property-meta-info > div.properties-price {
    min-width: 80%;
    min-width: calc(100% - 60px);
    min-width: -webkit-calc(100% - 60px);
    text-align: left;
    padding: 15px 0;
    padding-left: 0px;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.property-meta-info > div:last-child {
    border-right: none;
}
.share-section {
    position: relative;
    z-index: 999
}
.property-meta-info > div > a {
    min-width: 50px;
    text-align: center;
    padding: 15px;
    display: block;
    padding-bottom: 20px;
}
.share-section .social-links ul{
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
            transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: var(--color-bg-2) none repeat scroll 0 0;
    margin: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 999;
    text-align: center;
    width: 100%;
    right: 0;
}
.share-section:hover .social-links,
.share-section:focus ul,
.share-section:focus-within ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.block-social-icons ul {
    margin: 0;
}
.block-social-icons ul li {
    border: none;
    padding: 0;
    display: block;
    margin: 0;
}
.block-social-icons ul li a {
    color: var(--color-5);
    display: block;
    padding: 10px;
    text-transform: inherit;
}
.social-links ul li a::before {
    font-family: "Font Awesome 5 Brands";
    font-size: 14px;
    display: inline-block;
    z-index: 9;
    position: relative;
    top: 1px;
}
.block-social-icons ul li a:hover {
    color: var(--color-1);
    background: var(--color-bg-4);
}
.assistive-text, .screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.property-meta-info > div > a:hover {
    background: var(--color-bg-3);
    color: var(--color-5);
}

.social-links ul li a[href*="facebook.com"]::before {
    content: "\f39e";
}
.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099";
}
.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}
.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}
.social-links ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}
.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}
.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}
.social-links ul li a[href*="news.ycombinator.com"]::before {
    content: "\f1d4";
}
.social-links ul li a[href*="vk.com"]::before {
    content: "\f189";
}
.social-links ul li a[href*="t.me"]::before {
    content: "\f2c6";
}
.post.property  .entry-meta .share-section {
    float: right;
    padding: 15px;
    border-left: 1px solid var(--color-4);
    padding-bottom: 10px;
}
.post.property .entry-content p {
    font-size: 16px;
}
.agent-detail-section .contact-agent-info .author-image {
    width: 50%;
    padding-right: 15px;
}
.agent-detail-section .contact-agent-info-content {
    width: 50%;
    padding-left: 15px;
}
.agent-detail-section .contact-agent-info-content ul {
    border-bottom: none;
}
.agent-detail-section .author-name,
.social-links h3,
.post-wrapper h3 {
    margin-bottom: 0;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 4px
}
.agent-detail-section .entry-content p {
    margin-top: 0;
}
.inline-social-icons li{
    display: inline-block;
    margin: 0 5px 8px;
    padding: 0;
}
.inline-social-icons li:first-child{
    margin-left: 0;
}
.inline-social-icons li a {
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    display: inline-block;
    font-size: 0px;
    text-align: center;
    text-transform: uppercase;
}
.agent-detail-section .inline-social-icons li a {
    height: 50px;
    width: 50px;
    background: #223148;
    padding: 13px 0 0;
}
.agent-detail-section .inline-social-icons li a:hover {
    background: var(--color-accent);
}
.agent-detail-section .post-wrapper .post{
    border: 1px solid;
    border-color: rgba(104,139,154,0.3);
    padding: 5px;
    padding-bottom: 0
}
.post-wrapper .entry-header {
    margin: 0;
    margin-bottom: 0px;
    padding: 0 !important;
}
.post-wrapper .entry-content {
    margin: 0;
}
.post-wrapper .post.property .featured-image {
    margin-bottom: 0;
}
.featured-image-wrapper {
    position: relative;
}
.properties-price {
    font-size: 16px;
}
.post-wrapper .post {
    margin-bottom: 30px;
}

.cre-blog-post .content-area article.post,
.cre-blog-post .content-area article.post .post-detail-wrap .entry-header,
.cre-blog-post .content-area article.post .post-detail-wrap .entry-content{
    padding: 0;
    height: auto;
    margin: 0 0 15px 0;
}
.cre-blog-post .content-area .site-main .post-thumbnail .wp-post-image,
.cre-blog-post .content-area .site-main .post-thumbnail {
    padding: 0;
    height: auto;
    margin: 0;
}
.other-detail-info,
.floor-plan-info,
.property-address-info {
    font-size: 15px;
}
.property-address-wrap li.address-map a{
    background: var(--color-accent);
    color: var(--color-5);
    padding: 8px 15px;
    margin: 0 1px 4px 0;
    display: inline-block;
    font-size: 16px;
}
.agent-template-default .site-content,
.property-template-default .site-content,
.cre-blog-post .site-content {
    overflow: inherit;
}
.post-wrapper .property-meta-info,
.related-post-section .property-meta-info {
    margin-bottom: 0;
}
.single-post-wrapper .entry-header .entry-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: var(--color-accent);
}
.single-post-wrapper .entry-header .entry-price .cre-price-postfix {
    font-size: 13px;
    line-height: 0.8;
}
.property-meta .meta-wrapper .meta-icon {
    height: 20px;
    width: 20px;
    margin: 0 auto;
}
.post-item-wrapper .post .entry-meta>div, .latest-news-section .post .entry-meta>div, #primary .post .entry-meta>div, .post .entry-meta>div {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.property-meta .meta-wrapper .meta-icon img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (max-width: 991px) {
    .floor-plan-item-detail-wrap ul li {
        text-align: center;
    }
    .floor-plan-heading {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .property-template-default .post.property .entry-meta h4,
    .property-template-default .post.property h4,
    .property-template-default .related-post-section h4 {
        font-size: 20px;
    }
    .property-template-default .post.property .property-address-wrap .property-address-heading,
    .property-template-default .post.property .property-other-detail .other-detail-heading {
        font-size: 18px;
    }
    .property-template-default .post.property .property-meta.single-property-section .meta-wrapper {
        width: 32.8% !important;
    }
    .contact-agent-info-content p,
    .contact-agent-info-content ul li,
    .property-template-default .post.property .property-feature-detail ul li {
        font-size: 16px;
    }
    .contact-agent-form {
        padding-top: 0;
    }
    form label {
        font-size: 16px;
    }
    .post-detail-wrap .property-meta-info {
        margin-bottom: 0;
    }


}


@media only screen and (max-width: 768px) {
    .property-template-default .post.property .property-location {
        font-size: 16px;
    }
    .property-template-default .post.property .property-address-wrap ul li {
        width: 50%;
        margin: 0 0 15px;
    }
    .property-template-default .post.property .property-meta.single-property-section .meta-wrapper{
        width: 32% !important;
    }
    .property-template-default .post.property .property-other-detail ul li,
    .property-template-default .post.property .property-feature-detail ul li {
        width: 50%;
    }
    .property-template-default .floor-plan-item-detail-wrap ul {
        width: 100%;
    }
    .property-template-default .floor-plan-item-detail-wrap ul li {
        width: 25%;
    }
    .property-template-default .contact-agent-info, .agent-template-default .contact-agent-info,.contact-agent-form {
        width: 100%;
    }
    .property-template-default .contact-agent-info-wrap {
        display: block;
    }
    .contact-agent-form {
        padding-left: 0;
        padding-top: 20px;
    }


}


@media only screen and (max-width: 576px) {

    .property-template-default .floor-plan-item-detail-wrap ul li {
        width: 50%;
    }
    .property-template-default .contact-agent-info, .agent-template-default .contact-agent-info {
        display: block;
        padding-right: 0;
    }
    .property-template-default .contact-agent-info-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    form label,
    .property-template-default .box-button {
        font-size: 16px;
    }
    .property-template-default .post.property .property-other-detail ul li,
    .property-template-default .post.property .property-feature-detail ul li {
        width: 100%;
    }


}


@media only screen and (max-width: 479px) {
    .property-template-default .post.property .entry-title {
        font-size: 22px;
    }

    .property-template-default .post.property .property-address-wrap ul li {
        width: 100%;
        margin: 0 0 10px;
    }

    .property-template-default .post.property .property-meta.single-property-section .meta-wrapper {
        width: 49% !important;
        margin: 5px 0;
    }

    .property-template-default .post.property .property-address-wrap .property-address-heading,
    .property-template-default .post.property .property-other-detail .other-detail-heading {
        font-size: 16px;
    }

    .floor-plan-heading {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 1.2;
    }

    .property-template-default .floor-plan-item-detail-wrap ul li {
        margin-bottom: 7px;
    }

    .property-template-default .floor-plan-item-detail-wrap {
        padding-bottom: 5px;
    }

    .contact-agent-form {
        min-width: 100%;
    }

    .property-template-default .related-post-section .post .property-meta .meta-wrapper,
    .post-wrapper .post .property-meta .meta-wrapper {
        width: 100% !important;

    }
}