/*
Theme Name: Armitstead Barnett
Author: Blue Wren
Description: Armitstead Barnett

Theme colours
#295234 - Green
#961b27 - Maroon
#fff - White for headings
#4e4e4e - Grey for headings
#deddd7 - Top nav dark cream ribbon
#eaeaea - Grey sections - Homepage
*/

/* Fonts 
font-family: 'Crimson Text', serif;
font-family: 'Montserrat', sans-serif;
**/


/* Globals */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700|Montserrat:100,200,300,400,500,600,700');
body { font-family: 'Montserrat', sans-serif !important; }
a:hover, a:focus { text-decoration: none !important; }
a { font-size: 16px; }
.back-green { background-color: #295234; }
.back-red { background-color: #961b27; }
.back-grey { background-color: #eaeaea; }
.red { color: #961b27; }
.green { color: #295234 !important; }
.white { color: #fff; }
.white:hover, .white:focus { color:#fff; }
.grey { color: #4e4e4e; }
.red-button { font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 10px; border-radius: 7px; background-color: #961b27 !important; color: #fff; box-shadow: 0px 0px 5px 0px rgba(92,92,92,1); display: inline-block; border: 0; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; }
.red-button:focus { outline: none; }
.white-outline-button { padding: 10px 15px; display: inline-block; width: 60%; font-size: 14px; color: #fff; border-radius: 7px; border: 1px solid #fff; background-color: transparent; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.white-outline-button:hover, 
 .white-outline-button:focus, 
 .white-outline-button:active { color: #fff; background-color: #295234; border-color: #295234; }
.green-outline-button { font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 10px; border-radius: 7px; width: 20%; font-size: 14px; background-color: transparent; border: 1px solid #295234; font-weight: 600; color: #295234; text-align: center; display: inline-block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.green-outline-button:hover { color: #fff !important; background-color: #295234; border-color: #295234; }
.red-outline-button { font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 10px; border-radius: 7px; width: 20%; font-size: 14px; background-color: transparent; border: 1px solid #961b27; font-weight: 600; color: #961b27; display: inline-block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.red-outline-button:hover { background-color: #961b27; color: #fff; }
input { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; border: none; border-radius: 0px; padding: 3px 5px; font-weight: 400; }
select { border: none; border-radius: 4px; padding: 3px 5px; font-weight: 400; }
#triangle-right { width: 0; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 11px solid #464646; font-size: 0; line-height: 0; position: relative; bottom: -5px; float: right; }
#triangle-left { width: 0; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-right: 11px solid #464646; font-size: 0; line-height: 0; position: relative; bottom: -5px; float: right; }
#triangle-down { width: 0; height: 0; border-right: 5px solid transparent; border-top: 7px solid #295256; border-left: 5px solid transparent; font-size: 0; line-height: 0; float: none; position: relative; bottom: 2px; left: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: inline-block; }
.rel { position: relative; }
.p30 { padding: 30px 0; width: 100%; float: left; } 
.bx-wrapper { background-color: transparent !important; box-shadow: none !important; border: none !important; }
.bx-wrapper .bx-pager.bx-default-pager a { background-color: #929292 !important; }
.bx-wrapper .bx-pager.bx-default-pager a.active { background-color: #295234 !important; }
.alignright { float: right; margin-left: 15px; margin-bottom: 15px; }
.alignleft { float: left; margin-right: 15px; margin-bottom: 15px; }
/* General Card */
.card { background-color: #fff; box-shadow: 0px 0px 5px 2px rgba(154,154,154,0.5); padding: 10px; border-radius: 4px; }
.card .card-image { box-shadow: 0px 0px 5px 2px rgba(154,154,154,0.5); border-radius: 4px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; bottom: 25px; height: 200px; }
.card .card-title { margin-top: -10px; line-height: 1.3; min-height: 69px; }
/* Pagenavi */
.wp-pagenavi { text-align: center; }
.wp-pagenavi .previouspostslink, 
.wp-pagenavi .nextpostslink, 
.wp-pagenavi .last, 
.wp-pagenavi .first, 
.wp-pagenavi .pages { border: none;	color: #4e4e4e; font-weight: 600; font-size: 16px; }
.wp-pagenavi .page { border: none; color: #4e4e4e; font-weight: 400; font-size: 16px; }
.wp-pagenavi .pages { width: 100%; margin-bottom: 8px; display: block; }
.wp-pagenavi span.current { color: #295234; border: none; font-size: 16px; font-weight: 600; }
.wp-pagenavi span.extend { border: none; }
.wp-pagenavi span.extend:before { content: "..."; }
.page-navi { width: 100%; float: left; text-align: center; margin: 15px 0; }
.page-total { width: 100%; float: left; text-align: center; margin: 20px 0 0; font-size: 16px; }
.page-navi a { color: #4e4e4e; font-weight: 400; font-size: 16px; margin: 0 15px; }
.page-navi a:hover { color: #295234; }
.property-results.page-navi a.numbers { margin: 0 7px; }
.property-results.page-navi span.current_page { font-weight: 600; color: #295234; margin: 0 7px; font-size: 16px; }


/* Header */
header .logo-container {
	display: inline-block;
    padding: 5px 10px 5px 0;
	background-color: #295234;
}
.logo-container img {
	float: right;
}
header .right-nav {
	display: inline-block;
	position: absolute;
	padding: 0;
}
header .top-ribbon {
	background-color: #deddd7;
    padding: 5px 15px;
	font-family: 'Crimson Text', serif;
	float: inherit;
	position: relative;
}
.top-ribbon:before {
    position: absolute;
    height: 100%;
    display: inline-block !important;
    background: #deddd7;
    top: 0;
    right: -9999px;
    left: 100%;
    /*content: '';*/
}
.top-ribbon ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
    margin-right: 0;
    text-align: right;
}
.top-ribbon ul li {
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
	color: #295234;
}
.top-ribbon ul li span {
	font-weight: 600;
}
.top-ribbon ul li a {
	color: #295234;
}
.top-ribbon ul li a:hover {
	text-decoration: none;
}
.find-property-link {
	display: inline-block;
}
.find-property-link a {
	font-weight: 600;
	font-size: 16px;
	color: #295234;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.find-property-link a:hover {
	color: #961b27;
}
.find-property-link a:hover svg path {
	fill: #961b27;
}
.find-property-link a svg path {
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.find-property-link a .svg {
	width: 15px;
    height: auto;
    position: relative;
    margin: 0 5px;
    bottom: -3px;
}
.navbar-header {
	background:#295234;
  	position:relative;
    height: 95px;
	padding: 13px 5px 0px;
}
.navbar-header:before {
    position: absolute;
    height: 100%;
    display: inline-block !important;
    background: #295234;
    top: 0;
    left: -9999px;
    right: 100%;
}
header .navbar-default{
	background: #fff;
	border: none;
	margin-bottom: 0;
    /* box-shadow: 0px 2px 5px 0px rgba(68, 68, 68, 0.2); */
}
.navbar-default .navbar-brand {
	padding: 0;
}
.navbar-default .navbar-brand img {
	width: 140px;
}
.menu .navbar-nav {
	font-family: 'Georgia', serif;
	margin-bottom: 0;
	display: flex;
    align-items: center;
    list-style: none;
	width: 100%;
    
   
}
.menu .navbar-nav li a {
	color: #295234 !important;		
    font-size: 20px;
	
}
@media (min-width:1200px){
	.menu .navbar-nav li a {
		color: #fff!important;		
		font-size: 20px;		
	}
}
.menu .navbar-nav li.active a, 
.menu .navbar-nav li:hover a {
	background-color: transparent;
}
.menu .navbar-nav li a:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a {
	background-color: #fff !important;
}
.menu .navbar-nav > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 42px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #295234;
  border-left: 6px solid transparent;
  content: '';
}
.menu .navbar-nav > li.active::after {
	width: 0;
    height: 0;
    content: " ";
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #295234;
    border-left: 6px solid transparent;
}
.menu .navbar-nav > li#menu-item-211.active::after {
    bottom: -27px;
    left: 42px;
}
.menu .navbar-nav > li#menu-item-195.active::after {
    margin: 21px 0 0 42px;
}
.menu .navbar-nav > li#menu-item-309.active::after {
    bottom: -27px;
    left: 42px;
}
.menu .navbar-nav > li#menu-item-29.active::after {
    margin: 40px 0 0 -65px;
}
.menu .navbar-nav > li#menu-item-194.active::after {
    margin: 40px 0 0 -75px;
}
.menu .navbar-nav > li#menu-item-28.active::after {
    margin: 40px 0 0 -40px;
}
.menu .navbar-nav > li#menu-item-27.active::after {
    margin: 40px 0 0 -46px;
}
.menu .navbar-nav > li#menu-item-195 .dropdown-menu {
    width: 320px;
}
.menu .navbar-nav > li#menu-item-309 .dropdown-menu {
    width: 210px;
}
.menu .navbar-nav li .dropdown-menu {
	padding: 0;
	border: transparent;
    top: 48px;
}
.dropdown-menu .dropdown-item {
	display: block;
    padding: 10px 10px 5px !important;
    border-bottom: 1px solid #ddd;
}
.navbar .favourite img {
	width: 20px;
    position: relative;
    bottom: 3px;
    margin: 0 25px;
}
header .menu {
	flex-grow: 1;
    display: flex;
    
}
.menu .favourite {
	display: inline-block;
} 
.navbar-default .appraisal-btn-nav {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 10px;
    border-radius: 7px;
	background-color: #961b27;
	color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(92,92,92,1);
	display: inline-block;
}
.navbar-default .appraisal-btn-nav:hover {
	color: #fff;
}
/* Mobile Menu */
.mobile-bottom .navbar-header {
	background: transparent;
	position: unset;
	height: unset;
}
.mobile-bottom .navbar-default {
	background-color: transparent;
	margin: unset;
}
header .mobile-bottom {
	position: absolute;
	display: inline-block;
}
.mobile-bottom .navbar {
	margin-bottom: 0;
    border: none;
}
.mobile-bottom .navbar-default {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
}
.mobile-bottom .navbar-default .navbar-header {
	position: relative;
    z-index: 99999;
    height: 50px;
    background-color: transparent;
}
.mobile-bottom .navbar-default .navbar-collapse {
	font-size: 14px;
    border: none;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    display: block !important;
    right: -70%;
    width: 70%;
    bottom: 0;
    height: 100% !important;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.mobile-bottom .navbar-default .navbar-collapse.collapse.show, 
.mobile-bottom .navbar-default .navbar-collapse.collapse.in {
    right: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); 
}
.mobile-bottom .navbar-nav {
	font-family: 'Crimson Text', serif;
	margin: 0;
}
.mobile-bottom ul.navbar-nav li a {
	color: #295234;
	font-weight: 600;
	border: none;
}
.mobile-bottom ul.navbar-nav li .dropdown-menu.show {
	display: block;
	background-color: #f7f6f6;
	padding: 5px 5px;
	box-shadow: none;
	border: none;
	position: relative;
    width: 100%;
    float: none;
}
.mobile-bottom ul.navbar-nav li .dropdown-menu a {
	font-weight: unset;
	color: #295234 !important;
}
.mobile-bottom .navbar-default .navbar-header .col-xs-12 {
	padding: 0;
	position: relative;
    top: 10px;
}
.mobile-bottom .navbar-default .navbar-header button {
	background-color: #fff;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 20px;
    padding: 15px 15px 15px 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.mobile-bottom .navbar-default .navbar-header button.active {
	min-height: 64px;
    border-top-left-radius: 0;
    border: 1px solid #ccc;
    border-right: 0;
    box-shadow: none;
}
.mobile-bottom .navbar-default .navbar-header button .menu-title {
	color: #295234;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    bottom: 5px;
    right: 3px;
}
.mobile-bottom .navbar-default .navbar-header button.active .menu-title {
	bottom: 10px;
}
.mobile-bottom .navbar-default .navbar-header button span.icon-bar {
	background-color: #295234;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.mobile-bottom .navbar-default .navbar-header button.active .icon-bar:nth-child(2) {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-bottom .navbar-default .navbar-header button.active .icon-bar:nth-child(3) {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}
.mobile-bottom .navbar-default .navbar-header button.active .icon-bar:nth-child(4) {
	height: 0;
}
.mobile-bottom .favourite img {
	margin: 10px 15px 10px 16px;
}
.mobile-bottom .find-property-link {
    display: flex;
    font-family: 'Crimson Text', serif;
    position: absolute;
    bottom: 0;
    align-items: center;
    width: 100%;
    height: 62px;
    border-top: 1px solid #ccc;
    padding-left: 15px;
}
.mobile-bottom .find-property-link a {
	font-size: 16px;
}
/* Mobile Top Ribbon */
.mobile-top-ribbon {
	display: inline-block;
}
.mobile-top-ribbon svg {
    width: 27px;
    height: 31px;
}
.mobile-top-ribbon svg path {
	fill: #295234 !important;
}
.mobile-top-ribbon a {
    position: absolute;
    left: 40%;
    top: 10px;
}
.mobile-top-ribbon a.appraisal-btn-nav {
	left: 56%;
}
/* Breadcrumb bar */
.breadcrumbs { 
	background-color: rgba(255, 255, 255, 0.8); 
	float: left; 
	width: 100%; 
	padding: 5px 0;
	z-index: 999999;
}
.breadcrumbs a {
	color: #4e4e4e;
	font-size: 13px;
	font-weight: 400;
}
.breadcrumbs a:hover, 
.breadcrumbs a:focus {
	color: #295234;
}
.breadcrumbs span {
	font-size: 13px;
	font-weight: 600;
}
.breadcrumbs span.current-item {
	color: #295234;
}
.breadcrumb-right {
	float: right;
}
.back-to-listings {
	float: left;
}
.back-to-listings #triangle-left { 
	float: left; 
	margin-right: 5px; 
	border-bottom: 5px solid transparent; 
	border-top: 5px solid transparent; 
	border-right: 9px solid #4e4e4e; 
}

/* Homepage */
.home-top-filter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.filter-box {
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 30px 0;
    border-radius: 8px;
    padding: 15px 30px;
}
@media (min-width: 769px) {
	.filter-box {
		width: 700px;
    	margin: 80px auto 100px;
	}
}
.filter-box h1 {
	font-family: 'Crimson Text', serif;
	font-size: 41px;
	margin-top: 10px;
    text-align: center;
}
.filter-box h3 {
	font-family: 'Crimson Text', serif;
	font-size: 36px;
	margin-top: 0;
	text-align: center;
}
.filter-box .h3-p {
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    margin-top: 0;
    text-align: center;   
}
.filter-box .form-filter-container {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}
.filter-box .form-filter-container .nav-pills {
	width: 100%;
    margin-bottom: 15px;
}
.filter-box .form-filter-container .nav-pills .nav-item {
	width: 33%;
	text-align: center;
}
ul.nav-pills > li > a {
	background-color: rgba(27, 27, 27, 0.70);
	color: #fff;
	font-weight: 400;
	padding: 7px 10px;
}
ul.nav-pills > li > a#pills-residential-tab {
	border-radius: 0;
	border-top-left-radius: 7px;
}
ul.nav-pills > li > a#pills-agricultural-tab {
	border-radius: 0;
}
ul.nav-pills > li > a#pills-developments-tab {
	border-radius: 0;
	border-top-right-radius: 7px;
}
ul.nav-pills>li>a:focus, 
ul.nav-pills>li>a:hover {
	background-color: #295234;
}
ul.nav-pills>li.active>a, 
ul.nav-pills>li.active>a:focus, 
ul.nav-pills>li.active>a:hover {
	background-color: #295234;
}
.form-filter-container .tab-content, 
.form-filter-container .tab-content .tab-pane, 
.form-filter-container .tab-content .tab-pane form {
	width: 100%;
}
.form-filter-container .tab-content .tab-pane form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.form-filter-container .tab-content .tab-pane form fieldset {
	width: 100%;
    margin: 0 0 10px;
    text-align: center;
}
.form-filter-container form input {
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    border-radius: 4px;
    padding: 3px 5px;
    font-weight: 400;
}
.form-filter-container form input::placeholder {
	color: #2b2b2b;
}
.form-filter-container form input:-ms-input-placeholder {
	color: #2b2b2b;
}
.form-filter-container form input::-ms-input-placeholder {
	color: #2b2b2b;
}
.form-filter-container form input, 
.form-filter-container form select {
	margin: 0 10px 0 0;
}
.form-filter-container form select {
    border: none;
    border-radius: 4px;
    padding: 3px 5px;
    font-weight: 400;
    width: 31%;
    background: #fff;
    -webkit-appearance: menulist;
}
.form-filter-container form select#distance {
	width: 31%;
}
.form-filter-container form input[type="text"] {
	width: 64%;
}
.form-filter-container form input.submit {
	width: 40%;
	padding: 7px 0;
	box-shadow: 0px 1px 5px 0px rgba(33, 33, 33, .7);
}
.mobile-filter.home {
	width: 100%;
	background-color: transparent;
}
.mobile-filter.home a {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
}

/* Homepage - Intro section */
.home-intro {
	text-align: center;
}
.home-intro .welcome-message {
	background-color: #295234;
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	border-radius: 7px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	float: left;
	position: relative;
	bottom: 30px;
}
.home-intro .welcome-message .oval {
    width: 81px;
    height: 95px;
    background: #295234;
    border-radius: 90px / 100px;
    position: relative;
    bottom: 40px;
    margin: 0 auto;
    padding: 4px 0;
}
.home-intro .welcome-message img {
    width: 55px;
    position: relative;
    bottom: -5px;
}
.home-intro .welcome-message p {
    position: relative;
    bottom: 15px;
    font-size: 16px;
    width: 75%;
    margin: -21px auto 10px auto;
    line-height: 1.75em;
}

/* Homepage - Intro Cards section */
.cards-row {
	margin: 0 0 30px;
    float: left;
}
.cards-row .intro-card {
	background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	color: #fff;
}
.cards-row .intro-card svg {
	width: 55px;
}
.cards-row .intro-card h3 {
	margin: 10px 0 20px;
	font-family: 'Crimson Text', serif;
}
.cards-row .intro-card p {
	margin: 20px 0;
}
@media (min-width: 768px) {
	.cards-row .intro-card p {
		min-height: 100px;
	}	
}

/* Homepage - Featured Properties section */
.featured-home {
	background-color: #eaeaea;
	padding: 20px 0;
}
.featured-home h2 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	margin-bottom: 20px;
}
.main-featured {
	width: 100%;
	float: left;
	background-color: #fff;
    box-shadow: 0px 0px 5px 2px rgba(154,154,154,0.5);
    border-radius: 7px;
    margin: 20px 0 0;
}
.main-featured .col-md-6:nth-child(1) {
	padding-left: 0;
    padding-right: 0;
}
.main-featured .bx-controls .bx-controls-direction {
	width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    border-bottom-left-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.main-featured .bx-controls .bx-controls-direction .bx-prev, 
.main-featured .bx-controls .bx-controls-direction .bx-next {
	bottom: 18px;
	top: unset!important;
    background: unset;
}
.main-featured .bx-controls .bx-controls-direction .bx-next {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
}
.main-featured .bx-controls .bx-controls-direction .bx-prev {
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
}
.main-featured .bx-controls .bx-pager {
	padding: 0;
    bottom: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.main-featured .col-sm-6:nth-child(1) {
	padding-right: 0;
	padding-left: 0;
}
.main-featured .image-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 354px;
	min-height: 1px; 
	min-width: 1px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.main-featured .featured-property-slider .bx-clone {
	display: none;
}
.main-featured .featured-property-info {
	padding: 15px;
}
.featured-property-info .price-details {
	float: left;
	width: 50%;
}
.author {
	width: 50%;
	float: right;
	background-color: #eaeaea;
	border-radius: 4px;
	padding: 5px;
}
.author-details {
    display: inline-block;
    margin: 0 5px 0 10px;
}
.author-details a:hover, 
.author-details a:focus {
	color: #961b27;
}
.author img {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(202, 202, 202, 0.5);
}
.author p {
	margin: 0 0 3px;
	font-weight: 400;
}
.author p.author-name {
	font-size: 18px;
	font-weight: 600;
}
.featured-property-info .featured_address_1, 
.featured-property-info .featured_address_full, 
.featured-property-info .bottom-info {
	float: left;
    width: 100%;
}
.featured-property-info .bottom-info .added-fave-message {
	display: none;
	margin: 10px 0 0;
}
.featured-property-info .bottom-info .added-fave-message p {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}
.featured-property-info .price-details p {
	margin: 0;
	font-size: 18px;
}
.featured-property-info .price-details .price {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 600;
}
.featured-property-info .featured_address_1 {
	font-weight: 600;
	font-size: 16px;
}
.featured-property-info .featured_address_full {
	margin: 15px 0 0;
	font-weight: 600;
	font-size: 16px;
    min-height: 66px;
}
.featured-property-info .featured_address_1:hover a, 
.featured-property-info .featured_address_full:hover a {
	color: #295234;
}
.featured-property-info ul {
	column-count: 2;
    padding-left: 18px;
    column-gap: 35px;
    width: 100%;
    float: left;
    margin: 10px 0 20px;
}
.featured-property-info .short-desc {
	width: 100%;
    font-weight: 600;
    font-size: 16px;
    float: left;
    color: #4e4e4e;
    margin: 20px 0;
    min-height: 90px;
}
.featured-property-info ul li {
	font-weight: 600;
}
.featured-property-info .bottom-info span {
	margin: 6px 10px 0 7px;
	font-weight: 400;
}
.featured-property-info .bottom-info img {
	width: 35px;
}
.featured-property-info .bottom-info svg.favourite {
	width: 27px;
	float: right;
}
.featured-property-info .bottom-info .remove svg path {
	fill: #b9b9b9;
}
.featured-property-info .bottom-info button.favourite-new {
	border: none;
    background: none;
    float: right;
}
.featured-property-info .bottom-info button.favourite-new:focus {
	outline: none;
}
.featured-carousel-container .bx-wrapper {
	float: left;
	margin: 0 0 30px !important;
	max-width: 100% !important;
}
.featured-carousel-container .bx-viewport {
    height: 390px !important;
    padding: 20px 3px;
}
.featured-carousel-container {
	padding: 20px 0;
    margin-left: 0 !important;
    float: left;
    width: 100%;
}
.featured-carousel-container .featured-slider {
	visibility: hidden;
    height: 0;
}
.recent-news .recent-news-row {
	visibility: hidden;
    height: 0;
}
.card .details svg, 
.card .card-bottom svg, 
.card .details img, 
.card .card-bottom img {
	width: 30px;
	height: 30px;
}
.card .card-top {
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: -10px;
}
.property-listings .card .card-top {
	align-items: unset;
}
.property-listings .card .card-top h4 {
    min-height: 50px !important;
}
.card-top h4 {
    margin: 0;
	margin-top: 0 !important;
    line-height: normal !important;
    min-height: unset !important;
    font-weight: 600;
}
.card-top span {
	font-weight: 600;
	font-size: 18px;
}
.card .details {
	display: inline-flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0;
}
@media all and (-ms-high-contrast:none) {
	.featured-slider .card .details {
		margin: -10px 0;
	}
	.featured-slider .card .card-top {
		align-items: baseline;
	}
}
.card .details .bedrooms-single-card, 
.card .details .bathrooms-single-card {
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.card .details span {
	margin: 0 10px;
	font-weight: 600;
}
.card .card-bottom {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 10px 0 0;
}
.card .card-bottom .price {
	font-weight: 600;
	font-size: 20px;
}
.card .card-bottom .price-guide .price-details {
	min-height: 20px;
}
.card .card-bottom svg, 
.card .card-bottom .svg {
	width: 20px;
}
.card .card-bottom .card-link a {
	font-weight: 600;
}
.card .card-bottom .card-link a:hover, 
.card .card-bottom .card-link a:focus {
	color: #295234;
}
.card .card-bottom .card-link a:active {
    color: #295234;   
}
.featured-home > .container > p, 
.featured-home > .container > p a {
	text-align: center;
}

/* Request a Property Appraisal section */
.request-property-appraisal {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
}

.request-property-appraisal h3 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	margin: 30px 0;
}
.request-property-appraisal form p {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
}
.request-property-appraisal form .wpcf7-checkbox input {
	-webkit-appearance: none;
	background-color: #fafafa;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	float: left;
	border: 1px solid #265234;
	margin-top: 0;
    margin-right: 6px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.request-property-appraisal form .wpcf7-checkbox input:focus {
	outline: none;
}
.request-property-appraisal form .wpcf7-checkbox input:active, 
.request-property-appraisal form .wpcf7-checkbox input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.request-property-appraisal form .wpcf7-checkbox input:checked {
	background-color: #fafafa;
	border: 1px solid #961b27;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #961b27;
}
.request-property-appraisal form .wpcf7-checkbox input:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #961b27;
}
.request-property-appraisal form p.gdpr-message {
	font-size: 13px;
}
.request-property-appraisal form p.gdpr-message a {
	font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.request-property-appraisal form .request-inputs {
	
}
.request-property-appraisal form .request-inputs p {
	
}
.request-property-appraisal form input {
	display: inline-block;
}
.request-property-appraisal form input[type="text"], 
.request-property-appraisal form input[type="email"], 
.request-property-appraisal form input[type="tel"] {
    color: #434343;
}
@media (min-width: 1199px) {
    .request-property-appraisal form input[type="text"], 
    .request-property-appraisal form input[type="email"], 
    .request-property-appraisal form input[type="tel"] {
        width: 55%;
    }
    .request-property-appraisal form span.wpcf7-not-valid-tip {
        width: 55%;
    }
}
.request-property-appraisal form input.red-button {
    padding: 5px 25px;
}
.request-property-appraisal form input::placeholder {
	color: #2b2b2b;
}
.request-property-appraisal form input:-ms-input-placeholder {
	color: #2b2b2b;
}
.request-property-appraisal form input::-ms-input-placeholder {
	color: #2b2b2b;
}
.request-property-appraisal form span.wpcf7-not-valid-tip {
    margin: 5px auto 0;
}
.request-property-appraisal form .gdpr-checkbox span.wpcf7-not-valid-tip {
	margin: 0 auto;
}

/* Recent News */
.recent-news {
	background-color: #eaeaea;
	padding: 20px 0;
	float: left;
    width: 100%;
}
.recent-news h2 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}
.recent-news .card-date {
	float: left;
}
.recent-news .card-link {
	font-weight: 600;
	float: right;
}
.recent-news .card-link a:hover {
	color: #295234;
}
.recent-news .card-bottom {
	width: 100%;
    height: 25px;
    margin-top: 15px;
}
.recent-news p {
	text-align: center;
	margin: 25px 0 30px;
	width: 100%;
    float: left;
}
.recent-news .bx-wrapper {
	margin: 30px 0 30px !important;
}
.recent-news .bx-viewport {
    height: 345px !important;
    padding: 0 3px;
}
.recent-news-row {
	padding: 20px 0;
    margin-left: 0 !important;
}

/* Request for updates section */
.register-updates {
	background-color: #eaeaea;
	float: left;
    width: 100%;
    padding: 40px 0 0;
}
.register-box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	border-radius: 7px;
	margin: 30px 0;
    text-align: center;
}
.register-box h3 {
	font-family: 'Crimson Text', serif;
    margin: 0 0 10px;
}
.register-box p {
	color: #fff;
}
.register-box a.red-button {
	width: 10%;
}
.register-box a.red-button:hover {
	color: #fff;
}

/* Properties Page */
.page-template-template-properties .featured-home h2 {
	margin-bottom: 0;
}
.page-template-template-properties .featured-carousel-container .bx-wrapper {
	margin: 0 0 30px !important;
}
.property-listings {
    width: 100%;
    float: left;
    padding: 20px 0 5px;
    background-color: #eaeaea;
}
.property-listings .no-properties-box {
	padding: 15px;
    background: #295234;
    border-radius: 4px;
	text-align: center;
	margin-top: 20px;
}
.property-listings .no-properties-box h1 {
    margin: 10px 0;
    font-size: 24px;
    color: #fff;
}
.property-listings .no-properties-box p {
    margin: 10px 0;
    font-size: 17px;
    color: #fff;
}
.property-listings .no-properties-box a {
	color: #fff;
	font-size: 17px;
	text-decoration: underline;
}
#mobile-filter, 
#mobile-sort {
	width: 100%;
	float: left;
}
#mobile-filter .card, 
#mobile-sort .card {
	width: 100%;
	float: left;
	box-shadow: none;
    border-radius: 0;
}
.mobile-filter-form, 
.mobile-sort-form {
	width: 100%;
	float: left;
}
.mobile-filter-form input {
	padding: 3px 8px;
}
.mobile-filter-form label {
    margin-left: 5px;
    margin-top: 3px;
}
.mobile-filter-form input, 
.mobile-filter-form select, 
.mobile-sort-form select {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #cccccc;
}
.mobile-filter-form input#under-offer-check {
    margin: 4px 0 0;
}
form input#under-offer-check {
    width: unset;
    margin: 4px 0 0;
}
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) { 
    form input#under-offer-check {
        margin: 4px 0 0;
    }
    .mobile-filter-form input#under-offer-check {
        margin: 4px 0 0;
    }
}
@media not all and (min-resolution:.001dpcm) { 
	@media (-webkit-appearance:none) and (stroke-color:transparent){ 
		.mobile-filter-form input#under-offer-check {
			margin: 4px 0 0;
		}
		.mobile-filter-form label {
			margin-left: 5px;
			margin-top: 3px;
		}
		form input#under-offer-check {
			width: unset;
			margin: 4px 0 0;
		}
	} 
}
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (stroke-color:transparent) { 
    .mobile-filter-form input#under-offer-check {
        margin: 4px 0 0;
    }
    .mobile-filter-form label {
        margin-left: 5px;
        margin-top: 3px;
    }
    form input#under-offer-check {
        width: unset;
        margin: 4px 0 0;
    }
} }
.mobile-filter-form input[type="submit"] {
	width: 100%;
	padding: 4px 0;
	border: none;
    margin: 10px 0 5px;
}
.thin-filter {
	background-color: #ddd;
	width: 100%;
	float: left;
	padding: 20px 0;
}
.thin-filter-form {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.property-listings #grid .card .details {
	min-height: 30px;
	margin: 0;
} 
.thin-filter-form select, 
.thin-filter-form input {
	background-color: #fff;
} 
form label {
    font-weight: 400;
    margin-bottom: 0;
    margin-left: -8px;
}
form input#under-offer-check {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    background-color: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
    border-radius: 0;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
