/*
Theme Name: Pixeldot
Theme URI: http://www.pixeldotcreative.com/
Author: Pixeldot
Author URI: http://www.pixeldotcreative.com/
Description: Pixeldot Theme
Version: 1.0
License: Copyright Pixeldot Creative Ltd
Text Domain: pixeldot
*/

@charset "UTF-8";
/* CSS Document */

/* global settings */

body {
	margin:0;
	background-color: #343434;
	color: #FFF;
}

body, input, select, textarea {
	font-family: 'Gilroy-Regular', sans-serif;
	text-rendering: optimizeLegibility;
	font-size:17px;
}

::selection { color:white; background: rgba(255, 109, 126, 0.9);}
::-moz-selection { color:white; background: rgba(255, 109, 126, 0.9);}

a {
	text-decoration:none;
	color:#FF6D7E;
	cursor: pointer;
}

a:hover {
	text-decoration:none;
	color:#ffb6be;
}

.landlord-style a, .residential-style a {
	color: #9DC4C3;
}

.landlord-style a:hover, .residential-style:hover {
	color:#B1DDDC;
}

.residential-style .bg-mid a {
	color: #FFF;
}

/* buttons */

a.button, input[type="submit"], .pagination a {
	background-color: transparent;
	display: inline-block;
	border: 2px solid #FF6D7E;
	color: #FF6D7E;
	font-size: 18px;
	line-height: 20px;
	padding: 15px 25px 15px 35px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	min-width: 150px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
}

.landlord-style a.button, .landlord-style input[type="submit"], .landlord-style .pagination a, .residential-style a.button, .residential-style input[type="submit"], .residential-style .pagination a {
	border-color:#9DC4C3;
	color: #9DC4C3;
}

input[type="submit"] {
	padding-right: 35px;
}

a.button:hover, input[type="submit"]:hover {
	border-color:#FFF;
}

.bg-light a.button:hover, .bg-light input[type="submit"]:hover, .pagination a:hover {
	border-color: #343434;
}

a.button::after, span.button::after, .pagination a::after {
	content:"\00a0\00a0\f105";
	font-family: "FontAwesome";
	font-weight:normal;
	display: inline-block;
	padding-left: 0;
	padding-right: 10px;
}

a.button.scroll::after {
	content:"\00a0\00a0\f107";
	font-family: "FontAwesome";
	font-weight:normal;
}

a.button.gallery-trigger::after {
	content:"\00a0\00a0\f03e";
	font-family: "FontAwesome";
	font-weight:normal;
}

a.button:hover::after, a.property:hover span.button::after, a.story:hover span.button::after, .pagination a:hover::after {
	padding-right: 0;
	padding-left: 10px;
	color: #FFF;
}

.bg-light a.button:hover::after, .pagination a:hover::after {
	color: #343434;
}

a.button.mega-button {
	color: #FFF;
	background-color:#FF6D7E;
}

.landlord-style a.button.mega-button {
	color:#FFF;
	background-color: #9DC4C3;
}

a.sub-button {
	padding: 5px 15px;
	display: inline-block;
	margin-right: 5px;
	border-bottom: 4px solid #FF6D7E;
	color: #343434;
}

a.sub-button:hover {
	border-color:#ffb6be;
}

.landlord-style a.sub-button, .residential-style a.sub-button {
	border-color:#9DC4C3;
}

/* transisitions */

a, input[type="submit"], a.button, input.button, a.button::after, span.button, span.button::after, .image-zoom img, .pagination a::after, a.property.highlight-property .image-zoom, a.property.highlight-property .inner, a.property.highlight-property .button {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wow {
	visibility:hidden;
}

img[data-lazy-src] {
   opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
	opacity: 1;
}

/* typography */

h1, h2 {
	font-family:'SuperFlyOne', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 150px;
	line-height: 100px;
}

h2 {
	font-size: 80px;
	line-height: 70px;
}

h3, h4, h5, h6, strong, b {
	font-family: 'Gilroy-Bold', sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 24px;
}

#property-sidebar h3 {
	font-size: 20px;
}

