/*
Theme Name: LM6
Author: Richard Barber & Co.
Version: 1.1
*/

* {
	box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
    font-family: 'Open Sans', sans-serif;
	color: #000;
	padding-top: 90px;
	font-size: 14px;
	line-height: 1.5em;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: 0;
	border: none;
	color: inherit;
}


/* Elements Default Reset */

h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
	font-weight: 600;
}

h1 {
	font-size: 30px;
	line-height: 36px;

}
.page-template-page-about h1, .page-template-page-contact h1 {
	margin-bottom: 0;
}

h2 {
	font-size: 24px;
	line-height: 29px;
}

h3 {
	font-size: 18px;
	line-height: 23px;
}

p {
	margin: 0 0 1em 0;
}

.lrg {
	font-size: 18px;
	line-height: 23px;
}

.xlrg {
	font-size: 24px;
	line-height: 29px;
}

.sentence_case {
	text-transform: capitalize;
}

section {
	padding: 40px 0;
}

img {
	max-width: 100%;
	display: inline-block;
}


ol, ul, li {
	margin: 0;
    padding: 0;
    border: 0;
}

strong {
	font-weight: 600;
}

.page-content ul {
	margin: 0;
    padding: 0;
}

.page-content li {
	margin: 0 0 1em 1em;
    padding: 0 0 0 1em;
}

.page-content img {
	margin-bottom: 20px;
	width: auto;
	height: auto;
	max-width: 100%;
	display: inline-block;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block;
}

hr {
	margin: 2em 0;
	border: none;
	height: 1px;
	background: #0074ba;
}

/* End Elements Default Reset */

/* Classes */

.alignC {
	text-align: center;
}

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.margin_top_zero {
	margin-top: 0;
}
.border-bottom-blue {
	border-bottom: solid 1px #0074ba
}

.border-top-blue {
	border-top: solid 1px #0074ba
}

.small_text {
	font-size: 12px;
}

.background-image-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header {
	background-color: #0074ba;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0;
}

.page-header-image {
	height: 300px;
	display: block;
	border-bottom: solid 1px #0074ba;
}

#about_top_section.page-header-image {
	height: auto;
	padding: 60px 0;
}

.page-header-image::before {
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	display: block;
}

.single-news .page-header-image::before, .page-template-page-single-property .page-header-image::before {
	display: none;
}

.breadcrumbs {
	padding: 10px 0;
}

.breadcrumbs a {
	font-weight: 700;
}

.breadcrumbs a.current-item {
	color: #0074ba;
	font-weight: 700;
}

.page-header-strapline {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: rgba(0,0,0,0.5);
}

.page-header-strapline h1, .page-header-strapline h2 {
	margin-bottom: 0;
}

.page-header .news-header {
	text-align: left;
}

.page-header-image.news-header {
	height: 0;
	padding-top: 50%;
}

.news-headline {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: rgba(0,116,186,0.5);
	text-align: left;
}

.news-headline i {
	margin-right: 10px;
}

.news-headline p {
	margin-bottom: 0.25em;
}

.news-headline h1 {
	margin-bottom: 0;
}

.button {
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 600;
	transition: all 0.25s ease-in-out;
	margin: .5em 0;
}

a:hover .button, .button:hover {
	padding: 15px 25px;
}

.button::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: inline;
	content: "\f054";
	margin-right: 5px;
	transition: all 0.25s ease-in-out;
}

.button.vcard::before {
	content: "\f2bb";
}

.button.vcard {
	font-size: 14px;
}

.button:hover::before {
	margin-right: 15px;
}

.property_options .button {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.property_options .button::before {
	display: none;
}

.property_options .button::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline;
	content: "\f56d";
	margin-right: 5px;
	transition: all 0.25s ease-in-out;
	width: auto;
	float: right;
}

.property_options .button.fav::after {
	content: "\f004";
}


.property_options .button.unfav::after {
	content: "\f7a9";
}

.property_options .button.showfav::after 
{
	font-weight: 400;
	content: "\f06e";
}

.padding-bottom-1, .row.padding-bottom-1 {
	padding-bottom: 10px;
}

.property_options .button.unfav, .property_options .button.showfav {
	background-color: #0074ba;
}

