/**
 * Global
 */
 html {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

body {
	color: #666;
	font-size: 1.1rem;
}

.h2, h2, .h3, h3 {
	color: #06214A;
}

.h2, h2 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 1rem;
}

.h3, h3 {
	font-size: 1.3rem;
	font-weight: 700;
}

a {
	color: #02204C;
}

.entry-content ul {
	list-style-type: none;
	padding-left: 0.7rem;
}

.entry-content ul.wp-block-gallery {
	padding: 0;
}

.entry-content ul li {
	color: #06214A;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 0.4rem;
	text-indent: -0.9rem;
}

.entry-content ul li a {
	color: #06214A;
}

.entry-content ul:not(.wp-block-gallery) li:before {
	content: "\f105";
	font-family: fontawesome;
	color: #B8E4FA;
	font-size: 1.25rem;
	margin: 0 0.25rem;
}

/**
 * Navigation
 */
.navbar-brand {
	width: 24.25%;
	padding: 1rem;
	transition: all 300ms;
	background-color: #0650a0;
	padding: 1.15rem 3.5rem 1.15rem 2rem;
}

#navbarNavDropdown {
	justify-content: flex-end;
}

.nav-wrap #navbarNavDropdown {
	justify-content: flex-end;
	flex: 0 0 auto;
}

.wrapper-navbar .navbar {
	padding: 0;
}

.wrapper-navbar .navbar .container-fluid {
	padding-left: 0;
}

.wrapper-navbar .navbar-nav li {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin: 0 0.5rem;
}

.wrapper-navbar .navbar-nav li a {
	color: #000530;
}

.wrapper-navbar .navbar-nav li a:hover {
	color: #B8E4FA;
}

a, a:hover {
	transition: all 300ms;
}

.navbar-sub {
	background-color: #000530;
	color: #fff;
}

.navbar-secondary .navbar-sub li a {
	color: #fff;
}

.navbar.navbar-secondary {
	padding: 0;
	float: right;
}

.navbar-secondary .navbar-sub li .dropdown-menu {
	background-color: #001F4D;
    padding: 0.5rem 0;
    left: unset;
    right: 0;
    margin: -1px;
    margin-right: -1rem;
}
.navbar-secondary .navbar-sub li .dropdown-menu li{
	margin: 0;
}
.navbar-secondary .navbar-sub li .dropdown-menu li a {
    background-color: #001F4D;
    color: #fff;
    border-radius: 0;
    padding: 0.5rem 1.5rem;
}

.navbar-secondary .navbar-sub li .dropdown-menu li a:before{
	content: none !important;
}
.navbar-secondary .navbar-sub li.comm .dropdown-menu li a:hover {
	color: #00984B;
}

@media (max-width: 575px) {
	.navbar-secondary .navbar-sub li{
		position: unset;
	}
	.navbar-secondary .navbar-sub li .dropdown-menu{
		width: 100%;
		margin: 0 auto;
		position: absolute;s
	}
}


.wrapper-main {
	padding-top: 4.45rem;
}

.navbar-main {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 5, 48, 0.1);
	z-index: 9;
}

.header-scrolled .navbar-sub {
	margin-top: -3rem;
	transition: all 300ms;
}

.navbar-sub {
	z-index: -1;
	transition: all 300ms;
}

.navbar-collapse {
	z-index: 0;
}

.header-scrolled .navbar-brand {
	padding: 0.5rem 1rem;
	transition: all 300ms;
}

.admin-bar .navbar-main {
	margin-top: 2rem;
}

#sidebar {
	color: #fff;
}

.sidebar-wrap .widget {
	margin-bottom: 2rem;
}