#property-sidebar h3 em {
	font-style: normal;
	font-weight: normal;
	font-family: 'Gilroy-Regular', sans-serif;
	font-size: 17px;
}

p strong {
	font-family: 'Gilroy-Bold', sans-serif;
	font-weight: normal;
}

.landlord-style h1, .landlord-style h2, .landlord-style h3, .landlord-style h4, .landlord-style h5, .landlord-style h6 {
	font-family: 'DidotLTStd-Italic', serif;
	font-style: normal;
	font-weight: normal;
}

.landlord-style h1, #content.landlord-style .column.one.post-column h1 {
	font-size: 70px;
	line-height: normal;
	line-height: 60px;
}

.landlord-style h2 {
	font-size: 40px;
	line-height: normal;
}

/* row colours */

.bg-mid {
	background-color:#EFC100;
	color:#343434;
}

.bg-dark {
	background-color: #211E43;
	color: #FFF;
}

.landlord-style .bg-mid {
	background-color: #D9D9D9;
	color: #343434;
}

.landlord-style .bg-dark {
	background-color: #343434;
}

.row-1 {
	padding-top: 100px;
}

.row-1.hero {
	padding-top: 0;
}

/* forms */

input[type="text"], input[type="email"], input[type="phone"], input[type="tel"], textarea {
	background-color: #f1f1f1;
	border: 2px solid #b6b6b6;
	display: inline-block;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	height: 54px;
}

input:focus, textarea:focus {
	border-color:#FF6D7E;
	background-color:#ffb6be;
	color:#343434;
}

.validation_message {
	color:#6f2720;
}

div.validation_error {
	color:#FFF;
	background-color:#6f2720;
}

div.gform_confirmation_message {
	color:#FFF;
	background-color:#00941D;
}

.gform_body label {
	display: block;
	clear: both;
	width: 100%;
	font-family: 'Gilroy-Bold', sans-serif;
	font-weight: normal;
	margin-top: 10px;
}

.gform_body label.gfield_label {
	font-size: 20px;
	padding-top: 20px;
}

.gform_body input, .gform_body textarea {
	width: 100%;
}

span.gform_description {
	display: block;
	padding: 15px 0 0 0;
	line-height: 1.4em;
}

.gform_body .dk-select {
	width: 100%;
	margin-bottom: 10px;
}

.gform_footer input[type="submit"] {
	display: block;
	margin: 20px auto 0 auto;
}

table.ui-datepicker-calendar {
	width: 100%;
}

table.ui-datepicker-calendar td span, table.ui-datepicker-calendar td a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f1f1f1;
}

table.ui-datepicker-calendar td span.title {
	text-align: center;
	font-family: 'Gilroy-Bold', sans-serif;
	font-weight: normal;
}

table.ui-datepicker-calendar td.ui-datepicker-current-day a {
	color: #FFF;
	background-color:#FF6D7E;
}

a.ui-datepicker-prev {
	display: inline-block;
	float: left;
	width: 25%;
}

a.ui-datepicker-next {
	display: inline-block;
	float: right;
	width: 25%;
	text-align: right;
}

a.ui-datepicker-next span, a.ui-datepicker-prev span {
	cursor: pointer;
}

.ui-datepicker-title {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	width: 50%;
	left: 25%;
	top: -24px;
}

textarea {
	height: 150px;
}

/* header */

a.logo {
	width:120px;
	height:82px;
	background-size:120px 82px;
	float:left;
	background-image: url(images/logo.svg);
}

.landlord-style a.logo {
	background-image: url(images/logo-ll.svg);
}

#header a.logo {
	position: absolute;
	z-index: 1;
}

#header {
	z-index: 0;
}

#header .nav {
	width:100%;
	float:right;
	padding: 0 160px 0 150px;
	box-sizing: border-box;
	z-index: 0;
}

#header-span {
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 3;
}

#header-angle {
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 180px;
	overflow: hidden;
}

#header-angle #angle-inner {
	position: absolute;
	width: 120%;
	background-color: #FFF;
	z-index: 0;
	height: 300px;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	bottom: 45%;
	left: -10%;
}

#header .nav a {
	line-height: 62px;
	height: 62px;
	padding: 0 10px;
	color: #211E43;
	font-size: 16px;
}

