.blurred-wrap{
    font-family: Gt;
}
#container #content{
    max-width: none;
    width: 100%;
    margin: 0 auto;

}
#container {
    max-width: none;
    background: #fff;
    position: relative;
}
.single-property #container.whiteContainer {
    background: #fff;
    color: #676767;
}
.propertyTop {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    border-top: 2px solid rgba(255,255,255,.25);
    padding: 30px 0;
}
.propertyTop .propertyIntro h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    font-family: Plaak;
}
.under-offer {
    display: inline-block;
    background-color: #fc500c;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.propertyTop .propertyIntro .propertyInfo {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    list-style: none;
    padding: 30px 0;
    margin: 30px 0 0;
    border-top: 2px solid rgba(255,255,255,.25);
}
.propertyTop .propertyIntro .propertyInfo li {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}
.propertyInfo li span::before{
    color: #888;
    line-height: 15px;
    height: 13px;
    width: 15px;
    margin-right: 5px;
    font-size: 14px;
    background-color: transparent;
}
.propertyTop .propertyIntro .buttons {
    display: grid;
    gap: 10px;
    width: 100%;
}
.propertyTop .propertyIntro .button {
    background: #fc500c;
    color: #fff;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    transition: all .3s ease-in-out;
    justify-content: space-between;
    align-items: center;
}
.propertyTop .propertyIntro .button:hover {
    background: #fff;
    color: #000;
}
.photoGallery {
    height: 100%;
}
.photoGallery .gallery {
    width: 100%;
    height: 100%;
}
.photoGallery .flex-prev{
    top: 50%;
    left: 0;
    background: url(/app/themes/htc/public/build/assets/left_arrow-BwHDhzHK.svg) no-repeat center/12px rgba(0,0,0,.25);
}
.photoGallery .flex-next {
    top: 50%;
    right: 0;
    background: url(/app/themes/htc/public/build/assets/right_arrow-JfgTRsmp.svg) no-repeat center/12px rgba(0,0,0,.25);
}
.photoGallery .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 50;
    font-size: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 0 !important;
    outline: none;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flexslider{
    border: 0;
}
#carousel.thumbnails{
    display: none;
}
.flexslider .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{
    opacity: 1;
}
.photoGallery .flexslider .slides img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    height: 100%;
}
.photoGallery .flex-direction-nav a::before {
    display: none;
}
.photoGallery .flex-direction-nav a{
    text-indent: -9999px;
    display: block;
    font-size: 0px;
}
.photoGallery .flex-next:hover, .photoGallery .flex-prev:hover{
    background-color: rgba(0,0,0,.75);
}
.photoGallery .flexslider:hover .flex-direction-nav .flex-next {
    right: 0px;
}
.photoGallery .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0px;
}
.custom-heading-wrapper {
  	width: 50%;
}
.subNav {
  	width: 50%;
	display: flex;
  	flex-direction: column;
}
.subNav .buttons li {
	font-size: unset !important;
}
.propertySection {
    padding: 30px 0 60px;
    border-top: 2px solid rgba(0,0,0,.15);
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
}
.propertySection h2 {
    font-size: 36px !important;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    color: #444;
    font-family: Plaak;
}
.description-contents .description-title {
    font-family: Plaak;
    font-size: 40px;
    color: #444;
}
.description-section:first-child {
    border: unset !important;
    padding: unset !important;
}