form input#under-offer-check:focus {
    outline: none;
}
form input#under-offer-check:active, 
form input#under-offer-check:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
form input#under-offer-check:checked {
    background-color: #fafafa;
    border: 1px solid #961b27;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #961b27;
}
form input#under-offer-check:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
    color: #961b27;
}
/* Edge Specific */
@supports (-ms-ime-align:auto) {
	.thin-filter-form select, 
	.thin-filter-form input {
		margin: 0 5px;
	}
    .thin-filter-form label {
        margin-left: 5px !important;
    }
}
/* IE Specific */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.thin-filter-form select, 
	.thin-filter-form input {
		margin: 0 5px;
	}
    .thin-filter-form label {
        margin-left: 5px !important;
    }
}
.mobile-page-title {
	display: none;
	padding: 5px 15px;
	width: 100%;
    float: left;
}
.mobile-page-title h1 {
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 5px;
}
.mobile-filter-container {
	display: none;
	background-color: #ddd;
	width: 100%;
	float: left;
	padding: 5px 0;
	text-align: center;
}
.mobile-filter-container a {
	width: 49%;
	float: left;
	display: inline-block;
	color: #295234;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.mobile-filter-container a:hover, 
.mobile-filter-container a:focus, 
.mobile-filter-container a:active {
	color: #961b27;
}
.mobile-filter-container a:hover span, 
.mobile-filter-container a:focus span, 
.mobile-filter-container a:active span {
	border-top-color: #961b27 !important;
}
#triangle-down.up {
	transform: rotate(180deg);
}
.mobile-filter-container span {
	float: left;
}
.filter-bar {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.filter-bar .results {
	float: left;
}
.filter-bar .filter-right {
	float: right;
}
.filter-bar .filter-sort {
	display: inline-block;
	margin-right: 30px;
}
.filter-bar .filter-sort span {
	font-weight: 600;
}
.filter-bar .filter-sort select {
	font-weight: 600;
    padding: 3px 10px;
    background-color: #fff;
}
.filter-right .filter-view {
	display: inline-block;
}
.filter-right .filter-view span {
	font-weight: 600;
}
.filter-right .filter-view a {
	font-size: 14px;
	color: #949494;
	font-weight: 600;
	display: inline-block;
	margin: 0 7px;
}
.filter-right .filter-view a.active {
	color: #295234;
}
.filter-right .filter-view .svg {
	width: 22px;
	height: 22px;
    vertical-align: middle;
    margin-right: 2px;
}
.filter-right .filter-view .svg path {
	fill: #949494;
}
.filter-right .filter-view a.active svg path {
	fill: #295234;
}
.filter-bar .count {
	font-weight: 600;
	font-size: 18px;
}
.property-listings #grid {
	display: none;
    width: 100%;
    float: left;
    margin: 40px 0 0;
}
.property-listings #grid .card {
	margin-bottom: 40px;
}
.thin-filter-form input#submit {
	box-shadow: none;
	padding: 3px 10px;
}
.property-listings #map {
	display: none;
    width: 100%;
    float: left;
    margin: 40px 0 0;
}
.property-listings #map #mapcanvas {
	height: 600px;
	border: 10px solid #fff;
    border-radius: 7px;
}
#map #mapcanvas .infowindow {
	width: 164px;
}
#map #mapcanvas .infowindow h3 {
    line-height: 0.6em;
    margin: 0 0 5px;
    width: 100px;
}
#map #mapcanvas .infowindow h3 a {
	color: #4e4e4e;
	font-weight: 600;
	font-size: 14px;
}
#map #mapcanvas .infowindow .card {
	padding: 0;
	box-shadow: none;
}
#map #mapcanvas .infowindow .card img {
    width: 164px;
	border-radius: 4px;
}
#map #mapcanvas .infowindow .card .card-top {
	float: none;
	margin-top: 0;
}
#map #mapcanvas .infowindow .card .card-top span {
	font-size: 14px;
    width: 64px;
    margin: 2px 0 5px;
}
#map #mapcanvas .infowindow .card .card-bottom .card-link a:hover {
	color: #961b27;
}
#map #mapcanvas .infowindow .card .card-bottom .price {
	font-size: 14px;
}
#map #mapcanvas .infowindow .card .card-bottom .card-link {
	font-size: 14px;
}
#ajax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url(/wp-content/themes/armitsteadbarnett/images/ajax-loader-new.gif) center center no-repeat;
    background-color: rgba(250,250,250,0.7);
    background-size: 150px;
	z-index: 9999;
}
#ajax-overlay.property-filter-ajax {
    border-radius: 7px;
    width: 700px;
    transform: translate(-4.3%, -94.8%);
    height: 290px;
}
/*#ajax-overlay.property-filter-ajax.home {
    height: 252px;
    transform: translate(-4.3%,-94.0%);
    background:  url(/wp-content/themes/armitsteadbarnett/images/ab-logo-transparent.gif) center center no-repeat !important;
}*/
#ajax-overlay.team-filter-ajax {
    background-position: center 0;
}