#header .nav a:hover {
	color: #FF6D7E;
}

#header .nav li.nav-tag a {
}

.landlord-style #header .nav a:hover {
	color:#908ea1;
}

a.audience-tab {
	font-family: 'Gilroy-Bold', sans-serif;
	font-weight: normal;
	color: #FFF;
	display: block;
	position: absolute;
	right: 0;
	padding: 0 30px 0 40px;
	line-height: 40px;
	background: url(images/tab.svg) left center no-repeat transparent;
	background-size: 800px 40px;
	top: 32px;
	z-index: 4;
}

a.audience-tab.students-tab {
	background-image: url(images/tab-stu.svg);
	color: #343434;
}

span#mobile-nav {
	background-color: transparent;
	color: #343434;
	padding: 0;
	width:40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	z-index: 2;
	position: relative;
}

span#mobile-nav span {
	margin-left: 0;	
	text-align: center;
	width:40px;
	height: 40px;
	line-height: 40px;
	position: relative;
}

span#mobile-nav span.fa-close {
	color: #FFF;
}

#header .nav.visi-nav {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(52,52,52,0.9);
	z-index: 1;
	width: 100%;
	height: 100%;
	height: 100vh;
	padding: 0;
}

#header .nav.visi-nav li a {
	text-align: center;
	line-height: normal;
	height: auto;
	font-size: 26px;
}

#header .nav.visi-nav ul:not(.sub-menu) {
	position: relative;
	top: 50%;
  	transform: translateY(-50%);
}

/* content */

#content {
	background-color: #FFF;
	color: #343434;
	z-index: 1;
}

/* footer */

#footer {
	text-align:center;
	padding-top: 50px;
	padding-bottom: 70px;
	font-size: 13px;
	z-index: 0;
}

#footer .column.last {
	text-align: right;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FF6D7E;
}

#footer a.logo {
	float: none;
	background-image: url(images/logo-white.svg);
}

#footer .nav ul {
	text-align: right;
}

#footer .nav ul li a {
	padding: 0 10px;
}

/* hero */

.hero {
	min-height: 100vh;
}

.hero-slide .column {
	text-align: center;
}

.hero .search-bar-wrap {
	z-index: 1;
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
}

.hero h1 {
	font-size: 200px;
	line-height: 140px;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	position: relative;
	z-index: -1;
}

.hero .bg-dark {
	color: #FFF;
}

.hero .bg-dark h1 {
	color:#EFC100;
}

.landlord-style .hero h1 {
	font-size: 60px;
	line-height: 60px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	z-index: -1;
}

.landlord-style .hero .bg-dark h1 {
	color: #FFF;
}

.hero p {
	max-width: 900px;
	margin: 0 auto;
}

.landlord-style .bg-dark a.button:hover {
	border-color: #FFF;
}

.landlord-style .bg-dark a.button:hover::after {
	color:#FFF;
}

.hero-slide .row-inner {
	z-index: 1;
}

.hero-slide .image-overlay {
	z-index: 0;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.single-properties .hero-slide .image-overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00525252', endColorstr='#cc525252',GradientType=0 );
}

/* search form */

.search-tab {
	display: none;
}

.search-tab:first-of-type {
	display: block;
}

#search-tabs ul.tab-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#search-tabs ul.tab-nav li {
	display: inline-block;
}

#search-tabs ul.tab-nav li a {
	padding: 5px 25px;
	margin-right: 3px;
	background-color: #343434;
	display: block;
	color: #FFF;
}

#search-tabs ul.tab-nav li.ui-tabs-active a {
	background: rgba(255,255,255,0.5);
	color: #343434;
}

#search-tabs ul.tab-nav li a span.fa {
	opacity: 0;
}

#search-tabs ul.tab-nav li.ui-tabs-active a span.fa {
	opacity: 1;
}

#search-tabs .ui-tabs-panel .search-main, #search-tabs .ui-tabs-panel .search-filter-options {
	box-sizing: border-box;
	padding: 20px 25px;
	background: rgba(255,255,255,0.5);
}

#search-tabs label, p.filter-label {
	display: inline-block;
	line-height: 54px;
	cursor: pointer;
}