.description-section table {
    width: 100%;
    margin-top: 10px;
}
.description-section table thead {
    background: #fc500c;
    color: #fff;
}
.description-section table thead tr th {
    padding: 10px;
    border: 1px solid #ccc;
}
.description-section table tbody tr td {
    padding: 10px;
    border: 1px solid #ccc;
    color: #676767;
    text-transform: capitalize;
}
.propertySection ul, .propertySection li {
    margin: 0;
    padding: 0;
    list-style: inside;
}
.propertySection .contactDetails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.propertySection .contactDetails .teamMember {
    border: 1px solid rgba(0,0,0,.15);
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.propertySection .contactDetails .teamMember div {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.propertySection .contactDetails .teamMember img {
    margin: 0 auto 20px;
    max-width: 150px;
}
.propertySection .contactDetails .teamMember h3 {
    font-size: 25px;
    color: #444;
}
.propertySection .contactDetails .teamMember p {
    line-height: 1.4;
}
.teamMember a{
    color: #fc500c;
}
.teamMember a:hover{
    color: inherit;
}
.teamMember a span::before{
    color: #888;
    font-size: 14px;
}
.teamMember .button.enquireNowBtn span.icon-mail2::before{
    color: #fff;
}
.propertySection .contactDetails .teamMember a.tel {
    color: #000;
    font-size: 16px;
}
.propertySection .contactDetails .teamMember .button {
    background: #fc500c;
    color: #fff;
    padding: 0 20px !important;
    height: 35px !important;
    line-height: 35px !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    width: 100%;
}
.propertySection .contactDetails .teamMember .button:hover {
    background: #000;
    color: #fff;
}
.photoGallery .flexslider {
    margin: 0px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: #000;
}

.contact-detail-form img{
    max-width: 80px;
    border-radius: 100%;
}
.contact-us-left-wrapper h2 {
    font-size: 40px !important;
    font-weight: 400 !important;
    color: #444;
    margin-bottom: 20px;
}
.contact-us-left-wrapper p, .contact-us-left-wrapper .tel-txt{
    color: #444;
}
.contact-us-left-wrapper .tel-txt{
    font-size: 14px;
}
.contact-us-left-wrapper .name-txt{
    font-weight: 600;
    margin-bottom: 5px;
}
.gform_required_legend, .gfield_required{
    display: none !important;
}
.contact-us-right-wrapper .gfield_label.gform-field-label {
    text-transform: uppercase;
}
.contact-us-right-wrapper .enquiry-form .gform-body input, .contact-us-right-wrapper .enquiry-form textarea{
    height: 50px !important;
    border-color: #d5d5d5;
    color: #444 !important;
    font-size: 16px;
}
.contact-us-right-wrapper .enquiry-form .gform-body input::placeholder, .contact-us-right-wrapper .enquiry-form textarea::placeholder{
    color: #444 !important;
    font-size: 16px;
    opacity: 1;
}
.contact-us-right-wrapper .gform_fields{
    gap: 20px !important;
}
.contact-us-right-wrapper .gform_button.button:focus {
    box-shadow: none;
    border: 0;
}
.contact-us-right-wrapper .gform_button.button:hover {
    background-color: #000 !important;
}
.contact-us-right-wrapper .gform_button.button{
    background-color: #fc500c !important;
    border: 0;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.contact-us-left-wrapper {
    border-right: 1px solid #b0b0b0;
    padding-right: 10px;
}
.contact-us-right-wrapper .gform_fields label {
    color: #444;
    font-weight: bold;
}
.contact-us-right-wrapper .gform_confirmation_message {
    background: #e6ffe6;
    padding: 20px;
    color: #008000;
}
.gform_validation_errors .gform_submission_error {
    font-size: 18px !important;
}

.single-property article {
    margin-bottom: 3rem;
}


/* start  */
#container #content{
    padding:0;
}
.summary .meta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.summary .flag {
    font-size: 16px;
    line-height: 14px;
	background: red;
	/*background: #fc500c; */
    padding: 5px 10px;
    display: inline-block;
    color: white;
    font-weight: 600;
}
.summary .price .commercial-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    display: inline-block;
}
.summary .wrapper{
    max-width: 1320px;
    margin:auto;
}
button.slick-next.slick-arrow {
    right: 0;
    background-color: #00000096;
}
.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    background-color: #00000096;
}
.slick-prev:before {
    content: "\E901";
    color: white !important;
}
.slick-next:before {
    color: #ffffff !important
}
.slick-slide img {
    height: 711px;
    object-fit: cover;
    width: 100%;
	padding:0 2px 0 0;
}
.slick-slide {
    height: auto !important;
}
.summary.entry-summary{
    padding: 100px 0;
}
.property_title.entry-title {
    font-size: 68px;
    margin-bottom: 20px;
}
.icons {
    display: flex;
    gap: 20px;
    align-items: center;

}
.property-type {
    color: #666666;
}
.buttons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  min-height: 110px;
}
.floor-area {
    color: #666666;
	width: 50%;
}
.icon-office:before {
    content: "\e903";
    font-size: 20px;
    color:black;
    padding-right:10px

}
.icon-enlarge:before {
    content: "\e989" !important;
    color:black;
    padding-right:10px
}
.wrapper .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid rgba(51,51,51,0.1);
    padding-bottom: 50px;
}
.subNav .buttons li .enquireNowBtn {
    background-color: #fc500c;
    border-radius: 0;
    border: unset !important;
    display: block !important;
}
.subNav .buttons li .enquireNowBtn:hover {
    background-color: #444;
}
.subNav .buttons li a {
    font-size: 16px;
    font-family: 'Gt';
    color: #fff;
    padding: 15px 25px;
    background-color: #444;
}
.description {
    border-top: 1px solid rgba(51,51,51,0.1);
    padding: 100px 0 0 0;
}
.gap100 {
    grid-gap: 60px;
}
.grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
    display: grid;
}

.description .mapColumn .sticky {
    top: 200px;
    position: -webkit-sticky;
    position: sticky;
}
.descriptionColumn .h3{
    font-size: 40px !important;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -1px;
    color: #333;
}
.features{
    columns: 2;
    list-style:none;
    padding:0;
    margin-bottom: 30px;
}
.features li{
    padding-left: 20px;
    position: relative;
    margin: 0 0 10px;
    color:#666666;

}
.features li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    background: #fc500c;
}