/* Single Property Page */
.single-property {
	float: left;
	width: 100%;
}
.single-property .bx-wrapper {
	margin-bottom: 0px;
}
.single-property .bx-wrapper .bx-viewport {
	z-index: -1;
    background: #eaeaea;
    height: 650px !important;
}
.single-property .property-slider {
    float: left;
    width: 100%;
    visibility: hidden;
    height: 0;
}
.single-property .property-slider ul {
	list-style-type: none;
	padding-left: 0;
}
.single-property .property-slider ul .back-slide-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 650px;
    background-position: center;
}
.single-property .featured-carousel-container .bx-wrapper .bx-viewport {
	z-index: unset;
}
.single-residential .single-property .single-property-body, 
.single-agricultural .single-property .single-property-body, 
.single-development .single-property .single-property-body {
	padding-bottom: 0;
}
.single-property .green-info {
	float: left;
    width: 100%;
}
.single-property .controls-arrows {
    position: absolute;
    float: left;
    width: 100%;
    height: 650px;
    top: 160px;
    display: flex;
    align-items: center;
}
.single-property .controls-arrows .bxNext {
    float: right;
    position: relative;
    left: 10px;
}
.single-property .controls-arrows .bxPrev {
    position: relative;
    right: 10px;
}
.single-property .controls-arrows .bx-next, 
.single-property .controls-arrows .bx-prev {
    color: #fff;
    font-weight: 500;
    background: #295234;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px rgba(154,154,154,0.5);
    display: inline-block;
}
.single-property .controls-arrows #triangle-left, 
.single-property .controls-arrows .bxPrev {
    float: left;
}
.single-property .controls-arrows #triangle-left {
    border-right-color: #fff;
    margin-right: 8px;
    bottom: -3px;
}
.single-property .controls-arrows #triangle-right {
    border-left-color: #fff;
    margin-left: 8px;
    bottom: -3px;
}
.back-green .controls {
	background-color: #0d3116;
	padding: 10px 0;
	width: 70%;
	float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.back-green .controls a {
	color: #fff;
}
.back-green .controls a.bx-prev, 
.back-green .controls a.bx-next {
	display: grid;
    margin: 0 10px;
}
.back-green .controls a.bx-prev span {
	left: 10px;
	margin-bottom: 10px;
}
.back-green .controls a.bx-next span {
	left: 12px;
	margin-bottom: 10px;
}
.back-green .controls a span {
    border-right-color: #fff !important;
    border-left-color: #fff !important;
}
.back-green .bx-pager a {
	display: inline-block;
}
.back-green .bx-pager a img {
	width: 40px;
    margin: 4px 4px;
    height: auto;
}
.back-green .bx-pager a.active img {
	border: 2px solid #961b27;
}
.single-property .slide-thumbs {
    padding-bottom: 20px;
}
.property-info {
	width: 70%;
	float: left;
}
.property-info .property-address {
	float: left;
}
.property-info .property-address p {
	font-weight: 400;
	font-size: 18px;
}
.property-info .property-price {
	float: right;
    margin-top: 25px; 
}
.property-info .property-price p {
	font-size: 18px;
}
.property-info .property-price h2 {
	margin: 10px 0;
	font-weight: 600;
}
.property-info .mobile-viewing-btn {
	width: 100%;
    float: left;
    margin: 15px 0 0;
    text-align: center;
}
.property-info hr {
    width: 100%;
    float: left;
    margin: 20px 0 30px;
    border: 1px solid #0d3116;
}
.property-info .bedrooms-bathrooms-single {
	display: inline-block;
    float: left;
}
.property-info .bedrooms-bathrooms-single span {
	color: #fff;
	font-weight: 400;
	margin: 0 15px;
}
.property-info .bedrooms-bathrooms-single svg {
	width: 40px;
	vertical-align: middle;
}
.property-info .bedrooms-bathrooms-single svg circle {
	fill: #fff;
}
.property-info .bedrooms-bathrooms-single svg path {
	fill: #295234;
}
.property-info .bedrooms-bathrooms-single svg.bedrooms-icon path, 
.property-info .bedrooms-bathrooms-single svg.bedrooms-icon polygon {
	fill: #fff;
}
.property-info .favourite-single {
	display: inline-block;
    float: right;
}
.property-info .favourite-single svg {
	width: 30px;
}
.property-info .favourite-single svg path {
	fill: #fff;
}
.property-info-agent {
	width: 300px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 15px;
    display: inline-block;
    margin: 20px 0 20px 25px;
}
.property-info-agent .author {
	width: 100%;
	background-color: transparent;
	margin: 10px 0;
    padding: 5px 0;
}
.property-info-agent a.red-button {
	width: 100%;
    text-align: center;
}
.property-info-agent a.red-button:hover, 
.property-info-agent a.red-button:focus, 
.property-info-agent a.red-button:active {
	color: #fff;
}
.property-info-agent .mail-icon, 
.property-info-agent .docs-icon {
	display: inline-block;
	width: 25px;
    margin-right: 15px;
}
.property-info-agent .mail, 
.property-info-agent .docs {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}
.property-info-agent .mail-icon {
	display: inline-block;
	width: 25px;
    margin-right: 15px;
}
.property-info-agent .mail {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
}
.property-info-agent .share-title {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.property-info-agent #share-btn {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 600;
    display: inline-block;
    margin: 0 10px;
}
.property-info-agent #share-btn:hover, 
.property-info-agent #share-btn:focus, 
.property-info-agent #share-btn:active {
	cursor: pointer;
}
.property-info-agent .share-icon, 
.property-info-agent .copy-url-btn img {
	width: 35px;
	height: auto;
	margin-right: 7px;
}
.property-info-agent #share-property {
    margin: 15px 0 0;
    padding: 10px 0 0;
}
.property-info-agent #share-property ul {
	list-style-type: none;
	padding: 0;
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.property-info-agent #share-property svg {
	width: 35px;
}
.property-info-agent #share-property svg path {
	fill: rgb(78,78,78) !important;
}
.property-info-agent .copy-url-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
    background: none;
    border: none;
	font-weight: 600;
	display: inline-block;
    margin: 0 10px;
}
.property-info-agent hr {
	border: 1px solid #eaeaea;
	margin: 15px 0;
}