#search-tabs .dk-select, #search-tabs label, #search-tabs p.filter-label {
	width: 20%;
	box-sizing: border-box;
	padding-right: 5px;
	float: left;
	vertical-align: middle;
}

#search-tabs p.filter-label {
	font-size: 30px;
	font-family: 'Gilroy-Bold', sans-serif;
    padding-top: 0;
	padding-bottom: 0;
	display: block;
	width: 100%;
}

#search-tabs .ui-tabs-panel .search-filter-options {
	display: none;
	margin-top: 10px;
}

body.page-id-248 #search-tabs .ui-tabs-panel .search-filter-options.student-filter-options {
	display: block;
	clear: both;
}

body.page-id-60 #search-tabs .ui-tabs-panel .search-filter-options.renting-filter-options {
	display: block;
}

body.page-id-63 #search-tabs .ui-tabs-panel .search-filter-options.selling-filter-options {
	display: block;
}

#search-tabs input[type="submit"] {
	width: 20%;
	background-color: #FF6D7E;
	color: #FFF;
	height: 54px;
	line-height: 24px;
}

.landlord-style #search-tabs input[type="submit"], .residential-style #search-tabs input[type="submit"]{
	background-color:#9DC4C3;
}

#search-tab-ref input[type="text"] {
	width: 79%;
}

#content label.search-label {
    display: none;
}

/* split */

.split-right, .split-left {
	background-position: center;
	background-size: cover;
	vertical-align: top;
}

/* search results */

body.page-id-248 #content {
	background-color:#EFC100;
	padding-top: 110px;
}

body.page-id-63 #content, body.page-id-60 #content {
	background-color:#D9D9D9;
	padding-top: 110px;
}

a.property:last-of-type {
	margin-right: 0;
}

a.property {
	background-color: #FFF;
	position: relative;
	display: block;
}

a.property.highlight-property .image-zoom, a.property.highlight-property .inner, a.property.highlight-property .button {
	opacity: 0.2;
}

a.property .inner {
	padding-bottom: 70px;
}

a.property h3 {
	color:#211E43;
	padding: 0;
}

a.property ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 10px;
}

a.property ul li {
	padding-bottom: 5px;
	color: #343434;
}

a.property ul li span.fa {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	background-color: #EFC100;
	color: #FFF;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-right: 10px;
}

.landlord-style a.property ul li span.fa {
	background-color: #211E43;
}

span.button {
	position: absolute;
	right: 0;
	bottom: 30px;
	padding: 10px 30px;
	background-color: #FF6D7E;
	color: #FFF;
	font-family: 'Gilroy-Bold', sans-serif;
}

.landlord-style span.button, .residential-style span.button {
	background-color: #9DC4C3;
}

.image-zoom {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}

.image-zoom img {
	object-fit: cover;
}

a.property .image-zoom {
	max-height: 300px;
}

.image-zoom img {
	z-index: 0;
	position: relative;
}

a:hover .image-zoom img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
  	transform: scale(1.05);
}

a.property span.sold, a.story span.sold {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
	display: block;
	padding: 12px 25px;
	color: #FFF;
	background-color:#211E43;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
}

/* social */

ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.social li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

ul.social li a {
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 2px solid;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}

ul.social li a span {
	display: block;
	width:0;
	height: 0;
	overflow: hidden;
}

/* map */

.map {
	min-height: 600px;
	height: 100%;
}

.map.listings-map {
	min-height: 400px;
}

/* latest properties */

.row.latest_properties.bg-light {
	background-color: #F1F1F1;
}

/* pagination */

.wp-pagenavi a, .wp-pagenavi span.current {
	display: inline-block;
	padding: 15px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
	margin: 0 2px;
	vertical-align: bottom;
}

.wp-pagenavi {
	width: 100%;
}

/* story */

a.story {
	display: block;
}