.sidebar-wrap h3 {
	color: #FFDD00;
	font-weight: 500;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

.sidebar-wrap a {
	color: #ffffff
}

.widget_search span.input-group-append {
	height: calc(2.25rem + 2px);
}

.widget_search span.input-group-append input {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

span.input-group-append input:hover {
	background-color: #054a82;
	border-color: #054a82;
	color: #ffffff;
}

.wp-block-cover.fullbg-img {
	height: 100%;
}

#searchform-button {
	display: table;
	width: 55px;
	text-align: center;
}

.searchform-wrapper {
	position: absolute;
	right: 0;
	width: 70%;
	display: flex;
	justify-content: flex-end;
	background: #fff;
}

.nav-wrap {
	display: flex;
	justify-content: flex-end;
}

.searchbox {
	position: relative;
	min-width: 50px;
	width: 0%;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #a1a1a1;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	font-size: 20px;
	color: #02204C;
}

.searchbox-input::-webkit-input-placeholder {
	color: #02204C;
}

.searchbox-input:-moz-placeholder {
	color: #02204C;
}

.searchbox-input::-moz-placeholder {
	color: #02204C;
}

.searchbox-input:-ms-input-placeholder {
	color: #02204C;
}

.searchbox-icon, .searchbox-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #02204C;
	background: #ffffff;
}

.searchbox-open {
	width: 30%;
}

/**
 * Homepage
 */
.page-template-homepage h1.entry-title {
	display: none;
}

.page-template-homepage .wp-block-columns {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.col-home-left {
	border-right: 1px solid #DBDBDB;
	flex-basis: 33.333%;
}

.col-home-right {
	flex-basis: 66.666%;
}

.col-home-right p {
	font-size: 1.15rem;
	margin-bottom: 3rem;
}

/**
 * Featured Properties
 */
.feat-prop {
	max-width: 100%;
	margin: 0;
}

.feat-prop-intro {
	border-left: none;
	background: #02204C;
	align-items: center;
	display: flex;
	justify-content: center;
	border-right: 0.25rem solid #fff;
}

.feat-prop-intro h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.feat-prop-intro h2 span {
	font-weight: 300;
}

.feat-prop-block {
	background: #ffffff none repeat scroll 0 0;
	text-align: center;
	padding: 0;
}

.feat-prop .homeprop-list-box, .similar-properties .homeprop-list-box {
	background-color: #00022c;
	margin: 0;
	padding: 0;
	border-right: 4px solid #fff;
	position: relative;
	min-height: 268px;
}

.section-featured-properties .col-md-3 {
	width: 25%;
	border-left: 5px solid #ffffff;
}

.section-featured-properties > .container-fluid > .row {
	display: flex;
}

.section-featured-properties .feat-prop-intro {
	border-right: none;
	border-left: none;
	background: #02204C;
	align-items: center;
	display: flex;
	justify-content: center;
	border-right: 4px solid #fff;
}

.feat-prop .slick-arrow, .similar-properties .slick-arrow {
	position: absolute;
	top: 50%;
	color: #00022C;
	font-size: 4rem;
	background: rgba(255, 255, 255,0.5);
	height: 40px;
	width: 40px;
	z-index: 99;
	transition: background-color 300ms;
	transform: translateY(-50%);
	font-size: 2.5rem;
}

.feat-prop .slick-arrow:hover,.similar-properties .slick-arrow:hover {
	background: rgba(255, 255, 255,0.8);
	transition: background-color 300ms;
	cursor: pointer;
}

.feat-prop .slick-arrow.fa-angle-right, .similar-properties .slick-arrow.fa-angle-right {
	right: 1rem;
}

.feat-prop .slick-arrow.fa-angle-left, .similar-properties .slick-arrow.fa-angle-left {
	left: 1rem;
}

.feat-prop .slick-arrow:before, .similar-properties .slick-arrow:before {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: 11px;
}

.similar-properties {
	margin-top: 3rem;
}

.similar-properties .propertyhive ul.properties {
	margin: 0;
}

.similar-properties .propertyhive ul.properties li {
	padding: 0;
	border: none;
}

.homeprop-list-box a.prop-list-img:hover img {
	opacity: 0.75;
}

.homeprop-list-box a.prop-list-img:hover img, .homeprop-list-box a.prop-list-img img {
	transition: opacity 300ms;
}

.homeprop-list-box .prop-details {
	position: absolute;
	bottom: 37px;
	left: 0;
	right: 0;
	padding: 155px 19px 16px;
	overflow: hidden;
	color: #fff;
	text-shadow: -1px 1px 1px rgba(0,0,0,0.5);
	background: filter-gradient(#00000000, #8C000000);
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)),color-stop(100%, rgba(0,0,0,0.5)));
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	pointer-events: none;
	width: 100%;
	display: flex;
	align-items: center;
}

