/*
 * Add your custom CSS in here!
 */

@import "assets/animate.min.css";

.clear {
    clear: both;
}
.property_label {
    display: none;
}
.gl_property_search {
    background-color: #051e49;
    padding: 1%;
    color: white;
}
.gl_property_search_container {
	position: relative;
    background: url(/wp-content/uploads/2021/09/hMyiilXBaE6k2vp5E4byTQ.jpg);
    background-position: center center;
    background-size: cover;
	height: 128px;
    /*padding-top: 0.5rem;*/
/*     padding: 4% 2%; */
}

.gl_property_search_container::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}




.residential-sales.gl_property_search_container {
    background-image: url(/wp-content/uploads/2021/08/edit-shutterstock_1182182920.jpg);
}
.residential-lettings.gl_property_search_container {
    background-image: url(/wp-content/uploads/2021/09/hMyiilXBaE6k2vp5E4byTQ.jpg);
}
.commercial.gl_property_search_container {
    background-image: url(/wp-content/uploads/2022/02/resize-edit-shutterstock_1016892688.jpg);
}

.gl_property_search_container h1.archive-title {
    color: white;
    text-shadow: 0px 1px 4px black;
    margin-left: 2%;
	margin: auto;
	max-width: 1360px;
	 display: flex;
    align-items: center;
    height: 100%;
	 position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}
.gl_property_search .current-location {
    top: 6px;
}

.page-id-47539 .propertyhive .properties .property a {
	pointer-events: none !important;
}

.page-id-47539 .propertyhive .properties .property .gl_new_listing_label {
	display: none !important;
}


.page-id-47548 .propertyhive .properties .property a {
	pointer-events: none !important;
}

.page-id-47548 .propertyhive .properties .property .gl_new_listing_label {
	display: none !important;
}


.page-id-47650 .propertyhive .properties .property a {
	pointer-events: none !important;
}

.page-id-47650 .propertyhive .properties .property .gl_new_listing_label {
	display: none !important;
}


/* this is for the non-elementor page  */

 body form.property-search-form .control {
	display: inline-block;
	padding: 0 20px;
}


 body form.property-search-form .control-include-sold-stc {
 	position: absolute;
    right: 25px;
    bottom: 20px;
}

@media screen and (max-width: 1024px) {
	
	.property-search-result-count-and-order-by form.propertyhive-ordering select {
		color: #000000 !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	body form.property-search-form .control-include-sold-stc {
		position: absolute;
		left: 5px;
		bottom: 8px;
		display: block !important;
	}
	
	body form.property-search-form .control-include-sold-stc.show-sales-checkbox {
		display: block !important;
		bottom: 30px !important;
	}
		
	body form.property-search-form .control-include-sold-stc.show-lettings-checkbox {
		display: block !important;
		bottom: 30px !important;
	}
		
	body form.property-search-form .control-include-sold-stc.show-commercial-checkbox {
		display: block !important;
		bottom: 30px !important;
	}
	
	.property-search-form-container form .control select {
		color: #000000 !important;
	}

	
}

	body form.property-search-form .control-include-sold-stc {
		position: absolute;
		
	}
	
	body form.property-search-form .control-include-sold-stc.show-sales-checkbox {
		display: block !important;
		bottom: 30px !important;
	}
		
	body form.property-search-form .control-include-sold-stc.show-lettings-checkbox {
		display: block !important;
		bottom: 30px !important;
	}
		
	body form.property-search-form .control-include-sold-stc.show-commercial-checkbox {
		display: block !important;
		bottom: 30px !important;
	}