.hidden {
	display: none !important;
}

.credentials_link {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #0074ba;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 60%;
	padding-top: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.link_slide_up {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	transform: translate(0,0);
	transition: all 0.25s ease-in-out;
}

.link_slide_up:hover {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	transform: translate(-5px,-5px);
}

.contact {
	display: block;
	margin-bottom: 30px;
	color:  #999;
}

.contact h3, .contact p {
	margin-bottom: 0;
}

.contact .image_container {
	border: solid 1px #0074ba;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-top: 100%;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	transform: translate(0,0);
	transition: all 0.25s ease-in-out;
}

.contact:hover .image_container {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	transform: translate(-5px,-5px);
}

#contacts-new {
	padding: 0;
	height: 0;
	padding-top: 50%;
	position: relative;
}

/*#contacts-new::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	top: 0;
}

#contacts-new .row {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
}

#contacts-new .column {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 100%;
}*/

#contacts-new .contacts {
	position: absolute;
	bottom: 0;
	padding: 60px 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0074ba+0,0074ba+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,116,186,0) 0%, rgba(0,116,186,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,116,186,0) 0%,rgba(0,116,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,116,186,0) 0%,rgba(0,116,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000074ba', endColorstr='#0074ba',GradientType=0 ); /* IE6-9 */
}

#contacts-new .contact {
	margin-bottom: 0;
}

.case_study {
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	margin-bottom: 20px;
}

.case_study .image_container {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: solid 1px #ccc;
}

.case_study_content {
	padding: 20px;
}

div.property_gallery {
	padding-bottom: 40px;
}

.property_details {
	position: relative;
}

.property_details_nav {
	background: #fff;
}

.property_details_nav ul, .property_details_nav li  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.property_details_nav ul {
	overflow: hidden;
}

.property_details_nav li:first-of-type  {
	border-left: solid 1px #0074ba;
	border-top-left-radius: 10px;
}

.property_details_nav li:first-of-type a {
	border-top-left-radius: 10px;
}

.property_details_nav li:last-of-type, .property_details_nav li:last-of-type a {
	border-top-right-radius: 10px;
}

.property_details_nav li  {
	float: left;
	width: 50%;
	box-sizing: border-box;
	display: table;
	border-top: solid 1px #0074ba;
	border-right: solid 1px #0074ba;
	height: 50px;
	cursor: pointer;
}

.property_details_nav.has_dl li  {
	width: 33.333%;
}

.property_details_nav a  {
	color: #0074ba;
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
}

.property_details_nav a.current {
	color: #fff;
	background: #0074ba;
}


.property_details_container {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: solid 1px #0074ba;
	padding: 40px;
	min-height: 400px;
	display: none;
}

.property_details_container#container_description {
	display: block;
}

.property_details_container#container_map {
	padding: 0;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

#container_description h3 {
	margin: 2em 0 1em 0;
}

#container_description h3:first-of-type {
	margin: 0 0 1em 0;
}

.share a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #0074ba;
	border-radius: 5px;
	margin-right: 5px;
	text-align: center;
}

.share a i {
	line-height: 40px;
}

.availability {
	border-collapse: collapse;
	width: 100%;
}

.availability td, .availability th {
	border: solid 1px #0074ba;
	padding: 5px;
	text-align: right;
}

.availability th {
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: #000;
}
/* Sections */

#home-header {
	padding: 0;
	position: relative;
}

#core_services {
	background: rgba(0,116,186,0.05);
}

#core_services .row {
	margin-left: -10px;
	margin-right: -10px;
}

#core_services .column {
	padding-left: 10px;
	padding-right: 10px;
}
/* Old style of icons
.core_service img, .core_service .image_container {
	transform: scale(1);
	transform-origin: bottom center;
	transition: all 0.25s ease-in-out;
	display: block;
	margin-bottom: 0;
}

.core_service .image_container {
	background-color: transparent;
	padding-top: 75%;
	background-size: 100%;
	background-position: bottom center;
}

.core_service hr {
	border: none;
	margin: 0 0 1em 0;
	height: 5px;
	background: #000;
}

.core_service:hover .image_container, .core_service:hover img {
	transform: scale(1.05);
}

.core_service {
	display: block;
	color: #0074ba;
	transition: all 0.25s ease-in-out;
	padding-top: 30px;
} */