.homeprop-list-box .prop-details h4 {
	font-size: 1rem;
	float: left;
	width: 66.666%;
	line-height: 1.3;
	width: 65%;
}

.homeprop-list-box .prop-details .prop-price {
	float: right;
	padding: 0;
	width: 35%;
}

.homeprop-list-box .prop-details .prop-loc {
	display: block;
	float: left;
	padding-top: 3px;
	text-transform: none;
	font-weight: 300;
}

.homeprop-list-box .prop-details .prop-loc a {
	font-weight: 300;
}

.homeprop-list-box .prop-details h4 {
	text-transform: none;
	color: #fff;
	text-align: left;
	margin: 0;
}

.homeprop-list-box .prop-list-img {
	position: relative;
	min-height: 300px;
	display: block;
	background-size: cover;
	background-position: center;
}

/* background center fix */
ul.properties li.post-23050 .prop-list-img, .search .post-23050 .prop-list-img{
    background-position: center;
}

ul.properties li.post-114495 .prop-list-img, .search .post-114495 .prop-list-img{
	background-position-y: 75%;
}

.similar-properties .homeprop-list-box .prop-list-img {
	overflow: hidden;
}

.similar-properties .homeprop-list-box .prop-list-img img {
	height: 234px;
	position: absolute;
	width: auto;
}

.feat-prop .sector-nav, .similar-properties #sale-label {
	padding: 0.5rem 1rem;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9rem;
}

.feat-prop .sector-nav a {
	color: #fff;
}

.similar-properties .homeprop-list-box:hover .hover-overlay {
	opacity: 0;
}

.similar-properties .homeprop-list-box:hover .prop-list-img img {
	opacity: 0.75;
}

.sale-label i {
	padding: 0 0.25rem;
	margin: 0 0.25rem 0 0;
}

.sale-label.connercial i {
	color: #009753;
}

.sale-label.lettings i {
	color: #035baa;
}

.sale-label.new-homes i {
	color: #FFDD00;
}

.sale-label.residential-sales i {
	color: #EC1C24;
}

.hover-overlay {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 3, 42, 0.9);
	padding: 2rem;
	text-align: left;
}

.hover-overlay ul {
	padding: 0.5rem 20%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	color: #fff;
}

.hover-overlay:hover {
	text-decoration: none;
}

.hover-overlay:hover * {
	text-decoration: none;
}

.hover-overlay h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

.homeprop-list-box:hover .hover-overlay {
	visibility: visible;
	opacity: 1;
	transition: all 300ms;
}

.homeprop-list-box .hover-overlay {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
}

.contactus .gform_wrapper label,.contactus .gform_wrapper .top_label .gfield_label {
	display: none !important;
}

.contactus .gform_wrapper {
	padding: 20px 19px 40px 35px;
	margin: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.contactus .gform_wrapper input[type=text], .contactus .gform_wrapper textarea {
	border: 1px solid #e0e0e0;
	padding: 7px 8px;
	width: 100%;
	margin-top: 0;
	background: #fbfbfb;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.contactus .gform_wrapper .gform_footer {
	margin-top: 0;
}

.gform_wrapper form li, .gform_wrapper li {
	text-indent: 0;
}
.gform_wrapper ul li:before{
	content: "" !important;
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
	background: #02204C;
	color: #fff;
	padding: .5rem 1rem;
	border: 2px solid #02204C;
}

.contactus .gform_wrapper input[type=submit]:hover {
	background: #ffffff;
	color: #02204C;
	border: 2px solid #02204C;
}

.contactus h5 {
	font-weight: 700;
	color: #02204C;
}

.contactus a {
	color: #606c8c;
}

.contactus a:hover {
	color: #0650a0;
	text-decoration: none;
}

/**
 * Homepage Video
 */
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 6rem;
	height: 6rem;
}

.vidembed {
	position: relative;
	display: block;
	max-height: 70vh;
	overflow: hidden;
}

.homepage-video {
	width: 100%;
	max-width: 100%;
	position: relative;
	top: -10rem;
}

.play-btn path {
	opacity: 0.7;
	transition: all 300ms;
}

.vidembed:hover .play-btn path {
	opacity: 1;
	transition: all 300ms;
}

/**
 * Search
 */
.section-home-search .col {
	padding: 0;
}