body.post-type-archive-property #container {
    padding: 1%;
    max-width: 1400px;
}
.property-search-form-container {
    background-color: #051e49;
    padding: 1%;
}
.property-search-result-count-and-order-by {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
body.post-type-archive-property .property-search-result-count-and-order-by,
body.post-type-archive-property .properties {
    padding: 1%;
}
.property-search-result-count-and-order-by .propertyhive-result-count {
    flex: 1 0 100%;
}
.property-search-result-count-and-order-by .propertyhive-ordering-container {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
}
.property-search-result-count-and-order-by .propertyhive-ordering-container .property-list-view-toggles {
    flex: 1 0 100%;
    align-items: end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.property-search-result-count-and-order-by .propertyhive-ordering-container .property-list-view-toggles i {
    margin-right: 8px;
}
.property-search-result-count-and-order-by .propertyhive-ordering-container .property-list-view-toggles button {
    margin-left: 8px;
    flex: 1 0 auto;
}
.property-search-result-count-and-order-by .propertyhive-ordering-container .property-list-view-toggles button.reset_search {
    display: none;
}

.property-search-result-count-and-order-by form.propertyhive-ordering {
    display: flex;
    align-items: end;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.property-search-result-count-and-order-by form.propertyhive-ordering select {
    flex: 1 1 auto;
    margin-left: 3px;
}
.property-search-result-count-and-order-by form.propertyhive-ordering select option {
    flex: 1 0 100%;
}
@media screen and (min-width: 1024px) {
    .property-search-result-count-and-order-by .propertyhive-result-count {
        flex: 1 1 60%;
        align-items: flex-end;
    }
    .property-search-result-count-and-order-by .propertyhive-ordering-container {
        flex-basis: 40%;
    }
    .property-search-result-count-and-order-by .propertyhive-ordering-container form.propertyhive-ordering {
        display: flex;
        flex-wrap: nowrap;
    }
    .property-search-result-count-and-order-by .propertyhive-ordering-container .property-list-view-toggles button {
        flex: 0 0 auto;
    }
    .property-search-result-count-and-order-by {
        flex-wrap: nowrap;
        flex-direction: row;
    }
}


/* end of non-elementor page css */
 body .property-search-form {
	 color: #fff;
	 padding: 16px 10px 35px 10px;
}

@media screen and (max-width: 768px) {
	body .property-search-form {
		display: flex;
		flex-direction: column;
		padding-bottom: 80px;
	}
}

form.property-search-form .control .current-location img {
    width: 16px;
}


body form.property-search-form input[type=submit] {
	margin-left: 20px;
    width: 150px;
    margin-top: 20px;
}

form.property-search-form .control-price-slider label,
form.property-search-form .control-rent-slider label {
	margin-bottom: 20px !important;
}

/** hide the PH default map draw controls, we want our own reactive ones **/
.propertyhive-draw-a-search-controls {
    display: none !important;
}

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

	body form.property-search-form input[type=submit] {
		width: 100%;
		margin-left: 0;
	}

	form.property-search-form .control {
		padding-top: 8px;
		padding-bottom: 8px;
	}

}

/*

body form.property-search-form .control {
    flex: 1 1 50%;
    padding: 0 2px;
    margin-bottom: 6px;
}
body form.property-search-form .control.control-search {
    flex: 1 0 100%;
}
@media screen and (min-width: 590px) {
    body form.property-search-form .control {
        flex: 1 1 auto;
        padding: 0 2px;
    }
    body form.property-search-form .control.control-search {
        flex: 1 0 auto;
    }
}



body form.property-search-form .control input[type] {
    font-size: 13px;
    padding: 9px 8px 10px;
    border:0;
    border-radius:0;
}

body form.property-search-form .control select {
    font-size: 13px;
    height: 39px;
    padding: 8px;
    border:0;
    border-radius:0;
}
body form.property-search-form .control button[type=submit] {
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 18px;
    padding: 9px 16px;
    border: 0;
    border-radius: 2px;
    width: 100%;
}
body form.property-search-form .control button[type=submit] i {
    margin-right: 6px;
}
form.property-search-form .control .current-location {
    position: absolute;
    right: 8px;
    top: 32px;
    width: 16px;
}
form.property-search-form .control .current-location img {
    width: 16px;
}
.property-search-form .primary-filters,
.property-search-form .secondary-filters,
.property-search-form .secondary-filters-wrap {
    flex: 1 0 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}
.property-search-form .secondary-filters {
    padding-top: 32px;
}
.property-search-form .secondary-filters .secondary-filters-wrap .control-wrap {
    display: flex;
    flex: 1 0 100%;
}

@media screen and (min-width: 768px) {
    .property-search-form .secondary-filters .secondary-filters-wrap .control-wrap {
        flex: 1 1 auto;
    }
    body form.property-search-form .control input[type] {
        font-size: 15px;
        padding: 8px;
    }
    body form.property-search-form .control select {
        font-size: 16px;
        height: 39px;
    }
    body form.property-search-form .control button[type=submit] {
        font-size: 14px;
    }
}


.property-search-form .secondary-filters .secondary-filters-wrap,
.property-search-form .secondary-filters .secondary-filters-wrap .control-wrap {
    transition-property: max-height;
    transition-duration: 350ms;
    transition-timing-function: linear;
    max-height: 300px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .property-search-form .secondary-filters .secondary-filters-wrap,
    .property-search-form .secondary-filters .secondary-filters-wrap .control-wrap {
        max-height: 100px;
    }
    .property-search-form .secondary-filters .secondary-filters-wrap {
        flex-wrap: nowrap;
    }
}
.property-search-form .secondary-filters.secondary-filters--hidden .secondary-filters-wrap,
.property-search-form .secondary-filters.secondary-filters--hidden .secondary-filters-wrap .control-wrap {
    max-height: 0;
}
.secondary-filters .filters-show-icon, .secondary-filters .filters-hide-icon {
    margin-left: 4px;
}
.secondary-filters .filters-show-icon {
    display: none;
}
.secondary-filters .filters-hide-icon {
    display: inline-block;
}
.secondary-filters.secondary-filters--hidden .filters-show-icon {
    display: inline-block;
}
.secondary-filters.secondary-filters--hidden .filters-hide-icon {
    display: none;
}
#toggle-secondary-filters {
    position: absolute;
    top: 2px;
    right: 2px;
    color: white;
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 400;
    background-color: transparent;
    padding:0;
    margin:0;
    cursor: pointer;
    z-index: 1;
}

*/


/* #toggle-secondary-filters {
	display: none !important;
} */

/* .property-search-form .secondary-filters .secondary-filters-wrap {
	max-height: 300px !important;
}

@media screen and (max-width: 768px) {
	max-height: 100px !important;
}
*/

/* #content > div.property-search-form-container > form > div.secondary-filters > div > div:nth-child(1),
#content > div.property-search-form-container > form > div.secondary-filters > div > div:nth-child(2),
#content > div.property-search-form-container > form > div.secondary-filters > div > div:nth-child(3) {
	display: block !important;
}

#content > .property-search-form-container > form > .primary-filters > .secondary-filters > div > div:nth-child(1),
#content > .property-search-form-container > form > .primary-filters > .secondary-filters > div > div:nth-child(2),
#content > .property-search-form-container > form > .primary-filters > .secondary-filters > div > div:nth-child(3) {
	display: block !important;
}
 */
/*
.property-search-form .primary-filters, .property-search-form .secondary-filters {
	flex: 1 0 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

 /**end of search form **/

/* News */
.category-news .elementor-post__card .elementor-post__excerpt {
	display: none;
}
/* end of News */


/** property details **/

.propertyhive-properties-shortcode ul li .details .summary p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.single-property .flexslider {
    margin-bottom: 0;
}
/* hide the thumbnails on mobile as they're a bit pointless */
body.single-property .thumbnails.flexslider {
    display: none;
}
.propertyhive.propertyhive-properties-shortcode {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
}
.propertyhive.propertyhive-properties-shortcode .propertyhive ul.properties li {
    flex-basis: 32%;
}
.propertyhive.propertyhive-properties-shortcode.columns-2 .propertyhive ul.properties li {
    flex-basis: 49%;
}
.propertyhive ul.properties {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
body .propertyhive ul.properties li {
    flex: 0 1 99%;
    padding: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    body .propertyhive ul.properties li {
        flex-basis: 49%;
    }
    body.single-property .thumbnails.flexslider {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    body .propertyhive ul.properties li {
        flex-basis: 32%;
    }
}
.propertyhive .properties li .thumbnail {
    position: relative;
}
.thumbnail.gl_property_listing {
    background-size: cover;
    /*min-height:180px;*/
    height:285px;
}
.gl_property_listing{
    position: relative;
}
.gl_listing_label{
    position: absolute;
    top: 0;
    background: #14568f;
    padding: 7px 12px 7px 12px;
    color: white;
    font-size: 1rem;
    z-index: 10;
}

.gl_new_listing_label{
    padding: 7px 12px 7px 12px;
    right: 0;
}
.details > .summary > h5.gl_loop_address, h5.gl_loop_address {
    color: #14568f;
}
.properties .details {
    margin-top: 18px;
}

.property-send-to-friend-form input[type=submit],
.property-enquiry-form input[type=submit]
{
    margin-top: 12px;
    width: 100%;
}

/* property phone shortcode */
.property-phone .elementor-widget-container {
    display: flex;
    flex: 1 0 auto;
}
.property-phone figure {
    flex: 0 1 45px;
    display: flex;
    align-items: center;
}
.property-phone h5 {
    margin-bottom: 0;
    color: #051E49;
}
.property-phone p {
    flex: 1 0 auto;
    font-size: 14px;
}
.property-phone figure img {
    border-radius: 150px;
    width: 32px;
    height: auto;
}
/* end of property phone shortcode */

.property-office-details .office-address {
    margin-bottom: 32px;
}
.property-office-details .office-telephone-number,
.property-office-details .office-email-address {
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 17px 17px;
    margin-bottom: 2px;
}
.property-office-details .office-telephone-number {
    background-image: url('/wp-content/uploads/2021/08/phone-1908973-icon-list-1.svg');
}
.property-office-details .office-email-address {
    background-image: url('/wp-content/uploads/2021/08/envelope-2155192-icon-list.svg');
}
#print_button {
    cursor: pointer;
}

/* property button shortcode */
body .property-button {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}
body .mm-get-in-touch .property-button {
    height: auto;
}
body .property-button > div {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}
body .property-button div a {
    flex: 1 0 auto;
    background-color: #14568f;
    color: white;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 12px 24px;
}
body .property-button a:hover,
body .property-button a:focus,
body .property-button a:active {
    color: white;
    background-color: #051e49;
}
/* end of property button shortcode */

/* affordability calculator */
.rental-affordability-calculator button {
    background-color: #14568f;
    color: white;
}
.rental-affordability-calculator .rental-affordability-results {
    margin-top: 16px;
}
body #results_rent h3,
body #results_income h3 {
    color: inherit;
    margin-top: 0;
}

.property-enquiry-form {

}

.myd-image-box-img {
    padding: 2px;
    margin: 4px;
}
.propertyhive ul.properties {
    padding-top: 20px;
}
.propertyhive .properties .property {
    border: 1px solid lightgrey;
    padding: 1em;
    margin-bottom: 30px;
}
.propertyhive ul.properties li {
    display: flex;
    flex-direction: column;
}
.propertyhive ul.properties li .details {
    flex: 1 0 auto;
}
.propertyhive ul.properties li .thumbnail {

}
.propertyhive-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}
.propertyhive-pagination .page-numbers {
    display: flex;
    justify-content: center;
    flex: 0 1 50%;
}
.propertyhive-pagination .page-numbers li {
    margin: 12px;
}
.myd-property-deets {
    display: flex;
    justify-content: flex-start;
    background-color: #f9fcfd;
}

.department-commercial .myd-property-deets {
    /* hide for commercial properties */
    display: none;
}
body.single-property .myd-property-deets .myd-image-box-wrapper {
    flex-basis: auto;
}
.myd-property-deets .myd-image-box-wrapper {
    flex: 0 1 20%;
    display: flex;
    align-items: center;
}

.myd-property-deets .myd-image-box-wrapper figure {
    flex: 0 1 60%;
}
.myd-property-deets .myd-image-box-wrapper figure img {
    height: 32px;
    min-width: 32px;
}
.myd-property-deets .myd-image-box-wrapper div {
    flex: 0 1 35%;
}
.myd-property-deets .myd-image-box-wrapper div h6 {
    font-size: 12px;
}
.myd-property-deets .myd-image-box-wrapper.myd-image-box-wrapper--parking {
    flex: 1 0 25%;
}
.myd-property-deets .myd-image-box-wrapper.myd-image-box-wrapper--parking figure {
    flex-basis: 10%;
}
.myd-property-deets .myd-image-box-wrapper.myd-image-box-wrapper--parking div {
    flex-basis: 90%;
}

@media screen and (min-width: 1024px) {
    body.single-property .myd-property-deets .myd-image-box-wrapper {
        flex-basis: auto;
        margin-right: 24px;
    }
    .myd-property-deets .myd-image-box-wrapper {
        flex: 0 1 15%;
        display: flex;
        align-items: center;
    }
    .myd-property-deets .myd-image-box-wrapper figure {
        flex: 0 1 60%;
    }
    .myd-property-deets .myd-image-box-wrapper div {
        flex: 0 1 35%;
    }
}



/** end of property details **/


/** print CSS **/
@media print {
    body a[href]:after {
        content: '';
    }
    body .property-button {
        display: none;
    }
    body .gl_listing_label{
        background: #14568f !important;
        color: white !important;
    }
    .property-office-details .office-telephone-number,
    .property-office-details .office-email-address {
        background-repeat: no-repeat !important;
        background-position: 0 50% !important;
        background-size: 17px 17px !important;
    }
    .property-office-details .office-telephone-number {
        background-image: url('/wp-content/uploads/2021/08/phone-1908973-icon-list-1.svg') !important;
    }
    .property-office-details .office-email-address {
        background-image: url('/wp-content/uploads/2021/08/envelope-2155192-icon-list.svg') !important;
    }
    body .hide-for-print {
       display: none !important;
    }
}


.dentons-ph-map-results {
    position: relative;
    margin: 16px;
}
.dentons-ph-map-results .propertyhive-map-canvas-wrapper {
    padding: 16px;
    border: 1px solid lightgrey;
}
.dentons-ph-draw-controls {
    position: absolute;
    top: 26px;
    right: 76px;
    z-index: 5;
}
.dentons-ph-map-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-99ba0bd);
}

.properties-map-popup {

}
body .properties-map-popup .title-close {
    background-color: #14568f;
}
.properties-map-popup .properties .property {
   margin-bottom: 0;
    border: 0;
}

body.ph-view-map .propertyhive-pagination {
   display: none;
}

.padding-box-right {
    margin-right:  260px;
}