a.story.column.thirds .inner, a.story .story-img {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

a.story.column.thirds .inner {
	margin-left: 50%;
}

a.story.column.thirds img {
	display: none;
}

a.story .story-img {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}

.story img {
	object-fit: cover;
}

.row.posts_feed a.story {
	background-color:#EFC100;
}

.landlord-style .row.posts_feed a.story {
	background-color: #D9D9D9;
}

.row.posts_feed a.story {
	color: #343434;
	position: relative;
}

.row.posts_feed a.story h3 {
	color: #FFF;
}

.landlord-style .row.posts_feed a.story h3 {
	color:#343434;
}

a.story h3, a.story p {
	padding: 0;
}

a.story p.date {
	padding: 15px 0;
	opacity: 0.5;
}

a.story .inner {
	padding-bottom: 90px;
}

a.story.column.thirds .inner {
	padding-top: 70px;
}

/* property single */

.blur-image {
	-webkit-filter: blur(10px); /* Safari */
    filter: blur(10px);
	position: absolute;
	z-index: -1;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
	background-size: cover;
	overflow: hidden;
	background-position: center;
}

body.single-properties .hero-slide {
	overflow: hidden;
}

body.single-properties .hero-slide h1 {
	font-size: 120px;
	line-height: 80px;
}

.gallery a {
	position: relative;
	z-index: 0;
	display: block;
}

#content .hidden-image {
	display: none;
}

.gallery-count {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(52,52,52,0.7);
	color: #FFF;
	text-align: center;
}

.gallery-count strong {
	font-weight: normal;
	font-family:'SuperFlyOne', sans-serif;
	font-size: 50px;
}

#exclude-overlay {
	background:rgba(52,52,52,0.9);
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 100px;
}

body.single-properties .hero {
	color: #FFF;
}

body.single-properties .hero ul {
	list-style: none;
	margin: 0;
	padding: 30px 0 15px 0;
	position: relative;
	display: block;
}

body.single-properties .hero ul li {
	display: inline-block;
	padding: 0 15px;
	font-size: 20px;
}

body.single-properties .hero ul li:first-of-type {
	display: block;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 30px;
	color: #EFC100;
}

body.single-properties .hero ul li span.price-ppw {
	font-family: 'Gilroy-Regular';
	font-size: 24px;
}

body.single-properties .hero ul li:first-of-type strike {
	opacity: 0.4;
}

body.single-properties .hero ul li:first-of-type strong {
	text-transform: uppercase;
}

body.single-properties .landlord-style .hero ul li:first-of-type {
	color: #D9D9D9;
}

ul.property-deets {
	list-style: none;
	margin: 0;
	padding: 15px 0 10px 0;
	column-count:2;
}

ul.property-deets li {
	display: inline-block;
	box-sizing: border-box;
	padding: 7px 15px;
	margin: 0 0 5px 0;
	background-color: #f1f1f1;
	width: 100%;
	border-left: 3px solid #EFC100;
}

.landlord-style ul.property-deets li {
	border-color:#211E43;
}

body.single-properties #location {
	background-color: #f1f1f1;
}

.row.property-overview .column.last {
	float: right;
}

.row.property-overview .column.last a.button {
	margin-bottom: 15px;
}

.row.property-overview .row-inner {
	display: block;
}

.row.property-overview .column.last a.button {
	width: 100%;
}

.addthis_inline_share_toolbox {
	margin: 15px 0;
}

.row.property-overview .column.last .addthis_inline_share_toolbox .at-share-btn-elements {
	text-align: center;
}

ul#map-filter {
	margin: 0;
	padding: 15px 0 10px 0;
	list-style: none;
}

ul#map-filter li {
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	padding: 5px 15px;
	margin-bottom: 3px;
	background-color: #fff;
}

ul#map-filter li.selected {
	border-left: 3px solid #EFC100;
}

.landlord-style ul#map-filter li.selected {
	border-color: #211E43;
}

body.single-properties .image-zoom {
	max-height: 160px;
}

.floorplans-popups {
	display: none;
}

/* popups */

.popup-content {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFF;
	width: 90%;
	color: #343434;
}

/* post */

.column.one.post-column {
	max-width: 800px;
	margin: 0 auto;
}

.column.one.post-column h1 {
	font-size: 80px;
	line-height: 60px;
}

.column.one.post-column .wp-post-image {
	margin: 15px auto;
}