.prop-search {
	color: #fff;
	margin: -6rem auto 2rem;
}

.prop-search .tab-content {
	background-color: #001F4D;
	padding: 2rem 1rem 3rem;
}

.prop-search .nav li {
	border-right: 1px solid transparent;
}

.prop-search .nav li a {
	background-color: #000530;
	display: block;
	color: #fff;
	padding: 0.5rem 2rem;
	height: 100%;
}

.prop-search .control-department {
	display: none;
}

.page-id-5 .prop-search .new-label .nav-item,
.page-id-11597 .prop-search .new-label .nav-item,
.page-id-11633 .prop-search .sale-label .nav-item,
.page-id-11636 .prop-search .rent-label .nav-item,
.page-id-11605 .prop-search .comm-label .nav-item{
	background-color: #001F4D;
	border-color: #001F4D;
	color: #fff;
}

.prop-search .tab-content .control{
	width: 20%;
	vertical-align: top;
}

.prop-search .tab-content .control.control-address_keyword input{
    height: 35px;
}
.prop-search .tab-content .control.control-address_keyword .selectize-input{
    height: 35px;
}

.prop-search .nav-tabs {
	border-bottom: 0;
}

.prop-search [type=submit], .btn, .btn-primary, .is-style-squared .wp-block-button__link, .property-enquiry-form input[type=submit] {
	background-color: #000530;
	color: #fff;
	text-transform: uppercase;
	padding: 0.35rem 2rem;
	border: 1px solid #fff;
	transition: all 300ms;
	border-radius: 0;
	letter-spacing: 0.05rem;
	font-weight: 500;
	font-size: 1rem;
}

.prop-search [type=submit] {
	margin: 0 1rem;
}

.btn, .btn-primary, .is-style-squared .wp-block-button__link {
	border-color: #000530;
}

.prop-search [type=submit]:hover {
	background-color: transparent;
	cursor: pointer;
}

.btn:hover, .btn-primary:hover, .is-style-squared .wp-block-button__link:hover, .property-enquiry-form input[type=submit]:hover {
	color: #000530;
	background-color: transparent;
	text-decoration: none;
}

.property-search-form .control label {
	display: none;
}

.property-search-form .control-s{
	vertical-align: top;
}
.property-search-form .control-s input {
    padding: 8px 8px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

#location,#property_type,#bedrooms,#minimum_price,#maximum_price {
	width: 100%;
}

.property-search-form .select2.select2-container .select2-selection--single {
	height: auto;
	border-radius: 0;
	background-color: #00092a;
	color: #fff;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}

.property-search-form .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
}

/**
 * Latest News
 */
.section-latest-news {
	padding: 4rem 2rem;
}

.newsblock {
	padding: 1rem 1rem;
}

.row-news {
	padding: 0 1rem;
}

.newsblock-image {
	max-height: 12rem;
	overflow: hidden;
	margin: 0 0 1rem;
}

.newsblock-content > a {
	color: #02204C;
	font-weight: 700;
	margin: 0 0 0.5rem;
	display: block;
	font-size: 1rem;
}

.newsblock-content > a i {
	color: #B8E4FA;
}

.newsblock-content > p {
	color: #666;
	margin: 0 0 0.75rem;
}

h4.newsblock-labelcat {
	font-size: 1.15rem;
	font-weight: 400;
}

/**
 * Footer
 */
#wrapper-footer-full {
	background-color: #02204C;
}

.wrapper-footer-full, .wrapper-footer-full a {
	color: #fff;
}

.wrapper-footer-full {
	padding: 3rem 3rem 2rem 3rem;
	font-size: 0.9rem;
}

.wrapper-footer {
	background-color: #01032A;
	padding: 0.75rem 3rem 0.75rem;
	color: #fff;
	font-size: 0.85rem;
}

.wrapper-footer a {
	color: #fff;
}

.logo-footer {
	height: 2rem;
	width: auto;
	max-width: 100%;
}

.footer-logo-wrap, .social-wrap {
	margin: 0 0 0.75rem;
	padding: 0 0 0.5rem;
	height: 3rem;
	border-bottom: 1px solid;
}