/* New style of icons */

.core_service img {
	display: inline;
	width: auto;
	height: 30px;
	margin-bottom: 0;
}

.core_service p {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.core_service {
	display: inline-block;
	color: #000;
	padding-top: 0;
	margin: 20px;
}

.core_service::after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #0074ba;
	transform-origin: bottom center;
	transform: scale(0,1);
	transition: all 0.25s ease-in-out;
}

.core_service:hover::after {
	transform: scale(1,1);
}

.sidebar .core_service {
	margin-bottom: 30px;
}

.sidebar .core_service hr {
	margin-bottom: 0;
}

.core_service:hover {
	color: #000;
}

.archives {
	margin-bottom: 30px;
}

.page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.1);
	line-height: 30px;
	border-radius: 5px;
}

.page-numbers.current {
	background: rgba(0,0,0,0.3);
}

.page-numbers.next, .page-numbers.prev {
	background: #0074ba;
	color: #fff;
}

.page-numbers.next::before, .page-numbers.prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.page-numbers.next::before {
	content: "\f061";
}

.page-numbers.prev::before {
	content: "\f060";
}

section#map_graphic {
	padding: 0;
}

#map_graphic.page-content  li {
	margin-bottom: 0;
}

#credentials {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 15%;
	position: relative;
}

.credentials_content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: table;
	left: 0;
	right: 0;
}

.credentials_content_inner {
	display: table-cell;
	vertical-align: middle;
}

img.credentials_image {
	display: block;
	position: absolute;
	width: auto;
	height: 130%;
	top: 50%;
	right: 0;
	transform: translate(-12.5%,-50%);
	z-index: 99999999999999;
}

#awards .container {
	width: 1080px;
}

#contacts {
}

#contacts .row {
	margin-left: -40px;
	margin-right: -40px;
}

#contacts .column {
	padding: 0 40px;
}

#customers {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

/* End Sections */

/* Property Listings */

#property_list .row {
	margin-left: -15px;
	margin-right: -15px;
}

#property_list .column {
	padding-left: 15px;
	padding-right: 15px;
}

.listing {
	position: relative;
	border: solid 1px #ccc;
	border-radius: 10px;
	display: block;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	transform: translate(0,0);
	transition: all 0.25s ease-in-out;
	margin-bottom: 20px;
}

.listing:hover {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	transform: translate(-5px,-5px);
}

.uo_container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	overflow: hidden;
	width: 50%;
	height: auto;
	padding-top: 50%;
}

.uo_flash {
	position: absolute;
	display: block;
	color: #fff;
	top: 50%;
	left: 0;
	height: 40px;
	transform-origin: 50% 100%;
	transform: translateY(-45px) translateX(-25%) rotate(-45deg);
	width: 200%;
	text-align: center;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2473f+0,b22222+100 */

background: rgb(242,71,63); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(242,71,63,1) 0%, rgba(178,34,34,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(242,71,63,1) 0%,rgba(178,34,34,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(242,71,63,1) 0%,rgba(178,34,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2473f', endColorstr='#b22222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}

.uo_flash p {
	margin-bottom: 0;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	
}

.image_container {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%; /*16:9 ratio*/
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.image_container.map_graphic_container {
	border-radius: 0;
	padding-top: 50%;
}

.map_graphic_content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(0,0,0,0.0);
}

.map_graphic_content .row {
	display: table-cell;
	vertical-align: middle;
	margin-left: -40px;
	margin-right: -40px;
}

.map_graphic_content .column {
	padding-left: 40px;
	padding-right: 40px;
}


.news_listing.image_container, .news-header.page-header-image {
	background-image: url(images/default-news.jpg);
}

.image_container.ratio32 {
	padding-top: 66.66667%; /*3:2 ratio*/
}

.image_container.ratio21 {
	padding-top: 50%; /*2:1 ratio*/
}

.listing .image_container {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.listing_terms, .more_details {
	position: relative;
	margin: -20px 20px 15px 20px;
	padding: 0 15px 0 15px;
	background: #0074ba;
	color: #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}

.more_details {
	margin: 0 20px 20px 20px;
	background: #000;
}

.listing_details {
	padding: 0 20px;
	margin-bottom: 10px;
}

.listing_details h3, .listing_details p {
	margin: 0;
	line-height: 1.3em;
}

.listing_details td {
	padding-bottom: 5px;
	vertical-align: middle;
}

.listing_details td.icon {
	width: 25px;
	text-align: center;
}

.card {
	display: block;
}
/* End Property List */

/* Media Centre */

#media_centre {
	background: rgba(0,116,186,0.05);
}

#media_centre .row {
	margin-left: -15px;
	margin-right: -15px;
}

#media_centre .column {
	padding-left: 15px;
	padding-right: 15px;
}

.news_listing {
	margin-bottom: 20px;
}

.news_listing h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.3em;
}

.listing_overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: rgba(0,116,186,0.65);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all 0.25s ease-in-out;
}

.news_listing:hover .listing_overlay {
	padding-bottom: 40px;
}

.twitter_feed {
	border-radius: 10px;
	background: #000000;
	padding: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 2em;
}

.twitter_feed p {
	margin-bottom: 0.5em;
}

.twitter_feed .button {
	font-size: 11px;
	line-height: 1em;
	text-transform: none;
	padding: 10px;
}

.tweet {
	margin-bottom: 20px;
}

.hashtag {
	font-weight: 700;
}

.archive-list {
	border: solid 1px #ccc;
	border-radius: 10px;
}

.archive-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
}