body.single-post #content, body.category #content, body.post-type-archive-faqs #content, body.tax-faq_categories #content, body.single-faqs #content, body.single-team #content, body.page-id-32981 #content {
	background-color: #f1f1f1;
}

/* tables */

#content table {
	width: 100% !important;
	table-layout: fixed;
	margin-bottom: 15px;
}

#content table td {
	padding: 10px 15px;
	background-color: #f1f1f1;
	height: auto !important;
	width: auto !important;
}

/* sturents */

a#sturents {
	display: block;
	width:0;
	height: 0;
	overflow: hidden;
}

.assoc-logos img {
    height: 100px;
    display: inline-block;
    margin: 10px 20px 10px 0;
}

#footer .assoc-logos img {
    margin-top: 0;
}

/* faqs */

ul.faq-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.faq-list li {
    margin-bottom: 15px;
}

ul.faq-list li a {
    display: block;
    box-sizing: border-box;
    background: #FFF;
    border-bottom: 3px solid #EFC100;
    color:#343434;
    padding: 30px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
}

#accordion h3 {
    display: block;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 15px 30px;
    margin-top: 15px;
    cursor: pointer;
}

#accordion div.ui-accordion-content .accordion-inner {
    box-sizing: border-box;
    background-color: #F9F9F9;
    padding: 15px 30px;
    border-top: 1px solid #b6b6b6;
}

body.single-team img.team-img, a.team-tile img {
	border-radius: 50%;
}

blockquote {
	padding: 0 15px;
	margin: 30px 0 15px 0;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #EFC100;
	clear: both;
}

blockquote p em {
	font-family: 'SuperFlyOne', sans-serif;
	font-style: normal;
	font-size:30px;
}

ul.team-list {
	display: block;
	clear: both;
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

a.team-tile {
	display: block;
	position: relative;
	background-color: #fff;
}

a.team-tile p {
	color: #000;
	padding-top: 0;
}

.team-search-form {
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
	padding: 15px;
}

/* hero links */

.row.hero_links {
	background-color: #211E43;
	color: #FFF;
}

.row.hero_links h1 {
	color: #EFC100;
}

ul.hero-links {
	list-style: none;
	margin: 0;
	padding: 25px 0 75px 0;
	display: block;
	clear: both;
	width: 100%;
}

ul.hero-links li {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.hero-links li a {
	display: flex;
	cursor: pointer;
	color: #FFF;
	justify-content:flex-start;
	align-items:center;
}

ul.hero-links li a:hover {
	color: #FF6D7E;
}

ul.hero-links li span.hero-link-title {
	display: inline-block;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 100px;
	height: 100px;
}

ul.hero-links li span.hero-link-title:after {
	content:"\f105";
	font-family: "FontAwesome";
	font-weight:normal;
	padding: 0 10px;
	opacity: 0;
}

ul.hero-links li a:hover span.hero-link-title:after {
	opacity: 1;
}

ul.hero-links li span.hero-link-content {
	display: flex;
	align-items: center;
	color: #FFF;
	opacity: 0;
	position: absolute;
	background-color: rgba(10, 9, 20, 0.9);
	padding: 30px;
	border-radius: 5px;
}

ul.hero-links li span.hero-link-content span {
	display: inline-block;
}

ul.hero-links li a:hover span.hero-link-content {
	opacity: 1;
	color: #FFF;
}

ul.hero-links li img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-right: 10px;
	display: inline-block;
	opacity: 0;
}

ul.hero-links li a:hover img {
	opacity: 1;
}

/* residential lettings */

#content.residential-style .hero .bg-dark h1 {
	color: #9DC4C3;	
}

#content.residential-style .bg-mid,
#content.residential-style a.property ul li span.fa,
#content.residential-style .row.posts_feed a.story
 {
	background-color: #9DC4C3;
}

.nav ul li ul {
	background-color:#343434;
	margin-top: -15px;
}

#header .nav ul li ul li a {
	min-width: 150px;
    line-height: normal;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
}

.logo-container {
	margin: 0 auto;
    width: auto;
    background: white;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.logo-container img {
	display: inline-block;
}

#footer .column.one {
	text-align: center;
}