.wrapper-footer-full ul {
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

.wrapper-footer-full ul li {
	margin-bottom: 0.5rem;
}

.social-links {
	font-size: 1.5rem;
}

.social-links a:hover{
	color: #0650a0;
}

.footer-logos-wrap {
	display: flex;
	justify-content: flex-end;
}

a.footer-logos {
	margin-left: 2.5rem;
	opacity: 1;
}

a.footer-logos:hover {
	opacity: .75;
}

a.footer-logos img {
	height: 35px;
	width: auto;
}

a.footer-logos.logo-ipav img {
	margin-top: 5px;
}

a.footer-logos.logo-naihmd img {
	height: 30px;
}

#menu-sub-menu li a:before {
	content: "\f067";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 0.25rem 0 0;
	width: 1rem;
	transition: all 300ms;
	text-align: center;
	line-height: 0.9rem;
}

@keyframes plus-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

#menu-sub-menu li a:hover:before {
	animation: plus-spin 600ms .25 linear;
}

#menu-sub-menu li.sale a:before {
	color: #EC1C24;
}

#menu-sub-menu li.new a:before {
	color: #FFDD00;
	content: "\f005";
}

#menu-sub-menu li.rent a:before {
	color: #035baa;
}

#menu-sub-menu li.comm a:before {
	color: #00984B;
}

.wrapper-footer .menu {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.wrapper-footer .menu li {
	display: inline-block;
	margin: 0 1rem 0 0;
}

.site-footer p {
	text-align: right;
	margin: 0;
}

/* News */
.news-list-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 3rem;
}

.news-list-dets {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
}

.search-results .news-list-img {
	width: 100%;
    height: 12rem;
    background-size: cover;
    background-position: center;
}

h4.news-listtitle {
	margin-top: 1rem;
}

h4.news-listtitle a {
	font-size: 1.3rem;
	font-weight: 700;
	color: #06214A;
}

h4.news-listtitle a::after {
	content: '';
	height: 2px;
	background: #ec1c24;
	width: 60px;
	display: block;
	margin: 1rem 0;
}

h4.news-listtitle a:hover {
	text-decoration: none;
	color: #035baa;
}

a.btn.btn-outline-primary {
	background: rgba(0, 5, 48, 0);
	color: #000530;
	border-color: #000530;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a.btn.btn-outline-primary:hover {
	background: rgba(0, 5, 48, 1);
	border-color: #000530;
	color: #ffffff;
}

.w3eden a.btn.btn-outline-primary {
	border: 1px solid #000530;
	border-radius: 0;
	font-family: inherit;
}

.w3eden .news-list-box {
	margin-bottom: 3rem
}

#news-listing-wrap .col-md-4 {
	margin-bottom: 3rem;
}

.news-list-box a.btn {
	font-size: .85rem;
}

.section-latest-news .w3eden .news-list-box .news-list-img {
	float: left;
	width: 50%;
}

.section-latest-news .w3eden .news-list-box .news-list-img img {
	padding-right: 35px;
}

.section-latest-news .w3eden .news-list-box .news-list-dets {
	float: left;
	width: 50%;
}

.single h1.entry-title {
	margin-bottom: .75rem;
}

.single .entry-meta {
	margin-bottom: 2rem;
}

.single-research #main {
	margin-bottom: 7rem;
}

.single-research .posted-on .updated{
	display: none;
}

.nolable label {
	display: none !important
}

.form-box {
	padding: 20px 19px 40px 35px;
	margin: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.form-box h3::after {
	content: '';
	height: 2px;
	background: #00984b;
	width: 120px;
	display: block;
	margin-top: 1rem;
}

.form-box input[type=text], .form-box textarea {
	border: none;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
}

.form-box .gform_wrapper .gform_footer {
	padding: 1em 0 .625em;
	margin: 0;
	clear: both;
}

.single .singlepost .entry-header{
	margin-bottom: 2rem;
}
.single .singlepost h1.entry-title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
}
.single .singlepost .entry-date{
    color: #999;
}
.single .singlepost .featured-image, .single .singlepost .wp-block-image {
    margin-bottom: 2rem;
}