.archive-list li:last-of-type {
	border-bottom: none;
}

.archive-list li a {
	color: #0074ba;
	font-weight: 700;
	padding: 10px;
	display: block;
}



/* End Media Centre */

/* Forms */

.basic_contact_form .fields {
	border: solid 1px #0074ba;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.basic_contact_form span.wpcf7-not-valid-tip, #property-request-form span.wpcf7-not-valid-tip {
    color: #0074ba;
    font-size: 13px;
    font-weight: 700;
    display: block;
	padding: 5px 10px;
	margin: 0 !important;
	background: #eee;
	border-bottom: solid 1px #0074ba;
}

#property-request-form span.wpcf7-not-valid-tip {
    color: #fff;
	background: transparent;
	border-bottom: none;
}

.basic_contact_form span.wpcf7-not-valid-tip::before, #property-request-form span.wpcf7-not-valid-tip::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: inline;
	content: "\f062";
	margin-right: 5px;
}

.basic_contact_form .invalid br, #property-request-form .invalid br {
	display: none;
}

.basic_contact_form .gdpr_terms {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.3em;
	color: #999;
}

.basic_contact_form .gdpr_terms, #property-request-form .gdpr_terms {
	font-size: 13px;
	color: #999;
}

input {
	border: none ;
	width: 100%;
	border-bottom: solid 1px #0074ba;
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 10px;
}

.property-search-form input[type=text] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: none;
    background: #fff;
    margin: 0 0 0 0;
    min-width: 0;
    width: 100%;
    height: 50px;
    text-transform: none;
    color: #0074ba;
    cursor: pointer;
    border-left: solid 1px #0074ba;
	font-size: 14px;
    line-height: 50px;
    font-weight: 700;
}



.arrange_a_viewing input {
	border: solid 1px #ccc;
	border-radius: 5px;
}

.basic_contact_form div.wpcf7-mail-sent-ok {
    border: none;
}

.basic_contact_form div.wpcf7-response-output, #property-request-form div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
	color: #0074ba;
	font-weight: 700;
}

.basic_contact_form div.wpcf7-response-output {
	color: #0074ba;
}

#property-request-form div.wpcf7-response-output {
	color: #fff;
}

.basic_contact_form div.wpcf7-response-output.wpcf7-validation-errors::before, .basic_contact_form div.wpcf7-response-output.wpcf7-mail-sent-ok::before, #property-request-form div.wpcf7-response-output.wpcf7-validation-errors::before, #property-request-form div.wpcf7-response-output.wpcf7-mail-sent-ok::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 5px;
}

#property-request-form div.wpcf7-response-output.wpcf7-validation-errors, #property-request-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
	padding-top: 20px;
}