.single-property-body {
	background-color: #eaeaea;
	padding: 40px 0 0;
}
.single-property-body .tabs-container {
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);
    border-radius: 7px;
    margin-bottom: 50px;
}
.single-property-body hr {
	border-color: #4e4e4e;
	margin: 0;
}
.single-property-body ul.nav.nav-tabs {
	border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-property-body ul.nav.nav-tabs li {
	width: 100%;
}
.single-property-body ul.nav.nav-tabs li:nth-child(1) a, 
.single-property-body ul.nav.nav-tabs li:nth-child(1) button {
	border-top-left-radius: 7px;
	margin-left: 0;
}
.single-property-body ul.nav.nav-tabs li:last-child a, 
.single-property-body ul.nav.nav-tabs li:last-child button {
	border-top-right-radius: 7px;
	margin-right: 0;
}
.single-property-body ul.nav.nav-tabs li a:hover, 
.single-property-body ul.nav.nav-tabs li button:hover {
	border: none;
}
.single-property-body ul.nav.nav-tabs li a, 
.single-property-body ul.nav.nav-tabs li button {
	text-align: center;
	border-radius: 0;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
    background-color: #ddd;
    color: #4e4e4e;
    border: none;
    width: 100%;
}
.single-property-body ul.nav.nav-tabs li a.active, 
.single-property-body ul.nav.nav-tabs li button.active {
	color: #295234;
    background-color: #fff;
}
.single-property-body .tab-content .tab-pane {
	padding: 20px;
}
.single-property-body .tab-content .tab-pane a, 
.single-property-body .card .card-body .documents-box a {
	color: #295234;
}
.single-property-body .tab-content #brochure.tab-pane a, 
.single-property-body .card .card-body #brochure-box a {
    display: block;
    margin-bottom: 10px;
}
.single-property-body ul {
	background-color: #fff;
}
.single-property-body .tab-content {
	background-color: #fff;
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.single-property-body .tab-content #description ul {
	padding-left: 20px;
	column-count: 2;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    margin: 25px 0 30px;
}
.single-property-body .tab-content #description ul li {
    margin-bottom: 15px;
	color: #295234;
	font-weight: 600;
}
.single-property-body .tab-content h3 {
	margin: 10px 0;
	font-weight: 600;
	font-size: 18px;
}
.single-property-body .tab-content p {
	font-weight: 400;
    color: #4e4e4e;
    line-height: 1.7em;
}
.single-property-body .tab-content #floor-plan img {
	width: 700px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.single-property-body .tab-content #map .acf-map, 
.single-property-body .tab-content #map #mapcanvas {
	width: 100%;
	height: 500px;
}
.mobile-accordion-container .accordion .acf-map {
	height: 400px;
	width: 100%;
}
.single-property-body .single-similar-title {
	font-family: 'Crimson Text', serif;
	text-align: center;
	font-weight: 600;
}