.single .singlepost .widget-title{
	color: #fff;
    font-size: 1.5rem;
    border-bottom: 1px solid;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
}
.single .singlepost .sidenav-wrap ul{
	padding: 0;
    list-style: none;
}
.single .singlepost .sidenav-wrap ul li{
	margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.single .singlepost .sidenav-wrap ul li a {
    color: #fff;
}
.single .singlepost .sidenav-wrap ul li a:hover{
	color: #FFDD00;
	text-decoration: none;
}

/* Fullwidth Page */
h1 {
	margin-bottom: 2rem;
	color: #000530;
}

h1::after {
	content: '';
	height: 2px;
	background: #035baa;
	width: 120px;
	display: block;
	margin-top: 1rem;
}

.page-template-fullwidthpage-nav h3::after {
	content: '';
	height: 2px;
	background: #ec1c24;
	width: 60px;
	display: block;
	margin: 1rem 0;
}

.intro-row, .intro-row p {
	margin-bottom: 2rem;
	color: #02204C;
	font-size: 1.3rem;
	letter-spacing: .035rem;
	line-height: 1.4;
}

.page-template-fullwidthpage-nav p {
	margin-bottom: 2rem;
}

#page-header {
	min-height: 320px;
	width: 100%;
	background: #c0e8fb;
	display: flex;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#page-header.contact-banner {
	margin-top: 4.65rem;
}

#sidebar-nav,#sidebar {
	padding-left: 0;
}

.sidenav-wrap,.sidebar-wrap {
	padding: 2rem 1rem;
	position: sticky;
	top: 90px;
	z-index: 1029;
	background: #02204C;
}

.sidenav-wrap ul.menu {
	list-style: none;
	padding: 0;
}

.sidenav-wrap ul.menu li a {
	color: #ffffff;
	text-decoration: none;
}

.sidenav-wrap ul.menu li.current-menu-item a,.sidenav-wrap ul.menu li a:hover {
	color: #FFDD00
}

.sidenav-wrap ul.menu li a:after {
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-color: #FFDD00;
	margin-top: 6px;
	margin-bottom: 6px;
	transition: width 300ms;
}

.sidenav-wrap ul.menu li.current-menu-item a:after,.sidenav-wrap ul.menu li a:hover:after {
	width: 100%;
	background-color: #FFDD00;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.border-top {
	border-top: 1px solid #dee2e6!important;
}

.team-wrapper.entry-content{
	max-width: 1000px;
}
.teamname-box {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.teamname-box.on .personbox .person-meta {
    display: none;
}
.teamname-box-title {
    margin: 2rem 0 1rem;
}
.teamname-box-title.on{

}
.teamname-box-title h3 {
    font-size: 1.5rem;
}
.teamname-box-title h3::after {
    content: '';
    height: 2px;
    background: #ec1c24;
    width: 60px;
    display: block;
    margin: 1rem 0;
}
.personbox {
	background-color: #dde9ef;
	display: block;
	cursor: pointer;
	background-size: cover;
	background-position: top center;
	height: 18rem;
	position: relative;
}

.personbox .person-meta {
	transition: 0.75s ease;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10rem 1.25rem 1.5rem;
	background-image: url('../img/gradient.png');
	background-position: 0 8rem;
	background-repeat: repeat-x;
}

.personbox:hover .person-meta {
	opacity: 1 !important;
	background-position: 0 bottom;
}

.person-meta h4 {
	margin: 0;
	font-size: 1.25rem;
	color: #ffffff
}

.person-meta h5 {
	margin: 0;
	font-size: 1rem;
	color: #f7de00;
}

.person-meta h6 {
	margin: 0;
}
.person-meta .teamdesc {
    color: #fff;
    font-size: .95rem;
    margin-top: .5rem;
}
.person-meta .teamdesc p{
	margin-bottom: 0;
}
.person-meta .teamdesc a{
	color: #fff;
	width: 100%;
	display: block;
}
.person-meta .teamdesc a:hover{
    color: #f7de00;
}
.person-meta .teamdesc span{
	color: #f7de00;
}

.post-138081 a.prop-list-img {
    background-position: center -10rem !important;
}

.properties .property .prop-meta .propmeta-type{
	display: none;
}
.properties .property.department-commercial .prop-meta .propmeta-type{
    display: block;
    text-align: left;
    padding: 0;
    border: none;
    font-weight: bold;
}
.properties .property.department-commercial .prop-meta .propmeta-flr,
.properties .property.department-commercial .prop-meta .ber-box{
	display: none;
}