.basic_contact_form div.wpcf7-response-output.wpcf7-validation-errors::before, #property-request-form div.wpcf7-response-output.wpcf7-validation-errors::before {
    content: "\f071";
}

.basic_contact_form div.wpcf7-response-output.wpcf7-mail-sent-ok::before, #property-request-form div.wpcf7-response-output.wpcf7-mail-sent-ok::before {
    content: "\f658";
}

.property-name {
	height: 0;
}

.occupier-form li {
	padding: 0 !important;
}

.page-content .occupier-form li {
	padding: 0 !important;
}

.gform_title {
	display: none;
}

.occupier-form input {
	border: solid 1px #0074ba;
	width: calc(60% - 8px);
	border-radius: 5px;
}

.jcf-button {
	color: #ffffff !important;
	background-color: #000000 !important;
}

.occupier-form .date-box input {
	width: calc(30% - 8px);
}

/* Property Search From */

.amount {
	border: none !important; 
	color: #000; 
	font-weight: 700;
	font-size: 12px;
	background: transparent;
	padding: 7px 0 2px;
	line-height: 1em;
	margin: 0;
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.size_input {
	height: 50px;
	padding: 10px 0;
	background: #fff;
}

.size_input .column {
	padding-left: 0 !important;
}

.size_input label {
	height: 50px;
	line-height: 50px;
}

.size_slider {
	padding-left: 10px;
}

.round-corner-br {
    border-bottom-right-radius: 10px;
}
.round-corner-bl {
    border-bottom-left-radius: 10px;
}
.round-corner-tr {
    border-top-right-radius: 10px;
}
.round-corner-tl{
    border-top-left-radius: 10px;
}

.round-corners-right {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.round-corners-left {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.round-corner-all{
    border-radius: 10px;
}

.size_input .ui-corner-all {
    border-bottom-right-radius: 10px;
}
.size_input .ui-corner-all {
    border-bottom-left-radius: 10px;
}
.size_input .ui-corner-all {
    border-top-right-radius: 10px;
}
.size_input .ui-corner-all {
    border-top-left-radius: 10px;
}

.slider-range {
	margin-right: 10px;
}

#property-search-form, #property-request-form {
	text-align: center;
}




#property-request-form .property-search-form {
	padding-right: 0;
}

.property-search-form, #property-request-form .wpcf7-form {
	position: relative;
	color: #999;
	padding-right: 50px;
	text-align: left;
	background: transparent;
	border-radius: 10px;
	border-top: solid 1px #0074ba;
	border-bottom: solid 1px #0074ba;
}


.property-search-form label, #property-request-form .wpcf7-form label {
	font-weight: bold;
}

.property-search-form .row, .property_listings_navigation .row, #property-request-form .wpcf7-form .row {
	margin-left: 0;
	margin-right: 0;
}

.property-search-form .column, .property_listings_navigation .column, #property-request-form .wpcf7-form .column {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

#property-request-form .property-search-form .col2, .asymmetric_split .col2 {
	border: none;
	width: 20%;
}

.property-search-form .col6, .asymmetric_split .col6 {
	width: 40%;
}

#property_listings_navigation {
	padding: 40px 0 0 0;
}

.icon_holder {
	position: absolute;
	width: 40px;
	height: 50px;
	display: table;
	background: #fff;
	top: 0;
	left: 0;
}


.icon_holder i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #0074ba;
}

.property_listings_navigation {
	/* border: solid 1px #0074ba;
	border-radius: 10px; */
	margin-bottom: 30px;
}

.property_listings_navigation .property-search-form, #property-request-form .wpcf7-form {
	background: transparent;
	padding-right: 0;
	border-radius: 0;
	width: 100%;
	border-top: none;
	border-bottom: none;
}

.property_listings_navigation a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: none;
    background: transparent;
    margin: 0 0 0 0;
    min-width: 0;
    width: 100%;
    height: 50px;
    text-transform: none;
    color: #999;
    cursor: pointer;
    
}

.property_listings_navigation a.current p {
    color: #fff;
	background: #0074ba;
}

.property_listings_navigation a.current p, .property_listings_navigation a.current p::before {
    color: #fff;
}