.mobile-accordion-container .accordion .card {
	margin: 10px 0;
	padding: 0;
}
.mobile-accordion-container .accordion .card .card-header {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.mobile-accordion-container .accordion .card .card-body {
	padding: 15px 20px;
}
.mobile-accordion-container .accordion .card .card-header h5 {
	margin: 0;
}
.mobile-accordion-container .accordion .card .card-header h5 button {
	font-weight: 600;
	font-size: 18px;
	color: #4e4e4e;
    width: 100%;
    text-align: left;
}
.mobile-accordion-container .accordion .card .card-header h5 button span {
	-webkit-transition:all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.mobile-accordion-container .accordion .card .card-header h5 button:focus, 
.mobile-accordion-container .accordion .card .card-header h5 button:active {
	outline: none;
	text-decoration: none;
}
.mobile-accordion-container .accordion .card .card-header h5 button[aria-expanded="true"] span {
	transform: rotate(90deg);
}
.mobile-accordion-container .accordion .card .floorplan-mobile img {
	width: 100%;
	height: auto;
}

.single-property .modal form textarea {
	width: 100%;
    border: none;
    border-radius: 7px;
}
.single-property form .wpcf7-checkbox input {
	-webkit-appearance: none;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px !important;
	border-radius: 0;
	display: inline-block;
	position: relative;
	top: -1px;
	float: left;
	border: 1px solid #265234;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	height: unset !important;
	width: unset !important;
	margin-right: 5px;
}
.single-property form .wpcf7-checkbox input:focus {
	outline: none;
}
.single-property form .wpcf7-checkbox input:active, 
.single-property form .wpcf7-checkbox input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.single-property form .wpcf7-checkbox input:checked {
	border: 1px solid #961b27;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #961b27;
}
.single-property form .wpcf7-checkbox input:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #961b27;
}
.single-property .modal form .gdpr-row span.wpcf7-list-item {
	margin-bottom: 10px;
	margin-left: 0;
}


/* Services Landing Page */
.top-services-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 275px;
}
.page-template-template-services .top-services-banner {
	height: 325px;	
}
.services-banner-text {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
    text-align: center;
    transform: translate(0%, 50%);
    border-radius: 4px;
}
.services-banner-text h1 {
	font-family: 'Crimson Text', serif;
	margin: 10px 0;
}
.services-banner-text p {
	font-family: 'Crimson Text', serif;
	color: #fff;
	font-size: 18px;
}
.services-banner-text img {
	width: 50px;
}
.services-landing-content {
	margin: 30px 0;
}
.single-service {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 15px;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    border-radius: 7px;
    height: 375px;
}
.single-service-head {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.single-service img {
	width: 65px;
}
.single-service h2 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-size: 23px;
}
.single-service .table_parent {
	display: table;
	height: 100%;
	width: 100%;
}
.single-service .table_parent .table_cell {
	padding: 0 15px;
	float: none !important;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transform: translate(0%, 18%);
}
.single-service .table_parent .table_cell .hidden-service-text {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.single-service .table_parent .table_cell .hidden-service-text p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

/* Single Services Page */
.top-services-banner.single-service-banner {
	height: 305px;
}
.single-service-content {
	padding: 30px 0;
}
.single-service-content p {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.single-service-content p strong {
	font-size: 18px; 
}
.single-service-content ul.bullet-layout {
	columns: 2;
	padding-left: 15px;
	margin: 20px 0;
}
.single-service-content ul.bullet-layout li {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #4e4e4e;	
    break-inside: avoid-column;
}
.single-service-content .bx-wrapper {
	margin-bottom: 30px;
	margin-top: 30px;
}
.single-service-content .bx-wrapper .bx-controls a {
	top: 0;
	background-color: #295234; 
	height: 100%;
	margin-top: 0;
	background-image: none;
	width: 40px;
}
.single-service-content .bx-wrapper .bx-controls a.bx-prev {
	left: 0;
}
.single-service-content .bx-wrapper .bx-controls a.bx-prev:after {
	content: "";
	width: 0; 
	height: 0; 
	border-bottom: 7px solid transparent; 
	border-top: 7px solid transparent; 
	border-right: 11px solid #fff; 
	font-size: 0; 
	line-height: 0; 
	position: relative; 
	float: left;
	top: 50%;
    left: 15px;
}
.single-service-content .bx-wrapper .bx-controls a.bx-next {
	right: 0;
	z-index: 100;
}
.single-service-content .bx-wrapper .bx-controls a.bx-next:after {
	content: "";
	width: 0; 
	height: 0; 
	border-bottom: 7px solid transparent; 
	border-top: 7px solid transparent; 
	border-left: 11px solid #fff; 
	font-size: 0; 
	line-height: 0; 
	position: relative;
	float: right;
	top: 50%;
    right: 15px;
}
.single-service-slider {
    position: relative;
    top: 0;
	left: 0;
	visibility: hidden;
	height: 0;
}
.single-service-slider .single-service-back-image {
	background-size: cover;
	height: 540px;
}
.single-service-slider .service-zoom {
	position: absolute;    
	bottom: 9px;
    right: 48px;
  	width: 60px;
  	padding: 13px;
  	background-color: rgba(0, 0, 0, 0.5);
  	border-radius: 4px;
}
.single-service-content .author {
	width: 100%;
	float: none;
	background-color: #fff;
	margin-bottom: 20px;
}
.single-service-content .author p {
	line-height: unset;
	font-size: 14px;
}
.single-service-content .author p.author-name {
	font-size: 18px;
}
.single-service-content .pdf-download {
	width: 100%;
    text-align: center;
}
.single-service-content .pdf-download:focus {
	color: #961b27;
}
.single-service-content .pdf-download:hover {
	color: #fff;
}
.single-service-content .pdf-download svg {
	width: 20px;
	vertical-align: middle;
	position: relative;
    right: 8px;
}
.single-service-content .pdf-download:hover svg path, 
.single-service-content .pdf-download:hover svg polygon, 
.single-service-content .pdf-download:hover svg rect {
	fill: #fff;
}
.single-service-content .services-list {
	margin: 20px 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
}
.single-service-content .services-list .service-list-title {
	padding: 10px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.single-service-content .services-list .service-list-title h2 {
	text-align: center;
	margin: 0;
	font-size: 24px;
	font-family: 'Crimson Text', sans-serif;
}
.single-service-content ul {
	padding: 15px;
    margin: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.single-service-content .services-ul, 
.single-service-content #menu-about-us-menu-1 {
	background-color: #fff;
	list-style: none;
}
.single-service-content ul li {
	margin-bottom: 15px;
	font-size: 14px;
}
.single-service-content ul li a:hover, 
.single-service-content ul li a:focus, 
.single-service-content ul li a:active {
	color: #295234;
}
.single-service-content ul li a {
	font-weight: 400;
	font-size: 14px;
}
.single-service-content ul li:last-of-type {
	margin-bottom: 0;
}
.single-service-content ul li.active a {
	color: #295234;
	font-weight: 600;
    font-size: 13px;
}
.single-service-content ul li.active svg path, 
.single-service-content ul li.active svg polygon, 
.single-service-content ul li.active svg line, 
.single-service-content ul li.active svg rect {
	fill: #295234 !important;
	stroke: none !important;
    stoke-width: none !important;
    stroke-miterlimit: unset !important;
}
.single-service-content ul svg {
	width: 35px;
	vertical-align: middle;
	margin-right: 5px;
}

.single-service-content ul li svg.landlord-tenants-svg path, 
.single-service-content ul li svg.landlord-tenants-svg rect {
	stroke: #4e4e4e !important;
    fill: #ffffff !important;
}
.single-service-content ul svg path, 
.single-service-content ul svg polygon, 
.single-service-content ul svg line, 
.single-service-content ul svg rect {
	fill: #4e4e4e !important;
	stroke: none !important;
    stoke-width: none !important;
    stroke-miterlimit: unset !important;
}
.single-service-content h2.get-in-touch, 
.single-service-content h2.testimonials-service-title {
	font-family: 'Crimson Text', sans-serif;
	margin-bottom: 20px;
}
.service-form {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	border-radius: 7px;
    padding: 30px 20px;
    margin-bottom: 50px;
}
.service-form form {
	width: 75%;
	margin: 0 auto;
}
.service-form form input[type="text"], 
.service-form form input[type="tel"], 
.service-form form input[type="email"] {
	width: 100%;
	border-bottom: 1px solid #295234;
	border-radius: 0;
	margin-bottom: 5px;
}
.service-form form input:focus, 
.service-form form textarea:focus {
	outline: none;
}
.service-form form textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #265234;
	margin-bottom: 5px;
	height: 100px;
	padding: 3px 5px;
}
.service-form form .sharing, 
.service-form form .storing, 
.service-form form .mailing {
	width: 32%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.service-form form .wpcf7-checkbox input {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	float: left;
	border: 1px solid #265234;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.service-form form .wpcf7-checkbox input:focus {
	outline: none;
}
.service-form form .wpcf7-checkbox input:active, 
.service-form form .wpcf7-checkbox input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.service-form form .wpcf7-checkbox input:checked {
	background-color: #fafafa;
	border: 1px solid #961b27;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #961b27;
}
.service-form form .wpcf7-checkbox input:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #961b27;
}
.service-form form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    float: right;
    width: 88%;
}
.service-form form .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.service-form form p:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.service-form form input[type="submit"] {
	width: 35%;
    margin: 25px 0 0;
    background-color: #961b27;
    color: #fff;
    font-weight: 400;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.service-form form input[type="submit"]:hover, 
.service-form form input[type="submit"]:active {
	background-color: #295234;
}
.service-form form input[type="submit"]:focus {
	outline: none;
}
.service-form form span.wpcf7-not-valid-tip, 
.service-form form div.wpcf7-validation-errors, 
.request-property-appraisal form span.wpcf7-not-valid-tip, 
.request-property-appraisal form .wpcf7-validation-errors, 
.job-modal form span.wpcf7-not-valid-tip, 
.job-modal form .wpcf7-validation-errors {
    background: #961b27;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 2px 0px;
    font-size: 14px;
    border: 0;
}
.service-form form div.wpcf7-mail-sent-ok, 
.request-property-appraisal form div.wpcf7-mail-sent-ok, 
.job-modal form div.wpcf7-mail-sent-ok {
    background: #295234;
    border: none;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

/* Testimonials */
.testimonial-landing-content {
	padding: 30px 0 0;
}
.testimonial-card {
	background-color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 7px;
	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonial-card .open-quote {
    width: 40px;
    display: block;
    margin: 0 0 20px;
    align-self: flex-start;
	float: none;
}
.testimonial-card .close-quote {
    width: 40px;
    display: block;
    margin: 10px 0 0;
    align-self: flex-end;
	float: none;
}
.testimonial-card p {
	display: inline-table;
	width: 93%;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.testimonial-card p.quotee {
	font-family: 'Crimson Text', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.odd-triangle { 
	width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-top: 40px solid #fff;
    border-bottom-right-radius: 7px;
    font-size: 0;
    line-height: 0;
    position: relative;
    right: 20px;
    float: right;
    margin-bottom: 30px;
    color: transparent;
}
.even-triangle { 
	width: 0;
    height: 0;
    border-right: 65px solid transparent;
    border-top: 40px solid #fff;
    border-bottom-left-radius: 7px;
    font-size: 0;
    line-height: 0;
    position: relative;
    left: 20px;
    float: left;
    margin-bottom: 30px;
    color: transparent;
}
@supports (-ms-ime-align: auto) { 
	.odd-triangle { 
	    border-bottom-right-radius: 3px;
	    color: #eaeaea;
	}
	.even-triangle {
	    border-bottom-left-radius: 3px;
	    color: #eaeaea;
	}
}

/* News */
.news-landing-content, 
.news-filter-content {
    width: 100%;
    float: left;
}
.news-landing-content .card, 
.news-filter-content .card {
	margin: 30px 0 20px;
    min-height: 315px;
}
.news-landing-content .card .card-title, 
.news-filter-content .card .card-title {
	min-height: 69px;
}
/* iPad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.news-landing-content .card .card-title {
		font-size: 16px;
	}
} 
.news-landing-filter {
	background-color: #ddd;
	width: 100%;
    padding: 10px 0;
	float: left;
}
.news-landing-filter > .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-landing-filter form {
	margin-right: 10px;
}
.news-landing-filter form select {
	background-color: #fff;
	outline: none;
}
.news-landing-filter form select:focus, 
.news-landing-filter form select:active {
	outline: none;
}
.news-filter-content .card .card-bottom a {
	font-weight: 600;
}
.news-filter-content .card .card-bottom a:hover, 
.news-landing-content .card .card-bottom a:hover {
	color: #961b27;
}
.single-news .services-banner-text svg {
	width: 30px;
}
.single-news .services-banner-text a:hover {
	cursor: pointer;
}
.single-news .services-banner-text h1 {
	font-size: 32px;
}
.single-news .services-banner-text svg path {
	fill: #fff;
}
.news-landing-content .wp-pagenavi {
	margin: 25px 0;
}
/* Single News Page */
.single-news #share-news:hover {
	cursor: pointer;
}
.top-services-banner.single-news .container {
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-services-banner.single-news .container .services-banner-text {
    transform: none;
    width: 100%;
}
#share-news ul {
	display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 5px 0px;
}
#share-news ul li {
	margin-right: 15px;
}
.single-news-content {
	padding: 30px 0;
}
.single-news-content .author {
	background-color: #fff;
	width: 100%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 2px solid #d0d0d0;
}
.single-news-content .author-extra {
	background-color: #fff;
	width: 100%;
    float: left;
	padding: 15px 15px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.single-news-content .author-extra p {
	margin: 0 0 15px;
}
.single-news-content .author-extra p:last-of-type {
	margin-bottom: 0;
}
.single-news-content .author-extra p img {
	width: 20px;
	margin-right: 20px;
}
.single-news-content .author-extra p svg {
	width: 20px;
	margin-right: 20px;
	vertical-align: middle;
}
.single-news-content .author-extra p svg path {
	fill: #525252;
}
.single-news-content .author-extra p a {
	font-weight: 600;
}
.single-news-content .author-extra p a:hover {
	color: #295234;
}
.single-news-content .author-extra p a:active, 
.single-news-content .author-extra p a:focus {
	color: #295234;	
}
.single-news-content .news-text p {
	font-size: 16px;
	line-height: 1.65em;
	margin-bottom: 15px;
}
.single-news-content hr {
	width: 100%;
    float: left;
    border-top: 2px solid #d0d0d0;
}
.more-news {
	background-color: #eaeaea;
	padding: 0 0 30px;
}
.more-news h2 {
	font-family: 'Crimson Text', sans-serif;
	text-align: center;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 40px;
}
.more-news .card {
	margin-bottom: 40px;
}

/* About Us Page */
.services-list ul li.current-menu-item a {
	color: #295234;
	font-weight: 600;
}
.services-list ul li a {
	color: #4e4e4e;
}
.services-list ul li a span {
    background: url(/wp-content/themes/armitsteadbarnett/svg/icon_ablogo.svg) no-repeat 0 0;
    margin: 0 8px;
    height: 35px;
    width: 40px;
    display: inline-block;
	vertical-align: middle;
}
.single-service-content.about #menu-about-us-menu {
	background-color: #fff;
	list-style: none;
}
.single-service-content.about .services-list {
	margin-top: 0;
}
.single-service-content.about ul.nav-pills {
	padding: 0;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-top: 30px;
}
.single-service-content.about ul.nav-pills>li {
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
}
.single-service-content.about ul.nav-pills>li button {
	background-color: #295234;
	color: #fff;
}
.single-service-content.about ul.nav-pills>li>button.active, 
.single-service-content.about ul.nav-pills>li>button.active:focus, 
.single-service-content.about ul.nav-pills>li>button.active:hover {
	color: #295234;
	background-color: #fff;
}
.single-service-content.about ul li.nav-item button {
	height: 70px;
    display: flex;
    align-items: center;
   	justify-content: center;
    border-radius: 0;
    font-weight: 600;
    border: none;
    width: 100%;
}
.single-service-content.about ul li:first-of-type button {
	border-top-left-radius: 4px;
}
.single-service-content.about ul li:last-of-type button {
	border-top-right-radius: 4px;
}
.single-service-content.about .tab-content .tab-pane {
	width: 100%;
    float: left;
    background: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
}
.single-service-content.about .tab-content .tab-pane img, 
.single-service-content.about .office-email svg, 
.single-service-content.about .office-phone svg {
	width: 25px;
	height: 25px;
	margin-right: 20px;
	vertical-align: middle;
}
.single-service-content.about .office-address {
	margin-bottom: 10px;
	width: 100%;
    float: left;
}
.single-service-content.about .office-address svg {
	width: 30px;
	height: 30px;
    top: 4px;
    position: relative;
    right: 5px;
}
.single-service-content.about .office-contact {
	padding: 0 10px 20px;
}
.single-service-content.about .office-contact p {
	color: #295234;
    font-weight: 600;
    margin-left: 10px;
}
.single-service-content.about .office-address p {
	width: 86%;
    float: right;
}
.single-service-content.about .office-phone, 
.single-service-content.about .office-email {
	margin-bottom: 20px;
}
.single-service-content.about .office-phone a, 
.single-service-content.about .office-email a {
	font-weight: 600;
	color: #295234;
	font-size: 16px;
}
.single-service-content.about .office-email svg path {
	fill: #295234;
}
.office-opening-times {
	padding: 0 10px 20px;
}
.office-opening-times p {
	color: #295234;
	font-weight: 600;
}
.office-opening-times ul {
	padding: 0;
	list-style: none;
}
.office-opening-times ul li {
	margin-bottom: 0;
	padding: 10px;
	font-weight: 400;
}
.office-opening-times ul li span:last-of-type {
	float: right;
}
.single-service-content.about .tab-content .tab-pane .acf-map {
	width: 100%;
    height: 297px;
    margin: 20px 0;
}
.mobile-office-info .card {
	margin-bottom: 10px;
	padding: 0;
}
.mobile-office-info .card .card-body {
	margin-top: 10px;
}
.mobile-office-info button[aria-expanded="true"] {
	color: #295234;
	background-color: #fff;
}
.mobile-office-info button[aria-expanded="false"] {
	color: #fff;
	background-color: #294234;
}
.mobile-office-info button {
	width: 100%;
	padding: 10px;
	text-align: left;
}
.about-back-content-img {
	background-size: cover;
	background-position: center;
	height: 500px;
}
 
/* Meet the Team landing */
.top-services-banner.meet-team-banner {
	background-position: center -100px;
}
.meet-team-banner .services-banner-text {
	transform: translate(0%, 75%);
}
.team-filter {
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-filter form select {
	margin-right: 15px;
	background-color: #fff;
}
.template-meet-team-landing-content, 
.template-office-content, 
.template-position-content {
	width: 100%;
	float: left;
}
.template-meet-team-landing-content .container {
	padding: 45px 15px 30px;
}
.template-meet-team-landing-content .card p, 
.template-office-content .card p, 
.template-position-content .card p {
	font-weight: 600;
}
.template-meet-team-landing-content .card .card-image {
    background-position: center 0;
}
.template-meet-team-landing-content .card .card-title, 
.template-office-content .card .card-title, 
.template-position-content .card .card-title {
	line-height: 1.4em;
	min-height: 0;
	font-weight: 600;
}
.template-meet-team-landing-content .card .card-bottom p {
	min-height: 40px;
}
.template-meet-team-landing-content .card .card-bottom p, 
.template-office-content .card .card-bottom p, 
.template-position-content .card .card-bottom p {
	margin-bottom: 0;
	font-weight: 600;
}
.template-meet-team-landing-content .card .card-bottom span#triangle-right, 
.template-office-content .card .card-bottom span#triangle-right, 
.template-position-content .card .card-bottom span#triangle-right {
	border-left: 11px solid #961b27;
	bottom: 0;
}
.template-meet-team-landing-content .card, 
.template-office-content .card, 
.template-position-content .card {
	margin-bottom: 40px;
}
.no-team-found {
	width: 100%;
    float: left;
    background: #295234;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

/* Single Team */
.single-team-main {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    position: relative;
    bottom: 50px;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 4px;
    padding: 40px 20px;
}
.single-team-main .col-md-4 img.portrait {
	border-radius: 4px;
	width: 275px;
	height: auto;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.portrait-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-team-main .col-md-4 svg {
	width: 75px;
}
.single-team-main .team-main-info h1 {
	font-weight: 600;
	margin: 10px 0 25px;
	font-size: 21px;
}
.single-team-main .team-main-info h2 {
	margin: 10px 0 20px;
	font-weight: 600;
	font-size: 18px;
}
.single-team-main .team-contact ul {
	list-style: none;
	padding-left: 0;
}
.single-team-main .team-contact ul li {
	margin-bottom: 20px;
	font-weight: 600;
}
.single-team-main .team-contact ul li a:hover {
	color: #295234;
}
.single-team-main .team-contact ul li span {
	margin-right: 30px;
}
.single-team-main .team-contact ul li svg {
	width: 20px;
	vertical-align: middle;
}
.single-team-main .team-contact ul li svg path {
	fill: #295234;
}
.single-team-main .team-content {
	padding: 15px 45px;
	width: 100%;
    float: left;
}
.single-team-main .team-content h3 {
	font-size: 18px;
	font-weight: 600;
}
.single-team-main .qualifications-ul {
	list-style: none;
	padding-left: 0;
	margin: 25px 0 15px;
}
.single-team-main .qualifications-ul li {
	font-weight: 600;
	margin-bottom: 8px;
}
.single-team-main .qualifications-ul span {
	margin-right: 30px;
    display: inline-block;
    width: 40px;
}
.single-team-main .core-area-ul {
	padding-left: 17px;
	margin: 25px 0 15px;
}
.single-team-main .core-area-ul li {
	font-weight: 600;
	margin-bottom: 8px;
}
.single-team-main .team-content p {
	font-weight: 600;
	line-height: 1.7em;
	margin-top: 20px;
	color: #4e4e4e;
}

/* Single Office */
.office-landing-content {
	padding: 30px 0;
}
.office-landing-content .description {
	margin-bottom: 50px;
}
.office-landing-content .description h1,
.office-landing-content .description h2, 
.office-landing-content .description h3, 
.office-landing-content .description h4, 
.office-landing-content .description h5, 
.office-landing-content .description h6 {
	font-weight: 600;
	color: #4e4e4e;
	line-height: 1.40em;
}
.office-landing-content .description h1 {
    font-size: 23px;
}
.office-landing-content .description h2 {
    font-size: 21px;
}
.office-landing-content .description h3 {
    font-size: 19px;
}
.office-landing-content .description h4 {
    font-size: 17px;
}
.office-landing-content .description h5 {
    font-size: 15px;
}
.office-landing-content .description h6 {
    font-size: 14px;
}
.office-landing-content .description p {
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 600;
}
.office-landing-content .staff-row {
	margin: 0 0 30px;
}
.office-landing-content .card .card-bottom span#triangle-right {
	border-left: 11px solid #961b27;
	bottom: 0;
}
.office-landing-content .card {
	margin-bottom: 40px;
}
.office-landing-content .card, 
.office-landing-content .card .card-bottom p, 
.office-landing-content .card .card-bottom a {
	font-weight: 600;
}
.office-landing-content .card .card-bottom p {
	margin-bottom: 0;
	min-height: 40px;
}
.office-landing-content .card .card-title {
	line-height: unset;
	min-height: unset;
	font-weight: 600;
}
.office-landing-content .find-us {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
}
.office-landing-content .find-us .acf-map {
	height: 297px;
	margin: 0 0 15px;
}
.office-landing-content .find-us h2 {
	margin: 0 0 10px;
	font-size: 21px;
	font-weight: 600;
}
.office-landing-content .find-us .office-contact-details ul {
	list-style: none;
	padding-left: 5px;
	margin: 10px 0;
}
.office-landing-content .find-us .office-contact-details ul li {
	margin-bottom: 15px;
}
.office-landing-content .find-us .office-contact-details ul li a {
	font-weight: 600;
}
.office-landing-content .find-us .office-contact-details ul li a:hover, 
.office-landing-content .find-us .office-contact-details ul li a:focus, 
.office-landing-content .find-us .office-contact-details ul li a:active {
	color: #295234;
}
.office-landing-content .find-us .office-contact-details ul svg {
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.office-landing-content .find-us .office-contact-details ul svg path {
	fill: #295234;
}
.office-landing-content .find-us .office-opening-times {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.office-landing-content .find-us .office-opening-times li {
    padding: 7px 9px;
}
.office-landing-content .local-properties {
	width: 100%;
	float: left;
}
.office-landing-content .local-properties h2.local-properties-title {
	font-family: 'Crimson Text', sans-serif;
	font-size: 27px;
	margin: 10px 0 5px;
	font-weight: 600;
}
.office-landing-content .local-properties .featured-carousel-container .bx-wrapper {
	margin: 10px 0 !important;
}
.office-landing-content .local-properties p {
	text-align: center;
	margin: 15px 0;
}
.office-landing-content .local-properties p a {
	text-align: center;
}
.office-landing-content hr {
	width: 100%;
    float: left;
    border-top: 1px solid #4e4e4e;
    border-radius: 10px;
}
.office-landing-content .featured-carousel-container .bx-wrapper .bx-pager {
	padding: 0;
    margin: 0 0 15px;
}
.get-in-touch-container {
	width: 100%;
	float: left;
} 
.get-in-touch-container h2 {
	font-family: 'Crimson Text', sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
}

/* Jobs Page */
.job-landing-content {
	padding: 30px 0;
}
.flex-description h1,
.flex-description h2, 
.flex-description h3, 
.flex-description h4, 
.flex-description h5, 
.flex-description h6 {
	font-weight: 600;
	color: #4e4e4e;
	line-height: 1.40em;
}
.flex-description h1 {
    font-size: 23px;
}
.flex-description h2 {
    font-size: 21px;
}
.flex-description h3 {
    font-size: 19px;
}
.flex-description h4 {
    font-size: 17px;
}
.flex-description h5 {
    font-size: 15px;
}
.flex-description h6 {
    font-size: 14px;
}
.flex-description p {
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 600;
}
.job-landing-content .flex-description h1, 
.job-landing-content .flex-description h2, 
.job-landing-content .flex-description h3, 
.job-landing-content .flex-description h4, 
.job-landing-content .flex-description h5, 
.job-landing-content .flex-description h6, 
.job-landing-content .flex-description p {
	text-align: center;
}
.job-landing-content .media-embed {
	margin: 30px 0;
	text-align: center;
}
.job-landing-content iframe {
	width: 60%;
	height: 300px;
}
.benefits-ab {
	width: 100%;
    float: left;
    margin: 30px 0;
}
.benefits-ab ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefits-ab ul li {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
	display: flex;
    justify-content: center;
    border-radius: 7px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.benefits-ab ul li a {
	background-color: transparent;
	height: 200px;
	display: flex;
	align-items: center;
	font-family: 'Crimson Text', sans-serif;
	font-size: 26px;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.benefits-ab ul li.active.in a {
	background-color: unset;
}
.benefits-ab ul.nav-pills>li a:hover {
	background-color: unset;
}
.benefits-ab ul.nav-pills>li.active {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.benefits-ab ul.nav-pills>li.active>a, 
.benefits-ab ul.nav-pills>li.active>a:focus, 
.benefits-ab ul.nav-pills>li.active>a:hover {
	background-color: unset;
}
.benefits-ab ul.nav-pills>li.active:after {
    content: "";
    width: 0;
    height: 0;
	border-right: 15px solid transparent;
  	border-bottom: 19px solid #fff;
  	border-left: 15px solid transparent;
    position: absolute;
	bottom: -1px;
	-webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.benefits-ab .accordion .card {
	box-shadow: none;
	margin-bottom: 5px;
	padding: 0;
	border-radius: 4px;
	width: 100%;
    float: left;
}
.benefits-ab .accordion .card-header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    padding: 15px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.benefits-ab .accordion .card .card-header button {
	width: 100%;
	font-family: 'Crimson Text', sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	padding: 5px 0;
	text-align: center;
	height: 90px;
}
.benefits-ab .accordion .card .card-header button:focus, 
.benefits-ab .accordion .card .card-header button:hover {
	outline: none;
 	text-decoration: none;
	color: #fff;
}
.benefits-ab .accordion .card-body {
	padding: 15px;
    width: 100%;
    float: left;
}
.benefits-ab .accordion .card-body .card-content {
	margin: 10px auto;
	width: 85%;
}
.benefits-ab .accordion .card .card-body-head {
	text-align: center;
	margin-bottom: 20px;
}
.benefits-ab .accordion .card-body img.open-quote {
	width: 40px;
}
.benefits-ab .accordion .card-body img.close-quote {
	width: 40px;
	float: right; 
}
.benefits-ab .accordion .card-body svg path, 
.benefits-ab .accordion .card-body svg polygon, 
.benefits-ab .tab-head svg path, 
.benefits-ab .tab-head svg polygon {
	fill: #295234;
}
.benefits-ab .tab-head svg, 
.benefits-ab .accordion .card-body svg {
	width: 40px;
}
.benefits-ab .tab-head h3, 
.benefits-ab .accordion .card .card-body-head h3 {
	font-family: 'Crimson Text', sans-serif;
	font-size: 23px;
	margin: 10px 0;
	font-weight: 600;
}
.benefits-ab .tab-content {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	margin: 10px 0;
	width: 100%;
    float: left;
}
.benefits-ab .tab-head {
	text-align: center;
}
.benefits-ab .tab-content .vl {
	border-left: 2px solid #295234;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
}
.benefits-ab .tab-content .half {
	width: 47%;
	float: left;
	padding: 0 10px;
}
.benefits-ab .tab-content .half.right {
	float: right;
}
.benefits-ab .tab-content .half p {
	margin-bottom: 40px;
}
.benefits-ab .tab-content .half h1, 
.benefits-ab .tab-content .half h2, 
.benefits-ab .tab-content .half h3, 
.benefits-ab .tab-content .half h4, 
.benefits-ab .tab-content .half h5, 
.benefits-ab .tab-content .half h6, 
.benefits-ab .accordion .card-body h1, 
.benefits-ab .accordion .card-body h2, 
.benefits-ab .accordion .card-body h3, 
.benefits-ab .accordion .card-body h4, 
.benefits-ab .accordion .card-body h5, 
.benefits-ab .accordion .card-body h6  {
	color: #295234;
}
.benefits-ab .tab-pane-content {
	width: 100%;
    float: left;
    margin: 10px 0;
}
.benefits-ab .tab-pane-content .col-sm-12 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.benefits-ab .tab-pane .open-quote {
	width: 40px;
	float: left;
}
.benefits-ab .tab-pane .close-quote {
	width: 40px;
	float: right;	
}

/* Job Section */
.job-section {
	width: 100%;
	float: left;
}
.job-section h2, 
.benefits-ab .benefits-title  {
	font-family: 'Crimson Text', sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0 20px;
}
.job-card {
	width: 100%;
	border-radius: 4px;
	background-color: #fff;
	padding: 15px 30px;
	margin-bottom: 30px;
}
.job-card p {
	font-weight: 600;
	color: #4e4e4e;
}
.job-card h3 {
	font-size: 23px;
	font-weight: 600;
	margin: 10px 0;
}
.job-card .card {
	box-shadow: none;
	padding-right: 0;
	padding-left: 0;
}
.job-card .location {
	font-size: 16px;
	font-weight: 600;
}
.job-card .job-card-bottom {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.job-card .job-card-bottom button.red-button {
	box-shadow: none;
	display: inline-block;
	width: 20%;
	text-align: center;
	font-weight: 600;
}
.job-card .job-card-bottom button.red-button:hover {
	color: #fff;
}
.job-card .job-card-bottom a.green-outline-button:hover {
	color: #fff !important;
}
.job-card .job-card-bottom a.green-outline-button:focus, 
.job-card .job-card-bottom a.green-outline-button:active {
	color: #295234;
}
.job-section .modal, 
.single-property .modal {
  text-align: center;
  padding: 0!important;
}
.job-section .modal:before, 
.single-property .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.job-section .modal-dialog, 
.single-property .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* Job modal Application Form */
.job-modal .modal-header, 
.job-modal .modal-body, 
.job-modal .modal-footer {
    background-color: #eaeaea;
}
.job-modal .modal-header {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom: 1px solid #cccbcb;
}
.job-modal .modal-footer {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;	
	border-top: 1px solid #cccbcb;
}
.job-modal .modal-header h3 {
	font-size: 21px;
	float: left;
}
.job-modal .modal-header button.close {
	float: right;
	margin-top: 5px;
}
.job-modal form {
	width: 90%;
	margin: 0 auto;
}
.job-modal form .row {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
.job-modal form .row input {
	width: 100%;
	height: 34px;
    padding: 6px 12px;
    margin-bottom: 3px;
}
.job-modal form .row input[type="file"] {
	padding-left: 0;
	padding-right: 0;
}
.job-modal form select {
	height: 34px;
	margin-bottom: 3px;
}
/* Edge Specific */
@supports (-ms-ime-align:auto) {
	.job-modal form .date-range {
		justify-content: center !important;
	}
	.job-modal form .date-range span {
		margin: 0 10px;
	}
	.job-modal form .date-range span select {
		width: 157px;
	}
}
/* IE Specific */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.job-modal form .date-range {
		justify-content: center !important;
	}
	.job-modal form .date-range span {
		margin: 0 10px;
	}
	.job-modal form .date-range span select {
		width: 157px;
	}
}
/* Safari 9.0 Specific */
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
	.job-modal form .date-range select {
		margin: 0 10px;
	}
	.job-modal form .date-range span select {
		width: 157px;
	}
	.job-modal form .jobs-gdpr-row .gdpr-message {
		margin-left: 10px;
	}
}
.job-modal form .date-range {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.job-modal form .date-range select {
	width: 165px;	
    -webkit-appearance: menulist;
}
.job-modal form .wpcf7-acceptance input {
	-webkit-appearance: none;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	float: left;
	border: 1px solid #265234;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	height: unset;
}
.job-modal form .wpcf7-acceptance input:focus {
	outline: none;
}
/* IE Specific */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.job-modal form .wpcf7-acceptance input {
		height: auto;
		width: auto;
	}
}
.job-modal form .wpcf7-acceptance input:active, 
.job-modal form .wpcf7-acceptance input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.job-modal form .wpcf7-acceptance input:checked {
	border: 1px solid #961b27;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #961b27;
}
.job-modal form .wpcf7-acceptance input:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #961b27;
}
.job-modal form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    float: right;
    width: 88%;
}
.job-modal form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.job-modal form .jobs-gdpr-row {
	display: flex;
	justify-content: center;
}
.job-modal form .jobs-gdpr-row span.wpcf7-form-control-wrap.store-cv {
	margin-right: 5px;
    bottom: 2px;
}
.job-modal form .row .wpcf7-submit {
	background-color: #961b27;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.job-modal form .row .wpcf7-submit:disabled {
	background-color: #dddddd;
	color: rgb(84, 84, 84);;
}
.job-modal form .row:last-of-type {
	margin-bottom: 0;
}

/* Sold Properties Page */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 270px;
	padding: 20px 0;
	background-color: #961b27;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
	font-size:18px;
}
/* top left*/
.ribbon-top-left {
	top: -10px;
	left: 0px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}
.sold-properties #grid .ribbon {
	width: 100%;
	position: relative;
    bottom: 25px;
}
.sold-properties #grid .ribbon .card-image {
	position: inherit;
    bottom: 25px;
    height: 200px;
    width: 100%;
}

/* Register Page */
.register .service-form {
	margin-bottom: 0;
}
.page-template-template-register .featured-carousel-container ~ p {
	text-align: center;
}
.register-recent-properties {
	background-color: #eaeaea;
	padding-bottom: 30px;
}
.register form p select {
	width: 100%;
	border-bottom: 1px solid #295234;
    border-radius: 0;
}
.register form p:nth-child(6) {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.register form p .newsletter {
	float: left;
}
.register form p .sector {
	float: right;
}
.register .service-form form .newsletter .wpcf7-checkbox .wpcf7-list-item {
	width: 230px;
}
.register .service-form form .wpcf7-checkbox input {
	margin-top: 0;
}

/* Dispersal Section */
.dispersal-banner {
    background-color: #deddd7;
    padding: 10px 0;
    text-align: center;
}
.dispersal-banner p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #295234;
}
.dispersal-banner a {
    color: #295234;
}
.dispersal-banner a:hover, 
.dispersal-banner a:active {
    color: #961b27;
}
.dispersal-banner a:focus {
    color: #961b27;
}
.dispersal-listings {
    margin: 30px 0 15px;
    float: left;
    width: 100%;
}
.dispersal-listings h2 {
    text-align: center;
    margin: 0;
    font-family: 'Crimson Text', serif;
}
.dispersal-listings .col-md-6 {
    margin: 40px 0 0;
}
.dispersal-documents-section {
    float: left;
    width: 100%;
}
.documents-table {
    background-color: #deddd7;
    border-radius: 7px;
    padding: 10px 15px;
}
.documents-table h2 {
    margin: 10px 0;
    font-family: 'Crimson Text', serif;
    text-align: center;
}
.documents-table ul {
    list-style-type: none;
    padding-left: 0;
}
.documents-table li {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.documents-table li a {
    text-align: center;
    width: 40%;
}
.documents-table li a:hover, 
.documents-table li a:active {
    color: #fff !important;
}
.documents-table li a:focus {
    color: #961b27 !important;
}

/* 404 */
.back-404 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}
.back-404 .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.text-404-container {
	width: 75%;
	font-family: 'Crimson Text', sans-serif;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin: 0 auto;
	border-radius: 7px;
}
.text-404-container h1 {
	margin: 10px 0 0;
	font-size: 42px;
}
.text-404-container p {
	font-size: 21px;
	margin: 25px 0 30px;
}
.text-404-container .links-404 {
	display: flex;
    justify-content: center;
    align-items: center;
}
.text-404-container a.white-outline-button {
	width: unset;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	width: 20%;
    text-align: center;
    padding: 8px 15px;
}
.text-404-container a.red-button {
	margin: 0 10px;
	font-weight: 600;
	text-align: center;
}
.text-404-container a.red-button:hover {
	color: #fff;
}

/* Footer */
footer {
	position: relative;
	width: 100%;
	float: left;
}
.footer {
	background-color: #295234;
}
.footer .quick-links {
	float: left;
}
.menu-quick-links-container {
    margin: 25px 0 20px 0;
}
.footer .quick-links ul {
	list-style: none;
	padding-left: 0;
	columns: 3;
	-webkit-columns: 3;
  	-moz-columns: 3;
  	margin-bottom: 0;
}
.footer .quick-links ul li:first-of-type {
	margin: 0;
}
.footer .quick-links ul li {
	margin: 17px 0 0;
}
.footer .quick-links ul li a {
	color: #fff;
  	font-size: 14px;
  	font-weight: 400;
}
.footer .quick-links h3, 
.footer .social-footer h3 {
	font-family: 'Crimson Text', serif;
	color: #fff;
}
.footer .social-footer {
	float: right;
}
.footer .social-footer a img {
	width: 20px;
}
.footer .social-footer .newsletter-link {
    display: inline-block;
    margin: 13px 0 0px;
    font-size: 14px;
}
.footer .social-footer a:hover, 
.footer .social-footer a:focus {
    color: #fff;
}
.footer .logo-section {
    height: 160px;
    display: flex;
    align-items: center
}
.social-footer ul {
	padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    width: 270px;
}
.social-footer ul li {
	display: inline;
}
.bottom-ribbon {
	position: relative;
	width: 100%;
	float: left;
	background: #0d3116;
	padding: 7px 0;
	color: #fff;
	font-size: 13px;
    font-weight: 600;
}
.bottom-ribbon .container {
    padding: 0 30px;
}
.bottom-ribbon .copyright {
	float: left;
}
.bottom-ribbon .copyright a {
	font-size: 13px;
	color: #fff;
}
.bottom-ribbon .designed-by {
    float: left;
    margin-top: 10px;
}
.bottom-ribbon .designed-by a {
	font-size: 13px;
    color: #fff;
}
.bottom-ribbon .designed-by a img {
	width: 20px;
}

.page-standard {
    margin: 40px 0;
    min-height: 60vh;
}

/* Transition delays */
@media (min-width: 768px) {
	.home-intro .cards-row .aos:nth-child(1) {
		-webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.home-intro .cards-row .aos:nth-child(2) {
		-webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.home-intro .cards-row .aos:nth-child(3) {
		-webkit-transition-delay: 300ms;
	    -moz-transition-delay: 300ms;
	    -o-transition-delay: 300ms;
	    transition-delay: 300ms;
	}
	.services-landing-content .col-md-4:nth-child(2), 
	.services-landing-content .col-md-4:nth-child(5), 
	.services-landing-content .col-md-4:nth-child(8), 
	.services-landing-content .col-md-4:nth-child(11), 
	.services-landing-content .col-md-4:nth-child(14) {
		-webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.services-landing-content .col-md-4:nth-child(3), 
	.services-landing-content .col-md-4:nth-child(6), 
	.services-landing-content .col-md-4:nth-child(9), 
	.services-landing-content .col-md-4:nth-child(12), 
	.services-landing-content .col-md-4:nth-child(15) {
		-webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.template-meet-team-landing-content .col-md-3:nth-child(1), 
	.template-meet-team-landing-content .col-md-3:nth-child(5), 
	.template-meet-team-landing-content .col-md-3:nth-child(9), 
	.template-meet-team-landing-content .col-md-3:nth-child(13), 
	.template-meet-team-landing-content .col-md-3:nth-child(17), 
	.template-meet-team-landing-content .col-md-3:nth-child(20), 
	.template-meet-team-landing-content .col-md-3:nth-child(24) {
		-webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.template-meet-team-landing-content .col-md-3:nth-child(2), 
	.template-meet-team-landing-content .col-md-3:nth-child(6), 
	.template-meet-team-landing-content .col-md-3:nth-child(10), 
	.template-meet-team-landing-content .col-md-3:nth-child(14), 
	.template-meet-team-landing-content .col-md-3:nth-child(18), 
	.template-meet-team-landing-content .col-md-3:nth-child(21), 
	.template-meet-team-landing-content .col-md-3:nth-child(25) {
		-webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.template-meet-team-landing-content .col-md-3:nth-child(3),    
	.template-meet-team-landing-content .col-md-3:nth-child(7), 
	.template-meet-team-landing-content .col-md-3:nth-child(11), 
	.template-meet-team-landing-content .col-md-3:nth-child(15), 
	.template-meet-team-landing-content .col-md-3:nth-child(19), 
	.template-meet-team-landing-content .col-md-3:nth-child(22), 
	.template-meet-team-landing-content .col-md-3:nth-child(26) {
		-webkit-transition-delay: 300ms;
	    -moz-transition-delay: 300ms;
	    -o-transition-delay: 300ms;
	    transition-delay: 300ms;
	}
	 
	.template-meet-team-landing-content .col-md-3:nth-child(4), 
	.template-meet-team-landing-content .col-md-3:nth-child(8), 
	.template-meet-team-landing-content .col-md-3:nth-child(12), 
	.template-meet-team-landing-content .col-md-3:nth-child(16), 
	.template-meet-team-landing-content .col-md-3:nth-child(20), 
	.template-meet-team-landing-content .col-md-3:nth-child(23), 
	.template-meet-team-landing-content .col-md-3:nth-child(27) {
		-webkit-transition-delay: 400ms;
	    -moz-transition-delay: 400ms;
	    -o-transition-delay: 400ms;
	    transition-delay: 400ms;
	}
	.staff-row .col-md-4:nth-child(1), 
	.staff-row .col-md-4:nth-child(4), 
	.staff-row .col-md-4:nth-child(7) {
		-webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.staff-row .col-md-4:nth-child(2), 
	.staff-row .col-md-4:nth-child(5), 
	.staff-row .col-md-4:nth-child(8) {
		-webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.staff-row .col-md-4:nth-child(3), 
	.staff-row .col-md-4:nth-child(6), 
	.staff-row .col-md-4:nth-child(9) {
		-webkit-transition-delay: 300ms;
	    -moz-transition-delay: 300ms;
	    -o-transition-delay: 300ms;
	    transition-delay: 300ms;
	}
	.testimonial-landing-content .col-xs-6:nth-child(1), 
	.testimonial-landing-content .col-xs-6:nth-child(3), 
	.testimonial-landing-content .col-xs-6:nth-child(5), 
	.testimonial-landing-content .col-xs-6:nth-child(7), 
	.testimonial-landing-content .col-xs-6:nth-child(9), 
	.testimonial-landing-content .col-xs-6:nth-child(11), 
	.testimonial-landing-content .col-xs-6:nth-child(13) {
		-webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.testimonial-landing-content .col-xs-6:nth-child(2), 
	.testimonial-landing-content .col-xs-6:nth-child(4), 
	.testimonial-landing-content .col-xs-6:nth-child(6), 
	.testimonial-landing-content .col-xs-6:nth-child(8), 
	.testimonial-landing-content .col-xs-6:nth-child(10), 
	.testimonial-landing-content .col-xs-6:nth-child(12), 
	.testimonial-landing-content .col-xs-6:nth-child(14) {
		-webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.news-landing-content .col-md-4:nth-child(1), 
	.news-landing-content .col-md-4:nth-child(4), 
	.news-landing-content .col-md-4:nth-child(7), 
	.news-landing-content .col-md-4:nth-child(10) {
		-webkit-transition-delay: 100ms;
	    -moz-transition-delay: 100ms;
	    -o-transition-delay: 100ms;
	    transition-delay: 100ms;
	}
	.news-landing-content .col-md-4:nth-child(2), 
	.news-landing-content .col-md-4:nth-child(5), 
	.news-landing-content .col-md-4:nth-child(8), 
	.news-landing-content .col-md-4:nth-child(11) {
		-webkit-transition-delay: 200ms;
	    -moz-transition-delay: 200ms;
	    -o-transition-delay: 200ms;
	    transition-delay: 200ms;
	}
	.news-landing-content .col-md-4:nth-child(3), 
	.news-landing-content .col-md-4:nth-child(6), 
	.news-landing-content .col-md-4:nth-child(9), 
	.news-landing-content .col-md-4:nth-child(12) {
		-webkit-transition-delay: 300ms;
	    -moz-transition-delay: 300ms;
	    -o-transition-delay: 300ms;
	    transition-delay: 300ms;
	}
}

@media (max-width: 2600px) and (min-width: 1199px) {
	.top-services-banner.about-banner {
		background-position: center -115px;
	}
}

/* Responsive */
@media (max-width: 1440px) {
	.back-404 {
		min-height: 78vh;
	}
	.back-404 .container {
		height: 78vh;
	}
}

@media (min-width: 1200px) {
    #mobile-filter, 
    #mobile-sort {
        display: none;
    }
}



@media (max-width: 1199px) {
	.top-ribbon ul {
		margin-right: 25px;
	}
	.top-ribbon ul li {
		font-size: 14px;
		margin-right: 15px;
	}
	.top-ribbon ul li a {
		font-size: 14px;
	}
	.menu .navbar-nav li a {
		padding: 20px 9px;
	}
	.navbar .favourite img {
		width: 18px;
		margin: 0 10px;
	}
	.navbar-default .appraisal-btn-nav {
		font-size: 12px;
    	padding: 7px 7px;
	}
	.find-property-link a {
		font-size: 14px;
	}
	.home-intro .welcome-message {
		height: unset;
	}
	.request-property-appraisal form input[type="text"], 
	.request-property-appraisal form input[type="email"], 
	.request-property-appraisal form input[type="tel"] {
		width: 200px;
	}
	.featured-property-info .author img {
		width: 55px;
	}
	.featured-property-info ul {
		margin-bottom: 10px;
	}
	.main-featured .image-slide {
		height: 390px;
	}
	.service-form form .sharing, 
	.service-form form .storing, 
	.service-form form .mailing {
		width: 100%;
		margin-bottom: 5px;
	}
	.service-form form .wpcf7-checkbox .wpcf7-list-item-label {
		width: 93%;
	}
	.service-form form .wpcf7-checkbox input {
		margin-right: 10px;
	}
	.single-service-content .author {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.single-service-content .services-ul svg {
		margin-right: 10px;
	}
	.single-service-content .services-ul li a {
		font-size: 14px;
	}
	.text-404-container a.white-outline-button {
		width: 25%;
	}
	.single-service-content.about .office-address p {
		width: 82%;
	}
    .thin-filter {
        display: none;
    }
    .filter-bar .filter-sort {
        display: none;
    }
    .mobile-page-title {
        display: block;
    }
    .mobile-filter-container {
        display: block;
    }
    .template-meet-team-landing-content .card .card-bottom p {
        min-height: 60px;
    }
}

@media(min-width: 1101px) {
	.service-form form div.wpcf7-validation-errors, 
	.job-modal form .wpcf7-validation-errors {
	    width: 100%;
	    margin: 0 auto;
	}
	.request-property-appraisal form .wpcf7-validation-errors {
	    width: 89%;
	    margin: 5px auto 0;
	}
	.service-form form div.wpcf7-mail-sent-ok, 
	.job-modal form div.wpcf7-mail-sent-ok {
	    width: 100%;
	    margin: 0 auto;
	}
	.request-property-appraisal form div.wpcf7-mail-sent-ok {
	    width: 89%;
	    margin: 10px auto 0;
	}
}

@media (max-width: 1100px) {	
	.form-filter-container form input.submit {
		margin-top: 10px;
	}
	.property-info-agent {
		width: 100%;
		position: unset;
		bottom: unset;
		margin-left: 0;
		margin: 30px 0;
	}
	.property-info {
		width: 100%;
	}
	.back-green .controls {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.single-service {
		padding: 15px 7px;
	}
	.single-service .table_parent .table_cell {
		padding: 0;
	}
	.single-service .table_parent .table_cell .hidden-service-text {
		min-height: 222px;
	}
	.job-modal .modal-body {
		border-radius: 6px;
	}
	.job-modal .modal-footer {
		display: none;
	}
	.single-news .services-banner-text h1 {
		font-size: 27px;
	}
	.bottom-ribbon .copyright {
		text-align: center;
	}
	.share-head {
		display: flex;
    	justify-content: space-evenly;
    	align-items: center;
        text-align: center;
	}	
	.single-property .bx-wrapper .bx-viewport {
		height: 555px !important
	}
	.single-property .property-slider ul .back-slide-image {
		height: 555px !important;
	}
    .single-property .controls-arrows {
        height: 555px;
        top: 157px;
    }
	.register-box {
		padding-right: 15px;
		padding-left: 15px;
	}
	.featured-slider .card {
		width: 420px !important;
		margin-right: 63px !important;
	}
	.service-form form .newsletter .wpcf7-checkbox .wpcf7-list-item-label {
		width: 86%;
	}
	.register form p .newsletter {
		width: 50%;
		float: left;
	}
	.register form p .sector {
		width: 50%;
		float: right;
	}
	.register .service-form form .storing .wpcf7-checkbox input {
		top: 6px;
	}
    .bottom-ribbon .designed-by {
        float: left;
        margin: 8px 0 5px;
    }
    .request-property-appraisal form input[type="text"], 
    .request-property-appraisal form input[type="email"], 
    .request-property-appraisal form input[type="tel"] {
        width: 66%;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        height: 90px;
    }
    .navbar-default .navbar-brand img {
        width: 130px;
    }
    header .top-ribbon {
        float: right;
        width: 730px;
        height: 90px;
    }
    header .top-ribbon .container {
        width: 560px;
    }
    .top-ribbon ul {
        columns: 2;
        text-align: left;
        width: 560px;
        margin-right: 0;
    }
    .top-ribbon ul li {
        margin: 8px 0;
        font-size: 16px;
    }
    .top-ribbon ul li a {
        font-size: 16px;
    }
    .menu .navbar-nav li a {
        font-size: 16px;
    }
	.footer .quick-links ul {
		columns: 2;
    	-webkit-columns: 2;
    	-moz-columns: 2;
	}
	.bottom-ribbon .container {
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
	}
	.bottom-ribbon .copyright {
		margin: 10px 0;
	}
	.bottom-ribbon .designed-by {
		margin: 0 0 10px;
	}
	.main-featured .featured-property-info {
		float: left;
	}
	.main-featured .bx-viewport {
		border-top-right-radius: 7px;
	}
	.single-team-main .team-contact {
		width: 100%;
		float: left;
		margin: 20px 0;
	}
	.single-team-main .col-md-4, 
	.single-team-main .col-md-12 {
		padding: 0;
	}
	.register-box a.red-button {
		width: 30%;
	}
	.job-landing-content iframe {
		width: 100%;
	}
	.top-services-banner.meet-team-banner {
		background-position: center;
	}
	.single-service-content.about .office-address p {
		width: 92.7%;
	}    
    .request-property-appraisal form input[type="text"], 
    .request-property-appraisal form input[type="email"], 
    .request-property-appraisal form input[type="tel"] {
        width: 90%;
    }
}

@media(max-width: 981px) {
    header .top-ribbon {
        width: 725px;
    }
}

@media(max-width: 834px) {
    header .top-ribbon {
        width: 652px;
    }
}

@media(max-width: 800px) {
    header .top-ribbon {
        width: 635px;
    }
}

@media(max-width: 782px) {
    header .top-ribbon {
        width: 626px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
	.cards-row .col-sm-12 .intro-card {
    	margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.register-box p {
		line-height: 2.2em;
	}
	.single-service:hover .single-service-head {
		transform: translate(0%, -20%);
	}
    .single-service .table_parent .table_cell .hidden-service-text {
    	opacity: 0;
    }
	.single-service:hover .table_parent .table_cell .hidden-service-text {
        opacity: 1;
    }    
	.property-slider .single-slide {
		width: 45% !important;
		height: auto;
	}
	.property-listings #grid .card {
		min-height: 355px;
	}
    .property-info .property-address p {
        max-width: 425px;
    }
    .single-team-main .team-main-info h2 {
        width: 250px;
        line-height: unset;
    }
}
@media (max-width: 768px) {
    header .top-ribbon {
        width: 619px;
    }
	.home-top-filter {
		height: 515px;
	}
	.home-intro .welcome-message p {
		width: 95%;
	}
	.property-listings #grid .card {
		margin-bottom: 50px;
		margin-right: 0;
	}
	.text-404-container a.white-outline-button, 
	.text-404-container a.red-button {
		width: 100%;
	}
	.single-service .table_parent .table_cell .hidden-service-text {
		min-height: 162px;
	}
	.template-meet-team-landing-content .card .card-image, 
	.office-landing-content .card .card-image {
		height: 275px;
	}
	.single-property .bx-wrapper .bx-viewport {
		height: 512px !important
	}
	.single-property .property-slider ul .back-slide-image {
		height: 512px !important;
	}	
	.featured-slider .card {
		width: 340px !important;
		margin-right: 25px !important;
	}
	.service-form form .newsletter .wpcf7-checkbox .wpcf7-list-item-label {
		width: 86%;
	}
	.register form p .newsletter {
		width: 100%;
		float: left;
	}
	.register form p .sector {
		width: 100%;
		float: left;
        display: inline-block;
        margin: 0 0 20px;
	}
	.register .service-form form .storing .wpcf7-checkbox input {
		top: 6px;
	}
    .single-property .controls-arrows {
        height: 510px;
        top: 207px;
    }
    .template-meet-team-landing-content .card .card-bottom p {
        width: 235px;
    }
}


@media (max-width: 767px) {
	.single h1 {
		font-size: 28px;
	}
	.navbar-header {
		height: 57px;
		background-color: #fff;
		padding: 0;
	}
	.navbar-default .navbar-header .navbar-brand img {
		width: 59%;
    	display: inline-block;
	}
	.navbar-default .appraisal-btn-nav {
		font-size: 12px;
	}
	.filter-box {
		margin: 30px 15px;
		padding: 15px 20px;
	}
	.filter-box h1 {
		text-align: center;
	}
    .home-top-filter .container {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.cards-row .intro-card {
		margin: 20px 0 10px;
	}	
	.request-property-appraisal form .request-inputs {
		flex-direction: column;
	}
	.request-property-appraisal form .request-inputs p {
		display: block;
	}
	.request-property-appraisal form input[type="text"], 
	.request-property-appraisal form input[type="email"], 
	.request-property-appraisal form input[type="tel"] {
		width: 100%;
	}
	.red-outline-button {
		width: 75%;
	}
	.single-residential .breadcrumb-right, 
	.single-development .breadcrumb-right, 
	.single-agricultural .breadcrumb-right {
		display: none;
	}
	.property-listings #grid {
		display: block !important;	    
	}
	.property-slider .single-slide {
    	width: 100% !important;
    	height: auto !important;
	}
	.back-green .controls {
		justify-content: space-between;
	}
	.property-info .property-price {
		float: left;
	}
	.property-info .favourite-single {
		display: flex;
		height: 103px;
	}	
	.property-listings #list {
	    display: none;
	}
	.register-box {
		padding: 30px 7px;
	}
	.register-box a.red-button {
		width: 95%;
	}
	.top-services-banner {
		height: 400px;
	}
	.services-landing-content .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.services-banner-text {
		transform: translate(0%, 30%);
	}
	.single-service .table_parent .table_cell {
		transform: translate(0%, 0%);
	}
	.single-service-content .col-md-4, 
	.single-service-content .col-md-8, 
	.single-service-content .col-md-12,
	.news-landing-content .col-md-4, 
	.single-news-content .col-md-4, 
	.single-news-content .col-md-8, 
	.single-news-content .col-md-12, 
	.more-news .col-md-4 {
		padding: 0;
	}
	.news-landing-content .col-md-4 .card {
		margin-bottom: 40px;
	}
	.more-news .card {
		margin-bottom: 40px;
	}
	.service-form form {
		width: 100%;
	}
	.service-form form input[type="submit"] {
		width: 100%;
	}
	.single-service-content .bx-wrapper .bx-controls a {
		width: 30px;
	}
	.single-service-content .bx-wrapper .bx-controls a.bx-prev:after {
		top: 45%;
		left: 8px;
	}
	.single-service-content .bx-wrapper .bx-controls a.bx-next:after {
		top: 45%;
		right: 8px;
	}
	.single-service-content ul.bullet-layout {
		columns: 1;
	}
	.testimonial-landing-content .col-xs-6 {
		width: 100%;
	}
	.testimonial-card {
		min-height: 331px;
	}
	.text-404-container {
		width: 100%;
	}
	.text-404-container .links-404 {
		display: unset;
	}
	.text-404-container .links-404 a.red-button {
		margin: 0 0 10px;
	}
	.job-modal form {
		width: 100%;
	}
	.job-modal .modal-header h3 {
		width: 90%;
	}
	.job-modal form select {
		width: 100%;
	}
	.date-range span {
		width: 100%;
	}
	.job-modal form .date-range {
		display: unset;
	}
	.job-modal form .date-range select {
		width: 100%;
		margin-bottom: 8px;
	}
	footer .container {
		display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: center;
	}
	.footer .quick-links.col-md-8, 
	.footer .social-footer.col-md-4 {
		padding: 0;
	}
	.footer .quick-links h3, 
	.footer .social-footer h3 {
		text-align: center;
	}
	.menu-quick-links-container {
		margin-bottom: 5px;
	}
	.bottom-ribbon .container {
		padding: 0;
	}
	.bottom-ribbon .copyright {
		text-align: center;
	}
	.featured-property-info .price-details {
		width: 100%;
	}
	.featured-property-info .author {
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	.main-featured .image-slide {
		height: 330px;
	}
	.single-service-content.about .office-address p {
		position: relative;
    	top: 2px;
    	width: unset;
    	float: none;
	}
	.single-service-content.about .office-address svg {
		float: left;
		margin-right: 18px;
		top: 1px;
	}
    .single-property .controls-arrows {
        background-color: #295234;
        height: unset;
        position: unset;
        top: unset;
        display: block;
    }
    .single-property .controls-arrows .bx-next, 
    .single-property .controls-arrows .bx-prev {
        box-shadow: none;
    }
    .controls .bx-pager {
        text-align: center;
    }
    .single-property .property-slider ul .back-slide-image { 
        background-size: cover;
    }
    .dispersal-listings {
        float: none;
        margin: 40px 0;
    }
    .footer .social-footer .newsletter-link {
        width: 100%;
        text-align: center;
        margin: 10px 0 20px;
    }
}

@media (max-width: 600px) {
	#wpadminbar { 
		position: fixed; 
	}
	.featured-carousel-container .bx-viewport {
		height: 410px !important;
	}
	.featured-carousel-container .bx-viewport .card .card-top {
		display: unset;
	}
	.service-form form .wpcf7-checkbox .wpcf7-list-item-label {
		width: 88%;
	}
	.single-service-content.about ul li.nav-item a {
		font-size: 13px;
	}
	.single-team-main .col-md-4 img.portrait {
		width: 100px;
	}
	.single-team-main .qualifications-ul span {
		margin-right: 10px;
	}
	.single-team-main .col-xs-6 {
		width: 100%;
	}
	.single-team-main .col-md-4 svg {
		width: 50px;
	}
	.office-landing-content .col-md-8, 
	.office-landing-content .col-md-4 {
		padding: 0;
	}
	.office-landing-content .col-xs-6 {
		width: 100%;
		padding: 0;
	}
	.office-landing-content .card {
		margin-bottom: 30px;
	}
	.job-card .job-card-bottom a.green-outline-button, 
	.job-card .job-card-bottom a.red-button {
		width: 100%;
		margin-bottom: 10px;
	}
	.job-card .job-card-bottom {
		align-items: flex-start;
		flex-direction: column-reverse;
    	justify-content: center;
    	margin-top: 10px;
	}
	.benefits-ab .accordion .card-body .card-content {
		width: 100%;
	}
	.job-card .job-card-bottom button.red-button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.featured-carousel-container .featured-slider .card {
		width: 1.06% !important;
	}
	.single-service-content .services-ul {
		padding: 15px 10px;
	}
	.single-service-content .services-ul svg {
		width: 36px;
	}
	.single-service-content ul li a {
		font-size: 12px !important;
	}
	.single-team-main .col-md-4 img.portrait {
	    width: 250px;
	    margin-bottom: 15px;
	}
	.top-services-banner {
    	height: 290px;
	}
	.top-services-banner.office-banner {
		height: 315px;
	}
	.services-banner-text {
	    transform: translate(0%, 19%);
	}
	.news-banner .services-banner-text, 
	.about-banner .services-banner-text {
		transform: translate(0%, 35%);
	}
	.job-modal .modal-header h3 {
	    font-size: 18px;
	}
	.job-modal .modal-body {
		padding: 15px 10px;
	}
	.property-listings #grid .col-md-4 {
		padding: 0;
	}
	.template-meet-team-landing-content .card .card-image {
		height: 160px;
	}
	.template-meet-team-landing-content .card .card-title {
		font-size: 15px;
        min-height: 42px;
	}
	.template-meet-team-landing-content .card .card-bottom p {
        min-height: 68px;
    	font-size: 12px;
	}
    .template-meet-team-landing-content .card .card-bottom a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 68px;
    }
	.single-service-content.about .tab-content .tab-pane img, 
	.single-service-content.about .office-email svg, 
	.single-service-content.about .office-phone svg {
		margin-right: 5px;
	}
	.single-service-slider .service-zoom {
		bottom: 10px;
   		right: 40px;
	}
	.single-service-content.about .office-address svg {
		margin-right: 3px;
		top: 4px;
	}
	.single-service-content.about .office-phone span, 
	.single-service-content.about .office-email span, 
	.single-service-content.about .office-address p {
		font-size: 15px;
	}
	.top-services-banner.news-banner .container {
		height: 90%;
	}
	.top-services-banner.single-news .container, 
	.top-services-banner.news-banner .container {
		height: 89%;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.top-services-banner.single-news .services-banner-text, 
	.top-services-banner.news-banner .services-banner-text {
		transform: none;
	}
	.single-property .property-slider ul .back-slide-image {
		height: 274px !important;
	}
	.single-property .bx-wrapper .bx-viewport {
		height: 274px !important;
	}
    .documents-table li {
        border-bottom: 1px solid #333;
        padding-bottom: 15px;
    }
}

@media (max-width: 400px) {
	.template-meet-team-landing-content .col-xs-6 {
		width: 100%;
	}
	.template-meet-team-landing-content .card .card-image {
		height: 225px;
	}
	.template-meet-team-landing-content .card .card-title {
		font-size: 16px;
        min-height: unset;
	}
	.template-meet-team-landing-content .card .card-bottom p {
		font-size: 14px;
        min-height: unset;
	}
    .template-meet-team-landing-content .card .card-bottom a {
        height: unset;
    }
}

@media (max-width: 375px) {
	.featured-property-info ul {
		column-count: 1;
	}
	.bottom-ribbon .copyright {
		text-align: left;
    	width: 265px;
	}
	.bottom-ribbon .designed-by {
		text-align: left;
    	font-size: 11px;
    	width: 265px;
	}
	.bottom-ribbon .designed-by a {
		font-size: 11px;
	}
	.job-section .modal-dialog {
		margin: 10px 14px;
	}
}

@media (max-width: 340px) {
	.services-banner-text h1 {
		font-size: 32px;
	}
	.services-banner-text p {
		font-size: 16px;
	}
}

@media (max-width: 320px) {
	.news-banner .services-banner-text, 
	.about-banner .services-banner-text {
    	transform: translate(0%, 25%);
	}
	.office-banner .services-banner-text {
	    transform: translate(0%, 35%);
	}
}

.checkboxstyle{
	display:none !important;
} 

.checkboxstyle + label{
	padding-left:30px;
	position:relative;
}
.checkboxstyle + label:before{
	content:" ";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:0;
	border:#cccccc solid 1px;
	border-radius:2px;
}

.checkboxstyle:checked + label:before{
	content: '\2714';
	color: #961b27;
	border:#961b27 solid 1px;
	text-align:center;
	line-height:18px;
}



/* //////////////////////////////////////////////////////// */