.description-section{
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 20px;
    color: #666666;
}
.enquireNow {
    background-color:#f5f5f5;
    padding: 100px 0px;
	border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.enquireNow .wrapper{
    max-width:1320px;
    margin:auto;
}
.ginput_container.ginput_container_text{
    background: white;
}
.contact-detail-form .name-txt {
    font-weight: 700;
    margin: unset;
}
input#input_1_4 {
    border: transparent;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    -webkit-appearance: none;
    box-shadow:none;
    font-weight: 400;
    border-radius: 0;
}
input#input_1_6 {
    border: transparent;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    -webkit-appearance: none;
    box-shadow:none;
    font-weight: 400;
    border-radius: 0;
}
input#input_1_7 {
    border: transparent;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    -webkit-appearance: none;
    box-shadow:none;
    font-weight: 400;
    border-radius: 0;
}
textarea#input_1_8 {
    border: transparent;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    -webkit-appearance: none;
    box-shadow:none;
    font-weight: 400;
    border-radius: 0;
}
.gform-field-label {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: 'Gt' !important;
}
.gform_button {
    background-color: #fc500c !important;
    font-size: 16px !important;
    padding: 18px 30px !important;
}
.gform_button:hover {
    background-color: #444 !important;
}
.gform_confirmation_message {
    background-color: #cff9cf !important;
    padding: 20px !important;
    border: 1px solid green !important;
}

.descriptionColumn .media ul {
  padding: 10px 0;
  list-style: none;
  width: 100%;
}
.descriptionColumn .media ul li {
  display: block;
  margin: 10px 0;
}
.descriptionColumn .media ul li a {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  position: relative;
  font-weight: 400;
  padding: 20px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 1px solid rgba(51,51,51,0.15);
}
.descriptionColumn .media ul li a:hover {
  background-color: #444;
  color: #fff;
}
.descriptionColumn .media ul li a span:last-child {
	font-size: 16px;
  	text-transform: uppercase;
}
.property-department {
    color: #666666;
}
.icon-search:before {
    font-size: 20px;
    color: black;
    padding-right: 10px;
}
@media(max-width:991px){
    .propertyTop {
        grid-template-columns: minmax(0, 1fr);
    }
    .photoGallery .flexslider .slides img {
        min-height: inherit;
    }
	.wrapper .flex {
		display: block;
	}
    .propertySection {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }
    .contact-us-left-wrapper {
        border-right: 0px;
        padding-right: 0px;
    }

    .subNav .buttons li a{
        padding: 17px 30px;
    }
    .subNav .buttons li .enquireNowBtn{
        padding:19px 7px;
    }

    section#enquireNow {
        padding: 120px 30px;
    }
    .description{
        padding:50px 0 0 0;
    }
	.summary.entry-summary {
		padding: 70px 0;
	}
	.property_title.entry-title {
		width: 100%;
	}
	.description-section table tbody tr td {
		padding: 3px;
		font-size: 12px;
	}
	.description-section table thead tr th {
		padding: 5px;
		font-size: 14px;
	}
	.property_title.entry-title{
		font-size:60px;
	}
	.custom-heading-wrapper {
		width: 100%;
	}
	.slick-slide img {
		height: 500px;
	}
	.grid {
		display: block;
	}
	.subNav {
        width: 100%;
    }
	.buttons {
        justify-content: left;
    }
}


@media(max-width:1340px){
    #container #content {
        padding: 40px;
    }
    .subNav .buttons li a{
        padding: 20px 7px;
    }
    .subNav .buttons .enquireNowBtn{
        padding:19px 8px;
    }
	.enquireNow{
		padding: 100px 30px;
	}
	.subNav {
		margin-top: 16px;
	}
}
@media(max-width:767px){
    .propertySection .contactDetails {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
    #container #content {
        padding: 30px 15px;
    }
    .gform_validation_errors .gform_submission_error {
        font-size: 16px !important;
    }
	.grid {
    	display: block;
	}
	.property_title.entry-title {
        font-size: 60px !important;
	}
	.wrapper .flex{
		padding-bottom:30px;
	}
	.descriptionColumn .h3 {
		font-size: 32px !important;
	}
	section#enquireNow {
		padding: 60px 30px;
	}
	.custom-heading-wrapper {
		width: 100%;
	}
	.flex {
		flex-flow: wrap;
	}
	.slick-slide img{
		height:450px;
	}
	.features{
        columns: 1;
	}

}

@media(max-width:575px){
    #container #content {
        padding: 15px;
    }
    .photoGallery .flexslider .slides img {
        max-height: 242px;
    }
    .subNav .buttons li a {
        padding: 17px 14px;
    }
    .property_title.entry-title {
        width: 100%;
        font-size: 46px !important;
    }
    .description {
        padding: 30px 0;

    }
	.subNav .buttons li a {
    padding: 14px 11px;
}
	.subNav .buttons li .enquireNowBtn {
    padding: 14px 11px;
}
	.descriptionColumn .h3 {
    font-size: 28px !important;
}
	.description-section {
    font-size: 14px;

}
	.summary.entry-summary {
    padding: 50px 0;
}
	.description-contents .description-title{
		font-size:28px;
	}
	.slick-slide img {
    height: 350px;
}
}