.property_listings_navigation p {
	line-height: 50px;
	height: 50px;
	margin: 0;
	font-weight: 700;
	color: #999;
	border-left: solid 1px #0074ba;
	border-top: solid 1px #0074ba;
	border-bottom: solid 1px #0074ba;
}

.property_listings_navigation p::before {
	display: inline;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f105';
	margin-right: 10px;
	margin-left: 10px;
	color: #0074ba;
}

.property_listings_navigation .grid_selector p {
	text-align: center;
}

.property_listings_navigation .map_selector p {
	text-align: center;
}

.property_listings_navigation a.map_selector p {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right: solid 1px #0074ba;
}

.property_listings_navigation .grid_selector p::before {
	content: '\f3c5';
	margin-left: 0;
}

.property_listings_navigation .map_selector p::before {
	content: '\f279';
	margin-left: 0;
}

.property_listings_navigation .results p::before {
	content: '\f00c';
}

.property_listings_navigation .results p {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#property-request-form .first-name input, #property-request-form .last-name input, #property-request-form .your-email input, #property-request-form .tel input, #property-request-form .choose-tenure input, #property-request-form .choose-location input, #property-request-form .property-type input {
	background: #fff;
	line-height: 50px;
	height: 50px;
	border-bottom: 0;
	border-right: solid 1px #0074ba;
	font-size: 15px;
	color: #0074ba;
}

#property-request-form .property-type input {
	border-right: none;
}

#property-request-form .your-email input, #property-request-form .size_input {
	border-right: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#property-request-form .first-name input, #property-request-form .choose-tenure input {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#property-request-form .row {
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	-webkit-opacity: 1;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	-moz-opacity: 1;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	-ms-opacity: 1;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	-moz-opacity: 1;
	opacity: 1;
	
}

.fontAwesome {
	font-family: "Open Sans", 'Font Awesome 5 Free', sans-serif;
}

.acceptance_container {
	background: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

.arrange_a_viewing .acceptance_container {
	height: auto;
	line-height: 1.3em;
	overflow: auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.submit {
	height: 50px;
}

.req-form-fields {
	 display: inline-block;
    vertical-align: top;
    position: relative;
    border: none;
    background: #fff;
    margin: 0 0 0 0;
    min-width: 0;
    width: 100%;
    height: 50px;
    text-transform: none;
    color: #0074ba;
    cursor: pointer;
    border-left: solid 1px #0074ba;
	font-size: 14px;
    line-height: 50px;
    font-weight: 700;
}


/* End Property Search Form */

/* Google Map */

.map_container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.property_details .map_container {
	padding-top: 75%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.property_details .map_container #map {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#map, .acf-map {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

#property_map, #contact_map {
	padding: 0;
}

#contact_map .map_container {
	padding-top: 33.33333%;
}

.maps_info_window .image_container {
	margin-bottom: 20px;
}
.maps_info_window {
	display: block;
	background: rgba(0,0,0,0);
	max-width: 300px;
	font-size: 14px;
	padding-top: 5px;
	font-weight: 400;
	cursor: pointer;
}

.maps_info_window h3 {
	font-size: 16px;
	line-height: 1.3em;
}

/* End Google Map */

/* Tooltipster */

.tooltipster-content p {
	margin-bottom: 10px;
}

.tooltipster-box {
	background: #fff !important;
	border: solid 2px #0074ba !important;
	border-radius: 10px !important;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-content {
	color: #0074ba !important;
	padding: 20px !important;
	padding-bottom: 10px !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom: none !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #0074ba !important;
}
.tooltip_templates { 
	display: none; 
}

/* End Tooltipster */

/* Flexslider */

#header_slider .slides li .imageContainer {
	height: 300px;
}

#awards_slider .slides li .imageContainer {
	height: 0;
	padding-top: 78.125%;
}

/* End Flexslider */

/* Colours */

.blue {
	color: #0074ba;
}

.red {
	color: #d30f5a;
}

.bg_blue {
	background-color: #0074ba;
}
	
.white {
	color: #fff;
}

.bg_white {
	background-color: #fff;
}

.black {
	color: #000;
}

.bg_black {
	background-color: #000;
}

.gray {
	color: #999;
}

