.standard-padding{
	padding: 6% 0 !important;
}

.col.container{
	margin-left: auto !important;
	margin-right: auto !important;
}

.col.container > .column_container{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#listing-header {
    background-color: #021741;
    position: relative;
    padding-bottom: 0;
}

#listing-header:before {
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

#listing-header:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position-x: center !important;
    background-position-y: calc(100% + 2px) !important;
    background-size: contain !important;
}

.listing-head-content {
    width: 45%;
    background-color: #FFF;
    box-shadow: 0 2px 18px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 20;
    top: 100px;
    padding: 4%;
    min-width: 460px;
}

#single-listing-content h1 {
    font-size: 35px;
    line-height: 1.2;
    color: #021741;
}

.listing-price {
    color: #bb8b6a;
    font-size: 39px;
    font-weight: 700;
}

.ber-rating {
    color: #FFF;
    margin-top: 50px;
}

.ber-label {
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    background-color: #000;
    padding: 0 9px 0 5px;
    display: inline-block;
}

.ber-rating span:last-child {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    padding: 0 9px;
    display: inline-block;
}

.listing-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 50px;
}

.listing-summary > div {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 1;
}

.listing-summary img {
    max-width: 30px;
}

.area sup {
    font-size: .7em;
}

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

.head-btns a {
    width: calc(50% - 10px) !important;
    text-align: center;
    display: block;
    background-color: #021741;
    color: #FFF;
    padding: 10px;
    margin: 0 !important;
}

.allbtns{
	transition: .3s ease;
}

.allbtns:hover{
	opacity: 0.87;
}

.brown-gradient-btn {
    background: linear-gradient(90deg, #a6724f, #e4be9f);
}
body .tabbed[data-style*=vertical] .wpb_tabs_nav li:first-child {
	margin-top: 20px;
}
#explore{
/*	margin-top: 100px;*/
}

#property-details {
    background-color: #fafafa;
}

#property-details .property-details-tabs,
#explore .property-details-tabs {
    display: flex;
}

#property-details .property-details-tabs > div,
#explore .property-details-tabs > div{
	width: 100%;
}

#property-details .wpb_tabs_nav,
#explore .wpb_tabs_nav {
    background: linear-gradient(45deg, #021741, #036070);
    height: 100%;
    width: 30%;
    padding: 50px !important;
}

#property-details .wpb_tabs_nav:before {
    content: 'Property Details';
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
}

#property-details .wpb_tab.ui-tabs-panel,
#explore .wpb_tab.ui-tabs-panel{
	width: 70%;
}

#property-details .wpb_tabs_nav a,
#explore .wpb_tabs_nav a  {
    background-color: transparent !important;
    color: #FFF;
    border-left: 2px solid transparent;
    transition: .3s ease;
    font-size: 20px !important;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

#property-details .wpb_tabs_nav .active-tab a {
    border-left-color: #FFF;
}

#explore .wpb_tabs_nav:before {
    content: 'Explore the Property';
    color: #021741;
    font-size: 28px;
    font-weight: 700;
}

#explore .wpb_tabs_nav {
    background: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#explore .wpb_tabs_nav a {
    color: #000;
    padding-left: 0;
    border-left: none;
    transition: .3s ease;
    font-weight: 400;
}
#explore .wpb_tabs_nav .active-tab a {
    font-weight: 700;
}

#tab-video iframe,
#tab-map iframe,
#tab-street-view iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.wpb_tab h3 {
    font-size: 24px;
    line-height: 1.3;
}

#property-details {
    background-color: #fafafa;
}

#Contact .enquire-form > div {
    padding: 50px !important;
}

#similar-properties h2 {
    color: #08365d;
}

#similar-properties .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#similar-properties .section-heading a,
#similar-properties a.mobile-view-btn {
    color: #282828;
    font-size: 20px;
    line-height: 1;
}

#similar-properties .section-heading a i,
#similar-properties a.mobile-view-btn i  {
    border: 1px solid #b3b3b3;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 25px;
    margin-left: 5px;
}

.similar-properties-container {
    display: flex;
    gap: 50px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.similar-properties-container .similar-property {
    width: 100%;
}

.similar-properties-container .similar-property .sp-img {
    position: relative;
}

.similar-properties-container .similar-property img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.sp-listing-type {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    line-height: 1;
    background-color: #026070;
    padding: 7px 15px;
}

#similar-properties h5 {
    font-weight: 700;
    color: #08365d;
}

.sp-price {
    font-size: 22px;
    font-weight: 700;
    color: #e3bc9d;
}

.sp-summary {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0px 20px;
}

a.mobile-view-btn {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

#cta .vc_row.inner_row > .col > div > .vc_column-inner {
    padding: 6% 0;
}

#instagram {
    padding: 6% 0 !important;
}

.instagram-heading {
    padding-left: 8%;
    padding-right: 8%;
}

@media (min-width: 1000px){
    #Contact > .col > div:first-child {
        padding-right: 50px !important;
    }

    #property-details {
        padding-bottom: calc(6% + 100px) !important;
    }

    #similar-properties {
        padding-top: 0 !important;
    }

    #instagram {
        padding-bottom: 0 !important;
    }

    .similar-properties-container .similar-property {
        width: calc(33.33% - 34px);
    }

    a.mobile-view-btn{
        display: none;
    }
}

@media (max-width: 999px){
	#listing-header:before {
	    width: 100%;
	}

	.listing-head-content {
	    margin-left: auto;
	    margin-right: auto;
	}

	#explore .wpb_tabs_nav,
	#property-details .wpb_tabs_nav{
	    display: none;
	}

	#property-details .wpb_tab.ui-tabs-panel, #explore .wpb_tab.ui-tabs-panel {
	    width: 100%;
	    visibility: visible !important;
	    opacity: 1 !important;
	    display: block;
	    float: none !important;
	    position: initial;
	}

	#property-details .wpb_tab.ui-tabs-panel:not(:last-child), #explore .wpb_tab.ui-tabs-panel:not(:last-child) {
	    margin-bottom: 50px;
	}

    #similar-properties .section-heading a{
        display: none;
    }

}

@media (max-width: 690px){
	.listing-head-content {
	    min-width: auto;
	    width: 100%;
	    padding: 20px;
	}

	.head-btns a {
	    width: 100% !important;
	    min-width: auto !important;
	}

	.standard-padding{
		padding: 50px 0 !important;
	}

    #cta > .col {
        padding: 0 !important;
    }

    #cta .vc_row.inner_row > .col > div > .vc_column-inner {
        padding: 50px 20px !important;
    }

    #instagram {
        padding: 50px 0 !important;
    }
}

@media (max-width: 479px){
	.listing-summary > div {
	    width: 100%;
	}
}


/*Social share modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 320px;
    position: relative;
}

.modal-close {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    right: -18px;
    line-height: 1;
    background-color: #FFF;
    padding: 5px 11px;
    box-shadow: 0 0 10px #000;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#social-share-modal h4 {
    text-align: center;
    margin-bottom: 20px;
}

#social-share-modal ul {
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#social-share-modal ul li {
    list-style: none;
}

#social-share-modal ul li a {
    font-size: 30px;
    padding: 0 5px;
}

@media (max-width: 479px){
    .modal-content {
        margin: 30% auto;
        max-width: 280px;
    }

    #social-share-modal ul {
        gap: 10px;
    }
}