.light_gray {
	color: #eee;
}

.bg_light_gray {
	background-color: #eee;
}

.bg-gradient-vertical-black-fade {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}

.bg-light-blue {
	background-color: rgba(0,116,186,0.05);
}

/* End Colors */

/* Jquery UI Overrides */

.ui-selectable-helper {
	border: none !important;
}

.property-search-form .ui-slider-handle.ui-state-default, #property-request-form .wpcf7-form .ui-slider-handle.ui-state-default {
	outline: 0 !important;
	border: solid 2px #0074ba;
	background: #fff;
	font-weight: normal;
	color: #454545;
	cursor: pointer !important;
		
}

.property-search-form .ui-slider.ui-widget-content, #property-request-form .wpcf7-form .ui-slider.ui-widget-content {
	background: #0074ba;
}

.property-search-form .ui-slider-range.ui-widget-header, #property-request-form .wpcf7-form .ui-slider-range.ui-widget-header {
    border: none;
    background: #ccc;
}

.property-search-form .ui-slider.ui-widget.ui-widget-content, #property-request-form .wpcf7-form .ui-slider.ui-widget.ui-widget-content {
	border: solid 2px #0074ba;
}
/* End Jquery UI Overrides */

/* Footer */

#footer {
	padding: 0 0;
}


#signoff {
	padding: 10px 0;
	
}

.contact_section .social a {
	margin: 0 10px 10px 0;
	display: block;
}

.contact_section .social i {
	width: 20px;
	margin-right: 5px;
	text-align: center;
}

.contact_section {
	padding: 40px 0;
}

.contact_section .row {
	margin-left: -40px;
	margin-right: -40px;
}

.contact_section .column {
	padding-left: 40px;
	padding-right: 40px;
}

#rics {
	display: block;
	width: 200px;
	margin: 20px 0;
	margin-left: -5px;
}
/* End Footer */

/* Media Queries */

@media screen and (max-width: 1080px) {
	#awards_feed .container {
		width: 690px;
	}
	
	.core_service {
		display: block;
	}
	.map_graphic_content p {
		display: none;
	}
}

@media screen and (max-width: 690px) {
	#awards_feed .container {
		width: 360px;
	}
	
	.map_graphic_content ul {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	
	#refine_search {
		display: none;
	}
	
	#property-search-form {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	#property_list {
		padding-top: 0;
	}
	
	.hide-mobile {
		display: none !important;
	}
	
	body {
		padding-top: 50px;
	}
	
	.property-search-form {
		max-width: 500px;
		margin: 0 auto;
		padding-right: 0;
		border-right: solid 1px #0074ba;
	}

	.property_listings_navigation .results p {
		border-bottom: none;
		border-right: solid 1px #0074ba;
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
	}
	
	.property_listings_navigation .results p {
		border-bottom: none;
		border-right: solid 1px #0074ba;
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
	}

	.property_listings_navigation a.map_selector p {
		border-top-right-radius: 0;
	}
	
	#property-request-form .row.padding-bottom-1 {
		padding-bottom: 0;
		
	}
	
	#property-request-form input, #property-request-form .jcf-select, #property-request-form .column.size_input, #property-request-form .acceptance_container {
		margin-bottom: 10px !important;
		border-radius: 10px;
	}
	.property_details_container {
		padding: 20px;
		min-height: 0;
	}
	
	.news-headline {
		position: relative;
		bottom: auto;
		padding: 20px 0 0 0;
		color: #fff;

	}
	#logo_blocks img.logo {

		width: 200px;
		height: auto;
		margin: 20px;

	}
	
	.map_graphic_content p {
		display: none;
	}
	
	.map_graphic_content h2 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.image_container.map_graphic_container {
		padding-top: 60%;
	}
	
	#contacts-new {
		padding-top: 0;
		height: auto;
	}
	
	#contacts-new .contacts {
		position: relative;
		bottom: auto;
		padding: 60px 0;
		width: 100%;
		background: rgba(0,116,186,0.5);
	}
	
	#contact_map .map_container {
		padding-top: 56.25%;
	}
	
	
	
}

@media screen and (min-width: 961px) {
	.show-mobile {
		display: none !important;
	}
}

/* Media Queries */



